
@keyframes marquee { 
    0% { transform: translateX(0); } 
    100% { transform: translateX(-50%); }
}


#header_ct{z-index: 10000;}

#ly_web_header_0001_0{top: 0;left: 0;width: 100%;z-index:10; background-color: #fff; transition: all 0.5s ease;} 

/* 顶部广告语 */
#ly_web_header_0001_0 .top_slogan{min-height: 38px; background-color: #000; gap: 0 8px; overflow: hidden;}
#ly_web_header_0001_0 .top_slogan ,
#ly_web_header_0001_0 .top_slogan .title{font-family: "Figtree"; font-size: 14px; line-height: 100%; color: #FBFBFD;}
#ly_web_header_0001_0 .top_slogan a{text-decoration: underline;}
#ly_web_header_0001_0 .top_slogan .countdown-grid,
#ly_web_header_0001_0 .top_slogan .countdown-item{gap: 0 5px;}
#ly_web_header_0001_0 .top_slogan .countdown-grid{margin: 0 5px;}
#ly_web_header_0001_0 .top_slogan .countdown-value{padding: 5px; border-radius: 5px; background-color: #fff; color: var(--color-text-primary); min-width: 26.5px; height: 30px; display: flex; align-items: center; justify-content: center;}
#ly_web_header_0001_0 .top_slogan .swiper{width: 100%; height: 38px;}
#ly_web_header_0001_0 .top_slogan .swiper-slide,
#ly_web_header_0001_0 .marquee-item{width: 100%; line-height: 38px; height: 38px; flex-shrink: 0; white-space: nowrap; display: flex; align-items: center; justify-content: center;}

/* 水平滚动 */
#ly_web_header_0001_0 .notice-swiper{ overflow: hidden; width: 100%;}
#ly_web_header_0001_0 .marquee-container { overflow: hidden; width: 100%;}
#ly_web_header_0001_0 .marquee-content { display: flex; width: max-content;}
#ly_web_header_0001_0 .marquee-item { width: max-content; margin-right: 80px; display: inline-flex; flex-shrink: 0; align-items: center;}
#ly_web_header_0001_0 .marquee-container.paused .marquee-content { animation-play-state: paused !important;}



/* 头部 */
#ly_web_header_0001_0 .header-box{height:48px;padding: 0 1.25%; }
#ly_web_header_0001_0 .logo{width:91px; height: auto;}
#ly_web_header_0001_0 .logo img:nth-child(2){opacity: 0;}

#ly_web_header_0001_0 .hnav .one-nav{height:100%; margin-right: 20px;}
#ly_web_header_0001_0 .hnav .one-nav:last-child{margin-right: 0px;}
#ly_web_header_0001_0 .hnav .one-nav .nav-a{font-family: "Figtree-Bold"; font-size: 14px; line-height: 48px; color: var(--color-text-primary);}

#ly_web_header_0001_0 .hnav .two-nav{height: 0; overflow: hidden; top: 100%; left: 0; z-index:3; background-color: rgba(255, 255, 255, .95); backdrop-filter: blur(48px)}
#ly_web_header_0001_0 .hnav .two-nav .hnavbg{height: auto;}
/* 产品下拉 */
#ly_web_header_0001_0 .hnav .pro-nav{width:100%; top: 86px;}
#ly_web_header_0001_0 .hnav .pro-nav .box{width: 100%; padding: 64px 10.9375%;}
#ly_web_header_0001_0 .hnav .pro-nav .box>div{margin-top: 32px; }
#ly_web_header_0001_0 .hnav .pro-nav .box div:first-child{margin-top: 0; }
#ly_web_header_0001_0 .hnav .pro-nav .box .tnav-a{font-family: "Figtree-Medium"; font-size: 20px; line-height: 100%; color: var(--color-text-secondary);}
#ly_web_header_0001_0 .hnav .pro-nav .box .tnav-a:hover{text-decoration: underline; color: var(--color-text-primary);}

/* 其他下拉 */
#ly_web_header_0001_0 .hnav .other-nav {min-width: 127px; left: 50%; transform: translateX(-50%);}
#ly_web_header_0001_0 .hnav .other-nav .box{padding: 16px;}
#ly_web_header_0001_0 .hnav .other-nav .box .tnav-a{font-family: "Figtree-SemiBold"; font-size: 16px; line-height: 40px; text-align: center; white-space: nowrap;}

/* 右侧 */
#ly_web_header_0001_0 .hright{height:48px;}
#ly_web_header_0001_0 .hright .btn{margin-left: 24px; width: 24px; height: 24px; }
#ly_web_header_0001_0 .hright .btn:first-child{margin-left: 0;}
#ly_web_header_0001_0 .hright .btn .svg{fill: #000;}
#ly_web_header_0001_0 .hright .menu{margin-left: 24px; display:none;width: 24px;height: 24px;}


/* 头部滚动时样式和鼠标移入时样式 */
@media screen and (min-width:751px) {
    /* #ly_web_header_0001_0.none{transform: translate3d(0px,-100%,0);} */
    /* #ly_web_header_0001_0.none{transform: translate3d(0px,-124px,0);} */
    header.pro_none {transform: translate3d(0px,-86px,0);}
    #ly_web_header_0001_0.cur .hright .menu,
    #ly_web_header_0001_0:hover .hright .menu{background-image:url(/module/ly-web/header/0001/images/menu-icon.png);}
    #ly_web_header_0001_0.cur .hright .menu.cur,
    #ly_web_header_0001_0:hover .hright .menu.cur{background-image:url(/module/ly-web/header/0001/images/m_close.png);}
    #ly_web_header_0001_0 .hright .menu.cur{background-image:url(/module/ly-web/header/0001/images/m_close2.png);}	

    /* 透明底 样式 */
    #ly_web_header_0001_0.white{background: transparent;}
    #ly_web_header_0001_0.white .hnav .one-nav .nav-a{color: #fff;}
    #ly_web_header_0001_0.white .hright .btn .svg{fill: #fff;}
    #ly_web_header_0001_0.white .logo img:nth-child(1){opacity: 0;}
    #ly_web_header_0001_0.white .logo img:nth-child(2){opacity: 1;}

    #ly_web_header_0001_0.cur,
    #ly_web_header_0001_0:hover{background:#fff;}
    #ly_web_header_0001_0.white.cur .logo img:nth-child(1),
    #ly_web_header_0001_0.white:hover .logo img:nth-child(1){opacity: 1;}
    #ly_web_header_0001_0.white.cur .logo img:nth-child(2),
    #ly_web_header_0001_0.white:hover .logo img:nth-child(2){opacity: 0;}
    #ly_web_header_0001_0.white.cur .hnav .one-nav .nav-a,
    #ly_web_header_0001_0.white:hover .hnav .one-nav .nav-a{color: #000;}
    #ly_web_header_0001_0.white.cur .hright .btn .svg,
    #ly_web_header_0001_0.white:hover .hright .btn .svg{fill: #000;}
}
@media screen and (max-width: 1440px) {
    #ly_web_header_0001_0 .top_slogan{font-size: 12px;}
    
    /* #ly_web_header_0001_0 .header-box{height: 80px;} */
    #ly_web_header_0001_0 .logo{width: 73px;}
    #ly_web_header_0001_0 .hnav {margin-right: 16px;}
    #ly_web_header_0001_0 .hnav .one-nav .nav-a{font-size: 12px; }
    #ly_web_header_0001_0 .hright .btn{width: 20px; height: 20px; }
    
    /*#ly_web_header_0001_0 .hnav .pro-nav{width:100%; top: 118px;}*/
}
@media (max-width: 1034px) {
    #ly_web_header_0001_0 .header-box{padding: 0 3.25%; }
}
/* 头部移动端 */
#ly_web_header_0001_0_m-nav,#ly_web_header_0001_0_m-header-blank{display: none;}
@media screen and (max-width: 1024px) {
    #ly_web_header_0001_0{background:#fff !important;}
    #ly_web_header_0001_0 .hnav{display:none;}
    
    #ly_web_header_0001_0 .header-box{padding: 0 2.25%; }
    #ly_web_header_0001_0 .header-box,
    #ly_web_header_0001_0 .hright{height: 56px;}
    #ly_web_header_0001_0 .logo img:nth-child(1){opacity: 1 !important;}
    #ly_web_header_0001_0 .logo img:nth-child(2){opacity: 0 !important;}
    #ly_web_header_0001_0 .hright .btn .svg{fill: #000 !important;}
    #ly_web_header_0001_0 .hright .menu{display:block;}

    #ly_web_header_0001_0_m-nav{display: block;width: 36.62%;height: 0;z-index:50;right: 0;right: 0;top: 94px; background: #fff;overflow-y: auto;}
    #ly_web_header_0001_0_m-nav.cur{height: calc(100vh - 94px);}
    
    #ly_web_header_0001_0_m-nav .top{margin-bottom: 8px; width: 100%; height: max-content; }
    #ly_web_header_0001_0_m-nav .top .icon{width: 50px; height: 50px;}

    #ly_web_header_0001_0_m-nav .nav .one-nav{line-height: 54px;  margin: 0 15px;border-bottom: 1px solid rgba(0,0,0,0.2);}
    #ly_web_header_0001_0_m-nav .nav .one-nav .one{cursor:pointer; background: url(/module/ly-web/header/0001/images/head-jt.svg) no-repeat right;}
    #ly_web_header_0001_0_m-nav .nav .one-nav.nobg .one{background: none;}
    #ly_web_header_0001_0_m-nav .nav .one-nav.cur .one{background-image:url(/module/ly-web/header/0001/images/head-jt2.svg);}
    #ly_web_header_0001_0_m-nav .nav .one-nav.cur.nobg .one{background: none;}
    #ly_web_header_0001_0_m-nav .nav .one-nav .one-a{font-family: "Figtree-SemiBold"; font-size: 14px; text-transform: capitalize; color:#333;}
    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav{width: 100%; padding: 0 25px;}
    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav .two-a{font-family: "Figtree-SemiBold"; font-size: 12px; line-height: 40px; vertical-align: middle; }
}
/* @media screen and (max-width: 992px) {
    #ly_web_header_0001_0 .hright .btn,
    #ly_web_header_0001_0 .hright .menu{margin-left: .1818rem; width: .1818rem; height: .1818rem; }
    
    #ly_web_header_0001_0 .top_slogan .title,
    #ly_web_header_0001_0_m-nav .nav .one-nav .one-a{font-size: .1061rem;}
    
    #ly_web_header_0001_0_m-nav .nav .one-nav{line-height: .4091rem;}
    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav .two-a{font-size: .0909rem; line-height: .303rem;}
    
    #ly_web_header_0001_0_m-nav .top .icon{width: .3788rem; height: .3788rem;}
} */
@media screen and (max-width: 768px) {
    
    header.pro_none {transform: translate3d(0px,-72px,0);}

    /*#ly_web_header_0001_0 .top_slogan{min-height: 24px; font-size: 12px; gap: 0 16px;}*/
    /*#ly_web_header_0001_0 .top_slogan .title{font-size: 12px;}*/
    
    #ly_web_header_0001_0 .top_slogan{min-height: 24px; gap: 0 4px;}
    #ly_web_header_0001_0 .top_slogan ,
    #ly_web_header_0001_0 .top_slogan .title{font-size: 12px;}
    #ly_web_header_0001_0 .top_slogan .countdown-value{padding: 3px; min-width: max-content;}
    #ly_web_header_0001_0 .top_slogan .countdown-grid,
    #ly_web_header_0001_0 .top_slogan .countdown-item{gap: 0 3px;}
    #ly_web_header_0001_0 .top_slogan .swiper{height: 24px;}
    #ly_web_header_0001_0 .top_slogan .swiper-slide,
    #ly_web_header_0001_0 .marquee-item{ line-height: 100%; height: 24px;}
    #ly_web_header_0001_0 .top_slogan .swiper[data-mode="horizontal"] .swiper-slide,
    #ly_web_header_0001_0 .marquee-item{margin-right: 40px;}
    #ly_web_header_0001_0 .top_slogan .countdown-value{height: 20px; border-radius: 2px;}
    
    #ly_web_header_0001_0 .header-box,
    #ly_web_header_0001_0 .hright{height: 48px;}

    #ly_web_header_0001_0 .header-box{padding: 0 4.5%; box-shadow: 0px 2px 4px 0px #0000001A;}
    #ly_web_header_0001_0 .hright .btn,
    #ly_web_header_0001_0 .hright .menu{margin-left: 16px; width: 24px; height: 24px; }

    
    #ly_web_header_0001_0_m-nav{top: calc(24px + 48px); width: 100%;}
    #ly_web_header_0001_0_m-nav.cur{height: calc(100vh - 72px);}

    #ly_web_header_0001_0_m-nav .top{padding: 16px 4.5% 0; margin-top: 0;}
    #ly_web_header_0001_0_m-nav .top .icon{width: 40px; height: 40px;}

    #ly_web_header_0001_0_m-nav .nav .one-nav{line-height: 54px; margin: 0 4.5%;}
    #ly_web_header_0001_0_m-nav .nav .one-nav .one{}
    #ly_web_header_0001_0_m-nav .nav .one-nav .one-a{font-size: 16px;}
    #ly_web_header_0001_0_m-nav .nav .one-nav .two-nav .two-a{font-size: 12px; line-height: 40px;}
    
}










