@keyframes loading-3{from{transform:scaleY(0.88);}to{transform:scaleY(1.416);}}@keyframes loading-1-5{from{transform:scaleY(0.56);}to{transform:scaleY(1.416);}}@keyframes loading-2-4{from{transform:scaleY(0.7);}to{transform:scaleY(1.416);}}body{padding:0;margin:0;font-family:"Roboto",sans-serif;font-style:normal;}a{display:none;}.row{display:flex;}#root{position:relative;min-height:100vh;width:100%;text-align:center;max-width:36rem;margin:0 auto;}#root #front-page .b64-img-1{object-fit:contain;max-width:100%;}#front-page{height:100vh;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;text-align:center;margin-bottom:var(--safe-area-inset-bottom);overflow:auto;}#front-page .logo{display:flex;align-items:flex-end;text-align:center;height:20%;}#front-page .logo img{height:7rem;max-width:100%;}#front-page .img-master{position:relative;display:flex;align-items:center;height:40%;}#front-page .img-master img{object-fit:contain;width:300px;max-width:100%;}#front-page #btn-download{display:flex;align-items:start;height:40%;padding:2rem;}#front-page #btn-download img{width:240px;}#secondary-page{background:#fff;height:100vh;}#secondary-page .container{padding:45px 24px;}#secondary-page .text-box{padding:24px 0;margin:24px 0;font-weight:700;font-size:14px;line-height:21px;color:#2e2e2e;border-top-width:1px;border-bottom-width:1px;border-style:solid;border-color:#d9d9d9;}#secondary-page .btn-copy{margin:24px 0;}#secondary-page .btn{width:100%;font-size:14px;line-height:130%;letter-spacing:0.38px;background:linear-gradient(12.45deg,#e43b1e 5.12%,#d01b33 46.64%,#ae0743 87.04%);border-radius:12px;color:#fff;padding:8px 0;}#loading-mask{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;top:0;left:0;z-index:99999;width:100vw;height:100vh;background:rgba(0,0,0,0.8);backdrop-filter:blur(3px);}#loading-mask .pillar-container{display:flex;align-items:center;margin-bottom:24px;}#loading-mask .pillar-container .orange-pillar{width:5px;background-color:#f47c0c;margin:0 3.5px;border-radius:5px;transform:scaleY(1);}#loading-mask .orange-pillar:nth-child(2),#loading-mask .orange-pillar:nth-child(4){height:24px;animation:loading-2-4 0.3s cubic-bezier(0.04,0.54,0.9,0.4)alternate-reverse infinite;}#loading-mask .orange-pillar:nth-child(3){height:20px;animation:loading-3 0.2s cubic-bezier(0.04,0.54,0.9,0.4)alternate-reverse infinite;}#loading-mask .orange-pillar:nth-child(1),#loading-mask .orange-pillar:nth-child(5){height:28px;animation:loading-1-5 0.25s cubic-bezier(0.04,0.54,0.9,0.4)alternate-reverse infinite;}#loading-mask .loading-text{font-weight:400;font-size:14px;line-height:150%;letter-spacing:0.38px;color:#ffffff;}#root.bg_1{background-size:cover;transition:background 1s ease-in-out;background-position:top center;}#root.bg_2{background-size:cover;transition:background 1s ease-in-out;background-position:top center;}