@charset "UTF-8";header .hero-header{display:flex;justify-content:flex-end;flex-direction:column;width:100vw;background-image:linear-gradient(200deg,rgba(0,0,0,.4) 0%,rgba(0,0,0,.8) 94%),var(--hero-mobile);background-size:cover;background-position:50%;color:#fff;text-align:left;padding:128px 0 24px}header .hero-header .header-sign-container{background-color:rgba(255,255,255,.2);border-radius:50%;display:flex;justify-content:center;align-items:center;backdrop-filter:blur(10px)saturate(1.3)}header .hero-header .header-sign-container img{width:32px;height:32px;padding:20px}header .hero-header .sign-date{margin:8px 0 28px;color:#fff;font-weight:600;display:flex;justify-content:center}header .hero-header .hero-title,header .hero-header .hero-description{width:calc(100% - 32px);max-width:960px}header .hero-header .hero-title{padding:0 16px 16px}header .hero-header .hero-description{padding:0 16px 48px;margin:0;line-height:1.4;font-size:21px}header .hero-header a{text-transform:uppercase;letter-spacing:2px;opacity:.8;color:#fff;font-size:15px;padding:8px 16px}@media(min-width:960px){header .hero-header{padding:128px 0 164px;justify-content:center;align-items:center;background-image:linear-gradient(200deg,rgba(0,0,0,.2),rgba(0,0,0,.8) 94%),var(--hero-desktop)}header .hero-header .hero-title,header .hero-header .hero-description{max-width:960px;text-align:center}header .hero-header .hero-title{font-size:44px}header .hero-header .hero-description{font-size:24px;padding-bottom:0}}header section.article-header{width:820px;max-width:calc(100% - 32px);margin:32px auto;padding:0 16px;display:flex;flex-direction:column;align-items:center}@media(min-width:1680px){header section.article-header{width:920px}}header section.article-header h1{color:var(--theme-color-fontHeadline)}header section.article-header a{font-size:70px;width:100%;text-align:center;animation:pointer-start 1s forwards linear 1,pointer-loop 8s forwards ease 1.5s infinite;text-decoration:none}@keyframes pointer-start{0%,20%{opacity:0;transform:scale(.2)skewY(3deg)}70%{opacity:1;transform:skewY(0)skewY(0)}85%{transform:scale(1.3)skewY(-1deg)}100%{opacity:1;transform:scale(1.2)skewY(0)}}@keyframes pointer-loop{0%{transform:scale(1.2)rotate(0)}15%{transform:scale(1)rotate(-10deg)}20%{transform:scale(1.4)rotate(370deg)}23%{transform:scale(1)rotate(360deg)}25%{transform:scale(1.2)rotate(362deg)}30%{transform:scale(1.18)rotate(360deg)}100%{transform:scale(1.2)rotate(360deg)}}header section.article-header img{width:100%;border-radius:16px;margin:24px 0 0}header h1{color:#fff;font-size:32px;margin:0}@media screen and (min-width:640px){header h1{font-size:37px}}@media screen and (min-width:960px){header h1{font-size:42px}}header h2{color:#fff;font-weight:var(--theme-font-regular);font-size:24px}@media(min-width:640px){header h2{font-size:28px}}header h3{color:#fff;font-weight:var(--theme-font-regular);max-width:700px}header p{font-size:22px;font-weight:400;margin:0 16px;color:#fff}@media screen and (min-width:640px){header p{font-size:26px;margin:0 16px 24px}}.header-breadcrumb{width:100%;max-width:1280px;margin:0 auto;padding:0 16px;overflow-x:auto}.header-breadcrumb ol{list-style-type:none;display:flex;align-items:center;padding:0;margin:0;flex-wrap:wrap}.header-breadcrumb ol li{flex-shrink:0;display:inline-flex;align-items:center;height:40px}.header-breadcrumb ol li a,.header-breadcrumb ol li span{font-size:13px;font-weight:500;display:inline-flex;align-items:center}.header-breadcrumb ol li span{color:var(--theme-color-fontText)}.header-breadcrumb ol li a{color:var(--theme-color-link);text-decoration:none}.header-breadcrumb ol li a:hover{text-decoration:underline}.header-breadcrumb ol li a:after{content:"›";margin:0 8px;color:var(--theme-color-fontText);opacity:.5}.header-breadcrumb ol li:first-child a:before{content:"";display:inline-block;width:14px;height:14px;margin-right:4px;background-image:url(/img/supporting/home.svg);background-size:contain;background-repeat:no-repeat;background-position:50%;opacity:.7}main{display:flex;flex-direction:column;align-items:center;position:relative;margin:0 auto;width:calc(100% - 32px);max-width:1280px;padding:16px 0}main .article-buttons{display:flex;flex-direction:column;gap:12px;margin:24px 0}@media(min-width:640px){main .article-buttons{flex-direction:row}}main .article-buttons a.button-article{display:flex;justify-content:center;align-items:center;border-radius:100px;padding:12px 24px;color:#fff;border:none;background:var(--theme-color-heroGradient)}main .article-buttons a[href*='apps.apple.com']{background:#000 url(/img/app-store-white.svg)no-repeat 15px 14px/22px;padding-left:45px}main .article-buttons a[href*='play.google.com']{background:#000 url(/img/google-play.svg)no-repeat 16px 15px/22px;padding-left:45px}main .content-image{width:100%;height:auto;border-radius:20px}footer{background:#000;color:var(--theme-color-fontHeadline);gap:16px;font-weight:var(--theme-font-medium);margin-top:48px}footer .breadcrumb{width:100vw;border-top:solid 3px rgba(255,255,255,.1);overflow-x:auto;display:flex;justify-content:center}footer .breadcrumb nav ol{list-style-type:none;display:flex;align-items:center;padding:0;margin:0}footer .breadcrumb nav ol li{flex-shrink:0}footer .breadcrumb nav ol li,footer .breadcrumb nav ol li a,footer .breadcrumb nav ol li span{height:56px;display:inline-flex;align-items:center}footer .breadcrumb nav ol li a,footer .breadcrumb nav ol li span{font-size:15px;font-weight:600;padding-right:36px}footer .breadcrumb nav ol li span{color:#fff}footer .breadcrumb nav ol li a{color:rgba(255,255,255,.6);position:relative}footer .breadcrumb nav ol li a:after{content:"";display:flex;position:absolute;right:14px;border:solid rgba(255,255,255,.6);border-width:0 2px 2px 0;padding:3px;transform:rotate(-45deg)}footer .breadcrumb nav ol li:first-child a{font-size:0;width:56px;height:56px;background-image:url(/img/supporting/home.svg);background-size:22px;background-repeat:no-repeat;background-position:50%;padding-right:24px}footer .breadcrumb nav ol li:first-child a:after{right:12px}footer div.footer-info-container{padding-bottom:92px}footer div.footer-info-container div.footer-info{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;border-bottom:rgba(255,255,255,.1)3px solid;border-top:rgba(255,255,255,.1)3px solid}footer div.footer-info-container div.footer-info div.branding{margin-top:20px}footer div.footer-info-container div.footer-info div.branding img{width:220px}footer div.footer-info-container div.footer-info p{color:#fff;font-size:20px;text-align:center;width:calc(100% - 32px);max-width:720px;font-weight:var(--theme-font-regular);margin:12px 0 16px}footer div.footer-info-container div.footer-wrap{padding:16px}@media(min-width:640px){footer div.footer-info-container div.footer-wrap{padding:32px}}footer div.footer-info-container div.footer-wrap section{padding:12px 32px;display:flex;justify-content:center;align-items:center;flex-direction:column;font-size:16px;gap:12px}footer div.footer-info-container div.footer-wrap section .lang-switch{display:flex;align-items:center;margin-right:26px;position:relative}footer div.footer-info-container div.footer-wrap section .lang-switch input{opacity:0;position:fixed;pointer-events:none;top:0;left:0;margin:0}footer div.footer-info-container div.footer-wrap section .lang-switch input:checked{width:100vw;height:100vh;pointer-events:auto}footer div.footer-info-container div.footer-wrap section .lang-switch input:checked~.ls{opacity:1;pointer-events:auto}@media(min-width:640px){footer div.footer-info-container div.footer-wrap section .lang-switch .ls{max-width:360px;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:16px}}footer div.footer-info-container div.footer-wrap section .lang-switch label span:after{content:"";display:flex;margin-left:6px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #fff}footer div.footer-info-container div.footer-wrap section .lang-switch span{display:flex;align-items:center;color:#fff;font-size:16px;font-weight:600;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}footer div.footer-info-container div.footer-wrap section .lang-switch span:hover{cursor:pointer}footer div.footer-info-container div.footer-wrap section .lang-switch span:before{content:"";display:flex;background-image:url(/img/flag-sprite.svg);width:30px;height:22px;background-size:810px 22px;background-position-y:center;background-position-x:0;border-radius:4px;margin-right:10px}footer div.footer-info-container div.footer-wrap section .lang-switch span.en:before{background-position-x:0}footer div.footer-info-container div.footer-wrap section .lang-switch span.de:before{background-position-x:-30px}footer div.footer-info-container div.footer-wrap section .lang-switch span.es:before{background-position-x:-60px}footer div.footer-info-container div.footer-wrap section .lang-switch span.cs:before{background-position-x:-90px}footer div.footer-info-container div.footer-wrap section .lang-switch span.da:before{background-position-x:-120px}footer div.footer-info-container div.footer-wrap section .lang-switch span.el:before{background-position-x:-150px}footer div.footer-info-container div.footer-wrap section .lang-switch span.fi:before{background-position-x:-180px}footer div.footer-info-container div.footer-wrap section .lang-switch span.fr:before{background-position-x:-210px}footer div.footer-info-container div.footer-wrap section .lang-switch span.hr:before{background-position-x:-240px}footer div.footer-info-container div.footer-wrap section .lang-switch span.hu:before{background-position-x:-270px}footer div.footer-info-container div.footer-wrap section .lang-switch span.id:before{background-position-x:-300px}footer div.footer-info-container div.footer-wrap section .lang-switch span.it:before{background-position-x:-330px}footer div.footer-info-container div.footer-wrap section .lang-switch span.ja:before{background-position-x:-360px}footer div.footer-info-container div.footer-wrap section .lang-switch span.ko:before{background-position-x:-390px}footer div.footer-info-container div.footer-wrap section .lang-switch span.nl:before{background-position-x:-420px}footer div.footer-info-container div.footer-wrap section .lang-switch span.pl:before{background-position-x:-450px}footer div.footer-info-container div.footer-wrap section .lang-switch span.ro:before{background-position-x:-480px}footer div.footer-info-container div.footer-wrap section .lang-switch span.ru:before{background-position-x:-510px}footer div.footer-info-container div.footer-wrap section .lang-switch span.uk:before{background-position-x:-540px}footer div.footer-info-container div.footer-wrap section .lang-switch span.nb:before{background-position-x:-570px}footer div.footer-info-container div.footer-wrap section .lang-switch span.sv:before{background-position-x:-600px}footer div.footer-info-container div.footer-wrap section .lang-switch span.pt:before{background-position-x:-630px}footer div.footer-info-container div.footer-wrap section .lang-switch span.tr:before{background-position-x:-660px}footer div.footer-info-container div.footer-wrap section .lang-switch span.zh:before{background-position-x:-690px}footer div.footer-info-container div.footer-wrap section .lang-switch nav{opacity:0;pointer-events:none;transition:.3s ease;position:fixed;z-index:99;width:calc(100vw - 32px);max-height:320px;overflow-y:scroll;background:#fff;padding:20px 16px;border-radius:32px 32px 0 0;box-shadow:0 0 999px 9999px rgba(0,0,0,.8),0 16px 32px -8px rgba(0,0,0,.3);left:0;bottom:0}footer div.footer-info-container div.footer-wrap section .lang-switch nav a{display:flex;margin:0;text-decoration:none}footer div.footer-info-container div.footer-wrap section .lang-switch nav a span{color:var(--theme-color-fontHeadline);font-size:20px;font-weight:700;padding:12px 16px}footer div.footer-info-container div.footer-wrap section .lang-switch nav a span:before{margin-right:16px}@media(min-width:960px){footer div.footer-info-container div.footer-wrap section{display:flex;justify-content:center;flex-direction:row}}footer div.footer-info-container div.footer-wrap section a{color:#fff}footer div.footer-info-container div.footer-wrap section small{display:flex;gap:8px;align-items:center;font-size:16px;color:#fff}footer div.footer-info-container div.footer-wrap section .legal-container{display:flex;align-items:center}footer div.footer-info-container div.footer-wrap section .legal-container a{display:flex;align-items:center}footer div.footer-info-container div.footer-wrap section .legal-container{gap:16px;flex-wrap:wrap}footer div.footer-info-container div.footer-wrap section .legal-container a{font-size:16px;font-weight:var(--theme-font-medium);color:#fff;text-decoration:none;transition:-webkit-text-decoration .3s;transition:text-decoration .3s;transition:text-decoration .3s,-webkit-text-decoration .3s}@media(min-width:640px){footer div.footer-info-container div.footer-wrap section .legal-container a:hover{cursor:pointer;text-decoration:underline}}nav.dyno{display:flex;align-items:center;position:absolute;top:0;z-index:9;height:70px;width:100%}nav.dyno a.logo,nav.dyno a.search{background-repeat:no-repeat;height:70px}nav.dyno a.logo{width:180px;background-image:var(--navbarLogo);background-size:180px;margin-left:16px;background-position:0 16px}@media(max-width:960px){nav.dyno a.logo{flex-grow:1}}nav.dyno a.search{width:70px;background-image:url(/img/supporting/search-white.svg);background-size:28px;background-position:50%}nav.dyno nav.main{display:flex;height:70px}@media(max-width:960px){nav.dyno nav.main{display:none}}@media(min-width:961px){nav.dyno nav.main{flex-grow:1;margin-left:32px}}nav.dyno nav.main a{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:10px 0 12px}@media(min-width:961px){nav.dyno nav.main a{flex:none;padding:0 16px;height:70px}}nav.dyno nav.main a span{font-size:14px;font-weight:900;text-align:center;line-height:1.2em;color:#3d394d}@media(max-width:374px){nav.dyno nav.main a span{font-size:13px}}@media(min-width:961px){nav.dyno nav.main a span{color:rgba(255,255,255,.8);font-size:22px;transition:.3s ease;margin-bottom:4px}nav.dyno nav.main a span:hover{color:#fff}}nav.dyno nav.main a.active span{color:#20182e}@media(min-width:961px){nav.dyno nav.main a.active span{color:#fff}}html{scroll-behavior:smooth}body{font-family:var(--theme-font-family);font-weight:var(--theme-font-regular);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;line-height:1.6;font-size:18px;padding:0;margin:0;color:var(--theme-color-fontText);text-wrap:pretty}.app-icon-wrap{display:flex;align-items:center;justify-content:center;position:relative}.app-icon-wrap:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:24%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}.app-icon{border-radius:24%}hr{background-color:#dfdfdf;border-radius:20px;border:0;height:1.4px}a{text-decoration:none;color:var(--theme-color-link);font-weight:var(--theme-font-bold);-webkit-user-select:none;-moz-user-select:none;user-select:none}a.cta{color:var(--theme-color-ctaColor);background:var(--theme-color-ctaBackground);border-radius:var(--theme-ctaBorderRadius);box-shadow:var(--theme-color-ctaDropShadow);padding:0 32px;height:46px;display:flex;align-items:center;justify-content:center}h1,h2,h3,h4,h5{color:var(--theme-color-fontHeadline);font-weight:var(--theme-font-bold);line-height:1.2;hyphens:auto}h2,h3{margin:32px 0 16px}h4,h5{margin:28px 0 12px}strong,b{color:var(--theme-color-fontHeadline);font-weight:var(--theme-font-medium)}p{margin:0 0 16px}p,li{font-size:19px}iframe{width:100%;aspect-ratio:16/9;border-radius:12px}img{height:auto;width:100%}