.ly_web_footer_0001_0Wrap{padding: 64px 0; background-color: #000;}

#ly_web_footer_0001_0Intro .logo{margin: 0 auto; width: 160px; height: 48px;}

#ly_web_footer_0001_0Top{padding: 40px 0 104px; gap: 0 6.837%;}
#ly_web_footer_0001_0Top .item{width: max-content; max-width: 19.39%;}
#ly_web_footer_0001_0Top .list_item{}
#ly_web_footer_0001_0Top .list_item .title{font-family: "Figtree-SemiBold"; font-size: 12px; line-height: 100%; color: var(--color-text-white);}
#ly_web_footer_0001_0Top .list_item .two_li{margin-top: 16px; font-family: "Figtree-Medium"; font-size: 12px; line-height: 100%;  color: #c1c1c1;}
#ly_web_footer_0001_0Top .contact{gap: 18px 0;}
#ly_web_footer_0001_0Top .contact .li{gap: 0 4px;}
#ly_web_footer_0001_0Top .contact .icon{width: 16px; height: 16px;}
#ly_web_footer_0001_0Top .contact .text{width: calc(100% - 20px);font-family: "Figtree-Medium"; font-size: 12px; line-height: 100%;  color: #c1c1c1;}
#ly_web_footer_0001_0Top .contact .text .dot{display: none;}

#ly_web_footer_0001_0Share{padding-bottom: 24px; gap: 0 12px; border-bottom: 1px solid rgba(123, 126, 134, 1);}
#ly_web_footer_0001_0Share .item{width: 24px; height: 24px;}
#ly_web_footer_0001_0Share .item .svg{width: 24px; height: 24px; fill: #fff;}


#ly_web_footer_0001_0Form{padding-top: 16px;}
#ly_web_footer_0001_0Form .left{gap: 10px 24px; max-width: 30%; flex-wrap: wrap;}
#ly_web_footer_0001_0Form .nav{font-family: "Figtree-Medium"; font-size: 12px; line-height: 100%; color: #C1C1C1; }
#ly_web_footer_0001_0Form .signup{gap: 0 16px;}
#ly_web_footer_0001_0Form .text{font-family: "Figtree-Bold"; font-size: 12px; line-height: 100%; color: var(--color-text-white);}
#ly_web_footer_0001_0Form .form{gap: 0 15px; padding: 2px 2px 2px 8px; min-width: 234px; height: max-content; background-color: var(--color-bg-card); border-radius: 100px;}
#ly_web_footer_0001_0Form .form label{display: block; width: 100%;}
#ly_web_footer_0001_0Form .form .input{width: 100%; height: 100%; padding-right: 8px; font-family: "Figtree-Medium"; font-size: 12px; line-height: 100%; }
#ly_web_footer_0001_0Form .signup .button{background:#000; color: var(--color-text-white); padding: 8px 16px; border-radius:100px; cursor: pointer; font-family: "Figtree-Medium"; font-size: 8px; line-height: 100%; white-space:nowrap; border: 0;}
#ly_web_footer_0001_0Form .world{gap: 0 4px; }
#ly_web_footer_0001_0Form .world span{font-family: "Figtree-Medium"; font-size: 12px; line-height: 100%; color: #C1C1C1;}
#ly_web_footer_0001_0Form .form-tip{left: 10px; top: calc(100% + 8px); z-index: 1;}
#ly_web_footer_0001_0Form .form-error{font-family: Poppins; font-size: 12px; line-height: 100%; color: #F94073;}
#ly_web_footer_0001_0Form .form-success{font-family: Poppins; font-size: 14px; line-height: 100%; color: #20B759;}

#ly_web_footer_0001_0_bottom{padding-top: 32px;}
#ly_web_footer_0001_0_bottom .box{flex-wrap: wrap;}
#ly_web_footer_0001_0_bottom *,
#ly_web_footer_0001_0_bottom a{font-family: "Figtree-Medium"; font-size: 12px; line-height: 100%;  text-align: center; color: #C1C1C1;}

@media (max-width: 1024px) {
    .ly_web_footer_0001_0Wrap .cw980{width: 74.6%;}
    
    #ly_web_footer_0001_0Top{padding: 40px 0 63px; gap: 0 1.837%;}
    #ly_web_footer_0001_0Top .item{width: 23.39%;}
    #ly_web_footer_0001_0Top .list_item .title{font-size: 14px;}
}
/* @media (max-width: 992px) {
    #ly_web_footer_0001_0Top{padding: .303rem 0 .4773rem;}
    #ly_web_footer_0001_0Top .list_item .title{font-size: .1061rem;}
    #ly_web_footer_0001_0Top .list_item .two_li{margin-top: .1212rem; font-size: 12px;}
    
    #ly_web_footer_0001_0Top .contact{gap: .1364rem 0;}
    #ly_web_footer_0001_0Top .contact .li{gap: 0 .0303rem;}
    #ly_web_footer_0001_0Top .contact .icon{width: .1212rem; height: .1212rem;}
    #ly_web_footer_0001_0Top .contact .text{width: calc(100% - .1515rem); font-size: .0909rem; }
    
    #ly_web_footer_0001_0Share{padding-bottom: .1818rem; gap: 0 .0909rem;}
    #ly_web_footer_0001_0Share .item{width: .1818rem; height: .1818rem;}
    #ly_web_footer_0001_0Share .item .svg{width: .1818rem; height: .1818rem; }
    
    #ly_web_footer_0001_0Form{padding-top: .1212rem;}
    #ly_web_footer_0001_0Form .left{gap: 0 .1818rem; }
    #ly_web_footer_0001_0Form .nav{font-size: .0909rem;}
    #ly_web_footer_0001_0Form .signup{gap: 0 .1212rem;}
    #ly_web_footer_0001_0Form .text{ font-size: .0909rem;}
    #ly_web_footer_0001_0Form .form{gap: 0 .1136rem; padding: .0152rem .0152rem .0152rem .0606rem; min-width: 1.7727rem; }
    #ly_web_footer_0001_0Form .form .input{padding-right: .0606rem; font-size: .0909rem;}
    #ly_web_footer_0001_0Form .signup .button{padding: .0606rem .1212rem; font-size: .0606rem; }
    #ly_web_footer_0001_0Form .world{gap: 0 .0303rem; }
    #ly_web_footer_0001_0Form .world span{font-size: .0909rem;}

    #ly_web_footer_0001_0_bottom{padding-top: .2424rem;}
    #ly_web_footer_0001_0_bottom *,
    #ly_web_footer_0001_0_bottom a{font-size: .0909rem;}
} */
@media (max-width: 768px) {
    .ly_web_footer_0001_0Wrap{padding: 48px 0;}
    .ly_web_footer_0001_0Wrap .cw980{width: 76.2%;}

    /* 列表 */
    #ly_web_footer_0001_0Top{padding: 20px 0; gap: 0; flex-wrap: wrap;}
    #ly_web_footer_0001_0Top .item{width: 100%; max-width: initial;}
    #ly_web_footer_0001_0Top .list_item {border-bottom: 1px solid rgba(255, 255, 255, .4); padding-bottom: 20px;}
    #ly_web_footer_0001_0Top .list_item .title{font-size: 14px; padding: 20px 0 0; display: flex; justify-content: space-between; align-items: center;}
    #ly_web_footer_0001_0Top .list_item .title .one-icon{display: block; width: 12px; height: 12px; position: relative;}
    #ly_web_footer_0001_0Top .list_item .title .one-icon i{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1;}
    #ly_web_footer_0001_0Top .list_item .title .one-icon i:nth-child(1){width: 100%; height: 2px; background-color: #fff; border-radius: 5px; transition: all .5s ease;}
    #ly_web_footer_0001_0Top .list_item .title .one-icon i:nth-child(2){width: 2px; height: 100%; background-color: #fff; border-radius: 5px;}
    #ly_web_footer_0001_0Top .list_item.cur .title .one-icon{transform: rotate(90deg);}
    #ly_web_footer_0001_0Top .list_item.cur .title .one-icon i:nth-child(1){opacity: 0;}
    #ly_web_footer_0001_0Top .list_item .two_list{height: 0; overflow: hidden; transition: all .5s ease-in-out;}
    #ly_web_footer_0001_0Top .list_item .two{padding: 16px 0 0;}
    #ly_web_footer_0001_0Top .list_item .two_li{font-size: 14px !important; line-height: 100% !important; }
    #ly_web_footer_0001_0Top .list_item .two_li:first-child{margin-top: 0;}
    
    /* 分享 */
    #ly_web_footer_0001_0Share{display: none;}
    #ly_web_footer_0001_0Share.mb{margin-top: 28px; padding-bottom: 0; gap: 0 12px; display: flex; border: 0; justify-content: center;}
    #ly_web_footer_0001_0Share .item{width: 32px; height: 32px;}
    #ly_web_footer_0001_0Share .item .svg{width: 73%; height: 73%;}

    /* 表单 */
    #ly_web_footer_0001_0Form.mb{display: block; width: 100%; margin-top: 24px;}
    #ly_web_footer_0001_0Form.pc .signup{display: none;}
    #ly_web_footer_0001_0Form .signup{width: 100%; flex-direction: column;}
    #ly_web_footer_0001_0Form .signup .text{width: 100%; font-size: 12px; text-align: center;}
    #ly_web_footer_0001_0Form .signup .formBox {width: 91.13%;}
    #ly_web_footer_0001_0Form .signup .form{width: 100%; margin-top: 16px; gap: 0 10px; padding: 3px 6px 3px 10px; min-width: initial; justify-content: space-between;}
    #ly_web_footer_0001_0Form .form .input { padding-right: 10px; font-size: 12px;}
    #ly_web_footer_0001_0Form .signup .button { padding: 6.5px 10.5px; font-size: 12px; line-height: 160%;}

    /* 联系 */
    #ly_web_footer_0001_0Top .contact{margin-top: 18px; gap: 12px 0;}
    #ly_web_footer_0001_0Top .contact .li{gap: 0 6px;}
    #ly_web_footer_0001_0Top .contact .icon{width: 18px; height: 18px;}
    #ly_web_footer_0001_0Top .contact .icon img{transform: scale(1.3);}
    #ly_web_footer_0001_0Top .contact .text{width: calc(100% - 18px - 6px); font-size: 14px;}

    #ly_web_footer_0001_0Form.pc{padding-top: 4px; flex-wrap: wrap;}
    #ly_web_footer_0001_0Form .left{gap: 10px; width: 100%; max-width: 100%;}
    #ly_web_footer_0001_0Form .nav{font-size: 12px; line-height: 160%;}

    /* 语言选择 */
    #ly_web_footer_0001_0Form .world{display: none; gap: 0 6px; margin-top: 24px; width: 100%; justify-content: flex-start;}
    #ly_web_footer_0001_0Form .world img{transform: scale(1.4);}
    #ly_web_footer_0001_0Form .world span{font-size: 15px; line-height: 160%;}
    
    #ly_web_footer_0001_0_bottom{padding-top: 27px;}
    #ly_web_footer_0001_0_bottom .box{justify-content: flex-start;}
    #ly_web_footer_0001_0_bottom *,
    #ly_web_footer_0001_0_bottom a{font-size: 12px;}

    #ly_web_footer_0001_0Form .form-error{font-size: 12px;}
    #ly_web_footer_0001_0Form .form-success{font-size: 12px;}
} 
#ly_web_sidebar_0001_1{ bottom: 14.96%; right: 48px; width: 64px; z-index: 100; gap: 40px;}
#ly_web_sidebar_0001_1 .btn{ width: 100%; height: 64px; background: rgba(0, 0, 0, .5); border-radius: 50%; transition: all 0.5s ease;}
#ly_web_sidebar_0001_1 .btn:hover{background: var(--color-primary);}

 #launcher,
.zendesk-messenger-launcher,
iframe[src*="zendesk"][title*="launcher"] {display: none !important; visibility: hidden !important; opacity: 0 !important; pointer-events: none !important;}
iframe[title*="Messaging window"]{z-index: 10000 !important; max-height: 65vh !important; bottom: calc( 14.96% + 104px) !important; right: 120px !important;}

@media (max-width: 1920px) {
    #ly_web_sidebar_0001_1{gap: 30px;}
}
@media (max-width: 1024px) { 
    #ly_web_sidebar_0001_1{width: 40px; gap: 20px; bottom: 8%; right: 40px;}
    #ly_web_sidebar_0001_1 .btn{height: 40px;}
    #ly_web_sidebar_0001_1 .btn img{transform: scale(.7);}
    
    iframe[title*="Messaging window"]{bottom: calc( 8% + 80px) !important; right: 80px !important;}
}
@media (max-width: 992px) { 
    #ly_web_sidebar_0001_1{width: .303rem; gap: .1515rem; bottom: 8%; right: .303rem;}
    #ly_web_sidebar_0001_1 .btn{height: .303rem;}
}
@media (max-width: 768px) { 
    #ly_web_sidebar_0001_1{width: .6rem; gap: .2rem; bottom: 5%; right: .32rem;}
    #ly_web_sidebar_0001_1 .btn{height: .6rem;}
    
    iframe[title*="Messaging window"]{bottom: 0 !important; right: 0 !important; top: inherit !important;}
}
/* Figtree 字重映射：与 font-light / font-medium / font-semibold / font-bold 对应 */
@font-face {
	font-family: Figtree;
	src: url("/themes/default/css/font/Figtree-Light.ttf") format("truetype");
	font-style: normal;
	font-weight: 300;
	font-display: swap;
}

@font-face {
	font-family: Figtree;
	src: url("/themes/default/css/font/Figtree-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: Figtree;
	src: url("/themes/default/css/font/Figtree-Medium.ttf") format("truetype");
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}

@font-face {
	font-family: Figtree;
	src: url("/themes/default/css/font/Figtree-SemiBold.ttf") format("truetype");
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}

@font-face {
	font-family: Figtree;
	src: url("/themes/default/css/font/Figtree-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

.ugc-page,
.ugc-page * {
	box-sizing: border-box;
}

.ugc-page {
	--ugc-nav-height: 73px;
	margin-top: var(--ugc-nav-height);
	font-family: Figtree, sans-serif;
	max-width: 100%;
	overflow-x: clip;
}

/* Tailwind CDN 会把全站 svg/img 设为 display:block，破坏站头 .m-pic 图标垂直居中 */
#ly_web_header_0001_0 .m-pic img,
#ly_web_header_0001_0 .m-pic svg {
	display: inline;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}


/* —— 同事模块：Hero / Prizes / Shop / Fun —— */
.ugc-page .relative {
	position: relative;
}

.ugc-page .absolute {
	position: absolute;
}

.ugc-page .inset-0 {
	inset: 0;
}

.ugc-page .pointer-events-none {
	pointer-events: none;
}

.ugc-page .left-0 {
	left: 0;
}

.ugc-page .top-0 {
	top: 0;
}

.ugc-page .mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.ugc-page .m-0 {
	margin: 0;
}

.ugc-page .block {
	display: block;
}

.ugc-page .w-full {
	width: 100%;
}

.ugc-page .w-\[calc\(1212\/1920\*100vw\)\] {
	width: calc(1212 / 1920 * 100vw);
}

.ugc-page .w-\[calc\(691\/1920\*100vw\)\] {
	width: calc(691 / 1920 * 100vw);
}

.ugc-page .w-\[calc\(580\/1920\*100vw\)\] {
	width: calc(580 / 1920 * 100vw);
}

.ugc-page .w-\[calc\(150\/1920\*100vw\)\] {
	width: calc(150 / 1920 * 100vw);
}

.ugc-page .w-\[calc\(374\/1920\*100vw\)\] {
	width: calc(374 / 1920 * 100vw);
}

.ugc-page .w-\[calc\(937\/1920\*100vw\)\] {
	width: calc(937 / 1920 * 100vw);
}

.ugc-page .w-\[calc\(675\/1920\*100vw\)\] {
	width: calc(675 / 1920 * 100vw);
}

.ugc-page .h-\[calc\(100vh-var\(--ugc-nav-height\)\)\] {
	height: calc(100vh - var(--ugc-nav-height));
}

.ugc-page .min-h-\[calc\(100vh-var\(--ugc-nav-height\)\)\] {
	min-height: calc(100vh - var(--ugc-nav-height));
}

.ugc-page .h-full {
	height: 100%;
}

.ugc-page .h-\[calc\(1473\/1920\*100vw\)\] {
	height: calc(1473 / 1920 * 100vw);
}

.ugc-page .h-\[calc\(1576\/1920\*100vw\)\] {
	height: calc(1576 / 1920 * 100vw);
}

.ugc-page .h-\[calc\(1140\/1920\*100vw\)\] {
	height: calc(1140 / 1920 * 100vw);
}

.ugc-page .h-\[calc\(345\/1920\*100vw\)\] {
	height: calc(345 / 1920 * 100vw);
}

.ugc-page .h-\[calc\(150\/1920\*100vw\)\] {
	height: calc(150 / 1920 * 100vw);
}

.ugc-page .h-\[calc\(280\/1920\*100vw\)\] {
	height: calc(280 / 1920 * 100vw);
}

.ugc-page .h-\[calc\(330\/1920\*100vw\)\] {
	height: calc(330 / 1920 * 100vw);
}

.ugc-page .h-\[calc\(75\/1920\*100vw\)\] {
	height: calc(75 / 1920 * 100vw);
}

.ugc-page .h-\[calc\(54\.029\/1920\*100vw\)\] {
	height: calc(54.029 / 1920 * 100vw);
}

.ugc-page .max-w-none {
	max-width: none;
}

.ugc-page .overflow-hidden {
	overflow: hidden;
}

.ugc-page .bg-white {
	background: #ffffff;
}

.ugc-page .bg-\[linear-gradient\(180deg\2c \#bfe1f6_0\%\2c \#e9edf1_100\%\)\] {
	background: linear-gradient(180deg, #bfe1f6 0%, #F5F5F5 100%);
}

.ugc-page .left-\[calc\(363\/1920\*100vw\)\] {
	left: calc(363 / 1920 * 100vw);
}

.ugc-page .left-\[calc\(615\/1920\*100vw\)\] {
	left: calc(615 / 1920 * 100vw);
}

.ugc-page .left-\[calc\(150\/1920\*100vw\)\] {
	left: calc(150 / 1920 * 100vw);
}

.ugc-page .left-\[calc\(146\/1920\*100vw\)\] {
	left: calc(146 / 1920 * 100vw);
}

.ugc-page .left-\[calc\(774\/1920\*100vw\)\] {
	left: calc(774 / 1920 * 100vw);
}

.ugc-page .left-\[calc\(979\/1920\*100vw\)\] {
	left: calc(979 / 1920 * 100vw);
}

.ugc-page .left-\[calc\(1185\/1920\*100vw\)\] {
	left: calc(1185 / 1920 * 100vw);
}

.ugc-page .left-\[calc\(492\/1920\*100vw\)\] {
	left: calc(492 / 1920 * 100vw);
}

.ugc-page .left-\[calc\(620\/1920\*100vw\)\] {
	left: calc(620 / 1920 * 100vw);
}

.ugc-page .top-\[calc\(108\/1920\*100vw\)\] {
	top: calc(108 / 1920 * 100vw);
}

.ugc-page .top-\[calc\(196\/1920\*100vw\)\] {
	top: calc(196 / 1920 * 100vw);
}

.ugc-page .top-\[calc\(322\/1920\*100vw\)\] {
	top: calc(322 / 1920 * 100vw);
}

.ugc-page .top-\[calc\(107\/1920\*100vw\)\] {
	top: calc(107 / 1920 * 100vw);
}

.ugc-page .top-\[calc\(26\/1920\*100vw\)\] {
	top: calc(26 / 1920 * 100vw);
}

.ugc-page .top-\[calc\(96\/1920\*100vw\)\] {
	top: calc(96 / 1920 * 100vw);
}

.ugc-page .top-\[calc\(688\/1920\*100vw\)\] {
	top: calc(688 / 1920 * 100vw);
}

.ugc-page .top-\[calc\(1004\/1920\*100vw\)\] {
	top: calc(1004 / 1920 * 100vw);
}

.ugc-page .object-cover {
	object-fit: cover;
}

.ugc-page .object-contain {
	object-fit: contain;
}

.ugc-page .font-figtree {
	font-family: Figtree, Arial, sans-serif;
}

.ugc-page .text-center {
	text-align: center;
}

.ugc-page .text-\[calc\(56\/1920\*100vw\)\] {
	font-size: calc(56 / 1920 * 100vw);
}

.ugc-page .text-\[calc\(40\.342\/1920\*100vw\)\] {
	font-size: calc(40.342 / 1920 * 100vw);
}

.ugc-page .font-bold {
	font-weight: 700;
}

.ugc-page .font-medium {
	font-weight: 500;
}

.ugc-page .whitespace-nowrap {
	white-space: nowrap;
}

.ugc-page .leading-\[0\.8\] {
	line-height: 0.8;
}

.ugc-page .leading-\[1\.1\] {
	line-height: 1.1;
}

.ugc-page .tracking-\[calc\(-1\.08\/1920\*100vw\)\] {
	letter-spacing: calc(-1.08 / 1920 * 100vw);
}

.ugc-page .tracking-\[calc\(-1\.12\/1920\*100vw\)\] {
	letter-spacing: calc(-1.12 / 1920 * 100vw);
}

.ugc-page .tracking-\[calc\(-0\.8068\/1920\*100vw\)\] {
	letter-spacing: calc(-0.8068 / 1920 * 100vw);
}

.ugc-page .text-black {
	color: #333333;
}

.ugc-page .text-\[\#333333\] {
	color: #333333;
}

.ugc-page .text-\[calc\(36\/1920\*100vw\)\] {
	font-size: calc(36 / 1920 * 100vw);
}

.ugc-hero-mobile {
	display: none;
}

.ugc-page #custom_web_products_ugc_0Hero {
	height: calc(100vh - var(--ugc-nav-height));
	min-height: calc(100vh - var(--ugc-nav-height));
}

.ugc-page #custom_web_products_ugc_0Hero > img[data-figma-node="147:1641"] {
	object-position: center center;
}

.ugc-hero-gradient {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: calc(400 / 1920 * 100vw);
	background: linear-gradient(0deg, rgba(110, 179, 240, 0) 5.172%, #1d96ff 100%);
	pointer-events: none;
}

.ugc-hero-copy {
	position: absolute;
	left: calc(50% - 521 / 1920 * 100vw);
	top: calc(118 / 1920 * 100vw);
	display: block;
	width: calc(1042 / 1920 * 100vw);
	height: calc(227 / 1920 * 100vw);
	max-width: none;
	object-fit: contain;
	pointer-events: none;
}

.ugc-hero-mobile__photo,
.ugc-hero-mobile__title,
.ugc-hero-mobile__button img,
.ugc-hero-mobile__wave,
.ugc-hero-mobile__decor {
	display: block;
	max-width: none;
	pointer-events: none;
}

.ugc-prize-heading-subtitle strong {
	color: #1d96ff;
	font-weight: 800;
}

.ugc-prize-title-line {
	display: inline;
}

.ugc-page #custom_web_products_ugc_0Prizes {
	height: calc(1553 / 1920 * 100vw);
}

.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-heading {
	left: calc(690 / 1920 * 100vw);
	top: calc(80 / 1920 * 100vw);
	width: calc(555 / 1920 * 100vw);
	height: calc(275 / 1920 * 100vw);
}

.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-heading > img {
	left: calc(203 / 1920 * 100vw);
	top: 0;
	width: calc(150 / 1920 * 100vw);
	height: calc(150 / 1920 * 100vw);
}

.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-heading-title {
	left: 0;
	top: calc(160 / 1920 * 100vw);
	width: calc(555 / 1920 * 100vw);
	height: calc(45 / 1920 * 100vw);
	font-size: calc(56 / 1920 * 100vw);
	font-weight: 700;
	line-height: 0.8;
	letter-spacing: calc(-1.12 / 1920 * 100vw);
	text-align: center;
}

.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-heading-subtitle {
	left: calc(97 / 1920 * 100vw);
	top: calc(246 / 1920 * 100vw);
	width: calc(360 / 1920 * 100vw);
	height: calc(29 / 1920 * 100vw);
	font-size: calc(36 / 1920 * 100vw);
	font-weight: 500;
	line-height: 0.8;
	letter-spacing: calc(-0.32 / 1920 * 100vw);
	text-align: center;
}

.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-ticket {
	left: calc(363 / 1920 * 100vw);
	top: calc(465 / 1920 * 100vw);
	width: calc(1212 / 1920 * 100vw);
	height: calc(330 / 1920 * 100vw);
}

.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card--swim-jet {
	left: calc(363 / 1920 * 100vw);
	top: calc(831 / 1920 * 100vw);
}

.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card--m1 {
	left: calc(979 / 1920 * 100vw);
	top: calc(831 / 1920 * 100vw);
}

.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card--battery {
	left: calc(363 / 1920 * 100vw);
	top: calc(1147 / 1920 * 100vw);
}

.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card--combo {
	left: calc(774 / 1920 * 100vw);
	top: calc(1147 / 1920 * 100vw);
}

.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card--ecosystem {
	left: calc(1185 / 1920 * 100vw);
	top: calc(1147 / 1920 * 100vw);
}

.ugc-prize-mobile {
	display: none;
}

.ugc-fixed-actions {
	--ugc-fixed-u: calc(100vw / 1920);
	position: fixed;
	z-index: 100;
	left: 50%;
	bottom: calc(70 * var(--ugc-fixed-u));
	display: flex;
	align-items: center;
	justify-content: center;
	gap: calc(88 * var(--ugc-fixed-u));
	height: calc(64 * var(--ugc-fixed-u));
	transform: translateX(-50%);
}

.ugc-fixed-action {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	gap: calc(8 * var(--ugc-fixed-u));
	width: calc(329 * var(--ugc-fixed-u));
	height: calc(64 * var(--ugc-fixed-u));
	padding-left: calc(16 * var(--ugc-fixed-u));
	border: 3px solid #196cfe;
	border-radius: calc(100 * var(--ugc-fixed-u));
	color: #000000;
	font-family: Figtree, Arial, sans-serif;
	font-size: calc(28 * var(--ugc-fixed-u));
	font-weight: 700;
	box-shadow: 0 calc(4 * var(--ugc-fixed-u)) calc(10 * var(--ugc-fixed-u)) rgba(0, 0, 0, 0.1);
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.ugc-fixed-action--join {
	position: relative;
	background: #f0ff00;
	line-height: 1;
}

.ugc-fixed-action--join:hover {
	background: #ffffff;
}

.ugc-fixed-action--join span {
	position: absolute;
	left: calc(134.5 * var(--ugc-fixed-u));
	top: 50%;
	transform: translate(-50%, -50%);
}

.ugc-fixed-action--join img {
	position: absolute;
	left: calc(263 * var(--ugc-fixed-u));
	top: 50%;
	transform: translateY(-50%);
	width: calc(64 * var(--ugc-fixed-u));
	height: calc(64 * var(--ugc-fixed-u));
}

.ugc-fixed-action--inspiration {
	background: #ffffff;
	letter-spacing: calc(-0.56 * var(--ugc-fixed-u));
	line-height: 0.8;
}

.ugc-fixed-action--inspiration:hover {
	background: #f0ff00;
}

.ugc-fixed-action img {
	display: block;
	flex: 0 0 auto;
	height: calc(64 * var(--ugc-fixed-u));
	max-width: none;
	object-fit: contain;
	pointer-events: none;
}

.ugc-fixed-action--inspiration img {
	width: calc(63 * var(--ugc-fixed-u));
}

.ugc-prize-card {
	--ugc-u: calc(100vw / 1920);
	border-radius: calc(20 * var(--ugc-u));
	background: #ffffff;
	box-shadow: 0 calc(8 * var(--ugc-u)) calc(36 * var(--ugc-u)) rgba(72, 151, 207, 0.08);
	overflow: hidden;
	color: #1d96ff;
}

.ugc-prize-card--small {
	border-radius: calc(18 * var(--ugc-u));
}

.ugc-prize-card--large::after {
	position: absolute;
	top: 0;
	right: 0;
	width: calc(244 * var(--ugc-u));
	height: 100%;
	border-left: 1px solid rgba(255, 255, 255, 0.7);
	background: rgba(248, 248, 250, 0.88);
	content: "";
}

@media (min-width: 769px) {
	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card--large::after {
		border: calc(3 * var(--ugc-u)) solid #ffffff;
		border-radius: 0 calc(20 * var(--ugc-u)) calc(20 * var(--ugc-u)) 0;
	}
}

.ugc-prize-product {
	position: absolute;
	/* z-index: 1; */
	display: block;
	max-width: none;
	object-fit: contain;
	pointer-events: none;
}

.ugc-prize-product--swim-jet {
	left: calc(0 * var(--ugc-u));
	top: calc(0 * var(--ugc-u));
	width: calc(338 * var(--ugc-u));
	height: calc(284 * var(--ugc-u));
}

.ugc-prize-product--m1 {
	left: calc(10 * var(--ugc-u));
	top: calc(0 * var(--ugc-u));
	width: calc(346 * var(--ugc-u));
	height: auto;
}

.ugc-prize-product--battery {
	left: calc(44 * var(--ugc-u));
	top: calc(76 * var(--ugc-u));
	width: calc(280 * var(--ugc-u));
	height: calc(177 * var(--ugc-u));
}

.ugc-prize-product--combo {
	left: calc(50 * var(--ugc-u));
	top: calc(29 * var(--ugc-u));
	width: calc(274 * var(--ugc-u));
	height: calc(252 * var(--ugc-u));
}

.ugc-prize-product--ecosystem {
	left: calc(85 * var(--ugc-u));
	top: calc(37 * var(--ugc-u));
	width: calc(205 * var(--ugc-u));
	height: calc(205 * var(--ugc-u));
}

.ugc-prize-pill {
	position: absolute;
	z-index: 3;
	top: calc(10 * var(--ugc-u));
	left: calc(11 * var(--ugc-u));
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: calc(36 * var(--ugc-u));
	padding: calc(8 * var(--ugc-u));
	border-radius: calc(100 * var(--ugc-u));
	background: #1d96ff;
	color: #ffffff;
	font-family: Figtree, Arial, sans-serif;
	font-size: calc(20 * var(--ugc-u));
	font-weight: 700;
	line-height: 0.8;
	letter-spacing: calc(-0.6 * var(--ugc-u));
	white-space: nowrap;
}

.ugc-prize-info {
	position: absolute;
	z-index: 2;
	font-family: Figtree, Arial, sans-serif;
}

.ugc-prize-info h3,
.ugc-prize-info p {
	margin: 0;
}

.ugc-prize-info--large {
	top: 0;
	left: calc(336 * var(--ugc-u));
	width: calc(244 * var(--ugc-u));
	height: 100%;
	padding-left: calc(29 * var(--ugc-u));
	padding-top: calc(28 * var(--ugc-u));
}

.ugc-prize-info--large h3 {
	width: calc(215 * var(--ugc-u));
	color: #1d96ff;
	font-size: calc(20 * var(--ugc-u));
	font-weight: 700;
	line-height: calc(24 * var(--ugc-u));
	letter-spacing: calc(-0.4 * var(--ugc-u));
}

.ugc-prize-info--large p {
	position: absolute;
	left: calc(29 * var(--ugc-u));
	top: calc(92 * var(--ugc-u));
	width: calc(158 * var(--ugc-u));
	color: #1d96ff;
	font-size: calc(14 * var(--ugc-u));
	font-weight: 600;
	line-height: calc(16 * var(--ugc-u));
	letter-spacing: calc(-0.28 * var(--ugc-u));
}

.ugc-prize-info--large p.ugc-prize-valued {
	top: calc(195 * var(--ugc-u));
	width: auto;
	line-height: calc(18 * var(--ugc-u));
}

.ugc-prize-info--large strong {
	position: absolute;
	left: calc(29 * var(--ugc-u));
	top: calc(213 * var(--ugc-u));
	color: #1d96ff;
	font-size: calc(36 * var(--ugc-u));
	font-weight: 700;
	line-height: calc(43.581 * var(--ugc-u));
	letter-spacing: calc(-1.08 * var(--ugc-u));
}

.ugc-prize-info--small {
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	height: calc(72 * var(--ugc-u));
	padding: 0 calc(9 * var(--ugc-u));
	border: calc(2 * var(--ugc-u)) solid #ffffff;
	border-radius: calc(12 * var(--ugc-u));
	background: rgba(255, 255, 255, 0.95);
}

.ugc-prize-info--small div {
	width: calc(261 * var(--ugc-u));
	text-align: right;
}

.ugc-prize-info--small h3 {
	color: #333333;
	font-size: calc(16 * var(--ugc-u));
	font-weight: 700;
	line-height: calc(16 * var(--ugc-u));
	letter-spacing: calc(-0.32 * var(--ugc-u));
	text-align: left;
}

.ugc-prize-info--small p {
	color: #333333;
	font-size: calc(12 * var(--ugc-u));
	font-weight: 600;
	line-height: calc(16 * var(--ugc-u));
	letter-spacing: calc(-0.24 * var(--ugc-u));
}

.ugc-prize-info--small strong {
	margin-left: calc(12 * var(--ugc-u));
	color: #1d96ff;
	font-size: calc(36 * var(--ugc-u));
	font-weight: 600;
	line-height: calc(43.581 * var(--ugc-u));
	letter-spacing: calc(-1.08 * var(--ugc-u));
	white-space: nowrap;
}

.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card--battery .ugc-prize-compatible {
	position: absolute;
	z-index: 3;
	left: calc(10 * var(--ugc-u));
	bottom: calc(12 * var(--ugc-u));
	margin: 0;
	color: #999999;
	font-size: calc(12 * var(--ugc-u));
	font-weight: 400;
	line-height: calc(16 * var(--ugc-u));
	letter-spacing: calc(-0.24 * var(--ugc-u));
}

.ugc-prize-info--special {
	left: calc(22 * var(--ugc-u));
	bottom: calc(14 * var(--ugc-u));
	width: calc(304 * var(--ugc-u));
	color: #333333;
}

.ugc-prize-info--special::after {
	position: absolute;
	z-index: -1;
	left: calc(36.5 * var(--ugc-u));
	top: calc(-11 * var(--ugc-u));
	width: calc(290.494 * var(--ugc-u));
	height: calc(72 * var(--ugc-u));
	border: calc(2 * var(--ugc-u)) solid #ffffff;
	border-radius: calc(12 * var(--ugc-u));
	content: "";
}

.ugc-prize-info--special h3 {
	font-size: calc(16 * var(--ugc-u));
	font-weight: 700;
	line-height: calc(18 * var(--ugc-u));
	letter-spacing: calc(-0.32 * var(--ugc-u));
}

.ugc-prize-info--special p {
	font-size: calc(12 * var(--ugc-u));
	font-weight: 600;
	line-height: calc(18 * var(--ugc-u));
	letter-spacing: calc(-0.24 * var(--ugc-u));
}

.ugc-prize-info--special span {
	line-height: calc(14 * var(--ugc-u));
}

@media (max-width: 768px) {
	.ugc-page #custom_web_products_ugc_0Hero {
		display: none;
	}

	.ugc-fixed-actions {
		display: none;
	}

	.ugc-hero-mobile {
		--ugc-hero-mobile-u: calc(100vw / 390);
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		height: calc(740 * var(--ugc-hero-mobile-u));
		padding-top: calc(8 * var(--ugc-hero-mobile-u));
		overflow: hidden;
		background: #ffffff;
	}

	.ugc-hero-mobile__photo {
		position: relative;
		flex: 0 0 auto;
		width: calc(374 * var(--ugc-hero-mobile-u));
		height: calc(385 * var(--ugc-hero-mobile-u));
		object-fit: cover;
		object-position: center;
	}

	.ugc-hero-mobile__title {
		position: relative;
		flex: 0 0 auto;
		width: calc(294 * var(--ugc-hero-mobile-u));
		height: calc(132 * var(--ugc-hero-mobile-u));
		margin-top: calc(32 * calc(100vw / 780));
		object-fit: contain;
	}

	.ugc-hero-mobile__button-slot {
		position: relative;
		flex: 0 0 auto;
		display: flex;
		justify-content: center;
		width: 100%;
		margin-top: calc(49 * var(--ugc-hero-mobile-u));
		min-height: calc(54 * var(--ugc-hero-mobile-u));
	}

	.ugc-hero-mobile__button {
		position: relative;
		box-sizing: border-box;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: calc(241.5 * var(--ugc-hero-mobile-u));
		height: calc(54 * var(--ugc-hero-mobile-u));
		border: calc(1.5 * var(--ugc-hero-mobile-u)) solid #196cfe;
		border-radius: calc(56.25 * var(--ugc-hero-mobile-u));
		background: #196cfe;
		box-shadow: 0 calc(2 * var(--ugc-hero-mobile-u)) calc(5 * var(--ugc-hero-mobile-u)) rgba(25, 108, 254, 0.1);
		color: #fff3f3;
		font-family: Figtree, Arial, sans-serif;
		font-size: calc(22 * var(--ugc-hero-mobile-u));
		font-weight: 700;
		line-height: 1;
		text-decoration: none;
		white-space: nowrap;
		overflow: visible;
		transition: opacity 0.25s ease, box-shadow 0.25s ease;
	}

	.ugc-hero-mobile__button span {
		position: absolute;
		left: calc(88 * var(--ugc-hero-mobile-u));
		top: 50%;
		transform: translate(-50%, -50%);
		letter-spacing: calc(-0.44 * var(--ugc-hero-mobile-u));
	}

	.ugc-hero-mobile__button.is-floating {
		position: fixed;
		z-index: 100;
		left: 50%;
		bottom: calc(24px + env(safe-area-inset-bottom, 0px));
		transform: translateX(-50%);
		box-shadow: 0 calc(2 * var(--ugc-hero-mobile-u)) calc(5 * var(--ugc-hero-mobile-u)) rgba(25, 108, 254, 0.1);
	}

	.ugc-hero-mobile__button img {
		position: absolute;
		left: calc(183 * var(--ugc-hero-mobile-u));
		top: 50%;
		transform: translateY(-50%);
		width: calc(54 * var(--ugc-hero-mobile-u));
		height: calc(54 * var(--ugc-hero-mobile-u));
		object-fit: contain;
	}

	.ugc-hero-mobile__wave {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: auto;
		object-fit: fill;
	}

	.ugc-hero-mobile__decor {
		position: absolute;
		object-fit: contain;
	}

	.ugc-hero-mobile__decor--left {
		left: calc(16 * var(--ugc-hero-mobile-u));
		top: calc(615 * var(--ugc-hero-mobile-u));
		width: calc(52 * var(--ugc-hero-mobile-u));
		height: calc(44 * var(--ugc-hero-mobile-u));
	}

	.ugc-hero-mobile__decor--right {
		left: calc(314 * var(--ugc-hero-mobile-u));
		top: calc(612 * var(--ugc-hero-mobile-u));
		width: calc(54 * var(--ugc-hero-mobile-u));
		height: calc(48 * var(--ugc-hero-mobile-u));
	}
}

@media (max-width: 768px) {
	.ugc-page #custom_web_products_ugc_0Prizes {
		--ugc-u: calc(100vw / 780);
		display: flex;
		flex-direction: column;
		align-items: center;
		height: calc(3789 * var(--ugc-u));
		background: linear-gradient(180deg, #cfe8ff 0%, #f5f5f7 100%);
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-heading {
		position: relative;
		left: auto;
		top: auto;
		flex: 0 0 calc(358 * var(--ugc-u));
		width: calc(780 * var(--ugc-u));
		height: calc(358 * var(--ugc-u));
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-heading > img {
		display: none;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-heading-title {
		left: calc(40 * var(--ugc-u));
		top: calc(78 * var(--ugc-u));
		width: calc(484 * var(--ugc-u));
		height: calc(144 * var(--ugc-u));
		font-size: calc(72 * var(--ugc-u));
		font-weight: 700;
		line-height: calc(72 * var(--ugc-u));
		letter-spacing: calc(-1.44 * var(--ugc-u));
		white-space: normal;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-title-line {
		display: block;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-heading-subtitle {
		left: calc(44 * var(--ugc-u));
		top: calc(231 * var(--ugc-u));
		width: calc(500 * var(--ugc-u));
		height: calc(72 * var(--ugc-u));
		font-size: calc(40 * var(--ugc-u));
		font-weight: 500;
		line-height: calc(72 * var(--ugc-u));
		letter-spacing: calc(-0.8 * var(--ugc-u));
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-heading-subtitle strong {
		font-weight: 700;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-ticket {
		position: relative;
		left: auto;
		top: auto;
		flex: 0 0 auto;
		width: calc(700 * var(--ugc-u));
		height: calc(1309.541 * var(--ugc-u));
		object-fit: contain;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-ticket img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: fill;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card {
		position: relative;
		left: auto;
		top: auto;
		flex: 0 0 auto;
		width: calc(700 * var(--ugc-u));
		margin-top: calc(40 * var(--ugc-u));
		border-radius: calc(16 * var(--ugc-u));
		background: rgba(255, 255, 255, 0.92);
		box-shadow: 0 calc(8 * var(--ugc-u)) calc(36 * var(--ugc-u)) rgba(72, 151, 207, 0.08);
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-ticket + .ugc-prize-card {
		margin-top: calc(40.459 * var(--ugc-u));
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card--large {
		height: calc(337.931 * var(--ugc-u));
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card--small {
		height: calc(330 * var(--ugc-u));
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card--large::after {
		width: calc(330 * var(--ugc-u));
		border-left: 0;
		background: rgba(248, 248, 250, 0.9);
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card--small::after {
		position: absolute;
		z-index: 0;
		right: 0;
		top: 0;
		width: calc(345 * var(--ugc-u));
		height: 100%;
		border-radius: 0 calc(16 * var(--ugc-u)) calc(16 * var(--ugc-u)) 0;
		background: rgba(255, 255, 255, 0.94);
		content: "";
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-pill {
		left: calc(6 * var(--ugc-u));
		top: calc(5 * var(--ugc-u));
		height: calc(43.448 * var(--ugc-u));
		padding: calc(9.655 * var(--ugc-u));
		border-radius: calc(120.69 * var(--ugc-u));
		font-size: calc(24.138 * var(--ugc-u));
		letter-spacing: calc(-0.724 * var(--ugc-u));
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card--small .ugc-prize-pill {
		left: calc(6 * var(--ugc-u));
		top: calc(5 * var(--ugc-u));
		height: calc(35.2 * var(--ugc-u));
		padding: calc(8 * var(--ugc-u));
		font-size: calc(24 * var(--ugc-u));
		letter-spacing: calc(-0.72 * var(--ugc-u));
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-info--large {
		left: calc(370 * var(--ugc-u));
		top: 0;
		width: calc(330 * var(--ugc-u));
		height: 100%;
		padding: calc(34 * var(--ugc-u)) calc(16 * var(--ugc-u)) 0;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-info--large h3 {
		width: calc(271 * var(--ugc-u));
		font-size: calc(32 * var(--ugc-u));
		line-height: calc(30 * var(--ugc-u));
		letter-spacing: calc(-0.64 * var(--ugc-u));
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-info--large p {
		left: calc(16 * var(--ugc-u));
		top: calc(120 * var(--ugc-u));
		width: calc(243 * var(--ugc-u));
		font-size: calc(24 * var(--ugc-u));
		font-weight: 600;
		line-height: calc(30 * var(--ugc-u));
		letter-spacing: calc(-0.48 * var(--ugc-u));
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-info--large p.ugc-prize-valued {
		top: calc(233 * var(--ugc-u));
		line-height: calc(18 * var(--ugc-u));
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-info--large strong {
		left: calc(16 * var(--ugc-u));
		top: calc(257 * var(--ugc-u));
		font-size: calc(43.448 * var(--ugc-u));
		line-height: calc(52.598 * var(--ugc-u));
		letter-spacing: calc(-1.303 * var(--ugc-u));
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-product--swim-jet {
		left: calc(-70 * var(--ugc-u));
		top: calc(38 * var(--ugc-u));
		width: calc(390 * var(--ugc-u));
		height: calc(280 * var(--ugc-u));
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-product--m1 {
		left: calc(16 * var(--ugc-u));
		top: calc(113 * var(--ugc-u));
		width: calc(326 * var(--ugc-u));
		height: calc(149 * var(--ugc-u));
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-info--small {
		left: calc(386 * var(--ugc-u));
		top: calc(29 * var(--ugc-u));
		bottom: auto;
		display: block;
		width: calc(303 * var(--ugc-u));
		height: calc(286 * var(--ugc-u));
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-info--small div {
		width: calc(303 * var(--ugc-u));
		text-align: left;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-info--small h3 {
		color: #333333;
		font-size: calc(30 * var(--ugc-u));
		font-weight: 700;
		line-height: calc(30 * var(--ugc-u));
		letter-spacing: calc(-0.6 * var(--ugc-u));
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-info--small p {
		position: absolute;
		left: 0;
		top: calc(202 * var(--ugc-u));
		color: #999999;
		font-size: calc(24 * var(--ugc-u));
		font-weight: 600;
		line-height: calc(30 * var(--ugc-u));
		letter-spacing: calc(-0.48 * var(--ugc-u));
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-info--small strong {
		position: absolute;
		left: 0;
		top: calc(236 * var(--ugc-u));
		margin: 0;
		font-size: calc(48 * var(--ugc-u));
		font-weight: 700;
		line-height: calc(43.581 * var(--ugc-u));
		letter-spacing: calc(-1.44 * var(--ugc-u));
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-product--battery {
		left: calc(44 * var(--ugc-u));
		top: calc(85 * var(--ugc-u));
		width: calc(280 * var(--ugc-u));
		height: calc(177 * var(--ugc-u));
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-product--combo {
		left: calc(50 * var(--ugc-u));
		top: calc(55 * var(--ugc-u));
		width: calc(274 * var(--ugc-u));
		height: calc(252 * var(--ugc-u));
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-product--ecosystem {
		left: calc(56 * var(--ugc-u));
		top: calc(61 * var(--ugc-u));
		width: calc(227 * var(--ugc-u));
		height: calc(227 * var(--ugc-u));
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-info--special {
		left: calc(386 * var(--ugc-u));
		top: calc(29 * var(--ugc-u));
		bottom: auto;
		width: calc(303 * var(--ugc-u));
		color: #333333;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-info--special::after {
		display: none;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-info--special h3 {
		font-size: calc(30 * var(--ugc-u));
		line-height: calc(30 * var(--ugc-u));
		letter-spacing: calc(-0.6 * var(--ugc-u));
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-info--special p {
		margin-top: calc(30 * var(--ugc-u));
		font-size: calc(24 * var(--ugc-u));
		line-height: calc(30 * var(--ugc-u));
		letter-spacing: calc(-0.48 * var(--ugc-u));
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-info--special span {
		line-height: calc(30 * var(--ugc-u));
	}
}

@media (max-width: 768px) {
	.ugc-page #custom_web_products_ugc_0Prizes {
		--ugc-u: calc(100vw / 780);
		position: relative;
		display: block;
		height: calc(3789 * var(--ugc-u));
		background: linear-gradient(180deg, #cfe8ff 0%, #f5f5f7 100%);
	}

	.ugc-page #custom_web_products_ugc_0Prizes > .ugc-prize-heading,
	.ugc-page #custom_web_products_ugc_0Prizes > .ugc-prize-ticket,
	.ugc-page #custom_web_products_ugc_0Prizes > .ugc-prize-card {
		display: none;
	}

	.ugc-prize-mobile {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		max-width: calc(780 * var(--ugc-u));
		height: calc(3789 * var(--ugc-u));
		margin: 0 auto;
		padding-top: calc(49 * var(--ugc-u));
		font-family: Figtree, Arial, sans-serif;
	}

	.ugc-prize-mobile-header-row {
		display: flex;
		align-items: center;
		align-self: stretch;
		gap: calc(2.15 * var(--ugc-u));
		width: 100%;
		padding-left: calc(21 * var(--ugc-u));
		box-sizing: border-box;
	}

	.ugc-prize-mobile-icon {
		display: block;
		flex: 0 0 auto;
		width: calc(196.863 * var(--ugc-u));
		height: calc(196.863 * var(--ugc-u));
		object-fit: contain;
	}

	.ugc-prize-mobile-title {
		position: relative;
		flex: 1 1 auto;
		min-width: 0;
		margin: 0;
		color: #000000;
		font-size: calc(72 * var(--ugc-u));
		font-weight: 700;
		line-height: 1;
		letter-spacing: calc(-1.44 * var(--ugc-u));
	}

	.ugc-prize-mobile-title span {
		display: block;
	}

	.ugc-prize-mobile-subtitle {
		position: relative;
		align-self: flex-start;
		width: calc(700 * var(--ugc-u));
		margin: calc(9 * var(--ugc-u)) 0 0 calc(40 * var(--ugc-u));
		color: #000000;
		font-size: calc(40 * var(--ugc-u));
		font-weight: 500;
		line-height: calc(72 * var(--ugc-u));
		letter-spacing: calc(-0.8 * var(--ugc-u));
		white-space: nowrap;
	}

	.ugc-prize-mobile-subtitle strong {
		color: #1d96ff;
		font-weight: 700;
	}

	.ugc-prize-mobile-ticket {
		position: relative;
		display: block;
		flex: 0 0 auto;
		width: calc(700 * var(--ugc-u));
		height: calc(1309.541 * var(--ugc-u));
		margin-top: calc(55 * var(--ugc-u));
		object-fit: fill;
	}

	.ugc-prize-mobile-card {
		position: relative;
		flex: 0 0 auto;
		width: calc(700 * var(--ugc-u));
		margin-top: calc(40.459 * var(--ugc-u));
		overflow: hidden;
		border-radius: calc(16 * var(--ugc-u));
		background: #ffffff;
		box-shadow: 0 calc(8 * var(--ugc-u)) calc(36 * var(--ugc-u)) rgba(72, 151, 207, 0.08);
		color: #1d96ff;
	}

	.ugc-prize-mobile-card::after {
		position: absolute;
		z-index: 0;
		right: 0;
		top: 0;
		height: 100%;
		background: rgba(248, 248, 250, 0.92);
		content: "";
	}

	.ugc-prize-mobile-card--large {
		height: calc(337.931 * var(--ugc-u));
	}

	.ugc-prize-mobile-card--large::after {
		width: calc(330 * var(--ugc-u));
	}

	.ugc-prize-mobile-card--small {
		height: calc(330 * var(--ugc-u));
	}

	.ugc-prize-mobile-card--small::after {
		width: calc(345 * var(--ugc-u));
		background: rgba(255, 255, 255, 0.94);
	}

	.ugc-prize-mobile-card--swim {
		margin-top: calc(40.459 * var(--ugc-u));
	}

	.ugc-prize-mobile-card--m1 {
		margin-top: calc(40.069 * var(--ugc-u));
	}

	.ugc-prize-mobile-card--battery {
		margin-top: calc(42.069 * var(--ugc-u));
	}

	.ugc-prize-mobile-card--combo {
		margin-top: calc(40 * var(--ugc-u));
	}

	.ugc-prize-mobile-card--ecosystem {
		margin-top: calc(40 * var(--ugc-u));
	}

	.ugc-prize-mobile-product {
		position: absolute;
		z-index: 1;
		display: block;
		max-width: none;
		object-fit: contain;
		pointer-events: none;
	}

	.ugc-prize-mobile-product--swim {
		left: calc(-70 * var(--ugc-u));
		top: calc(-2 * var(--ugc-u));
		width: calc(430 * var(--ugc-u));
		height: calc(340 * var(--ugc-u));
	}

	.ugc-prize-mobile-product--m1 {
		left: calc(16 * var(--ugc-u));
		top: calc(13 * var(--ugc-u));
		width: calc(336 * var(--ugc-u));
	}

	.ugc-prize-mobile-product--battery {
		left: calc(44 * var(--ugc-u));
		top: calc(85 * var(--ugc-u));
		width: calc(280 * var(--ugc-u));
		height: calc(177 * var(--ugc-u));
	}

	.ugc-prize-mobile-product--combo {
		left: calc(50 * var(--ugc-u));
		top: calc(55 * var(--ugc-u));
		width: calc(274 * var(--ugc-u));
		height: calc(252 * var(--ugc-u));
	}

	.ugc-prize-mobile-product--ecosystem {
		left: calc(56 * var(--ugc-u));
		top: calc(61 * var(--ugc-u));
		width: calc(227 * var(--ugc-u));
		height: calc(227 * var(--ugc-u));
	}

	.ugc-prize-mobile-pill {
		position: absolute;
		z-index: 3;
		left: calc(6 * var(--ugc-u));
		top: calc(5 * var(--ugc-u));
		display: inline-flex;
		align-items: center;
		justify-content: center;
		height: calc(43.448 * var(--ugc-u));
		padding: calc(9.655 * var(--ugc-u));
		border-radius: calc(120.69 * var(--ugc-u));
		background: #1d96ff;
		color: #ffffff;
		font-size: calc(24.138 * var(--ugc-u));
		font-weight: 700;
		line-height: 0.8;
		letter-spacing: calc(-0.724 * var(--ugc-u));
		white-space: nowrap;
	}

	.ugc-prize-mobile-card--small .ugc-prize-mobile-pill {
		height: calc(35.2 * var(--ugc-u));
		padding: calc(8 * var(--ugc-u));
		font-size: calc(24 * var(--ugc-u));
		letter-spacing: calc(-0.72 * var(--ugc-u));
	}

	.ugc-prize-mobile-info {
		position: absolute;
		z-index: 2;
	}

	.ugc-prize-mobile-info h3,
	.ugc-prize-mobile-info p {
		margin: 0;
	}

	.ugc-prize-mobile-info--large {
		left: calc(386 * var(--ugc-u));
		top: calc(34 * var(--ugc-u));
		width: calc(271 * var(--ugc-u));
	}

	.ugc-prize-mobile-info--large h3 {
		color: #1d96ff;
		font-size: calc(32 * var(--ugc-u));
		font-weight: 700;
		line-height: calc(30 * var(--ugc-u));
		letter-spacing: calc(-0.64 * var(--ugc-u));
	}

	.ugc-prize-mobile-info--large p {
		position: absolute;
		left: 0;
		top: calc(86 * var(--ugc-u));
		width: calc(243 * var(--ugc-u));
		color: #1d96ff;
		font-size: calc(24 * var(--ugc-u));
		font-weight: 600;
		line-height: calc(30 * var(--ugc-u));
		letter-spacing: calc(-0.48 * var(--ugc-u));
	}

	.ugc-prize-mobile-info--large p.ugc-prize-mobile-valued {
		top: calc(199 * var(--ugc-u));
		line-height: calc(18 * var(--ugc-u));
	}

	.ugc-prize-mobile-info--large strong {
		position: absolute;
		left: 0;
		top: calc(223 * var(--ugc-u));
		color: #1d96ff;
		font-size: calc(43.448 * var(--ugc-u));
		font-weight: 700;
		line-height: calc(52.598 * var(--ugc-u));
		letter-spacing: calc(-1.303 * var(--ugc-u));
		white-space: nowrap;
	}

	.ugc-prize-mobile-info--small,
	.ugc-prize-mobile-info--special {
		left: calc(386 * var(--ugc-u));
		top: calc(29 * var(--ugc-u));
		width: calc(303 * var(--ugc-u));
		color: #333333;
	}

	.ugc-prize-mobile-info--small h3,
	.ugc-prize-mobile-info--special h3 {
		color: #333333;
		font-size: calc(30 * var(--ugc-u));
		font-weight: 700;
		line-height: calc(30 * var(--ugc-u));
		letter-spacing: calc(-0.6 * var(--ugc-u));
	}

	.ugc-prize-mobile-info--small p:not(.ugc-prize-mobile-compatible) {
		position: absolute;
		left: 0;
		top: calc(202 * var(--ugc-u));
		color: #999999;
		font-size: calc(24 * var(--ugc-u));
		font-weight: 600;
		line-height: calc(30 * var(--ugc-u));
		letter-spacing: calc(-0.48 * var(--ugc-u));
	}

	.ugc-prize-mobile-card--battery .ugc-prize-mobile-compatible {
		position: relative;
		z-index: 2;
		margin: calc(8 * var(--ugc-u)) 0 0;
		color: #999999;
		font-size: calc(18 * var(--ugc-u));
		font-weight: 400;
		line-height: calc(22 * var(--ugc-u));
		letter-spacing: calc(-0.36 * var(--ugc-u));
	}

	.ugc-prize-mobile-info--small strong {
		position: absolute;
		left: 0;
		top: calc(236 * var(--ugc-u));
		color: #1d96ff;
		font-size: calc(48 * var(--ugc-u));
		font-weight: 700;
		line-height: calc(43.581 * var(--ugc-u));
		letter-spacing: calc(-1.44 * var(--ugc-u));
		white-space: nowrap;
	}

	.ugc-prize-mobile-info--special p {
		margin-top: calc(30 * var(--ugc-u));
		color: #333333;
		font-size: calc(24 * var(--ugc-u));
		font-weight: 600;
		line-height: calc(30 * var(--ugc-u));
		letter-spacing: calc(-0.48 * var(--ugc-u));
	}
}

.ugc-shop-section {
	--ugc-shop-u: calc(100vw / 1920);
	height: calc(1651 * var(--ugc-shop-u));
	background: #bfe2f8;
	color: #333333;
}

.ugc-shop-heading {
	position: absolute;
	left: calc(714 * var(--ugc-shop-u));
	top: calc(77 * var(--ugc-shop-u));
	width: calc(479 * var(--ugc-shop-u));
	height: calc(282 * var(--ugc-shop-u));
}

.ugc-shop-heading__icon {
	position: absolute;
	left: calc(171 * var(--ugc-shop-u));
	top: 0;
	display: block;
	width: calc(150 * var(--ugc-shop-u));
	height: calc(150 * var(--ugc-shop-u));
	object-fit: contain;
}

.ugc-shop-heading h2 {
	position: absolute;
	left: 0;
	top: calc(168 * var(--ugc-shop-u));
	margin: 0;
	color: #000000;
	font-family: Figtree, Arial, sans-serif;
	font-size: calc(56 * var(--ugc-shop-u));
	font-weight: 700;
	line-height: 0.8;
	letter-spacing: calc(-1.12 * var(--ugc-shop-u));
	white-space: nowrap;
}

.ugc-shop-title-line {
	display: inline;
}

.ugc-shop-heading p {
	position: absolute;
	left: calc(12 * var(--ugc-shop-u));
	top: calc(246 * var(--ugc-shop-u));
	margin: 0;
	color: #333333;
	font-family: Figtree, Arial, sans-serif;
	width: calc(467 * var(--ugc-shop-u));
	font-size: calc(36 * var(--ugc-shop-u));
	font-weight: 600;
	line-height: calc(36 * var(--ugc-shop-u));
	letter-spacing: calc(-0.8 * var(--ugc-shop-u));
	white-space: nowrap;
}

.ugc-shop-product {
	position: absolute;
	left: calc(361 * var(--ugc-shop-u));
	width: calc(1199 * var(--ugc-shop-u));
	height: calc(531 * var(--ugc-shop-u));
}

.ugc-shop-product--one {
	top: calc(427 * var(--ugc-shop-u));
}

.ugc-shop-product--two {
	top: calc(998 * var(--ugc-shop-u));
}

.ugc-shop-product__media {
	position: absolute;
	z-index: 1;
	left: calc(477 * var(--ugc-shop-u));
	top: 0;
	width: calc(722 * var(--ugc-shop-u));
	height: calc(531 * var(--ugc-shop-u));
	border-radius: calc(30 * var(--ugc-shop-u));
	background: #ffffff;
	overflow: hidden;
}

.ugc-shop-product__media img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.ugc-shop-product__info {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: calc(558 * var(--ugc-shop-u));
	height: calc(531 * var(--ugc-shop-u));
	padding: calc(36 * var(--ugc-shop-u));
	border-radius: calc(30 * var(--ugc-shop-u)) 0 0 calc(30 * var(--ugc-shop-u));
	background: #ffffff;
	box-shadow: 0 calc(4 * var(--ugc-shop-u)) calc(25 * var(--ugc-shop-u)) rgba(188, 224, 255, 0.3);
}

.ugc-shop-product__info h3 {
	margin: 0;
	color: #333333;
	font-family: Figtree, Arial, sans-serif;
	font-size: calc(32 * var(--ugc-shop-u));
	font-weight: 600;
	line-height: 1;
	letter-spacing: calc(-0.72 * var(--ugc-shop-u));
	white-space: nowrap;
}

.ugc-shop-product--two .ugc-shop-product__info {
	padding-top: calc(36 * var(--ugc-shop-u));
}

.ugc-shop-product--two .ugc-shop-product__info h3 {
	font-size: calc(32 * var(--ugc-shop-u));
	letter-spacing: calc(-0.64 * var(--ugc-shop-u));
}

.ugc-shop-features {
	position: absolute;
	left: calc(36 * var(--ugc-shop-u));
	top: calc(96 * var(--ugc-shop-u));
	display: flex;
	align-items: center;
	gap: calc(4 * var(--ugc-shop-u));
	width: calc(488 * var(--ugc-shop-u));
	height: calc(142 * var(--ugc-shop-u));
	padding: calc(36 * var(--ugc-shop-u)) 0;
	border-radius: calc(16 * var(--ugc-shop-u));
	background: #fafafa;
	overflow: hidden;
}

.ugc-shop-feature {
	display: flex;
	flex: 0 0 calc(119 * var(--ugc-shop-u));
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: calc(94 * var(--ugc-shop-u));
	gap: calc(4 * var(--ugc-shop-u));
	text-align: center;
}

.ugc-shop-feature:nth-child(3){
	width:calc(122 * var(--ugc-shop-u));
	white-space: nowrap;
}
.ugc-shop-feature span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(58 * var(--ugc-shop-u));
	height: calc(58 * var(--ugc-shop-u));
	border-radius: 50%;
	background: #ffffff;
}

.ugc-shop-feature img {
	display: block;
	width: calc(38 * var(--ugc-shop-u));
	height: calc(38 * var(--ugc-shop-u));
	object-fit: contain;
}

.ugc-shop-feature p {
	margin: 0;
	width: calc(119 * var(--ugc-shop-u));
	color: #333333;
	font-family: Figtree, Arial, sans-serif;
	font-size: calc(16 * var(--ugc-shop-u));
	font-weight: 400;
	line-height: 1;
	letter-spacing: calc(-0.2 * var(--ugc-shop-u));
}

.ugc-shop-product--two .ugc-shop-features {
	gap: 0;
}

.ugc-shop-product--two .ugc-shop-feature {
	flex-basis: calc(122 * var(--ugc-shop-u));
}

.ugc-shop-product--two .ugc-shop-feature:nth-child(1) p,
.ugc-shop-product--two .ugc-shop-feature:nth-child(2) p {
	width: calc(125 * var(--ugc-shop-u));
}

.ugc-shop-product--two .ugc-shop-feature:nth-child(3) p {
	width: calc(175 * var(--ugc-shop-u));
}

.ugc-shop-product--two .ugc-shop-feature:nth-child(4) p {
	width: calc(97.232 * var(--ugc-shop-u));
}

.ugc-shop-model {
	position: absolute;
	left: calc(36 * var(--ugc-shop-u));
	top: calc(262 * var(--ugc-shop-u));
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: calc(116 * var(--ugc-shop-u));
	height: calc(50 * var(--ugc-shop-u));
	padding: calc(22 * var(--ugc-shop-u));
	border-radius: calc(96 * var(--ugc-shop-u));
	background: #1d96ff;
	color: #ffffff;
	font-family: Figtree, Arial, sans-serif;
	font-size: calc(16 * var(--ugc-shop-u));
	font-weight: 800;
	line-height: 1;
	letter-spacing: calc(-0.32 * var(--ugc-shop-u));
	white-space: nowrap;
}

.ugc-shop-product--two .ugc-shop-model {
	top: calc(262 * var(--ugc-shop-u));
}

.ugc-shop-price {
	position: absolute;
	left: calc(36 * var(--ugc-shop-u));
	top: calc(336 * var(--ugc-shop-u));
	display: flex;
	align-items: flex-end;
	gap: calc(7.5 * var(--ugc-shop-u));
	width: calc(301 * var(--ugc-shop-u));
	height: calc(40 * var(--ugc-shop-u));
	font-family: Figtree, Arial, sans-serif;
	white-space: nowrap;
}

.ugc-shop-product--two .ugc-shop-price {
	top: calc(336 * var(--ugc-shop-u));
}

.ugc-shop-price strong {
	color: #1d96ff;
	font-size: calc(46 * var(--ugc-shop-u));
	font-weight: 700;
	line-height: calc(30 * var(--ugc-shop-u));
	letter-spacing: calc(-2 * var(--ugc-shop-u));
}

.ugc-shop-price del {
	color: #999999;
	font-size: calc(20 * var(--ugc-shop-u));
	font-weight: 400;
	line-height: 1;
	letter-spacing: calc(-0.4 * var(--ugc-shop-u));
}

.ugc-shop-actions {
	position: absolute;
	left: calc(36 * var(--ugc-shop-u));
	bottom: calc(36 * var(--ugc-shop-u));
	display: flex;
	gap: calc(12 * var(--ugc-shop-u));
	width: calc(496 * var(--ugc-shop-u));
	height: calc(62 * var(--ugc-shop-u));
}

.ugc-shop-product--two .ugc-shop-actions {
	bottom: calc(36 * var(--ugc-shop-u));
}

.ugc-shop-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: calc(62 * var(--ugc-shop-u));
	border: calc(1 * var(--ugc-shop-u)) solid #1d96ff;
	border-radius: calc(100 * var(--ugc-shop-u));
	font-family: Figtree, Arial, sans-serif;
	font-size: calc(20 * var(--ugc-shop-u));
	font-weight: 600;
	line-height: calc(14 * var(--ugc-shop-u));
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.ugc-shop-button--ghost {
	width: calc(239 * var(--ugc-shop-u));
	background: #ffffff;
	color: #1d96ff;
}

.ugc-shop-button--solid {
	width: calc(219 * var(--ugc-shop-u));
	background: #1d96ff;
	color: #ffffff;
}

@media (max-width: 767px) {
	.ugc-page .ugc-shop-section {
		--ugc-shop-u: calc(100vw / 780);
		height: calc(2802 * var(--ugc-shop-u));
		display: flex;
		flex-direction: column;
		align-items: center;
		background: #bfe2f8;
	}

	.ugc-shop-heading {
		position: relative;
		left: 0;
		top: 0;
		flex: 0 0 calc(420 * var(--ugc-shop-u));
		width: calc(780 * var(--ugc-shop-u));
		height: calc(420 * var(--ugc-shop-u));
	}

	.ugc-shop-heading__icon {
		left: calc(40 * var(--ugc-shop-u));
		top: calc(77 * var(--ugc-shop-u));
		width: calc(196.863 * var(--ugc-shop-u));
		height: calc(196.863 * var(--ugc-shop-u));
	}

	.ugc-shop-heading h2 {
		left: calc(240 * var(--ugc-shop-u));
		top: calc(105 * var(--ugc-shop-u));
		width: calc(458 * var(--ugc-shop-u));
		height: calc(144 * var(--ugc-shop-u));
		font-size: calc(72 * var(--ugc-shop-u));
		font-weight: 700;
		line-height: calc(72 * var(--ugc-shop-u));
		letter-spacing: calc(-1.44 * var(--ugc-shop-u));
		white-space: nowrap;
	}

	.ugc-shop-title-line {
		display: block;
	}

	.ugc-shop-heading p {
		left: calc(40 * var(--ugc-shop-u));
		top: calc(331 * var(--ugc-shop-u));
		width: calc(539 * var(--ugc-shop-u));
		font-size: calc(40 * var(--ugc-shop-u));
		font-weight: 600;
		line-height: calc(36 * var(--ugc-shop-u));
		letter-spacing: calc(-0.8 * var(--ugc-shop-u));
	}

	.ugc-shop-product {
		position: relative;
		left: auto;
		top: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: calc(700 * var(--ugc-shop-u));
		height: auto;
	}

	.ugc-shop-product--one {
		margin-top: 0;
	}

	.ugc-shop-product--two {
		margin-top: calc(36 * var(--ugc-shop-u));
	}

	.ugc-shop-product__media {
		position: relative;
		left: auto;
		top: auto;
		flex: 0 0 auto;
		width: calc(700 * var(--ugc-shop-u));
		height: calc(634 * var(--ugc-shop-u));
		border-radius: calc(30 * var(--ugc-shop-u));
	}

	.ugc-shop-product__info {
		position: relative;
		left: auto;
		top: auto;
		flex: 0 0 auto;
		margin-top: calc(-131 * var(--ugc-shop-u));
		width: calc(700 * var(--ugc-shop-u));
		height: calc(547 * var(--ugc-shop-u));
		padding: calc(37.5 * var(--ugc-shop-u)) calc(36 * var(--ugc-shop-u));
		border-radius: calc(30 * var(--ugc-shop-u));
		box-shadow: 0 calc(4 * var(--ugc-shop-u)) calc(25 * var(--ugc-shop-u)) rgba(188, 224, 255, 0.3);
	}

	.ugc-shop-product--two .ugc-shop-product__info {
		margin-top: calc(-126 * var(--ugc-shop-u));
		height: calc(624 * var(--ugc-shop-u));
		padding: calc(46.993 * var(--ugc-shop-u)) calc(45.161 * var(--ugc-shop-u));
	}

	.ugc-shop-product__info h3 {
		font-size: calc(44 * var(--ugc-shop-u));
		font-weight: 700;
		line-height: 1;
		letter-spacing: calc(-0.88 * var(--ugc-shop-u));
		white-space: nowrap;
	}

	.ugc-shop-product--two .ugc-shop-product__info h3 {
		font-size: calc(40.143 * var(--ugc-shop-u));
		font-weight: 600;
		letter-spacing: calc(-0.803 * var(--ugc-shop-u));
	}

	.ugc-shop-features {
		left: calc(36 * var(--ugc-shop-u));
		top: calc(105.5 * var(--ugc-shop-u));
		width: calc(623 * var(--ugc-shop-u));
		height: calc(142 * var(--ugc-shop-u));
		padding: calc(24 * var(--ugc-shop-u)) 0;
		border-radius: calc(16 * var(--ugc-shop-u));
	}

	.ugc-shop-product--two .ugc-shop-features {
		left: calc(45.161 * var(--ugc-shop-u));
		top: calc(117.1 * var(--ugc-shop-u));
		width: calc(612.186 * var(--ugc-shop-u));
		height: calc(178.136 * var(--ugc-shop-u));
		padding: calc(24.226 * var(--ugc-shop-u)) 0;
	}

	.ugc-shop-feature {
		flex-basis: calc(155.75 * var(--ugc-shop-u));
		height: calc(94 * var(--ugc-shop-u));
		gap: calc(4 * var(--ugc-shop-u));
		flex: 0 0 calc(155.75 * var(--ugc-shop-u));
	}

	.ugc-shop-product--two .ugc-shop-feature {
		flex-basis: calc(153.047 * var(--ugc-shop-u));
		height: calc(129.683 * var(--ugc-shop-u));
		gap: calc(5.018 * var(--ugc-shop-u));
	}

	.ugc-shop-feature span {
		width: calc(58 * var(--ugc-shop-u));
		height: calc(58 * var(--ugc-shop-u));
	}

	.ugc-shop-product--two .ugc-shop-feature span {
		width: calc(72.76 * var(--ugc-shop-u));
		height: calc(72.76 * var(--ugc-shop-u));
	}

	.ugc-shop-feature img {
		width: calc(38 * var(--ugc-shop-u));
		height: calc(38 * var(--ugc-shop-u));
	}

	.ugc-shop-product--two .ugc-shop-feature img {
		width: calc(47.67 * var(--ugc-shop-u));
		height: calc(47.67 * var(--ugc-shop-u));
	}

	.ugc-shop-feature p {
		width: calc(153 * var(--ugc-shop-u));
		font-size: calc(20 * var(--ugc-shop-u));
		line-height: 1;
		letter-spacing: calc(-0.2 * var(--ugc-shop-u));
	}
	.ugc-shop-product--two .ugc-shop-feature:nth-child(4) p{
		width: calc(153 * var(--ugc-shop-u));
	}

	.ugc-shop-product--two .ugc-shop-feature p {
		width: calc(140 * var(--ugc-shop-u));
		font-size: calc(20.072 * var(--ugc-shop-u));
		letter-spacing: calc(-0.251 * var(--ugc-shop-u));
	}

	.ugc-shop-model {
		left: calc(36 * var(--ugc-shop-u));
		top: calc(271.5 * var(--ugc-shop-u));
		width: calc(174 * var(--ugc-shop-u));
		height: calc(50 * var(--ugc-shop-u));
		padding: calc(22 * var(--ugc-shop-u));
		border-radius: calc(96 * var(--ugc-shop-u));
		font-size: calc(32 * var(--ugc-shop-u));
		line-height: 1;
		letter-spacing: calc(-0.64 * var(--ugc-shop-u));
	}

	.ugc-shop-product--two .ugc-shop-model {
		left: calc(45.161 * var(--ugc-shop-u));
		top: calc(325.344 * var(--ugc-shop-u));
		width: calc(181 * var(--ugc-shop-u));
		height: calc(48 * var(--ugc-shop-u));
	}

	.ugc-shop-price {
		left: calc(36 * var(--ugc-shop-u));
		top: calc(345.5 * var(--ugc-shop-u));
		gap: calc(7.5 * var(--ugc-shop-u));
		width: calc(360 * var(--ugc-shop-u));
		height: calc(40 * var(--ugc-shop-u));
	}

	.ugc-shop-product--two .ugc-shop-price {
		left: calc(45.161 * var(--ugc-shop-u));
		top: calc(403.452 * var(--ugc-shop-u));
		gap: calc(9.409 * var(--ugc-shop-u));
		width: calc(378 * var(--ugc-shop-u));
		height: calc(50 * var(--ugc-shop-u));
	}

	.ugc-shop-price strong {
		font-size: calc(46 * var(--ugc-shop-u));
		line-height: calc(30 * var(--ugc-shop-u));
		letter-spacing: calc(-2 * var(--ugc-shop-u));
	}

	.ugc-shop-product--two .ugc-shop-price strong {
		font-size: calc(57.706 * var(--ugc-shop-u));
		line-height: calc(37.634 * var(--ugc-shop-u));
		letter-spacing: calc(-2.509 * var(--ugc-shop-u));
	}

	.ugc-shop-price del {
		font-size: calc(20 * var(--ugc-shop-u));
		letter-spacing: calc(-0.4 * var(--ugc-shop-u));
	}

	.ugc-shop-product--two .ugc-shop-price del {
		font-size: calc(25.09 * var(--ugc-shop-u));
		letter-spacing: calc(-0.502 * var(--ugc-shop-u));
	}

	.ugc-shop-actions {
		left: calc(36 * var(--ugc-shop-u));
		bottom: calc(37.5 * var(--ugc-shop-u));
		gap: calc(12 * var(--ugc-shop-u));
		width: calc(643 * var(--ugc-shop-u));
		height: calc(88 * var(--ugc-shop-u));
	}

	.ugc-shop-product--two .ugc-shop-actions {
		left: calc(45.161 * var(--ugc-shop-u));
		bottom: calc(47 * var(--ugc-shop-u));
		gap: calc(15.054 * var(--ugc-shop-u));
		width: calc(589.272 * var(--ugc-shop-u));
		height: calc(78.215 * var(--ugc-shop-u));
	}

	.ugc-shop-button {
		height: calc(88 * var(--ugc-shop-u));
		border-width: calc(1.032 * var(--ugc-shop-u));
		border-radius: calc(103.226 * var(--ugc-shop-u));
		font-size: calc(33.032 * var(--ugc-shop-u));
		line-height: calc(14.452 * var(--ugc-shop-u));
	}

	.ugc-shop-product--two .ugc-shop-button {
		height: calc(78.215 * var(--ugc-shop-u));
		border-width: calc(1 * var(--ugc-shop-u));
		font-size: calc(25.09 * var(--ugc-shop-u));
		line-height: calc(13.789 * var(--ugc-shop-u));
	}

	.ugc-shop-button--ghost {
		width: calc(310.387 * var(--ugc-shop-u));
	}

	.ugc-shop-button--solid {
		width: calc(277.387 * var(--ugc-shop-u));
	}

	.ugc-shop-product--two .ugc-shop-button--ghost {
		width: calc(299.609 * var(--ugc-shop-u));
	}

	.ugc-shop-product--two .ugc-shop-button--solid {
		width: calc(274.609 * var(--ugc-shop-u));
	}
}

.ugc-fun-section {
	--ugc-fun-u: calc(100vw / 1920);
	background: linear-gradient(180deg, #ffffff 0%, #f5f5f7 100%);
}

.ugc-fun-heading {
	position: absolute;
	left: calc(591 * var(--ugc-fun-u));
	top: calc(97 * var(--ugc-fun-u));
	width: calc(812 * var(--ugc-fun-u));
	height: calc(150 * var(--ugc-fun-u));
}

.ugc-fun-heading__icon {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: calc(150 * var(--ugc-fun-u));
	height: calc(150 * var(--ugc-fun-u));
	object-fit: contain;
}

.ugc-fun-heading h2 {
	position: absolute;
	left: calc(174 * var(--ugc-fun-u));
	top: calc(47 * var(--ugc-fun-u));
	margin: 0;
	color: #000000;
	font-family: Figtree, Arial, sans-serif;
	font-size: calc(56 * var(--ugc-fun-u));
	font-weight: 700;
	line-height: 0.8;
	letter-spacing: calc(-1.12 * var(--ugc-fun-u));
	white-space: nowrap;
}

.ugc-fun-title-mobile {
	display: none;
}

.ugc-fun-carousel {
	position: absolute;
	inset: 0;
	overflow: hidden;
	touch-action: pan-y pinch-zoom;
	user-select: none;
	cursor: grab;
}

.ugc-fun-carousel:active {
	cursor: grabbing;
}

.ugc-fun-track {
	--ugc-fun-slide-step: calc(1067 * var(--ugc-fun-u));
	position: absolute;
	left: calc(-620 * var(--ugc-fun-u));
	top: calc(347 * var(--ugc-fun-u));
	display: flex;
	gap: calc(40.148 * var(--ugc-fun-u));
	will-change: transform;
}

.ugc-fun-slide {
	position: relative;
	flex: 0 0 auto;
	width: calc(1026.852 * var(--ugc-fun-u));
	height: calc(561.482 * var(--ugc-fun-u));
	border-radius: calc(24.608 * var(--ugc-fun-u));
	box-shadow: 0 calc(3.281 * var(--ugc-fun-u)) calc(32.81 * var(--ugc-fun-u)) rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.ugc-fun-slide picture,
.ugc-fun-slide img {
	display: block;
	width: 100%;
	height: 100%;
}

.ugc-fun-slide img {
	object-fit: cover;
	pointer-events: none;
	-webkit-user-drag: none;
}


.ugc-fun-slide.is-active {
	box-shadow: 0 calc(3.281 * var(--ugc-fun-u)) calc(50 * var(--ugc-fun-u)) rgba(0, 0, 0, 0.15);
}

.ugc-fun-controls {
	position: absolute;
	z-index: 2;
	left: calc(1375 * var(--ugc-fun-u));
	top: calc(980 * var(--ugc-fun-u));
	display: flex;
	gap: calc(27 * var(--ugc-fun-u));
	width: calc(99 * var(--ugc-fun-u));
	height: calc(36 * var(--ugc-fun-u));
}

.ugc-fun-button {
	position: relative;
	width: calc(36 * var(--ugc-fun-u));
	height: calc(36 * var(--ugc-fun-u));
	padding: 0;
	border: calc(2 * var(--ugc-fun-u)) solid #1d96ff;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

.ugc-fun-button:hover,
.ugc-fun-button:focus-visible,
.ugc-fun-button:active {
	background: #1d96ff;
}

.ugc-fun-button::before {
	position: absolute;
	left: 50%;
	top: 50%;
	width: calc(8 * var(--ugc-fun-u));
	height: calc(8 * var(--ugc-fun-u));
	border-top: calc(2 * var(--ugc-fun-u)) solid #1d96ff;
	border-right: calc(2 * var(--ugc-fun-u)) solid #1d96ff;
	content: "";
	transform: translate(-35%, -50%) rotate(-135deg);
}

.ugc-fun-button--next::before {
	transform: translate(-65%, -50%) rotate(45deg);
}

.ugc-fun-button:hover::before,
.ugc-fun-button:focus-visible::before,
.ugc-fun-button:active::before {
	border-color: #ffffff;
}

@media (max-width: 768px) {
	.ugc-page .ugc-fun-section {
		--ugc-fun-u: calc(100vw / 780);
		height: calc(1295 / 780 * 100vw);
		background: linear-gradient(180deg, #ffffff 0%, #f5f5f7 100%);
	}
	.ugc-shop-product__media img {
		height: auto;
	}
	.ugc-shop-product--two img{
		margin-left: -5%;
	}

	.ugc-fun-heading {
		left: 0;
		top: 0;
		width: calc(780 * var(--ugc-fun-u));
		height: calc(374 * var(--ugc-fun-u));
	}

	.ugc-fun-heading__icon {
		left: calc(297 * var(--ugc-fun-u));
		top: calc(37 * var(--ugc-fun-u));
		width: calc(196.863 * var(--ugc-fun-u));
		height: calc(196.863 * var(--ugc-fun-u));
	}

	.ugc-fun-heading h2 {
		position: relative;
		text-align: center !important;
		white-space: normal!important;
		width: 70%!important;
		left: 50%;
		transform: translateX(-50%);
		top: calc(234 * var(--ugc-fun-u));
		font-size: calc(72 * var(--ugc-fun-u));
		line-height: 1;
		letter-spacing: calc(-1.44 * var(--ugc-fun-u));
	}

	.ugc-fun-title-desktop {
		display: none;
	}

	.ugc-fun-title-mobile {
		display: inline;
		text-align: center !important;
		position: relative!important;
		white-space: normal!important;
	}

	.ugc-fun-track {
		--ugc-fun-slide-step: calc(632 * var(--ugc-fun-u));
		left: calc(-592 * var(--ugc-fun-u));
		top: calc(450 * var(--ugc-fun-u));
		gap: calc(30 * var(--ugc-fun-u));
	}

	.ugc-fun-slide {
		width: calc(602 * var(--ugc-fun-u));
		height: calc(590.82 * var(--ugc-fun-u));
		border-radius: calc(30 * var(--ugc-fun-u));
		box-shadow: 0 calc(4 * var(--ugc-fun-u)) calc(40 * var(--ugc-fun-u)) rgba(0, 0, 0, 0.1);
	}

	.ugc-fun-slide.is-active {
		box-shadow: 0 calc(4 * var(--ugc-fun-u)) calc(40 * var(--ugc-fun-u)) rgba(0, 0, 0, 0.1);
	}

	.ugc-fun-controls {
		left: calc(547 * var(--ugc-fun-u));
		top: calc(1095 * var(--ugc-fun-u));
		gap: calc(39.5 * var(--ugc-fun-u));
		width: calc(183.5 * var(--ugc-fun-u));
		height: calc(72 * var(--ugc-fun-u));
	}

	.ugc-fun-button {
		width: calc(72 * var(--ugc-fun-u));
		height: calc(72 * var(--ugc-fun-u));
		border-width: calc(4 * var(--ugc-fun-u));
	}

	.ugc-fun-button::before {
		width: calc(14 * var(--ugc-fun-u));
		height: calc(14 * var(--ugc-fun-u));
		border-top-width: calc(4 * var(--ugc-fun-u));
		border-right-width: calc(4 * var(--ugc-fun-u));
	}
}

@media (min-width: 1920px) {
	.ugc-fixed-actions {
		--ugc-fixed-u: 1px;
	}

	.ugc-prize-card {
		--ugc-u: 1px;
	}

	.ugc-shop-section {
		--ugc-shop-u: 1px;
	}

	.ugc-fun-section {
		--ugc-fun-u: 1px;
	}

	.ugc-shop-heading {
		left: calc(50% - 246px);
	}

	.ugc-shop-product {
		left: calc(50% - 599px);
	}

	.ugc-fun-heading {
		left: calc(50% - 369px);
	}

	.ugc-fun-controls {
		left: calc(50% + 415px);
	}

	.ugc-hero-gradient {
		height: 400px;
	}

	.ugc-hero-copy {
		left: calc(50% - 521px);
		top: 118px;
		width: 1042px;
		height: 227px;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-heading {
		left: calc(50% - 270px);
		top: 80px;
		width: 555px;
		height: 275px;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-heading > img {
		left: 203px;
		top: 0;
		width: 150px;
		height: 150px;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-heading-title {
		left: 0;
		top: 160px;
		width: 555px;
		height: 45px;
		font-size: 56px;
		letter-spacing: -1.12px;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-heading-subtitle {
		left: 97px;
		top: 246px;
		width: 360px;
		height: 29px;
		font-size: 36px;
		letter-spacing: -0.32px;
	}

	.ugc-page #custom_web_products_ugc_0Prizes {
		height: 1553px;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-ticket {
		left: calc(50% - 597px);
		top: 465px;
		width: 1212px;
		height: 330px;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card--swim-jet {
		left: calc(50% - 597px);
		top: 831px;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card--m1 {
		left: calc(50% + 19px);
		top: 831px;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card--battery {
		left: calc(50% - 597px);
		top: 1147px;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card--combo {
		left: calc(50% - 186px);
		top: 1147px;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card--ecosystem {
		left: calc(50% + 225px);
		top: 1147px;
	}

	.ugc-page .\32xl\:h-\[1140px\] {
		height: 1140px;
	}

	.ugc-page .\32xl\:h-\[1576px\] {
		height: 1576px;
	}

	.ugc-page .ugc-shop-section {
		height: 1651px;
	}

	.ugc-page .\32xl\:h-\[1473px\] {
		height: 1473px;
	}

	.ugc-page .\32xl\:h-\[345px\] {
		height: 345px;
	}

	.ugc-page .\32xl\:h-\[150px\] {
		height: 150px;
	}

	.ugc-page .\32xl\:h-\[280px\] {
		height: 280px;
	}

	.ugc-page .\32xl\:h-\[330px\] {
		height: 330px;
	}

	.ugc-page .\32xl\:w-\[1212px\] {
		width: 1212px;
	}

	.ugc-page .\32xl\:w-\[691px\] {
		width: 691px;
	}

	.ugc-page .\32xl\:w-\[580px\] {
		width: 580px;
	}

	.ugc-page .\32xl\:w-\[150px\] {
		width: 150px;
	}

	.ugc-page .\32xl\:w-\[374px\] {
		width: 374px;
	}

	.ugc-page .\32xl\:left-\[calc\(50\%-468px\)\] {
		left: calc(50% - 468px);
	}

	.ugc-page .\32xl\:left-\[calc\(50\%-340px\)\] {
		left: calc(50% - 340px);
	}

	.ugc-page .\32xl\:left-\[calc\(50\%-597px\)\] {
		left: calc(50% - 597px);
	}

	.ugc-page .\32xl\:left-\[calc\(50\%-345px\)\] {
		left: calc(50% - 345px);
	}

	.ugc-page .\32xl\:left-\[150px\] {
		left: 150px;
	}

	.ugc-page .\32xl\:left-\[146px\] {
		left: 146px;
	}

	.ugc-page .\32xl\:left-\[calc\(50\%-186px\)\] {
		left: calc(50% - 186px);
	}

	.ugc-page .\32xl\:left-\[calc\(50\%\+19px\)\] {
		left: calc(50% + 19px);
	}

	.ugc-page .\32xl\:left-\[calc\(50\%\+225px\)\] {
		left: calc(50% + 225px);
	}

	.ugc-page .\32xl\:top-\[108px\] {
		top: 108px;
	}

	.ugc-page .\32xl\:top-\[196px\] {
		top: 196px;
	}

	.ugc-page .\32xl\:top-\[322px\] {
		top: 322px;
	}

	.ugc-page .\32xl\:top-\[107px\] {
		top: 107px;
	}

	.ugc-page .\32xl\:top-\[26px\] {
		top: 26px;
	}

	.ugc-page .\32xl\:top-\[96px\] {
		top: 96px;
	}

	.ugc-page .\32xl\:top-\[688px\] {
		top: 688px;
	}

	.ugc-page .\32xl\:top-\[1004px\] {
		top: 1004px;
	}

	.ugc-page .\32xl\:h-\[75px\] {
		height: 75px;
	}

	.ugc-page .\32xl\:h-\[54\.029px\] {
		height: 54.029px;
	}

	.ugc-page .\32xl\:w-\[937px\] {
		width: 937px;
	}

	.ugc-page .\32xl\:w-\[675px\] {
		width: 675px;
	}

	.ugc-page .\32xl\:text-\[56px\] {
		font-size: 56px;
	}

	.ugc-page .\32xl\:text-\[36px\] {
		font-size: 36px;
	}

	.ugc-page .\32xl\:text-\[40\.342px\] {
		font-size: 40.342px;
	}

	.ugc-page .\32xl\:tracking-\[-1\.12px\] {
		letter-spacing: -1.12px;
	}

	.ugc-page .\32xl\:tracking-\[-1\.08px\] {
		letter-spacing: -1.08px;
	}

	.ugc-page .\32xl\:tracking-\[-0\.8068px\] {
		letter-spacing: -0.8068px;
	}
}

@media (min-width: 769px) and (max-width: 1311px) {
	.ugc-page .ugc-timeline__header,
	.ugc-page .ugc-inspire__header-row {
		gap: calc(24 / 1312 * 100vw) !important;
	}

	.ugc-page .ugc-timeline__deco,
	.ugc-page .ugc-inspire__deco,
	.ugc-page #custom_web_products_ugc_0Fun .ugc-fun-heading__icon {
		width: calc(150 / 1312 * 100vw) !important;
		height: calc(150 / 1312 * 100vw) !important;
	}

	.ugc-page #custom_web_products_ugc_0Fun .ugc-fun-heading {
		left: calc(50% - 406 / 1312 * 100vw);
		width: calc(812 / 1312 * 100vw);
		height: calc(150 / 1312 * 100vw);
	}

	.ugc-page #custom_web_products_ugc_0Fun .ugc-fun-heading h2 {
		left: calc(174 / 1312 * 100vw);
		top: calc(47 / 1312 * 100vw);
		font-size: calc(56 / 1312 * 100vw);
		letter-spacing: calc(-1.12 / 1312 * 100vw);
	}

	.ugc-page #custom_web_products_ugc_0Prizes {
		height: calc(1553 / 1312 * 100vw);
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card {
		--ugc-u: calc(100vw / 1312);
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-heading {
		left: calc(50% - 270 / 1312 * 100vw);
		top: calc(80 / 1312 * 100vw);
		width: calc(555 / 1312 * 100vw);
		height: calc(275 / 1312 * 100vw);
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-heading > img {
		left: calc(203 / 1312 * 100vw);
		top: 0;
		width: calc(150 / 1312 * 100vw);
		height: calc(150 / 1312 * 100vw);
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-heading-title {
		left: 0;
		top: calc(160 / 1312 * 100vw);
		width: calc(555 / 1312 * 100vw);
		height: calc(45 / 1312 * 100vw);
		font-size: calc(56 / 1312 * 100vw);
		letter-spacing: calc(-1.12 / 1312 * 100vw);
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-heading-subtitle {
		left: calc(97 / 1312 * 100vw);
		top: calc(246 / 1312 * 100vw);
		width: calc(360 / 1312 * 100vw);
		height: calc(29 / 1312 * 100vw);
		font-size: calc(36 / 1312 * 100vw);
		letter-spacing: calc(-0.32 / 1312 * 100vw);
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-ticket {
		left: calc(50% - 638 / 1312 * 100vw);
		top: calc(425 / 1312 * 100vw);
		width: calc(1280 / 1312 * 100vw);
		height: auto;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card--large {
		width: calc(580 / 1312 * 100vw);
		height: calc(280 / 1312 * 100vw);
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card--small {
		width: calc(374 / 1312 * 100vw);
		height: calc(330 / 1312 * 100vw);
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card--swim-jet {
		left: calc(50% - 597 / 1312 * 100vw);
		top: calc(831 / 1312 * 100vw);
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card--m1 {
		left: calc(50% + 19 / 1312 * 100vw);
		top: calc(831 / 1312 * 100vw);
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card--battery {
		left: calc(50% - 597 / 1312 * 100vw);
		top: calc(1147 / 1312 * 100vw);
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card--combo {
		left: calc(50% - 186 / 1312 * 100vw);
		top: calc(1147 / 1312 * 100vw);
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card--ecosystem {
		left: calc(50% + 225 / 1312 * 100vw);
		top: calc(1147 / 1312 * 100vw);
	}

	.ugc-page #custom_web_products_ugc_0Shop {
		--ugc-shop-u: calc(100vw / 1312);
		height: calc(1651 / 1312 * 100vw);
	}

	.ugc-page #custom_web_products_ugc_0Shop .ugc-shop-heading {
		left: calc(50% - 246 / 1312 * 100vw);
	}

	.ugc-page #custom_web_products_ugc_0Shop .ugc-shop-product {
		left: calc(50% - 599 / 1312 * 100vw);
	}
}

@media (min-width: 1312px) {
	.ugc-page .ugc-timeline__header,
	.ugc-page .ugc-inspire__header-row {
		gap: 24px !important;
	}

	.ugc-page .ugc-timeline__deco,
	.ugc-page .ugc-inspire__deco,
	.ugc-page #custom_web_products_ugc_0Fun .ugc-fun-heading__icon {
		width: 150px !important;
		height: 150px !important;
	}

	.ugc-page #custom_web_products_ugc_0Fun .ugc-fun-heading {
		left: calc(50% - 406px);
		width: 812px;
		height: 150px;
	}

	.ugc-page #custom_web_products_ugc_0Fun .ugc-fun-heading h2 {
		left: 174px;
		top: 47px;
		font-size: 56px;
		letter-spacing: -1.12px;
	}

	.ugc-page #custom_web_products_ugc_0Prizes {
		height: 1553px;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card {
		--ugc-u: 1px;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-heading {
		left: calc(50% - 270px);
		top: 80px;
		width: 555px;
		height: 275px;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-heading > img {
		left: 203px;
		top: 0;
		width: 150px;
		height: 150px;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-heading-title {
		left: 0;
		top: 160px;
		width: 555px;
		height: 45px;
		font-size: 56px;
		letter-spacing: -1.12px;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-heading-subtitle {
		left: 97px;
		top: 246px;
		width: 360px;
		height: 29px;
		font-size: 36px;
		letter-spacing: -0.32px;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-ticket {
		left: calc(50% - 638px);
		top: 425px;
		width: 1280px;
		height: auto;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card--large {
		width: 580px;
		height: 280px;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card--small {
		width: 374px;
		height: 330px;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card--swim-jet {
		left: calc(50% - 597px);
		top: 831px;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card--m1 {
		left: calc(50% + 19px);
		top: 831px;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card--battery {
		left: calc(50% - 597px);
		top: 1147px;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card--combo {
		left: calc(50% - 186px);
		top: 1147px;
	}

	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-card--ecosystem {
		left: calc(50% + 225px);
		top: 1147px;
	}

	.ugc-page #custom_web_products_ugc_0Shop {
		--ugc-shop-u: 1px;
		height: 1651px;
	}

	.ugc-page #custom_web_products_ugc_0Shop .ugc-shop-heading {
		left: calc(50% - 246px);
	}

	.ugc-page #custom_web_products_ugc_0Shop .ugc-shop-product {
		left: calc(50% - 599px);
	}
}


/* Figma 369:6886 — How To Enter 标题 */
.ugc-enter__header-row {
	display: flex;
	align-items: center;
	gap: 16px;
	text-align: left;
}

.ugc-enter__title-mobile {
	display: block;
}

.ugc-enter__title-line {
	display: block;
}

.ugc-enter__title-desktop {
	display: none;
}

.ugc-enter__subtitle {
	display: none;
	margin-top: 16px;
	text-align: center;
}

@media (min-width: 768px) {
	.ugc-enter__header-row {
		flex-direction: column;
		align-items: center;
		gap: 16px;
		text-align: center;
	}
	.ugc-page #custom_web_products_ugc_0Prizes .ugc-prize-heading-subtitle,.ugc-enter__subtitle,.ugc-inspire__subtitle-desktop,.ugc-shop-heading p{
		font-family: Figtree-Medium !important;
		font-weight: 500 !important;
		text-align: center;
	}

	.ugc-enter__title-mobile {
		display: none;
	}

	.ugc-enter__title-desktop {
		display: block;
	}

	.ugc-enter__subtitle {
		display: block;
		margin-top: 16px;
	}
}

/* Pro Tip — 手机端标题+正文左对齐，桌面端单行居中 */
.ugc-enter__tip-mobile {
	display: block;
	text-align: left;
}

.ugc-enter__tip-desktop {
	display: none;
}

@media (min-width: 768px) {
	.ugc-enter__tip-mobile {
		display: none;
	}

	.ugc-enter__tip-desktop {
		display: block;
	}
}

/* Figma 147:1796 — 卡片白底 + 阴影 */
.ugc-step-card__body {
	background: #fff;
	border-radius: 40.5px;
}

/* Figma 147:1806 — 步骤序号渐变 #1D96FF → 背景色 */
.ugc-step-num {
	display: inline-block;
	font-weight: 300;
	line-height: 0.8;
	letter-spacing: -0.03em;
	background: linear-gradient(180deg, #1d96ff 0%, #fff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	user-select: none;
}

@media (max-width: 767px) {
	.ugc-step-num {
		font-size: clamp(30px, 4.16vw, 80px);
	}

	.ugc-enter__track-cell {
		min-height: clamp(30px, 4.16vw, 80px);
	}
}

/* Figma 147:1806–1810 — 步骤序号与连接线平铺 */
.ugc-enter__track {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-bottom: 16px;
}

.ugc-enter__track-cell {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Figma 147:1809 — 步骤连接线 */
.ugc-step-line {
	position: absolute;
	top: 50%;
	left: calc(50% + 48px);
	width: calc(100% - 96px);
	height: 0;
	border-top: 2px solid #bce0ff;
	transform: translateY(-50%);
	pointer-events: none;
}

.ugc-enter__track-cell:last-child .ugc-step-line {
	display: none;
}

.ugc-enter__steps {
	max-width: 100%;
	overflow: hidden;
}

/* 图标背景 — Step1 固定 #1D96FF；Step2/3 默认 #BCE0FF，hover #1D96FF */
.ugc-step-card__icon {
	background-color: #bce0ff;
	transition: background-color 0.28s ease;
}

.ugc-step-card__icon--primary {
	background-color: #1d96ff;
}

.ugc-step-card--interactive:hover .ugc-step-card__icon {
	background-color: #1d96ff;
}

/* 订阅表单 Figma 147:1800 */
.ugc-subscribe__tip-slot {
	position: relative;
	min-height: 36px;
	margin-top: 8px;
	overflow: hidden;
}

#ugc-how-to-enter .ugc-subscribe .form-tip {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

#ugc-how-to-enter .ugc-subscribe .form-tip.is-visible {
	opacity: 1;
	visibility: visible;
}

.ugc-subscribe__input:focus {
	box-shadow: 0 0 0 2px rgba(29, 150, 255, 0.25);
}

.ugc-subscribe__consent-check {
	-webkit-appearance: none;
	appearance: none;
	width: 18px;
	height: 18px;
	margin: 0;
	flex-shrink: 0;
	border: 2px solid #e0e0e0;
	border-radius: 50%;
	background: transparent;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.ugc-subscribe__consent-check:checked {
	border-color: #1d96ff;
	background-color: #1d96ff;
}

.ugc-subscribe__consent-check:checked::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 46%;
	width: 4px;
	height: 8px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: translate(-50%, -50%) rotate(45deg);
}

.ugc-subscribe__consent-check:focus-visible {
	outline: 2px solid rgba(29, 150, 255, 0.35);
	outline-offset: 2px;
}

.ugc-subscribe__terms-open {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font: inherit;
	color: inherit;
	cursor: pointer;
}

/* Campaign Terms 弹窗 */
.ugc-terms-modal {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 15px;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.ugc-terms-modal.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.ugc-terms-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}

.ugc-terms-modal__dialog {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 800px;
	max-height: min(85vh, 900px);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.ugc-terms-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 20px 20px 16px;
	border-bottom: 1px solid #eee;
}

.ugc-terms-modal__title {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.4px;
	color: #000;
}

.ugc-terms-modal__close {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 9999px;
	background: #f5f5f7;
	color: #333;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.ugc-terms-modal__close:hover {
	background: #ececf0;
}

.ugc-terms-modal__body {
	flex: 1;
	min-height: 0;
	padding: 20px;
	overflow-y: auto;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}

.ugc-terms-modal__body > .ugc-terms-modal__h1:first-of-type {
	display: none;
}

.ugc-terms-modal__body .ugc-terms-modal__h1 {
	margin: 0 0 16px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	color: #000;
}

.ugc-terms-modal__body .ugc-terms-modal__h3 {
	margin: 20px 0 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	color: #000;
}

.ugc-terms-modal__body .ugc-terms-modal__p {
	margin: 0 0 12px;
}

.ugc-terms-modal__body .ugc-terms-modal__table-wrap {
	margin: 12px 0 16px;
	overflow-x: auto;
}

.ugc-terms-modal__body .ugc-terms-modal__table {
	width: 100%;
	min-width: 560px;
	border-collapse: collapse;
	font-size: 13px;
	line-height: 1.5;
}

.ugc-terms-modal__body .ugc-terms-modal__table td {
	vertical-align: top;
	padding: 10px 12px;
	border: 1px solid #e5e5e5;
}

.ugc-terms-modal__body .ugc-terms-modal__table tr:first-child td {
	font-weight: 700;
	background: #f5f5f7;
}

.ugc-terms-modal__body strong {
	font-weight: 700;
	color: #000;
}

.ugc-page .form-tip.hide {
	display: none;
}

.ugc-page .form-tip:not(.hide) {
	display: block;
}

/* Swiper — 一屏 1.2 张 + 分页；溢出裁剪，避免影响整站宽度 */
#ugc-steps-carousel {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

#ugc-steps-carousel .ugc-steps-swiper {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

#ugc-steps-carousel .ugc-steps-pagination {
	position: relative;
	left: auto;
	bottom: auto;
	width: auto;
	margin-top: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

#ugc-steps-carousel .ugc-steps-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0;
	border: none;
	border-radius: 50%;
	background: #e0e0e0;
	opacity: 1;
	box-sizing: border-box;
	transition: width 0.24s ease, height 0.24s ease, background-color 0.24s ease, border-color 0.24s ease;
}

#ugc-steps-carousel .ugc-steps-pagination .swiper-pagination-bullet-active {
	width: 16px;
	height: 16px;
	background: #fff;
	border: 3px solid #1d96ff;
}

@media (min-width: 768px) {
	#ugc-steps-carousel .ugc-steps-swiper {
		overflow: visible;
	}

	#ugc-steps-carousel .swiper-wrapper {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 24px;
		transform: none !important;
		align-items: stretch;
	}

	#ugc-steps-carousel .swiper-slide {
		display: flex;
		flex-direction: column;
		width: auto !important;
		height: auto !important;
	}

	#ugc-steps-carousel .ugc-step-card {
		flex: 1;
		width: 100%;
		min-height: 100%;
	}

	#ugc-steps-carousel .ugc-steps-pagination {
		display: none;
	}

	.ugc-step-card__body {
		display: flex;
		flex: 1;
		flex-direction: column;
		box-sizing: border-box;
		border-radius: 30px;
		min-height: 469px;
	}
}

@media (max-width: 767px) {
	#ugc-steps-carousel .swiper-wrapper {
		align-items: stretch;
	}

	#ugc-steps-carousel .swiper-slide {
		display: flex;
		align-self: stretch;
		height: auto !important;
		box-sizing: border-box;
	}

	#ugc-steps-carousel .ugc-step-card {
		display: flex;
		flex-direction: column;
		width: 100%;
		min-height: 100%;
		height: auto;
	}

	#ugc-steps-carousel .ugc-step-card__body {
		display: flex;
		flex: 1 1 auto;
		width: 100%;
		max-width: none;
		flex-direction: column;
		box-sizing: border-box;
	}

	.ugc-subscribe__field {
		height: auto;
	}

	.ugc-subscribe__input {
		height: 48px;
		padding-right: 16px;
		margin-bottom: 12px;
	}

	.ugc-subscribe__btn {
		position: static;
		width: 100%;
		height: 48px;
	}

	.ugc-subscribe__consent {
		text-align: left;
	}

	/* 移动端 Step2/3 图标默认蓝色，无需 hover */
	.ugc-step-card__icon {
		background-color: #1d96ff;
	}
}

@media (max-width: 768px) {
	#ugc-how-to-enter {
		--ugc-enter-mobile-u: min(1px, calc(100vw / 768));
		position: relative;
		height: calc(1662 * var(--ugc-enter-mobile-u));
		overflow: hidden;
		background: #f5f5f7;
	}

	#ugc-how-to-enter > .mx-auto {
		position: relative;
		width: calc(768 * var(--ugc-enter-mobile-u));
		max-width: calc(768 * var(--ugc-enter-mobile-u));
		height: calc(1662 * var(--ugc-enter-mobile-u));
		margin: 0 auto;
		padding: 0 !important;
	}

	#ugc-how-to-enter .ugc-enter__header {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 3;
		margin: 0 !important;
	}

	#ugc-how-to-enter .ugc-enter__header-row {
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		width: calc(768 * var(--ugc-enter-mobile-u));
		height: calc(320 * var(--ugc-enter-mobile-u));
	}

	#ugc-how-to-enter .ugc-enter__deco {
		position: absolute;
		left: calc(39.38 * var(--ugc-enter-mobile-u));
		top: calc(83.69 * var(--ugc-enter-mobile-u));
		width: calc(193.83 * var(--ugc-enter-mobile-u)) !important;
		height: calc(193.83 * var(--ugc-enter-mobile-u)) !important;
	}

	#ugc-how-to-enter .ugc-enter__title {
		position: absolute;
		left: calc(233.35 * var(--ugc-enter-mobile-u));
		top: calc(180.18 * var(--ugc-enter-mobile-u));
		margin: 0 !important;
		transform: translateY(-50%);
		font-size: calc(70.89 * var(--ugc-enter-mobile-u)) !important;
		line-height: 1 !important;
		letter-spacing: calc(-1.42 * var(--ugc-enter-mobile-u)) !important;
	}

	#ugc-how-to-enter .ugc-enter__title-mobile {
		display: block !important;
	}

	#ugc-how-to-enter .ugc-enter__title-desktop,
	#ugc-how-to-enter .ugc-enter__subtitle,
	#ugc-how-to-enter .ugc-enter__tip-desktop,
	#ugc-how-to-enter .ugc-steps-pagination {
		display: none !important;
	}

	#ugc-how-to-enter .ugc-enter__steps {
		position: absolute;
		left: 0;
		top: 0;
		width: calc(768 * var(--ugc-enter-mobile-u));
		height: calc(1226 * var(--ugc-enter-mobile-u));
		overflow: visible;
	}

	#ugc-how-to-enter .ugc-enter__track {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 2;
		display: block;
		width: calc(768 * var(--ugc-enter-mobile-u));
		height: calc(420 * var(--ugc-enter-mobile-u));
		margin: 0;
	}

	#ugc-how-to-enter .ugc-enter__track-cell {
		position: absolute;
		display: block;
		min-height: 0;
		width: calc(72 * var(--ugc-enter-mobile-u));
		height: calc(60 * var(--ugc-enter-mobile-u));
	}

	#ugc-how-to-enter .ugc-enter__track-cell:nth-child(1) {
		left: calc(87.63 * var(--ugc-enter-mobile-u));
		top: calc(343.88 * var(--ugc-enter-mobile-u));
	}

	#ugc-how-to-enter .ugc-enter__track-cell:nth-child(2) {
		left: calc(374.61 * var(--ugc-enter-mobile-u));
		top: calc(343.88 * var(--ugc-enter-mobile-u));
	}

	#ugc-how-to-enter .ugc-enter__track-cell:nth-child(3) {
		left: calc(648.35 * var(--ugc-enter-mobile-u));
		top: calc(343.88 * var(--ugc-enter-mobile-u));
	}

	#ugc-how-to-enter .ugc-step-num {
		position: absolute;
		left: 0;
		top: 0;
		font-size: calc(59.08 * var(--ugc-enter-mobile-u));
		line-height: 0.8;
		letter-spacing: calc(-1.77 * var(--ugc-enter-mobile-u));
	}

	#ugc-how-to-enter .ugc-step-line {
		left: calc(50.63 * var(--ugc-enter-mobile-u));
		top: calc(21.73 * var(--ugc-enter-mobile-u));
		width: calc(196.18 * var(--ugc-enter-mobile-u));
		border-top-width: calc(0.72 * var(--ugc-enter-mobile-u));
		border-top-color: #bce0ff;
	}

	#ugc-how-to-enter .ugc-enter__carousel,
	#ugc-how-to-enter #ugc-steps-carousel,
	#ugc-how-to-enter .ugc-steps-swiper {
		position: absolute;
		left: 0;
		top: calc(227.85 * var(--ugc-enter-mobile-u));
		width: calc(768 * var(--ugc-enter-mobile-u));
		height: calc(768 * var(--ugc-enter-mobile-u));
		overflow: visible;
	}

	#ugc-how-to-enter #ugc-steps-carousel .swiper-wrapper {
		align-items: stretch;
	}

	#ugc-how-to-enter #ugc-steps-carousel .swiper-slide {
		display: block;
		width: calc(631.18 * var(--ugc-enter-mobile-u)) !important;
		max-width: calc(631.18 * var(--ugc-enter-mobile-u)) !important;
		height: calc(768 * var(--ugc-enter-mobile-u)) !important;
		box-sizing: border-box;
	}

	#ugc-how-to-enter #ugc-steps-carousel .ugc-step-card__body {
		position: relative;
		display: block;
		width: calc(631.18 * var(--ugc-enter-mobile-u)) !important;
		max-width: none !important;
		height: calc(768 * var(--ugc-enter-mobile-u)) !important;
		min-height: 0 !important;
		padding: 0 !important;
		border-radius: calc(40 * var(--ugc-enter-mobile-u));
		background: #ffffff;
		box-shadow: 0 calc(30 * var(--ugc-enter-mobile-u)) calc(70 * var(--ugc-enter-mobile-u)) rgba(0, 0, 0, 0.06);
		text-align: center;
	}

	#ugc-how-to-enter .ugc-step-card__icon {
		position: absolute;
		left: calc(29.54 * var(--ugc-enter-mobile-u));
		top: calc(21.66 * var(--ugc-enter-mobile-u));
		display: flex;
		width: calc(98.46 * var(--ugc-enter-mobile-u)) !important;
		height: calc(98.46 * var(--ugc-enter-mobile-u)) !important;
		margin: 0 !important;
		border-radius: 50%;
		background-color: #1d96ff;
	}

	#ugc-how-to-enter .ugc-step-card__icon img {
		width: calc(55.14 * var(--ugc-enter-mobile-u)) !important;
		height: calc(55.14 * var(--ugc-enter-mobile-u)) !important;
	}

	#ugc-how-to-enter #ugc-steps-carousel .ugc-step-card__body > h2 {
		position: absolute;
		left: 50%;
		top: calc(197.94 * var(--ugc-enter-mobile-u));
		width: calc(631 * var(--ugc-enter-mobile-u));
		margin: 0 !important;
		transform: translateX(-50%);
		font-size: calc(59.08 * var(--ugc-enter-mobile-u)) !important;
		line-height: calc(71.36 * var(--ugc-enter-mobile-u)) !important;
		letter-spacing: calc(-1.18 * var(--ugc-enter-mobile-u)) !important;
		text-align: center;
	}

	#ugc-how-to-enter #ugc-steps-carousel .ugc-step-card__body > h2 + p,
	#ugc-how-to-enter #ugc-steps-carousel .ugc-step-card__body > h2 + div {
		position: absolute;
		left: 50%;
		top: calc(303.26 * var(--ugc-enter-mobile-u));
		width: calc(539.57 * var(--ugc-enter-mobile-u));
		max-width: none;
		margin: 0 !important;
		transform: translateX(-50%);
		color: #333333;
		font-size: calc(31.51 * var(--ugc-enter-mobile-u)) !important;
		font-weight: 500;
		line-height: calc(39.30 * var(--ugc-enter-mobile-u)) !important;
		letter-spacing: calc(-0.63 * var(--ugc-enter-mobile-u)) !important;
		text-align: center;
	}

	#ugc-how-to-enter #ugc-steps-carousel .ugc-step-card__body > h2 + div p {
		margin: 0 !important;
	}

	#ugc-how-to-enter .ugc-subscribe {
		position: absolute !important;
		left: calc(24.62 * var(--ugc-enter-mobile-u));
		top: calc(553.30 * var(--ugc-enter-mobile-u));
		width: calc(581.54 * var(--ugc-enter-mobile-u)) !important;
		max-width: none !important;
		margin: 0 !important;
	}

	#ugc-how-to-enter .ugc-subscribe__field {
		position: relative;
		display: block;
		width: 100%;
		height: calc(78.77 * var(--ugc-enter-mobile-u));
	}

	#ugc-how-to-enter .ugc-subscribe__input {
		width: 100% !important;
		height: calc(78.77 * var(--ugc-enter-mobile-u)) !important;
		margin: 0 !important;
		padding: 0 calc(205 * var(--ugc-enter-mobile-u)) 0 calc(26.19 * var(--ugc-enter-mobile-u)) !important;
		border: 0;
		border-radius: calc(163.74 * var(--ugc-enter-mobile-u)) !important;
		background: #f5f5f7;
		font-size: calc(29.54 * var(--ugc-enter-mobile-u)) !important;
		line-height: normal !important;
	}

	#ugc-how-to-enter .ugc-subscribe__btn {
		position: absolute !important;
		right: 0;
		top: 0;
		width: calc(187.08 * var(--ugc-enter-mobile-u)) !important;
		height: calc(78.77 * var(--ugc-enter-mobile-u)) !important;
		border-radius: calc(163.74 * var(--ugc-enter-mobile-u)) !important;
		font-size: calc(31.51 * var(--ugc-enter-mobile-u)) !important;
		line-height: calc(39.30 * var(--ugc-enter-mobile-u)) !important;
	}

	#ugc-how-to-enter .ugc-subscribe__tip-slot {
		display: none;
	}

	#ugc-how-to-enter .ugc-subscribe__consent {
		position: absolute;
		left: calc(11.82 * var(--ugc-enter-mobile-u));
		top: calc(108.35 * var(--ugc-enter-mobile-u));
		display: flex;
		width: calc(494.28 * var(--ugc-enter-mobile-u)) !important;
		max-width: none;
		margin: 0 !important;
		gap: calc(11.82 * var(--ugc-enter-mobile-u));
		color: #c6c6c6;
		font-size: calc(19.69 * var(--ugc-enter-mobile-u)) !important;
		line-height: calc(19.69 * var(--ugc-enter-mobile-u)) !important;
		letter-spacing: calc(-0.39 * var(--ugc-enter-mobile-u)) !important;
	}

	#ugc-how-to-enter .ugc-subscribe__consent-check {
		width: calc(19.69 * var(--ugc-enter-mobile-u));
		height: calc(19.69 * var(--ugc-enter-mobile-u));
		margin-top: 0 !important;
		border-width: calc(1.97 * var(--ugc-enter-mobile-u));
	}

	#ugc-how-to-enter .ugc-enter__tip {
		position: absolute;
		left: calc(51.2 * var(--ugc-enter-mobile-u));
		top: calc(1336.62 * var(--ugc-enter-mobile-u));
		width: calc(682.34 * var(--ugc-enter-mobile-u));
		max-width: none;
		margin: 0 !important;
	}

	#ugc-how-to-enter .ugc-enter__tip-mobile {
		display: block !important;
	}

	#ugc-how-to-enter .ugc-enter__tip-title {
		font-size: calc(39.38 * var(--ugc-enter-mobile-u)) !important;
		line-height: calc(43.32 * var(--ugc-enter-mobile-u)) !important;
		letter-spacing: calc(-0.71 * var(--ugc-enter-mobile-u)) !important;
	}

	#ugc-how-to-enter .ugc-enter__tip-desc {
		margin-top: calc(14 * var(--ugc-enter-mobile-u)) !important;
		color: #666666;
		font-size: calc(31.51 * var(--ugc-enter-mobile-u)) !important;
		font-weight: 600;
		line-height: calc(35.45 * var(--ugc-enter-mobile-u)) !important;
		letter-spacing: calc(-0.63 * var(--ugc-enter-mobile-u)) !important;
	}
}

/* Figma 408:8065 — Campaign Timeline 标题左右结构 */
.ugc-timeline__header {
	justify-content: flex-start;
}

.ugc-timeline__title {
	text-align: left;
}

.ugc-timeline__title-mobile {
	display: block;
}

.ugc-timeline__title-desktop {
	display: none;
}

/* Figma 147:2566 — Content Inspiration 标题左右结构 */
.ugc-inspire__header-row {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 24px;
	text-align: left;
}

.ugc-inspire__title {
	text-align: left;
}

.ugc-inspire__title-mobile {
	display: block;
}

.ugc-inspire__title-line {
	display: block;
}

.ugc-inspire__title-desktop {
	display: none;
}

.ugc-inspire__subtitle {
	text-align: left;
}

.ugc-inspire__subtitle-mobile {
	display: block;
}

.ugc-inspire__subtitle-desktop {
	display: none;
}

@media (max-width: 768px) {
	#ugc-inspiration {
		--ugc-inspire-mobile-u: min(1px, calc(100vw / 768));
		margin-top: min(59px, calc(59 / 768 * 100vw)) !important;
	}

	#ugc-inspiration > .mx-auto {
		padding-top: 0 !important;
	}

	#ugc-inspiration .ugc-inspire__deco {
		width: calc(193.83 * var(--ugc-inspire-mobile-u)) !important;
		height: calc(193.83 * var(--ugc-inspire-mobile-u)) !important;
	}

	#ugc-inspiration .ugc-inspire__title {
		font-size: calc(70.89 * var(--ugc-inspire-mobile-u)) !important;
		line-height: 1 !important;
		letter-spacing: calc(-1.42 * var(--ugc-inspire-mobile-u)) !important;
	}

	#ugc-inspiration .ugc-inspire__subtitle {
		font-size: calc(40 * var(--ugc-inspire-mobile-u)) !important;
		line-height: calc(40 * var(--ugc-inspire-mobile-u)) !important;
		letter-spacing: calc(-0.8 * var(--ugc-inspire-mobile-u)) !important;
	}
}

@media (min-width: 768px) {
	.ugc-timeline__title-mobile {
		display: none;
	}

	.ugc-timeline__title-desktop {
		display: block;
		white-space: nowrap;
	}

	.ugc-inspire__header-row {
		flex-direction: column;
		align-items: center;
		gap: 16px;
		text-align: center;
	}

	.ugc-inspire__title {
		text-align: center;
	}

	.ugc-inspire__title-mobile {
		display: none;
	}

	.ugc-inspire__title-desktop {
		display: block;
		white-space: nowrap;
	}

	.ugc-inspire__subtitle {
		text-align: center;
	}

	.ugc-inspire__subtitle-mobile {
		display: none;
	}

	.ugc-inspire__subtitle-desktop {
		display: block;
		white-space: nowrap;
	}
}

/* How To Enter / Timeline / Inspiration — 字体自适应（对齐 Prizes #custom_web_products_ugc_0Prizes 769–1312 规则） */
@media (min-width: 768px) and (max-width: 1311px) {
	#ugc-how-to-enter,
	#ugc-timeline,
	#ugc-inspiration {
		--ugc-u: calc(100vw / 1312);
	}

	#ugc-how-to-enter .ugc-enter__title,
	#ugc-timeline .ugc-timeline__title,
	#ugc-inspiration .ugc-inspire__title {
		font-size: max(calc(56 * var(--ugc-u)), 36px);
		letter-spacing: calc(-1.12 * var(--ugc-u));
	}

	#ugc-how-to-enter .ugc-enter__subtitle {
		font-size: max(calc(36 * var(--ugc-u)), 16px);
		letter-spacing: calc(-0.36 * var(--ugc-u));
	}

	.ugc-step-num {
		font-size: max(calc(80 * var(--ugc-u)), 30px);
	}

	.ugc-enter__track-cell {
		min-height: max(calc(80 * var(--ugc-u)), 30px);
	}

	#ugc-how-to-enter .ugc-step-card__body > h2 {
		font-size: max(calc(36 * var(--ugc-u)), 28px);
		line-height: max(calc(43.581 * var(--ugc-u)), 33.6px);
		letter-spacing: calc(-1.08 * var(--ugc-u));
	}

	#ugc-how-to-enter .ugc-step-card__body > h2 + p,
	#ugc-how-to-enter .ugc-step-card__body > h2 + div {
		font-size: max(calc(18 * var(--ugc-u)), 16px);
		line-height: max(calc(24 * var(--ugc-u)), 24px);
		letter-spacing: calc(-0.36 * var(--ugc-u));
	}

	#ugc-how-to-enter .ugc-subscribe__input,
	#ugc-how-to-enter .ugc-subscribe__btn {
		font-size: max(calc(16 * var(--ugc-u)), 16px);
		line-height: max(calc(24 * var(--ugc-u)), 24px);
	}

	#ugc-how-to-enter .ugc-subscribe__consent {
		font-size: max(calc(14 * var(--ugc-u)), 14px);
		line-height: max(calc(20 * var(--ugc-u)), 20px);
		letter-spacing: calc(-0.28 * var(--ugc-u));
	}

	#ugc-how-to-enter .form-tip {
		font-size: max(calc(13 * var(--ugc-u)), 13px);
	}

	#ugc-how-to-enter .ugc-enter__tip-desktop {
		font-size: max(calc(16 * var(--ugc-u)), 16px);
		line-height: max(calc(20 * var(--ugc-u)), 20px);
		letter-spacing: calc(-0.48 * var(--ugc-u));
	}

	#ugc-timeline .ugc-timeline__track .ugc-timeline__bubble > span:first-child {
		font-size: max(calc(16 * var(--ugc-u)), 16px);
		letter-spacing: calc(-0.2 * var(--ugc-u));
	}

	#ugc-timeline .ugc-timeline__track .ugc-timeline__bubble > span:last-child {
		font-size: max(calc(36 * var(--ugc-u)), 36px);
		letter-spacing: calc(-0.2 * var(--ugc-u));
	}

	#ugc-timeline .ugc-timeline__track .ugc-timeline__label {
		font-size: max(calc(16 * var(--ugc-u)), 16px);
		line-height: max(calc(24 * var(--ugc-u)), 24px);
		letter-spacing: calc(-0.48 * var(--ugc-u));
	}

	#ugc-inspiration .ugc-inspire__subtitle {
		font-size: max(calc(36 * var(--ugc-u)), 24px);
		letter-spacing: calc(-0.64 * var(--ugc-u));
	}

	#ugc-inspiration .ugc-inspire-card__title {
		font-size: max(calc(24 * var(--ugc-u)), 20px);
		letter-spacing: calc(-0.48 * var(--ugc-u));
	}

	#ugc-inspiration .ugc-inspire-card__desc {
		font-size: max(calc(18 * var(--ugc-u)), 16px);
		line-height: max(calc(24 * var(--ugc-u)), 24px);
		letter-spacing: calc(-0.36 * var(--ugc-u));
	}
}

