.yarl__fullsize{width:100%;height:100%}.yarl__relative{position:relative}.yarl__portal{opacity:0;transition:opacity var(--yarl__fade_animation_duration,.25s)var(--yarl__fade_animation_timing_function,ease);z-index:var(--yarl__portal_zindex,9999);position:fixed;top:0;bottom:0;left:0;right:0;overflow:hidden}.yarl__portal_open{opacity:1}.yarl__container{background-color:var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));overscroll-behavior:var(--yarl__controller_overscroll_behavior,contain);touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.yarl__carousel{height:100%;opacity:var(--yarl__pull_opacity,1);transform:translate(var(--yarl__swipe_offset,0),var(--yarl__pull_offset,0));width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px,0)*1px + var(--yarl__carousel_spacing_percent,0)*1%));flex:none;place-content:center;align-items:stretch;display:flex}.yarl__carousel_with_slides{-moz-column-gap:calc(var(--yarl__carousel_spacing_px,0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent,0))*var(--yarl__carousel_spacing_percent,0)*1%);column-gap:calc(var(--yarl__carousel_spacing_px,0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent,0))*var(--yarl__carousel_spacing_percent,0)*1%)}.yarl__flex_center{place-content:center;align-items:center;display:flex}.yarl__slide{padding:calc(var(--yarl__carousel_padding_px,0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent,0))*var(--yarl__carousel_padding_percent,0)*1%);flex:1;position:relative;overflow:hidden}[dir=rtl] .yarl__slide{--yarl__direction:-1}.yarl__slide_image{-o-object-fit:contain;object-fit:contain;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;max-width:100%;max-height:100%}.yarl__slide_image_cover{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.yarl__slide_image_loading{opacity:0}@media screen and (min-width:800px){.yarl__slide_wrapper:not(.yarl__slide_wrapper_interactive) .yarl__slide_image{-webkit-backface-visibility:hidden;-webkit-transform-style:preserve-3d;-webkit-transform:translateZ(0)}}.yarl__slide_placeholder{line-height:0;position:absolute;top:50%;left:50%;transform:translate(-50%)translateY(-50%)}.yarl__slide_loading{color:var(--yarl__slide_icon_loading_color,var(--yarl__color_button,rgba(255,255,255,.8)));animation:1s linear yarl__delayed_fadein}.yarl__slide_loading line{animation:1s linear infinite yarl__stroke_opacity}.yarl__slide_loading line:first-of-type{animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){animation-delay:-1s}.yarl__slide_error{color:var(--yarl__slide_icon_error_color,red);height:var(--yarl__slide_icon_error_size,48px);width:var(--yarl__slide_icon_error_size,48px)}@media (prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:unset}.yarl__slide_loading,.yarl__slide_loading line{animation:unset}}.yarl__toolbar{padding:var(--yarl__toolbar_padding,8px);justify-content:flex-end;display:flex;position:absolute;top:0;bottom:auto;left:auto;right:0}[dir=rtl] .yarl__toolbar{top:0;bottom:auto;left:0;right:auto}.yarl__icon{height:var(--yarl__icon_size,32px);width:var(--yarl__icon_size,32px)}.yarl__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--yarl__button_background_color,transparent);border:var(--yarl__button_border,0);color:var(--yarl__color_button,rgba(255,255,255,.8));cursor:pointer;filter:var(--yarl__button_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));margin:var(--yarl__button_margin,0);padding:var(--yarl__button_padding,8px);-webkit-tap-highlight-color:transparent;outline:none;line-height:0}.yarl__button:focus{color:var(--yarl__color_button_active,#fff)}.yarl__button:focus:not(:focus-visible){color:var(--yarl__color_button,rgba(255,255,255,.8))}.yarl__button:focus-visible{color:var(--yarl__color_button_active,#fff)}@media (hover:hover){.yarl__button:focus:hover,.yarl__button:hover{color:var(--yarl__color_button_active,#fff)}.yarl__button:focus-visible:hover{color:var(--yarl__color_button_active,#fff)}}.yarl__button:disabled{color:var(--yarl__color_button_disabled,rgba(255,255,255,.4));cursor:default}.yarl__navigation_next,.yarl__navigation_prev{padding:var(--yarl__navigation_button_padding,24px 16px);position:absolute;top:50%;transform:translateY(-50%)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:unset;right:0;transform:translateY(-50%)rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:unset;transform:translateY(-50%)rotate(180deg)}.yarl__no_scroll{overscroll-behavior:none;height:100%;overflow:hidden}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}
.WhatsAppSection-module__vBHSJq__section{background:var(--surface);padding:3rem 0;position:relative;overflow:hidden}@media (min-width:1024px){.WhatsAppSection-module__vBHSJq__section{padding:5rem 0}}.WhatsAppSection-module__vBHSJq__section:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(rgba(37,211,102,.06) 0%,transparent 65%);width:50%;height:70%;position:absolute;top:8%;right:-8%}.WhatsAppSection-module__vBHSJq__grid{z-index:1;flex-direction:column;gap:2.5rem;display:flex;position:relative}.WhatsAppSection-module__vBHSJq__copy{display:contents}.WhatsAppSection-module__vBHSJq__copyHead{order:1}.WhatsAppSection-module__vBHSJq__visual{order:2}.WhatsAppSection-module__vBHSJq__copyBody{order:3}@media (min-width:1024px){.WhatsAppSection-module__vBHSJq__grid{-moz-column-gap:4rem;grid-template-columns:1fr 1fr;align-items:center;column-gap:4rem;display:grid}.WhatsAppSection-module__vBHSJq__copy{display:block}.WhatsAppSection-module__vBHSJq__copyHead,.WhatsAppSection-module__vBHSJq__visual,.WhatsAppSection-module__vBHSJq__copyBody{order:0}}.WhatsAppSection-module__vBHSJq__eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--ink-mute);align-items:center;gap:.625rem;margin-bottom:1.5rem;font-family:JetBrains Mono,ui-monospace,monospace;font-size:.8125rem;display:inline-flex}.WhatsAppSection-module__vBHSJq__dot{background:#4ade80;border-radius:50%;width:.5rem;height:.5rem;animation:2.2s ease-out infinite WhatsAppSection-module__vBHSJq__dot-pulse;box-shadow:0 0 rgba(74,222,128,.55)}@keyframes WhatsAppSection-module__vBHSJq__dot-pulse{0%{box-shadow:0 0 rgba(74,222,128,.55)}70%{box-shadow:0 0 0 8px rgba(74,222,128,0)}to{box-shadow:0 0 rgba(74,222,128,0)}}.WhatsAppSection-module__vBHSJq__title{letter-spacing:-.025em;color:var(--ink);text-wrap:balance;margin-bottom:1rem;font-family:Geist,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:max(2rem,min(4.5vw,3rem));font-weight:700;line-height:1.05}.WhatsAppSection-module__vBHSJq__title .WhatsAppSection-module__vBHSJq__light{color:var(--ink-strong);font-weight:300;display:block}.WhatsAppSection-module__vBHSJq__lead{color:var(--ink-mute);text-wrap:pretty;max-width:54ch;margin-bottom:0;font-size:1.125rem;line-height:1.6}@media (min-width:1024px){.WhatsAppSection-module__vBHSJq__lead{margin-bottom:2rem}}.WhatsAppSection-module__vBHSJq__lead b{color:var(--ink-strong);font-weight:600}.WhatsAppSection-module__vBHSJq__items{flex-direction:column;gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}.WhatsAppSection-module__vBHSJq__item{grid-template-columns:auto 1fr;align-items:flex-start;gap:.75rem;display:grid}.WhatsAppSection-module__vBHSJq__check{color:#22c55e;flex-shrink:0;width:1.5rem;height:1.5rem;margin-top:.0625rem}.WhatsAppSection-module__vBHSJq__itemBody{line-height:1.45}.WhatsAppSection-module__vBHSJq__itemTitle{color:var(--ink);font-size:1rem;font-weight:600}.WhatsAppSection-module__vBHSJq__itemSub{color:var(--ink-mute);margin-top:.25rem;font-size:1rem}.WhatsAppSection-module__vBHSJq__visual{justify-content:center;align-items:center;width:100%;display:flex}.WhatsAppSection-module__vBHSJq__phone{aspect-ratio:9/19.5;background:#0c0c0e;border-radius:50px;width:100%;max-width:320px;position:relative;transform:translateZ(0);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),0 40px 70px -25px rgba(17,24,39,.35),0 25px 50px -25px rgba(37,211,102,.18)}.WhatsAppSection-module__vBHSJq__btnHw{z-index:0;background:#0c0c0e;position:absolute;box-shadow:inset 0 1px rgba(255,255,255,.08),inset 0 -1px rgba(0,0,0,.55)}.WhatsAppSection-module__vBHSJq__btnMute{border-radius:2px 0 0 2px;width:3px;height:28px;top:14%;left:-2px}.WhatsAppSection-module__vBHSJq__btnVolUp{border-radius:2px 0 0 2px;width:3px;height:42px;top:22%;left:-2px}.WhatsAppSection-module__vBHSJq__btnVolDn{border-radius:2px 0 0 2px;width:3px;height:64px;top:30%;left:-2px}.WhatsAppSection-module__vBHSJq__btnPower{border-radius:0 2px 2px 0;width:3px;height:72px;top:24%;right:-2px}.WhatsAppSection-module__vBHSJq__phone:before{content:"";z-index:4;background:#000;border-radius:14px;width:92px;height:26px;position:absolute;top:18px;left:50%;transform:translate(-50%)}.WhatsAppSection-module__vBHSJq__screen{background:#efe7de;border-radius:38px;flex-direction:column;min-height:0;display:flex;position:absolute;top:12px;bottom:12px;left:12px;right:12px;overflow:hidden}.WhatsAppSection-module__vBHSJq__stat{color:#fff;background:#075e54;flex-shrink:0;justify-content:space-between;align-items:flex-end;height:42px;padding:0 22px 5px;font-size:.78rem;font-weight:600;display:flex}.WhatsAppSection-module__vBHSJq__statSys{align-items:center;gap:5px;display:flex}.WhatsAppSection-module__vBHSJq__top{color:#fff;background:#075e54;flex-shrink:0;align-items:center;gap:10px;padding:4px 12px 10px;display:flex}.WhatsAppSection-module__vBHSJq__av{color:#f4ecd8;background:linear-gradient(135deg,#1f2937,#0f172a);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-family:Instrument Serif,serif;font-size:14px;display:flex}.WhatsAppSection-module__vBHSJq__who{flex:1;min-width:0;line-height:1.15}.WhatsAppSection-module__vBHSJq__nameRow{letter-spacing:-.01em;align-items:center;gap:5px;font-size:13.5px;font-weight:600;display:flex}.WhatsAppSection-module__vBHSJq__status{opacity:.85;margin-top:1px;font-size:10.5px}.WhatsAppSection-module__vBHSJq__chat{background-color:#efe7de;background-image:linear-gradient(rgba(239,231,222,.65),rgba(239,231,222,.65)),url(/images/whatsapp-doodle-bg.jpg);background-repeat:no-repeat,repeat;background-size:auto,200px;flex-direction:column;flex:1;gap:5px;min-height:0;padding:12px 10px 8px;font-family:Geist,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;display:flex;position:relative;overflow:hidden}.WhatsAppSection-module__vBHSJq__day{color:#54656f;background:rgba(225,245,254,.92);border-radius:8px;align-self:center;margin-bottom:4px;padding:3px 9px;font-size:9.5px;box-shadow:0 1px rgba(0,0,0,.05)}.WhatsAppSection-module__vBHSJq__bubble{color:#111b21;border-radius:7px;max-width:78%;padding:5px 8px 16px;font-size:11.5px;line-height:1.32;animation:.35s cubic-bezier(.2,.8,.2,1) both WhatsAppSection-module__vBHSJq__msg-in;position:relative;box-shadow:0 1px .5px rgba(0,0,0,.13)}.WhatsAppSection-module__vBHSJq__bubble.WhatsAppSection-module__vBHSJq__in{background:#fff;border-top-left-radius:0;align-self:flex-start}.WhatsAppSection-module__vBHSJq__bubble.WhatsAppSection-module__vBHSJq__in:before{content:"";border-top:0 solid transparent;border-bottom:5px solid transparent;border-left:0 solid transparent;border-right:5px solid #fff;position:absolute;top:0;left:-5px}.WhatsAppSection-module__vBHSJq__bubble.WhatsAppSection-module__vBHSJq__out{background:#d9fdd3;border-top-right-radius:0;align-self:flex-end}.WhatsAppSection-module__vBHSJq__bubble.WhatsAppSection-module__vBHSJq__out:before{content:"";border-top:0 solid transparent;border-bottom:5px solid transparent;border-left:5px solid #d9fdd3;border-right:0 solid transparent;position:absolute;top:0;right:-5px}.WhatsAppSection-module__vBHSJq__ts{color:#667781;white-space:nowrap;align-items:center;gap:2px;font-size:8.5px;display:flex;position:absolute;bottom:3px;right:7px}.WhatsAppSection-module__vBHSJq__bubble.WhatsAppSection-module__vBHSJq__out .WhatsAppSection-module__vBHSJq__ts .WhatsAppSection-module__vBHSJq__read{color:#53bdeb;letter-spacing:-2px;font-weight:700}.WhatsAppSection-module__vBHSJq__bubble b{font-weight:600}.WhatsAppSection-module__vBHSJq__product{background:rgba(0,0,0,.04);border-radius:4px;align-items:center;gap:7px;margin:2px -4px 4px;padding:5px 6px;display:flex}.WhatsAppSection-module__vBHSJq__productPh{background:linear-gradient(160deg,#1f2937,#0c1220);border-radius:3px;flex-shrink:0;width:32px;height:32px;position:relative;overflow:hidden}.WhatsAppSection-module__vBHSJq__productPh:after{content:"";border:1.5px solid rgba(244,236,216,.45);border-radius:50%;position:absolute;top:8px;bottom:8px;left:8px;right:8px}.WhatsAppSection-module__vBHSJq__productInfo{line-height:1.2}.WhatsAppSection-module__vBHSJq__productName{color:#111b21;font-size:10.5px;font-weight:600}.WhatsAppSection-module__vBHSJq__productPrice{color:#54656f;margin-top:1px;font-size:9.5px}.WhatsAppSection-module__vBHSJq__typing{background:#fff;border-radius:0 7px 7px;align-self:flex-start;gap:3px;padding:7px 10px;display:flex;box-shadow:0 1px .5px rgba(0,0,0,.13)}.WhatsAppSection-module__vBHSJq__typing span{background:#54656f;border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite WhatsAppSection-module__vBHSJq__typing}.WhatsAppSection-module__vBHSJq__typing span:nth-child(2){animation-delay:.15s}.WhatsAppSection-module__vBHSJq__typing span:nth-child(3){animation-delay:.3s}.WhatsAppSection-module__vBHSJq__inputBar{z-index:2;background:#efe7de;flex-shrink:0;align-items:center;gap:8px;padding:6px 10px 22px;display:flex;position:relative}.WhatsAppSection-module__vBHSJq__attach{color:#54656f;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.WhatsAppSection-module__vBHSJq__attach svg{width:20px;height:20px}.WhatsAppSection-module__vBHSJq__homeBar{z-index:5;pointer-events:none;background:rgba(0,0,0,.78);border-radius:3px;width:124px;height:5px;position:absolute;bottom:6px;left:50%;transform:translate(-50%)}.WhatsAppSection-module__vBHSJq__field{background:#fff;border-radius:16px;flex:1;justify-content:flex-end;align-items:center;height:28px;padding:0 8px;display:flex;box-shadow:0 0 0 1px rgba(0,0,0,.06)}.WhatsAppSection-module__vBHSJq__fieldIco{color:#54656f;width:16px;height:16px}.WhatsAppSection-module__vBHSJq__tray{color:#54656f;align-items:center;gap:12px;display:flex}.WhatsAppSection-module__vBHSJq__tray svg{width:20px;height:20px}@keyframes WhatsAppSection-module__vBHSJq__msg-in{0%{opacity:0;transform:translateY(6px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes WhatsAppSection-module__vBHSJq__typing{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@media (prefers-reduced-motion:reduce){.WhatsAppSection-module__vBHSJq__dot,.WhatsAppSection-module__vBHSJq__bubble,.WhatsAppSection-module__vBHSJq__typing span{animation:none!important}}
