@import "https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";
body{margin:0;padding:0;font-family:Outfit,sans-serif}
.header-module-scss-module__OcrIPG__webviewAppBar{z-index:1000;background:#fff;border-bottom:1px solid #eef1ea;justify-content:space-between;align-items:center;width:100%;height:52px;padding:0 12px;font-family:Outfit,sans-serif;display:flex;position:sticky;top:0}.header-module-scss-module__OcrIPG__appBarBack{color:#163300;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.header-module-scss-module__OcrIPG__appBarTitle{color:#163300;white-space:nowrap;font-size:16px;font-weight:600;position:absolute;left:50%;transform:translate(-50%)}.header-module-scss-module__OcrIPG__appBarRight{width:36px}.header-module-scss-module__OcrIPG__header{z-index:1000;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(#fffffff2 0%,#ffffffb8 100%);width:100%;padding:16px 0 0;font-family:Outfit,sans-serif;position:sticky;top:0}.header-module-scss-module__OcrIPG__headerShell{background:radial-gradient(circle at 0,#9ee77024,#0000 28%),#ffffffe6;border:1px solid #16330014;border-radius:30px;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;width:min(1280px,92vw);min-height:78px;margin:0 auto;padding:12px 16px 12px 18px;display:grid;box-shadow:0 18px 40px #141f0a14}.header-module-scss-module__OcrIPG__logoDiv,.header-module-scss-module__OcrIPG__drawerLogo{color:#163300;align-items:center;gap:12px;text-decoration:none;display:inline-flex}.header-module-scss-module__OcrIPG__logoBadge{color:#dff6ca;letter-spacing:.08em;background:linear-gradient(135deg,#163300 0%,#295600 100%);border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;font-size:13px;font-weight:800;display:inline-flex;box-shadow:0 10px 22px #1633002e}.header-module-scss-module__OcrIPG__logoSvg{width:auto;height:28px;display:block}.header-module-scss-module__OcrIPG__navDesktop{background:#f6f8f2e6;border:1px solid #1633000f;border-radius:999px;justify-self:center;align-items:center;gap:8px;padding:8px;display:inline-flex}.header-module-scss-module__OcrIPG__navItem{color:#5f655e;border-radius:999px;justify-content:center;align-items:center;min-height:46px;padding:0 18px;font-size:16px;font-weight:500;text-decoration:none;transition:color .2s,background .2s,transform .2s,box-shadow .2s;display:inline-flex}.header-module-scss-module__OcrIPG__navItem:hover{color:#163300;background:#9ee7702e}.header-module-scss-module__OcrIPG__navItemActive{color:#163300;background:#9ee770;box-shadow:0 10px 20px #9ee77047}.header-module-scss-module__OcrIPG__actionGroup{align-items:center;gap:10px;display:flex}.header-module-scss-module__OcrIPG__primaryBtn,.header-module-scss-module__OcrIPG__secondaryBtn,.header-module-scss-module__OcrIPG__drawerPrimaryBtn,.header-module-scss-module__OcrIPG__drawerSecondaryBtn{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 22px;font-family:inherit;font-size:16px;font-weight:700;text-decoration:none;transition:transform .2s,background .2s,color .2s,border-color .2s;display:inline-flex}.header-module-scss-module__OcrIPG__primaryBtn,.header-module-scss-module__OcrIPG__drawerPrimaryBtn{color:#163300;background:#9ee770;border:none;box-shadow:0 12px 26px #9ee7703d}.header-module-scss-module__OcrIPG__primaryBtn:hover,.header-module-scss-module__OcrIPG__drawerPrimaryBtn:hover{background:#8fd964;transform:translateY(-1px)}.header-module-scss-module__OcrIPG__secondaryBtn,.header-module-scss-module__OcrIPG__drawerSecondaryBtn{color:#163300;background:#fffc;border:1px solid #16330029}.header-module-scss-module__OcrIPG__secondaryBtn:hover,.header-module-scss-module__OcrIPG__drawerSecondaryBtn:hover{background:#f8fbf3;border-color:#16330042;transform:translateY(-1px)}.header-module-scss-module__OcrIPG__secondaryBtn:disabled,.header-module-scss-module__OcrIPG__drawerSecondaryBtn:disabled{opacity:.65;cursor:not-allowed}.header-module-scss-module__OcrIPG__menuBtn{cursor:pointer;background:#f8faf4e0;border:1px solid #1633001a;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:48px;height:48px;display:none}.header-module-scss-module__OcrIPG__menuBtn span{background:#163300;border-radius:999px;width:18px;height:2px;transition:transform .2s,opacity .2s}.header-module-scss-module__OcrIPG__menuBtnOpen span:first-child{transform:translateY(7px)rotate(45deg)}.header-module-scss-module__OcrIPG__menuBtnOpen span:nth-child(2){opacity:0}.header-module-scss-module__OcrIPG__menuBtnOpen span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.header-module-scss-module__OcrIPG__drawerOverlay{pointer-events:none;z-index:1100;background:#080c0600;transition:background .3s;position:fixed;inset:0}.header-module-scss-module__OcrIPG__drawerOverlayOpen{pointer-events:auto;background:#080c0670}.header-module-scss-module__OcrIPG__drawer{z-index:1200;background:radial-gradient(circle at 100% 0,#9ee7702e,#0000 30%),linear-gradient(#fff 0%,#f5f8f1 100%);flex-direction:column;width:min(380px,92vw);height:100dvh;padding:22px 18px 20px;transition:transform .35s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-22px 0 50px #0a12071f}.header-module-scss-module__OcrIPG__drawerOpen{transform:translate(0)}.header-module-scss-module__OcrIPG__drawerHeader{justify-content:space-between;align-items:center;gap:10px;display:flex}.header-module-scss-module__OcrIPG__drawerClose{color:#163300;cursor:pointer;background:#ffffffc7;border:1px solid #1633001a;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.header-module-scss-module__OcrIPG__drawerIntro{background:#ffffffc2;border:1px solid #1633000f;border-radius:24px;margin-top:24px;padding:18px}.header-module-scss-module__OcrIPG__drawerIntro p{color:#5b615a;margin:10px 0 0;font-size:15px;line-height:1.6}.header-module-scss-module__OcrIPG__drawerEyebrow{color:#2a5208;letter-spacing:.1em;text-transform:uppercase;font-size:12px;font-weight:700}.header-module-scss-module__OcrIPG__drawerNav{flex-direction:column;gap:10px;margin-top:20px;display:flex;overflow-y:auto}.header-module-scss-module__OcrIPG__drawerLink{color:#1f281b;background:#ffffffa8;border:1px solid #1633000f;border-radius:20px;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;font-size:16px;font-weight:600;text-decoration:none;transition:transform .2s,background .2s,border-color .2s;display:flex}.header-module-scss-module__OcrIPG__drawerLink:hover{background:#9ee7701f;transform:translate(-2px)}.header-module-scss-module__OcrIPG__drawerLinkActive{color:#163300;background:#9ee77033;border-color:#9ee77073}.header-module-scss-module__OcrIPG__drawerFooter{flex-direction:column;gap:10px;margin-top:auto;padding-top:20px;display:flex}@media (max-width:1080px){.header-module-scss-module__OcrIPG__headerShell{grid-template-columns:auto 1fr auto}.header-module-scss-module__OcrIPG__navDesktop{gap:4px}.header-module-scss-module__OcrIPG__navItem{padding:0 14px;font-size:15px}.header-module-scss-module__OcrIPG__primaryBtn,.header-module-scss-module__OcrIPG__secondaryBtn{padding:0 18px}}@media (max-width:900px){.header-module-scss-module__OcrIPG__header{padding-top:12px}.header-module-scss-module__OcrIPG__headerShell{grid-template-columns:auto 1fr auto;width:94vw;min-height:70px;padding:10px 12px 10px 14px}.header-module-scss-module__OcrIPG__navDesktop,.header-module-scss-module__OcrIPG__primaryBtn,.header-module-scss-module__OcrIPG__secondaryBtn{display:none}.header-module-scss-module__OcrIPG__menuBtn{display:inline-flex}.header-module-scss-module__OcrIPG__logoBadge{border-radius:12px;width:38px;height:38px;font-size:12px}.header-module-scss-module__OcrIPG__logoSvg{height:24px}}@media (max-width:600px){.header-module-scss-module__OcrIPG__headerShell{border-radius:24px}.header-module-scss-module__OcrIPG__drawer{width:100%}}
body{margin:0;padding:0;font-family:Outfit,sans-serif}
.howwork-module-scss-module__4LMyHa__hSection{padding:56px 0;font-family:Outfit,sans-serif}.howwork-module-scss-module__4LMyHa__howSection{grid-template-columns:minmax(0,1fr) minmax(340px,.88fr);align-items:stretch;gap:34px;width:min(1280px,92vw);margin:0 auto;display:grid}.howwork-module-scss-module__4LMyHa__left,.howwork-module-scss-module__4LMyHa__right{min-width:0}.howwork-module-scss-module__4LMyHa__headingBlock{flex-direction:column;gap:14px;margin-bottom:24px;display:flex}.howwork-module-scss-module__4LMyHa__kicker{color:#214b00;letter-spacing:.08em;text-transform:uppercase;background:#9ee77029;border:1px solid #9ee77057;border-radius:999px;width:fit-content;padding:10px 16px;font-size:13px;font-weight:700;display:inline-flex}.howwork-module-scss-module__4LMyHa__heading{flex-wrap:wrap;align-items:center;gap:14px;margin:0;font-size:clamp(36px,4.6vw,56px);font-weight:700;line-height:1.02;display:flex}.howwork-module-scss-module__4LMyHa__avatars{display:inline-flex}.howwork-module-scss-module__4LMyHa__avatars img{border:2px solid #fff;border-radius:50%;width:38px;height:38px;margin-left:-12px;box-shadow:0 10px 16px #16330014}.howwork-module-scss-module__4LMyHa__subtitle{color:#555;max-width:620px;margin:0;font-size:18px;line-height:1.7}.howwork-module-scss-module__4LMyHa__stepsBox{background:#fffc;border:1px solid #16330014;border-radius:28px;padding:24px;box-shadow:0 18px 40px #121b0a14}.howwork-module-scss-module__4LMyHa__step{grid-template-columns:64px 1fr;gap:18px;display:grid}.howwork-module-scss-module__4LMyHa__step+.howwork-module-scss-module__4LMyHa__step{margin-top:18px}.howwork-module-scss-module__4LMyHa__stepIndex{flex-direction:column;align-items:center;gap:12px;display:flex}.howwork-module-scss-module__4LMyHa__stepIndex span{color:#dff6ca;letter-spacing:.08em;background:#163300;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:13px;font-weight:700;display:inline-flex}.howwork-module-scss-module__4LMyHa__progressLine{background:linear-gradient(#5bd30073,#16330014);flex:1;width:2px;min-height:52px}.howwork-module-scss-module__4LMyHa__stepCard{background:linear-gradient(#f8faf5,#f3f7ef);border:1px solid #1633000f;border-radius:22px;gap:16px;padding:18px;display:flex}.howwork-module-scss-module__4LMyHa__icon{background:#9ee77029;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.howwork-module-scss-module__4LMyHa__stepCard h3{margin:0;font-size:22px;line-height:1.12}.howwork-module-scss-module__4LMyHa__stepCard p{color:#666;margin:8px 0 0;font-size:15px;line-height:1.6}.howwork-module-scss-module__4LMyHa__phoneStage{background:radial-gradient(circle at 0 100%,#9ee77024,#0000 26%),linear-gradient(#f5f7f2,#edf2e8);border:1px solid #16330014;border-radius:30px;justify-content:center;align-items:center;min-height:100%;padding:30px 20px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 44px #121b0a14}.howwork-module-scss-module__4LMyHa__stageBadge{color:#163300;z-index:2;background:#ffffffe6;border-radius:999px;padding:10px 14px;font-size:13px;font-weight:700;position:absolute;top:18px;left:18px}.howwork-module-scss-module__4LMyHa__phoneFrame{width:100%;max-width:520px;height:auto}.howwork-module-scss-module__4LMyHa__phoneGif{width:300px;height:300px;position:absolute;bottom:0;left:-20px}.howwork-module-scss-module__4LMyHa__floatingCard{color:#fff;background:#10180cd6;border-radius:999px;align-items:center;gap:8px;padding:12px 14px;font-size:13px;display:inline-flex;position:absolute;box-shadow:0 16px 28px #070d052e}.howwork-module-scss-module__4LMyHa__floatingCardTop{top:92px;right:22px}.howwork-module-scss-module__4LMyHa__floatingCardBottom{bottom:34px;right:28px}.howwork-module-scss-module__4LMyHa__signal{background:#9ee770;border-radius:50%;width:8px;height:8px}@media (max-width:980px){.howwork-module-scss-module__4LMyHa__howSection{grid-template-columns:1fr}.howwork-module-scss-module__4LMyHa__phoneStage{min-height:520px}}@media (max-width:760px){.howwork-module-scss-module__4LMyHa__step{grid-template-columns:1fr}.howwork-module-scss-module__4LMyHa__stepIndex{flex-direction:row;justify-content:flex-start}.howwork-module-scss-module__4LMyHa__progressLine{display:none}.howwork-module-scss-module__4LMyHa__stepCard{padding:16px}.howwork-module-scss-module__4LMyHa__phoneStage{min-height:420px}.howwork-module-scss-module__4LMyHa__phoneGif{width:220px;height:220px;left:-10px}.howwork-module-scss-module__4LMyHa__floatingCard{font-size:12px}}
.travelsection-module-scss-module__laoJ9a__tsection{padding:56px 0;font-family:Outfit,sans-serif}.travelsection-module-scss-module__laoJ9a__travelShell{background:radial-gradient(circle at 100% 0,#9ee77029,#0000 24%),linear-gradient(135deg,#082d00 0%,#123800 50%,#0b2402 100%);border-radius:34px;width:min(1280px,92vw);margin:0 auto;padding:38px;box-shadow:0 28px 60px #0711032e}.travelsection-module-scss-module__laoJ9a__headerRow{grid-template-columns:minmax(0,1fr) 240px;align-items:end;gap:24px;margin-bottom:30px;display:grid}.travelsection-module-scss-module__laoJ9a__headerCopy{flex-direction:column;gap:14px;display:flex}.travelsection-module-scss-module__laoJ9a__kicker{color:#dff6ca;letter-spacing:.08em;text-transform:uppercase;background:#9ee77024;border:1px solid #9ee77047;border-radius:999px;width:fit-content;padding:10px 16px;font-size:13px;font-weight:700;display:inline-flex}.travelsection-module-scss-module__laoJ9a__title{color:#fff;margin:0;font-size:clamp(34px,4.8vw,52px);line-height:1.06}.travelsection-module-scss-module__laoJ9a__subtitle{color:#c9dfc0;max-width:720px;margin:0;font-size:17px;line-height:1.7}.travelsection-module-scss-module__laoJ9a__headerStat{color:#dfead9;background:#ffffff14;border:1px solid #ffffff1a;border-radius:26px;padding:20px}.travelsection-module-scss-module__laoJ9a__headerStat p{color:#c6d7bf;margin:8px 0 0;font-size:14px;line-height:1.55}.travelsection-module-scss-module__laoJ9a__statLabel{color:#b4dfa2;letter-spacing:.1em;text-transform:uppercase;font-size:12px;font-weight:700;display:inline-flex}.travelsection-module-scss-module__laoJ9a__statValue{color:#fff;margin-top:10px;font-size:54px;line-height:1;display:block}.travelsection-module-scss-module__laoJ9a__travelSection{grid-template-columns:minmax(0,1fr) minmax(340px,.92fr);align-items:stretch;gap:30px;display:grid}.travelsection-module-scss-module__laoJ9a__left{flex-direction:column;justify-content:space-between;display:flex}.travelsection-module-scss-module__laoJ9a__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.travelsection-module-scss-module__laoJ9a__item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff14;border-radius:24px;padding:22px 20px}.travelsection-module-scss-module__laoJ9a__itemTop{align-items:center;gap:12px;display:flex}.travelsection-module-scss-module__laoJ9a__num{color:#0d1608;background:#9ee770;border-radius:999px;justify-content:center;align-items:center;min-width:54px;height:34px;padding:0 12px;font-size:13px;font-weight:700;display:inline-flex}.travelsection-module-scss-module__laoJ9a__line{background:#ffffff1f;flex:1;height:1px}.travelsection-module-scss-module__laoJ9a__item h3{color:#fff;margin:16px 0 8px;font-size:22px}.travelsection-module-scss-module__laoJ9a__item p{color:#c5dfc0;margin:0;font-size:15px;line-height:1.6}.travelsection-module-scss-module__laoJ9a__itemMeta{color:#a8d692;letter-spacing:.1em;text-transform:uppercase;margin-top:16px;font-size:12px;font-weight:700;display:inline-flex}.travelsection-module-scss-module__laoJ9a__secureBtn{color:#111;background:#9ee770;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:52px;margin-top:26px;padding:0 28px;font-size:16px;font-weight:700;text-decoration:none;display:inline-flex}.travelsection-module-scss-module__laoJ9a__right{position:relative}.travelsection-module-scss-module__laoJ9a__visualCard{background:linear-gradient(#ffffff1a,#ffffff0a);border:1px solid #ffffff1a;border-radius:30px;height:100%;min-height:680px;position:relative;overflow:hidden}.travelsection-module-scss-module__laoJ9a__visualGlow{filter:blur(20px);z-index:1;background:#9ee77029;border-radius:999px;width:170px;height:170px;position:absolute;inset:auto auto 40px 40px}.travelsection-module-scss-module__laoJ9a__visualBadge{z-index:2;color:#163300;background:#ffffffe0;border-radius:999px;padding:10px 14px;font-size:13px;font-weight:700;position:absolute;top:20px;left:20px}.travelsection-module-scss-module__laoJ9a__desimg,.travelsection-module-scss-module__laoJ9a__mobimg{object-fit:cover;width:100%;height:100%}.travelsection-module-scss-module__laoJ9a__mobimg{display:none}.travelsection-module-scss-module__laoJ9a__tag{z-index:2;color:#fff;background:#10180cd1;border-radius:999px;align-items:center;gap:8px;padding:12px 16px;font-size:14px;display:inline-flex;position:absolute;box-shadow:0 16px 32px #040a0233}.travelsection-module-scss-module__laoJ9a__tagDot{background:#9ee770;border-radius:50%;width:9px;height:9px}.travelsection-module-scss-module__laoJ9a__tag1{top:120px;left:18px}.travelsection-module-scss-module__laoJ9a__tag2{top:220px;right:18px}.travelsection-module-scss-module__laoJ9a__tag3{bottom:28px;left:26px}@media (max-width:1040px){.travelsection-module-scss-module__laoJ9a__headerRow,.travelsection-module-scss-module__laoJ9a__travelSection{grid-template-columns:1fr}.travelsection-module-scss-module__laoJ9a__visualCard{min-height:520px}}@media (max-width:760px){.travelsection-module-scss-module__laoJ9a__travelShell{border-radius:26px;width:94vw;padding:24px 18px}.travelsection-module-scss-module__laoJ9a__list{grid-template-columns:1fr}.travelsection-module-scss-module__laoJ9a__visualCard{min-height:420px}.travelsection-module-scss-module__laoJ9a__desimg{display:none}.travelsection-module-scss-module__laoJ9a__mobimg{display:block}.travelsection-module-scss-module__laoJ9a__tag{padding:10px 14px;font-size:12px}}
.cardSection-module-scss-module__ymAUGG__hbox{padding:56px 0 80px;font-family:Outfit,sans-serif}.cardSection-module-scss-module__ymAUGG__heroBox{background:radial-gradient(circle at 0 100%,#9ee7702e,#0000 24%),linear-gradient(135deg,#0d3d00 0%,#163f06 52%,#0a2501 100%);border-radius:34px;grid-template-columns:minmax(0,1fr) minmax(320px,.86fr);align-items:center;gap:28px;width:min(1280px,92vw);margin:0 auto;padding:34px;display:grid;box-shadow:0 28px 60px #0711032e}.cardSection-module-scss-module__ymAUGG__leftContent{flex-direction:column;gap:16px;display:flex}.cardSection-module-scss-module__ymAUGG__kicker{color:#dff6ca;letter-spacing:.08em;text-transform:uppercase;background:#9ee77024;border:1px solid #9ee77047;border-radius:999px;width:fit-content;padding:10px 16px;font-size:13px;font-weight:700;display:inline-flex}.cardSection-module-scss-module__ymAUGG__left h1{color:#fff;margin:0;font-size:clamp(36px,4.8vw,62px);font-weight:700;line-height:1.02}.cardSection-module-scss-module__ymAUGG__subtitle{color:#d7ead0;margin:0;font-size:24px;line-height:1.4}.cardSection-module-scss-module__ymAUGG__copy{color:#c7ddc1;max-width:620px;margin:0;font-size:17px;line-height:1.7}.cardSection-module-scss-module__ymAUGG__metricRow{grid-template-columns:repeat(2,minmax(0,220px));gap:14px;margin-top:6px;display:grid}.cardSection-module-scss-module__ymAUGG__metricCard{background:#ffffff14;border:1px solid #ffffff14;border-radius:24px;padding:18px 20px}.cardSection-module-scss-module__ymAUGG__metricLabel{color:#bde6a8;letter-spacing:.1em;text-transform:uppercase;font-size:12px;font-weight:700;display:inline-flex}.cardSection-module-scss-module__ymAUGG__metricValue{color:#fff;margin-top:10px;font-size:42px;font-weight:700;line-height:1;display:block}.cardSection-module-scss-module__ymAUGG__btn{color:#111;background:#9ee770;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:54px;margin-top:10px;padding:0 28px;font-size:16px;font-weight:700;text-decoration:none;display:inline-flex}.cardSection-module-scss-module__ymAUGG__visualPanel{min-height:520px;position:relative}.cardSection-module-scss-module__ymAUGG__imageStage{background:linear-gradient(#ffffff1f,#ffffff0a);border:1px solid #ffffff1a;border-radius:30px;justify-content:center;align-items:flex-end;height:100%;min-height:520px;display:flex;position:relative;overflow:hidden}.cardSection-module-scss-module__ymAUGG__heroImage{object-fit:cover;width:100%;height:100%}.cardSection-module-scss-module__ymAUGG__floatingChip{color:#163300;background:#ffffffeb;border-radius:999px;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:700;display:inline-flex;position:absolute;box-shadow:0 16px 28px #070d052e}.cardSection-module-scss-module__ymAUGG__chipDot{background:#5bd300;border-radius:50%;width:9px;height:9px}.cardSection-module-scss-module__ymAUGG__chipTop{top:24px;left:24px}.cardSection-module-scss-module__ymAUGG__chipBottom{bottom:28px;right:24px}@media (max-width:980px){.cardSection-module-scss-module__ymAUGG__heroBox{grid-template-columns:1fr}.cardSection-module-scss-module__ymAUGG__metricRow{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.cardSection-module-scss-module__ymAUGG__heroBox{border-radius:26px;width:94vw;padding:22px 18px}.cardSection-module-scss-module__ymAUGG__subtitle{font-size:19px}.cardSection-module-scss-module__ymAUGG__copy{font-size:15px}.cardSection-module-scss-module__ymAUGG__metricRow{grid-template-columns:1fr}.cardSection-module-scss-module__ymAUGG__visualPanel,.cardSection-module-scss-module__ymAUGG__imageStage{min-height:380px}.cardSection-module-scss-module__ymAUGG__floatingChip{padding:10px 14px;font-size:12px}}
.communityBanner-module-scss-module__07TaKW__bannerSection{width:100%;position:relative;overflow:hidden}.communityBanner-module-scss-module__07TaKW__bannerSection:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(52.99% 100% at 50% 100%,#9ee7708c 0%,#9ee77000 100%);position:absolute;inset:0}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__container{z-index:1;align-items:center;gap:40px;width:85%;min-height:520px;margin:0 auto;padding:40px 0;display:flex;position:relative}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__content{flex-direction:column;flex:50%;gap:16px;display:flex}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__content .communityBanner-module-scss-module__07TaKW__greenDiv{background:linear-gradient(90deg,#9ee77029 0%,#9ee77014 100%);border:1px solid #9ee7704d;border-radius:20px;align-items:center;gap:10px;width:fit-content;height:40px;padding-right:18px;display:inline-flex}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__content .communityBanner-module-scss-module__07TaKW__greenDiv .communityBanner-module-scss-module__07TaKW__circle{justify-content:center;align-items:center;width:40px;height:40px;display:flex}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__content .communityBanner-module-scss-module__07TaKW__greenDiv .communityBanner-module-scss-module__07TaKW__greenText{margin:0;font-size:15px;font-weight:400}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__content .communityBanner-module-scss-module__07TaKW__heading{letter-spacing:-1px;margin:0;font-size:56px;font-weight:700;line-height:1.15}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__content .communityBanner-module-scss-module__07TaKW__desc{color:#6d686a;max-width:480px;margin:0;font-size:20px;font-weight:300;line-height:1.5}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__content .communityBanner-module-scss-module__07TaKW__btnDiv{gap:14px;margin-top:8px;display:flex}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__content .communityBanner-module-scss-module__07TaKW__btnDiv .communityBanner-module-scss-module__07TaKW__greenBtn{color:#163300;cursor:pointer;background:#9ee770;border:none;border-radius:30px;padding:14px 32px;font-size:16px;font-weight:500;transition:background .2s}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__content .communityBanner-module-scss-module__07TaKW__btnDiv .communityBanner-module-scss-module__07TaKW__greenBtn:hover{background:#7ccf3c}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__content .communityBanner-module-scss-module__07TaKW__btnDiv .communityBanner-module-scss-module__07TaKW__whiteBtn{color:#111;cursor:pointer;background-color:#9ee77026;border:1px solid #84d257;border-radius:30px;padding:14px 32px;font-size:16px;font-weight:500;transition:background .2s}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__content .communityBanner-module-scss-module__07TaKW__btnDiv .communityBanner-module-scss-module__07TaKW__whiteBtn:hover{background-color:#9ee7704d}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__galleryDiv{border-radius:20px;flex:0 0 46%;gap:14px;height:520px;display:flex;overflow:hidden;-webkit-mask-image:linear-gradient(#0000 0%,#000 12% 88%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 12% 88%,#0000 100%)}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__galleryDiv .communityBanner-module-scss-module__07TaKW__galleryCol{flex-direction:column;flex:1;display:flex;overflow:hidden}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__galleryDiv .communityBanner-module-scss-module__07TaKW__scrollTrackUp{flex-direction:column;gap:14px;animation:16s linear infinite communityBanner-module-scss-module__07TaKW__scrollUp;display:flex}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__galleryDiv .communityBanner-module-scss-module__07TaKW__scrollTrackUp:hover{animation-play-state:paused}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__galleryDiv .communityBanner-module-scss-module__07TaKW__scrollTrackDown{flex-direction:column;gap:14px;animation:18s linear infinite communityBanner-module-scss-module__07TaKW__scrollDown;display:flex}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__galleryDiv .communityBanner-module-scss-module__07TaKW__scrollTrackDown:hover{animation-play-state:paused}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__personCard{background:#fff;border:1px solid #ebebeb;border-radius:18px;flex-shrink:0;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000f}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__personCard:hover{transform:scale(1.02);box-shadow:0 8px 28px #0000001f}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__personCard .communityBanner-module-scss-module__07TaKW__personImgWrapper{width:100%}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__personCard .communityBanner-module-scss-module__07TaKW__personImgWrapper .communityBanner-module-scss-module__07TaKW__personImg{object-fit:cover;width:100%!important;height:180px!important;display:block!important}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__personCard .communityBanner-module-scss-module__07TaKW__personInfo{flex-direction:column;gap:2px;padding:8px 12px 30px;display:flex}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__personCard .communityBanner-module-scss-module__07TaKW__personInfo .communityBanner-module-scss-module__07TaKW__personName{color:#181818;font-size:13px;font-weight:700}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__personCard .communityBanner-module-scss-module__07TaKW__personInfo .communityBanner-module-scss-module__07TaKW__personLabel{color:#767676;font-size:11px}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__personCard .communityBanner-module-scss-module__07TaKW__verifiedTick{align-items:center;display:flex;position:absolute;bottom:10px;right:10px}@keyframes communityBanner-module-scss-module__07TaKW__scrollUp{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes communityBanner-module-scss-module__07TaKW__scrollDown{0%{transform:translateY(-50%)}to{transform:translateY(0)}}@media (max-width:900px){.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__container{width:90%;min-height:unset;flex-direction:column;gap:20px;padding:30px 0}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__content{text-align:center;align-items:center;width:100%}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__content .communityBanner-module-scss-module__07TaKW__greenDiv .communityBanner-module-scss-module__07TaKW__greenText{font-size:12px}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__content .communityBanner-module-scss-module__07TaKW__heading{letter-spacing:-.5px;font-size:30px}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__content .communityBanner-module-scss-module__07TaKW__desc{font-size:16px}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__content .communityBanner-module-scss-module__07TaKW__btnDiv{flex-direction:column;width:100%}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__content .communityBanner-module-scss-module__07TaKW__btnDiv .communityBanner-module-scss-module__07TaKW__greenBtn,.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__content .communityBanner-module-scss-module__07TaKW__btnDiv .communityBanner-module-scss-module__07TaKW__whiteBtn{width:100%;padding:14px}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__galleryDiv{flex:unset;border-radius:16px;flex-direction:column;width:100%;height:325px;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 8% 92%,#0000 100%)}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__galleryDiv .communityBanner-module-scss-module__07TaKW__galleryCol{flex-direction:row}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__galleryDiv .communityBanner-module-scss-module__07TaKW__scrollTrackUp{flex-direction:row;animation:12s linear infinite communityBanner-module-scss-module__07TaKW__scrollLeft}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__galleryDiv .communityBanner-module-scss-module__07TaKW__scrollTrackUp:hover{animation-play-state:paused}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__galleryDiv .communityBanner-module-scss-module__07TaKW__scrollTrackDown{flex-direction:row;animation:14s linear infinite reverse communityBanner-module-scss-module__07TaKW__scrollLeft}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__galleryDiv .communityBanner-module-scss-module__07TaKW__scrollTrackDown:hover{animation-play-state:paused}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__personCard{flex-shrink:0;width:130px}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__personCard .communityBanner-module-scss-module__07TaKW__personImgWrapper .communityBanner-module-scss-module__07TaKW__personImg{height:110px!important}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__personCard .communityBanner-module-scss-module__07TaKW__personInfo{padding:6px 8px 24px}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__personCard .communityBanner-module-scss-module__07TaKW__personInfo .communityBanner-module-scss-module__07TaKW__personName{font-size:11px}.communityBanner-module-scss-module__07TaKW__bannerSection .communityBanner-module-scss-module__07TaKW__personCard .communityBanner-module-scss-module__07TaKW__personInfo .communityBanner-module-scss-module__07TaKW__personLabel{font-size:9px}}@keyframes communityBanner-module-scss-module__07TaKW__scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}