@media (min-width: 1312px) {
	#ugc-how-to-enter,
	#ugc-timeline,
	#ugc-inspiration {
		--ugc-u: 1px;
	}

	#ugc-how-to-enter .ugc-enter__title,
	#ugc-timeline .ugc-timeline__title,
	#ugc-inspiration .ugc-inspire__title {
		font-size: 56px;
		letter-spacing: -1.12px;
	}

	#ugc-how-to-enter .ugc-enter__subtitle {
		font-size: 36px;
		letter-spacing: -0.36px;
	}

	.ugc-step-num {
		font-size: 80px;
	}

	.ugc-enter__track-cell {
		min-height: 80px;
	}

	#ugc-how-to-enter .ugc-step-card__body > h2 {
		font-size: 36px;
		line-height: 43.581px;
		letter-spacing: -1.08px;
	}

	#ugc-how-to-enter .ugc-step-card__body > h2 + p,
	#ugc-how-to-enter .ugc-step-card__body > h2 + div {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: -0.36px;
	}

	#ugc-how-to-enter .ugc-subscribe__input,
	#ugc-how-to-enter .ugc-subscribe__btn {
		font-size: 16px;
		line-height: 24px;
	}

	#ugc-how-to-enter .ugc-subscribe__consent {
		font-size: 14px;
		line-height: 20px;
		letter-spacing: -0.28px;
	}

	#ugc-how-to-enter .form-tip {
		font-size: 13px;
	}

	#ugc-how-to-enter .ugc-enter__tip-desktop {
		font-size: 16px;
		line-height: 20px;
		letter-spacing: -0.48px;
	}

	#ugc-timeline .ugc-timeline__track .ugc-timeline__bubble > span:first-child {
		font-size: 16px;
		letter-spacing: -0.2px;
	}

	#ugc-timeline .ugc-timeline__track .ugc-timeline__bubble > span:last-child {
		font-size: 36px;
		letter-spacing: -0.2px;
	}

	#ugc-timeline .ugc-timeline__track .ugc-timeline__label {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: -0.48px;
	}

	#ugc-inspiration .ugc-inspire__subtitle {
		font-size: 36px;
		letter-spacing: -0.64px;
	}

	#ugc-inspiration .ugc-inspire-card__title {
		font-size: 24px;
		letter-spacing: -0.48px;
	}

	#ugc-inspiration .ugc-inspire-card__desc {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: -0.36px;
	}
}

