.animShowcaseGrid{grid-template-columns:repeat(4,1fr);gap:1rem;width:100%;padding:.5rem 0;display:grid}.animShowcaseItem{aspect-ratio:1;-webkit-backdrop-filter:blur(12px);background:#fff3;border:1px solid #ffffff59;border-radius:14px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #0000000f,inset 0 1px #ffffff4d}.hdButton{text-align:center;cursor:pointer;filter:url(#handDrawnNoise);-webkit-user-select:none;user-select:none;color:#1a1a1a;background-color:#0000;border-width:0;border-radius:1rem;align-items:center;padding:.8em 1em;font-family:Courier New,monospace;font-size:1rem;font-weight:700;line-height:1;transition:all .3s ease-in-out;animation:1s ease-in-out infinite hdIdle;display:inline-flex;position:relative;box-shadow:2px 2px 0 1px #3336}.hdButton .hdHighlight{fill:#ff3c3c66;stroke:#ff3c3c80;stroke-width:10px;stroke-linecap:round;pointer-events:none;stroke-dasharray:1000;stroke-dashoffset:1000px;width:100%;height:100%;transition:stroke-dashoffset .5s ease-in-out;position:absolute;top:0;left:0}.hdButton .hdCosm{fill:#3336;width:80px;height:80px;transition:all .3s ease-out;position:absolute;translate:calc(18px - 100%) 1.2rem;scale:.4}@keyframes hdIdle{0%{filter:url(#handDrawnNoise)}50%{filter:url(#handDrawnNoise2);rotate:2.5deg}to{filter:url(#handDrawnNoise)}}.hdButton:hover{animation:2.5s ease-in-out infinite hdHover;rotate:-2.5deg}.hdButton:hover .hdHighlight{stroke-dashoffset:0}.hdButton:active .hdHighlight{stroke-dashoffset:1000px;stroke:#0c66;animation:5s infinite hdHighlightAnim,.5s forwards hdCol}@keyframes hdCol{0%{stroke:#ff3c3c80}to{stroke:#00c86499}}@keyframes hdHighlightAnim{0%{stroke-dashoffset:0}25%{stroke-dashoffset:1000px}50%{stroke-dashoffset:1000px}to{stroke-dashoffset:0}}@keyframes hdHover{0%{filter:url(#handDrawnNoise);translate:0;rotate:none}25%{filter:url(#handDrawnNoise2);translate:0 -2px;rotate:-1deg}50%{filter:url(#handDrawnNoise);translate:0 2px;rotate:none}75%{filter:url(#handDrawnNoise2);translate:0 -2px;rotate:-1deg}to{filter:url(#handDrawnNoise);translate:0;rotate:none}}.hdButton:hover .hdCosm{translate:calc(10px - 100%) .9rem;rotate:-15deg}.hdButton:active .hdCosm{fill:#333333f1;animation:none;translate:calc(28px - 100%) .8rem;rotate:-135deg}.hdButton:active{animation:1s ease-in-out infinite hdActive;rotate:-2.5deg;box-shadow:inset 2px 2px 0 1px #333333f1}@keyframes hdActive{0%{filter:url(#handDrawnNoiset);translate:0 -1px}25%{rotate:-3deg}50%{filter:url(#handDrawnNoiset2);translate:0 1px}66%{rotate:1.5deg}to{filter:url(#handDrawnNoiset);translate:0 -1px}}.hdCheckbox{justify-content:center;align-items:center;display:flex;position:relative}.hdCheckbox input[type=checkbox]{visibility:hidden;display:none}.hdCheckbox .cbLabel{cursor:pointer;color:#1a1a1a;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;font-family:Courier New,monospace;font-size:1rem;font-weight:700;display:flex}.hdCheckbox .cbLabel svg{vertical-align:middle}.hdCheckbox .cbPath{stroke-dasharray:400;stroke-dashoffset:400px;opacity:0;transition:stroke-dashoffset .5s}.hdCheckbox input:checked+.cbLabel .cbPath{stroke-dashoffset:0;opacity:1}.theme-switch{--toggle-size:16px;--container-width:5.625em;--container-height:2.5em;--container-radius:6.25em;--container-light-bg:#3d7eae;--container-night-bg:#1d1f2c;--circle-container-diameter:3.375em;--sun-moon-diameter:2.125em;--sun-bg:#ecca2f;--moon-bg:#c4c9d1;--spot-color:#959db1;--circle-container-offset:calc((var(--circle-container-diameter) - var(--container-height))/2*-1);--stars-color:#fff;--clouds-color:#f3fdff;--back-clouds-color:#aacadf;--transition:.5s cubic-bezier(0,-.02,.4,1.25);--circle-transition:.3s cubic-bezier(0,-.02,.35,1.17)}.theme-switch,.theme-switch *,.theme-switch :before,.theme-switch :after{box-sizing:border-box;font-size:var(--toggle-size);margin:0;padding:0}.theme-switch__container{width:var(--container-width);height:var(--container-height);background-color:var(--container-light-bg);border-radius:var(--container-radius);cursor:pointer;transition:var(--transition);position:relative;overflow:hidden;box-shadow:0 -.062em .062em #00000040,0 .062em .125em #fffffff0}.theme-switch__container:before{content:"";z-index:1;border-radius:var(--container-radius);position:absolute;inset:0;box-shadow:inset 0 .05em .187em #00000040,inset 0 .05em .187em #00000040}.theme-switch__checkbox{display:none}.theme-switch__circle-container{width:var(--circle-container-diameter);height:var(--circle-container-diameter);left:var(--circle-container-offset);top:var(--circle-container-offset);border-radius:var(--container-radius);transition:var(--circle-transition);pointer-events:none;background-color:#ffffff1a;display:flex;position:absolute;box-shadow:inset 0 0 0 3.375em #ffffff1a,inset 0 0 0 3.375em #ffffff1a,0 0 0 .625em #ffffff1a,0 0 0 1.25em #ffffff1a}.theme-switch__sun-moon-container{pointer-events:auto;z-index:2;width:var(--sun-moon-diameter);height:var(--sun-moon-diameter);border-radius:var(--container-radius);background-color:var(--sun-bg);filter:drop-shadow(.062em .125em .125em #00000040)drop-shadow(0 .062em .125em #00000040);transition:var(--transition);margin:auto;position:relative;overflow:hidden;box-shadow:inset .062em .062em .062em 0 #feffef9c,inset 0 -.062em .062em 0 #a1872a}.theme-switch__moon{background-color:var(--moon-bg);border-radius:inherit;width:100%;height:100%;transition:var(--transition);position:relative;transform:translate(100%);box-shadow:inset .062em .062em .062em 0 #feffef9c,inset 0 -.062em .062em 0 #969696}.theme-switch__spot{border-radius:var(--container-radius);background-color:var(--spot-color);width:.75em;height:.75em;position:absolute;top:.75em;left:.312em;box-shadow:inset 0 .0312em .062em #00000040}.theme-switch__spot:nth-of-type(2){width:.375em;height:.375em;top:.937em;left:1.375em}.theme-switch__spot:nth-last-of-type(3){width:.25em;height:.25em;top:.312em;left:.812em}.theme-switch__clouds{background-color:var(--clouds-color);border-radius:var(--container-radius);width:1.25em;height:1.25em;box-shadow:.937em .312em var(--clouds-color),-.312em -.312em var(--back-clouds-color),1.437em .375em var(--clouds-color),.5em -.125em var(--back-clouds-color),2.187em 0 var(--clouds-color),1.25em -.062em var(--back-clouds-color),2.937em .312em var(--clouds-color),2em -.312em var(--back-clouds-color),3.625em -.062em var(--clouds-color),2.625em 0em var(--back-clouds-color),4.5em -.312em var(--clouds-color),3.375em -.437em var(--back-clouds-color),4.625em -1.75em 0 .437em var(--clouds-color),4em -.625em var(--back-clouds-color),4.125em -2.125em 0 .437em var(--back-clouds-color);transition:all .5s cubic-bezier(0,-.02,.4,1.25);position:absolute;bottom:-.625em;left:.312em}.theme-switch__stars-container{color:var(--stars-color);width:2.75em;height:auto;transition:var(--transition);position:absolute;top:-100%;left:.312em}.theme-switch__checkbox:checked+.theme-switch__container{background-color:var(--container-night-bg)}.theme-switch__checkbox:checked+.theme-switch__container .theme-switch__circle-container{left:calc(100% - var(--circle-container-offset) - var(--circle-container-diameter))}.theme-switch__checkbox:checked+.theme-switch__container .theme-switch__circle-container:hover{left:calc(100% - var(--circle-container-offset) - var(--circle-container-diameter) - .187em)}.theme-switch__circle-container:hover{left:calc(var(--circle-container-offset) + .187em)}.theme-switch__checkbox:checked+.theme-switch__container .theme-switch__moon{transform:translate(0)}.theme-switch__checkbox:checked+.theme-switch__container .theme-switch__clouds{bottom:-4.062em}.theme-switch__checkbox:checked+.theme-switch__container .theme-switch__stars-container{top:50%;transform:translateY(-50%)}.rating{flex-direction:row-reverse;justify-content:center;align-items:center;gap:2px;display:flex}.rating>label{margin-right:2px}.rating:not(:checked)>input{display:none}.rating:not(:checked)>label{cursor:pointer;font-size:18px}.rating:not(:checked)>label>svg{fill:#666;transition:fill .3s,transform .3s}.rating>input:checked~label>svg{fill:red;transform:scale(1.1)}.rating:not(:checked)>label:hover~label>svg,.rating:not(:checked)>label:hover>svg{fill:#ff1a1a;transform:scale(1.05)}#heart1:checked~label>svg{fill:red}#heart2:checked~label>svg{fill:#ff4d00}#heart3:checked~label>svg{fill:#f90}#heart4:checked~label>svg{fill:#cf0}#heart5:checked~label>svg{fill:#6f0}#heart6:checked~label>svg{fill:#00ff4d}#heart7:checked~label>svg{fill:#0f9}#heart8:checked~label>svg{fill:#0cf}#heart9:checked~label>svg{fill:#0059ff}#heart10:checked~label>svg{fill:#90f}#heart1:hover~label>svg,#heart1:hover>svg{fill:#e60000!important}#heart2:hover~label>svg,#heart2:hover>svg{fill:#e66a00!important}#heart3:hover~label>svg,#heart3:hover>svg{fill:#e6b600!important}#heart4:hover~label>svg,#heart4:hover>svg{fill:#a6e600!important}#heart5:hover~label>svg,#heart5:hover>svg{fill:#00e600!important}#heart6:hover~label>svg,#heart6:hover>svg{fill:#00b3e6!important}#heart7:hover~label>svg,#heart7:hover>svg{fill:#00e6b3!important}#heart8:hover~label>svg,#heart8:hover>svg{fill:#00e6e6!important}#heart9:hover~label>svg,#heart9:hover>svg{fill:#0066e6!important}#heart10:hover~label>svg,#heart10:hover>svg{fill:#6600e6!important}.rktWrap{width:100%;height:100%;position:relative;overflow:hidden;transform:scale(.7)}.rktLoader{margin-left:-30px;animation:.4s linear infinite rktSpeeder;position:absolute;top:50%;left:50%}.rktLoader>span{background:#000;border-radius:2px 10px 1px 0;width:35px;height:5px;position:absolute;top:-19px;left:60px}.rktBase span{border-top:6px solid #0000;border-bottom:6px solid #0000;border-right:100px solid #000;width:0;height:0;position:absolute}.rktBase span:before{content:"";background:#000;border-radius:50%;width:22px;height:22px;position:absolute;top:-16px;right:-110px}.rktBase span:after{content:"";border-top:0 solid #0000;border-bottom:16px solid #0000;border-right:55px solid #000;width:0;height:0;position:absolute;top:-16px;right:-98px}.rktFace{background:#000;border-radius:20px 20px 0 0;width:20px;height:12px;position:absolute;top:-15px;right:-125px;transform:rotate(-40deg)}.rktFace:after{content:"";transform-origin:50%;background:#000;border-radius:0 0 0 2px;width:12px;height:12px;position:absolute;top:7px;right:4px;transform:rotate(40deg)}.rktLoader>span>span:first-child,.rktLoader>span>span:nth-child(2),.rktLoader>span>span:nth-child(3),.rktLoader>span>span:nth-child(4){background:#000;width:30px;height:1px;animation:.2s linear infinite rktFazer1;position:absolute}.rktLoader>span>span:nth-child(2){animation:.4s linear infinite rktFazer2;top:3px}.rktLoader>span>span:nth-child(3){animation:.4s linear -1s infinite rktFazer3;top:1px}.rktLoader>span>span:nth-child(4){animation:1s linear -1s infinite rktFazer4;top:4px}@keyframes rktFazer1{0%{left:0}to{opacity:0;left:-80px}}@keyframes rktFazer2{0%{left:0}to{opacity:0;left:-100px}}@keyframes rktFazer3{0%{left:0}to{opacity:0;left:-50px}}@keyframes rktFazer4{0%{left:0}to{opacity:0;left:-150px}}@keyframes rktSpeeder{0%{transform:translate(2px,1px)rotate(0)}10%{transform:translate(-1px,-3px)rotate(-1deg)}20%{transform:translate(-2px)rotate(1deg)}30%{transform:translate(1px,2px)rotate(0)}40%{transform:translate(1px,-1px)rotate(1deg)}50%{transform:translate(-1px,3px)rotate(-1deg)}60%{transform:translate(-1px,1px)rotate(0)}70%{transform:translate(3px,1px)rotate(-1deg)}80%{transform:translate(-2px,-1px)rotate(1deg)}90%{transform:translate(2px,1px)rotate(0)}to{transform:translate(1px,-2px)rotate(-1deg)}}.rktLongfazers{width:100%;height:100%;position:absolute}.rktLongfazers span{background:#000;width:20%;height:2px;position:absolute}.rktLongfazers span:first-child{animation:.6s linear -5s infinite rktLf;top:20%}.rktLongfazers span:nth-child(2){animation:.8s linear -1s infinite rktLf2;top:40%}.rktLongfazers span:nth-child(3){animation:.6s linear infinite rktLf3;top:60%}.rktLongfazers span:nth-child(4){animation:.5s linear -3s infinite rktLf4;top:80%}@keyframes rktLf{0%{left:200%}to{opacity:0;left:-200%}}@keyframes rktLf2{0%{left:200%}to{opacity:0;left:-200%}}@keyframes rktLf3{0%{left:200%}to{opacity:0;left:-100%}}@keyframes rktLf4{0%{left:200%}to{opacity:0;left:-100%}}.wlkWrap{width:100%;height:100%;position:relative;overflow:hidden;transform:scale(.35)}.wlkLoader{width:200px;height:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wlkLoader svg{position:absolute;top:0;left:0}.wlkHead{z-index:3;animation:1s ease-in infinite wlkBob;translate:27px -30px}.wlkBod{z-index:3;animation:1s ease-in-out infinite wlkBob;translate:0 30px}.wlkLegr{z-index:0;animation:1s ease-in .45s infinite wlkRstep;translate:75px 135px}.wlkLegl{z-index:3;animation:1s ease-in infinite wlkLstep;translate:30px 155px}@keyframes wlkBob{0%{transform:translateY(0)rotate(3deg)}5%{transform:translateY(0)rotate(3deg)}25%{transform:translateY(5px)rotate(0)}50%{transform:translateY(0)rotate(-3deg)}70%{transform:translateY(5px)rotate(0)}to{transform:translateY(0)rotate(3deg)}}@keyframes wlkLstep{0%{transform:translateY(0)rotate(-5deg)}33%{transform:translateY(-15px)translate(32px)rotate(35deg)}66%{transform:translateY(0)translate(25px)rotate(-25deg)}to{transform:translateY(0)rotate(-5deg)}}@keyframes wlkRstep{0%{transform:translateY(0)translate(0)rotate(-5deg)}33%{transform:translateY(-10px)translate(30px)rotate(35deg)}66%{transform:translateY(0)translate(20px)rotate(-25deg)}to{transform:translateY(0)translate(0)rotate(-5deg)}}.wlkGnd{z-index:-1;filter:blur(.5px)drop-shadow(1px 3px 5px #000);opacity:.25;animation:5s linear infinite wlkScroll;translate:-140px;rotate:10deg}@keyframes wlkScroll{0%{opacity:0;transform:translateY(25px)translate(50px)}33%{opacity:.25}66%{opacity:.25}to{opacity:0;transform:translateY(-50px)translate(-100px)}}.icoCardWrap{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.icoWheel{width:120px;height:120px;position:relative}.icoCircle{cursor:pointer;background:#ffffff40;border-radius:50%;justify-content:center;align-items:center;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;box-shadow:inset 0 0 8px #f8f8f840,0 16px 12px -8px #0006}.icoCircle svg{transition:all .5s cubic-bezier(.4,0,.2,1);display:block}.icoPos0{z-index:5;width:44px;height:44px;top:50%;left:50%;transform:translate(-50%,-50%)}.icoPos0 svg{width:22px;height:22px}.icoPos1{z-index:3;opacity:.7;background:#ffffff26;width:28px;height:28px;top:8px;left:75px}.icoPos1 svg{width:14px;height:14px}.icoPos2{z-index:2;opacity:.5;background:#ffffff1a;width:24px;height:24px;top:80px;left:85px}.icoPos2 svg{width:12px;height:12px}.icoPos3{z-index:2;opacity:.5;background:#ffffff1a;width:24px;height:24px;top:80px;left:12px}.icoPos3 svg{width:12px;height:12px}.icoPos4{z-index:3;opacity:.7;background:#ffffff26;width:28px;height:28px;top:8px;left:18px}.icoPos4 svg{width:14px;height:14px}.txtLd{--tl-size:3.5em;--tl-text:#000;--tl-shine:#00000040;--tl-shadow:#888;-webkit-user-select:none;user-select:none;font-size:var(--tl-size);text-transform:uppercase;color:var(--tl-text);width:7.3em;height:1em;filter:drop-shadow(0 0 .05em var(--tl-shine));justify-content:center;align-items:center;font-weight:900;display:flex;position:relative;overflow:hidden}.txtLd .tlTxt{text-align:center;white-space:nowrap;justify-content:center;align-items:center;display:flex;position:absolute;overflow:hidden}.txtLd .tlTxt:first-child{clip-path:polygon(0% 0%,11.11% 0%,11.11% 100%,0% 100%);font-size:calc(var(--tl-size)/20);opacity:.6;margin-left:-2.1em}.txtLd .tlTxt:nth-child(2){clip-path:polygon(11.11% 0%,22.22% 0%,22.22% 100%,11.11% 100%);font-size:calc(var(--tl-size)/16);opacity:.7;margin-left:-.98em}.txtLd .tlTxt:nth-child(3){clip-path:polygon(22.22% 0%,33.33% 0%,33.33% 100%,22.22% 100%);font-size:calc(var(--tl-size)/13);opacity:.8;margin-left:-.33em}.txtLd .tlTxt:nth-child(4){clip-path:polygon(33.33% 0%,44.44% 0%,44.44% 100%,33.33% 100%);font-size:calc(var(--tl-size)/11);opacity:.9;margin-left:-.05em}.txtLd .tlTxt:nth-child(5){clip-path:polygon(44.44% 0%,55.55% 0%,55.55% 100%,44.44% 100%);font-size:calc(var(--tl-size)/10);opacity:1;margin-left:0}.txtLd .tlTxt:nth-child(6){clip-path:polygon(55.55% 0%,66.66% 0%,66.66% 100%,55.55% 100%);font-size:calc(var(--tl-size)/11);opacity:.9;margin-left:.05em}.txtLd .tlTxt:nth-child(7){clip-path:polygon(66.66% 0%,77.77% 0%,77.77% 100%,66.66% 100%);font-size:calc(var(--tl-size)/13);opacity:.8;margin-left:.33em}.txtLd .tlTxt:nth-child(8){clip-path:polygon(77.77% 0%,88.88% 0%,88.88% 100%,77.77% 100%);font-size:calc(var(--tl-size)/16);opacity:.7;margin-left:.98em}.txtLd .tlTxt:nth-child(9){clip-path:polygon(88.88% 0%,100% 0%,100% 100%,88.88% 100%);font-size:calc(var(--tl-size)/20);opacity:.6;margin-left:2.1em}.txtLd .tlTxt span{animation:2s cubic-bezier(.1,.6,.9,.4) infinite tlScroll,2s cubic-bezier(.1,.6,.9,.4) infinite tlShadow}.txtLd .tlTxt:first-child span{background:linear-gradient(to right,var(--tl-text)4%,var(--tl-shadow)7%);color:#0000;background-size:200%;-webkit-background-clip:text;background-clip:text}.txtLd .tlTxt:nth-child(2) span{background:linear-gradient(to right,var(--tl-text)9%,var(--tl-shadow)13%);color:#0000;background-size:200%;-webkit-background-clip:text;background-clip:text}.txtLd .tlTxt:nth-child(3) span{background:linear-gradient(to right,var(--tl-text)15%,var(--tl-shadow)18%);color:#0000;background-size:200%;-webkit-background-clip:text;background-clip:text}.txtLd .tlTxt:nth-child(4) span{background:linear-gradient(to right,var(--tl-text)20%,var(--tl-shadow)23%);color:#0000;background-size:200%;-webkit-background-clip:text;background-clip:text}.txtLd .tlTxt:nth-child(6) span{background:linear-gradient(to right,var(--tl-shadow)29%,var(--tl-text)32%);color:#0000;background-size:200%;-webkit-background-clip:text;background-clip:text}.txtLd .tlTxt:nth-child(7) span{background:linear-gradient(to right,var(--tl-shadow)34%,var(--tl-text)37%);color:#0000;background-size:200%;-webkit-background-clip:text;background-clip:text}.txtLd .tlTxt:nth-child(8) span{background:linear-gradient(to right,var(--tl-shadow)39%,var(--tl-text)42%);color:#0000;background-size:200%;-webkit-background-clip:text;background-clip:text}.txtLd .tlTxt:nth-child(9) span{background:linear-gradient(to right,var(--tl-shadow)45%,var(--tl-text)48%);color:#0000;background-size:200%;-webkit-background-clip:text;background-clip:text}.txtLd .tlLine{height:.05em;width:calc(var(--tl-size)/2);border-radius:.05em;justify-content:center;align-items:center;margin-top:.9em;display:flex;position:relative;overflow:hidden}.txtLd .tlLine:before{content:"";background-color:var(--tl-text);opacity:.3;width:100%;height:100%;position:absolute}.txtLd .tlLine:after{content:"";background-color:var(--tl-text);border-radius:.05em;width:100%;height:100%;animation:2s cubic-bezier(.5,.8,.5,.2) infinite tlWobble;position:absolute;transform:translate(-90%)}@keyframes tlWobble{0%{transform:translate(-90%)}50%{transform:translate(90%)}to{transform:translate(-90%)}}@keyframes tlScroll{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes tlShadow{0%{background-position:-98% 0}to{background-position:102% 0}}
.WhyUs-module__U6xvIG__whyUs{z-index:2;padding:var(--space-section)var(--content-padding);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative}.WhyUs-module__U6xvIG__themeCool{--color-parchment:#e4e2df;--color-parchment-dark:#d8d6d3;--color-paper:#eceae7}.WhyUs-module__U6xvIG__themeCool .WhyUs-module__U6xvIG__tabIconWrap{background:#e4e2df}.WhyUs-module__U6xvIG__themeCool .WhyUs-module__U6xvIG__phoneMockup{background:#eceae7;border-color:#d0cecc}.WhyUs-module__U6xvIG__themeCool .WhyUs-module__U6xvIG__phoneStatusBar{background:#e4e2df}.WhyUs-module__U6xvIG__inner{max-width:var(--content-max-width);padding:var(--space-lg)clamp(1.5rem,4vw,3rem);width:100%;margin:0 auto}.WhyUs-module__U6xvIG__label{font-family:var(--font-primary);font-size:var(--font-size-caption);font-weight:var(--font-weight-medium);text-transform:uppercase;letter-spacing:.2em;color:var(--color-ink-muted);margin-bottom:var(--space-sm);text-align:center;display:block}.WhyUs-module__U6xvIG__headline{font-family:var(--font-primary);font-size:clamp(2.2rem,4vw,3.2rem);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight);letter-spacing:-.02em;max-width:760px;margin-bottom:var(--space-xs);text-align:center;color:var(--color-ink);margin-left:auto;margin-right:auto}.WhyUs-module__U6xvIG__subline{font-family:var(--font-primary);font-size:clamp(.88rem,1.2vw,1.05rem);font-weight:var(--font-weight-light);line-height:var(--line-height-body);color:var(--color-ink-soft);max-width:520px;margin-bottom:var(--space-lg);text-align:center;margin-left:auto;margin-right:auto}.WhyUs-module__U6xvIG__demoGrid{gap:var(--space-md);flex-direction:column;display:flex}.WhyUs-module__U6xvIG__tabPanel{scrollbar-width:none;flex-direction:row;gap:.5rem;padding-bottom:.75rem;display:flex;overflow-x:auto}.WhyUs-module__U6xvIG__tabPanel::-webkit-scrollbar{display:none}.WhyUs-module__U6xvIG__tab{cursor:pointer;text-align:left;min-width:220px;font-family:var(--font-primary);background:0 0;border:1px solid #0000;align-items:center;gap:.75rem;padding:1rem 1.25rem;transition:background-color .3s,border-color .3s,box-shadow .3s;display:flex}.WhyUs-module__U6xvIG__tab:hover{background:var(--color-parchment-dark)}.WhyUs-module__U6xvIG__tabActive{background:var(--color-parchment-dark);border:1px solid #ffffff80;box-shadow:.6em .6em 1.4em #00000014,-.4em -.4em 1em #ffffff80}.WhyUs-module__U6xvIG__tabActive:hover{background:var(--color-parchment-dark)}.WhyUs-module__U6xvIG__tabIconWrap{background:var(--color-parchment);border:1px solid #0000000f;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:background-color .3s;display:flex}.WhyUs-module__U6xvIG__tabActive .WhyUs-module__U6xvIG__tabIconWrap{background:var(--color-ink)}.WhyUs-module__U6xvIG__tabIcon{width:1.25rem;height:1.25rem;color:var(--color-ink-muted)}.WhyUs-module__U6xvIG__tabActive .WhyUs-module__U6xvIG__tabIcon{color:var(--color-parchment)}.WhyUs-module__U6xvIG__tabLabel{font-size:clamp(.85rem,1.1vw,1rem);font-weight:var(--font-weight-semibold);color:var(--color-ink);line-height:var(--line-height-snug)}.WhyUs-module__U6xvIG__tabDesc{font-size:var(--font-size-caption);font-weight:var(--font-weight-light);color:var(--color-ink-muted);margin-top:.15rem;display:none}.WhyUs-module__U6xvIG__mockupContainer{justify-content:center;width:100%;display:flex}.WhyUs-module__U6xvIG__phoneMockup{border:3px solid var(--color-parchment-dark);background:var(--color-paper);flex-direction:column;width:100%;display:flex;position:relative;overflow:hidden;box-shadow:8px 8px 24px #0000001f,-4px -4px 12px #ffffff80}@media (max-width:1023px){.WhyUs-module__U6xvIG__phoneMockup{aspect-ratio:auto;border-left:none;border-right:none;border-top:1px solid var(--color-parchment-dark);border-bottom:1px solid var(--color-parchment-dark);border-radius:0;width:100vw;max-width:100vw;min-height:550px;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);box-shadow:0 12px 32px #00000014,0 2px 8px #0000000a}}.WhyUs-module__U6xvIG__phoneStatusBar{background:var(--color-parchment);border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;padding:.5rem 1rem;display:flex}.WhyUs-module__U6xvIG__phoneStatusLabel{font-size:.625rem;font-weight:var(--font-weight-medium);color:var(--color-ink);letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:.4rem;display:flex}.WhyUs-module__U6xvIG__phoneStatusIcon{object-fit:contain;width:18px;height:18px}.WhyUs-module__U6xvIG__phoneStatusDots{gap:.25rem;display:flex}.WhyUs-module__U6xvIG__phoneStatusDot{background:var(--color-ink-muted);border-radius:50%;width:5px;height:5px}.WhyUs-module__U6xvIG__mockupImageWrap{flex-grow:1;width:100%;min-height:400px;position:relative}.WhyUs-module__U6xvIG__mockupImage{object-fit:cover;object-position:top center}.WhyUs-module__U6xvIG__chatArea{flex-direction:column;flex-grow:1;justify-content:flex-end;gap:.75rem;min-height:400px;padding:1rem;display:flex;overflow:hidden}.WhyUs-module__U6xvIG__calendarMockupWrap{background:var(--color-paper);flex-direction:column;flex-grow:1;width:100%;min-height:400px;padding:1rem 0;display:flex}.WhyUs-module__U6xvIG__calendarHeader{justify-content:space-between;align-items:center;padding:0 1rem 1rem;display:flex}.WhyUs-module__U6xvIG__calendarMonth{font-size:1rem;font-weight:var(--font-weight-bold);color:var(--color-ink)}.WhyUs-module__U6xvIG__calendarControls{gap:.5rem;display:flex}.WhyUs-module__U6xvIG__calCtrlBtn{background:var(--color-parchment-dark);cursor:pointer;width:28px;height:28px;color:var(--color-ink);border:none;border-radius:4px;justify-content:center;align-items:center;transition:background .2s;display:flex}.WhyUs-module__U6xvIG__calCtrlBtn:hover{background:#0000000d}.WhyUs-module__U6xvIG__daysScrollWrap{border-bottom:1px solid #0000000d;width:100%;padding-bottom:1rem;overflow:hidden}.WhyUs-module__U6xvIG__daysScrollTrack{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;gap:.5rem;padding:0 1rem;display:flex;overflow-x:auto}.WhyUs-module__U6xvIG__daysScrollTrack::-webkit-scrollbar{display:none}.WhyUs-module__U6xvIG__dayCard{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:64px;transition:all .2s;display:flex;position:relative}.WhyUs-module__U6xvIG__dayCard:hover{background:#00000008}.WhyUs-module__U6xvIG__dayCardActive{background:var(--color-ink);color:var(--color-paper);border-color:var(--color-ink);box-shadow:0 4px 12px #0000001a}.WhyUs-module__U6xvIG__dayCardActive:hover{background:var(--color-ink)}.WhyUs-module__U6xvIG__dayName{font-size:.65rem;font-weight:var(--font-weight-medium);opacity:.6;margin-bottom:.2rem}.WhyUs-module__U6xvIG__dayCardActive .WhyUs-module__U6xvIG__dayName{opacity:.8}.WhyUs-module__U6xvIG__dayDate{font-size:1.1rem;font-weight:var(--font-weight-bold)}.WhyUs-module__U6xvIG__dayDots{background:var(--color-ink);border-radius:50%;width:4px;height:4px;position:absolute;bottom:4px}.WhyUs-module__U6xvIG__dayCardActive .WhyUs-module__U6xvIG__dayDots{background:var(--color-parchment)}.WhyUs-module__U6xvIG__eventsList{flex-direction:column;flex-grow:1;gap:.75rem;padding:1rem;display:flex;overflow-y:auto}.WhyUs-module__U6xvIG__eventItem{background:var(--color-parchment);border-radius:8px;align-items:flex-start;gap:1rem;padding:.75rem;animation:.3s ease-out forwards WhyUs-module__U6xvIG__fadeInUp;display:flex}.WhyUs-module__U6xvIG__eventTime{font-size:.85rem;font-weight:var(--font-weight-semibold);color:var(--color-ink);padding-top:2px}.WhyUs-module__U6xvIG__eventDetails{flex-direction:column;gap:.2rem;display:flex}.WhyUs-module__U6xvIG__eventTitle{font-size:.95rem;font-weight:var(--font-weight-medium);color:var(--color-ink)}.WhyUs-module__U6xvIG__eventSub{color:var(--color-ink-muted);font-size:.75rem}.WhyUs-module__U6xvIG__noEvents{color:var(--color-ink-muted);text-align:center;font-size:.9rem;font-weight:var(--font-weight-medium);padding:2rem 0}.WhyUs-module__U6xvIG__bubbleRow{width:100%;animation:.4s ease-out forwards WhyUs-module__U6xvIG__fadeInUp;display:flex}.WhyUs-module__U6xvIG__bubbleRowBot{justify-content:flex-start}.WhyUs-module__U6xvIG__bubbleRowUser{justify-content:flex-end}.WhyUs-module__U6xvIG__bubble{max-width:85%;font-size:.8125rem;line-height:1.5;font-family:var(--font-primary);padding:.75rem 1rem}.WhyUs-module__U6xvIG__bubbleBot{background:var(--color-parchment);color:var(--color-ink);border:1px solid #0000000f}.WhyUs-module__U6xvIG__bubbleUser{background:var(--color-ink);color:var(--color-parchment)}.WhyUs-module__U6xvIG__bubbleCta{background:var(--color-ink);color:var(--color-parchment);font-size:.8125rem;font-weight:var(--font-weight-semibold);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.65rem 1.25rem;transition:opacity .2s;animation:.5s cubic-bezier(.16,1,.3,1) forwards WhyUs-module__U6xvIG__fadeInUp;display:inline-flex}.WhyUs-module__U6xvIG__bubbleCta:hover{opacity:.85}.WhyUs-module__U6xvIG__ctaArrow{width:1rem;height:1rem}.WhyUs-module__U6xvIG__typingWrap{justify-content:flex-start;animation:.4s ease-out forwards WhyUs-module__U6xvIG__fadeInUp;display:flex}.WhyUs-module__U6xvIG__typingBubble{background:var(--color-parchment);border:1px solid #0000000f;align-items:center;gap:.3rem;width:3.5rem;height:2.75rem;padding:.75rem 1rem;display:flex}.WhyUs-module__U6xvIG__typingDot{background:var(--color-ink-muted);border-radius:50%;width:5px;height:5px;animation:1.4s ease-in-out infinite WhyUs-module__U6xvIG__typingBounce}.WhyUs-module__U6xvIG__typingDot:nth-child(2){animation-delay:.15s}.WhyUs-module__U6xvIG__typingDot:nth-child(3){animation-delay:.3s}@keyframes WhyUs-module__U6xvIG__fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes WhyUs-module__U6xvIG__typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}@media (min-width:768px){.WhyUs-module__U6xvIG__tabPanel{flex-direction:row;gap:.75rem}.WhyUs-module__U6xvIG__tabDesc{display:block}}@media (min-width:1024px){.WhyUs-module__U6xvIG__inner{padding:var(--space-xl)clamp(2rem,5vw,4rem)}.WhyUs-module__U6xvIG__demoGrid{gap:var(--space-md);flex-direction:column;align-items:center;width:100%;max-width:900px;margin:0 auto;display:flex}.WhyUs-module__U6xvIG__tabPanel{flex-direction:row;justify-content:center;gap:.75rem;width:100%;padding-bottom:0;overflow:visible}.WhyUs-module__U6xvIG__tab{min-width:0;padding:1.25rem 1.5rem}.WhyUs-module__U6xvIG__tabDesc{display:block}.WhyUs-module__U6xvIG__phoneMockup{aspect-ratio:auto;border-radius:var(--radius-lg);width:100%;max-width:none;min-height:500px}}@media (min-width:1440px){.WhyUs-module__U6xvIG__inner{padding:var(--space-xl)5rem}.WhyUs-module__U6xvIG__headline{max-width:760px}}@media (prefers-reduced-motion:reduce){.WhyUs-module__U6xvIG__bubbleRow,.WhyUs-module__U6xvIG__typingWrap,.WhyUs-module__U6xvIG__bubbleCta,.WhyUs-module__U6xvIG__typingDot{animation:none}.WhyUs-module__U6xvIG__tab{transition:none}}
.IntegrationsMarquee-module__VPLO-a__section{z-index:10;color:var(--color-parchment);background-color:#0000;margin-top:-12rem;margin-bottom:-6rem;padding:0;position:relative;overflow:hidden}.IntegrationsMarquee-module__VPLO-a__container{z-index:2;width:100%;margin:0 auto;position:relative}.IntegrationsMarquee-module__VPLO-a__header{text-align:center;max-width:800px;margin:0 auto var(--space-lg)}.IntegrationsMarquee-module__VPLO-a__eyebrow{font-family:var(--font-primary);font-size:.75rem;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:.2em;color:#f5f0e899;margin-bottom:var(--space-sm);display:block}.IntegrationsMarquee-module__VPLO-a__headline{font-family:var(--font-primary);font-size:clamp(2.5rem,5vw,4rem);font-weight:var(--font-weight-bold);letter-spacing:-.02em;margin-bottom:var(--space-sm);line-height:var(--line-height-tight);color:var(--color-parchment);z-index:10;position:relative}.IntegrationsMarquee-module__VPLO-a__subtext{font-family:var(--font-primary);font-size:clamp(1rem,1.5vw,1.25rem);font-weight:var(--font-weight-regular);color:#f5f0e8cc;display:inline-block}.IntegrationsMarquee-module__VPLO-a__marqueeBox{background-color:#0000;width:100vw;margin-left:calc(50% - 50vw);padding:0;position:relative;overflow:hidden}.IntegrationsMarquee-module__VPLO-a__rowsWrap{gap:var(--space-xs);z-index:10;flex-direction:column;width:100%;display:flex;position:relative}.IntegrationsMarquee-module__VPLO-a__marqueeRowWrap{-webkit-user-select:none;user-select:none;width:100%;padding:var(--space-xs)0;display:flex;position:relative;overflow:hidden}.IntegrationsMarquee-module__VPLO-a__marqueeTrack{will-change:transform;backface-visibility:hidden;flex-wrap:nowrap;align-items:center;gap:clamp(3rem,5vw,6rem);padding:0 clamp(1.5rem,3vw,4rem);display:flex;transform:translateZ(0)}.IntegrationsMarquee-module__VPLO-a__marqueeSet{flex-shrink:0;align-items:center;gap:clamp(3rem,5vw,6rem);display:flex}.IntegrationsMarquee-module__VPLO-a__integrationItem{transition:transform var(--transition-smooth);will-change:transform;flex-shrink:0;justify-content:center;align-items:center;display:flex;transform:translateZ(0)}.IntegrationsMarquee-module__VPLO-a__integrationItem:hover{transform:scale(1.1)}.IntegrationsMarquee-module__VPLO-a__iconWrap{justify-content:center;align-items:center;width:clamp(3rem,5vw,4rem);height:clamp(3rem,5vw,4rem);display:flex;position:relative}.IntegrationsMarquee-module__VPLO-a__iconImg{object-fit:contain;opacity:.85;transition:opacity .3s,transform .3s}.IntegrationsMarquee-module__VPLO-a__integrationItem:hover .IntegrationsMarquee-module__VPLO-a__iconImg{opacity:1}.IntegrationsMarquee-module__VPLO-a__fadeLeft,.IntegrationsMarquee-module__VPLO-a__fadeRight{pointer-events:none;z-index:20;width:100px;position:absolute;top:0;bottom:0}.IntegrationsMarquee-module__VPLO-a__fadeLeft{background:linear-gradient(90deg,#0000,#0000);left:0}.IntegrationsMarquee-module__VPLO-a__fadeRight{background:linear-gradient(270deg,#0000,#0000);right:0}.IntegrationsMarquee-module__VPLO-a__ctaOverlay{z-index:30;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.IntegrationsMarquee-module__VPLO-a__radialShadow{background:radial-gradient(circle,#0a0a0acc 0%,#0a0a0a66 40%,#0000 70%);position:absolute;inset:0}.IntegrationsMarquee-module__VPLO-a__ctaBtn{pointer-events:auto;font-family:var(--font-primary);font-size:var(--font-size-small);font-weight:var(--font-weight-medium);color:var(--color-parchment);-webkit-backdrop-filter:blur(12px);transition:all var(--transition-smooth);z-index:2;background:#0a0a0a99;border:1px solid #f5f0e826;border-radius:100px;align-items:center;gap:.5rem;padding:1rem 2rem;text-decoration:none;display:inline-flex;box-shadow:0 4px 30px #00000080}.IntegrationsMarquee-module__VPLO-a__ctaBtn:hover{background:#f5f0e81a;border-color:#f5f0e84d;transform:scale(1.05)}.IntegrationsMarquee-module__VPLO-a__ctaText{background:linear-gradient(to right,var(--color-parchment),#a5b4fc,var(--color-parchment));color:#0000;background-size:200%;-webkit-background-clip:text;background-clip:text}.IntegrationsMarquee-module__VPLO-a__ctaIcon{color:#f5f0e899;width:1rem;height:1rem;transition:transform var(--transition-fast),color var(--transition-fast)}.IntegrationsMarquee-module__VPLO-a__ctaBtn:hover .IntegrationsMarquee-module__VPLO-a__ctaIcon{color:var(--color-parchment);transform:translate(4px)}
