@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap";:root{--primary:#f59e0b;--primary-dark:#d97706;--secondary:#374151;--bg-color:#fff;--text-color:#4b5563;--heading-color:#111827;--transition:all .3s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-color);color:var(--text-color);font-family:Poppins,sans-serif;line-height:1.6;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}section{padding:80px 0}h1,h2,h3,h4,h5,h6{color:var(--heading-color);font-weight:700;line-height:1.2}a{color:inherit;transition:var(--transition);text-decoration:none}img{max-width:100%;display:block}.header-wg-container{--header-height:70px;--header-height-mobile:120px;--header-height-mobile-scrolled:70px;--primary-color:#f59e0b;--primary-hover:#d97706;--text-main:#374151;--text-muted:#4b5563;--bg-glass:#fffc;--shadow-premium:0 10px 30px -10px #0000001a}.header-wg-container *{box-sizing:border-box;margin:0;padding:0}.header-wg{background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);width:100%;box-shadow:var(--shadow-premium);z-index:9999;height:var(--header-height);justify-content:space-between;align-items:center;padding:0 5%;font-family:Poppins,sans-serif;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;right:0}.header-wg.scrolled{background:#fffffff2;height:60px}.header-spacer{width:100%;height:var(--header-height);transition:height .4s}.header-wg .logo a{color:var(--text-main);text-transform:uppercase;letter-spacing:-.5px;align-items:center;font-size:22px;font-weight:700;text-decoration:none;transition:transform .3s;display:flex}.header-wg .logo a:hover{transform:scale(1.02)}.header-wg .logo span{color:var(--primary-color);margin-left:4px}.header-wg nav{gap:30px;display:flex}.header-wg nav a{color:var(--text-muted);padding:8px 0;font-size:14px;font-weight:600;text-decoration:none;transition:color .3s;position:relative}.header-wg nav a:after{content:"";background-color:var(--primary-color);width:0;height:2px;transition:width .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:4px;left:0}.header-wg nav a:hover{color:var(--primary-color)}.header-wg nav a:hover:after{width:100%}.header-wg .icons{align-items:center;gap:12px;display:flex}.header-wg .icons a{width:40px;height:40px;color:var(--text-muted);background-color:#f3f4f6;border-radius:12px;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.header-wg .icons a img{width:20px;height:20px;transition:var(--transition)}.header-wg .icons a:hover{background-color:var(--primary-color);transform:translateY(-4px);box-shadow:0 8px 20px #f59e0b4d}.header-wg .icons a:hover img{filter:brightness(0)invert()}@media (width<=850px){.header-wg{flex-wrap:wrap;height:auto;min-height:60px;padding:10px 15px}.header-wg.menu-hidden{height:60px}.header-wg nav{scrollbar-width:none;justify-content:space-between;gap:8px;width:100%;margin-top:15px;padding-bottom:5px;transition:opacity .3s,transform .3s;display:flex;overflow-x:auto}.header-wg nav::-webkit-scrollbar{display:none}.header-wg.menu-hidden nav{opacity:0;display:none;transform:translateY(-10px)}.header-wg nav a{color:var(--text-muted);text-align:center;white-space:nowrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex:1;padding:10px 12px;font-size:12px}.header-wg nav a:after{display:none}.header-wg nav a:active{background:var(--primary-color);color:#fff}.header-spacer{height:var(--header-height-mobile)}.header-spacer.menu-hidden{height:var(--header-height-mobile-scrolled)}}.workhero-section{--wh-blue:#0b1e3c;--wh-gold:#f59e0b;--wh-white:#fff;--wh-green:#25d366;background:var(--wh-blue);color:var(--wh-white);align-items:center;width:100%;padding:60px 5%;font-family:Poppins,sans-serif;display:flex;position:relative;overflow:hidden}.workhero-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;width:100%;max-width:1200px;margin:0 auto;display:flex}.workhero-content{box-sizing:border-box;flex:1;min-width:300px;max-width:650px}.workhero-badge{color:var(--wh-gold);text-transform:uppercase;letter-spacing:1px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#f59e0b1a;border:1px solid #f59e0b4d;border-radius:50px;margin-bottom:24px;padding:10px 24px;font-size:14px;font-weight:700;display:inline-block}.workhero-title{color:#fff;margin:0 0 24px;font-size:clamp(36px,6vw,56px);font-weight:700;line-height:1.1}.workhero-title span{color:var(--wh-gold);display:block}.workhero-text{color:#cbd5e1;max-width:600px;margin-bottom:35px;font-size:18px;line-height:1.7}.workhero-list{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin:0 0 45px;padding:0;list-style:none;display:grid}.workhero-list li{color:#f1f5f9;align-items:center;gap:12px;font-size:15px;font-weight:500;display:flex}.workhero-list li:before{content:"✔";color:var(--wh-gold);font-size:18px;font-weight:900}.workhero-cta{background:var(--wh-green);color:#fff;border-radius:14px;align-items:center;gap:12px;padding:20px 40px;font-size:19px;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 10px 25px #25d36640}.workhero-cta:hover{background:#1ebc57;transform:translateY(-4px);box-shadow:0 15px 35px #25d36666}.workhero-cta svg{transition:transform .3s}.workhero-cta:hover svg{transform:rotate(15deg)scale(1.1)}.workhero-img-area{flex:1;justify-content:center;min-width:300px;max-width:500px;display:flex;position:relative}.workhero-img-area:before{content:"";z-index:0;background:radial-gradient(circle,#f59e0b1a 0%,#0000 70%);width:100%;height:100%;position:absolute;top:10%;left:10%}.workhero-img-area img{z-index:1;border:1px solid #ffffff1a;border-radius:30px;width:100%;height:auto;transition:transform .5s;position:relative;box-shadow:0 30px 60px -12px #0009}.workhero-img-area:hover img{transform:scale(1.02)}@media (width<=900px){.workhero-section{padding:60px 20px}.workhero-container{text-align:center;flex-direction:column}.workhero-content{max-width:100%}.workhero-text{margin-left:auto;margin-right:auto}.workhero-list{text-align:left;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));justify-items:center;margin:0 auto 40px}.workhero-cta{justify-content:center;width:100%}.workhero-img-area{max-width:100%;margin-top:50px}}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";pointer-events:none;position:absolute;top:0;left:0}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) ::slotted(svg),:is(.swiper-button-prev,.swiper-button-next) svg{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0;right:auto}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);touch-action:none;background:var(--swiper-scrollbar-bg-color,#0000001a);position:relative}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));position:absolute}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));position:absolute}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);width:100%;height:100%;position:relative;top:0;left:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{text-align:center;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{object-fit:contain;max-width:100%;max-height:100%}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{pointer-events:none;opacity:0;z-index:-1000;position:absolute;top:0;left:0}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-flow:column wrap}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{opacity:.6;z-index:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.swiper-cube .swiper-cube-shadow:before{content:"";filter:blur(50px);background:#000;position:absolute;inset:0}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;transition-property:transform,opacity,height;overflow:hidden}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:bottom;backface-visibility:hidden;overflow:hidden}:root{--wg-dark-bg:#0b1e3c;--wg-gold:#f59e0b}.wg-prod-section{background-color:var(--wg-dark-bg);box-sizing:border-box;width:100%;max-width:100%;padding:20px 0;font-family:Poppins,sans-serif;position:relative;overflow:hidden}.wg-prod-title{text-align:center;color:var(--wg-gold);text-transform:uppercase;letter-spacing:1px;margin-bottom:40px;font-size:36px;font-weight:700;position:relative}.wg-prod-title:after{content:"";background:var(--wg-gold);border-radius:2px;width:60px;height:4px;margin:10px auto 0;display:block}.wg-slider{cursor:grab;align-items:center;width:100%;height:350px;margin:auto;display:flex;position:relative;overflow:hidden}.wg-slider.dragging{cursor:grabbing}.wg-slide{align-items:center;width:330px;height:300px;padding:15px;display:flex}.wg-img-card{background:#f6f6f6;border:2px solid #f59e0b1a;border-radius:15px;width:100%;height:100%;transition:transform .3s;overflow:hidden;box-shadow:0 10px 20px #0000004d}.wg-img-card img{object-fit:contain;background:#f6f6f6;width:100%;height:100%;transition:transform .5s}.wg-img-card:hover{border-color:var(--wg-gold)}.wg-slider:before,.wg-slider:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(90deg,#0b1e3c 0%,#0b1e3c00 100%);width:100px;height:100%;position:absolute}.wg-slider:before{top:0;left:0}.wg-slider:after{top:0;right:0;transform:rotate(180deg)}.wg-slider .swiper-button-next,.wg-slider .swiper-button-prev{color:var(--wg-gold);z-index:10;transition:all .3s;transform:scale(.7)}@media (width<=850px){.wg-prod-section{padding:40px 0}.wg-prod-title{margin-bottom:25px;padding:0 15px;font-size:20px}.wg-slider{width:100vw;margin-left:-50vw;margin-right:-50vw;left:50%;right:50%}.wg-slide{justify-content:center;align-items:center;display:flex;width:auto!important}.wg-img-card{background:#fff;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 15px 35px #0006}.wg-img-card img{object-fit:contain;padding:15px}.wg-slider:before,.wg-slider:after{width:30px}.wg-slider .swiper-button-next,.wg-slider .swiper-button-prev{background:#0b1e3ccc;border-radius:50%;width:35px;height:35px;top:50%;display:flex!important}.wg-slider .swiper-button-next:after,.wg-slider .swiper-button-prev:after{font-size:14px;font-weight:700}.wg-slider .swiper-button-prev{left:5px}.wg-slider .swiper-button-next{right:5px}}.wg-diff-section{--wd-blue:#0b1e3c;--wd-gold:#f59e0b;--wd-light:#f8fafc;--wd-text:#64748b;background-color:var(--wd-light);width:100%;padding:60px 5%;font-family:Poppins,sans-serif}.wg-diff-container{text-align:center;max-width:1200px;margin:0 auto}.wg-diff-header{margin-bottom:70px}.wg-diff-header h2{color:var(--wd-blue);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:20px;font-size:clamp(28px,5vw,40px);font-weight:700}.wg-line{background:var(--wd-gold);border-radius:4px;width:70px;height:4px;margin:0 auto 24px;box-shadow:0 0 12px #f59e0b66}.wg-diff-header p{color:var(--wd-text);max-width:750px;margin:0 auto;font-size:18px;line-height:1.7}.wg-diff-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:32px;display:grid}.wg-diff-card{cursor:default;background:#fff;border:1px solid #0b1e3c0d;border-radius:24px;flex-direction:column;align-items:center;padding:50px 35px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 15px 35px #0b1e3c0d}.wg-diff-card:hover{border-color:#f59e0b80;transform:translateY(-12px)scale(1.02);box-shadow:0 25px 50px #0b1e3c1f}.wg-diff-icon{background:#0b1e3c0a;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:30px;transition:all .5s cubic-bezier(.175,.885,.32,1.275);display:flex}.wg-diff-card:hover .wg-diff-icon{background:var(--wd-blue);transform:rotateY(180deg)}.wg-diff-icon svg{width:38px;height:38px;fill:var(--wd-blue);transition:all .4s}.wg-diff-card:hover .wg-diff-icon svg{fill:var(--wd-gold);transform:rotateY(-180deg)}.wg-diff-card h3{color:var(--wd-blue);margin-bottom:18px;font-size:22px;font-weight:700;transition:color .3s}.wg-diff-card:hover h3{color:var(--wd-gold)}.wg-diff-card p{color:var(--wd-text);margin:0;font-size:15px;line-height:1.8}@media (width<=768px){.wg-diff-section{padding:60px 20px}.wg-diff-header h2{font-size:26px}.wg-diff-grid{grid-template-columns:1fr}.wg-diff-card{padding:40px 25px}}.produtos-section{--wg-blue:#0b1e3b;--wg-gold:#f59e0b;--wg-white:#fff;--wg-gray-bg:#f8fafc;background-color:var(--wg-gray-bg);background-image:radial-gradient(#e2e8f0 1px,#0000 1px);background-size:40px 40px;width:100%;padding:100px 5%;font-family:Poppins,sans-serif}.produtos-container{max-width:1200px;margin:0 auto}.produtos-header{text-align:center;margin-bottom:60px}.produtos-header h2{color:var(--wg-blue);letter-spacing:-1px;margin:0 0 15px;font-size:clamp(32px,5vw,42px);font-weight:700}.produtos-divider{background:var(--wg-gold);border-radius:10px;width:60px;height:6px;margin:20px auto}.produtos-header p{color:#64748b;max-width:600px;margin:0 auto;font-size:18px;line-height:1.6}.produtos-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;display:grid}.produto-card{background:var(--wg-white);text-align:center;border:1px solid #0000000d;border-radius:24px;flex-direction:column;align-items:center;padding:45px 35px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;box-shadow:0 10px 30px -5px #0000000d}.produto-card:hover{border-color:var(--wg-gold);transform:translateY(-12px);box-shadow:0 25px 50px -12px #0b1e3b26}.icon-box{background:#eff6ff;border:1px solid #0000000d;border-radius:20px;justify-content:center;align-items:center;width:75px;height:75px;margin-bottom:25px;transition:all .4s;display:flex}.icon-box img{width:38px;height:38px;transition:all .4s}.produto-card:hover .icon-box{background:var(--wg-blue);transform:rotate(-10deg)scale(1.1)}.produto-card h3{color:var(--wg-blue);margin:0 0 12px;font-size:24px;font-weight:700}.produto-card p{color:#64748b;flex-grow:1;margin-bottom:35px;font-size:15px;line-height:1.7}.btn-orcamento{background-color:var(--wg-blue);width:100%;color:var(--wg-white);cursor:pointer;text-align:center;border:none;border-radius:14px;justify-content:center;align-items:center;gap:12px;padding:18px 0;font-size:16px;font-weight:700;transition:all .3s;display:flex}.btn-orcamento span{transition:transform .3s}.produto-card:hover .btn-orcamento{background-color:var(--wg-gold);box-shadow:0 10px 20px #f59e0b4d}.produto-card:hover .btn-orcamento span{transform:translate(5px)}.modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:99999;opacity:0;visibility:hidden;background:#0b1e3bb3;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;transition:all .3s;display:flex;position:fixed;top:0;left:0}.modal-overlay.active{opacity:1;visibility:visible}.modal-box{text-align:center;background:#fff;border-radius:32px;width:100%;max-width:500px;padding:50px 40px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;transform:scale(.9)translateY(30px);box-shadow:0 30px 60px #0000004d}.modal-overlay.active .modal-box{transform:scale(1)translateY(0)}.modal-icon{margin-bottom:20px;font-size:48px;animation:2s infinite bounce;display:inline-block}.modal-title{color:var(--wg-blue);margin:0 0 12px;font-size:28px;font-weight:800}.modal-desc{color:#64748b;margin-bottom:40px;font-size:16px;line-height:1.6}.modal-actions{flex-direction:column;gap:16px;display:flex}.modal-btn{border-radius:16px;justify-content:center;align-items:center;gap:14px;padding:20px;font-size:17px;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.btn-whatsapp-modal{color:#fff;background:#25d366;box-shadow:0 10px 25px #25d3664d}.btn-whatsapp-modal:hover{background:#1ebc57;transform:translateY(-4px);box-shadow:0 15px 35px #25d36666}.btn-email-modal{color:var(--wg-blue);background:#f8fafc;border:2px solid #e2e8f0}.btn-email-modal:hover{border-color:var(--wg-blue);background:#fff;transform:translateY(-4px)}.close-modal{color:#cbd5e1;cursor:pointer;font-size:36px;line-height:.8;transition:all .3s;position:absolute;top:24px;right:24px}.close-modal:hover{color:var(--wg-blue);transform:rotate(90deg)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-12px)}60%{transform:translateY(-6px)}}@media (width<=768px){.produtos-section{padding:60px 5%}.produtos-header h2{font-size:32px}.modal-box{padding:40px 24px}}.wg-testimonials-section{--wg-blue:#0b1e3b;--wg-yellow:#f59e0b;--wg-white:#fff;--wg-bg-light:#f9fafb;background-color:var(--wg-bg-light);box-sizing:border-box;width:100vw;max-width:100%;padding:50px 0;font-family:Poppins,sans-serif;position:relative;overflow:hidden}.wg-testimonials-section *{box-sizing:border-box}.wg-container{max-width:1400px;margin:0 auto;padding:0 20px;position:relative}.wg-header{text-align:center;margin-bottom:40px}.wg-header h2{color:var(--wg-blue);margin:0;font-size:36px;font-weight:700}.wg-header .line{background:var(--wg-yellow);border-radius:3px;width:70px;height:5px;margin:10px auto}.wg-header p{color:#64748b;max-width:600px;margin:10px auto;font-size:16px}.wg-slider-wrapper{width:100%;position:relative}.wg-slider-track{width:100%;padding:20px 10px;position:relative;overflow:hidden}.wg-card{background:var(--wg-white);border-top:5px solid var(--wg-blue);border:3px solid #00000005;border-radius:16px;flex-direction:column;height:100%;padding:30px;transition:all .3s;display:flex;position:relative;box-shadow:0 10px 25px #0b1e3b14}.wg-card:hover{border-top-color:var(--wg-yellow);transform:translateY(-10px);box-shadow:0 20px 40px #f59e0b26}.wg-quote-icon{color:#f59e0b33;font-family:serif;font-size:60px;line-height:1;position:absolute;top:20px;right:25px}.wg-meta{align-items:center;gap:15px;margin-bottom:20px;display:flex}.wg-avatar{object-fit:cover;border:3px solid var(--wg-yellow);border-radius:50%;flex-shrink:0;width:55px;min-width:55px;height:55px;min-height:55px}.wg-person .name{color:var(--wg-blue);font-size:17px;font-weight:700;display:block}.wg-person .role{color:#64748b;font-size:13px;display:block}.wg-stars{gap:3px;margin-bottom:15px;display:flex}.wg-stars svg{width:18px;height:18px;fill:var(--wg-yellow);transition:transform .2s}.wg-text{color:#475569;flex-grow:1;margin:0;font-size:15px;font-style:italic;line-height:1.6}.wg-nav-btn{background:var(--wg-white);cursor:pointer;z-index:10;width:50px;height:50px;color:var(--wg-blue);opacity:.8;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:24px;transition:all .3s;display:flex;position:absolute;top:45%;transform:translateY(-50%);box-shadow:0 4px 15px #0000001a}.wg-nav-btn:hover{background:var(--wg-blue);color:var(--wg-yellow);opacity:1}.wg-prev{left:-20px}.wg-next{right:-20px}.wg-cta-area{text-align:center;margin-top:20px}.wg-btn-chamativo{background:var(--wg-blue);color:var(--wg-white);border:2px solid #0000;border-radius:50px;align-items:center;gap:12px;padding:18px 40px;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s;animation:2s infinite pulse-wg;display:inline-flex;box-shadow:0 0 #f59e0bb3}.wg-btn-chamativo:hover{background:var(--wg-yellow);color:var(--wg-white);border-color:var(--wg-yellow)}.wg-btn-chamativo span{font-size:20px}@keyframes pulse-wg{0%{transform:scale(.95);box-shadow:0 0 #f59e0bb3}70%{transform:scale(1);box-shadow:0 0 0 15px #f59e0b00}to{transform:scale(.95);box-shadow:0 0 #f59e0b00}}@media (width>=1024px){.wg-prev{left:-40px}.wg-next{right:-40px}}.faq-section{--wg-blue:#0b1e3b;--wg-gold:#f59e0b;--wg-white:#fff;--wg-bg:#f9fafb;--wg-text:#64748b;background-color:var(--wg-bg);width:100%;padding:80px 5%;font-family:Poppins,sans-serif}.faq-container{text-align:center;max-width:800px;margin:0 auto}.faq-header{margin-bottom:60px}.faq-header h2{color:var(--wg-blue);text-transform:uppercase;letter-spacing:1px;margin-bottom:15px;font-size:clamp(28px,5vw,36px);font-weight:700}.faq-line{background:var(--wg-gold);border-radius:3px;width:60px;height:5px;margin:0 auto 20px;box-shadow:0 0 10px #f59e0b4d}.faq-header p{color:var(--wg-text);max-width:600px;margin:0 auto;font-size:17px;line-height:1.6}.faq-list{text-align:left;flex-direction:column;gap:16px;display:flex}.faq-item{background:var(--wg-white);border:1px solid #0b1e3b14;border-radius:16px;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 4px 20px #00000008}.faq-item.active{border-color:var(--wg-gold);box-shadow:0 10px 30px #f59e0b26}.faq-question{cursor:pointer;color:var(--wg-blue);-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:24px 30px;font-size:18px;font-weight:600;transition:all .3s;display:flex}.faq-question:hover{color:var(--wg-gold)}.faq-icon{width:24px;height:24px;transition:transform .4s;position:relative}.faq-icon:before,.faq-icon:after{content:"";background-color:var(--wg-blue);border-radius:2px;transition:all .3s;position:absolute}.faq-icon:before{width:2px;height:100%;top:0;left:50%;transform:translate(-50%)}.faq-icon:after{width:100%;height:2px;top:50%;left:0;transform:translateY(-50%)}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-item.active .faq-icon:before{opacity:0;transform:translate(-50%,-50%)rotate(90deg)}.faq-item.active .faq-icon:after{background-color:var(--wg-gold)}.faq-answer{background:#fff;max-height:0;transition:max-height .5s cubic-bezier(0,1,0,1);overflow:hidden}.faq-text{color:#4b5563;padding:0 30px 30px;font-size:16px;line-height:1.7}.faq-btn-area{margin-top:60px}.btn-faq-orcamento{background:var(--wg-blue);color:var(--wg-white);border-radius:50px;align-items:center;gap:12px;padding:18px 45px;font-size:17px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 25px #0b1e3b33}.btn-faq-orcamento:hover{background:var(--wg-gold);transform:translateY(-5px);box-shadow:0 15px 35px #f59e0b66}@media (width<=768px){.faq-section{padding:60px 20px}.faq-header h2{font-size:28px}.faq-question{padding:20px;font-size:16px}.faq-text{padding:0 20px 20px}}.footer-wg{--wg-blue:#0b1e3b;--wg-yellow:#f59e0b;--wg-white:#fff;--wg-text-gray:#94a3b8;background:var(--wg-blue);color:var(--wg-white);padding:80px 0 40px;font-family:Poppins,sans-serif;position:relative;overflow:hidden}.footer-wg:before{content:"";background:linear-gradient(90deg, var(--wg-yellow), #fbbf24, var(--wg-yellow));width:100%;height:5px;position:absolute;top:0;left:0}.footer-wg .container{grid-template-columns:1.5fr 1fr 1.2fr;gap:60px;max-width:1200px;margin:auto;padding:0 25px;display:grid}.footer-wg h3{color:var(--wg-white);text-transform:uppercase;letter-spacing:1px;margin-bottom:30px;font-size:22px;font-weight:700;display:inline-block;position:relative}.footer-wg h3:after{content:"";background:var(--wg-yellow);border-radius:2px;width:40px;height:3px;margin-top:10px;display:block}.footer-wg p{color:#cbd5e1;margin-bottom:20px;font-size:15px;line-height:1.8}.footer-wg .contact-item{align-items:flex-start;gap:15px;margin-bottom:20px;font-size:15px;display:flex}.footer-wg .contact-item strong{color:var(--wg-yellow);text-transform:uppercase;font-size:14px;display:block}.footer-wg a{color:#cbd5e1;text-decoration:none;transition:all .3s}.footer-wg a:hover{color:var(--wg-yellow);transform:translate(5px)}.footer-wg .services-list{grid-template-columns:1fr;gap:12px;margin:0;padding:0;list-style:none;display:grid}.footer-wg .services-list li{color:#cbd5e1;align-items:center;gap:10px;font-size:14px;transition:all .3s;display:flex}.footer-wg .services-list li:hover{color:var(--wg-yellow);transform:translate(8px)}.footer-wg .services-list li:before{content:"→";color:var(--wg-yellow);font-weight:700}.footer-wg .btn-group{flex-direction:column;gap:14px;margin-top:30px;display:flex}.footer-wg .ft-btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:12px;width:100%;padding:16px 24px;font-size:15px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.btn-ft-wa{background:var(--wg-yellow);color:var(--wg-blue)}.btn-ft-wa:hover{background:#d97706;transform:translateY(-4px);box-shadow:0 10px 20px #f59e0b4d}.btn-ft-em{color:var(--wg-white);background:#ffffff0d;border:1px solid #ffffff26}.btn-ft-em:hover{border-color:var(--wg-yellow);background:#ffffff1a;transform:translateY(-4px)}.footer-wg .copyright{text-align:center;color:var(--wg-text-gray);border-top:1px solid #ffffff1a;margin-top:80px;padding-top:40px;font-size:14px}.footer-wg .copyright strong{color:var(--wg-yellow)}@media (width<=992px){.footer-wg .container{grid-template-columns:1fr 1fr;gap:40px}}@media (width<=768px){.footer-wg{padding:60px 0 30px}.footer-wg .container{text-align:center;grid-template-columns:1fr}.footer-wg h3:after{margin:10px auto}.footer-wg .contact-item{flex-direction:column;justify-content:center;gap:5px}.footer-wg .services-list{text-align:left;grid-template-columns:1fr 1fr;max-width:400px;margin:0 auto}}@media (width<=480px){.footer-wg .services-list{grid-template-columns:1fr}}.wg-wa-wrapper{z-index:99999;filter:drop-shadow(0 10px 25px #0003);align-items:center;gap:15px;font-family:Poppins,sans-serif;display:flex;position:fixed;bottom:35px;right:25px}.wg-wa-label{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#0b1e3b;white-space:nowrap;background:#ffffffe6;border:1px solid #ffffff80;border-radius:15px;padding:12px 20px;font-size:14px;font-weight:600;animation:.8s ease-out forwards wg-slideIn,2s ease-in-out infinite wg-bounce;position:relative;box-shadow:0 4px 15px #0000001a}.wg-wa-label:after{content:"";border:10px solid #0000;border-left-color:#ffffffe6;border-right-width:0;position:absolute;bottom:12px;right:-10px}.wg-wa-btn{background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);animation:.8s cubic-bezier(.175,.885,.32,1.275) forwards wg-popIn;display:flex;position:relative}.wg-wa-btn:hover{transform:scale(1.1)rotate(10deg)}.wg-wa-btn svg{fill:#fff;width:32px;height:32px}.wg-badge{background:#ff3b30;border:3px solid #fff;border-radius:50%;width:20px;height:20px;animation:1.5s infinite wg-ping;position:absolute;top:0;right:0}@keyframes wg-ping{0%{transform:scale(1);box-shadow:0 0 #ff3b30b3}70%{transform:scale(1.2);box-shadow:0 0 0 10px #ff3b3000}to{transform:scale(1);box-shadow:0 0 #ff3b3000}}@keyframes wg-bounce{0%,to{transform:translate(0)}50%{transform:translate(-8px)}}@keyframes wg-slideIn{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes wg-popIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@media (width<=768px){.wg-wa-label{display:none}.wg-wa-wrapper{bottom:20px;right:20px}}.app-container{width:100%;overflow-x:hidden}section{position:relative}