/* Figma 147:1834 — Campaign Timeline 桌面端 / 147:2528 移动端切换 */
.ugc-timeline__track {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ugc-timeline__mobile {
	display: flex;
	flex-direction: column;
	gap: 48px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ugc-timeline__step {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.ugc-timeline__bubble {
	position: relative;
	flex-shrink: 0;
}

.ugc-timeline__line {
	position: absolute;
	top: 45px;
	left: 108px;
	width: calc(100% - 100px);
	height: 0;
	border-top: 2px solid #bce0ff;
	pointer-events: none;
	z-index: 0;
}

.ugc-timeline__step:last-child .ugc-timeline__line {
	display: none;
}

@media (min-width: 768px) {
	.ugc-timeline__track {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 24px;
	}

	.ugc-timeline__mobile {
		display: none;
	}

	/* 气泡圆心 = label 左缘；底部居中箭头指向 label 左上角 */
	.ugc-timeline__track .ugc-timeline__bubble {
		z-index: 1;
	}

	.ugc-timeline__track .ugc-timeline__bubble::after {
		content: "";
		position: absolute;
		bottom: -7px;
		left: 50%;
		width: 0;
		height: 0;
		transform: translateX(-50%);
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 12px solid #bce0ff;
	}

	.ugc-timeline__track .ugc-timeline__label {
		position: relative;
		z-index: 0;
		margin-top: -15px;
		margin-left: 45px;
		justify-content: center;
		text-align: center;
	}
}

/* Figma 147:2528 — Campaign Timeline 移动端锯齿布局 */
@media (max-width: 768px) {
	#ugc-timeline {
		--ugc-timeline-mobile-u: min(1px, calc(100vw / 768));
		margin-top: 0 !important;
		overflow: hidden;
	}

	#ugc-timeline > .mx-auto {
		position: relative;
		width: calc(768 * var(--ugc-timeline-mobile-u));
		max-width: calc(768 * var(--ugc-timeline-mobile-u));
		height: calc(1428 * var(--ugc-timeline-mobile-u));
		margin: 0 auto;
		padding: 0 !important;
	}

	#ugc-timeline .ugc-timeline__header {
		position: absolute;
		left: calc(34.46 * var(--ugc-timeline-mobile-u));
		top: calc(98.46 * var(--ugc-timeline-mobile-u));
		z-index: 2;
		gap: calc(2.15 * var(--ugc-timeline-mobile-u)) !important;
		margin: 0 !important;
		align-items: center;
	}

	#ugc-timeline .ugc-timeline__deco {
		width: calc(193.83 * var(--ugc-timeline-mobile-u)) !important;
		height: calc(193.83 * var(--ugc-timeline-mobile-u)) !important;
	}

	#ugc-timeline .ugc-timeline__title {
		font-size: calc(70.89 * var(--ugc-timeline-mobile-u)) !important;
		line-height: 1 !important;
		letter-spacing: calc(-1.42 * var(--ugc-timeline-mobile-u)) !important;
	}

	#ugc-timeline .ugc-timeline__title-mobile {
		display: block !important;
	}

	#ugc-timeline .ugc-timeline__title-desktop {
		display: none !important;
	}

	.ugc-timeline__track {
		display: none !important;
	}

	#ugc-timeline .ugc-timeline__mobile {
		position: absolute;
		inset: 0;
		display: block !important;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#ugc-timeline .ugc-timeline-mitem {
		position: absolute;
		display: block;
		width: calc(768 * var(--ugc-timeline-mobile-u));
		height: calc(206 * var(--ugc-timeline-mobile-u));
		min-height: 0;
	}

	#ugc-timeline .ugc-timeline-mitem:nth-child(1) {
		left: 0;
		top: calc(355.2 * var(--ugc-timeline-mobile-u));
	}

	#ugc-timeline .ugc-timeline-mitem:nth-child(2) {
		left: 0;
		top: calc(681.23 * var(--ugc-timeline-mobile-u));
	}

	#ugc-timeline .ugc-timeline-mitem:nth-child(3) {
		left: 0;
		top: calc(1007.26 * var(--ugc-timeline-mobile-u));
	}

	#ugc-timeline .ugc-timeline-mitem__bubble {
		position: absolute;
		z-index: 2;
		top: 0;
		width: calc(185.88 * var(--ugc-timeline-mobile-u)) !important;
		height: calc(185.88 * var(--ugc-timeline-mobile-u)) !important;
		border-radius: 50% !important;
		background: #d8edff !important;
	}

	#ugc-timeline .ugc-timeline-mitem--left .ugc-timeline-mitem__bubble {
		left: calc(76.8 * var(--ugc-timeline-mobile-u));
		justify-self: auto;
	}

	#ugc-timeline .ugc-timeline-mitem--right .ugc-timeline-mitem__bubble {
		right: calc(76.8 * var(--ugc-timeline-mobile-u));
		justify-self: auto;
	}

	#ugc-timeline .ugc-timeline-mitem__bubble > span {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		white-space: nowrap;
	}

	#ugc-timeline .ugc-timeline-mitem__bubble > span:first-child {
		top: calc(39.24 * var(--ugc-timeline-mobile-u));
		font-size: calc(33.04 * var(--ugc-timeline-mobile-u)) !important;
		line-height: 1 !important;
		letter-spacing: calc(-0.66 * var(--ugc-timeline-mobile-u)) !important;
	}

	#ugc-timeline .ugc-timeline-mitem__bubble > span:last-child {
		top: calc(72.28 * var(--ugc-timeline-mobile-u));
		margin-top: 0 !important;
		font-size: calc(74.35 * var(--ugc-timeline-mobile-u)) !important;
		line-height: 1 !important;
		letter-spacing: calc(-1.49 * var(--ugc-timeline-mobile-u)) !important;
	}

	#ugc-timeline .ugc-timeline-mitem__bubble::after {
		bottom: calc(-16.51 * var(--ugc-timeline-mobile-u));
		border-left-width: calc(25.32 * var(--ugc-timeline-mobile-u));
		border-right-width: calc(25.32 * var(--ugc-timeline-mobile-u));
		border-top-width: calc(28.92 * var(--ugc-timeline-mobile-u));
		border-top-color: #d8edff;
	}

	#ugc-timeline .ugc-timeline-mitem__label {
		position: absolute;
		z-index: 1;
		top: calc(149.94 * var(--ugc-timeline-mobile-u));
		display: flex;
		align-items: center;
		justify-content: center;
		width: calc(521 * var(--ugc-timeline-mobile-u)) !important;
		min-height: 0 !important;
		height: calc(147.28 * var(--ugc-timeline-mobile-u)) !important;
		margin: 0 !important;
		padding: 0 !important;
		border-radius: calc(22.66 * var(--ugc-timeline-mobile-u)) !important;
		background: #f5f5f7 !important;
		color: #000000;
		font-size: calc(35.45 * var(--ugc-timeline-mobile-u)) !important;
		font-weight: 600;
		line-height: calc(61.72 * var(--ugc-timeline-mobile-u)) !important;
		letter-spacing: calc(-0.71 * var(--ugc-timeline-mobile-u)) !important;
		text-align: center;
		white-space: nowrap;
	}

	#ugc-timeline .ugc-timeline-mitem--left .ugc-timeline-mitem__label {
		left: calc(168.6 * var(--ugc-timeline-mobile-u));
	}

	#ugc-timeline .ugc-timeline-mitem--right .ugc-timeline-mitem__label {
		left: calc(78 * var(--ugc-timeline-mobile-u));
		right: auto;
	}
}

