@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";.download-app{display:flex;flex-direction:column;max-width:600px;min-width:300px;margin:0 auto;font-family:Montserrat,-apple-system,Roboto,Oxygen,Ubuntu,Helvetica Neue,sans-serif}.download-app .bg{position:absolute;top:0;left:0;width:100vw;height:100vh;z-index:-1;pointer-events:none}.download-app .bg .circle-1{position:absolute;top:-372px;left:50%;transform:translate(-50%);width:508px;height:508px;aspect-ratio:1/1;border-radius:508px;background:linear-gradient(249deg,rgba(6,251,240,.2) 8.6%,rgba(140,109,255,.2) 92.57%);filter:blur(60px)}.download-app .bg .circle-2{position:absolute;bottom:60px;left:40%;width:376px;height:376px;aspect-ratio:1/1;border-radius:376px;background:linear-gradient(249deg,rgba(6,251,240,.3) 8.6%,rgba(140,109,255,.3) 92.57%);filter:blur(60px)}.download-app section.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:120px;margin-left:20px;margin-right:20px;position:relative;z-index:1}.download-app section.hero .title{font-size:14px;font-weight:500;color:#333;border-radius:12px;background:#fff;box-shadow:7px 8px 10px #0000001a;padding:10px 18px;transform:rotate(3deg);z-index:2;max-width:calc(100% - 20px);line-height:150%}.download-app section.hero .claw-logo{position:relative;margin-top:20px;width:148px;height:48px}.download-app section.hero .claw-logo .claw-body{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:148px;height:48px}.download-app section.hero .claw-logo .claw-leg-1{position:absolute;top:-50%;left:calc(100% + 10px);width:10px;height:19px;z-index:-1}.download-app section.hero .claw-logo .claw-leg-2{position:absolute;top:-60%;left:calc(100% + 6px);width:35px;height:53px;z-index:3}.download-app section.hero .slogan .line{margin-top:16px;font-size:18px;font-weight:500;color:#000;text-align:center;line-height:130%}.download-app section.hero .slogan .line b{font-weight:700}.download-app .btns{display:flex;flex-direction:column;gap:16px;padding:0 20px;margin:100px 0 0}.download-app .btns .btn{display:flex;align-items:center;justify-content:center;gap:5px;padding:12px 20px;background-color:#fff;border:1px solid #e7e7e7;box-shadow:0 0 10px #0000000f;border-radius:25px;cursor:pointer;color:#333;font-weight:500;text-decoration:none}.download-app .btns .btn:hover{background-color:#f5f5f5}.download-app .btns .btn:active{box-shadow:0 0 10px #0000001a}
