nav{z-index:15;justify-content:center;width:100%;max-width:1440px;height:100px;display:flex;position:fixed;top:20px}nav .container{background:#f7f7f7;border-radius:22px;flex-direction:row;justify-content:space-between;align-items:center;gap:10px;width:100%;max-width:1200px;height:86px;padding:16px 18px;transition:background-color .3s,box-shadow .3s;display:flex;top:20px}nav .container.scrolled{background:#fff;box-shadow:0 4px 12px #0000000d}nav .container .logo{height:40px}nav .container .desktop-menu{border-radius:12px;flex-direction:row;align-items:center;gap:32px;max-width:800px;height:54px;padding:8px;display:flex}nav .container .desktop-menu a{color:#343434;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;text-decoration:none;transition:color .3s}nav .container .desktop-menu a:hover{color:#ff385c;text-decoration:underline}nav .container .download-button{padding:15px 44px}nav .container #mobile-menu-toggle{cursor:pointer;border:none;border-radius:20px;padding:10px;transition:transform .3s;display:none}nav .container #mobile-menu-toggle:hover{transform:scale(1.1)}nav .container .mobile-menu{display:none}@media only screen and (max-width:1024px){nav{background-color:#fff;height:86px;top:0}nav .container{background:0 0}nav .container .desktop-menu,nav .container #desktop-download-button{display:none}nav .container .mobile-menu{z-index:1000;background:#fff;border-top:1px solid #0000000d;flex-direction:column;justify-content:space-between;padding-bottom:50px;display:flex;position:fixed;inset:86px 0 0}nav .container .mobile-menu .mobile-menu-content{flex-direction:column;align-items:flex-start;width:100%;display:flex;overflow-y:auto}nav .container .mobile-menu .mobile-menu-content a{color:#343434;border-bottom:1px solid #0000000d;width:100%;padding:20px;font-family:Inter;font-size:16px;font-weight:500;text-decoration:none}nav .container #mobile-menu-toggle{z-index:1001;display:flex;position:relative}nav .container .logo-link{z-index:1001;position:relative}nav .container .bottom{flex-direction:column;align-items:flex-start;display:flex}nav .container .bottom .text-download{color:#ff385c;padding:10px;font-size:20px;text-decoration:none}nav .container .bottom p{max-width:90%;padding:10px;font-family:Inter;font-size:13px;line-height:140%}nav .container .bottom div.dw-apps{flex-flow:wrap;gap:10px;width:100%;padding:10px;display:flex}nav .container .bottom div.dw-apps svg{width:24px;height:24px}nav .container .bottom div.dw-apps span{letter-spacing:0;flex-direction:column;font-family:Inter;font-size:13.33px;font-weight:600;display:flex}nav .container .bottom div.dw-apps span .sub-text{font-size:8px;line-height:4px}nav .container .bottom div.dw-apps .dw-playstore,nav .container .bottom div.dw-apps .dw-appstore{border:1px solid #00000026;border-radius:5px;flex-direction:row;justify-content:center;align-items:center;gap:2px;min-width:120px;height:40px;padding:10px;display:flex}}
footer{color:#fff;z-index:0;background-color:#343434;flex-flow:column wrap;justify-content:flex-start;align-items:center;gap:120px;width:100%;height:fit-content;padding:100px 100px 50px;display:flex;position:relative}footer .content{flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;max-width:1920px;display:flex}footer .content .le{flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;width:30%;display:flex}footer .content .le .logo-link svg{height:64px}footer .content .le p{color:#ffffff67}footer .content .le div.dw-apps{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:10px;display:flex}footer .content .le div.dw-apps svg{width:24px;height:24px}footer .content .le div.dw-apps span{letter-spacing:0;cursor:pointer;flex-direction:column;font-family:Inter;font-size:13.33px;font-weight:600;transition:transform .3s;display:flex}footer .content .le div.dw-apps span:hover{transform:scale(1.05)}footer .content .le div.dw-apps span .sub-text{font-size:8px;line-height:4px}footer .content .le div.dw-apps .dw-playstore{cursor:pointer;border:1px solid #ffffff26;border-radius:90px;flex-direction:row;justify-content:center;align-items:center;gap:2px;width:40px;height:40px;padding:10px;transition:transform .3s,border-color .3s,background-color .3s;display:flex}footer .content .le div.dw-apps .dw-playstore:hover{background-color:#ffffff1a;border-color:#fff;transform:scale(1.1)}footer .content .le div.dw-apps .dw-playstore svg path{fill:#fff}footer .content .le div.dw-apps .dw-appstore{border:1px solid #ffffff26;border-radius:90px;flex-direction:row;justify-content:center;align-items:center;width:40px;height:40px;display:flex}footer .content .le div.dw-apps .dw-appstore svg path{fill:#fff}footer .content .le div.dw-apps .dw-appstore{cursor:pointer;transition:transform .3s,border-color .3s,background-color .3s}footer .content .le div.dw-apps .dw-appstore:hover{background-color:#ffffff1a;border-color:#fff;transform:scale(1.1)}footer .content .ri{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:120px;width:60%;display:flex}footer .content .ri .list{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;display:flex}footer .content .ri .list span{color:#fff9;font-size:12px;line-height:100%}footer .content .ri .list a{color:#fff;font-size:16px;text-decoration:none}footer .content .ri .list a:hover{color:#ff385c;text-decoration:underline}footer .bottom{flex-direction:column;justify-content:center;align-items:flex-start;gap:10px;width:100%;display:flex}footer .bottom .social{flex-direction:row;justify-content:center;align-items:center;gap:20px;display:flex}footer .bottom .social a{transition:transform .3s,opacity .3s}footer .bottom .social a:hover{opacity:.8;transform:scale(1.1)}footer .bottom .privacy{color:#fff;flex-direction:row;justify-content:space-between;align-items:center;gap:20px;width:100%;display:flex}footer .bottom .privacy .copyright{font-size:13px}footer .bottom .privacy .politics{flex-direction:row;justify-content:center;align-items:center;gap:20px;display:flex}footer .bottom .privacy .politics a{color:#fff;font-size:16px;text-decoration:none;transition:color .3s}footer .bottom .privacy .politics a:hover{color:#ff385c}section.footer-feature1{z-index:1;background:linear-gradient(#ffeedc 0%,#ffcfd8 99%);border-top-left-radius:50% 40px;border-top-right-radius:50% 40px;flex-direction:column;justify-content:center;align-items:center;gap:60px;width:100%;margin-top:100px;padding:100px 10%;display:flex;position:relative;overflow:visible}section.footer-feature1 .border-top-asset{position:absolute;top:-10px}section.footer-feature1 .content{flex-direction:column;justify-content:center;align-items:center;gap:30px;width:100%;display:flex}section.footer-feature1 .content h2{text-align:center;width:100%;max-width:600px}section.footer-feature1 .content .description{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}section.footer-feature1 .content .description p{text-align:center;width:100%;max-width:540px}section.footer-feature1 .content .description p.op{opacity:.6}section.footer-feature1 img{object-fit:cover;object-position:center;max-width:680px;animation:6s ease-in-out infinite float;-webkit-mask-image:linear-gradient(#000 70%,#0000 100%);mask-image:linear-gradient(#000 70%,#0000 100%)}section.footer-feature1 .last-text{text-align:center;width:100%;max-width:520px;font-size:18px}section.footer-feature1 div.dw-apps{z-index:2;flex-flow:wrap;justify-content:center;align-items:center;gap:10px;width:100%;padding:10px;display:flex}section.footer-feature1 div.dw-apps svg{width:24px;height:24px}section.footer-feature1 div.dw-apps span{letter-spacing:0;flex-direction:column;font-family:Inter;font-size:13.33px;font-weight:600;display:flex}section.footer-feature1 div.dw-apps span .sub-text{font-size:8px;line-height:4px}section.footer-feature1 div.dw-apps .dw-playstore{cursor:pointer;border:1px solid #00000026;border-radius:90px;flex-direction:row;justify-content:center;align-items:center;gap:2px;width:40px;height:40px;padding:10px;transition:transform .3s,box-shadow .3s;display:flex}section.footer-feature1 div.dw-apps .dw-playstore:hover{transform:scale(1.05);box-shadow:0 4px 12px #0000001a}section.footer-feature1 div.dw-apps .dw-appstore{cursor:pointer;border:1px solid #00000026;border-radius:90px;flex-direction:row;justify-content:center;align-items:center;gap:2px;width:40px;height:40px;padding:10px;transition:transform .3s,box-shadow .3s;display:flex}section.footer-feature1 div.dw-apps .dw-appstore:hover{transform:scale(1.05);box-shadow:0 4px 12px #0000001a}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@media only screen and (max-width:1024px){section.footer-feature1{padding:100px 20px 50px}section.footer-feature1 .content{gap:14px}section.footer-feature1 .content h2{font-size:32px}section.footer-feature1 img{max-width:100%}section.footer-feature1 .last-text{width:100%;font-size:16px}footer{padding:100px 50px 50px}footer .content{flex-direction:column;gap:60px}footer .content .le{width:100%}footer .content .ri{gap:60px;width:100%}footer .bottom{flex-direction:column-reverse}footer .bottom .privacy{flex-direction:column-reverse;justify-content:center;align-items:flex-start;gap:40px}footer .bottom .privacy .politics{flex-direction:column;justify-content:center;align-items:flex-start}}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-inter);flex-direction:column;justify-content:flex-start;align-items:center;width:100%;line-height:1.5;display:flex;position:relative;overflow:hidden}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}main{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1920px;display:flex;position:relative}section{background-color:#fff;width:100%;display:flex;overflow:hidden}.red-t{color:#ff385c}.bold-t{font-weight:700}.download-button-wrapper{justify-content:center;display:inline-flex;position:relative}.download-button-wrapper .qr-tooltip{z-index:20;background:#fff;border-radius:12px;justify-content:center;align-items:center;width:150px;height:150px;padding:12px;animation:.2s ease-out qrFadeIn;display:flex;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0000001f}.download-button-wrapper .qr-tooltip:after{content:"";border:8px solid #0000;border-bottom-color:#fff;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.download-button-wrapper .qr-tooltip svg{width:100%!important;height:100%!important}@keyframes qrFadeIn{0%{opacity:0;transform:translate(-50%)translateY(-10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.download-button{height:44px;font-family:var(--font-inter);color:#fff;cursor:pointer;background:#ff385c;border:none;border-radius:16px;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:15px 32px;font-size:17px;font-style:normal;font-weight:400;line-height:27px;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex}.download-button:hover{transform:scale(1.05);box-shadow:0 4px 12px #ff385c66}.gopanel-button{height:44px;font-family:var(--font-inter);color:#fff;cursor:pointer;background:#ff385c;border:none;border-radius:16px;flex-direction:row;justify-content:center;align-items:center;gap:8px;padding:15px 32px;font-size:17px;font-style:normal;font-weight:400;line-height:27px;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex}.gopanel-button:hover{transform:scale(1.05);box-shadow:0 4px 12px #ff385c66}.divider{width:100%}h1,h2,h3,h4,h5,h6{color:#343434;font-family:var(--font-darker-grotesque),sans-serif}h2{letter-spacing:-.5px;font-size:50px;font-style:normal;font-weight:600;line-height:96%}.reveal{opacity:0;will-change:opacity,transform;transition:opacity .8s ease-out,transform .8s ease-out;transform:translateY(30px)}.reveal.visible{opacity:1;transform:translateY(0)}.tab{border:1px solid #0000001a;border-radius:24px;justify-content:space-between;align-items:center;width:100%;max-width:578px;height:53px;display:flex;overflow:hidden}.tab .item{color:#000;text-align:center;cursor:pointer;border-radius:24px;justify-content:center;align-items:center;width:90%;height:90%;transition:background-color .2s ease-in-out;display:flex}.tab .item.active{color:#fff;background-color:#ff385c}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_5901b7c6-module__ec5Qua__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_5901b7c6-module__ec5Qua__variable{--font-inter:"Inter","Inter Fallback"}
@font-face{font-family:Darker Grotesque;font-style:normal;font-weight:300 900;font-display:swap;src:url(../media/a4a106b004be1cf6-s.81627497.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Darker Grotesque;font-style:normal;font-weight:300 900;font-display:swap;src:url(../media/c4db6bbd369b4670-s.c5a7e63f.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Darker Grotesque;font-style:normal;font-weight:300 900;font-display:swap;src:url(../media/567cf56dd3e45733-s.p.16dec741.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Darker Grotesque Fallback;src:local(Arial);ascent-override:130.9%;descent-override:36.55%;line-gap-override:0.0%;size-adjust:80.98%}.darker_grotesque_c9e170a9-module__zL9DNW__className{font-family:Darker Grotesque,Darker Grotesque Fallback;font-style:normal}.darker_grotesque_c9e170a9-module__zL9DNW__variable{--font-darker-grotesque:"Darker Grotesque","Darker Grotesque Fallback"}