.ugc-timeline-mitem {
	position: relative;
	display: grid;
	min-height: 170px;
}

.ugc-timeline-mitem__bubble {
	position: relative;
	z-index: 2;
	grid-row: 1;
	justify-self: start;
}

.ugc-timeline-mitem__bubble::after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	width: 0;
	height: 0;
	transform: translateX(-50%);
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 14px solid #bce0ff;
}

.ugc-timeline-mitem__label {
	position: relative;
	z-index: 1;
	grid-row: 1;
	align-self: end;
	width: calc(100% - 48px);
	margin-top: 72px;
}

.ugc-timeline-mitem--left .ugc-timeline-mitem__bubble {
	grid-column: 1;
}

.ugc-timeline-mitem--left .ugc-timeline-mitem__label {
	grid-column: 1;
	margin-left: 44px;
}

.ugc-timeline-mitem--right .ugc-timeline-mitem__bubble {
	grid-column: 1;
	justify-self: end;
}

.ugc-timeline-mitem--right .ugc-timeline-mitem__label {
	grid-column: 1;
	margin-right: 44px;
	margin-left: 0;
	justify-self: start;
	width: calc(100% - 44px);
}

/* Figma 147:1873 / 147:2566 — Content Inspiration */
#ugc-inspiration {
	overflow: visible;
}

