.popup-t2{top:0;left:0;right:0;bottom:0;padding:18px;display:none;position:fixed;align-items:safe center;opacity:0;transition:opacity .1s;justify-content:center;background-color:rgba(0,0,0,.5);backdrop-filter:blur(10px);transition:opacity 1s ease;overflow:auto}.popup-t2 svg.icon-cross{position:absolute;right:15px;top:15px;width:20px;height:20px;color:currentColor;z-index:1;cursor:pointer}.popup-t2__container{display:flex;max-width:1000px;position:relative}@media(max-width: 760px){.popup-t2__container{flex-direction:column}}.popup-t2__image{width:40%}@media(max-width: 760px){.popup-t2__image{width:100%;overflow:hidden}}.popup-t2__image.withMobileImage .desktop{height:100%}@media(max-width: 760px){.popup-t2__image.withMobileImage .desktop{display:none}}.popup-t2__image.withMobileImage .mobile{display:none;height:100%}@media(max-width: 760px){.popup-t2__image.withMobileImage .mobile{display:block}}.popup-t2__image picture{height:100%}@media(max-width: 760px){.popup-t2__image picture{height:unset;max-height:330px}}.popup-t2__image picture img{height:100%;object-fit:cover}@media(max-width: 760px){.popup-t2__image picture img{height:unset;max-height:330px}}.popup-t2__textbox{width:70%;padding:90px 55px 90px 55px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center}@media(max-width: 880px){.popup-t2__textbox{padding:70px 40px 70px 40px}}@media(max-width: 760px){.popup-t2__textbox{width:100%;padding:40px 40px 40px 40px}}@media(max-width: 400px){.popup-t2__textbox{padding:35px 20px 35px 20px}}.popup-t2__textbox ul{margin-top:20px}.popup-t2__textbox ul li{padding:7px 0px 7px 30px;position:relative;font-size:var(--zepp-t5-font-size);line-height:var(--zepp-t5-line-height);font-family:var(--zepp-t5-font-family);font-weight:var(--zepp-t5-font-weight);font-style:var(--zepp-t5-font-style);letter-spacing:var(--zepp-t5-letter-spacing);text-transform:var(--zepp-t5-text-transform)}.popup-t2__textbox ul li:before{content:"";width:7px;height:7px;border-top:1px solid currentColor;border-right:1px solid currentColor;transform:rotate(45deg);margin-top:17px}.popup-t2__textbox__introduction{margin-top:10px}.popup-t2__textbox__buttons{display:flex;gap:30px;margin-top:40px}@media(max-width: 760px){.popup-t2__textbox__buttons{margin-top:20px}}@media(max-width: 449px){.popup-t2__textbox__buttons{flex-wrap:wrap}}.popup-t2__textbox.center{text-align:center}.popup-t2__textbox.center .popup-t1__textbox__buttons{justify-content:center}.popup-t2.isOpen{z-index:1010;opacity:1}