#ugc-inspire-carousel {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	padding-left: 15px;
	box-sizing: border-box;
	overflow: hidden;
}

#ugc-inspire-carousel .ugc-inspire-swiper {
	width: 100%;
	overflow: hidden;
}

.ugc-inspire-card {
	display: flex;
	flex-direction: column;
	height: auto;
	box-sizing: border-box;
}

.ugc-inspire-card__media {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	background: #000;
	aspect-ratio: 9 / 16;
	transition: box-shadow 0.35s ease;
}

.ugc-inspire-card__poster,
.ugc-inspire-card__poster img,
.ugc-inspire-card__video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ugc-inspire-card__video {
	display: none;
}

.ugc-inspire-card.is-playing .ugc-inspire-card__poster {
	display: none;
}

.ugc-inspire-card.is-playing .ugc-inspire-card__video {
	display: block;
}

.ugc-inspire-card.is-playing .ugc-inspire-card__play {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

/* Figma 281:4415 — 播放态底部控制条（仅 .is-playing 显示） */
.ugc-inspire-card__controls {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	display: none;
	align-items: center;
	gap: 10px;
	padding: 12px 10px 14px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
	pointer-events: none;
}

.ugc-inspire-card.is-playing .ugc-inspire-card__controls {
	display: flex;
	pointer-events: auto;
}

.ugc-inspire-card__pause,
.ugc-inspire-card__volume {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 9999px;
	background: #fff;
	cursor: pointer;
}

.ugc-inspire-card__pause-icon {
	display: block;
	width: 12px;
	height: 14px;
	background:
		linear-gradient(#1d96ff, #1d96ff) left center / 4px 14px no-repeat,
		linear-gradient(#1d96ff, #1d96ff) right center / 4px 14px no-repeat;
}

.ugc-inspire-card.is-paused .ugc-inspire-card__pause-icon {
	width: 0;
	height: 0;
	margin-left: 3px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 13px solid #1d96ff;
	background: none;
}

.ugc-inspire-card__volume-icon {
	display: block;
	width: 25px;
	height: 23px;
	object-fit: contain;
	transition: opacity 0.2s ease;
}

.ugc-inspire-card__volume[data-volume-level="0"] .ugc-inspire-card__volume-icon {
	opacity: 0.35;
}

.ugc-inspire-card__progress {
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: center;
	padding: 0 4px;
}

.ugc-inspire-card__progress-bar {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 2px;
	margin: 0;
	border-radius: 9999px;
	background: #ffffff;
	outline: none;
	cursor: pointer;
}

.ugc-inspire-card__progress-bar::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 9px;
	height: 9px;
	margin-top: -2.5px;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
}

.ugc-inspire-card__progress-bar::-moz-range-thumb {
	width: 9px;
	height: 9px;
	border: 0;
	border-radius: 50%;
	background: #ffd600;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.35);
}

.ugc-inspire-card__progress-bar::-moz-range-track {
	height: 4px;
	border-radius: 9999px;
	background: rgba(255, 255, 255, 0.5);
}

.ugc-inspire-card__progress-bar::-webkit-slider-runnable-track {
	height: 4px;
	border-radius: 9999px;
	background: linear-gradient(
		to right,
		#ffd600 0%,
		#ffd600 var(--ugc-progress, 0%),
		rgba(255, 255, 255, 0.5) var(--ugc-progress, 0%),
		rgba(255, 255, 255, 0.5) 100%
	);
}

.ugc-inspire-card__progress-bar::-moz-range-progress {
	height: 4px;
	border-radius: 9999px;
	background: #ffd600;
}

.ugc-inspire-card__play {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.ugc-inspire-card__play-icon {
	position: relative;
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 9999px;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.ugc-inspire-card__play-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 54%;
	width: 0;
	height: 0;
	transform: translate(-50%, -50%);
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 12px solid #1d96ff;
}

.ugc-inspire-card__meta {
	margin-top: 16px;
}

.ugc-inspire-card__desc {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	margin-top: 0;
	transition: max-height 0.35s ease, opacity 0.35s ease, margin-top 0.35s ease;
}

#ugc-inspire-carousel .ugc-inspire-pagination {
	position: relative;
	left: auto;
	bottom: auto;
	width: auto;
	margin-top: 24px;
	padding-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	box-sizing: border-box;
}

#ugc-inspire-carousel .ugc-inspire-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0;
	border: none;
	border-radius: 50%;
	background: #e0e0e0;
	opacity: 1;
	box-sizing: border-box;
	transition: width 0.24s ease, height 0.24s ease, background-color 0.24s ease, border-color 0.24s ease;
}

#ugc-inspire-carousel .ugc-inspire-pagination .swiper-pagination-bullet-active {
	width: 16px;
	height: 16px;
	background: #fff;
	border: 3px solid #1d96ff;
}

@media (min-width: 768px) {
	#ugc-inspire-carousel {
		/* 652 媒体 + 16 间距 + 29 标题行高 + 8 描述间距 + 48 描述 ≈ 753 */
		--ugc-inspire-card-h: 753px;
		--ugc-inspire-media-w: 281px;
		--ugc-inspire-media-h: 500px;
		--ugc-inspire-media-w-hover: 332px;
		--ugc-inspire-media-h-hover: 632px;
		padding-left: 64px;
		padding-right: 64px;
		overflow: visible;
	}

	#ugc-inspire-carousel.is-slides-centered .ugc-inspire-swiper,
	#ugc-inspire-carousel.is-slides-centered .ugc-inspire-swiper:active {
		cursor: default;
	}

	#ugc-inspire-carousel .ugc-inspire-swiper {
		min-height: var(--ugc-inspire-card-h);
		cursor: grab;
	}

	#ugc-inspire-carousel .ugc-inspire-swiper:active {
		cursor: grabbing;
	}

	#ugc-inspire-carousel .swiper-wrapper {
		align-items: flex-end;
	}

	#ugc-inspire-carousel .swiper-slide.ugc-inspire-card {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: stretch;
		flex-shrink: 0;
		width: var(--ugc-inspire-media-w) !important;
		height: var(--ugc-inspire-card-h) !important;
		transition: width 0.85s cubic-bezier(0.22, 1, 0.36, 1);
	}

	#ugc-inspire-carousel .swiper-slide.ugc-inspire-card:hover:not(.is-playing),
	#ugc-inspire-carousel .swiper-slide.ugc-inspire-card.is-playing {
		width: var(--ugc-inspire-media-w-hover) !important;
	}

	#ugc-inspire-carousel .ugc-inspire-pagination {
		display: none;
	}

	.ugc-inspire-card__media {
		flex-shrink: 0;
		width: 100%;
		height: var(--ugc-inspire-media-h);
		aspect-ratio: auto;
		border-radius: 24px;
		transition:
		height 0.85s cubic-bezier(0.22, 1, 0.36, 1),
			box-shadow 0.85s ease;
	}

	.ugc-inspire-card__meta {
		flex-shrink: 0;
		width: 100%;
		margin-top: 16px;
	}

	.ugc-inspire-card__desc {
		min-height: 56px;
	}

	.ugc-inspire-card__play-icon {
		width: 43px;
		height: 43px;
	}

	/* hover：slide 扩至 366px 推开邻卡，图片向上增至 652px */
	.ugc-inspire-card:hover:not(.is-playing) .ugc-inspire-card__media {
		height: var(--ugc-inspire-media-h-hover);
		box-shadow: 0 12px 40px rgba(29, 150, 255, 0.14);
	}

	.ugc-inspire-card:hover .ugc-inspire-card__title {
		color: #1d96ff;
	}

	.ugc-inspire-card:hover .ugc-inspire-card__desc {
		max-height: 48px;
		opacity: 1;
		margin-top: 8px;
	}

	/* Figma 281:4415 — 播放态：366×652，与 hover 同锚点对齐 */
	.ugc-inspire-card.is-playing .ugc-inspire-card__media {
		height: var(--ugc-inspire-media-h-hover);
		box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
	}

	.ugc-inspire-card.is-playing .ugc-inspire-card__title {
		color: #1d96ff;
	}

	.ugc-inspire-card.is-playing .ugc-inspire-card__desc {
		max-height: 48px;
		opacity: 1;
		margin-top: 8px;
		color: #666;
	}
}

@media (max-width: 767px) {
	#ugc-inspire-carousel .ugc-inspire-swiper {
		padding-right: 15px;
	}

	.ugc-inspire-card__media {
		border-radius: 24px;
	}

	.ugc-inspire-card.is-playing .ugc-inspire-card__title {
		color: #1d96ff;
		font-size: 20px;
		line-height: 1.2;
		letter-spacing: -0.4px;
	}

	.ugc-inspire-card.is-playing .ugc-inspire-card__desc {
		max-height: 48px;
		opacity: 1;
		margin-top: 8px;
		color: #666;
		font-size: 16px;
		line-height: 20px;
		letter-spacing: -0.32px;
	}
	.ugc-enter__track {
		gap: 1px;
	}
	.ugc-step-line {
		left: calc(50% + 20px);
		width: calc(100% - 40px);
	}
	.ugc-prize-info--small h3{
		text-align: left;
	}
}

/* UGC intro screen: HTML is at the top of index.php, before #custom_web_products_ugc_0Hero. */
.ugc-intro-screen {
	display: none;
}

@media (min-width: 769px) {
	html.ugc-intro-lock,
	body.ugc-intro-lock {
		height: 100%;
		background: #368BF9;
		overflow: hidden;
	}

	.ugc-page.ugc-intro-active,
	.ugc-page.ugc-intro-leaving {
		background: #368BF9;
	}

	.ugc-intro-screen {
		position: fixed;
		inset: 0;
		z-index: 9999;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100vh;
		background: #368BF9;
		overflow: hidden;
		transition: transform 900ms cubic-bezier(0.76, 0, 0.24, 1), opacity 300ms ease 620ms, visibility 300ms ease 620ms;
		will-change: transform;
	}

	.ugc-intro-screen__copy {
		display: block;
		width: min(700px, 82vw);
		max-width: 82vw;
		height: auto;
		opacity: 0;
		transform: translate3d(0, 80px, 0);
		animation: ugcIntroCopyIn 760ms cubic-bezier(0.22, 1, 0.36, 1) 180ms forwards;
		will-change: transform, opacity;
	}

	.ugc-page.ugc-intro-active #custom_web_products_ugc_0Hero {
		transform: translate3d(0, 100vh, 0);
	}

	.ugc-page.ugc-intro-leaving #custom_web_products_ugc_0Hero {
		transform: translate3d(0, 0, 0);
		transition: transform 900ms cubic-bezier(0.76, 0, 0.24, 1);
		will-change: transform;
	}

	.ugc-intro-screen.is-leaving {
		transform: translate3d(0, -100%, 0);
		pointer-events: none;
	}

	.ugc-intro-screen.is-hidden {
		display: none;
	}
}

@media (max-width: 768px) {
	.ugc-page.ugc-intro-active #custom_web_products_ugc_0Hero {
		transform: none;
	}

	.ugc-intro-screen {
		display: none !important;
	}
}

@keyframes ugcIntroCopyIn {
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
