.gbgev-form-overlay{-webkit-backdrop-filter:blur(5px);z-index:9999;background:#0000008c;justify-content:center;align-items:center;padding:16px;animation:.2s ease-out gbgev-form-fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes gbgev-form-fadeIn{0%{opacity:0}to{opacity:1}}.gbgev-form-modal{background:#fff;border-radius:14px;flex-direction:column;width:100%;max-width:380px;max-height:88vh;animation:.25s cubic-bezier(.16,1,.3,1) gbgev-form-slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 40px -8px #00000040}@keyframes gbgev-form-slideUp{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.gbgev-form-modal--success{max-width:340px}.gbgev-form-header-fixed{text-align:center;z-index:2;background:linear-gradient(135deg,#fff,#fff7ed);border-bottom:1px solid #f3f4f6;flex-shrink:0;padding:18px 20px 12px;position:relative}.gbgev-form-close{color:#6b7280;cursor:pointer;z-index:10;background:#0000000f;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex;position:absolute;top:10px;right:10px}.gbgev-form-close:hover{color:#111827;background:#0000001f;transform:rotate(90deg)}.gbgev-form-close:disabled{opacity:.5;cursor:not-allowed}.gbgev-form-icon-wrapper{background:linear-gradient(135deg,#f97316,#ea580c);border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin:0 auto 8px;display:flex;box-shadow:0 4px 12px -2px #f973164d}.gbgev-form-header-icon{color:#fff}.gbgev-form-title{color:#111827;margin:0 0 2px;font-size:1.15rem;font-weight:700;line-height:1.2}.gbgev-form-subtitle{color:#9ca3af;margin:0;font-size:.78rem;line-height:1.3}.gbgev-form-body{flex-direction:column;gap:10px;padding:14px 20px 18px;display:flex;overflow:hidden}.gbgev-form-group{flex-direction:column;gap:3px;display:flex}.gbgev-form-label{color:#4b5563;align-items:center;gap:5px;font-size:.75rem;font-weight:600;display:flex}.gbgev-form-label-icon{color:#f97316}.gbgev-form-input-wrapper{align-items:center;display:flex;position:relative}.gbgev-form-input-wrapper--phone{background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;align-items:center;gap:0;transition:all .2s;display:flex;overflow:hidden}.gbgev-form-input-wrapper--phone:focus-within{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.gbgev-form-input-wrapper--phone.gbgev-form-input--error{border-color:#ef4444;box-shadow:0 0 0 2px #ef44441a}.gbgev-form-phone-prefix{color:#4b5563;white-space:nowrap;-webkit-user-select:none;user-select:none;background:#f9fafb;border-right:1px solid #e5e7eb;padding:7px 8px;font-size:.8rem;font-weight:600}.gbgev-form-input{color:#111827;box-sizing:border-box;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;outline:none;width:100%;height:34px;padding:7px 30px 7px 10px;font-family:inherit;font-size:.85rem;transition:all .2s}.gbgev-form-input::placeholder{color:#c1c5cb;font-size:.8rem}.gbgev-form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.gbgev-form-input--phone{box-shadow:none;border:none;border-radius:0;height:34px;padding-left:10px}.gbgev-form-input--phone:focus{box-shadow:none}.gbgev-form-input--error{border-color:#ef4444!important;box-shadow:0 0 0 2px #ef44441a!important}.gbgev-form-input--valid{border-color:#22c55e!important;box-shadow:0 0 0 2px #22c55e1a!important}.gbgev-form-input:disabled{cursor:not-allowed;opacity:.7;background:#f9fafb}.gbgev-form-valid-icon{color:#22c55e;pointer-events:none;position:absolute;right:8px}.gbgev-form-error{color:#ef4444;align-items:center;gap:3px;font-size:.7rem;font-weight:500;animation:.25s ease-in-out gbgev-form-shake;display:flex}@keyframes gbgev-form-shake{0%,to{transform:translate(0)}25%{transform:translate(-2px)}75%{transform:translate(2px)}}.gbgev-form-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;height:36px;margin-top:2px;padding:9px 16px;font-size:.88rem;font-weight:600;transition:all .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #f973164d}.gbgev-form-submit:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .4s;position:absolute;top:0;left:-100%}.gbgev-form-submit:hover:before{left:100%}.gbgev-form-submit:hover{transform:translateY(-1px);box-shadow:0 4px 14px #f9731659}.gbgev-form-submit:active{transform:translateY(0)}.gbgev-form-submit:disabled{opacity:.8;cursor:not-allowed;transform:none}.gbgev-form-submit--loading{box-shadow:none;background:linear-gradient(135deg,#6b7280,#4b5563)}.gbgev-form-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite gbgev-form-spin}@keyframes gbgev-form-spin{to{transform:rotate(360deg)}}.gbgev-form-success{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:28px 24px;animation:.35s ease-out gbgev-form-successIn;display:flex}@keyframes gbgev-form-successIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.gbgev-form-success-icon{color:#22c55e;animation:.4s cubic-bezier(.68,-.55,.265,1.55) gbgev-form-iconPop}@keyframes gbgev-form-iconPop{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.gbgev-form-success-title{color:#111827;margin:0;font-size:1.15rem;font-weight:700}.gbgev-form-success-message{color:#6b7280;max-width:260px;margin:0;font-size:.82rem;line-height:1.4}.gbgev-form-success-checkmark{margin-top:2px}.gbgev-form-checkmark-svg{width:52px;height:52px;margin:0 auto;display:block}.gbgev-form-checkmark-circle{stroke:#22c55e;stroke-width:3px;stroke-dasharray:166;stroke-dashoffset:166px;stroke-linecap:round;fill:none;animation:.5s cubic-bezier(.65,0,.45,1) forwards gbgev-form-circleStroke}.gbgev-form-checkmark-check{stroke:#22c55e;stroke-width:3px;stroke-dasharray:48;stroke-dashoffset:48px;stroke-linecap:round;stroke-linejoin:round;fill:none;animation:.3s cubic-bezier(.65,0,.45,1) .5s forwards gbgev-form-checkStroke}@keyframes gbgev-form-circleStroke{to{stroke-dashoffset:0}}@keyframes gbgev-form-checkStroke{to{stroke-dashoffset:0}}@media(max-width:374px){.gbgev-form-overlay{align-items:center;padding:8px}.gbgev-form-modal{border-radius:12px;max-width:100%;max-height:95vh}.gbgev-form-header-fixed{padding:14px 16px 10px}.gbgev-form-icon-wrapper{border-radius:8px;width:36px;height:36px;margin-bottom:6px}.gbgev-form-title{font-size:1.05rem}.gbgev-form-subtitle{font-size:.72rem}.gbgev-form-body{gap:8px;padding:10px 14px 14px}.gbgev-form-input{height:32px;padding:6px 26px 6px 8px;font-size:.8rem}.gbgev-form-input::placeholder{font-size:.75rem}.gbgev-form-phone-prefix{padding:6px 7px;font-size:.75rem}.gbgev-form-input--phone{height:32px;padding-left:8px}.gbgev-form-label{font-size:.7rem}.gbgev-form-submit{height:34px;padding:8px 14px;font-size:.82rem}.gbgev-form-success{gap:8px;padding:24px 16px}.gbgev-form-success-title{font-size:1.05rem}.gbgev-form-success-message{max-width:220px;font-size:.75rem}.gbgev-form-checkmark-svg{width:44px;height:44px}.gbgev-form-close{width:24px;height:24px;top:8px;right:8px}}@media(min-width:375px)and (max-width:479px){.gbgev-form-overlay{align-items:center;padding:12px}.gbgev-form-modal{border-radius:14px;max-width:100%;max-height:92vh}.gbgev-form-header-fixed{padding:16px 18px 10px}.gbgev-form-icon-wrapper{width:38px;height:38px}.gbgev-form-title{font-size:1.1rem}.gbgev-form-body{gap:9px;padding:12px 16px 16px}.gbgev-form-input{height:33px;padding:7px 28px 7px 10px;font-size:.82rem}.gbgev-form-submit{height:35px;padding:8px 16px;font-size:.85rem}}@media(min-width:480px)and (max-width:639px){.gbgev-form-overlay{padding:16px}.gbgev-form-modal{max-width:360px}.gbgev-form-header-fixed{padding:18px 20px 12px}.gbgev-form-body{padding:14px 20px 18px}}@media(min-width:640px)and (max-width:767px){.gbgev-form-overlay{padding:20px}.gbgev-form-modal{max-width:380px}}@media(min-width:768px)and (max-width:1023px){.gbgev-form-overlay{padding:24px}.gbgev-form-modal{border-radius:16px;max-width:400px}.gbgev-form-header-fixed{padding:20px 22px 14px}.gbgev-form-icon-wrapper{width:44px;height:44px}.gbgev-form-title{font-size:1.25rem}.gbgev-form-body{gap:12px;padding:16px 22px 20px}.gbgev-form-input{height:36px;padding:8px 32px 8px 11px;font-size:.88rem}.gbgev-form-submit{height:38px;padding:10px 20px;font-size:.9rem}}@media(min-width:1024px)and (max-width:1279px){.gbgev-form-overlay{padding:28px}.gbgev-form-modal{max-width:420px}.gbgev-form-header-fixed{padding:22px 24px 14px}.gbgev-form-icon-wrapper{width:46px;height:46px}.gbgev-form-title{font-size:1.3rem}.gbgev-form-body{padding:16px 24px 22px}}@media(min-width:1280px)and (max-width:1535px){.gbgev-form-overlay{padding:32px}.gbgev-form-modal{max-width:440px}.gbgev-form-header-fixed{padding:24px 28px 16px}.gbgev-form-icon-wrapper{width:48px;height:48px}.gbgev-form-title{font-size:1.35rem}.gbgev-form-body{gap:12px;padding:18px 28px 24px}.gbgev-form-input{height:38px}.gbgev-form-submit{height:40px}}@media(min-width:1536px)and (max-width:1919px){.gbgev-form-overlay{padding:36px}.gbgev-form-modal{border-radius:18px;max-width:460px}.gbgev-form-header-fixed{padding:26px 32px 16px}.gbgev-form-icon-wrapper{width:50px;height:50px}.gbgev-form-title{font-size:1.4rem}.gbgev-form-body{gap:14px;padding:20px 32px 26px}.gbgev-form-input{height:40px;padding:9px 34px 9px 12px;font-size:.9rem}.gbgev-form-submit{height:42px;padding:11px 24px;font-size:.92rem}}@media(min-width:1920px)and (max-width:2559px){.gbgev-form-overlay{padding:40px}.gbgev-form-modal{border-radius:20px;max-width:480px}.gbgev-form-header-fixed{padding:28px 36px 18px}.gbgev-form-icon-wrapper{border-radius:12px;width:54px;height:54px}.gbgev-form-title{font-size:1.5rem}.gbgev-form-subtitle{font-size:.85rem}.gbgev-form-body{gap:14px;padding:22px 36px 28px}.gbgev-form-input{border-radius:10px;height:42px;padding:10px 36px 10px 13px;font-size:.95rem}.gbgev-form-submit{border-radius:10px;height:44px;padding:12px 28px;font-size:1rem}.gbgev-form-success{gap:12px;padding:36px 32px}.gbgev-form-success-title{font-size:1.35rem}.gbgev-form-checkmark-svg{width:60px;height:60px}}@media(min-width:2560px){.gbgev-form-overlay{padding:48px}.gbgev-form-modal{border-radius:22px;max-width:520px}.gbgev-form-header-fixed{padding:32px 40px 20px}.gbgev-form-icon-wrapper{border-radius:14px;width:60px;height:60px}.gbgev-form-title{margin-bottom:4px;font-size:1.7rem}.gbgev-form-subtitle{font-size:.95rem}.gbgev-form-body{gap:16px;padding:26px 40px 32px}.gbgev-form-input{border-radius:12px;height:48px;padding:12px 40px 12px 14px;font-size:1rem}.gbgev-form-label{gap:6px;font-size:.88rem}.gbgev-form-submit{border-radius:12px;gap:8px;height:50px;padding:14px 32px;font-size:1.05rem}.gbgev-form-success{gap:14px;padding:44px 40px}.gbgev-form-success-title{font-size:1.5rem}.gbgev-form-success-message{max-width:320px;font-size:.95rem}.gbgev-form-checkmark-svg{width:68px;height:68px}}@media(prefers-reduced-motion:reduce){.gbgev-form-overlay,.gbgev-form-modal,.gbgev-form-success,.gbgev-form-success-icon,.gbgev-form-error,.gbgev-form-checkmark-circle,.gbgev-form-checkmark-check{animation:none!important}.gbgev-form-close:hover,.gbgev-form-submit:hover{transform:none}}.gbgev-header{z-index:9999;will-change:transform;background:#fff;border-bottom:1px solid #f0f0f0;width:100%;max-width:100vw;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:box-shadow .25s,background .25s,border-color .25s;position:fixed;top:0;left:0;right:0}.gbgev-header--scrolled{-webkit-backdrop-filter:blur(20px);background:#fffffffa;border-bottom-color:#0000;box-shadow:0 4px 30px #00000014}.gbgev-header__inner{justify-content:space-between;align-items:center;width:100%;max-width:1400px;height:80px;margin:0 auto;padding:0 24px;transition:height .25s;display:flex}.gbgev-header__logo{z-index:10000;flex-shrink:0;align-items:center;text-decoration:none;display:flex}.gbgev-header__logo-img{object-fit:contain;width:auto;max-width:200px;height:52px;transition:transform .2s}.gbgev-header__nav{align-items:center;gap:4px;display:flex}.gbgev-header__nav-link{color:#000;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:12px;align-items:center;gap:6px;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:flex;position:relative}.gbgev-header__nav-link:after{content:"";background:linear-gradient(90deg,#f97316,#ea580c);border-radius:2px;width:0;height:2.5px;transition:all .25s;position:absolute;bottom:6px;left:50%;transform:translate(-50%)}.gbgev-header__nav-link:hover{color:#000;background:#fff7ed}.gbgev-header__nav-link:hover:after{width:55%}.gbgev-header__nav-link--active{color:#000;background:#fff7ed;font-weight:600}.gbgev-header__nav-link--active:after{width:55%}.gbgev-header__actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.gbgev-header__btn{cursor:pointer;white-space:nowrap;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:10px 22px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.gbgev-header__btn--outline{color:#4b5563;background:#f9fafb;border:1.5px solid #e5e7eb}.gbgev-header__btn--outline:hover{color:#000;background:#f3f4f6;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 4px 12px #0000000f}.gbgev-header__btn--primary{color:#fff;background:#f97316;border:1.5px solid #f97316;position:relative;overflow:hidden}.gbgev-header__btn--primary:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.gbgev-header__btn--primary:hover{background:#ea580c;border-color:#ea580c;transform:translateY(-1px);box-shadow:0 8px 24px #f9731640}.gbgev-header__btn--primary:hover:before{left:100%}.gbgev-header__hamburger{cursor:pointer;color:#111827;z-index:10000;background:#f9fafb;border:none;border-radius:12px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;transition:all .2s;display:none}.gbgev-header__hamburger:hover{background:#f3f4f6}.gbgev-header__hamburger-line{transform-origin:50%;background:#111827;border-radius:2px;width:22px;height:2.5px;transition:all .3s cubic-bezier(.4,0,.2,1);display:block}.gbgev-header__hamburger--open .gbgev-header__hamburger-line:first-child{transform:translateY(7.5px)rotate(45deg)}.gbgev-header__hamburger--open .gbgev-header__hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.gbgev-header__hamburger--open .gbgev-header__hamburger-line:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}.gbgev-mobile-menu{z-index:100000;will-change:transform;background:#fff;border-top:1px solid #f0f0f0;border-top-left-radius:24px;border-top-right-radius:24px;width:100%;height:auto;max-height:85vh;padding-bottom:24px;transition:transform .35s cubic-bezier(.25,.46,.45,.94);position:fixed;bottom:0;left:0;right:0;overflow:hidden auto;transform:translateY(100%);box-shadow:0 -10px 50px #00000026}.gbgev-mobile-menu--open{transform:translate(0)}.gbgev-mobile-menu::-webkit-scrollbar{background:0 0;width:0}.gbgev-mobile-menu__handle{opacity:.6;background:#e5e7eb;border-radius:2px;width:40px;height:4px;margin:16px auto 12px}.gbgev-mobile-menu__header{z-index:10;background:#fff;border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:0 24px 8px;display:flex;position:sticky;top:0}.gbgev-mobile-menu__title{color:#111827;font-size:20px;font-weight:700}.gbgev-mobile-menu__close{cursor:pointer;color:#4b5563;background:#f3f4f6;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.gbgev-mobile-menu__close:hover{color:#111827;background:#e5e7eb}.gbgev-mobile-menu__links{flex-direction:column;gap:4px;padding:16px 20px;display:flex}.gbgev-mobile-menu__link{color:#374151;cursor:pointer;text-align:left;opacity:0;background:0 0;border:none;border-radius:14px;justify-content:space-between;align-items:center;width:100%;padding:16px 18px;font-family:inherit;font-size:16px;font-weight:500;text-decoration:none;transition:all .2s;animation:.4s forwards gbgFadeSlideUp;display:flex}.gbgev-mobile-menu__link:hover{color:#000;background:#fff7ed}.gbgev-mobile-menu__link--active{color:#000;background:#fff7ed;font-weight:600}.gbgev-mobile-menu__link-text{flex:1}.gbgev-mobile-menu__link-arrow{color:#9ca3af;flex-shrink:0;margin-left:8px;transition:all .2s}.gbgev-mobile-menu__link:hover .gbgev-mobile-menu__link-arrow{color:#f97316;transform:translate(4px)}@keyframes gbgFadeSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.gbgev-mobile-menu__actions{background:#fff;border-top:1px solid #f3f4f6;flex-direction:column;gap:12px;padding:16px 24px 8px;display:flex}.gbgev-mobile-menu__actions .gbgev-header__btn{justify-content:center;width:100%;padding:14px 20px;font-size:15px}.gbgev-overlay{-webkit-backdrop-filter:blur(6px);z-index:99998;opacity:0;pointer-events:none;background:#0006;transition:opacity .25s;position:fixed;top:0;bottom:0;left:0;right:0}.gbgev-overlay--visible{opacity:1;pointer-events:auto}@media(min-width:1920px){.gbgev-header__inner{max-width:1600px;height:90px;padding:0 40px}.gbgev-header__logo-img{max-width:220px;height:60px}.gbgev-header__nav-link{padding:12px 20px;font-size:15px}.gbgev-header__btn{padding:12px 26px;font-size:15px}}@media(min-width:2560px){.gbgev-header__inner{max-width:1800px;height:96px;padding:0 56px}.gbgev-header__logo-img{max-width:240px;height:68px}.gbgev-header__nav-link{padding:14px 24px;font-size:16px}}@media(max-width:1280px){.gbgev-header__inner{padding:0 24px}.gbgev-header__nav-link{padding:10px 14px;font-size:13.5px}.gbgev-header__btn{padding:10px 18px;font-size:13px}}@media(max-width:1140px){.gbgev-header__inner{padding:0 20px}.gbgev-header__nav-link{padding:10px 12px;font-size:13px}.gbgev-header__btn{padding:10px 14px;font-size:12.5px}.gbgev-header__logo-img{max-width:180px;height:48px}}@media(max-width:1024px){.gbgev-header__nav,.gbgev-header__actions{display:none}.gbgev-header__hamburger{display:flex}.gbgev-header__inner{height:72px}.gbgev-header__logo-img{max-width:170px;height:46px}}@media(max-width:768px){.gbgev-header__inner{height:68px;padding:0 16px}.gbgev-header__logo-img{max-width:160px;height:44px}}@media(max-width:480px){.gbgev-header__inner{height:64px;padding:0 14px}.gbgev-header__logo-img{max-width:150px;height:40px}.gbgev-header__hamburger{width:40px;height:40px}.gbgev-header__hamburger-line{width:20px}.gbgev-mobile-menu{max-height:90vh}.gbgev-mobile-menu__header{padding:0 20px}.gbgev-mobile-menu__links{padding:12px 16px}.gbgev-mobile-menu__link{padding:14px 16px;font-size:15px}.gbgev-mobile-menu__actions{padding:14px 20px}}@media(max-width:360px){.gbgev-header__inner{height:60px;padding:0 12px}.gbgev-header__logo-img{max-width:140px;height:38px}.gbgev-header__hamburger{width:38px;height:38px}.gbgev-mobile-menu__header{padding:0 16px}.gbgev-mobile-menu__title{font-size:18px}.gbgev-mobile-menu__link{padding:12px 14px;font-size:14px}.gbgev-mobile-menu__actions .gbgev-header__btn{padding:12px 16px;font-size:14px}}@media(max-width:320px){.gbgev-header__inner{height:58px;padding:0 10px}.gbgev-header__logo-img{max-width:130px;height:36px}.gbgev-mobile-menu__link{padding:12px;font-size:13.5px}.gbgev-mobile-menu__actions{padding:12px 16px}}@media(prefers-reduced-motion:reduce){.gbgev-header,.gbgev-header__nav-link,.gbgev-header__btn,.gbgev-header__hamburger-line,.gbgev-mobile-menu,.gbgev-mobile-menu__link,.gbgev-overlay{transition:none!important;animation:none!important}}.gbgev-header__nav-link:focus-visible{outline-offset:3px;border-radius:12px;outline:2.5px solid #f97316}.gbgev-header__btn:focus-visible{outline-offset:3px;border-radius:12px;outline:2.5px solid #f97316}.gbgev-header__hamburger:focus-visible{outline-offset:3px;border-radius:12px;outline:2.5px solid #f97316}.gbgev-mobile-menu__link:focus-visible{outline-offset:3px;border-radius:12px;outline:2.5px solid #f97316}.gbgev-mobile-menu__close:focus-visible{outline-offset:3px;border-radius:12px;outline:2.5px solid #f97316}@supports (-webkit-touch-callout:none){.gbgev-mobile-menu{height:-webkit-fill-available}}@media print{.gbgev-header{box-shadow:none;border-bottom:1px solid #ddd;position:relative}.gbgev-header__hamburger,.gbgev-header__actions{display:none!important}}html,body{box-sizing:border-box;margin:0;padding:0;overflow-x:hidden}*,:before,:after{box-sizing:border-box}.gbgev-footer{background:#fff;width:100%;max-width:100%;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow-x:hidden}.gbgev-footer__banner{background:#ffae00;width:100%;padding:14px 0;position:relative;overflow:hidden}.gbgev-footer__banner:before,.gbgev-footer__banner:after{content:"";z-index:2;pointer-events:none;width:80px;height:100%;position:absolute;top:0}.gbgev-footer__banner:before{background:linear-gradient(90deg,#5100e7,#0000);left:0}.gbgev-footer__banner:after{background:linear-gradient(270deg,#2201b3,#0000);right:0}.gbgev-footer__banner-track{white-space:nowrap;align-items:center;width:max-content;animation:20s linear infinite gbgev-banner-scroll;display:flex}.gbgev-footer__banner-text{color:#fff;letter-spacing:3px;text-transform:uppercase;padding:0 30px;font-size:14px;font-weight:700}.gbgev-footer__banner-dot{color:#fca5a5;font-size:8px;animation:1.5s ease-in-out infinite gbgev-dot-pulse}@keyframes gbgev-banner-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes gbgev-dot-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}.gbgev-footer__cta-section{background:linear-gradient(135deg,#fef3c7,#fff7ed,#fef3c7);border-bottom:1px solid #fed7aa;width:100%;padding:50px 20px}.gbgev-footer__cta-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;max-width:1200px;margin:0 auto;display:flex}.gbgev-footer__cta-content{flex:1;min-width:280px}.gbgev-footer__cta-title{color:#1a1a1a;margin-bottom:10px;font-size:26px;font-weight:800;line-height:1.2}.gbgev-footer__cta-desc{color:#6b7280;max-width:450px;font-size:15px;line-height:1.6}.gbgev-footer__cta-form{flex:1;align-items:center;gap:12px;min-width:320px;max-width:500px;display:flex}.gbgev-footer__cta-input-wrapper{flex:1;align-items:center;display:flex;position:relative}.gbgev-footer__cta-icon{color:#9ca3af;pointer-events:none;flex-shrink:0;position:absolute;left:16px}.gbgev-footer__cta-input{color:#1a1a1a;background:#fff;border:2px solid #e5e7eb;border-radius:14px;outline:none;width:100%;padding:14px 16px 14px 48px;font-family:inherit;font-size:15px;transition:all .3s}.gbgev-footer__cta-input::placeholder{color:#9ca3af}.gbgev-footer__cta-input:focus{border-color:#e67531;box-shadow:0 0 0 4px #e675311f}.gbgev-footer__cta-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#e67531;border:none;border-radius:14px;flex-shrink:0;align-items:center;gap:8px;padding:14px 28px;font-family:inherit;font-size:15px;font-weight:700;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex}.gbgev-footer__cta-btn:hover{background:#d65a1a;transform:translateY(-2px);box-shadow:0 10px 30px #e6753159}.gbgev-footer__cta-btn:active{transform:translateY(0)}.gbgev-footer__main{width:100%;padding:60px 20px 40px}.gbgev-footer__grid{grid-template-columns:1.5fr 1fr 1fr 1.2fr;align-items:start;gap:50px;max-width:1200px;margin:0 auto;display:grid}.gbgev-footer__brand{max-width:320px}.gbgev-footer__logo-link{margin-bottom:18px;text-decoration:none;display:inline-block}.gbgev-footer__logo-img{object-fit:contain;width:200px;height:auto;display:block}.gbgev-footer__brand-text{color:#6b7280;margin-bottom:24px;font-size:15px;line-height:1.7}.gbgev-footer__socials{flex-wrap:wrap;gap:12px;display:flex}.gbgev-footer__social-icon{color:#e67531;border:1.5px solid #e5e7eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex}.gbgev-footer__social-icon:hover{color:#fff;background:#e67531;border-color:#e67531;transform:translateY(-4px)scale(1.08);box-shadow:0 10px 25px #e675314d}.gbgev-footer__col-title{color:#e67531;margin-bottom:20px;padding-bottom:10px;font-size:17px;font-weight:700;position:relative}.gbgev-footer__col-title:after{content:"";background:linear-gradient(90deg,#e67531,#f97316);border-radius:2px;width:30px;height:3px;position:absolute;bottom:0;left:0}.gbgev-footer__links{margin:0;padding:0;list-style:none}.gbgev-footer__links li{margin-bottom:12px}.gbgev-footer__link{color:#6b7280;cursor:pointer;align-items:center;gap:8px;font-size:15px;font-weight:500;text-decoration:none;transition:all .3s;display:flex}.gbgev-footer__link-arrow{color:#e67531;font-size:18px;font-weight:700;line-height:1;transition:transform .3s}.gbgev-footer__link:hover{color:#e67531;transform:translate(4px)}.gbgev-footer__link:hover .gbgev-footer__link-arrow{transform:translate(4px)}.gbgev-footer__contact-item{color:#6b7280;align-items:flex-start;gap:10px;margin-bottom:14px;font-size:14px;line-height:1.6;display:flex}.gbgev-footer__contact-item svg{color:#e67531;flex-shrink:0;margin-top:2px}.gbgev-footer__contact-link{color:#6b7280;text-decoration:none;transition:color .3s}.gbgev-footer__contact-link:hover{color:#e67531}.gbgev-footer__bottom{background:#fafafa;border-top:1px solid #e5e7eb;width:100%;padding:24px 20px}.gbgev-footer__bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;max-width:1200px;margin:0 auto;display:flex}.gbgev-footer__copyright{color:#6b7280;margin:0;font-size:14px}.gbgev-footer__bottom-links{align-items:center;gap:12px;display:flex}.gbgev-footer__bottom-link{color:#e67531;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s}.gbgev-footer__bottom-link:hover{color:#d65a1a;text-decoration:underline}.gbgev-footer__bottom-divider{color:#d1d5db;font-size:14px}@media(max-width:1024px){.gbgev-footer__grid{grid-template-columns:1fr 1fr;gap:40px}.gbgev-footer__brand{grid-column:1/-1;max-width:100%}.gbgev-footer__logo-img{width:180px}.gbgev-footer__cta-inner{text-align:center;flex-direction:column;gap:30px}.gbgev-footer__cta-content{min-width:100%}.gbgev-footer__cta-desc{max-width:100%}.gbgev-footer__cta-form{min-width:100%;max-width:100%}}@media(max-width:768px){.gbgev-footer__banner-text{letter-spacing:2px;padding:0 20px;font-size:12px}.gbgev-footer__cta-section{padding:40px 16px}.gbgev-footer__cta-title{font-size:22px}.gbgev-footer__cta-desc{font-size:14px}.gbgev-footer__cta-form{flex-direction:column;gap:12px}.gbgev-footer__cta-input-wrapper{width:100%}.gbgev-footer__cta-btn{justify-content:center;width:100%}.gbgev-footer__main{padding:40px 16px 30px}.gbgev-footer__grid{grid-template-columns:1fr 1fr;gap:30px}.gbgev-footer__brand{grid-column:1/-1}.gbgev-footer__logo-img{width:160px}.gbgev-footer__bottom-inner{text-align:center;flex-direction:column;gap:10px}}@media(max-width:480px){.gbgev-footer__banner{padding:10px 0}.gbgev-footer__banner-text{letter-spacing:1.5px;padding:0 15px;font-size:11px}.gbgev-footer__cta-section{padding:30px 14px}.gbgev-footer__cta-title{font-size:20px}.gbgev-footer__cta-desc{font-size:13px}.gbgev-footer__cta-input{padding:12px 14px 12px 44px;font-size:14px}.gbgev-footer__cta-btn{padding:12px 20px;font-size:14px}.gbgev-footer__main{padding:30px 14px 20px}.gbgev-footer__grid{grid-template-columns:1fr;gap:30px}.gbgev-footer__brand{text-align:center;grid-column:1/-1}.gbgev-footer__logo-link{justify-content:center;display:flex}.gbgev-footer__logo-img{width:150px}.gbgev-footer__socials{justify-content:center}.gbgev-footer__col{text-align:center}.gbgev-footer__col-title:after{left:50%;transform:translate(-50%)}.gbgev-footer__link{justify-content:center}.gbgev-footer__contact-item{text-align:center;flex-direction:column;justify-content:center;align-items:center}.gbgev-footer__bottom{padding:18px 14px}.gbgev-footer__copyright,.gbgev-footer__bottom-link{font-size:13px}}@media(max-width:360px){.gbgev-footer__banner-text{padding:0 10px;font-size:10px}.gbgev-footer__cta-title{font-size:18px}.gbgev-footer__logo-img{width:130px}.gbgev-footer__social-icon{width:38px;height:38px;font-size:16px}}@media(min-width:1440px){.gbgev-footer__grid{gap:60px;max-width:1400px}.gbgev-footer__cta-inner,.gbgev-footer__bottom-inner{max-width:1400px}.gbgev-footer__cta-title{font-size:30px}.gbgev-footer__logo-img{width:220px}}@media(min-width:1920px){.gbgev-footer__grid,.gbgev-footer__cta-inner,.gbgev-footer__bottom-inner{max-width:1600px}}@media(prefers-reduced-motion:reduce){.gbgev-footer__banner-track,.gbgev-footer__banner-dot{animation:none!important}.gbgev-footer__social-icon,.gbgev-footer__link,.gbgev-footer__cta-btn{transition:none!important}}@media print{.gbgev-footer__banner,.gbgev-footer__cta-section,.gbgev-footer__socials{display:none!important}.gbgev-footer__main{padding:20px}}.gbgev-whatsapp{z-index:9999;opacity:0;pointer-events:none;flex-direction:column;align-items:flex-start;gap:10px;transition:all .45s cubic-bezier(.34,1.56,.64,1);display:flex;position:fixed;bottom:24px;left:24px;transform:translateY(20px)scale(.85)}.gbgev-whatsapp--visible{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.gbgev-whatsapp__tooltip{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);white-space:nowrap;opacity:0;visibility:hidden;background:#fffffff5;border:1px solid #ffffffb3;border-radius:14px;padding:10px 16px;transition:all .3s;position:relative;transform:translateY(10px);box-shadow:0 10px 30px #00000014,0 3px 10px #0000000a}.gbgev-whatsapp:hover .gbgev-whatsapp__tooltip{opacity:1;visibility:visible;transform:translateY(0)}.gbgev-whatsapp__tooltip:after{content:"";background:#fff;border-bottom:1px solid #0000000a;border-right:1px solid #0000000a;width:14px;height:14px;position:absolute;bottom:-7px;left:22px;transform:rotate(45deg)}.gbgev-whatsapp__tooltip-text{color:#111827;letter-spacing:.2px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:700}.gbgev-whatsapp__btn{cursor:pointer;background:linear-gradient(135deg,#25d366,#18b857);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:62px;height:62px;transition:all .35s;display:flex;position:relative;box-shadow:0 12px 30px #25d36659,0 4px 12px #25d36633}.gbgev-whatsapp__btn:hover{transform:translateY(-4px)scale(1.06);box-shadow:0 18px 40px #25d36673,0 6px 16px #25d36640}.gbgev-whatsapp__btn:active{transform:scale(.96)}.gbgev-whatsapp__icon{color:#fff;z-index:2;width:31px;height:31px;position:relative}.gbgev-whatsapp__pulse{pointer-events:none;background:#25d36647;border-radius:50%;width:62px;height:62px;animation:2s ease-out infinite gbgev-whatsapp-pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gbgev-whatsapp__pulse--delay{animation-delay:1s}@keyframes gbgev-whatsapp-pulse{0%{opacity:.65;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(1.9)}}.gbgev-whatsapp-mobile{z-index:9999;opacity:0;pointer-events:none;transition:all .45s cubic-bezier(.34,1.56,.64,1);display:none;position:fixed;bottom:18px;left:18px;transform:translateY(20px)scale(.85)}.gbgev-whatsapp-mobile--visible{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.gbgev-whatsapp-mobile__btn{cursor:pointer;background:linear-gradient(135deg,#25d366,#18b857);border:none;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;transition:all .3s;display:flex;position:relative;box-shadow:0 10px 25px #25d36659,0 3px 10px #25d36633}.gbgev-whatsapp-mobile__btn:hover{transform:scale(1.06)}.gbgev-whatsapp-mobile__btn:active{transform:scale(.96)}.gbgev-whatsapp-mobile__icon{color:#fff;width:27px;height:27px}@media(max-width:1024px){.gbgev-whatsapp{display:none}.gbgev-whatsapp-mobile{display:flex}}@media(max-width:480px){.gbgev-whatsapp-mobile{bottom:16px;left:16px}.gbgev-whatsapp-mobile__btn{width:50px;height:50px}.gbgev-whatsapp-mobile__icon{width:24px;height:24px}}@media(max-width:360px){.gbgev-whatsapp-mobile{bottom:14px;left:14px}.gbgev-whatsapp-mobile__btn{width:46px;height:46px}.gbgev-whatsapp-mobile__icon{width:22px;height:22px}}@media(min-width:1920px){.gbgev-whatsapp{bottom:34px;left:34px}.gbgev-whatsapp__btn{width:68px;height:68px}.gbgev-whatsapp__icon{width:34px;height:34px}}.gbgev-whatsapp__btn:focus-visible{outline-offset:3px;outline:3px solid #25d366}.gbgev-whatsapp-mobile__btn:focus-visible{outline-offset:3px;outline:3px solid #25d366}@media(prefers-reduced-motion:reduce){.gbgev-whatsapp,.gbgev-whatsapp__btn,.gbgev-whatsapp__tooltip,.gbgev-whatsapp-mobile,.gbgev-whatsapp-mobile__btn,.gbgev-whatsapp__pulse{transition:none!important;animation:none!important}}@media print{.gbgev-whatsapp,.gbgev-whatsapp-mobile{display:none!important}}:root{--gbg-navy:#18243a;--gbg-text:#596579;--gbg-orange:#f36b21;--gbg-orange-dark:#d95714;--gbg-blue:#2f68bd;--gbg-line:#dfe6f0;--gbg-bg:#f7f9fd}*{box-sizing:border-box}.gbg-presence-page{width:100%;color:var(--gbg-navy);z-index:1;background:linear-gradient(#fff,#f6f8fc);padding:104px 20px 70px;font-family:Inter,Segoe UI,Arial,sans-serif;position:relative}.gbg-presence-shell{grid-template-columns:370px minmax(0,1fr);align-items:stretch;gap:26px;width:min(1200px,100%);margin:0 auto;display:grid}.gbg-presence-sidebar,.gbg-map-card{border:1px solid var(--gbg-line);background:#fff;min-width:0;box-shadow:0 18px 55px #192a4b1a}.gbg-presence-sidebar{border-radius:20px;flex-direction:column;height:760px;display:flex;overflow:hidden}.gbg-sidebar-header{border-bottom:1px solid var(--gbg-line);flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:14px;padding:21px 22px 18px;display:flex}.gbg-sidebar-header h2{letter-spacing:-.02em;margin:0;font-size:19px}.gbg-sidebar-header p{color:var(--gbg-text);margin:5px 0 0;font-size:12px}.gbg-india-badge{color:#fff;background:var(--gbg-orange);border-radius:999px;padding:7px 15px;font-size:11px;font-weight:800}.gbg-accordion{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#98a3b6 transparent;padding:10px;overflow-y:auto}.gbg-state-item{border-radius:13px;margin-bottom:8px;overflow:hidden}.gbg-state-button{width:100%;color:var(--gbg-navy);font:inherit;cursor:pointer;background:#f4f6fa;border:0;border-radius:13px;justify-content:space-between;align-items:center;padding:15px;font-size:14px;font-weight:800;transition:background .2s,color .2s;display:flex}.gbg-state-button:hover,.gbg-state-item.is-open .gbg-state-button{color:var(--gbg-blue);background:#edf4ff}.gbg-state-actions{align-items:center;gap:12px;display:flex}.gbg-state-actions b{border:1px solid var(--gbg-line);min-width:22px;height:22px;color:var(--gbg-text);background:#fff;border-radius:50%;place-items:center;font-size:10px;display:grid}.gbg-state-actions svg{fill:none;stroke:currentColor;stroke-width:1.8px;width:17px;height:17px;transition:transform .2s}.gbg-state-item.is-open .gbg-state-actions svg{transform:rotate(180deg)}.gbg-branch-list{padding:5px 5px 7px}.gbg-branch-row{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #edf0f5;align-items:flex-start;gap:11px;width:100%;padding:12px 9px;transition:background .18s,box-shadow .18s;display:flex}.gbg-branch-row:last-child{border-bottom:0}.gbg-branch-row:hover{background:#fff8f3}.gbg-branch-row.is-selected{box-shadow:inset 3px 0 0 var(--gbg-blue);background:#eef5ff}.gbg-branch-row.is-selected .gbg-branch-copy strong{color:var(--gbg-blue)}.gbg-branch-row.is-selected .gbg-location-icon svg{stroke:var(--gbg-blue)}.gbg-branch-row.is-soon{opacity:.58;cursor:default}.gbg-location-icon{flex:0 0 19px;width:19px;margin-top:2px}.gbg-location-icon svg{fill:none;width:19px;height:19px;stroke:var(--gbg-orange);stroke-width:2px;transition:stroke .2s}.gbg-branch-copy{flex-direction:column;min-width:0;display:flex}.gbg-branch-copy strong{color:var(--gbg-navy);font-size:13px;line-height:1.35;transition:color .2s}.gbg-branch-copy small{color:var(--gbg-text);margin-top:4px;font-size:11px;line-height:1.48}.gbg-map-card{border-radius:22px;flex-direction:column;height:760px;display:flex;overflow:hidden}.gbg-map-header{border-bottom:1px solid var(--gbg-line);flex-shrink:0;justify-content:space-between;align-items:center;gap:18px;min-height:112px;padding:20px 25px;display:flex}.gbg-network-label{color:var(--gbg-orange-dark);letter-spacing:.16em;font-size:10px;font-weight:900;display:block}.gbg-map-header h1{letter-spacing:-.02em;margin:8px 0 4px;font-size:24px}.gbg-map-header p{color:var(--gbg-text);margin:0;font-size:12px;font-weight:600}.gbg-map-header-right{align-items:center;gap:14px;display:flex}.gbg-map-legend{border:1px solid var(--gbg-line);color:var(--gbg-text);background:#f8faff;border-radius:11px;gap:13px;padding:10px 13px;font-size:11px;font-weight:700;display:flex}.gbg-map-legend span{white-space:nowrap;align-items:center;gap:7px;display:inline-flex}.gbg-map-legend i{border-radius:50%;width:8px;height:8px;display:inline-block}.active-dot{background:var(--gbg-orange)}.soon-dot{background:#9ca3af}.gbg-location-total{border:1px solid var(--gbg-line);text-align:center;background:#fff;border-radius:13px;place-content:center;width:74px;min-height:64px;display:grid}.gbg-location-total strong{color:var(--gbg-orange-dark);font-size:20px;line-height:1}.gbg-location-total small{color:var(--gbg-text);margin-top:5px;font-size:9px;font-weight:800}.gbg-map-stage{isolation:isolate;background:linear-gradient(#2f68bd09 1px,#0000 1px) 0 0/28px 28px,linear-gradient(90deg,#2f68bd09 1px,#0000 1px) 0 0/28px 28px,#f8fbff;flex:1;min-height:0;position:relative;overflow:hidden}.gbg-india-svg{z-index:2;width:86%;height:calc(100% - 32px);position:absolute;top:16px;bottom:16px;left:7%;right:7%;overflow:hidden}.gbg-india-paths path{fill:#fbfdff;stroke:#9bb3d3;stroke-width:1.15px;stroke-linejoin:round;transition:fill .18s}.gbg-india-paths path:hover{fill:#f3f7fd}.gbg-svg-marker{cursor:pointer;outline:none}.marker-pulse{fill:none;stroke:var(--gbg-blue);stroke-width:2px;transform-box:fill-box;transform-origin:50%;pointer-events:none;animation:2s ease-out infinite pinPulse}.marker-pin{fill:var(--gbg-orange);stroke:#fff;stroke-width:2.2px;filter:drop-shadow(0 2px 5px #f36b2159);transition:fill .2s,filter .2s}.marker-pin-dot{fill:#fff;pointer-events:none}.gbg-svg-marker:hover .marker-pin{filter:drop-shadow(0 4px 8px #f36b2180)}.marker-selected .marker-pin{fill:var(--gbg-blue);filter:drop-shadow(0 3px 8px #2f68bd73);stroke-width:2.4px}.marker-soon .marker-pin{fill:#9ca3af;opacity:.7;filter:drop-shadow(0 1px 3px #00000026)}.marker-soon{cursor:default;pointer-events:none}.gbg-selected-card{z-index:10;border:1px solid var(--gbg-line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff7;border-radius:15px;width:min(320px,100% - 36px);padding:17px 42px 16px 18px;bottom:18px;left:18px;box-shadow:0 14px 35px #12233d29;position:absolute!important}.gbg-close-card{border:1px solid var(--gbg-line);color:#69768a;cursor:pointer;background:#fff;border-radius:8px;width:27px;height:27px;font-size:20px;line-height:1;position:absolute;top:9px;right:10px}.gbg-selected-card>span{color:var(--gbg-blue);letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:10px;font-weight:900;display:block}.gbg-selected-card h3{color:var(--gbg-navy);margin:0;font-size:19px;line-height:1.25}.gbg-selected-card p{color:var(--gbg-text);max-height:55px;margin:8px 0 11px;font-size:12px;line-height:1.5;overflow:auto}.gbg-selected-card a{color:var(--gbg-blue);font-size:12px;font-weight:800;text-decoration:none}.gbg-selected-card a:hover{text-decoration:underline}@media(max-width:1050px){.gbg-presence-shell{grid-template-columns:330px minmax(0,1fr);gap:18px}.gbg-map-header{padding:18px 20px}.gbg-map-legend{display:none}.gbg-india-svg{width:92%;height:calc(100% - 36px);top:18px;bottom:18px;left:4%;right:4%}}@media(max-width:760px){.gbg-presence-page{padding:82px 12px 40px}.gbg-presence-shell{flex-direction:column;gap:16px;display:flex}.gbg-presence-sidebar{border-radius:17px;order:2;height:500px}.gbg-map-card{border-radius:17px;order:1;height:590px}.gbg-map-header{gap:10px;min-height:92px;padding:16px}.gbg-network-label{font-size:9px}.gbg-map-header h1{margin:6px 0 3px;font-size:19px}.gbg-map-header p{font-size:10px}.gbg-map-header-right{gap:0}.gbg-map-legend{display:none}.gbg-location-total{border-radius:11px;width:60px;min-height:52px}.gbg-location-total strong{font-size:17px}.gbg-india-svg{width:98%;height:calc(100% - 22px);top:10px;bottom:12px;left:1%;right:1%}.gbg-selected-card{border-radius:13px;width:calc(100% - 20px);max-width:none;padding:14px 38px 13px 15px;bottom:10px;left:10px}.gbg-selected-card h3{font-size:17px}.gbg-selected-card p{max-height:42px;margin:6px 0 8px;font-size:11px}}@media(max-width:420px){.gbg-presence-page{padding-left:8px;padding-right:8px}.gbg-map-card{height:545px}.gbg-map-header h1{font-size:17px}.gbg-location-total{width:54px;min-height:48px}.gbg-selected-card{padding-top:12px;padding-bottom:12px}.gbg-sidebar-header{padding:18px}}@keyframes welcomeSlide{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes fabPulse{0%{opacity:.8;transform:scale(1)}70%{opacity:0;transform:scale(1.5)}to{opacity:0;transform:scale(1.5)}}@keyframes blinkGreen{0%,to{opacity:1}50%{opacity:.4}}@keyframes msgIn{0%{opacity:0;transform:translateY(10px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes typing{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.chat-warning-bar{text-align:center;background:#fffbeb;border-top:1px solid #fbbf24;flex-shrink:0;padding:8px 14px;animation:.3s ease-out slideDown}.chat-warning-bar span{color:#92400e;font-size:12px;font-weight:500}.chat-timer-bar{border-top:2px solid var(--gbg-orange);background:#fff7ed;flex-shrink:0;padding:8px 14px;animation:.3s ease-out slideDown}.chat-timer-text{text-align:center;margin-bottom:5px;font-size:12px;font-weight:600}.chat-timer-progress{background:#0000000f;border-radius:99px;width:100%;height:3px;overflow:hidden}.chat-timer-fill{border-radius:99px;height:100%;transition:width 1s linear,background .3s}@keyframes slideDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.query-resolved-section{background:linear-gradient(135deg,#f0fdf4,#fff);border-top:2px solid #22c55e;flex-shrink:0;padding:14px;animation:.4s ease-out slideUp}.query-resolved-title{color:var(--gbg-text);text-align:center;margin:0 0 10px;font-size:13px;font-weight:600}.query-resolved-actions{justify-content:center;gap:10px;display:flex}.query-btn{cursor:pointer;border:none;border-radius:999px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .25s}.query-btn.yes{color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 4px 12px #22c55e4d}.query-btn.no{color:#374151;background:#f3f4f6;border:1px solid #d1d5db}.query-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001f}.feedback-section{border-top:2px solid var(--gbg-orange);background:linear-gradient(135deg,#fff7ed,#fff);flex-shrink:0;padding:14px;animation:.4s ease-out slideUp}.feedback-title{color:var(--gbg-text);text-align:center;margin:0 0 10px;font-size:13px;font-weight:600}.chat-input{background:#fff;border-top:1px solid #0000000f;flex-shrink:0;align-items:center;gap:8px;padding:12px 14px;display:flex}@keyframes popIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}:root{--gbg-dark:#0a0a0a;--gbg-orange:#ff7a00;--gbg-orange-soft:#ff9e2c;--gbg-orange-light:#fff4e6;--gbg-body:#fff;--gbg-text:#1a1a1a;--gbg-muted:#6b7280;--gbg-radius:20px;--gbg-shadow:0 20px 50px #0000001f}.gbg-welcome-bubble{z-index:999998;cursor:pointer;background:#fff;border:1px solid #0000000f;border-radius:16px;width:280px;padding:14px 16px;transition:transform .2s;animation:.5s cubic-bezier(.34,1.4,.5,1) welcomeSlide;position:fixed;bottom:30px;right:100px;box-shadow:0 10px 40px #0000001f}.gbg-welcome-bubble:hover{transform:translateY(-2px)}.gbg-welcome-bubble:after{content:"";filter:drop-shadow(2px 0 2px #0000000d);border-top:8px solid #0000;border-bottom:8px solid #0000;border-left:10px solid #fff;width:0;height:0;position:absolute;bottom:24px;right:-8px}.welcome-bubble-close{color:#aaa;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:14px;transition:all .2s;display:flex;position:absolute;top:6px;right:8px}.welcome-bubble-close:hover{color:#333;background:#f0f0f0}.welcome-bubble-content{align-items:center;gap:10px;display:flex}.welcome-bubble-avatar{object-fit:cover;border:2px solid var(--gbg-orange);border-radius:50%;flex-shrink:0;width:40px;height:40px}.welcome-bubble-text{flex-direction:column;gap:2px;display:flex}.welcome-bubble-text strong{color:#222;font-size:13px;font-weight:600}.welcome-bubble-text span{color:#666;font-size:12px}.gbg-chat-fab{background:linear-gradient(140deg,var(--gbg-orange),#e65100);cursor:pointer;z-index:999999;border:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .28s cubic-bezier(.34,1.56,.64,1),box-shadow .28s;display:flex;position:fixed;bottom:22px;right:22px;box-shadow:0 12px 30px #ff7a0059}.gbg-chat-fab:hover{transform:translateY(-3px)scale(1.05);box-shadow:0 18px 40px #ff7a0073}.gbg-chat-fab:active{transform:scale(.96)}.fab-avatar{object-fit:cover;border:3px solid #fff3;border-radius:50%;width:100%;height:100%}.fab-icon{color:#fff;font-size:22px;font-weight:600;line-height:1}.fab-ring{pointer-events:none;border:2px solid #ff7a0080;border-radius:50%;animation:2.4s ease-out infinite fabPulse;position:absolute;top:0;bottom:0;left:0;right:0}.gbg-chat-fab.active .fab-ring{opacity:0;animation:none}.gbg-chat-window{border-radius:var(--gbg-radius);width:400px;max-width:calc(100vw - 32px);height:min(640px,100dvh - 130px);box-shadow:var(--gbg-shadow);opacity:0;pointer-events:none;transform-origin:100% 100%;z-index:999999;background:#fff;border:1px solid #0000000f;flex-direction:column;transition:opacity .25s,transform .3s cubic-bezier(.34,1.4,.5,1);display:flex;position:fixed;bottom:100px;right:22px;overflow:hidden;transform:translateY(24px)scale(.96)}.gbg-chat-window.show{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.gbg-chat-header{background:linear-gradient(135deg,var(--gbg-dark) 0%,#1a1a1a 100%);color:#fff;flex-shrink:0;align-items:center;gap:12px;padding:14px 16px;display:flex}.avatar-wrap{flex-shrink:0;position:relative}.assistant-avatar{object-fit:cover;border:2.5px solid var(--gbg-orange);border-radius:50%;width:48px;height:48px;display:block}.avatar-status{border:2.5px solid var(--gbg-dark);background:#22c55e;border-radius:50%;width:12px;height:12px;animation:1.5s ease-in-out infinite blinkGreen;position:absolute;bottom:2px;right:1px}.header-text{flex:1;min-width:0}.header-text h3{letter-spacing:.2px;color:#fff;margin:0;font-size:16px;font-weight:700}.online-status{opacity:.85;align-items:center;gap:6px;margin-top:2px;font-size:12px;display:flex}.online-dot{background:#22c55e;border-radius:50%;width:7px;height:7px;animation:1.5s ease-in-out infinite blinkGreen}.online-text{color:#9ca3af;font-size:11px}.header-close{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;transition:all .25s;display:flex}.header-close:hover{background:var(--gbg-orange);transform:rotate(90deg)}.gbg-chat-body{background:#f8f9fa;flex:1;padding:16px 14px;overflow-y:auto}.gbg-chat-body::-webkit-scrollbar{width:5px}.gbg-chat-body::-webkit-scrollbar-thumb{background:#00000026;border-radius:99px}.gbg-chat-body::-webkit-scrollbar-thumb:hover{background:#00000040}.chat-date{text-align:center;margin:4px 0 14px}.chat-date span{color:var(--gbg-muted);letter-spacing:.4px;text-transform:uppercase;background:#fff;border-radius:999px;padding:5px 14px;font-size:11px;font-weight:600;box-shadow:0 1px 6px #0000000a}.message-row{align-items:flex-end;gap:8px;margin-bottom:14px;animation:.3s cubic-bezier(.3,1.2,.5,1) both msgIn;display:flex}.message-row.user{justify-content:flex-end}.message-avatar{object-fit:cover;border:1.5px solid #ff7a0040;border-radius:50%;flex-shrink:0;width:30px;height:30px}.message-content{flex-direction:column;max-width:78%;display:flex}.message-row.user .message-content{align-items:flex-end}.msg{word-break:break-word;color:var(--gbg-text);border-radius:16px;padding:10px 14px;font-size:14px;line-height:1.55}.msg.bot{background:#fff;border:1px solid #0000000d;border-radius:16px 16px 16px 4px;box-shadow:0 2px 8px #0000000a}.msg.user{background:linear-gradient(135deg,var(--gbg-orange),var(--gbg-orange-soft));color:#fff;border-radius:16px 16px 4px;box-shadow:0 4px 12px #ff7a0040}.msg-time{color:var(--gbg-muted);margin-top:3px;padding:0 6px;font-size:10px}.double-tick{color:#34b7f1;margin-left:4px;font-size:10px;font-weight:700}.typing-bubble{background:#fff;border-radius:16px 16px 16px 4px;align-items:center;gap:4px;padding:12px 16px;display:flex;box-shadow:0 2px 8px #0000000a}.typing-bubble span{background:var(--gbg-orange);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite typing}.typing-bubble span:nth-child(2){animation-delay:.15s}.typing-bubble span:nth-child(3){animation-delay:.3s}.query-resolved-section,.feedback-section{background:linear-gradient(135deg,#f0fdf4,#fff);border-top:2px solid #22c55e;flex-shrink:0;padding:14px;animation:.4s ease-out slideUp}.feedback-section{border-top:2px solid var(--gbg-orange);background:linear-gradient(135deg,#fff7ed,#fff)}.feedback-title,.query-resolved-title{color:var(--gbg-text);text-align:center;margin:0 0 10px;font-size:13px;font-weight:600}.feedback-emojis{justify-content:center;gap:12px;margin-bottom:10px;display:flex}.feedback-btn{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:12px;flex-direction:column;align-items:center;gap:4px;padding:8px 14px;font-size:22px;transition:all .25s;display:flex;box-shadow:0 2px 8px #0000000f}.feedback-btn span{color:var(--gbg-muted);font-size:10px;font-weight:600}.feedback-btn:hover{transform:translateY(-3px)scale(1.08);box-shadow:0 6px 16px #0000001a}.feedback-btn.happy:hover{background:#f0fdf4;border-color:#22c55e}.feedback-btn.neutral:hover{background:#fffbeb;border-color:#f59e0b}.feedback-btn.sad:hover{background:#fef2f2;border-color:#ef4444}.doubt-clear-btn{border:2px solid var(--gbg-orange);background:linear-gradient(135deg,var(--gbg-orange),var(--gbg-orange-soft));color:#fff;cursor:pointer;border-radius:999px;width:100%;padding:10px;font-size:13px;font-weight:700;transition:all .25s}.doubt-clear-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ff7a004d}.quick-actions-list{background:#f8f9fa;border-top:1px solid #e5e7eb;flex-shrink:0;padding:10px}.qa-header{color:#9ca3af;justify-content:space-between;align-items:center;padding:0 5px 8px;font-size:12px;font-weight:600;display:flex}.qa-close-btn{color:#aaa;cursor:pointer;background:0 0;border:none;border-radius:50%;padding:2px 5px;font-size:14px}.qa-close-btn:hover{color:#333;background:#e5e7eb}.qa-items{flex-direction:column;gap:6px;display:flex}.qa-list-item{cursor:pointer;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:14px;transition:all .2s;display:flex}.qa-list-item:hover{border-color:var(--gbg-orange);background:#fff7ed;transform:translate(3px)}.qa-list-item:disabled{opacity:.6;cursor:not-allowed}.qa-icon{color:var(--gbg-orange);align-items:center;display:flex}.qa-label{color:#374151;font-size:13px;font-weight:500}.gbg-chat-footer{background:#fff;border-top:1px solid #0000000f;flex-shrink:0;padding-bottom:6px}.chat-input{background:0 0;border-top:none;align-items:center;gap:8px;padding:10px 14px;display:flex}.chat-input input{color:var(--gbg-text);background:#f9fafb;border:1.5px solid #0000001a;border-radius:999px;outline:none;flex:1;padding:11px 16px;font-size:14px;transition:all .22s}.chat-input input:focus{border-color:var(--gbg-orange);background:#fff;box-shadow:0 0 0 3px #ff7a001a}.chat-input input::placeholder{color:var(--gbg-muted)}.chat-input input:disabled{cursor:not-allowed;opacity:.6;background:#f3f4f6}.chat-input button{background:linear-gradient(135deg,var(--gbg-orange),var(--gbg-orange-soft));color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .22s;display:flex;box-shadow:0 4px 12px #ff7a004d}.chat-input button:hover:not(:disabled){transform:scale(1.07);box-shadow:0 6px 16px #ff7a0066}.chat-input button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;background:#d1d5db}.chat-disclaimer{text-align:center;color:#9ca3af;padding:0 10px 6px;font-size:10px}.resume-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;border-radius:16px;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.resume-modal{text-align:center;background:#fff;border-radius:16px;width:85%;max-width:300px;padding:24px;animation:.3s cubic-bezier(.34,1.4,.5,1) popIn;box-shadow:0 8px 32px #0000002e}.chat-closed-modal{border:2px solid var(--gbg-orange)}.chat-closed-icon{margin-bottom:8px;font-size:36px}.resume-modal h4{color:#1f2937;margin:0 0 8px;font-size:17px}.resume-modal p{color:#6b7280;margin-bottom:18px;font-size:13px;line-height:1.5}.resume-modal-actions{flex-direction:column;gap:8px;display:flex}.btn-continue,.btn-new{cursor:pointer;border:none;border-radius:10px;padding:11px;font-size:14px;font-weight:600;transition:transform .2s,box-shadow .2s}.btn-continue{background:linear-gradient(135deg,var(--gbg-orange),var(--gbg-orange-soft));color:#fff}.btn-new{color:#374151;background:#f3f4f6;border:1px solid #d1d5db}.btn-continue:hover,.btn-new:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}@media(max-width:480px){.gbg-chat-window{border-radius:18px;width:auto;max-width:none;height:calc(100dvh - 110px);bottom:90px;left:10px;right:10px}.gbg-chat-fab{width:56px;height:56px;bottom:16px;right:16px}.message-content{max-width:85%}.gbg-welcome-bubble{width:auto;left:10px;right:80px}.feedback-btn{padding:6px 10px}.assistant-avatar{width:42px;height:42px}}@media(prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.qa-dropdown-container{z-index:10;background:#f8f9fa;border-top:1px solid #e5e7eb;flex-shrink:0;padding:8px 14px;position:relative}.qa-dropdown-toggle{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:10px 14px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.qa-dropdown-toggle:hover{border-color:var(--gbg-orange);color:var(--gbg-orange)}.qa-dropdown-toggle:disabled{opacity:.5;cursor:not-allowed}.qa-arrow{transition:transform .3s}.qa-arrow.open{transform:rotate(180deg)}.qa-dropdown-menu{background:#fff;border:1px solid #0000000f;border-radius:12px;flex-direction:column;gap:4px;padding:8px;animation:.25s ease-out dropUp;display:flex;position:absolute;bottom:calc(100% + 4px);left:14px;right:14px;box-shadow:0 10px 30px #0000001f}@keyframes dropUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.qa-dropdown-item{cursor:pointer;text-align:left;color:#374151;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.qa-dropdown-item:hover{color:var(--gbg-orange);background:#fff7ed}.qa-dropdown-item:disabled{opacity:.5;cursor:not-allowed}.qa-dropdown-item .qa-icon{color:var(--gbg-orange);align-items:center;display:flex}.gbg-chat-footer{background:#fff;border-top:1px solid #0000000f;flex-shrink:0}.chat-disclaimer{text-align:center;color:#9ca3af;background:#f9fafb;padding:6px 10px 8px;font-size:10px}.chat-disclaimer a{color:var(--gbg-orange);font-weight:600;text-decoration:none}.chat-disclaimer a:hover{text-decoration:underline}.gbgev-hero{will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#fff;width:100%;max-width:100vw;margin:72px 0 0;padding:0;line-height:0;display:block;position:relative;overflow:hidden;transform:translateZ(0)}.gbgev-hero__wrapper{width:100%;max-width:1920px;margin:0 auto;display:block;position:relative}.gbgev-hero__slider{width:100%;position:relative;overflow:hidden}.gbgev-hero__track{will-change:transform;width:100%;transition:transform .5s ease-in-out;display:flex}.gbgev-hero__slide{flex-shrink:0;width:100%;line-height:0;display:block}.gbgev-hero__image{object-fit:cover;object-position:top center;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;image-rendering:auto;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;width:100%;max-width:100%;height:auto;display:block;transform:translateZ(0);opacity:1!important}.gbgev-hero__arrow{color:#fff;cursor:pointer;z-index:10;opacity:0;background:#0006;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gbgev-hero:hover .gbgev-hero__arrow{opacity:1}.gbgev-hero__arrow:hover{background:#000000b3}.gbgev-hero__arrow--prev{left:16px}.gbgev-hero__arrow--next{right:16px}.gbgev-hero__dots{z-index:10;gap:10px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.gbgev-hero__dot{cursor:pointer;background:0 0;border:2px solid #fffc;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.gbgev-hero__dot--active{background:#fff;border-color:#fff;transform:scale(1.2)}.gbgev-hero__dot:hover{background:#ffffff80}@media(max-width:320px){.gbgev-hero{margin-top:56px}.gbgev-hero__arrow{width:32px;height:32px}.gbgev-hero__arrow--prev{left:8px}.gbgev-hero__arrow--next{right:8px}.gbgev-hero__dots{gap:6px;bottom:12px}.gbgev-hero__dot{width:8px;height:8px}}@media(min-width:321px)and (max-width:480px){.gbgev-hero{margin-top:60px}.gbgev-hero__arrow{width:36px;height:36px}.gbgev-hero__arrow--prev{left:10px}.gbgev-hero__arrow--next{right:10px}.gbgev-hero__dots{bottom:14px}}@media(min-width:481px)and (max-width:767px){.gbgev-hero{margin-top:64px}.gbgev-hero__arrow{width:40px;height:40px}}@media(min-width:768px)and (max-width:1024px){.gbgev-hero{margin-top:68px}}@media(min-width:1025px){.gbgev-hero{margin-top:72px}}@media(min-width:1920px){.gbgev-hero__wrapper{max-width:100%}}@media(max-height:500px)and (orientation:landscape)and (max-width:1024px){.gbgev-hero{margin-top:64px}}@media(hover:none){.gbgev-hero__arrow{opacity:.7;width:36px;height:36px}.gbgev-hero__arrow--prev{left:8px}.gbgev-hero__arrow--next{right:8px}}@media(prefers-reduced-motion:reduce){.gbgev-hero__track{transition:none!important}.gbgev-hero__image{transition:none!important;animation:none!important}}:root{--wcu-orange:#e67531;--wcu-dark:#1a1a1a;--wcu-gray:#f4f6f8}.wcu-section{background-color:#fff;width:100%;padding-top:80px;padding-bottom:80px;font-family:Poppins,sans-serif;overflow:hidden}.wcu-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:60px;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}.wcu-left-panel{flex:1;min-width:300px}.wcu-right-panel{flex:1;justify-content:center;align-items:center;min-width:300px;display:flex;position:relative}.wcu-heading{color:var(--wcu-dark);margin:14px 0;font-size:42px;font-weight:800;line-height:1.2}.wcu-heading span{color:var(--wcu-orange)}.wcu-badge{color:var(--wcu-orange);text-transform:uppercase;letter-spacing:1px;background:#fff4e6;border-radius:30px;margin-bottom:15px;padding:8px 18px;font-size:13px;font-weight:700;display:inline-block}.wcu-subtitle{color:#555;margin-bottom:35px;font-size:1.1rem;line-height:1.7}.wcu-features-list{flex-direction:column;gap:20px;display:flex}.wcu-list-item{border:1px solid #0000;border-radius:12px;align-items:center;gap:18px;padding:12px;transition:all .3s;display:flex}.wcu-list-item:hover{background-color:#fff;border-color:#ffe6d6;box-shadow:0 5px 15px #e6753114}.wcu-video-thumb{background:#fff4ec;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex;overflow:hidden;box-shadow:0 4px 10px #0000001a}.wcu-thumb-video{object-fit:cover;width:100%;height:100%}.wcu-text-content h4{color:var(--wcu-dark);margin-bottom:4px;font-size:18px;font-weight:700}.wcu-text-content p{color:#666;margin:0;font-size:14px;line-height:1.5}.wcu-trust{flex-wrap:wrap;gap:15px;margin-top:30px;display:flex}.wcu-trust span{background:var(--wcu-gray);color:#555;border-radius:50px;align-items:center;gap:6px;padding:10px 20px;font-size:13px;font-weight:600;display:flex}.wcu-img-box{z-index:1;background:#fff;border:1px solid #f0f0f0;border-radius:35px;width:100%;max-width:500px;padding:10px;position:relative;box-shadow:0 25px 60px #0000001a}.wcu-img-box img{border-radius:24px;width:100%;height:auto;display:block}.wcu-float-card{z-index:2;background:#fff;border-radius:16px;padding:14px 24px;animation:3s ease-in-out infinite float;position:absolute;box-shadow:0 12px 30px #00000026}.wcu-float-card h3{color:var(--wcu-orange);margin:0;font-size:22px;font-weight:800}.wcu-float-card p{color:#777;text-transform:uppercase;letter-spacing:1px;margin:0;font-size:12px;font-weight:600}.wcu-range{top:5%;right:-5%}.wcu-charge{animation-delay:1.5s;bottom:10%;left:-5%}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.wcu-bottom-grid{max-width:1200px;margin:100px auto 0;padding:0 20px}.wcu-section-header{text-align:center;margin-bottom:60px}.wcu-grid-subtitle{color:#666;margin-bottom:20px;font-size:1.2rem;font-weight:500}.wcu-divider{background-color:var(--wcu-orange);border-radius:2px;width:60px;height:4px;margin:0 auto}.wcu-grid-container{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px;display:grid}.wcu-grid-card{text-align:center;cursor:pointer;background:#fff;border:1px solid #eee;border-radius:20px;flex-direction:column;align-items:center;padding:40px 30px;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #0000000a}.wcu-grid-card:hover{border-color:var(--wcu-orange);transform:translateY(-10px);box-shadow:0 20px 50px #e6753126}.wcu-icon-box{width:85px;height:85px;color:var(--wcu-orange);background-color:#fff8f2;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 30px;font-size:2.5rem;transition:all .3s;display:flex}.wcu-grid-card:hover .wcu-icon-box{background-color:var(--wcu-orange);color:#fff;transform:scale(1.1)rotate(5deg)}.wcu-card-title{color:var(--wcu-dark);margin-bottom:12px;font-size:1.35rem;font-weight:700}.wcu-card-desc{color:#666;font-size:.95rem;line-height:1.7}@media(max-width:900px){.wcu-container{text-align:center;flex-direction:column;gap:50px}.wcu-right-panel{width:100%}.wcu-img-box{max-width:100%}.wcu-list-item{text-align:left;align-items:center}.wcu-float-card{padding:10px 16px;font-size:.9rem}.wcu-range{top:0%;right:0%}.wcu-charge{bottom:0%;left:0%}}@media(max-width:480px){.wcu-heading{font-size:32px}.wcu-grid-container{grid-template-columns:1fr}}.gbgev-whatweoffer-section{box-sizing:border-box;background-color:#fff;width:100%;max-width:100vw;position:relative;overflow-x:hidden}.gbgev-whatweoffer-section *,.gbgev-whatweoffer-section :before,.gbgev-whatweoffer-section :after{box-sizing:border-box}.gbgev-whatweoffer-header{text-align:center;background-color:#fff;width:100%;max-width:100%;padding:3rem 1rem}.gbgev-whatweoffer-header-title{letter-spacing:-.02em;color:#0a0a0a;word-wrap:break-word;margin-bottom:.75rem;font-size:1.75rem;font-weight:700;line-height:1.2}.gbgev-whatweoffer-text-primary{color:#2563eb}.gbgev-whatweoffer-header-desc{color:#71717a;word-wrap:break-word;max-width:36rem;margin:0 auto;padding:0 .5rem;font-size:.9rem;line-height:1.6}@media(min-width:480px){.gbgev-whatweoffer-header{padding:3.5rem 1.5rem}.gbgev-whatweoffer-header-title{font-size:2.25rem}.gbgev-whatweoffer-header-desc{padding:0;font-size:1rem}}@media(min-width:768px){.gbgev-whatweoffer-header{padding:4rem 2rem}.gbgev-whatweoffer-header-title{font-size:3rem}.gbgev-whatweoffer-header-desc{max-width:40rem;font-size:1.05rem}}@media(min-width:1024px){.gbgev-whatweoffer-header-title{font-size:3.5rem}}@media(min-width:1440px){.gbgev-whatweoffer-header{padding:5rem 3rem}.gbgev-whatweoffer-header-title{font-size:4rem}.gbgev-whatweoffer-header-desc{max-width:48rem;font-size:1.125rem}}@media(min-width:1920px){.gbgev-whatweoffer-header-title{font-size:4.5rem}}.gbgev-whatweoffer-cards-outer,.gbgev-whatweoffer-cards-wrapper{width:100%;max-width:100%;position:relative}@media(min-width:1024px){.gbgev-whatweoffer-cards-wrapper{height:100vh;border-radius:1.5rem;height:100dvh;overflow:hidden}}.gbgev-whatweoffer-card{justify-content:center;align-items:center;width:100%;max-width:100%;margin-bottom:1rem;padding:.75rem;display:flex}@media(min-width:1024px){.gbgev-whatweoffer-card{height:100%;margin-bottom:0;padding:.5rem;position:absolute;top:0;bottom:0;left:0;right:0}}.gbgev-whatweoffer-card-inner{border-radius:1.25rem;justify-content:center;align-items:center;width:100%;max-width:100%;padding:.5rem;display:flex;overflow:hidden;box-shadow:0 10px 25px -5px #00000014,0 4px 10px -5px #00000008}@media(min-width:480px){.gbgev-whatweoffer-card-inner{border-radius:1.5rem;padding:.75rem}}@media(min-width:768px){.gbgev-whatweoffer-card-inner{border-radius:1.75rem;max-width:95%;padding:1rem}}@media(min-width:1024px){.gbgev-whatweoffer-card-inner{border-radius:2rem;width:90%;max-width:1200px;height:85%}}@media(min-width:1440px){.gbgev-whatweoffer-card-inner{border-radius:2.5rem;width:85%;max-width:1400px;height:82%}}@media(min-width:1920px){.gbgev-whatweoffer-card-inner{width:80%;max-width:1600px;height:80%}}.gbgev-whatweoffer-content-grid{grid-template-columns:1fr;align-items:center;gap:1rem;width:100%;max-width:100%;margin:0 auto;padding:.75rem;display:grid}@media(min-width:480px){.gbgev-whatweoffer-content-grid{gap:1.25rem;padding:1rem}}@media(min-width:768px){.gbgev-whatweoffer-content-grid{gap:1.5rem;max-width:100%;padding:1.5rem}}@media(min-width:1024px){.gbgev-whatweoffer-content-grid{grid-template-columns:1fr 1fr;gap:2rem;max-width:100%;padding:2rem}}@media(min-width:1440px){.gbgev-whatweoffer-content-grid{gap:3rem;padding:2.5rem}}@media(min-width:1920px){.gbgev-whatweoffer-content-grid{gap:4rem;padding:3rem}}.gbgev-whatweoffer-content-col{overflow-wrap:break-word;word-wrap:break-word;flex-direction:column;width:100%;max-width:100%;display:flex}.gbgev-whatweoffer-tag-row{flex-wrap:wrap;align-items:center;gap:.5rem;width:100%;margin-bottom:.75rem;display:flex}.gbgev-whatweoffer-tag{text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-style:solid;border-width:1.5px;border-radius:9999px;flex-shrink:0;align-items:center;gap:.3rem;padding:.35rem .7rem;font-size:.65rem;font-weight:700;display:inline-flex}@media(min-width:480px){.gbgev-whatweoffer-tag{padding:.4rem .8rem;font-size:.7rem}}@media(min-width:768px){.gbgev-whatweoffer-tag{padding:.45rem .9rem;font-size:.75rem}}@media(min-width:1440px){.gbgev-whatweoffer-tag{padding:.5rem 1rem;font-size:.8rem}}.gbgev-whatweoffer-id-badge{flex-shrink:0;font-family:monospace;font-size:.75rem;font-weight:600}@media(min-width:768px){.gbgev-whatweoffer-id-badge{font-size:.85rem}}.gbgev-whatweoffer-title{letter-spacing:-.02em;color:#1a1a1a;word-wrap:break-word;margin-bottom:.5rem;font-size:1.3rem;font-weight:700;line-height:1.2}@media(min-width:480px){.gbgev-whatweoffer-title{font-size:1.5rem}}@media(min-width:768px){.gbgev-whatweoffer-title{margin-bottom:.75rem;font-size:1.8rem}}@media(min-width:1024px){.gbgev-whatweoffer-title{font-size:2.2rem}}@media(min-width:1440px){.gbgev-whatweoffer-title{margin-bottom:1rem;font-size:2.75rem}}@media(min-width:1920px){.gbgev-whatweoffer-title{font-size:3.25rem}}.gbgev-whatweoffer-desc{color:#4b5563;word-wrap:break-word;max-width:100%;margin-bottom:.75rem;font-size:.85rem;line-height:1.5}@media(min-width:480px){.gbgev-whatweoffer-desc{font-size:.9rem}}@media(min-width:768px){.gbgev-whatweoffer-desc{margin-bottom:1rem;font-size:1rem;line-height:1.6}}@media(min-width:1024px){.gbgev-whatweoffer-desc{margin-bottom:1.25rem;font-size:1.05rem}}@media(min-width:1440px){.gbgev-whatweoffer-desc{font-size:1.1rem;line-height:1.7}}.gbgev-whatweoffer-stats-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;width:100%;margin-bottom:1rem;display:grid}@media(min-width:480px){.gbgev-whatweoffer-stats-grid{gap:.65rem;margin-bottom:1.25rem}}@media(min-width:768px){.gbgev-whatweoffer-stats-grid{gap:.75rem;margin-bottom:1.5rem}}@media(min-width:1440px){.gbgev-whatweoffer-stats-grid{gap:1rem;margin-bottom:2rem}}.gbgev-whatweoffer-stat-box{text-align:center;background:#ffffffb3;border:1px solid #ffffffe6;border-radius:.6rem;min-width:0;padding:.5rem;box-shadow:0 4px 20px #0000000a}@media(min-width:480px){.gbgev-whatweoffer-stat-box{border-radius:.7rem;padding:.6rem}}@media(min-width:768px){.gbgev-whatweoffer-stat-box{border-radius:.75rem;padding:.75rem}}@media(min-width:1440px){.gbgev-whatweoffer-stat-box{border-radius:1rem;padding:1rem}}.gbgev-whatweoffer-stat-value{word-wrap:break-word;margin-bottom:.2rem;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Arial,sans-serif;font-size:.85rem;font-weight:700}@media(min-width:480px){.gbgev-whatweoffer-stat-value{font-size:1rem}}@media(min-width:768px){.gbgev-whatweoffer-stat-value{font-size:1.15rem}}@media(min-width:1024px){.gbgev-whatweoffer-stat-value{font-size:1.25rem}}@media(min-width:1440px){.gbgev-whatweoffer-stat-value{font-size:1.5rem}}.gbgev-whatweoffer-stat-label{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;word-wrap:break-word;margin-top:.15rem;font-size:.5rem;font-weight:600}@media(min-width:480px){.gbgev-whatweoffer-stat-label{font-size:.55rem}}@media(min-width:768px){.gbgev-whatweoffer-stat-label{margin-top:.2rem;font-size:.6rem}}@media(min-width:1440px){.gbgev-whatweoffer-stat-label{font-size:.7rem}}.gbgev-whatweoffer-btn{text-transform:uppercase;letter-spacing:.05em;cursor:pointer;color:#fff;white-space:nowrap;border:none;border-radius:9999px;flex-shrink:0;align-self:flex-start;align-items:center;gap:.4rem;padding:.6rem 1.2rem;font-size:.75rem;font-weight:700;transition:all .3s;display:inline-flex}.gbgev-whatweoffer-btn:hover{gap:.6rem;transform:translateY(-2px)}@media(min-width:480px){.gbgev-whatweoffer-btn{padding:.7rem 1.4rem;font-size:.8rem}}@media(min-width:768px){.gbgev-whatweoffer-btn{gap:.5rem;padding:.8rem 1.6rem;font-size:.85rem}}@media(min-width:1024px){.gbgev-whatweoffer-btn{padding:.9rem 1.8rem;font-size:.9rem}}@media(min-width:1440px){.gbgev-whatweoffer-btn{padding:1rem 2rem;font-size:1rem}}.gbgev-whatweoffer-btn-icon{transition:transform .3s}.gbgev-whatweoffer-btn:hover .gbgev-whatweoffer-btn-icon{transform:translate(.25rem)}.gbgev-whatweoffer-image-col{justify-content:center;align-items:center;width:100%;min-width:0;padding:.5rem;display:flex;position:relative}@media(min-width:768px){.gbgev-whatweoffer-image-col{padding:.75rem}}@media(min-width:1024px){.gbgev-whatweoffer-image-col{padding:1rem}}.gbgev-whatweoffer-image-blob{filter:blur(2rem);opacity:.2;border-radius:50%;width:8rem;height:8rem;position:absolute}@media(min-width:480px){.gbgev-whatweoffer-image-blob{width:10rem;height:10rem}}@media(min-width:768px){.gbgev-whatweoffer-image-blob{filter:blur(2.5rem);width:12rem;height:12rem}}@media(min-width:1024px){.gbgev-whatweoffer-image-blob{width:14rem;height:14rem}}@media(min-width:1440px){.gbgev-whatweoffer-image-blob{width:16rem;height:16rem}}.gbgev-whatweoffer-image{object-fit:contain;z-index:10;filter:drop-shadow(0 15px 15px #0000001a);width:8rem;max-width:100%;height:8rem;position:relative}@media(min-width:480px){.gbgev-whatweoffer-image{width:10rem;height:10rem}}@media(min-width:768px){.gbgev-whatweoffer-image{width:13rem;height:13rem}}@media(min-width:1024px){.gbgev-whatweoffer-image{width:16rem;height:16rem}}@media(min-width:1440px){.gbgev-whatweoffer-image{filter:drop-shadow(0 20px 20px #0000001f);width:20rem;height:20rem}}@media(min-width:1920px){.gbgev-whatweoffer-image{width:24rem;height:24rem}}.gbgev-whatweoffer-icon-sm{flex-shrink:0;width:1rem;height:1rem}@media(min-width:768px){.gbgev-whatweoffer-icon-sm{width:1.25rem;height:1.25rem}}.gbgev-whatweoffer-icon-xs{flex-shrink:0;width:.75rem;height:.75rem}@media(min-width:768px){.gbgev-whatweoffer-icon-xs{width:.875rem;height:.875rem}}.gbgev-whatweoffer-direction-rtl{direction:rtl}.gbgev-whatweoffer-direction-ltr{direction:ltr}@media(max-width:479px){.gbgev-whatweoffer-section{overflow-x:hidden}.gbgev-whatweoffer-card{margin-bottom:.75rem;padding:.5rem}.gbgev-whatweoffer-card-inner{border-radius:1rem;padding:.5rem}.gbgev-whatweoffer-content-grid{gap:.5rem;padding:.5rem}.gbgev-whatweoffer-image-col{order:-1;padding:.25rem}.gbgev-whatweoffer-image,.gbgev-whatweoffer-image-blob{width:7rem;height:7rem}.gbgev-whatweoffer-stats-grid{gap:.35rem}.gbgev-whatweoffer-stat-box{border-radius:.5rem;padding:.35rem}.gbgev-whatweoffer-stat-value{font-size:.75rem}.gbgev-whatweoffer-stat-label{font-size:.45rem}.gbgev-whatweoffer-tag-row{margin-bottom:.4rem}.gbgev-whatweoffer-title{margin-bottom:.35rem;font-size:1.15rem}.gbgev-whatweoffer-desc{margin-bottom:.6rem;font-size:.8rem;line-height:1.4}.gbgev-whatweoffer-btn{padding:.5rem 1rem;font-size:.7rem}}@media(min-width:480px)and (max-width:767px){.gbgev-whatweoffer-card-inner{max-width:98%;padding:.75rem}.gbgev-whatweoffer-image{width:9rem;height:9rem}}@media(max-height:500px)and (orientation:landscape)and (max-width:1023px){.gbgev-whatweoffer-content-grid{grid-template-columns:1fr 1fr;gap:1rem;padding:1rem}.gbgev-whatweoffer-image{width:7rem;height:7rem}.gbgev-whatweoffer-title{font-size:1.1rem}.gbgev-whatweoffer-desc{margin-bottom:.6rem;font-size:.8rem}.gbgev-whatweoffer-stats-grid{margin-bottom:.75rem}.gbgev-whatweoffer-stat-box{padding:.4rem}.gbgev-whatweoffer-stat-value{font-size:.8rem}.gbgev-whatweoffer-stat-label{font-size:.5rem}.gbgev-whatweoffer-btn{padding:.5rem 1rem;font-size:.7rem}}@media(min-width:1024px){.gbgev-whatweoffer-cards-outer{height:auto}}@media(min-width:2560px){.gbgev-whatweoffer-header{padding:6rem 4rem}.gbgev-whatweoffer-header-title{font-size:5rem}.gbgev-whatweoffer-header-desc{max-width:56rem;font-size:1.35rem}.gbgev-whatweoffer-card-inner{max-width:1800px}.gbgev-whatweoffer-content-grid{gap:5rem;padding:3.5rem}.gbgev-whatweoffer-title{font-size:3.5rem}.gbgev-whatweoffer-desc{font-size:1.2rem;line-height:1.8}.gbgev-whatweoffer-tag{padding:.6rem 1.2rem;font-size:.9rem}.gbgev-whatweoffer-stats-grid{gap:1.25rem;margin-bottom:2.5rem}.gbgev-whatweoffer-stat-box{border-radius:1.25rem;padding:1.25rem}.gbgev-whatweoffer-stat-value{font-size:1.75rem}.gbgev-whatweoffer-stat-label{font-size:.8rem}.gbgev-whatweoffer-btn{padding:1.1rem 2.2rem;font-size:1.1rem}.gbgev-whatweoffer-image{width:28rem;height:28rem}.gbgev-whatweoffer-image-blob{width:20rem;height:20rem}}@media(prefers-reduced-motion:reduce){.gbgev-whatweoffer-btn,.gbgev-whatweoffer-btn-icon{transition:none!important}}.gbg-ev-test-section{background:#fff;width:100%;padding:80px 0 120px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow:hidden}.gbg-ev-test-bg-effects{pointer-events:none;z-index:0;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.gbg-ev-test-blob{filter:blur(100px);border-radius:50%;position:absolute}.gbg-ev-test-blob-1{background:#e675311a;width:300px;height:300px;top:-80px;left:-80px}.gbg-ev-test-blob-2{background:#325fd714;width:400px;height:400px;bottom:-100px;right:-100px}.gbg-ev-test-blob-3{background:radial-gradient(circle,#e675310f,#0000);width:600px;height:600px;top:50%;left:50%;transform:translate(-50%,-50%)}.gbg-ev-test-content-wrapper{z-index:2;max-width:1400px;margin:0 auto;padding:0 20px;position:relative}.gbg-ev-test-avatar-circle{border:3px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:box-shadow .3s,transform .3s;display:flex;overflow:hidden;box-shadow:0 2px 8px #00000014}.gbg-ev-test-avatar-img{object-fit:cover;width:100%;height:100%;display:block}.gbg-ev-test-avatar-initial{color:#fff;font-size:18px;font-weight:700;line-height:1}.gbg-ev-test-avatar-group-wrapper{justify-content:center;align-items:center;margin-bottom:32px;display:flex}.gbg-ev-test-avatar-group{align-items:center;display:flex}.gbg-ev-test-avatar-item{cursor:pointer;z-index:10;margin-left:-12px;transition:transform .35s cubic-bezier(.16,1,.3,1);position:relative}.gbg-ev-test-avatar-item:first-child{margin-left:0}.gbg-ev-test-avatar-item:hover{z-index:20;transform:translateY(-6px)scale(1.08)}.gbg-ev-test-avatar-item:hover .gbg-ev-test-avatar-circle{box-shadow:0 4px 16px #e675314d}.gbg-ev-test-avatar-tooltip{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#0a0a0a;border-radius:10px;padding:6px 14px;font-size:12px;font-weight:500;transition:all .25s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-38px;left:50%;transform:translate(-50%)translateY(8px);box-shadow:0 4px 12px #00000026}.gbg-ev-test-avatar-tooltip:before{content:"";border-bottom:5px solid #0a0a0a;border-left:5px solid #0000;border-right:5px solid #0000;position:absolute;top:-5px;left:50%;transform:translate(-50%)}.gbg-ev-test-avatar-item:hover .gbg-ev-test-avatar-tooltip{opacity:1;transform:translate(-50%)translateY(0)}.gbg-ev-test-avatar-plus{cursor:pointer;z-index:10;border:3px solid #fff;border-radius:50%;width:48px;height:48px;margin-left:-12px;transition:all .35s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 2px 8px #0000001a}.gbg-ev-test-avatar-plus:hover{transform:scale(1.12);box-shadow:0 4px 16px #e675314d}.gbg-ev-test-avatar-plus-img{object-fit:cover;width:100%;height:100%;display:block}.gbg-ev-test-title-area{text-align:center;margin-bottom:64px}.gbg-ev-test-title-area h2{color:#0a0a0a;letter-spacing:-.02em;margin:0;font-size:32px;font-weight:800;line-height:1.25}.gbg-ev-test-title-normal{color:#374151}.gbg-ev-test-title-gradient{background:linear-gradient(90deg,#e67531,#325fd7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gbg-ev-test-marquee-row{margin-bottom:24px;position:relative;overflow:visible}.gbg-ev-test-fade-left,.gbg-ev-test-fade-right{z-index:5;pointer-events:none;width:100px;display:none;position:absolute;top:0;bottom:0}.gbg-ev-test-fade-left{background:linear-gradient(90deg,#fff,#0000);left:0}.gbg-ev-test-fade-right{background:linear-gradient(270deg,#fff,#0000);right:0}.gbg-ev-test-marquee{gap:24px;width:max-content;animation-play-state:running;display:flex}.gbg-ev-test-pause-on-hover:hover .gbg-ev-test-marquee{animation-play-state:paused}.gbg-ev-test-marquee-left{animation:45s linear infinite gbg-ev-test-marqueeLeft}.gbg-ev-test-marquee-right{animation:45s linear infinite gbg-ev-test-marqueeRight}@keyframes gbg-ev-test-marqueeLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes gbg-ev-test-marqueeRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.gbg-ev-test-card{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:20px;flex-direction:column;flex-shrink:0;justify-content:space-between;width:340px;min-height:200px;padding:28px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000a}.gbg-ev-test-card:hover{border-color:#e6753166;transform:translateY(-4px);box-shadow:0 16px 40px -12px #e675312e}.gbg-ev-test-card-overlay{opacity:0;pointer-events:none;z-index:0;background:radial-gradient(circle at 100% 0,#e675310f,#0000 70%);border-radius:20px;transition:opacity .4s;position:absolute;top:0;bottom:0;left:0;right:0}.gbg-ev-test-card:hover .gbg-ev-test-card-overlay{opacity:1}.gbg-ev-test-card-header{z-index:1;align-items:center;gap:14px;margin-bottom:16px;display:flex;position:relative}.gbg-ev-test-card-header .gbg-ev-test-avatar-circle{border:2px solid #e5e7eb;width:46px;height:46px;transition:border-color .3s,transform .3s}.gbg-ev-test-card:hover .gbg-ev-test-card-header .gbg-ev-test-avatar-circle{border-color:#e6753180;transform:scale(1.05)}.gbg-ev-test-card-header .gbg-ev-test-avatar-initial{font-size:16px}.gbg-ev-test-card-info h4{color:#0a0a0a;margin:0 0 3px;font-size:15px;font-weight:700;line-height:1.3}.gbg-ev-test-card-info p{color:#9ca3af;margin:0;font-size:13px;font-weight:500;line-height:1.3}.gbg-ev-test-card-text{color:#4b5563;z-index:1;-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:1.65;transition:color .3s;display:-webkit-box;position:relative;overflow:hidden}.gbg-ev-test-card:hover .gbg-ev-test-card-text{color:#374151}@media(max-width:1024px){.gbg-ev-test-section{padding:60px 0 90px}.gbg-ev-test-title-area h2{font-size:28px}.gbg-ev-test-title-area{margin-bottom:48px}.gbg-ev-test-card{border-radius:18px;width:320px;min-height:190px;padding:24px}.gbg-ev-test-fade-left,.gbg-ev-test-fade-right{width:60px}}@media(max-width:767px){.gbg-ev-test-section{padding:50px 0 70px}.gbg-ev-test-content-wrapper{padding:0 16px}.gbg-ev-test-title-area h2{font-size:24px;line-height:1.3}.gbg-ev-test-title-area{margin-bottom:36px}.gbg-ev-test-avatar-circle{width:42px;height:42px}.gbg-ev-test-avatar-initial{font-size:16px}.gbg-ev-test-avatar-plus{width:42px;height:42px}.gbg-ev-test-card{border-radius:16px;width:300px;min-height:180px;padding:22px}.gbg-ev-test-card-header .gbg-ev-test-avatar-circle{width:40px;height:40px}.gbg-ev-test-card-info h4{font-size:14px}.gbg-ev-test-card-text{font-size:13px;line-height:1.6}.gbg-ev-test-marquee{gap:16px}.gbg-ev-test-marquee-row{margin-bottom:16px}.gbg-ev-test-fade-left,.gbg-ev-test-fade-right{width:40px}}@media(max-width:480px){.gbg-ev-test-section{padding:40px 0 60px}.gbg-ev-test-title-area h2{font-size:22px}.gbg-ev-test-title-area{margin-bottom:28px}.gbg-ev-test-avatar-group-wrapper{margin-bottom:24px}.gbg-ev-test-avatar-circle{width:38px;height:38px}.gbg-ev-test-avatar-initial{font-size:14px}.gbg-ev-test-avatar-plus{width:38px;height:38px}.gbg-ev-test-card{border-radius:14px;width:280px;min-height:170px;padding:20px}.gbg-ev-test-card-header{gap:10px;margin-bottom:12px}.gbg-ev-test-card-header .gbg-ev-test-avatar-circle{width:36px;height:36px}.gbg-ev-test-card-info h4{font-size:13px}.gbg-ev-test-card-info p{font-size:12px}.gbg-ev-test-card-text{font-size:12.5px;line-height:1.55}.gbg-ev-test-marquee{gap:14px}.gbg-ev-test-fade-left,.gbg-ev-test-fade-right{width:30px}}@media(min-width:1440px){.gbg-ev-test-section{padding:100px 0 140px}.gbg-ev-test-content-wrapper{max-width:1600px;padding:0 40px}.gbg-ev-test-title-area h2{font-size:42px}.gbg-ev-test-title-area{margin-bottom:72px}.gbg-ev-test-avatar-circle{width:56px;height:56px}.gbg-ev-test-avatar-initial{font-size:20px}.gbg-ev-test-avatar-plus{width:56px;height:56px}.gbg-ev-test-card{border-radius:22px;width:400px;min-height:220px;padding:32px}.gbg-ev-test-card-header .gbg-ev-test-avatar-circle{width:50px;height:50px}.gbg-ev-test-card-info h4{font-size:16px}.gbg-ev-test-card-info p{font-size:14px}.gbg-ev-test-card-text{font-size:15px;line-height:1.7}.gbg-ev-test-marquee{gap:28px}.gbg-ev-test-fade-left,.gbg-ev-test-fade-right{width:120px}}@media(min-width:1920px){.gbg-ev-test-content-wrapper{max-width:1800px;padding:0 60px}.gbg-ev-test-title-area h2{font-size:48px}.gbg-ev-test-card{width:440px;min-height:230px;padding:36px}.gbg-ev-test-card-text{font-size:16px}.gbg-ev-test-marquee{gap:32px}}@media(prefers-reduced-motion:reduce){.gbg-ev-test-marquee-left,.gbg-ev-test-marquee-right{animation:none}.gbg-ev-test-avatar-item,.gbg-ev-test-avatar-plus,.gbg-ev-test-card{transition:none}}:root{--orange:#e67531;--blue:#2d7ac5;--white:#fff}.rider-cta{box-sizing:border-box;width:100%;padding:60px 16px;font-family:Poppins,sans-serif}.cta-inner{background:linear-gradient(90deg,#e67531,#e67631,#e67631);border-radius:24px;justify-content:space-between;align-items:center;gap:30px;max-width:1300px;margin:auto;padding:40px 30px;display:flex;position:relative;overflow:hidden}.cta-inner:before{content:"";opacity:.35;pointer-events:none;background-image:radial-gradient(#fff3 1px,#0000 1px);background-size:20px 20px;position:absolute;top:0;bottom:0;left:0;right:0}.cta-text{max-width:650px;color:var(--white);z-index:2;flex:1;position:relative}.cta-text h2{margin-bottom:12px;font-size:28px;font-weight:700;line-height:1.2}.cta-text p{opacity:.95;margin:0;font-size:14px;line-height:1.6}.avatar-strip{flex-wrap:wrap;align-items:center;gap:4px;margin-top:20px;display:flex}.avatar{cursor:pointer;margin-left:-10px;transition:all .3s;position:relative}.avatar:first-child{margin-left:0}.avatar img{object-fit:cover;background:#fff;border:2.5px solid #fff;border-radius:50%;width:36px;height:36px;display:block}.avatar:hover{z-index:5;transform:translateY(-5px)}.avatar-name{color:#fff;opacity:0;pointer-events:none;white-space:nowrap;z-index:10;background:#2d7ac5;border-radius:5px;padding:3px 6px;font-size:10px;transition:all .3s;position:absolute;bottom:-26px;left:50%;transform:translate(-50%)}.avatar:hover .avatar-name{opacity:1}.avatar-count{flex-direction:column;margin-left:14px;line-height:1.2;display:flex}.avatar-count strong{color:#fff;font-size:18px;font-weight:700}.avatar-count span{color:#fff;opacity:.9;font-size:12px;font-weight:500}.cta-actions{z-index:2;flex-shrink:0;gap:14px;display:flex;position:relative}.btn{cursor:pointer;white-space:nowrap;border:none;border-radius:999px;padding:12px 24px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;transition:all .3s}.btn.primary{color:#111;background:#fff}.btn.primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003}.btn.outline{color:#fff;background:0 0;border:2px solid #ffffffb3}.btn.outline:hover{color:#111;background:#fff}@media screen and (max-width:320px){.rider-cta{padding:30px 10px}.cta-inner{text-align:center;border-radius:16px;flex-direction:column;gap:20px;padding:24px 16px}.cta-text h2{margin-bottom:8px;font-size:20px}.cta-text p{font-size:12px;line-height:1.5}.avatar-strip{justify-content:center;margin-top:16px}.avatar{margin-left:-8px}.avatar img{border-width:2px;width:32px;height:32px}.avatar-count{margin-left:8px}.avatar-count strong{font-size:14px}.avatar-count span{font-size:10px}.cta-actions{flex-direction:column;gap:10px;width:100%}.btn{width:100%;padding:12px 20px;font-size:13px}}@media screen and (min-width:321px)and (max-width:480px){.rider-cta{padding:36px 12px}.cta-inner{text-align:center;border-radius:18px;flex-direction:column;gap:22px;padding:28px 20px}.cta-text h2{margin-bottom:10px;font-size:22px}.cta-text p{font-size:13px}.avatar-strip{justify-content:center;margin-top:18px}.avatar img{width:34px;height:34px}.avatar-count strong{font-size:16px}.avatar-count span{font-size:11px}.cta-actions{flex-direction:column;gap:12px;width:100%}.btn{width:100%;padding:12px 22px;font-size:13px}}@media screen and (min-width:481px)and (max-width:767px){.rider-cta{padding:44px 16px}.cta-inner{text-align:center;border-radius:20px;flex-direction:column;gap:24px;padding:32px 28px}.cta-text h2{font-size:26px}.cta-text p{font-size:14px}.avatar-strip{justify-content:center;margin-top:20px}.avatar img{width:38px;height:38px}.avatar-count strong{font-size:18px}.cta-actions{flex-direction:row;justify-content:center;width:100%}.btn{padding:12px 28px;font-size:14px}}@media screen and (min-width:768px)and (max-width:1024px){.rider-cta{padding:50px 24px}.cta-inner{border-radius:24px;gap:30px;padding:36px 40px}.cta-text h2{font-size:30px}.cta-text p{font-size:15px}.avatar img{width:40px;height:40px}.avatar-count strong{font-size:20px}.avatar-count span{font-size:13px}.btn{padding:13px 26px;font-size:14px}}@media screen and (min-width:1025px)and (max-width:1280px){.rider-cta{padding:55px 30px}.cta-inner{border-radius:26px;padding:40px 50px}.cta-text h2{font-size:34px}.cta-text p{font-size:15px}.avatar img{width:42px;height:42px}.avatar-count strong{font-size:22px}.btn{padding:14px 28px;font-size:15px}}@media screen and (min-width:1281px)and (max-width:1440px){.rider-cta{padding:60px 40px}.cta-inner{border-radius:28px;padding:45px 55px}.cta-text h2{font-size:38px}.cta-text p{font-size:16px}.avatar img{width:44px;height:44px}.avatar-count strong{font-size:24px}.btn{padding:14px 30px;font-size:15px}}@media screen and (min-width:1441px)and (max-width:1919px){.rider-cta{padding:70px 50px}.cta-inner{border-radius:30px;gap:50px;max-width:1400px;padding:50px 70px}.cta-text h2{margin-bottom:16px;font-size:42px}.cta-text p{font-size:17px}.avatar img{border-width:3px;width:48px;height:48px}.avatar-count strong{font-size:26px}.avatar-count span{font-size:14px}.btn{padding:16px 34px;font-size:16px}}@media screen and (min-width:1920px){.rider-cta{padding:80px 60px}.cta-inner{border-radius:34px;gap:60px;max-width:1600px;padding:60px 90px}.cta-text{max-width:800px}.cta-text h2{margin-bottom:18px;font-size:48px}.cta-text p{font-size:18px;line-height:1.7}.avatar-strip{margin-top:28px}.avatar{margin-left:-14px}.avatar img{border-width:3.5px;width:52px;height:52px}.avatar-count{margin-left:20px}.avatar-count strong{font-size:30px}.avatar-count span{font-size:16px}.cta-actions{gap:20px}.btn{padding:18px 40px;font-size:17px}}@media screen and (max-height:500px)and (orientation:landscape)and (max-width:1024px){.rider-cta{padding:30px 16px}.cta-inner{flex-direction:row;gap:20px;padding:24px 30px}.cta-text h2{font-size:22px}.avatar img{width:32px;height:32px}.btn{padding:10px 20px;font-size:12px}}@media(prefers-reduced-motion:reduce){.avatar,.btn,.avatar-name{transition:none!important}}.gbg-ev-fleet-section{background:#fff;width:100%;padding:80px 0 100px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow:hidden}.gbg-ev-fleet-container{max-width:100%;margin:0 auto}.gbg-ev-fleet-header{text-align:center;opacity:0;margin-bottom:56px;padding:0 20px;transition:all .7s cubic-bezier(.16,1,.3,1);transform:translateY(24px)}.gbg-ev-fleet-header.gbg-ev-fleet-visible{opacity:1;transform:translateY(0)}.gbg-ev-fleet-label{text-transform:uppercase;letter-spacing:2px;color:#e67531;background:#e675310d;border:1.5px solid #e6753140;border-radius:50px;margin-bottom:14px;padding:6px 18px;font-size:12px;font-weight:700;display:inline-block}.gbg-ev-fleet-title{letter-spacing:-.02em;margin:0 0 12px;font-size:36px;font-weight:800;line-height:1.2}.gbg-ev-fleet-title-dark{color:#0a0a0a}.gbg-ev-fleet-title-gradient{background:linear-gradient(90deg,#e67531,#325fd7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gbg-ev-fleet-subtitle{color:#6b7280;max-width:480px;margin:0 auto;font-size:16px;font-weight:400;line-height:1.6}.gbg-ev-fleet-track-wrapper{width:100%;padding:10px 0;position:relative;overflow:hidden}.gbg-ev-fleet-fade-left,.gbg-ev-fleet-fade-right{z-index:10;pointer-events:none;width:120px;position:absolute;top:0;bottom:0}.gbg-ev-fleet-fade-left{background:linear-gradient(90deg,#fff,#fff0);left:0}.gbg-ev-fleet-fade-right{background:linear-gradient(270deg,#fff,#fff0);right:0}.gbg-ev-fleet-track{will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;gap:24px;width:max-content;animation:35s linear infinite gbg-ev-fleet-scroll;display:flex}.gbg-ev-fleet-paused .gbg-ev-fleet-track{animation-play-state:paused}@keyframes gbg-ev-fleet-scroll{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.gbg-ev-fleet-card{cursor:pointer;will-change:transform,filter,opacity;background:#fff;border:1px solid #e5e7eb;border-radius:20px;flex-shrink:0;width:340px;transition:all .5s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000a}.gbg-ev-fleet-card:hover{z-index:5;border-color:#e6753159;transform:translateY(-6px)scale(1.03);box-shadow:0 20px 50px -12px #e6753133}.gbg-ev-fleet-card-dim{filter:blur(3px)grayscale(.4);opacity:.45;transform:scale(.97)}.gbg-ev-fleet-card-active{filter:none;opacity:1;z-index:20;border-color:#e6753180;transform:translateY(-6px)scale(1.04);box-shadow:0 24px 60px -12px #e6753140}.gbg-ev-fleet-card-image-wrap{width:100%;height:220px;position:relative;overflow:hidden}.gbg-ev-fleet-card-image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.gbg-ev-fleet-card:hover .gbg-ev-fleet-card-image,.gbg-ev-fleet-card-active .gbg-ev-fleet-card-image{transform:scale(1.1)}.gbg-ev-fleet-card-image-overlay{pointer-events:none;background:linear-gradient(#0000 50%,#0a0a0a80);position:absolute;top:0;bottom:0;left:0;right:0}.gbg-ev-fleet-card-tag{color:#fff;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(135deg,#e67531,#d45a1a);border-radius:50px;padding:5px 14px;font-size:11px;font-weight:700;position:absolute;top:16px;left:16px;box-shadow:0 4px 12px #e6753159}.gbg-ev-fleet-card-body{padding:22px 24px 26px}.gbg-ev-fleet-card-title{color:#0a0a0a;margin:0 0 8px;font-size:18px;font-weight:700;line-height:1.3;transition:color .3s}.gbg-ev-fleet-card:hover .gbg-ev-fleet-card-title,.gbg-ev-fleet-card-active .gbg-ev-fleet-card-title{color:#e67531}.gbg-ev-fleet-card-desc{color:#6b7280;margin:0;font-size:14px;font-weight:400;line-height:1.55}@media(max-width:1024px){.gbg-ev-fleet-section{padding:60px 0 80px}.gbg-ev-fleet-header{margin-bottom:44px}.gbg-ev-fleet-title{font-size:30px}.gbg-ev-fleet-subtitle{font-size:15px}.gbg-ev-fleet-card{border-radius:18px;width:300px}.gbg-ev-fleet-card-image-wrap{height:190px}.gbg-ev-fleet-card-body{padding:18px 20px 22px}.gbg-ev-fleet-card-title{font-size:16px}.gbg-ev-fleet-card-desc{font-size:13px}.gbg-ev-fleet-fade-left,.gbg-ev-fleet-fade-right{width:80px}}@media(max-width:767px){.gbg-ev-fleet-section{padding:50px 0 65px}.gbg-ev-fleet-header{margin-bottom:36px;padding:0 16px}.gbg-ev-fleet-title{font-size:26px}.gbg-ev-fleet-subtitle{max-width:360px;font-size:14px}.gbg-ev-fleet-card{border-radius:16px;width:260px}.gbg-ev-fleet-card-image-wrap{height:170px}.gbg-ev-fleet-card-body{padding:16px 18px 20px}.gbg-ev-fleet-card-title{font-size:15px}.gbg-ev-fleet-card-desc{font-size:12.5px}.gbg-ev-fleet-card-tag{padding:4px 12px;font-size:10px;top:12px;left:12px}.gbg-ev-fleet-track{gap:16px}.gbg-ev-fleet-fade-left,.gbg-ev-fleet-fade-right{width:50px}}@media(max-width:480px){.gbg-ev-fleet-section{padding:40px 0 55px}.gbg-ev-fleet-header{margin-bottom:28px}.gbg-ev-fleet-label{margin-bottom:10px;padding:5px 14px;font-size:11px}.gbg-ev-fleet-title{font-size:22px}.gbg-ev-fleet-subtitle{font-size:13px}.gbg-ev-fleet-card{border-radius:14px;width:240px}.gbg-ev-fleet-card-image-wrap{height:150px}.gbg-ev-fleet-card-body{padding:14px 16px 18px}.gbg-ev-fleet-card-title{margin-bottom:5px;font-size:14px}.gbg-ev-fleet-card-desc{font-size:12px;line-height:1.5}.gbg-ev-fleet-card-tag{padding:3px 10px;font-size:9px;top:10px;left:10px}.gbg-ev-fleet-track{gap:14px}.gbg-ev-fleet-fade-left,.gbg-ev-fleet-fade-right{width:35px}}@media(min-width:1440px){.gbg-ev-fleet-section{padding:100px 0 120px}.gbg-ev-fleet-header{margin-bottom:64px}.gbg-ev-fleet-title{font-size:44px}.gbg-ev-fleet-subtitle{max-width:540px;font-size:18px}.gbg-ev-fleet-card{border-radius:24px;width:400px}.gbg-ev-fleet-card-image-wrap{height:260px}.gbg-ev-fleet-card-body{padding:26px 28px 30px}.gbg-ev-fleet-card-title{font-size:20px}.gbg-ev-fleet-card-desc{font-size:15px}.gbg-ev-fleet-track{gap:28px}.gbg-ev-fleet-fade-left,.gbg-ev-fleet-fade-right{width:150px}}@media(min-width:1920px){.gbg-ev-fleet-section{padding:120px 0 140px}.gbg-ev-fleet-title{font-size:52px}.gbg-ev-fleet-card{width:460px}.gbg-ev-fleet-card-image-wrap{height:300px}.gbg-ev-fleet-card-body{padding:30px 32px 34px}.gbg-ev-fleet-card-title{font-size:22px}.gbg-ev-fleet-card-desc{font-size:16px}.gbg-ev-fleet-track{gap:32px}.gbg-ev-fleet-fade-left,.gbg-ev-fleet-fade-right{width:180px}}@media(prefers-reduced-motion:reduce){.gbg-ev-fleet-track{animation:none}.gbg-ev-fleet-card{transition:none}.gbg-ev-fleet-header{opacity:1;transition:none;transform:none}}*{box-sizing:border-box;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.signup-section{background:linear-gradient(135deg,#fff,#fffffff2);padding:60px 20px}.signup-container{align-items:center;gap:60px;max-width:1200px;margin:auto;display:flex}.signup-image{text-align:center;flex:1;position:relative}.signup-image img{border-radius:16px;max-width:85%;height:auto}.signup-form{flex:1}.signup-form h2{color:#1a1a1a;letter-spacing:-.5px;margin-bottom:24px;font-size:28px;font-weight:800}.signup-form-group{margin-bottom:16px}.signup-form label{color:#374151;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.signup-form input,.signup-form textarea{color:#1a1a1a;background:#fafafa;border:1.5px solid #e5e7eb;border-radius:12px;outline:none;width:100%;padding:13px 16px;font-family:inherit;font-size:.95rem;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.signup-form input::placeholder,.signup-form textarea::placeholder{color:#b0b5bd}.signup-form input:focus,.signup-form textarea:focus{background:#fff;border-color:#e67431;transform:translateY(-1px);box-shadow:0 0 0 4px #e674311a}.signup-input-error{animation:.5s signupShake;background:#fef2f2!important;border-color:#ef4444!important}.signup-error-text{color:#ef4444;margin-top:4px;font-size:.75rem;font-weight:500;animation:.3s signupErrorSlide;display:block}@keyframes signupShake{0%,to{transform:translate(0)}15%{transform:translate(-6px)}30%{transform:translate(5px)}45%{transform:translate(-4px)}60%{transform:translate(3px)}75%{transform:translate(-2px)}}@keyframes signupErrorSlide{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.signup-phone-wrap{background:#fafafa;border:1.5px solid #e5e7eb;border-radius:12px;align-items:center;transition:all .3s;display:flex;overflow:hidden}.signup-phone-wrap:focus-within{background:#fff;border-color:#e67431;transform:translateY(-1px);box-shadow:0 0 0 4px #e674311a}.signup-phone-error{animation:.5s signupShake;background:#fef2f2!important;border-color:#ef4444!important}.signup-phone-code{color:#6b7280;background:#f3f4f6;border-right:1.5px solid #e5e7eb;flex-shrink:0;padding:13px 12px 13px 16px;font-size:.9rem;font-weight:700}.signup-phone-wrap input{flex:1;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important}.signup-phone-wrap input:focus{box-shadow:none!important;transform:none!important}.signup-form textarea{resize:vertical;min-height:90px;line-height:1.5}.signup-submit-error{color:#dc2626;background:linear-gradient(135deg,#fef2f2,#fff1f2);border:1px solid #fecaca;border-radius:12px;align-items:center;gap:8px;margin-bottom:16px;padding:12px 16px;font-size:.88rem;font-weight:500;animation:.5s signupShake;display:flex}.signup-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e67431,#d45d1a);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;max-width:200px;margin-top:8px;padding:14px 28px;font-family:inherit;font-size:15px;font-weight:700;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:inline-flex;box-shadow:0 8px 24px #e6743140}.signup-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#d45d1a,#c24e0e);transform:translateY(-2px);box-shadow:0 12px 32px #e6743159}.signup-submit-btn:active:not(:disabled){transform:translateY(0)scale(.98)}.signup-submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none!important}.signup-spin{animation:1s linear infinite signupSpin}@keyframes signupSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.signup-success{text-align:center;padding:20px 10px;animation:.6s cubic-bezier(.34,1.56,.64,1) signupSuccessIn}@keyframes signupSuccessIn{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.signup-success-icon-wrap{justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto 20px;display:flex;position:relative}.signup-success-ripple{border:3px solid #22c55e4d;border-radius:50%;animation:2s ease-out infinite signupRipple;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes signupRipple{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(1.6)}}.signup-success-icon{color:#fff;z-index:2;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;animation:.6s cubic-bezier(.34,1.56,.64,1) .2s both signupCheckPop;display:inline-flex;position:relative;box-shadow:0 12px 32px #22c55e4d}@keyframes signupCheckPop{0%{opacity:0;transform:scale(0)}60%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}.signup-success h3{color:#1a1a1a;margin-bottom:10px;font-size:1.5rem;font-weight:800}.signup-success p{color:#6b7280;max-width:340px;margin-bottom:24px;margin-left:auto;margin-right:auto;font-size:.92rem;line-height:1.7}.signup-success p strong{color:#e67431}.signup-success-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e67431,#d45d1a);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:13px 28px;font-family:inherit;font-size:.95rem;font-weight:700;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:inline-flex;box-shadow:0 8px 24px #e6743140}.signup-success-btn:hover{background:linear-gradient(135deg,#d45d1a,#c24e0e);transform:translateY(-2px);box-shadow:0 12px 32px #e6743159}@media(max-width:1023px){.signup-container{flex-direction:column;gap:40px}.signup-image img{max-width:70%}.signup-form{width:100%;max-width:500px}}@media(max-width:767px){.signup-section{padding:40px 16px}.signup-image img{max-width:90%}.signup-form h2{font-size:24px}.signup-form input,.signup-form textarea{padding:12px 14px;font-size:16px}.signup-submit-btn{max-width:100%;padding:14px}.signup-success-icon-wrap{width:80px;height:80px}.signup-success-icon{width:60px;height:60px}.signup-success h3{font-size:1.3rem}}@media(max-width:479px){.signup-section{padding:32px 12px}.signup-form h2{font-size:22px}.signup-form-group{margin-bottom:14px}.signup-success-icon-wrap{width:70px;height:70px}.signup-success-icon{width:54px;height:54px}.signup-success-icon svg{width:28px;height:28px}}.gbgbr-section{--gbgbr-orange:#e67431;--gbgbr-text:#1a1a1a;--gbgbr-bg:#fff;--gbgbr-max-w:1200px;background:var(--gbgbr-bg);text-align:center;contain:layout style paint;content-visibility:auto;contain-intrinsic-size:0 400px;padding:32px 16px 16px;position:relative;overflow:hidden}.gbgbr-title{color:var(--gbgbr-text);letter-spacing:-.5px;margin:0 0 6px;font-size:clamp(22px,4vw,44px);font-weight:800;line-height:1.15}.gbgbr-title:after{content:"";background:var(--gbgbr-orange);border-radius:2px;width:56px;height:3px;margin:8px auto 0;display:block}.gbgbr-img-wrap{max-width:var(--gbgbr-max-w);aspect-ratio:16/9;background:#fff;border-radius:12px;justify-content:center;align-items:center;width:100%;margin:0 auto;display:flex;overflow:hidden}.gbgbr-img-wrap img{object-fit:contain;object-position:center;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:100%;display:block;transform:translateZ(0)}.gbgbr-visible .gbgbr-img-wrap img{animation:4s ease-in-out infinite gbgbr-float}@keyframes gbgbr-float{0%,to{transform:translateY(0)translateZ(0)}50%{transform:translateY(-6px)translateZ(0)}}@media(max-width:320px){.gbgbr-section{padding:20px 8px 10px}.gbgbr-title{margin-bottom:4px;font-size:18px}.gbgbr-title:after{width:40px;margin-top:6px}.gbgbr-img-wrap{aspect-ratio:4/3;border-radius:8px}}@media(min-width:321px)and (max-width:374px){.gbgbr-section{padding:22px 10px 12px}.gbgbr-title{margin-bottom:4px;font-size:20px}.gbgbr-title:after{width:48px;margin-top:6px}.gbgbr-img-wrap{aspect-ratio:16/10;border-radius:8px}}@media(min-width:375px)and (max-width:479px){.gbgbr-section{padding:24px 12px 12px}.gbgbr-title{margin-bottom:4px;font-size:clamp(20px,6vw,26px)}.gbgbr-title:after{width:50px;margin-top:6px}.gbgbr-img-wrap{aspect-ratio:16/9}}@media(min-width:480px)and (max-width:767px){.gbgbr-section{padding:28px 14px 14px}.gbgbr-title{margin-bottom:5px;font-size:clamp(22px,5vw,30px)}.gbgbr-title:after{width:52px;margin-top:6px}.gbgbr-img-wrap{aspect-ratio:16/9}}@media(min-width:768px)and (max-width:1023px){.gbgbr-section{padding:30px 18px 16px}.gbgbr-title{margin-bottom:5px;font-size:clamp(28px,3.5vw,36px)}.gbgbr-title:after{width:54px;margin-top:6px}.gbgbr-img-wrap{max-width:900px}}@media(min-width:1024px)and (max-width:1279px){.gbgbr-section{padding:32px 24px 18px}.gbgbr-title{margin-bottom:6px;font-size:clamp(32px,3vw,40px)}.gbgbr-title:after{width:56px;margin-top:8px}.gbgbr-img-wrap{max-width:1000px}}@media(min-width:1280px)and (max-width:1535px){.gbgbr-section{padding:34px 32px 18px}.gbgbr-title{margin-bottom:6px;font-size:clamp(36px,2.8vw,42px)}.gbgbr-title:after{width:60px;margin-top:8px}.gbgbr-img-wrap{max-width:1100px}}@media(min-width:1536px)and (max-width:1919px){.gbgbr-section{padding:36px 40px 20px}.gbgbr-title{margin-bottom:6px;font-size:clamp(40px,2.5vw,48px)}.gbgbr-title:after{width:64px;margin-top:8px}.gbgbr-img-wrap{max-width:1200px}}@media(min-width:1920px)and (max-width:2559px){.gbgbr-section{padding:40px 48px 20px}.gbgbr-title{margin-bottom:8px;font-size:52px}.gbgbr-title:after{width:72px;height:4px;margin-top:10px}.gbgbr-img-wrap{max-width:1300px}}@media(min-width:2560px){.gbgbr-section{padding:44px 60px 24px}.gbgbr-title{margin-bottom:8px;font-size:64px}.gbgbr-title:after{width:80px;height:4px;margin-top:10px}.gbgbr-img-wrap{max-width:1400px}}@media(prefers-reduced-motion:reduce){.gbgbr-img-wrap img{animation:none!important}}.gbgss-section *,.gbgss-section :before,.gbgss-section :after{box-sizing:border-box;margin:0;padding:0}.gbgss-section{--gbgss-orange:#e67531;--gbgss-blue:#1e3aff;contain:layout style paint;background:0 0;justify-content:center;align-items:center;width:100%;padding:60px 20px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;position:relative;overflow:hidden}.gbgss-container{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:1200px;margin:0 auto;display:grid;position:relative}.gbgss-content{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.gbgss-headline-top{color:#444;margin-bottom:8px;font-size:clamp(1.4rem,2.5vw,2rem);font-weight:500;line-height:1.3}.gbgss-headline-main{color:#000;letter-spacing:-.5px;margin-bottom:18px;font-size:clamp(2.2rem,4vw,3.6rem);font-weight:800;line-height:1.1}.gbgss-headline-desc{color:#666;max-width:520px;margin-bottom:32px;font-size:clamp(.95rem,1.2vw,1.1rem);line-height:1.7}.gbgss-orange{color:var(--gbgss-orange)}.gbgss-blue{color:var(--gbgss-blue)}.gbgss-black{color:#000;font-weight:600}.gbgss-btn-group{flex-wrap:wrap;gap:14px;display:flex}.gbgss-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:50px;padding:14px 32px;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #00000014}.gbgss-btn-orange{background-color:var(--gbgss-orange);color:#fff}.gbgss-btn:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000026}.gbgss-btn-orange:hover{background-color:#d46320}.gbgss-btn:active{transform:translateY(-1px)}.gbgss-video-wrapper{justify-content:center;align-items:center;width:100%;display:flex}.gbgss-video{object-fit:cover;border-radius:20px;width:100%;max-width:100%;height:auto;display:block}@media screen and (min-width:768px)and (max-width:1024px){.gbgss-section{padding:50px 24px}.gbgss-container{grid-template-columns:1fr 1fr;gap:40px}.gbgss-content{align-items:flex-start}.gbgss-headline-main{font-size:clamp(1.8rem,3.5vw,2.6rem)}.gbgss-video{border-radius:16px;width:100%;max-width:100%}.gbgss-btn{padding:12px 24px;font-size:.9rem}}@media screen and (max-width:767px){.gbgss-section{padding:50px 16px}.gbgss-container{text-align:center;grid-template-columns:1fr;gap:40px}.gbgss-content{order:1;align-items:center}.gbgss-headline-top{font-size:1.2rem}.gbgss-headline-main{margin-bottom:14px;font-size:clamp(1.8rem,6vw,2.4rem)}.gbgss-headline-desc{max-width:100%;margin-bottom:24px;font-size:.95rem}.gbgss-btn-group{justify-content:center;width:100%}.gbgss-btn{padding:14px 28px;font-size:.9rem}.gbgss-video-wrapper{order:2;justify-content:center;width:100%;display:flex}.gbgss-video{border-radius:16px;width:100%;max-width:100%}}@media screen and (max-width:480px){.gbgss-section{padding:40px 14px}.gbgss-container{gap:32px}.gbgss-headline-top{font-size:1.1rem}.gbgss-headline-main{margin-bottom:12px;font-size:1.6rem}.gbgss-headline-desc{margin-bottom:20px;font-size:.9rem;line-height:1.6}.gbgss-btn-group{width:100%}.gbgss-btn{width:100%;padding:14px 20px;font-size:.9rem}.gbgss-video{border-radius:14px;width:100%;max-width:100%}}@media screen and (max-width:320px){.gbgss-section{padding:32px 12px}.gbgss-headline-top{font-size:1rem}.gbgss-headline-main{font-size:1.4rem}.gbgss-headline-desc{font-size:.85rem}.gbgss-btn{padding:12px 16px;font-size:.85rem}.gbgss-video{border-radius:12px}}@media screen and (min-width:1025px)and (max-width:1279px){.gbgss-container{gap:50px}.gbgss-video{border-radius:20px;width:100%;max-width:100%}}@media screen and (min-width:1280px)and (max-width:1535px){.gbgss-container{gap:70px;max-width:1200px}.gbgss-video{border-radius:24px;width:100%;max-width:100%}}@media screen and (min-width:1536px)and (max-width:1919px){.gbgss-container{gap:80px;max-width:1400px}.gbgss-headline-main{font-size:3.8rem}.gbgss-video{border-radius:24px;width:100%;max-width:100%}}@media screen and (min-width:1920px)and (max-width:2559px){.gbgss-section{padding:80px 60px}.gbgss-container{gap:100px;max-width:1600px}.gbgss-headline-top{font-size:2.2rem}.gbgss-headline-main{font-size:4.5rem}.gbgss-headline-desc{max-width:600px;font-size:1.2rem}.gbgss-btn{padding:16px 40px;font-size:1.1rem}.gbgss-video{border-radius:28px;width:100%;max-width:100%}}@media screen and (min-width:2560px){.gbgss-section{padding:100px 80px}.gbgss-container{gap:120px;max-width:1800px}.gbgss-headline-top{font-size:2.6rem}.gbgss-headline-main{margin-bottom:24px;font-size:5.5rem}.gbgss-headline-desc{max-width:700px;margin-bottom:40px;font-size:1.3rem}.gbgss-btn{padding:18px 48px;font-size:1.2rem}.gbgss-video{border-radius:32px;width:100%;max-width:100%}}@media screen and (max-height:500px)and (orientation:landscape)and (max-width:1024px){.gbgss-section{padding:30px 16px}.gbgss-container{grid-template-columns:1fr 1fr;gap:30px}.gbgss-content{order:1;align-items:flex-start}.gbgss-headline-main{font-size:1.6rem}.gbgss-video-wrapper{order:2}.gbgss-video{border-radius:14px;width:100%;max-width:100%}}@media(prefers-reduced-motion:reduce){.gbgss-btn{transition:none!important}}@supports (-webkit-touch-callout:none){.gbgss-section{min-height:-webkit-fill-available}}.gbgps-section *,.gbgps-section :before,.gbgps-section :after{box-sizing:border-box;margin:0;padding:0}.gbgps-section{--gbgps-orange:#ff8c42;--gbgps-blue:#1e3aff;contain:layout style paint;background:#000;width:100%;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow:hidden}.gbgps-container{width:100%;height:600px;min-height:400px;max-height:900px;position:relative;overflow:hidden}.gbgps-images-wrapper{width:100%;height:100%;display:flex;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.gbgps-slide{will-change:transform;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);justify-content:center;align-items:center;width:100%;height:100%;transition:transform .8s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.gbgps-slide.gbgps-transitioning{transition:transform .8s cubic-bezier(.4,0,.2,1)}.gbgps-slide-img{object-fit:contain;object-position:center center;width:100%;max-width:100%;height:100%;max-height:100%;display:block}.gbgps-overlay{z-index:2;pointer-events:none;background:linear-gradient(135deg,#0009,#0000004d,#00000080);position:absolute;top:0;bottom:0;left:0;right:0}.gbgps-content{z-index:3;text-align:center;color:#fff;flex-direction:column;justify-content:center;align-items:center;padding:40px 24px;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.gbgps-brand{letter-spacing:4px;text-transform:uppercase;color:var(--gbgps-orange);margin-bottom:20px;font-size:13px;font-weight:700;display:block}.gbgps-title{text-shadow:0 2px 20px #00000080;max-width:800px;margin-bottom:24px;font-size:clamp(1.8rem,4vw,3.2rem);font-weight:800;line-height:1.2}.gbgps-number{color:#fff;text-shadow:0 2px 30px #00000080;margin-bottom:16px;font-size:clamp(3rem,8vw,6rem);font-weight:900;line-height:1}.gbgps-unit{color:var(--gbgps-orange);vertical-align:super;font-size:.5em;font-weight:700}.gbgps-text{color:#e0e0e0;text-shadow:0 1px 10px #00000080;max-width:600px;font-size:clamp(.95rem,1.5vw,1.2rem);font-weight:400;line-height:1.7}.gbgps-dots{z-index:4;align-items:center;gap:12px;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.gbgps-dot{cursor:pointer;background:0 0;border:2px solid #ffffff80;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s;display:block}.gbgps-dot:hover{border-color:var(--gbgps-orange);background:#ff8c424d}.gbgps-dot-active{background:var(--gbgps-orange);border-color:var(--gbgps-orange);transform:scale(1.2)}.gbgps-arrow{z-index:4;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);background:#0000004d;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gbgps-arrow:hover{border-color:var(--gbgps-orange);background:#ff8c42cc;transform:translateY(-50%)scale(1.1)}.gbgps-arrow-prev{left:20px}.gbgps-arrow-next{right:20px}@media screen and (min-width:768px)and (max-width:1024px){.gbgps-container{height:550px;min-height:400px}.gbgps-content{padding:30px 20px}.gbgps-brand{letter-spacing:3px;margin-bottom:16px;font-size:12px}.gbgps-title{margin-bottom:20px;font-size:clamp(1.6rem,3.5vw,2.4rem)}.gbgps-number{font-size:clamp(2.5rem,6vw,4rem)}.gbgps-text{max-width:500px;font-size:.95rem}.gbgps-arrow{width:44px;height:44px}.gbgps-arrow-prev{left:16px}.gbgps-arrow-next{right:16px}}@media screen and (max-width:767px){.gbgps-container{height:500px;min-height:350px;max-height:600px}.gbgps-content{justify-content:center;padding:24px 16px}.gbgps-brand{letter-spacing:3px;margin-bottom:14px;font-size:11px}.gbgps-title{max-width:100%;margin-bottom:16px;font-size:clamp(1.4rem,5vw,2rem)}.gbgps-number{margin-bottom:12px;font-size:clamp(2.2rem,7vw,3.5rem)}.gbgps-text{max-width:100%;padding:0 10px;font-size:.9rem;line-height:1.6}.gbgps-dots{gap:10px;bottom:20px}.gbgps-dot{width:10px;height:10px}.gbgps-arrow{display:none}.gbgps-slide-img{object-fit:contain;object-position:center center}}@media screen and (max-width:480px){.gbgps-container{height:450px;min-height:320px}.gbgps-content{padding:20px 14px}.gbgps-brand{letter-spacing:2px;margin-bottom:12px;font-size:10px}.gbgps-title{margin-bottom:14px;font-size:1.3rem}.gbgps-number{margin-bottom:10px;font-size:2rem}.gbgps-unit{font-size:.45em}.gbgps-text{font-size:.85rem;line-height:1.5}.gbgps-dots{gap:8px;bottom:16px}.gbgps-dot{border-width:1.5px;width:8px;height:8px}.gbgps-slide-img{object-fit:contain;object-position:center center}}@media screen and (max-width:320px){.gbgps-container{height:400px;min-height:300px}.gbgps-content{padding:16px 12px}.gbgps-brand{letter-spacing:2px;font-size:9px}.gbgps-title{margin-bottom:10px;font-size:1.1rem}.gbgps-number{font-size:1.6rem}.gbgps-text{font-size:.8rem}.gbgps-slide-img{object-fit:contain;object-position:center center}}@media screen and (min-width:1025px)and (max-width:1279px){.gbgps-container{height:580px}.gbgps-content{padding:35px 30px}}@media screen and (min-width:1280px)and (max-width:1535px){.gbgps-container{height:650px;max-height:750px}.gbgps-content{padding:40px}}@media screen and (min-width:1536px)and (max-width:1919px){.gbgps-container{height:700px;max-height:800px}.gbgps-title{font-size:3.5rem}.gbgps-number{font-size:5.5rem}.gbgps-text{max-width:650px;font-size:1.1rem}}@media screen and (min-width:1920px)and (max-width:2559px){.gbgps-container{height:750px;max-height:900px}.gbgps-content{padding:60px}.gbgps-brand{letter-spacing:5px;margin-bottom:24px;font-size:15px}.gbgps-title{max-width:1000px;margin-bottom:28px;font-size:4rem}.gbgps-number{margin-bottom:20px;font-size:7rem}.gbgps-text{max-width:700px;font-size:1.3rem}.gbgps-arrow{width:60px;height:60px}.gbgps-arrow-prev{left:40px}.gbgps-arrow-next{right:40px}.gbgps-dots{gap:16px;bottom:40px}.gbgps-dot{width:14px;height:14px}}@media screen and (min-width:2560px){.gbgps-container{height:850px;max-height:1000px}.gbgps-content{padding:80px}.gbgps-brand{letter-spacing:6px;margin-bottom:30px;font-size:18px}.gbgps-title{max-width:1200px;margin-bottom:36px;font-size:5rem}.gbgps-number{margin-bottom:24px;font-size:9rem}.gbgps-text{max-width:800px;font-size:1.5rem;line-height:1.8}.gbgps-arrow{width:70px;height:70px}.gbgps-arrow svg{width:32px;height:32px}.gbgps-arrow-prev{left:60px}.gbgps-arrow-next{right:60px}.gbgps-dots{gap:20px;bottom:50px}.gbgps-dot{border-width:3px;width:16px;height:16px}}@media screen and (max-height:500px)and (orientation:landscape)and (max-width:1024px){.gbgps-container{height:100vh;min-height:300px}.gbgps-content{justify-content:center;padding:20px}.gbgps-brand{margin-bottom:10px;font-size:10px}.gbgps-title{margin-bottom:12px;font-size:1.4rem}.gbgps-number{margin-bottom:8px;font-size:2rem}.gbgps-text{font-size:.85rem}.gbgps-dots{bottom:15px}.gbgps-slide-img{object-fit:contain;object-position:center center}}@media(prefers-reduced-motion:reduce){.gbgps-slide,.gbgps-dot,.gbgps-arrow{transition:none!important}}@media(hover:none){.gbgps-arrow:hover{background:#0000004d;border-color:#ffffff4d;transform:translateY(-50%)}}@supports (-webkit-touch-callout:none){.gbgps-container{min-height:-webkit-fill-available}}.gbgev-faq-section{box-sizing:border-box;background:#fff;width:100%;padding:80px 16px}.gbgev-faq-container{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto}.gbgev-faq-header{text-align:center;margin-bottom:60px}.gbgev-faq-title{color:#0a0a0a;letter-spacing:-.5px;margin:0 0 16px;font-size:36px;font-weight:800;line-height:1.2}.gbgev-faq-subtitle{color:#666;max-width:600px;margin:0 auto;font-size:16px;font-weight:400;line-height:1.6}.gbgev-faq-content{justify-content:space-between;align-items:flex-start;gap:60px;width:100%;display:flex}.gbgev-faq-image-wrap{flex:0 0 42%;justify-content:center;align-items:center;max-width:480px;display:flex}.gbgev-faq-image{object-fit:contain;object-position:center;background:0 0;width:100%;height:auto;max-height:520px;display:block}.gbgev-faq-accordion{flex-direction:column;flex:1;gap:0;width:100%;display:flex}.gbgev-faq-item{border-bottom:1px solid #e5e5e5;width:100%;overflow:hidden}.gbgev-faq-item:first-child{border-top:1px solid #e5e5e5}.gbgev-faq-question{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:22px 0;font-family:inherit;transition:all .2s;display:flex}.gbgev-faq-question:hover{background:#e6743108}.gbgev-faq-number{color:#e67431;flex-shrink:0;min-width:24px;font-size:15px;font-weight:700}.gbgev-faq-question-text{color:#333;flex:1;font-size:15px;font-weight:500;line-height:1.4}.gbgev-faq-icon{color:#888;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:all .3s;display:flex}.gbgev-faq-icon svg{width:16px;height:16px;transition:transform .3s}.gbgev-faq-icon-rotate svg{transform:rotate(180deg)}.gbgev-faq-item-active .gbgev-faq-question-text{color:#0a0a0a;font-weight:600}.gbgev-faq-item-active .gbgev-faq-icon{color:#e67431}.gbgev-faq-answer-wrap{max-height:0;transition:max-height .4s cubic-bezier(.25,.8,.25,1);overflow:hidden}.gbgev-faq-answer-open{max-height:300px}.gbgev-faq-answer{padding:0 0 22px 36px}.gbgev-faq-answer p{color:#666;margin:0;font-size:14px;font-weight:400;line-height:1.7}@media(min-width:2560px){.gbgev-faq-section{padding:120px 40px}.gbgev-faq-container{max-width:1600px}.gbgev-faq-title{font-size:52px}.gbgev-faq-subtitle{max-width:800px;font-size:20px}.gbgev-faq-content{gap:100px}.gbgev-faq-image-wrap{flex:0 0 40%;max-width:600px}.gbgev-faq-image{max-height:650px}.gbgev-faq-question{padding:28px 0}.gbgev-faq-number{min-width:30px;font-size:18px}.gbgev-faq-question-text{font-size:18px}.gbgev-faq-answer{padding:0 0 28px 42px}.gbgev-faq-answer p{font-size:16px}}@media(min-width:1921px)and (max-width:2559px){.gbgev-faq-section{padding:100px 32px}.gbgev-faq-container{max-width:1400px}.gbgev-faq-title{font-size:44px}.gbgev-faq-subtitle{font-size:18px}.gbgev-faq-content{gap:80px}.gbgev-faq-image-wrap{flex:0 0 40%;max-width:540px}.gbgev-faq-image{max-height:580px}.gbgev-faq-question{padding:26px 0}.gbgev-faq-number,.gbgev-faq-question-text{font-size:16px}.gbgev-faq-answer p{font-size:15px}}@media(min-width:1440px)and (max-width:1920px){.gbgev-faq-section{padding:90px 24px}.gbgev-faq-container{max-width:1300px}.gbgev-faq-title{font-size:40px}.gbgev-faq-content{gap:70px}.gbgev-faq-image-wrap{flex:0 0 42%;max-width:500px}.gbgev-faq-image{max-height:550px}}@media(min-width:1200px)and (max-width:1439px){.gbgev-faq-section{padding:80px 20px}.gbgev-faq-container{max-width:1150px}.gbgev-faq-title{font-size:36px}.gbgev-faq-content{gap:50px}.gbgev-faq-image-wrap{flex:0 0 42%;max-width:460px}}@media(min-width:1024px)and (max-width:1199px){.gbgev-faq-section{padding:70px 20px}.gbgev-faq-container{max-width:1000px}.gbgev-faq-title{font-size:34px}.gbgev-faq-content{gap:40px}.gbgev-faq-image-wrap{flex:0 0 40%;max-width:400px}.gbgev-faq-image{max-height:450px}}@media(min-width:992px)and (max-width:1023px){.gbgev-faq-section{padding:60px 18px}.gbgev-faq-container{max-width:960px}.gbgev-faq-title{font-size:32px}.gbgev-faq-content{gap:35px}.gbgev-faq-image-wrap{flex:0 0 38%;max-width:360px}.gbgev-faq-image{max-height:420px}.gbgev-faq-question{padding:20px 0}}@media(min-width:768px)and (max-width:991px){.gbgev-faq-section{padding:60px 18px}.gbgev-faq-header{margin-bottom:40px}.gbgev-faq-title{font-size:30px}.gbgev-faq-subtitle{font-size:15px}.gbgev-faq-content{flex-direction:column;align-items:center;gap:40px}.gbgev-faq-image-wrap{flex:none;width:100%;max-width:350px}.gbgev-faq-image{max-height:380px}.gbgev-faq-accordion{width:100%;max-width:700px}.gbgev-faq-question{padding:20px 0}.gbgev-faq-answer{padding:0 0 20px 36px}}@media(min-width:640px)and (max-width:767px){.gbgev-faq-section{padding:50px 16px}.gbgev-faq-header{margin-bottom:32px}.gbgev-faq-title{font-size:28px}.gbgev-faq-subtitle{font-size:14px}.gbgev-faq-content{flex-direction:column;align-items:center;gap:30px}.gbgev-faq-image-wrap{flex:none;width:100%;max-width:300px}.gbgev-faq-image{max-height:320px}.gbgev-faq-accordion{width:100%}.gbgev-faq-question{gap:10px;padding:18px 0}.gbgev-faq-number{min-width:20px;font-size:14px}.gbgev-faq-question-text{font-size:14px}.gbgev-faq-answer{padding:0 0 18px 30px}.gbgev-faq-answer p{font-size:13px}}@media(min-width:480px)and (max-width:639px){.gbgev-faq-section{padding:45px 14px}.gbgev-faq-header{margin-bottom:28px}.gbgev-faq-title{font-size:26px}.gbgev-faq-subtitle{font-size:13px}.gbgev-faq-content{flex-direction:column;align-items:center;gap:24px}.gbgev-faq-image-wrap{flex:none;width:100%;max-width:260px}.gbgev-faq-image{max-height:280px}.gbgev-faq-accordion{width:100%}.gbgev-faq-question{gap:8px;padding:16px 0}.gbgev-faq-number{min-width:18px;font-size:13px}.gbgev-faq-question-text{font-size:13px}.gbgev-faq-icon{width:20px;height:20px}.gbgev-faq-icon svg{width:14px;height:14px}.gbgev-faq-answer{padding:0 0 16px 26px}.gbgev-faq-answer p{font-size:12px;line-height:1.6}}@media(min-width:375px)and (max-width:479px){.gbgev-faq-section{padding:40px 12px}.gbgev-faq-header{margin-bottom:24px}.gbgev-faq-title{margin-bottom:12px;font-size:24px}.gbgev-faq-subtitle{font-size:12px}.gbgev-faq-content{flex-direction:column;align-items:center;gap:20px}.gbgev-faq-image-wrap{flex:none;width:100%;max-width:220px}.gbgev-faq-image{max-height:240px}.gbgev-faq-accordion{width:100%}.gbgev-faq-question{gap:8px;padding:14px 0}.gbgev-faq-number{min-width:16px;font-size:12px}.gbgev-faq-question-text{font-size:12px}.gbgev-faq-icon{width:18px;height:18px}.gbgev-faq-icon svg{width:12px;height:12px}.gbgev-faq-answer{padding:0 0 14px 24px}.gbgev-faq-answer p{font-size:11px;line-height:1.6}}@media(max-width:374px){.gbgev-faq-section{padding:35px 10px}.gbgev-faq-header{margin-bottom:20px}.gbgev-faq-title{margin-bottom:10px;font-size:20px}.gbgev-faq-subtitle{font-size:11px}.gbgev-faq-content{flex-direction:column;align-items:center;gap:16px}.gbgev-faq-image-wrap{flex:none;width:100%;max-width:180px}.gbgev-faq-image{max-height:200px}.gbgev-faq-accordion{width:100%}.gbgev-faq-item:first-child{border-top:none}.gbgev-faq-question{gap:6px;padding:12px 0}.gbgev-faq-number{min-width:14px;font-size:11px}.gbgev-faq-question-text{font-size:11px}.gbgev-faq-icon{width:16px;height:16px}.gbgev-faq-icon svg{width:12px;height:12px}.gbgev-faq-answer{padding:0 0 12px 20px}.gbgev-faq-answer p{font-size:10px;line-height:1.5}}@media(max-height:500px)and (orientation:landscape){.gbgev-faq-section{padding:30px 14px}.gbgev-faq-content{flex-direction:row;gap:30px}.gbgev-faq-image-wrap{flex:0 0 35%;max-width:250px}.gbgev-faq-image{max-height:220px}.gbgev-faq-accordion{flex:1}.gbgev-faq-question{padding:14px 0}}@media(prefers-reduced-motion:reduce){.gbgev-faq-answer-wrap,.gbgev-faq-icon svg,.gbgev-faq-question{transition:none}}.gbgev-compare-section{box-sizing:border-box;background:#fff;width:100%;padding:80px 16px}.gbgev-compare-container{box-sizing:border-box;width:100%;max-width:1100px;margin:0 auto}.gbgev-compare-header{text-align:center;margin-bottom:50px}.gbgev-compare-title{color:#0a0a0a;letter-spacing:-.5px;margin:0 0 16px;font-size:32px;font-weight:800;line-height:1.2}.gbgev-compare-divider{background:#e67431;border-radius:2px;width:60px;height:4px;margin:0 auto}.gbgev-compare-cards{grid-template-columns:1fr 1fr;gap:28px;width:100%;display:grid}.gbgev-compare-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;transition:all .3s cubic-bezier(.25,.8,.25,1);overflow:hidden;box-shadow:0 4px 24px #00000014}.gbgev-compare-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001f}.gbgev-card-gbg{border-left:4px solid #e67431}.gbgev-card-other{border-right:4px solid #2d7ac5}.gbgev-card-header{text-align:center;background:#fafafa;border-bottom:1px solid #f0f0f0;padding:24px 28px}.gbgev-card-title{letter-spacing:.5px;margin:0;font-size:20px;font-weight:700}.gbgev-card-gbg .gbgev-card-title{color:#0a0a0a}.gbgev-card-other .gbgev-card-title{color:#2d7ac5}.gbgev-card-body{padding:8px 0}.gbgev-feature-row{border-bottom:1px solid #f0f0f0;align-items:flex-start;gap:14px;padding:16px 24px;transition:all .2s;display:flex}.gbgev-feature-row:last-child{border-bottom:none}.gbgev-feature-row:hover{background:#e6743108}.gbgev-feature-highlight{border-radius:10px;margin:4px 16px;padding:14px 20px;background:#e67431!important;border-bottom:none!important}.gbgev-feature-highlight:hover{transform:scale(1.02);background:#d46528!important}.gbgev-feature-highlight .gbgev-feature-label,.gbgev-feature-highlight .gbgev-feature-value,.gbgev-feature-highlight .gbgev-feature-icon{color:#fff!important}.gbgev-feature-icon{color:#e67431;background:#e674311a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-top:2px;display:flex}.gbgev-icon-muted{color:#94a3b8;background:#94a3b81f}.gbgev-feature-highlight .gbgev-feature-icon{background:#fff3}.gbgev-feature-content{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.gbgev-feature-label{color:#666;font-size:13px;font-weight:600;line-height:1.3}.gbgev-feature-value{color:#0a0a0a;font-size:14px;font-weight:500;line-height:1.4}.gbgev-card-other .gbgev-feature-value{color:#555}@media(min-width:2560px){.gbgev-compare-section{padding:120px 40px}.gbgev-compare-container{max-width:1400px}.gbgev-compare-title{font-size:48px}.gbgev-compare-cards{gap:40px}.gbgev-compare-card{border-radius:20px}.gbgev-card-header{padding:32px 36px}.gbgev-card-title{font-size:26px}.gbgev-feature-row{gap:18px;padding:20px 32px}.gbgev-feature-icon{width:44px;height:44px}.gbgev-feature-icon svg{width:22px;height:22px}.gbgev-feature-label{font-size:15px}.gbgev-feature-value{font-size:16px}.gbgev-feature-highlight{border-radius:12px;margin:6px 24px;padding:18px 28px}}@media(min-width:1921px)and (max-width:2559px){.gbgev-compare-section{padding:100px 32px}.gbgev-compare-container{max-width:1300px}.gbgev-compare-title{font-size:42px}.gbgev-compare-cards{gap:36px}.gbgev-card-header{padding:28px 32px}.gbgev-card-title{font-size:24px}.gbgev-feature-row{padding:18px 28px}.gbgev-feature-icon{width:40px;height:40px}.gbgev-feature-label{font-size:14px}.gbgev-feature-value{font-size:15px}}@media(min-width:1440px)and (max-width:1920px){.gbgev-compare-section{padding:90px 24px}.gbgev-compare-container{max-width:1200px}.gbgev-compare-title{font-size:38px}.gbgev-compare-cards{gap:32px}.gbgev-feature-row{padding:16px 26px}}@media(min-width:1200px)and (max-width:1439px){.gbgev-compare-section{padding:80px 20px}.gbgev-compare-container{max-width:1100px}.gbgev-compare-title{font-size:34px}.gbgev-compare-cards{gap:28px}}@media(min-width:1024px)and (max-width:1199px){.gbgev-compare-section{padding:70px 20px}.gbgev-compare-container{max-width:960px}.gbgev-compare-title{font-size:32px}.gbgev-compare-cards{gap:24px}.gbgev-card-header{padding:20px 24px}.gbgev-feature-row{gap:12px;padding:14px 20px}}@media(min-width:768px)and (max-width:1023px){.gbgev-compare-section{padding:60px 18px}.gbgev-compare-container{max-width:720px}.gbgev-compare-header{margin-bottom:40px}.gbgev-compare-title{font-size:30px}.gbgev-compare-cards{grid-template-columns:1fr;gap:24px;max-width:600px;margin:0 auto}.gbgev-compare-card{border-radius:14px}.gbgev-card-header{padding:22px 24px}.gbgev-feature-row{padding:14px 22px}.gbgev-feature-highlight{margin:4px 14px;padding:14px 20px}}@media(min-width:640px)and (max-width:767px){.gbgev-compare-section{padding:50px 16px}.gbgev-compare-container{max-width:600px}.gbgev-compare-header{margin-bottom:32px}.gbgev-compare-title{font-size:28px}.gbgev-compare-cards{grid-template-columns:1fr;gap:20px}.gbgev-card-header{padding:20px 22px}.gbgev-card-title{font-size:18px}.gbgev-feature-row{gap:12px;padding:12px 18px}.gbgev-feature-icon{width:32px;height:32px}.gbgev-feature-icon svg{width:16px;height:16px}.gbgev-feature-label{font-size:12px}.gbgev-feature-value{font-size:13px}.gbgev-feature-highlight{border-radius:8px;margin:3px 12px;padding:12px 16px}}@media(min-width:480px)and (max-width:639px){.gbgev-compare-section{padding:45px 14px}.gbgev-compare-container{max-width:100%}.gbgev-compare-header{margin-bottom:28px}.gbgev-compare-title{font-size:26px}.gbgev-compare-divider{width:50px;height:3px}.gbgev-compare-cards{grid-template-columns:1fr;gap:18px}.gbgev-compare-card{border-radius:12px}.gbgev-card-gbg{border-left:3px solid #e67431}.gbgev-card-other{border-right:3px solid #2d7ac5}.gbgev-card-header{padding:18px 20px}.gbgev-card-title{font-size:17px}.gbgev-feature-row{gap:10px;padding:12px 16px}.gbgev-feature-icon{border-radius:6px;width:30px;height:30px}.gbgev-feature-icon svg{width:15px;height:15px}.gbgev-feature-label{font-size:11px}.gbgev-feature-value{font-size:12px}.gbgev-feature-highlight{margin:3px 10px;padding:10px 14px}}@media(min-width:375px)and (max-width:479px){.gbgev-compare-section{padding:40px 12px}.gbgev-compare-header{margin-bottom:24px}.gbgev-compare-title{margin-bottom:12px;font-size:24px}.gbgev-compare-cards{grid-template-columns:1fr;gap:16px}.gbgev-compare-card{border-radius:10px}.gbgev-card-gbg{border-left:3px solid #e67431}.gbgev-card-other{border-right:3px solid #2d7ac5}.gbgev-card-header{padding:16px 18px}.gbgev-card-title{font-size:16px}.gbgev-feature-row{gap:10px;padding:10px 14px}.gbgev-feature-icon{border-radius:6px;width:28px;height:28px}.gbgev-feature-icon svg{width:14px;height:14px}.gbgev-feature-label{font-size:11px}.gbgev-feature-value{font-size:12px}.gbgev-feature-highlight{border-radius:8px;margin:2px 8px;padding:10px 12px}}@media(max-width:374px){.gbgev-compare-section{padding:35px 10px}.gbgev-compare-header{margin-bottom:20px}.gbgev-compare-title{margin-bottom:10px;font-size:20px}.gbgev-compare-divider{width:40px}.gbgev-compare-cards{grid-template-columns:1fr;gap:14px}.gbgev-compare-card{border-radius:10px}.gbgev-card-gbg{border-left:2px solid #e67431}.gbgev-card-other{border-right:2px solid #2d7ac5}.gbgev-card-header{padding:14px 16px}.gbgev-card-title{font-size:15px}.gbgev-feature-row{gap:8px;padding:10px 12px}.gbgev-feature-icon{border-radius:5px;width:26px;height:26px}.gbgev-feature-icon svg{width:13px;height:13px}.gbgev-feature-label{font-size:10px}.gbgev-feature-value{font-size:11px;line-height:1.3}.gbgev-feature-highlight{border-radius:6px;margin:2px 6px;padding:8px 10px}}@media(max-height:500px)and (orientation:landscape){.gbgev-compare-section{padding:30px 14px}.gbgev-compare-cards{grid-template-columns:1fr 1fr;gap:20px}.gbgev-card-header{padding:14px 16px}.gbgev-feature-row{padding:10px 14px}}@media(prefers-reduced-motion:reduce){.gbgev-compare-card,.gbgev-feature-row,.gbgev-feature-highlight{transition:none}.gbgev-compare-card:hover,.gbgev-feature-highlight:hover{transform:none}}.gbgev-loc-section{background:#fff;width:100%;padding:50px 20px}.gbgev-loc-container{max-width:1200px;margin:0 auto}.gbgev-loc-title{text-align:center;color:#0f172a;margin:0 0 40px;font-size:28px;font-weight:800;line-height:1.2}.gbgev-loc-grid{grid-template-columns:repeat(5,1fr);justify-items:center;gap:40px 28px;display:grid}.gbgev-loc-link{cursor:pointer;justify-content:center;align-items:center;width:100%;text-decoration:none;display:flex}.gbgev-loc-img{width:auto;max-width:170px;height:auto;max-height:170px;transition:transform .3s;display:block}.gbgev-loc-link:hover .gbgev-loc-img{transform:scale(1.06)}@media(max-width:1024px){.gbgev-loc-grid{grid-template-columns:repeat(5,1fr);gap:32px 24px}.gbgev-loc-img{max-width:150px;max-height:150px}.gbgev-loc-title{font-size:26px}}@media(max-width:768px){.gbgev-loc-section{padding:36px 16px}.gbgev-loc-grid{grid-template-columns:repeat(3,1fr);gap:28px 20px}.gbgev-loc-img{max-width:140px;max-height:140px}.gbgev-loc-title{margin-bottom:28px;font-size:22px}}@media(max-width:480px){.gbgev-loc-grid{grid-template-columns:repeat(2,1fr);gap:24px 16px}.gbgev-loc-img{max-width:130px;max-height:130px}.gbgev-loc-title{margin-bottom:24px;font-size:18px}}.gbgev-home-playstore-section{box-sizing:border-box;background:#fff;width:100%;padding:45px 24px;overflow:hidden}.gbgev-home-playstore-wrapper{background:radial-gradient(circle at 85%,#ff7a001a,#0000 38%),linear-gradient(110deg,#fff,#fff 55%,#fffaf5);border-radius:24px;align-items:center;width:100%;max-width:1320px;min-height:410px;margin:0 auto;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #0000000f}.gbgev-home-playstore-content{z-index:3;box-sizing:border-box;width:51%;padding:45px 20px 45px 65px;position:relative}.gbgev-home-playstore-heading{letter-spacing:-2.5px;color:#171717;margin:0;font-family:inherit;font-size:clamp(40px,4.7vw,64px);font-weight:800;line-height:1.02}.gbgev-home-playstore-heading span{color:#f47b20}.gbgev-home-playstore-description{color:#61646d;max-width:530px;margin:23px 0 27px;font-family:inherit;font-size:17px;font-weight:400;line-height:1.6}.gbgev-home-playstore-badge-link{align-items:center;width:205px;text-decoration:none;transition:transform .25s,opacity .25s;display:inline-flex}.gbgev-home-playstore-badge{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;height:auto;display:block}.gbgev-home-playstore-badge-link:hover{opacity:.94;transform:translateY(-3px)}.gbgev-home-playstore-visual{box-sizing:border-box;justify-content:center;align-items:center;width:49%;height:100%;min-height:410px;display:flex;position:relative}.gbgev-home-playstore-image{z-index:2;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;max-width:500px;height:auto;display:block;position:relative;transform:translate(-5px)}@media(max-width:1500px){.gbgev-home-playstore-section{padding-left:20px;padding-right:20px}.gbgev-home-playstore-content{padding-left:55px}.gbgev-home-playstore-heading{font-size:clamp(40px,4.8vw,60px)}.gbgev-home-playstore-image{max-width:480px}}@media(max-width:1200px){.gbgev-home-playstore-wrapper{min-height:390px}.gbgev-home-playstore-content{width:52%;padding:40px 25px 40px 45px}.gbgev-home-playstore-visual{width:48%;min-height:390px}.gbgev-home-playstore-heading{letter-spacing:-2px;font-size:clamp(38px,5vw,55px)}.gbgev-home-playstore-description{max-width:480px;font-size:16px}.gbgev-home-playstore-image{max-width:440px}.gbgev-home-playstore-orange-glow{width:320px;height:320px}}@media(max-width:900px){.gbgev-home-playstore-section{padding:35px 18px}.gbgev-home-playstore-wrapper{border-radius:22px;flex-direction:column;min-height:auto}.gbgev-home-playstore-content{text-align:center;flex-direction:column;align-items:center;width:100%;padding:45px 30px 15px;display:flex}.gbgev-home-playstore-heading{font-size:clamp(38px,8vw,55px);line-height:1.04}.gbgev-home-playstore-description{max-width:580px;margin-top:20px;margin-bottom:24px;font-size:16px}.gbgev-home-playstore-badge-link{width:195px}.gbgev-home-playstore-visual{box-sizing:border-box;width:100%;min-height:340px;padding:5px 20px 30px}.gbgev-home-playstore-image{max-width:460px}.gbgev-home-playstore-orange-glow{width:330px;height:330px;top:50%;right:50%;transform:translate(50%,-50%)}}@media(max-width:600px){.gbgev-home-playstore-section{padding:20px 12px}.gbgev-home-playstore-wrapper{border-radius:20px}.gbgev-home-playstore-content{padding:35px 18px 8px}.gbgev-home-playstore-heading{letter-spacing:-1.6px;font-size:clamp(34px,10vw,46px)}.gbgev-home-playstore-description{margin-top:18px;margin-bottom:22px;font-size:15px;line-height:1.6}.gbgev-home-playstore-badge-link{width:185px}.gbgev-home-playstore-visual{min-height:280px;padding:0 15px 22px}.gbgev-home-playstore-image{width:100%;max-width:400px}.gbgev-home-playstore-orange-glow{filter:blur(48px);width:260px;height:260px}}@media(max-width:380px){.gbgev-home-playstore-section{padding-left:8px;padding-right:8px}.gbgev-home-playstore-content{padding:30px 14px 7px}.gbgev-home-playstore-heading{letter-spacing:-1.2px;font-size:33px}.gbgev-home-playstore-description{font-size:14px}.gbgev-home-playstore-badge-link{width:170px}.gbgev-home-playstore-visual{min-height:260px}}@media(prefers-reduced-motion:reduce){.gbgev-home-playstore-badge-link{transition:none}.gbgev-home-playstore-badge-link:hover{transform:none}}.gbgev-home-playstore-wrapper{box-sizing:border-box;background:radial-gradient(circle at 85%,#f47b2014,#0000 38%),#fff;border:1px solid #0000000e;border-radius:30px;align-items:center;width:100%;max-width:1320px;min-height:410px;margin:0 auto;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 35px #0000000e,0 2px 8px #00000006}.gbgev-home-playstore-badge-link{border-radius:12px;align-items:center;width:205px;text-decoration:none;transition:transform .25s,opacity .25s,box-shadow .25s;display:inline-flex;overflow:hidden}.gbgev-home-playstore-badge{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;background:0 0;border:none;border-radius:12px;outline:none;width:100%;height:auto;display:block}.gbgev-home-playstore-badge-link:hover{opacity:.96;transform:translateY(-3px);box-shadow:0 8px 20px #0000001f}.gbgev-home-playstore-badge-link:active{transform:translateY(0)}.gbgev-home-playstore-image{z-index:2;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:100%;max-width:500px;height:auto;display:block;position:relative;transform:translate(-5px);box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important}.gbgev-home-playstore-visual{box-sizing:border-box;background:0 0;border:none;outline:none;justify-content:center;align-items:center;width:49%;height:100%;min-height:410px;display:flex;position:relative}.gbgev-home-playstore-orange-glow{filter:blur(65px);pointer-events:none;background:#f47b201c;border-radius:50%;width:360px;height:360px;position:absolute;top:50%;right:7%;transform:translateY(-50%)}.app-showcase{overscroll-behavior:contain;background:#fff;width:100%;height:100vh;min-height:100vh;position:relative;overflow:hidden}.app-showcase *,.app-showcase :before,.app-showcase :after{box-sizing:border-box}.app-showcase-sticky{flex-direction:column;justify-content:center;width:100%;height:100vh;min-height:100vh;display:flex;position:relative;overflow:hidden}.brand-wash{pointer-events:none;background:radial-gradient(55% 60% at 78% 28%,#e55a001c,#0000 72%),radial-gradient(48% 52% at 12% 78%,#2d6ac117,#0000 72%);position:absolute;top:0;bottom:0;left:0;right:0}.app-showcase-container{width:100%;max-width:1152px;margin:0 auto;padding:0 40px;position:relative}.showcase-heading{text-align:center;width:100%}.eyebrow{color:#e55a00;letter-spacing:2px;text-transform:uppercase;font-size:12px;font-weight:700;line-height:16px;display:inline-block}.showcase-heading h2{color:#18212b;letter-spacing:-.8px;margin:10px 0 0;font-size:36px;font-weight:600;line-height:1.2}.text-gradient-brand{background:linear-gradient(90deg,#e55a00,#2d6ac1);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.showcase-heading p{color:#7b8490;max-width:650px;margin:12px auto 0;font-size:16px;line-height:1.5}.showcase-grid{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:80px;width:100%;margin-top:36px;display:grid}.steps-section{width:100%;min-width:0}.steps-list{margin:0;padding:0 0 0 40px;list-style:none;position:relative}.progress-line{background:#e2e6eb;border-radius:999px;width:2px;position:absolute;top:8px;bottom:40px;left:10.88px;overflow:hidden}.progress-line-fill{background:#e55a00;border-radius:999px;width:100%;transition:height .65s cubic-bezier(.22,1,.36,1);display:block}.step-item{padding-bottom:32px;position:relative}.step-item:last-child{padding-bottom:0}.step-button{text-align:left;cursor:pointer;background:0 0;border:0;outline:none;width:100%;padding:0;display:block;position:relative}.step-button:focus-visible{outline-offset:3px;border-radius:12px;outline:2px solid #2d6ac1}.step-number{border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:10px;font-weight:700;transition:all .45s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;top:2px;left:-40px}.step-number-active{color:#fff;background:#e55a00;transform:scale(1.1);box-shadow:0 7px 20px #e55a003d}.step-number-done{color:#fff;background:#e55a00}.step-number-default{color:#7b8490;background:#f1f3f6}.check-icon{width:14px;height:14px}.step-title{color:#7b849080;margin:0;font-size:24px;font-weight:600;line-height:1.25;transition:color .45s,transform .45s cubic-bezier(.22,1,.36,1)}.step-title.active{color:#18212b;transform:translate(3px)}.step-body{color:#7b849066;opacity:.8;max-width:448px;margin:7px 0 0;font-size:15px;line-height:1.55;transition:color .45s,opacity .45s,transform .45s cubic-bezier(.22,1,.36,1)}.step-body.active{color:#7b8490;opacity:1;transform:translate(3px)}.cta-row{flex-wrap:wrap;align-items:center;gap:12px;margin-top:32px;display:flex}.download-button{color:#fff;background:#e55a00;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 8px 25px #e55a0033}.download-button:hover{transform:translateY(-2px)scale(1.025);box-shadow:0 12px 32px #e55a0047}.download-arrow{width:16px;height:16px;transition:transform .25s}.download-button:hover .download-arrow{transform:translate(4px)}.rating-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd1;border:1px solid #e2e6eb;border-radius:16px;align-items:center;gap:14px;min-width:330px;padding:10px 16px;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 1px 3px #00000012}.rating-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px #e55a0024}.rating-value{flex-direction:column;align-items:center;line-height:1;display:flex}.rating-value>span{color:#18212b;font-size:24px;font-weight:600}.rating-divider{background:#e2e6eb;width:1px;height:36px}.rating-content{flex:1;min-width:0}.rating-content p{color:#18212b;margin:0;font-size:13px;font-weight:600}.rating-content span{color:#7b8490;margin-top:2px;font-size:11px;display:block}.rating-arrow{color:#7b8490;flex-shrink:0;width:16px;height:16px;transition:transform .3s}.rating-card:hover .rating-arrow{transform:translate(4px)}.stars{align-items:center;gap:2px;margin-top:3px;display:flex}.star-wrapper{width:16px;height:16px;display:inline-block;position:relative}.star-background,.star-foreground{width:16px;height:16px}.star-background{color:#e55a0040}.star-foreground{color:#e55a00}.star-fill{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.highlights{flex-wrap:wrap;gap:8px 24px;margin:22px 0 0;padding:0;list-style:none;display:flex}.highlights li{color:#7b8490;align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.highlight-icon{color:#2d6ac1;flex-shrink:0;width:16px;height:16px}.phone-section{justify-content:flex-end;width:264px;min-width:264px;display:flex}.phone-wrapper{flex-direction:column;align-items:center;display:flex;position:relative}.phone-glow{z-index:-1;filter:blur(28px);opacity:.13;background:linear-gradient(135deg,#e55a00,#2d6ac1);border-radius:56px;position:absolute;top:-20px;bottom:-20px;left:-22px;right:-22px}.phone-frame{background:#252a2f;border:5px solid #282e33;border-radius:2.25rem;flex-shrink:0;width:264px;height:476px;position:relative;overflow:hidden;box-shadow:0 18px 35px #18212b2e,0 4px 10px #18212b1a}.phone-notch{z-index:20;background:#111;border-radius:0 0 14px 14px;width:70px;height:22px;position:absolute;top:0;left:50%;transform:translate(-50%)}.phone-screen{background:#fff;border-radius:1.85rem;width:100%;height:100%;position:relative;overflow:hidden}.phone-image{object-fit:contain;object-position:top;-webkit-user-select:none;user-select:none;pointer-events:none;will-change:transform,opacity;-webkit-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:100%;transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1);position:absolute;top:0;bottom:0;left:0;right:0}.phone-image-active{z-index:3;opacity:1;transform:translateY(0)scale(1)}.phone-image-before{z-index:1;opacity:0;transform:translateY(-35px)scale(.96)}.phone-image-after{z-index:2;opacity:0;transform:translateY(35px)scale(.96)}.step-dots{justify-content:center;align-items:center;gap:8px;margin-top:18px;display:flex}.step-dot{cursor:pointer;background:#dce2e8;border:0;border-radius:999px;width:12px;height:6px;padding:0;transition:width .45s,background-color .35s,transform .25s}.step-dot:hover{background:#e55a0080;transform:scaleY(1.4)}.step-dot.active{background:#e55a00;width:28px}@media(max-width:1100px){.app-showcase-container{padding:0 28px}.showcase-grid{gap:48px}}@media(max-width:900px){.showcase-grid{gap:32px}.showcase-heading h2{font-size:32px}.step-title{font-size:21px}.step-body{font-size:13px}.rating-card{min-width:300px}.phone-section{width:230px;min-width:230px}.phone-frame{width:230px;height:415px}}@media(max-width:700px){.app-showcase{overscroll-behavior:auto;height:auto;min-height:100vh;overflow:visible}.app-showcase-sticky{height:auto;min-height:100vh;padding:40px 0;overflow:visible}.app-showcase-container{padding:0 16px}.showcase-heading h2{margin-top:8px;font-size:27px}.showcase-heading p{max-width:350px;font-size:13px}.showcase-grid{grid-template-columns:1fr;gap:28px;margin-top:26px}.steps-section{order:1}.phone-section{order:2;justify-content:center;width:100%;min-width:0}.phone-frame{width:min(220px,100vw - 48px);height:min(397px,180.45vw - 86.616px)}.phone-notch{width:64px;height:20px}.cta-row{gap:10px}.download-button{padding:9px 17px;font-size:13px}.rating-card{width:100%;min-width:0;padding:9px 12px}.highlights{gap:7px 14px;margin-top:16px}.highlights li{font-size:11px}}@media(max-width:430px){.app-showcase-sticky{padding-top:30px}.showcase-heading h2{font-size:24px}.showcase-heading p{font-size:12px}.showcase-grid{gap:22px;margin-top:20px}.steps-list{padding-left:36px}.step-item{padding-bottom:22px}.step-title{font-size:17px}.step-body{font-size:11.5px}.phone-frame{width:190px;height:343px}.phone-notch{width:56px;height:17px}.step-dots{margin-top:12px}.highlights{display:none}}@media(prefers-reduced-motion:reduce){.phone-image,.step-title,.step-body,.step-number,.step-dot,.progress-line-fill,.download-button,.download-arrow{transition:none!important}}.gbg-rider-hero{box-sizing:border-box;width:100%;margin:0;padding:0;line-height:0;position:relative;overflow:hidden}.gbg-rider-hero *,.gbg-rider-hero :before,.gbg-rider-hero :after{box-sizing:border-box}.gbg-rider-hero__bg{object-fit:cover;object-position:center;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;image-rendering:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;width:100%;max-width:100%;height:auto;display:block;transform:translateZ(0)}@media(min-width:1025px){.gbg-rider-hero{margin-top:72px}.gbg-rider-hero__bg{object-fit:cover;object-position:center;width:100%;height:auto}}@media(min-width:768px)and (max-width:1024px){.gbg-rider-hero{margin-top:68px}.gbg-rider-hero__bg{object-fit:cover;object-position:center;width:100%;height:auto}}@media(max-width:767px){.gbg-rider-hero{margin-top:64px}.gbg-rider-hero__bg{object-fit:contain;object-position:center top;width:100%;height:auto;min-height:auto}}@media(max-width:480px){.gbg-rider-hero{margin-top:60px}.gbg-rider-hero__bg{width:100%;height:auto}}@media(max-width:320px){.gbg-rider-hero{margin-top:56px}}@media(min-width:1441px){.gbg-rider-hero{margin-top:72px}.gbg-rider-hero__bg{width:100%;height:auto}}@media(prefers-reduced-motion:reduce){.gbg-rider-hero__bg{transition:none!important;animation:none!important}}@media print{.gbg-rider-hero{margin-top:0}.gbg-rider-hero__bg{width:100%;height:auto}}:root{--gbgev-joinnow-white:#fff;--gbgev-joinnow-bg:#f8f9fa;--gbgev-joinnow-black:#1a1a1a;--gbgev-joinnow-black-light:#333;--gbgev-joinnow-gray:#666;--gbgev-joinnow-gray-light:#999;--gbgev-joinnow-orange:#f97316;--gbgev-joinnow-orange-light:#fff7ed;--gbgev-joinnow-blue:#3b82f6;--gbgev-joinnow-blue-light:#eff6ff;--gbgev-joinnow-card-bg:#fff;--gbgev-joinnow-card-border:#e5e7eb;--gbgev-joinnow-card-shadow:0 2px 12px #0000000f;--gbgev-joinnow-card-shadow-hover:0 8px 30px #0000001a;--gbgev-joinnow-image-border:#f97316;--gbgev-joinnow-image-shadow:0 4px 15px #f9731633;--gbgev-joinnow-transition:all .3s cubic-bezier(.4, 0, .2, 1)}.gbgev-joinnow-section{background-color:var(--gbgev-joinnow-bg);width:100%;padding:80px 0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.gbgev-joinnow-container{width:100%;max-width:1200px;margin:0 auto;padding:0 40px}.gbgev-joinnow-header{text-align:center;max-width:800px;margin-bottom:60px;margin-left:auto;margin-right:auto}.gbgev-joinnow-title{color:var(--gbgev-joinnow-black);margin-bottom:20px;font-size:35px;font-weight:790;line-height:1.3}.gbgev-joinnow-highlight{color:var(--gbgev-joinnow-orange)}.gbgev-joinnow-subtitle{color:var(--gbgev-joinnow-gray);max-width:700px;margin:0 auto;font-size:1.05rem;line-height:1.7}.gbgev-joinnow-cards-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.gbgev-joinnow-card{background:var(--gbgev-joinnow-card-bg);border:1px solid var(--gbgev-joinnow-card-border);text-align:center;transition:var(--gbgev-joinnow-transition);box-shadow:var(--gbgev-joinnow-card-shadow);box-sizing:border-box;border-radius:16px;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;max-width:100%;padding:28px 20px;display:flex;overflow:hidden}.gbgev-joinnow-card:hover{box-shadow:var(--gbgev-joinnow-card-shadow-hover);border-color:var(--gbgev-joinnow-orange);transform:translateY(-6px)}.gbgev-joinnow-card-image-frame{flex-shrink:0;justify-content:center;width:100%;margin-bottom:16px;display:flex}.gbgev-joinnow-card-image-circle{border:3px solid var(--gbgev-joinnow-image-border);width:90px;height:90px;box-shadow:var(--gbgev-joinnow-image-shadow);background:linear-gradient(135deg,var(--gbgev-joinnow-orange-light) 0%,var(--gbgev-joinnow-blue-light) 100%);transition:var(--gbgev-joinnow-transition);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.gbgev-joinnow-card:hover .gbgev-joinnow-card-image-circle{border-color:var(--gbgev-joinnow-blue);transform:scale(1.05);box-shadow:0 6px 20px #3b82f64d}.gbgev-joinnow-card-img{object-fit:cover;object-position:center;width:100%;height:100%;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;display:block}.gbgev-joinnow-card-title{color:var(--gbgev-joinnow-black);word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;text-align:center;width:100%;max-width:100%;margin-bottom:8px;font-size:1.05rem;font-weight:700;line-height:1.3;display:block}.gbgev-joinnow-card-desc{color:var(--gbgev-joinnow-gray);word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;text-align:center;width:100%;max-width:100%;margin:0;font-size:.9rem;line-height:1.5;display:block}@media screen and (min-width:1920px){.gbgev-joinnow-section{padding:100px 0}.gbgev-joinnow-container{max-width:1400px;padding:0 60px}.gbgev-joinnow-title{font-size:2.8rem}.gbgev-joinnow-subtitle{font-size:1.2rem}.gbgev-joinnow-cards-grid{gap:32px}.gbgev-joinnow-card{padding:32px 24px}.gbgev-joinnow-card-image-circle{border-width:4px;width:110px;height:110px}.gbgev-joinnow-card-title{font-size:1.2rem}.gbgev-joinnow-card-desc{font-size:1rem}}@media screen and (min-width:1440px)and (max-width:1919px){.gbgev-joinnow-container{max-width:1300px}.gbgev-joinnow-title{font-size:2.5rem}.gbgev-joinnow-card-image-circle{width:100px;height:100px}}@media screen and (min-width:1024px)and (max-width:1439px){.gbgev-joinnow-section{padding:70px 0}.gbgev-joinnow-container{padding:0 30px}.gbgev-joinnow-title{font-size:2rem}.gbgev-joinnow-cards-grid{gap:20px}.gbgev-joinnow-card{padding:24px 18px}.gbgev-joinnow-card-image-circle{width:85px;height:85px}.gbgev-joinnow-card-title{font-size:1rem}.gbgev-joinnow-card-desc{font-size:.88rem}}@media screen and (min-width:768px)and (max-width:1023px){.gbgev-joinnow-section{padding:60px 0}.gbgev-joinnow-container{padding:0 24px}.gbgev-joinnow-header{margin-bottom:50px}.gbgev-joinnow-title{font-size:1.8rem}.gbgev-joinnow-subtitle{font-size:1rem}.gbgev-joinnow-cards-grid{grid-template-columns:repeat(2,1fr);gap:20px}.gbgev-joinnow-card{padding:24px 20px}.gbgev-joinnow-card-image-circle{width:85px;height:85px}.gbgev-joinnow-card-title{font-size:1rem}.gbgev-joinnow-card-desc{font-size:.88rem}}@media screen and (min-width:481px)and (max-width:767px){.gbgev-joinnow-section{padding:50px 0}.gbgev-joinnow-container{padding:0 16px}.gbgev-joinnow-header{margin-bottom:40px}.gbgev-joinnow-title{font-size:1.6rem}.gbgev-joinnow-subtitle{font-size:.95rem}.gbgev-joinnow-cards-grid{grid-template-columns:repeat(2,1fr);gap:16px}.gbgev-joinnow-card{border-radius:14px;padding:20px 14px}.gbgev-joinnow-card-image-frame{margin-bottom:12px}.gbgev-joinnow-card-image-circle{border-width:2px;width:75px;height:75px}.gbgev-joinnow-card-title{margin-bottom:6px;font-size:.95rem}.gbgev-joinnow-card-desc{font-size:.82rem;line-height:1.4}}@media screen and (max-width:480px){.gbgev-joinnow-section{padding:40px 0}.gbgev-joinnow-container{padding:0 12px}.gbgev-joinnow-header{margin-bottom:32px}.gbgev-joinnow-title{margin-bottom:14px;font-size:1.35rem;line-height:1.3}.gbgev-joinnow-subtitle{font-size:.9rem;line-height:1.6}.gbgev-joinnow-cards-grid{grid-template-columns:1fr;gap:12px}.gbgev-joinnow-card{text-align:center;box-sizing:border-box;border-radius:14px;flex-direction:column;align-items:center;gap:0;width:100%;max-width:100%;padding:20px 16px;display:flex;overflow:hidden}.gbgev-joinnow-card-image-frame{justify-content:center;width:100%;margin-bottom:12px;display:flex}.gbgev-joinnow-card-image-circle{border-width:2px;flex-shrink:0;width:70px;height:70px}.gbgev-joinnow-card-title{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;text-align:center;width:100%;max-width:100%;margin-bottom:6px;padding:0;font-size:1rem;line-height:1.3;display:block}.gbgev-joinnow-card-desc{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;text-align:center;width:100%;max-width:100%;margin:0;padding:0;font-size:.85rem;line-height:1.5;display:block}}@media screen and (max-width:319px){.gbgev-joinnow-title{font-size:1.2rem}.gbgev-joinnow-subtitle{font-size:.85rem}.gbgev-joinnow-card{padding:16px 12px}.gbgev-joinnow-card-image-circle{width:60px;height:60px}.gbgev-joinnow-card-title{font-size:.95rem}.gbgev-joinnow-card-desc{font-size:.8rem;line-height:1.4}}@media(prefers-reduced-motion:reduce){.gbgev-joinnow-card{transition:none}.gbgev-joinnow-card:hover{transform:none}.gbgev-joinnow-card-image-circle{transition:none}}.gbgrpf-section{box-sizing:border-box;background:#f6f6f4;width:100%;padding:60px 24px}.gbgrpf-section *,.gbgrpf-section :before,.gbgrpf-section :after{box-sizing:border-box}.gbgrpf-wrapper{background:#fff;border:1px solid #e7e7e7;border-radius:24px;grid-template-columns:.9fr 1.1fr;width:100%;max-width:1240px;height:min(680px,100vh - 80px);margin:0 auto;display:grid;overflow:hidden;box-shadow:0 18px 60px #00000012}.gbgrpf-left{background:#111;height:100%;min-height:0;position:relative;overflow:hidden}.gbgrpf-image-slider{position:absolute;top:0;bottom:0;left:0;right:0}.gbgrpf-slide-image{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .9s,transform 5.5s;position:absolute;top:0;bottom:0;left:0;right:0;transform:scale(1.04)}.gbgrpf-slide-image.active{opacity:1;transform:scale(1)}.gbgrpf-left-gradient{pointer-events:none;background:linear-gradient(#0000000a 25%,#0000001f 50%,#000000b8);position:absolute;top:0;bottom:0;left:0;right:0}.gbgrpf-left-content{z-index:3;color:#fff;animation:.65s both gbgrpfTextReveal;position:absolute;bottom:58px;left:38px;right:38px}@keyframes gbgrpfTextReveal{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.gbgrpf-eyebrow{letter-spacing:.16em;color:#fff;margin-bottom:12px;font-size:11px;font-weight:700;display:block}.gbgrpf-left-content h1{letter-spacing:-.045em;color:#fff;max-width:460px;margin:0;font-size:clamp(36px,3vw,50px);font-weight:500;line-height:1.08}.gbgrpf-left-content h1 strong{color:#f47b20;font-weight:700}.gbgrpf-left-content p{color:#ffffffe0;max-width:420px;margin:16px 0 0;font-size:16px;line-height:1.6}.gbgrpf-slide-indicators{z-index:4;gap:7px;display:flex;position:absolute;bottom:28px;left:38px}.gbgrpf-slide-indicators button{cursor:pointer;background:#fff6;border:none;border-radius:10px;width:22px;height:3px;padding:0;transition:all .3s}.gbgrpf-slide-indicators button.active{background:#f47b20;width:42px}.gbgrpf-right{background:#fff;flex-direction:column;min-width:0;height:100%;min-height:0;padding:30px 38px 18px;display:flex;overflow:hidden}.gbgrpf-form-header{border-bottom:1px solid #eee;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:16px;display:flex}.gbgrpf-mini-title{letter-spacing:.13em;color:#f47b20;margin-bottom:6px;font-size:11px;font-weight:700;display:block}.gbgrpf-form-header h2{letter-spacing:-.025em;color:#1d1d1d;margin:0;font-size:27px;font-weight:650;line-height:1.2}.gbgrpf-form-header h2 span{color:#777;margin-left:6px;font-size:15px;font-weight:500;display:inline-block}.gbgrpf-step-count{white-space:nowrap;align-items:baseline;gap:2px;padding-top:4px;display:flex}.gbgrpf-step-count strong{color:#1b1b1b;font-size:20px}.gbgrpf-step-count span{color:#9b9b9b;font-size:12px}.gbgrpf-progress{flex-shrink:0;grid-template-columns:repeat(5,1fr);gap:10px;margin:16px 0 10px;display:grid;position:relative}.gbgrpf-progress:before{content:"";background:#e4e4e4;height:1px;position:absolute;top:50%;left:20px;right:20px;transform:translateY(-50%)}.gbgrpf-progress button{z-index:2;color:#8d8d8d;cursor:default;background:#fff;border:1px solid #d7d7d7;border-radius:50%;justify-content:center;justify-self:center;align-items:center;width:32px;height:32px;padding:0;font-size:12px;font-weight:600;transition:all .25s;display:flex;position:relative}.gbgrpf-progress button.completed{color:#fff;cursor:pointer;background:#f47b20;border-color:#f47b20}.gbgrpf-progress button.active{color:#f47b20;background:#fff;border-color:#f47b20;box-shadow:0 0 0 4px #f47b201a}.gbgrpf-form-viewport{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#f47b20 #f1f1f1;flex:1;min-height:0;padding:10px 12px 12px 0;position:relative;overflow:hidden auto}.gbgrpf-form-viewport::-webkit-scrollbar{width:6px}.gbgrpf-form-viewport::-webkit-scrollbar-track{background:#f2f2f2;border-radius:20px}.gbgrpf-form-viewport::-webkit-scrollbar-thumb{background:#f47b20;border-radius:20px}.gbgrpf-form-viewport::-webkit-scrollbar-thumb:hover{background:#df6712}.gbgrpf-step-animation{width:100%}.gbgrpf-step-next{animation:.4s cubic-bezier(.25,.46,.45,.94) both gbgrpfSlideInRight}.gbgrpf-step-back{animation:.4s cubic-bezier(.25,.46,.45,.94) both gbgrpfSlideInLeft}@keyframes gbgrpfSlideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes gbgrpfSlideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.gbgrpf-step-content{width:100%;padding-bottom:8px}.gbgrpf-step-heading{margin-bottom:16px}.gbgrpf-step-heading>span{letter-spacing:.11em;color:#f47b20;margin-bottom:5px;font-size:11px;font-weight:700;display:block}.gbgrpf-step-heading h2{letter-spacing:-.025em;color:#202020;margin:0 0 5px;font-size:24px;font-weight:650;line-height:1.2}.gbgrpf-step-heading p{color:#747474;margin:0;font-size:14px;line-height:1.5}.gbgrpf-fields-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.gbgrpf-form-stack{flex-direction:column;gap:16px;display:flex}.gbgrpf-two-column{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.gbgrpf-full-width{grid-column:1/-1}.gbgrpf-field{min-width:0}.gbgrpf-field>label{color:#272727;margin-bottom:7px;font-size:14px;font-weight:600;line-height:1.4;display:block}.gbgrpf-field>label span{color:#777;margin-left:3px;font-size:13px;font-weight:500}.gbgrpf-field small{color:#8c8c8c;margin-top:5px;font-size:12px;line-height:1.4;display:block}.gbgrpf-field input[type=text],.gbgrpf-field input[type=tel],.gbgrpf-field select{color:#242424;background:#fff;border:1px solid #dedede;border-radius:8px;outline:none;width:100%;height:46px;padding:0 14px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.gbgrpf-field input:focus,.gbgrpf-field select:focus{border-color:#f47b20;box-shadow:0 0 0 3px #f47b2017}.gbgrpf-field input::placeholder{color:#ababab}.gbgrpf-options{flex-wrap:wrap;gap:8px;display:flex}.gbgrpf-option{color:#555;cursor:pointer;background:#fff;border:1px solid #e1e1e1;border-radius:8px;align-items:center;min-height:40px;padding:8px 12px;font-size:13px;line-height:1.35;transition:border-color .2s,background .2s,color .2s;display:inline-flex;position:relative}.gbgrpf-option:hover{border-color:#cfcfcf}.gbgrpf-option.active{color:#d96714;background:#fff8f3;border-color:#f47b208c}.gbgrpf-option input{opacity:0;pointer-events:none;position:absolute}.gbgrpf-custom-check{color:#0000;border:1px solid #cfcfcf;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;margin-right:7px;display:flex}.gbgrpf-option.active .gbgrpf-custom-check{color:#fff;background:#f47b20;border-color:#f47b20}.gbgrpf-info-note{color:#777;background:#fff8f3;border-left:3px solid #f47b20;margin-top:10px;padding:10px 13px;font-size:12px;line-height:1.5}.gbgrpf-consent-box{background:#fafafa;border:1px solid #e7e7e7;border-radius:12px;padding:16px}.gbgrpf-consent-box h3{color:#292929;margin:0 0 11px;font-size:16px;font-weight:650}.gbgrpf-consent-item{color:#666;cursor:pointer;align-items:flex-start;gap:9px;margin-bottom:10px;font-size:13px;line-height:1.5;display:flex}.gbgrpf-consent-item:last-child{margin-bottom:0}.gbgrpf-consent-item input{accent-color:#f47b20;flex-shrink:0;width:17px;height:17px;margin:2px 0 0}.gbgrpf-navigation{background:#fff;border-top:1px solid #eee;flex-shrink:0;justify-content:space-between;align-items:center;gap:15px;padding-top:14px;display:flex}.gbgrpf-navigation button{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:8px;height:46px;padding:0 18px;font-family:inherit;font-size:14px;font-weight:600;transition:all .25s;display:inline-flex}.gbgrpf-back-btn{color:#555;background:#fff;border:1px solid #e0e0e0}.gbgrpf-back-btn:hover:not(:disabled){border-color:#bbb}.gbgrpf-back-btn:disabled{opacity:.4;cursor:not-allowed}.gbgrpf-next-btn{color:#fff;background:#f47b20;border:1px solid #f47b20;min-width:155px}.gbgrpf-next-btn:hover{background:#e66d15;transform:translateY(-1px)}.gbgrpf-footer-note{text-align:center;color:#a1a1a1;flex-shrink:0;padding-top:9px;font-size:11px}.gbgrpf-success-image{object-fit:cover;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.gbgrpf-success{text-align:center;max-width:500px;margin:auto}.gbgrpf-success-icon{color:#f47b20;background:#fff3e9;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 18px;display:flex}.gbgrpf-success>span{letter-spacing:.15em;color:#f47b20;margin-bottom:10px;font-size:11px;font-weight:700;display:block}.gbgrpf-success h2{letter-spacing:-.03em;color:#222;margin:0 0 13px;font-size:30px}.gbgrpf-success p{color:#707070;margin:0;font-size:15px;line-height:1.65}.gbgrpf-security-note{color:#666;background:#f8f8f8;border-radius:9px;margin-top:18px;padding:13px 15px;font-size:13px;line-height:1.5}.gbgrpf-success button{color:#fff;cursor:pointer;background:#f47b20;border:none;border-radius:8px;height:46px;margin-top:20px;padding:0 20px;font-family:inherit;font-size:14px;font-weight:600}@media(max-width:1000px){.gbgrpf-section{padding:45px 18px}.gbgrpf-wrapper{grid-template-columns:.8fr 1.2fr;height:min(650px,100vh - 70px)}.gbgrpf-right{padding:26px 25px 18px}.gbgrpf-left-content{left:28px;right:28px}.gbgrpf-slide-indicators{left:28px}.gbgrpf-left-content h1{font-size:38px}.gbgrpf-two-column{grid-template-columns:1fr}}@media(max-width:780px){.gbgrpf-section{padding:25px 14px}.gbgrpf-wrapper{border-radius:18px;height:auto;min-height:auto;display:block;overflow:visible}.gbgrpf-left{height:410px}.gbgrpf-right{border-radius:0 0 18px 18px;height:620px;padding:25px 18px 16px}.gbgrpf-left-content{bottom:48px;left:23px;right:23px}.gbgrpf-left-content h1{font-size:36px}.gbgrpf-left-content p{max-width:340px;font-size:14px}.gbgrpf-slide-indicators{bottom:23px;left:23px}.gbgrpf-fields-grid{grid-template-columns:1fr}.gbgrpf-full-width{grid-column:auto}.gbgrpf-form-header h2{font-size:23px}.gbgrpf-form-header h2 span{margin:4px 0 0;font-size:14px;display:block}.gbgrpf-step-heading h2{font-size:22px}.gbgrpf-option{width:100%;font-size:13px}.gbgrpf-navigation{gap:10px}.gbgrpf-navigation button{flex:1}.gbgrpf-next-btn{min-width:0}}@media(max-width:420px){.gbgrpf-left{height:380px}.gbgrpf-right{height:600px;padding:22px 14px 15px}.gbgrpf-left-content h1{font-size:31px}.gbgrpf-progress{gap:5px}.gbgrpf-progress button{width:28px;height:28px}.gbgrpf-step-count{display:none}.gbgrpf-field>label{font-size:13px}.gbgrpf-success h2{font-size:25px}.gbgrpf-form-viewport{padding-right:6px}}:root{--gbgev-calc-orange:#f97316;--gbgev-calc-amber:#fbbf24;--gbgev-calc-dark:#1c1917;--gbgev-calc-cream:#fff;--gbgev-calc-white:#fff;--gbgev-calc-border:#0000001a;--gbgev-calc-muted:#78716c;--gbgev-calc-shadow:#f9731614;--gbgev-calc-petrol-start:#64748b;--gbgev-calc-petrol-end:#cbd5e1}.gbgev-calc-section *,.gbgev-calc-section :before,.gbgev-calc-section :after{box-sizing:border-box;margin:0;padding:0}.gbgev-calc-section{background-color:var(--gbgev-calc-cream);width:100%;padding:4rem 1rem;position:relative;overflow:hidden}.gbgev-calc-container{width:100%;max-width:1024px;margin:0 auto}.gbgev-calc-header{text-align:center;margin-bottom:2.5rem}.gbgev-calc-badge{letter-spacing:.1em;text-transform:uppercase;color:var(--gbgev-calc-orange);background:#f973161a;border:1px solid #f9731626;border-radius:9999px;margin-bottom:.75rem;padding:.375rem 1rem;font-size:.75rem;font-weight:600;display:inline-block}.gbgev-calc-title{color:var(--gbgev-calc-dark);letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.75rem;font-weight:800;line-height:1.2}.gbgev-calc-title-highlight{color:var(--gbgev-calc-orange)}.gbgev-calc-description{color:var(--gbgev-calc-muted);max-width:32rem;margin:0 auto;font-size:1rem;line-height:1.6}.gbgev-calc-desc-highlight{color:var(--gbgev-calc-dark);font-weight:600}.gbgev-calc-card{background-color:var(--gbgev-calc-white);box-shadow:0 8px 40px var(--gbgev-calc-shadow);border:1px solid #f973161a;border-radius:1.25rem;overflow:hidden}.gbgev-calc-card-inner{grid-template-columns:1fr;display:grid}.gbgev-calc-controls{border-bottom:1px solid var(--gbgev-calc-border);flex-direction:column;gap:1.25rem;padding:1.25rem;display:flex}.gbgev-calc-controls-header{text-align:left}.gbgev-calc-controls-title{color:var(--gbgev-calc-dark);margin:0;font-size:1.125rem;font-weight:700}.gbgev-calc-controls-subtitle{color:var(--gbgev-calc-muted);margin:.25rem 0 0;font-size:.8rem}.gbgev-calc-toggle{background-color:var(--gbgev-calc-cream);border:1px solid #f973161a;border-radius:.75rem;align-items:center;padding:.25rem;display:flex}.gbgev-calc-toggle-btn{color:var(--gbgev-calc-muted);cursor:pointer;background:0 0;border:none;border-radius:.5rem;flex:1;padding:.625rem .75rem;font-size:.8rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1)}.gbgev-calc-toggle-btn:hover{color:var(--gbgev-calc-dark)}.gbgev-calc-toggle-active{background-color:var(--gbgev-calc-orange);color:var(--gbgev-calc-white);box-shadow:0 2px 8px #f973164d}.gbgev-calc-slider-box{background-color:#fff7ed99;border:1px solid #f9731614;border-radius:.875rem;padding:1rem}.gbgev-calc-slider-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.gbgev-calc-slider-label-group{align-items:center;gap:.625rem;display:flex}.gbgev-calc-slider-icon-box{background-color:#f973161a;border-radius:.625rem;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}.gbgev-calc-slider-icon{width:1.125rem;height:1.125rem;color:var(--gbgev-calc-orange)}.gbgev-calc-slider-text{flex-direction:column;display:flex}.gbgev-calc-slider-title{color:var(--gbgev-calc-dark);margin:0;font-size:.875rem;font-weight:600}.gbgev-calc-slider-subtitle{color:var(--gbgev-calc-muted);margin:.125rem 0 0;font-size:.75rem}.gbgev-calc-slider-value-group{text-align:right}.gbgev-calc-slider-value{color:var(--gbgev-calc-orange);font-variant-numeric:tabular-nums;margin:0;font-size:1.75rem;font-weight:800;line-height:1}.gbgev-calc-slider-unit{color:var(--gbgev-calc-muted);margin:.25rem 0 0;font-size:.75rem}.gbgev-calc-slider{-webkit-appearance:none;cursor:pointer;background:#e5e7eb;border-radius:3px;outline:none;width:100%;height:6px;margin:.75rem 0}.gbgev-calc-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--gbgev-calc-white);border:3px solid var(--gbgev-calc-orange);cursor:pointer;border-radius:50%;width:22px;height:22px;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #f973164d}.gbgev-calc-slider::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 4px 12px #f9731666}.gbgev-calc-slider::-moz-range-thumb{background:var(--gbgev-calc-white);border:3px solid var(--gbgev-calc-orange);cursor:pointer;border-radius:50%;width:22px;height:22px;box-shadow:0 2px 8px #f973164d}.gbgev-calc-slider::-webkit-slider-runnable-track{background:linear-gradient(to right,var(--gbgev-calc-orange) 0%,var(--gbgev-calc-orange) var(--slider-value,0%),#e5e7eb var(--slider-value,0%),#e5e7eb 100%);border-radius:3px;height:6px}.gbgev-calc-slider-range-labels{justify-content:space-between;margin-top:.375rem;display:flex}.gbgev-calc-range-label{color:var(--gbgev-calc-muted);font-size:.75rem}.gbgev-calc-savings-hero{background:linear-gradient(135deg,var(--gbgev-calc-orange),var(--gbgev-calc-amber));border-radius:.875rem;padding:1.25rem;position:relative;overflow:hidden}.gbgev-calc-savings-content{text-align:left;position:relative}.gbgev-calc-savings-label{color:#ffffffd9;margin:0;font-size:.8rem;font-weight:500}.gbgev-calc-savings-amount{color:var(--gbgev-calc-white);font-variant-numeric:tabular-nums;margin:.375rem 0 0;font-size:1.75rem;font-weight:800}.gbgev-calc-savings-period{color:#ffffffb3;margin:.25rem 0 0;font-size:.75rem}.gbgev-calc-stats-grid{grid-template-columns:repeat(2,1fr);gap:.625rem;display:grid}.gbgev-calc-stat-box{text-align:center;border-radius:.625rem;padding:.875rem .5rem;transition:transform .2s}.gbgev-calc-stat-box:hover{transform:translateY(-2px)}.gbgev-calc-stat-ev{background-color:#f973160d;border:1px solid #f973161a}.gbgev-calc-stat-petrol{border:1px solid var(--gbgev-calc-border);background-color:#00000008}.gbgev-calc-stat-value{color:var(--gbgev-calc-dark);font-variant-numeric:tabular-nums;margin:0;font-size:.875rem;font-weight:700}.gbgev-calc-stat-zero{color:var(--gbgev-calc-orange)}.gbgev-calc-stat-label{color:var(--gbgev-calc-muted);margin:.375rem 0 0;font-size:.7rem;font-weight:500}.gbgev-calc-graph{flex-direction:column;padding:1.25rem;display:flex}.gbgev-calc-legend{justify-content:center;align-items:center;gap:1.5rem;margin-bottom:1rem;display:flex}.gbgev-calc-legend-item{align-items:center;gap:.5rem;display:flex}.gbgev-calc-legend-color{border-radius:2px;width:24px;height:10px}.gbgev-calc-legend-ev{background:linear-gradient(to right,var(--gbgev-calc-orange),var(--gbgev-calc-amber))}.gbgev-calc-legend-petrol{background:linear-gradient(to right,var(--gbgev-calc-petrol-start),var(--gbgev-calc-petrol-end))}.gbgev-calc-legend-text{color:var(--gbgev-calc-dark);font-size:.8rem;font-weight:600}.gbgev-calc-legend-text-petrol{color:var(--gbgev-calc-muted)}.gbgev-calc-chart{flex:1;align-items:flex-end;gap:.5rem;padding:0 .25rem;display:flex}.gbgev-calc-graph-bar{flex-direction:column;flex:1;align-items:center;gap:.5rem;min-width:0;display:flex}.gbgev-calc-bars-wrapper{justify-content:center;align-items:flex-end;gap:.375rem;width:100%;height:160px;display:flex}.gbgev-calc-ev-column,.gbgev-calc-petrol-column{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:.375rem;max-width:48px;height:100%;display:flex}.gbgev-calc-ev-value{color:var(--gbgev-calc-orange);white-space:nowrap;font-variant-numeric:tabular-nums;font-size:.65rem;font-weight:700}.gbgev-calc-petrol-value{color:var(--gbgev-calc-muted);white-space:nowrap;font-variant-numeric:tabular-nums;font-size:.65rem;font-weight:700}.gbgev-calc-ev-bar{background:linear-gradient(to top,var(--gbgev-calc-orange),var(--gbgev-calc-amber));border-radius:6px 6px 0 0;width:100%;transition:opacity .3s;box-shadow:0 1px 3px #0000000d}.gbgev-calc-petrol-bar{background:linear-gradient(to top,var(--gbgev-calc-petrol-start),var(--gbgev-calc-petrol-end));border-radius:6px 6px 0 0;width:100%;transition:opacity .3s;box-shadow:0 1px 3px #0000000d}.gbgev-calc-bar-label-box{border-top:1px solid #00000014;flex-direction:column;align-items:center;gap:.25rem;width:100%;padding-top:.75rem;display:flex}.gbgev-calc-bar-icon{width:14px;height:14px;color:var(--gbgev-calc-orange)}.gbgev-calc-bar-label{color:var(--gbgev-calc-dark);text-align:center;font-size:.65rem;font-weight:600;line-height:1.2}.gbgev-calc-cta{background-color:#f973160d;border:1px solid #f973161f;border-radius:.875rem;justify-content:space-between;align-items:center;margin-top:1.25rem;padding:.875rem;display:flex}.gbgev-calc-cta-content{align-items:center;gap:.625rem;display:flex}.gbgev-calc-cta-icon-box{background-color:var(--gbgev-calc-orange);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex;box-shadow:0 2px 8px #f973164d}.gbgev-calc-cta-icon{width:1.125rem;height:1.125rem;color:var(--gbgev-calc-white)}.gbgev-calc-cta-text{flex-direction:column;display:flex}.gbgev-calc-cta-title{color:var(--gbgev-calc-dark);margin:0;font-size:.8rem;font-weight:700}.gbgev-calc-cta-subtitle{color:var(--gbgev-calc-muted);margin:.125rem 0 0;font-size:.7rem}.gbgev-calc-cta-button{background-color:var(--gbgev-calc-orange);color:var(--gbgev-calc-white);cursor:pointer;border:none;border-radius:.625rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:none;box-shadow:0 2px 8px #f9731640}.gbgev-calc-cta-button:hover{background-color:#ea580c;transform:translateY(-1px);box-shadow:0 4px 12px #f9731659}.gbgev-calc-animated-number{font-variant-numeric:tabular-nums;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:700}@media(min-width:320px)and (max-width:374px){.gbgev-calc-section{padding:3rem .75rem}.gbgev-calc-header{margin-bottom:2rem}.gbgev-calc-badge{padding:.25rem .625rem;font-size:.65rem}.gbgev-calc-title{font-size:1.375rem}.gbgev-calc-description{font-size:.875rem}.gbgev-calc-card{border-radius:1rem}.gbgev-calc-controls{gap:1rem;padding:1rem}.gbgev-calc-controls-title{font-size:1rem}.gbgev-calc-controls-subtitle{font-size:.75rem}.gbgev-calc-toggle-btn{padding:.5rem;font-size:.7rem}.gbgev-calc-slider-box{padding:.875rem}.gbgev-calc-slider-value{font-size:1.5rem}.gbgev-calc-savings-hero{padding:1rem}.gbgev-calc-savings-amount{font-size:1.5rem}.gbgev-calc-stats-grid{gap:.5rem}.gbgev-calc-stat-box{padding:.625rem .375rem}.gbgev-calc-stat-value{font-size:.8rem}.gbgev-calc-stat-label{font-size:.65rem}.gbgev-calc-graph{padding:1rem}.gbgev-calc-bars-wrapper{gap:.25rem;height:140px}.gbgev-calc-ev-column,.gbgev-calc-petrol-column{max-width:36px}.gbgev-calc-ev-value,.gbgev-calc-petrol-value,.gbgev-calc-bar-label{font-size:.55rem}.gbgev-calc-bar-icon{width:12px;height:12px}.gbgev-calc-cta{margin-top:1rem;padding:.75rem}.gbgev-calc-cta-title{font-size:.75rem}.gbgev-calc-cta-subtitle{font-size:.65rem}}@media(min-width:375px)and (max-width:639px){.gbgev-calc-section{padding:3.5rem 1rem}.gbgev-calc-header{margin-bottom:2.25rem}.gbgev-calc-title{font-size:1.5rem}.gbgev-calc-description{font-size:.9rem}.gbgev-calc-controls{gap:1.125rem;padding:1.125rem}.gbgev-calc-controls-title{font-size:1.0625rem}.gbgev-calc-toggle-btn{padding:.5625rem .625rem;font-size:.75rem}.gbgev-calc-slider-box{padding:.9375rem}.gbgev-calc-slider-value{font-size:1.625rem}.gbgev-calc-savings-hero{padding:1.125rem}.gbgev-calc-savings-amount{font-size:1.625rem}.gbgev-calc-stats-grid{gap:.5625rem}.gbgev-calc-stat-box{padding:.75rem .5rem}.gbgev-calc-stat-value{font-size:.825rem}.gbgev-calc-stat-label{font-size:.675rem}.gbgev-calc-graph{padding:1.125rem}.gbgev-calc-bars-wrapper{gap:.3125rem;height:160px}.gbgev-calc-ev-column,.gbgev-calc-petrol-column{max-width:42px}.gbgev-calc-ev-value,.gbgev-calc-petrol-value,.gbgev-calc-bar-label{font-size:.6rem}.gbgev-calc-cta{margin-top:1.125rem;padding:.875rem}}@media(min-width:640px)and (max-width:1023px){.gbgev-calc-section{padding:5rem 1.5rem}.gbgev-calc-header{margin-bottom:3rem}.gbgev-calc-title{font-size:2rem}.gbgev-calc-description{font-size:1rem}.gbgev-calc-card{border-radius:1.25rem}.gbgev-calc-card-inner{grid-template-columns:320px 1fr}.gbgev-calc-controls{border-bottom:none;border-right:1px solid var(--gbgev-calc-border);gap:1.25rem;padding:1.5rem}.gbgev-calc-controls-title{font-size:1.125rem}.gbgev-calc-toggle-btn{padding:.625rem .75rem;font-size:.8rem}.gbgev-calc-slider-box{padding:1rem}.gbgev-calc-slider-value{font-size:1.75rem}.gbgev-calc-savings-hero{padding:1.25rem}.gbgev-calc-savings-amount{font-size:1.75rem}.gbgev-calc-stats-grid{gap:.625rem}.gbgev-calc-stat-box{padding:.875rem .5rem}.gbgev-calc-stat-value{font-size:.875rem}.gbgev-calc-stat-label{font-size:.7rem}.gbgev-calc-graph{padding:1.5rem}.gbgev-calc-bars-wrapper{gap:.5rem;height:220px}.gbgev-calc-ev-column,.gbgev-calc-petrol-column{max-width:52px}.gbgev-calc-ev-value,.gbgev-calc-petrol-value,.gbgev-calc-bar-label{font-size:.7rem}.gbgev-calc-bar-icon{width:16px;height:16px}.gbgev-calc-cta{margin-top:1.5rem;padding:1rem}.gbgev-calc-cta-button{display:flex}.gbgev-calc-cta-title{font-size:.85rem}.gbgev-calc-cta-subtitle{font-size:.75rem}}@media(min-width:1024px)and (max-width:1279px){.gbgev-calc-section{padding:6rem 2rem}.gbgev-calc-header{margin-bottom:3.5rem}.gbgev-calc-title{font-size:2.25rem}.gbgev-calc-description{font-size:1.0625rem}.gbgev-calc-card{border-radius:1.375rem}.gbgev-calc-card-inner{grid-template-columns:360px 1fr}.gbgev-calc-controls{gap:1.5rem;padding:1.75rem}.gbgev-calc-controls-title{font-size:1.25rem}.gbgev-calc-toggle-btn{padding:.6875rem 1rem;font-size:.85rem}.gbgev-calc-slider-box{padding:1.125rem}.gbgev-calc-slider-value{font-size:2rem}.gbgev-calc-savings-hero{padding:1.375rem}.gbgev-calc-savings-amount{font-size:2rem}.gbgev-calc-stats-grid{gap:.75rem}.gbgev-calc-stat-box{padding:1rem .625rem}.gbgev-calc-stat-value{font-size:.9375rem}.gbgev-calc-stat-label{font-size:.75rem}.gbgev-calc-graph{padding:1.75rem}.gbgev-calc-bars-wrapper{gap:.625rem;height:260px}.gbgev-calc-ev-column,.gbgev-calc-petrol-column{max-width:56px}.gbgev-calc-ev-value,.gbgev-calc-petrol-value,.gbgev-calc-bar-label{font-size:.75rem}.gbgev-calc-cta{margin-top:1.75rem;padding:1.125rem}.gbgev-calc-cta-button{padding:.5625rem 1.125rem;display:flex}.gbgev-calc-cta-title{font-size:.875rem}.gbgev-calc-cta-subtitle{font-size:.75rem}}@media(min-width:1280px)and (max-width:1535px){.gbgev-calc-section{padding:7rem 2.5rem}.gbgev-calc-container{max-width:1200px}.gbgev-calc-header{margin-bottom:4rem}.gbgev-calc-title{font-size:2.5rem}.gbgev-calc-description{font-size:1.125rem}.gbgev-calc-card{border-radius:1.5rem}.gbgev-calc-card-inner{grid-template-columns:400px 1fr}.gbgev-calc-controls{gap:1.75rem;padding:2rem}.gbgev-calc-controls-title{font-size:1.375rem}.gbgev-calc-toggle-btn{padding:.75rem 1.125rem;font-size:.875rem}.gbgev-calc-slider-box{padding:1.25rem}.gbgev-calc-slider-value{font-size:2.25rem}.gbgev-calc-savings-hero{padding:1.5rem}.gbgev-calc-savings-amount{font-size:2.25rem}.gbgev-calc-stats-grid{gap:.875rem}.gbgev-calc-stat-box{padding:1.125rem .75rem}.gbgev-calc-stat-value{font-size:1rem}.gbgev-calc-stat-label{font-size:.775rem}.gbgev-calc-graph{padding:2rem}.gbgev-calc-bars-wrapper{gap:.75rem;height:280px}.gbgev-calc-ev-column,.gbgev-calc-petrol-column{max-width:60px}.gbgev-calc-ev-value,.gbgev-calc-petrol-value,.gbgev-calc-bar-label{font-size:.8rem}.gbgev-calc-cta{margin-top:2rem;padding:1.25rem}.gbgev-calc-cta-button{padding:.625rem 1.25rem;font-size:.85rem;display:flex}.gbgev-calc-cta-title{font-size:.9rem}.gbgev-calc-cta-subtitle{font-size:.775rem}}@media(min-width:1536px)and (max-width:1919px){.gbgev-calc-section{padding:8rem 3rem}.gbgev-calc-container{max-width:1300px}.gbgev-calc-header{margin-bottom:4.5rem}.gbgev-calc-title{font-size:2.75rem}.gbgev-calc-description{font-size:1.1875rem}.gbgev-calc-card{border-radius:1.625rem}.gbgev-calc-card-inner{grid-template-columns:440px 1fr}.gbgev-calc-controls{gap:2rem;padding:2.25rem}.gbgev-calc-controls-title{font-size:1.5rem}.gbgev-calc-toggle-btn{padding:.8125rem 1.25rem;font-size:.9rem}.gbgev-calc-slider-box{padding:1.375rem}.gbgev-calc-slider-value{font-size:2.5rem}.gbgev-calc-savings-hero{padding:1.625rem}.gbgev-calc-savings-amount{font-size:2.5rem}.gbgev-calc-stats-grid{gap:1rem}.gbgev-calc-stat-box{padding:1.25rem .875rem}.gbgev-calc-stat-value{font-size:1.0625rem}.gbgev-calc-stat-label{font-size:.8rem}.gbgev-calc-graph{padding:2.25rem}.gbgev-calc-bars-wrapper{gap:.875rem;height:300px}.gbgev-calc-ev-column,.gbgev-calc-petrol-column{max-width:64px}.gbgev-calc-ev-value,.gbgev-calc-petrol-value,.gbgev-calc-bar-label{font-size:.85rem}.gbgev-calc-cta{margin-top:2.25rem;padding:1.375rem}.gbgev-calc-cta-button{padding:.6875rem 1.375rem;font-size:.875rem;display:flex}.gbgev-calc-cta-title{font-size:.9375rem}.gbgev-calc-cta-subtitle{font-size:.8rem}}@media(min-width:1920px){.gbgev-calc-section{padding:9rem 4rem}.gbgev-calc-container{max-width:1400px}.gbgev-calc-header{margin-bottom:5rem}.gbgev-calc-title{font-size:3rem}.gbgev-calc-description{font-size:1.25rem}.gbgev-calc-card{border-radius:1.75rem}.gbgev-calc-card-inner{grid-template-columns:480px 1fr}.gbgev-calc-controls{gap:2.25rem;padding:2.5rem}.gbgev-calc-controls-title{font-size:1.625rem}.gbgev-calc-toggle-btn{padding:.875rem 1.375rem;font-size:.9375rem}.gbgev-calc-slider-box{padding:1.5rem}.gbgev-calc-slider-value{font-size:2.75rem}.gbgev-calc-savings-hero{padding:1.75rem}.gbgev-calc-savings-amount{font-size:2.75rem}.gbgev-calc-stats-grid{gap:1.125rem}.gbgev-calc-stat-box{padding:1.375rem 1rem}.gbgev-calc-stat-value{font-size:1.125rem}.gbgev-calc-stat-label{font-size:.825rem}.gbgev-calc-graph{padding:2.5rem}.gbgev-calc-bars-wrapper{gap:1rem;height:320px}.gbgev-calc-ev-column,.gbgev-calc-petrol-column{max-width:68px}.gbgev-calc-ev-value,.gbgev-calc-petrol-value,.gbgev-calc-bar-label{font-size:.9rem}.gbgev-calc-cta{margin-top:2.5rem;padding:1.5rem}.gbgev-calc-cta-button{padding:.75rem 1.5rem;font-size:.9rem;display:flex}.gbgev-calc-cta-title{font-size:1rem}.gbgev-calc-cta-subtitle{font-size:.825rem}}@media(prefers-reduced-motion:reduce){.gbgev-calc-ev-bar,.gbgev-calc-petrol-bar,.gbgev-calc-stat-box,.gbgev-calc-toggle-btn,.gbgev-calc-cta-button{transition:none!important;animation:none!important}}:root{--gbg-franchise-primary:#ff7a00;--gbg-franchise-primary-light:#ff9500;--gbg-franchise-secondary:#1e88e5;--gbg-franchise-secondary-light:#42a5f5;--gbg-franchise-bg:#fff;--gbg-franchise-text:#0f172a;--gbg-franchise-text-light:#334155;--gbg-franchise-muted:#64748b;--gbg-franchise-border:#e2e8f0;--gbg-franchise-shadow:#0f172a14;--gbg-franchise-orange-glow:#ff7a0026;--gbg-franchise-blue-glow:#1e88e526}.gbg-franchise-hero-section{background:linear-gradient(135deg,#fff7ed,#fef3c7 30%,#e0f2fe 70%,#dbeafe);flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.gbg-franchise-hero-blob{filter:blur(100px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.gbg-franchise-hero-blob-1{background:var(--gbg-franchise-orange-glow);width:400px;height:400px;animation:8s ease-in-out infinite blobFloat1;top:-150px;right:-100px}.gbg-franchise-hero-blob-2{background:var(--gbg-franchise-blue-glow);width:350px;height:350px;animation:10s ease-in-out infinite blobFloat2;top:40%;left:-120px}.gbg-franchise-hero-blob-3{background:#ff7a0014;width:250px;height:250px;animation:7s ease-in-out infinite blobFloat3;bottom:10%;right:20%}.gbg-franchise-hero-blob-4{background:#1e88e514;width:200px;height:200px;animation:9s ease-in-out infinite reverse blobFloat1;top:20%;right:40%}@keyframes blobFloat1{0%,to{transform:translate(0)scale(1)}50%{transform:translate(30px,-30px)scale(1.1)}}@keyframes blobFloat2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-20px,20px)scale(1.05)}}@keyframes blobFloat3{0%,to{transform:translate(0)}50%{transform:translate(15px,-15px)}}.gbg-franchise-hero-container{z-index:2;box-sizing:border-box;flex-direction:column;flex:1;width:100%;max-width:1280px;margin:0 auto;padding:0 48px;display:flex;position:relative}.gbg-franchise-hero-nav{justify-content:space-between;align-items:center;gap:24px;padding:24px 0;display:flex}.gbg-franchise-hero-logo{color:var(--gbg-franchise-text);align-items:center;gap:12px;font-size:26px;font-weight:800;text-decoration:none;display:flex}.gbg-franchise-hero-logo-icon{background:linear-gradient(135deg,var(--gbg-franchise-primary),var(--gbg-franchise-secondary));color:#fff;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 8px 24px #ff7a004d}.gbg-franchise-hero-logo-primary{color:var(--gbg-franchise-primary)}.gbg-franchise-hero-logo-secondary{color:var(--gbg-franchise-secondary);margin-left:4px}.gbg-franchise-hero-nav-links{align-items:center;gap:36px;display:flex}.gbg-franchise-hero-nav-link{color:var(--gbg-franchise-muted);font-size:15px;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.gbg-franchise-hero-nav-link:hover{color:var(--gbg-franchise-primary)}.gbg-franchise-hero-nav-link:after{content:"";background:linear-gradient(90deg,var(--gbg-franchise-primary),var(--gbg-franchise-secondary));border-radius:2px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.gbg-franchise-hero-nav-link:hover:after{width:100%}.gbg-franchise-hero-nav-active{font-weight:600;color:var(--gbg-franchise-primary)!important}.gbg-franchise-hero-nav-active:after{width:100%}.gbg-franchise-hero-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:14px;outline:none;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:inline-flex}.gbg-franchise-hero-btn-primary{background:linear-gradient(135deg,var(--gbg-franchise-primary),var(--gbg-franchise-primary-light));color:#fff;box-shadow:0 8px 24px #ff7a0059}.gbg-franchise-hero-btn-primary:hover{background:linear-gradient(135deg,#ff8c00,#fa0);transform:translateY(-2px);box-shadow:0 12px 32px #ff7a0073}.gbg-franchise-hero-btn-outline{color:var(--gbg-franchise-text);border:2px solid var(--gbg-franchise-border);background:0 0}.gbg-franchise-hero-btn-outline:hover{border-color:var(--gbg-franchise-primary);color:var(--gbg-franchise-primary);background:#ff7a000d}.gbg-franchise-hero-btn-nav{padding:12px 24px;font-size:14px}.gbg-franchise-hero-btn-shine{position:relative;overflow:hidden}.gbg-franchise-hero-btn-shine:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;animation:3s infinite shine;position:absolute;top:0;left:-100%}@keyframes shine{0%{left:-100%}50%,to{left:100%}}.gbg-franchise-hero-btn-icon{transition:transform .3s}.gbg-franchise-hero-btn:hover .gbg-franchise-hero-btn-icon{transform:translate(4px)}.gbg-franchise-hero-grid{flex:1;grid-template-columns:1fr 1fr;align-items:center;gap:64px;padding:60px 0 100px;display:grid}.gbg-franchise-hero-left{flex-direction:column;gap:28px;display:flex}.gbg-franchise-hero-badge{color:var(--gbg-franchise-primary);background:#ff7a001f;border:1px solid #ff7a0033;border-radius:999px;align-items:center;gap:10px;width:-moz-fit-content;width:fit-content;padding:10px 20px;font-size:14px;font-weight:600;display:inline-flex}.gbg-franchise-hero-pulse-dot{background:var(--gbg-franchise-primary);border-radius:50%;flex-shrink:0;width:10px;height:10px;animation:2s ease-in-out infinite pulseDot}.gbg-franchise-hero-title{color:var(--gbg-franchise-text);letter-spacing:-1.5px;margin:0;font-size:56px;font-weight:900;line-height:1.1}.gbg-franchise-hero-gradient-text{background:linear-gradient(90deg,var(--gbg-franchise-primary),var(--gbg-franchise-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gbg-franchise-hero-description{color:var(--gbg-franchise-muted);max-width:520px;margin:0;font-size:18px;line-height:1.7}.gbg-franchise-hero-buttons{flex-wrap:wrap;gap:16px;display:flex}.gbg-franchise-hero-mini-stats{border-top:1px solid var(--gbg-franchise-border);align-items:center;gap:24px;margin-top:12px;padding-top:24px;display:flex}.gbg-franchise-hero-mini-stat{align-items:center;gap:12px;display:flex}.gbg-franchise-hero-mini-stat-icon{color:var(--gbg-franchise-primary);flex-shrink:0}.gbg-franchise-hero-mini-stat-number{color:var(--gbg-franchise-text);font-size:20px;font-weight:800;line-height:1.2;display:block}.gbg-franchise-hero-mini-stat-label{color:var(--gbg-franchise-muted);font-size:13px;font-weight:500;display:block}.gbg-franchise-hero-mini-stat-divider{background:var(--gbg-franchise-border);width:1px;height:40px}.gbg-franchise-hero-right{justify-content:center;align-items:center;display:flex;position:relative}.gbg-franchise-hero-image-wrapper{width:100%;max-width:560px;position:relative}.gbg-franchise-hero-image{border-radius:32px;width:100%;height:auto;animation:6s ease-in-out infinite heroFloat;display:block;box-shadow:0 30px 80px #00000026,0 10px 30px #ff7a001a}.gbg-franchise-hero-video-card,.gbg-franchise-hero-stats-card,.gbg-franchise-hero-rating-card{cursor:pointer;z-index:10;background:#fff;border-radius:20px;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:absolute;box-shadow:0 20px 50px #0000001f}.gbg-franchise-hero-video-card{border:1px solid #ff7a0026;align-items:center;gap:14px;padding:16px 20px;display:flex;top:40px;right:-20px}.gbg-franchise-hero-video-icon{background:linear-gradient(135deg,var(--gbg-franchise-primary),#ff5e00);color:#fff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 8px 20px #ff7a0059}.gbg-franchise-hero-video-text p{color:var(--gbg-franchise-muted);margin:0;font-size:13px;line-height:1.3}.gbg-franchise-hero-video-text strong{color:var(--gbg-franchise-text);font-size:15px;font-weight:700}.gbg-franchise-hero-stats-card{border:1px solid #1e88e526;align-items:center;gap:14px;padding:16px 20px;display:flex;bottom:60px;left:-30px}.gbg-franchise-hero-stats-icon{background:linear-gradient(135deg,var(--gbg-franchise-secondary),var(--gbg-franchise-secondary-light));color:#fff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:14px;font-weight:800;display:flex;box-shadow:0 8px 20px #1e88e559}.gbg-franchise-hero-stats-text p{color:var(--gbg-franchise-muted);margin:0;font-size:13px;line-height:1.3}.gbg-franchise-hero-stats-text strong{color:var(--gbg-franchise-text);font-size:15px;font-weight:700}.gbg-franchise-hero-rating-card{text-align:center;border:1px solid #ffc1074d;padding:14px 18px;top:50%;right:-10px}.gbg-franchise-hero-rating-stars{color:#ffc107;letter-spacing:2px;margin-bottom:4px;font-size:18px}.gbg-franchise-hero-rating-text{color:var(--gbg-franchise-muted);margin:0;font-size:13px;font-weight:600}.gbg-franchise-hero-wave-wrapper{z-index:2;width:100%;margin-top:auto;line-height:0;position:relative}.gbg-franchise-hero-wave{width:100%;height:80px;display:block}@media(min-width:1440px){.gbg-franchise-hero-container{max-width:1400px;padding:0 64px}.gbg-franchise-hero-title{font-size:64px}.gbg-franchise-hero-description{max-width:580px;font-size:20px}.gbg-franchise-hero-image-wrapper{max-width:620px}.gbg-franchise-hero-grid{gap:80px;padding:80px 0 120px}}@media(max-width:1200px){.gbg-franchise-hero-container{padding:0 40px}.gbg-franchise-hero-title{font-size:48px}.gbg-franchise-hero-grid{gap:48px}.gbg-franchise-hero-image-wrapper{max-width:480px}.gbg-franchise-hero-video-card{padding:14px 16px;right:-10px}.gbg-franchise-hero-stats-card{left:-20px}}@media(max-width:1024px){.gbg-franchise-hero-container{padding:0 32px}.gbg-franchise-hero-nav{padding:20px 0}.gbg-franchise-hero-nav-links{gap:24px}.gbg-franchise-hero-title{font-size:42px}.gbg-franchise-hero-description{font-size:17px}.gbg-franchise-hero-grid{gap:40px;padding:40px 0 80px}.gbg-franchise-hero-image-wrapper{max-width:420px}.gbg-franchise-hero-video-card{padding:12px 14px;top:20px;right:-10px}.gbg-franchise-hero-video-icon,.gbg-franchise-hero-stats-icon{width:40px;height:40px}.gbg-franchise-hero-stats-card{padding:12px 14px;bottom:40px;left:-15px}.gbg-franchise-hero-rating-card{padding:10px 14px;right:-5px}}@media(max-width:768px){.gbg-franchise-hero-section{min-height:auto}.gbg-franchise-hero-container{padding:0 24px}.gbg-franchise-hero-nav{flex-wrap:wrap;gap:16px;padding:16px 0}.gbg-franchise-hero-logo{font-size:22px}.gbg-franchise-hero-logo-icon{width:40px;height:40px}.gbg-franchise-hero-nav-links{display:none}.gbg-franchise-hero-btn-nav{padding:10px 18px;font-size:13px}.gbg-franchise-hero-grid{text-align:center;grid-template-columns:1fr;gap:48px;padding:32px 0 60px}.gbg-franchise-hero-left{align-items:center;gap:22px}.gbg-franchise-hero-title{letter-spacing:-1px;font-size:38px}.gbg-franchise-hero-description{max-width:100%;font-size:16px}.gbg-franchise-hero-buttons{justify-content:center}.gbg-franchise-hero-mini-stats{justify-content:center;width:100%}.gbg-franchise-hero-right{order:-1}.gbg-franchise-hero-image-wrapper{max-width:400px;margin:0 auto}.gbg-franchise-hero-image{border-radius:24px}.gbg-franchise-hero-video-card{top:10px;right:0}.gbg-franchise-hero-stats-card{bottom:20px;left:0}.gbg-franchise-hero-rating-card{top:auto;bottom:20px;right:0}.gbg-franchise-hero-wave{height:60px}}@media(max-width:480px){.gbg-franchise-hero-container{padding:0 16px}.gbg-franchise-hero-nav{padding:14px 0}.gbg-franchise-hero-logo{gap:8px;font-size:20px}.gbg-franchise-hero-logo-icon{border-radius:10px;width:36px;height:36px}.gbg-franchise-hero-logo-icon svg{width:20px;height:20px}.gbg-franchise-hero-btn-nav{border-radius:10px;padding:8px 14px;font-size:12px}.gbg-franchise-hero-grid{gap:32px;padding:24px 0 48px}.gbg-franchise-hero-left{gap:18px}.gbg-franchise-hero-badge{gap:8px;padding:8px 14px;font-size:12px}.gbg-franchise-hero-pulse-dot{width:8px;height:8px}.gbg-franchise-hero-title{font-size:32px;line-height:1.15}.gbg-franchise-hero-description{font-size:15px;line-height:1.6}.gbg-franchise-hero-buttons{flex-direction:column;gap:12px;width:100%}.gbg-franchise-hero-btn{justify-content:center;width:100%;padding:14px 24px}.gbg-franchise-hero-mini-stats{flex-direction:column;gap:16px;margin-top:8px;padding-top:20px}.gbg-franchise-hero-mini-stat-divider{width:60px;height:1px}.gbg-franchise-hero-image-wrapper{max-width:100%}.gbg-franchise-hero-image{border-radius:20px}.gbg-franchise-hero-video-card,.gbg-franchise-hero-stats-card,.gbg-franchise-hero-rating-card{display:none}.gbg-franchise-hero-wave{height:50px}}@media(max-width:360px){.gbg-franchise-hero-title{font-size:28px}.gbg-franchise-hero-description{font-size:14px}.gbg-franchise-hero-badge{padding:6px 12px;font-size:11px}.gbg-franchise-hero-btn{padding:12px 20px;font-size:14px}.gbg-franchise-hero-mini-stat-number{font-size:18px}.gbg-franchise-hero-mini-stat-label{font-size:12px}}@media(min-width:1920px){.gbg-franchise-hero-container{max-width:1600px;padding:0 80px}.gbg-franchise-hero-title{font-size:72px}.gbg-franchise-hero-description{max-width:640px;font-size:22px}.gbg-franchise-hero-image-wrapper{max-width:700px}.gbg-franchise-hero-grid{gap:100px;padding:100px 0 140px}.gbg-franchise-hero-nav{padding:32px 0}.gbg-franchise-hero-logo{font-size:30px}.gbg-franchise-hero-logo-icon{width:56px;height:56px}.gbg-franchise-hero-nav-links{gap:48px}.gbg-franchise-hero-nav-link{font-size:17px}}@media(prefers-reduced-motion:reduce){.gbg-franchise-hero-blob,.gbg-franchise-hero-image,.gbg-franchise-hero-pulse-dot,.gbg-franchise-hero-btn-shine:before{animation:none!important}.gbg-franchise-hero-video-card,.gbg-franchise-hero-stats-card,.gbg-franchise-hero-rating-card{transition:none!important}}:root{--gbg-opp-primary:#ff7a00;--gbg-opp-secondary:#1e88e5;--gbg-opp-text:#0f172a;--gbg-opp-text-light:#334155;--gbg-opp-muted:#64748b;--gbg-opp-bg:#f1f5f9;--gbg-opp-card-bg:#fff;--gbg-opp-border:#e2e8f0;--gbg-opp-shadow:0 4px 20px #0000000f;--gbg-opp-shadow-hover:0 16px 48px #0000001f}.gbg-franchise-opp-section{z-index:5;background:#fff;width:100%;padding:90px 0 70px;position:relative;overflow:hidden}.gbg-franchise-opp-container{z-index:2;box-sizing:border-box;max-width:1080px;margin:0 auto;padding:0 40px;position:relative}.gbg-franchise-opp-header{text-align:center;flex-direction:column;align-items:center;gap:14px;margin-bottom:52px;display:flex}.gbg-franchise-opp-badge{color:var(--gbg-opp-primary);letter-spacing:.5px;border:1px solid var(--gbg-opp-border);background:#fff;border-radius:999px;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content;padding:8px 18px;font-size:12px;font-weight:600;display:inline-flex;box-shadow:0 2px 8px #0000000a}.gbg-franchise-opp-badge-icon{color:var(--gbg-opp-primary);flex-shrink:0}.gbg-franchise-opp-title{color:var(--gbg-opp-text);letter-spacing:-.8px;margin:0;font-size:34px;font-weight:800;line-height:1.15}.gbg-franchise-opp-gradient-text{background:linear-gradient(90deg,var(--gbg-opp-primary),var(--gbg-opp-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gbg-franchise-opp-subtitle{color:var(--gbg-opp-muted);max-width:520px;margin:0;font-size:16px;line-height:1.65}.gbg-franchise-opp-cards-grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:56px;display:grid}.gbg-franchise-opp-card{cursor:pointer;box-shadow:var(--gbg-opp-shadow);box-sizing:border-box;border:2px solid #fff9;border-radius:22px;flex-direction:column;gap:14px;padding:32px 28px 28px;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative;overflow:hidden}.gbg-franchise-opp-card:hover{box-shadow:var(--gbg-opp-shadow-hover);border-color:#ffffffe6;transform:translateY(-8px)scale(1.02)}.gbg-franchise-opp-card-top{z-index:2;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.gbg-franchise-opp-card-icon-wrap{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .4s,box-shadow .4s;display:flex;box-shadow:0 6px 20px #00000026}.gbg-franchise-opp-card:hover .gbg-franchise-opp-card-icon-wrap{transform:scale(1.1)rotate(-4deg);box-shadow:0 10px 30px #0003}.gbg-franchise-opp-card-top-right{flex:1;justify-content:space-between;align-items:flex-start;gap:8px;min-width:0;display:flex}.gbg-franchise-opp-card-title{color:var(--gbg-opp-text);letter-spacing:-.4px;margin:0;font-size:22px;font-weight:800;line-height:1.2}.gbg-franchise-opp-card-arrow{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1.5px solid #0000000f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .3s;display:flex}.gbg-franchise-opp-card:hover .gbg-franchise-opp-card-arrow{background:#fffffff2;transform:translate(2px,-2px)}.gbg-franchise-opp-card-tags{z-index:2;flex-wrap:wrap;gap:8px;display:flex}.gbg-franchise-opp-card-tag{letter-spacing:.2px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;padding:5px 12px;font-size:12px;font-weight:600}.gbg-franchise-opp-card-desc{color:var(--gbg-opp-text-light);z-index:2;flex:1;margin:0;font-size:14.5px;line-height:1.65}.gbg-franchise-opp-card-bottom{z-index:2;border-top:1.5px solid #0000000f;justify-content:space-between;align-items:center;gap:12px;margin-top:6px;padding-top:16px;display:flex}.gbg-franchise-opp-card-stat{letter-spacing:.3px;font-size:13px;font-weight:700}.gbg-franchise-opp-card-cta{cursor:pointer;border:none;border-radius:10px;outline:none;align-items:center;gap:6px;padding:10px 20px;font-size:14px;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 16px #0000001f}.gbg-franchise-opp-card-cta:hover{transform:translate(4px);box-shadow:0 6px 20px #0000002e}.gbg-franchise-opp-card-cta svg{transition:transform .3s}.gbg-franchise-opp-card:hover .gbg-franchise-opp-card-cta svg{transform:translate(3px)}.gbg-franchise-opp-card-decor{opacity:.5;z-index:1;pointer-events:none;border-radius:50%;width:180px;height:180px;transition:all .5s;position:absolute;top:-50px;right:-50px}.gbg-franchise-opp-card:hover .gbg-franchise-opp-card-decor{opacity:.7;transform:scale(1.15)}.gbg-franchise-opp-stats-wrap{border:1.5px solid var(--gbg-opp-border);box-shadow:var(--gbg-opp-shadow);background:#fff;border-radius:18px;padding:32px 28px}.gbg-franchise-opp-stats-grid{grid-template-columns:repeat(4,1fr);gap:0;display:grid}.gbg-franchise-opp-stat{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:0 18px;display:flex;position:relative}.gbg-franchise-opp-stat:not(:last-child):after{content:"";background:linear-gradient(180deg,transparent,var(--gbg-opp-border),transparent);width:1px;height:48px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.gbg-franchise-opp-stat-icon{width:42px;height:42px;color:var(--gbg-opp-primary);background:linear-gradient(135deg,#ff7a001a,#1e88e51a);border-radius:12px;justify-content:center;align-items:center;transition:transform .3s;display:flex}.gbg-franchise-opp-stat:hover .gbg-franchise-opp-stat-icon{transform:scale(1.1)}.gbg-franchise-opp-stat-number{color:var(--gbg-opp-text);letter-spacing:-.5px;font-size:26px;font-weight:800;line-height:1}.gbg-franchise-opp-stat-label{color:var(--gbg-opp-muted);font-size:13px;font-weight:500}@media(max-width:1200px){.gbg-franchise-opp-container{padding:0 32px}.gbg-franchise-opp-title{font-size:30px}.gbg-franchise-opp-cards-grid{gap:20px}.gbg-franchise-opp-card{border-radius:20px;padding:28px 24px 24px}.gbg-franchise-opp-card-title{font-size:20px}.gbg-franchise-opp-card-desc{font-size:13.5px}.gbg-franchise-opp-stat-number{font-size:24px}}@media(max-width:1024px){.gbg-franchise-opp-section{padding:72px 0 56px}.gbg-franchise-opp-container{padding:0 28px}.gbg-franchise-opp-header{margin-bottom:44px}.gbg-franchise-opp-title{font-size:28px}.gbg-franchise-opp-subtitle{font-size:15px}.gbg-franchise-opp-cards-grid{gap:20px;margin-bottom:44px}.gbg-franchise-opp-card{border-radius:18px;padding:26px 22px 22px}.gbg-franchise-opp-card-title{font-size:19px}.gbg-franchise-opp-card-desc{font-size:13px}.gbg-franchise-opp-card-icon-wrap{border-radius:14px;width:50px;height:50px}.gbg-franchise-opp-card-icon-wrap svg{width:24px;height:24px}.gbg-franchise-opp-card-bottom{padding-top:14px}.gbg-franchise-opp-stats-wrap{padding:28px 24px}.gbg-franchise-opp-stat-number{font-size:22px}}@media(max-width:768px){.gbg-franchise-opp-section{padding:56px 0 44px}.gbg-franchise-opp-container{padding:0 20px}.gbg-franchise-opp-header{gap:10px;margin-bottom:32px}.gbg-franchise-opp-badge{padding:6px 14px;font-size:11px}.gbg-franchise-opp-title{letter-spacing:-.5px;font-size:24px}.gbg-franchise-opp-subtitle{font-size:14px;line-height:1.55}.gbg-franchise-opp-cards-grid{grid-template-columns:1fr;gap:16px;margin-bottom:32px}.gbg-franchise-opp-card{border-radius:18px;padding:26px 24px 22px}.gbg-franchise-opp-card-title{font-size:20px}.gbg-franchise-opp-card-desc{font-size:14px}.gbg-franchise-opp-stats-wrap{border-radius:16px;padding:24px 20px}.gbg-franchise-opp-stats-grid{grid-template-columns:repeat(2,1fr);gap:24px 0}.gbg-franchise-opp-stat:not(:last-child):after{display:none}.gbg-franchise-opp-stat:first-child:after,.gbg-franchise-opp-stat:nth-child(2):after{width:1px;height:40px;display:block;top:50%;right:0;transform:translateY(-50%)}.gbg-franchise-opp-stat:nth-child(3):after,.gbg-franchise-opp-stat:nth-child(4):after{display:none}.gbg-franchise-opp-stat-number{font-size:22px}}@media(max-width:480px){.gbg-franchise-opp-container{padding:0 16px}.gbg-franchise-opp-section{padding:44px 0 36px}.gbg-franchise-opp-header{gap:8px;margin-bottom:24px}.gbg-franchise-opp-badge{gap:4px;padding:5px 12px;font-size:10px}.gbg-franchise-opp-title{font-size:21px;line-height:1.25}.gbg-franchise-opp-subtitle{font-size:13px;line-height:1.5}.gbg-franchise-opp-cards-grid{gap:14px;margin-bottom:24px}.gbg-franchise-opp-card{border-radius:16px;gap:12px;padding:22px 20px 20px}.gbg-franchise-opp-card-top{gap:12px}.gbg-franchise-opp-card-icon-wrap{border-radius:12px;width:46px;height:46px}.gbg-franchise-opp-card-icon-wrap svg{width:22px;height:22px}.gbg-franchise-opp-card-title{font-size:18px}.gbg-franchise-opp-card-arrow{border-radius:8px;width:30px;height:30px}.gbg-franchise-opp-card-arrow svg{width:16px;height:16px}.gbg-franchise-opp-card-tags{gap:6px}.gbg-franchise-opp-card-tag{border-radius:6px;padding:4px 10px;font-size:11px}.gbg-franchise-opp-card-desc{font-size:13px;line-height:1.55}.gbg-franchise-opp-card-bottom{margin-top:4px;padding-top:12px}.gbg-franchise-opp-card-stat{font-size:12px}.gbg-franchise-opp-card-cta{border-radius:8px;padding:8px 16px;font-size:13px}.gbg-franchise-opp-card-decor{width:140px;height:140px;top:-40px;right:-40px}.gbg-franchise-opp-stats-wrap{border-radius:14px;padding:20px 16px}.gbg-franchise-opp-stats-grid{gap:20px 0}.gbg-franchise-opp-stat{gap:8px;padding:0 12px}.gbg-franchise-opp-stat-icon{border-radius:10px;width:36px;height:36px}.gbg-franchise-opp-stat-icon svg{width:18px;height:18px}.gbg-franchise-opp-stat-number{font-size:20px}.gbg-franchise-opp-stat-label{font-size:11px}}@media(max-width:360px){.gbg-franchise-opp-container{padding:0 14px}.gbg-franchise-opp-title{font-size:19px}.gbg-franchise-opp-subtitle{font-size:12px}.gbg-franchise-opp-card{gap:10px;padding:20px 18px 18px}.gbg-franchise-opp-card-icon-wrap{width:42px;height:42px}.gbg-franchise-opp-card-title{font-size:17px}.gbg-franchise-opp-card-desc{font-size:12px}.gbg-franchise-opp-card-tag{padding:3px 8px;font-size:10px}.gbg-franchise-opp-card-cta{padding:7px 14px;font-size:12px}.gbg-franchise-opp-stats-wrap{padding:18px 14px}.gbg-franchise-opp-stat-number{font-size:18px}.gbg-franchise-opp-stat-label{font-size:10px}}@media(max-width:320px){.gbg-franchise-opp-container{padding:0 12px}.gbg-franchise-opp-title{font-size:18px}.gbg-franchise-opp-card{border-radius:14px;padding:18px 16px 16px}.gbg-franchise-opp-card-title{font-size:16px}.gbg-franchise-opp-card-desc{font-size:11.5px}.gbg-franchise-opp-stats-wrap{padding:16px 12px}.gbg-franchise-opp-stats-grid{grid-template-columns:1fr 1fr;gap:16px 0}.gbg-franchise-opp-stat:first-child:after,.gbg-franchise-opp-stat:nth-child(2):after{display:none}.gbg-franchise-opp-stat-icon{width:32px;height:32px}.gbg-franchise-opp-stat-number{font-size:16px}}@media(min-width:1920px){.gbg-franchise-opp-container{max-width:1200px;padding:0 48px}.gbg-franchise-opp-section{padding:100px 0 80px}.gbg-franchise-opp-title{font-size:40px}.gbg-franchise-opp-subtitle{max-width:560px;font-size:17px}.gbg-franchise-opp-cards-grid{gap:28px;margin-bottom:60px}.gbg-franchise-opp-card{border-radius:24px;gap:16px;padding:36px 32px 32px}.gbg-franchise-opp-card-icon-wrap{border-radius:18px;width:60px;height:60px}.gbg-franchise-opp-card-icon-wrap svg{width:28px;height:28px}.gbg-franchise-opp-card-title{font-size:24px}.gbg-franchise-opp-card-desc{font-size:15px}.gbg-franchise-opp-card-tag{padding:6px 14px;font-size:13px}.gbg-franchise-opp-card-cta{padding:11px 22px;font-size:14px}.gbg-franchise-opp-card-decor{width:200px;height:200px;top:-55px;right:-55px}.gbg-franchise-opp-stats-wrap{border-radius:20px;padding:36px 32px}.gbg-franchise-opp-stat-number{font-size:28px}.gbg-franchise-opp-stat-label{font-size:14px}}@media(min-width:2560px){.gbg-franchise-opp-container{max-width:1300px;padding:0 60px}.gbg-franchise-opp-title{font-size:44px}.gbg-franchise-opp-card{padding:40px 36px 36px}.gbg-franchise-opp-card-title{font-size:26px}.gbg-franchise-opp-card-desc{font-size:16px}}@media(prefers-reduced-motion:reduce){.gbg-franchise-opp-card,.gbg-franchise-opp-card-icon-wrap,.gbg-franchise-opp-card-arrow,.gbg-franchise-opp-card-cta,.gbg-franchise-opp-card-decor,.gbg-franchise-opp-stat-icon{transition:none!important;animation:none!important}}:root{--gbg-sel-primary:#ff7a00;--gbg-sel-secondary:#1e88e5;--gbg-sel-text:#0f172a;--gbg-sel-muted:#64748b;--gbg-sel-bg:#fff;--gbg-sel-card-bg:#fff;--gbg-sel-border:#e2e8f0;--gbg-sel-shadow:#0f172a0f;--gbg-sel-orange-glow:#ff7a000f;--gbg-sel-blue-glow:#1e88e50f}.gbg-selection-section{background:var(--gbg-sel-bg);z-index:5;width:100%;padding:100px 0;position:relative;overflow:hidden}.gbg-selection-bg-shape{filter:blur(100px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.gbg-selection-bg-shape-1{background:var(--gbg-sel-orange-glow);width:400px;height:400px;animation:10s ease-in-out infinite selBlobFloat1;top:-150px;left:-100px}.gbg-selection-bg-shape-2{background:var(--gbg-sel-blue-glow);width:350px;height:350px;animation:12s ease-in-out infinite selBlobFloat2;bottom:-150px;right:-100px}@keyframes selBlobFloat1{0%,to{transform:translate(0)scale(1)}50%{transform:translate(30px,-20px)scale(1.08)}}@keyframes selBlobFloat2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-20px,30px)scale(1.05)}}.gbg-selection-container{z-index:2;box-sizing:border-box;max-width:1280px;margin:0 auto;padding:0 40px;position:relative}.gbg-selection-header{text-align:center;flex-direction:column;align-items:center;gap:16px;margin-bottom:72px;display:flex}.gbg-selection-badge{color:var(--gbg-sel-primary);background:linear-gradient(135deg,#ff7a001a,#1e88e51a);border:1px solid #ff7a0026;border-radius:999px;align-items:center;gap:8px;width:-moz-fit-content;width:fit-content;padding:8px 18px;font-size:13px;font-weight:700;display:inline-flex}.gbg-selection-badge-icon{color:var(--gbg-sel-primary);flex-shrink:0}.gbg-selection-title{color:var(--gbg-sel-text);letter-spacing:-1px;margin:0;font-size:38px;font-weight:900;line-height:1.2}.gbg-selection-gradient-text{background:linear-gradient(90deg,var(--gbg-sel-primary),var(--gbg-sel-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gbg-selection-subtitle{color:var(--gbg-sel-muted);max-width:560px;margin:0;font-size:17px;line-height:1.7}.gbg-selection-steps-wrapper{position:relative}.gbg-selection-connecting-line{display:none}.gbg-selection-steps-grid{grid-template-columns:repeat(5,1fr);gap:0;display:grid;position:relative}.gbg-selection-step-item{background:var(--gbg-sel-card-bg);border:1px solid var(--gbg-sel-border);text-align:center;cursor:pointer;box-shadow:0 2px 12px var(--gbg-sel-shadow);z-index:1;border-radius:20px;flex-direction:column;align-items:center;margin:0 12px;padding:52px 20px 28px;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative;overflow:visible}.gbg-selection-step-item:first-child{margin-left:0}.gbg-selection-step-item:last-child{margin-right:0}.gbg-selection-step-item:hover{border-color:#0000;transform:translateY(-8px);box-shadow:0 16px 48px #0f172a1f}.gbg-selection-icon-wrapper{z-index:3;margin-bottom:20px;position:relative}.gbg-selection-icon-circle{aspect-ratio:1;background:#fff;border:4px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:110px;min-width:110px;height:110px;min-height:110px;transition:all .35s;display:flex;position:relative;box-shadow:0 8px 24px #0000001a}.gbg-selection-step-item:hover .gbg-selection-icon-circle{transform:scale(1.08);box-shadow:0 12px 32px #00000026}.gbg-selection-icon-img{object-fit:contain;width:52px;height:52px;display:block}.gbg-selection-step-badge{color:#fff;z-index:10;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:800;display:flex;position:absolute;bottom:-14px;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #00000040}.gbg-selection-step-title{color:var(--gbg-sel-text);letter-spacing:-.2px;text-align:center;margin:0 0 8px;font-size:17px;font-weight:800;line-height:1.3}.gbg-selection-step-desc{color:var(--gbg-sel-muted);text-align:center;max-width:200px;margin:0;font-size:13.5px;line-height:1.6}.gbg-selection-step-bar{opacity:0;border-radius:0 0 20px 20px;height:3px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.gbg-selection-step-item:hover .gbg-selection-step-bar{opacity:1}@media(max-width:1200px){.gbg-selection-container{padding:0 32px}.gbg-selection-steps-grid{gap:0}.gbg-selection-step-item{margin:0 10px;padding:48px 16px 24px}.gbg-selection-icon-circle{width:100px;min-width:100px;height:100px;min-height:100px}.gbg-selection-icon-img{width:48px;height:48px}.gbg-selection-step-title{font-size:16px}.gbg-selection-step-desc{font-size:12.5px}}@media(max-width:1024px){.gbg-selection-container{padding:0 28px}.gbg-selection-section{padding:80px 0}.gbg-selection-header{margin-bottom:56px}.gbg-selection-title{font-size:32px}.gbg-selection-subtitle{font-size:16px}.gbg-selection-steps-grid{grid-template-columns:repeat(3,1fr);gap:24px}.gbg-selection-step-item{margin:0;padding:44px 20px 22px}.gbg-selection-icon-circle{width:100px;min-width:100px;height:100px;min-height:100px}.gbg-selection-icon-img{width:50px;height:50px}.gbg-selection-step-title{font-size:16px}.gbg-selection-step-desc{font-size:13px}}@media(max-width:768px){.gbg-selection-container{padding:0 20px}.gbg-selection-section{padding:60px 0}.gbg-selection-header{gap:12px;margin-bottom:44px}.gbg-selection-badge{padding:6px 14px;font-size:12px}.gbg-selection-title{letter-spacing:-.5px;font-size:26px}.gbg-selection-subtitle{font-size:15px;line-height:1.6}.gbg-selection-steps-grid{grid-template-columns:repeat(2,1fr);gap:24px}.gbg-selection-step-item{border-radius:16px;margin:0;padding:40px 18px 20px}.gbg-selection-step-badge{border-width:2px;width:32px;height:32px;font-size:13px;bottom:-12px}.gbg-selection-icon-circle{border-width:3px;width:90px;min-width:90px;height:90px;min-height:90px}.gbg-selection-icon-img{width:46px;height:46px}.gbg-selection-step-title{font-size:15px}.gbg-selection-step-desc{font-size:12.5px}.gbg-selection-step-bar{border-radius:0 0 16px 16px}}@media(max-width:480px){.gbg-selection-container{padding:0 16px}.gbg-selection-section{padding:48px 0}.gbg-selection-header{gap:10px;margin-bottom:36px}.gbg-selection-badge{gap:5px;padding:6px 12px;font-size:11px}.gbg-selection-badge-icon{width:13px;height:13px}.gbg-selection-title{font-size:22px;line-height:1.25}.gbg-selection-subtitle{font-size:14px;line-height:1.55}.gbg-selection-steps-grid{grid-template-columns:1fr;gap:28px}.gbg-selection-step-item{text-align:left;flex-direction:row;align-items:flex-start;gap:16px;padding:36px 20px 20px}.gbg-selection-icon-wrapper{flex-shrink:0;margin-bottom:0}.gbg-selection-icon-circle{width:72px;min-width:72px;height:72px;min-height:72px}.gbg-selection-icon-img{width:38px;height:38px}.gbg-selection-step-badge{width:28px;height:28px;font-size:12px;bottom:-10px}.gbg-selection-step-title{text-align:left;margin-bottom:4px;font-size:16px}.gbg-selection-step-desc{text-align:left;max-width:100%;font-size:13px}.gbg-selection-step-bar{border-radius:0 0 16px 16px}.gbg-selection-bg-shape{display:none}}@media(max-width:360px){.gbg-selection-title{font-size:20px}.gbg-selection-subtitle{font-size:13px}.gbg-selection-step-item{gap:14px;padding:32px 16px 18px}.gbg-selection-icon-circle{width:64px;min-width:64px;height:64px;min-height:64px}.gbg-selection-icon-img{width:34px;height:34px}.gbg-selection-step-title{font-size:14px}.gbg-selection-step-desc{font-size:12px}}@media(max-width:320px){.gbg-selection-step-item{gap:12px;padding:28px 14px 16px}.gbg-selection-icon-circle{width:56px;min-width:56px;height:56px;min-height:56px}.gbg-selection-icon-img{width:30px;height:30px}.gbg-selection-step-badge{width:26px;height:26px;font-size:11px}.gbg-selection-step-title{font-size:13px}.gbg-selection-step-desc{font-size:11px}}@media(min-width:1920px){.gbg-selection-container{max-width:1400px;padding:0 60px}.gbg-selection-section{padding:120px 0}.gbg-selection-title{font-size:44px}.gbg-selection-subtitle{max-width:650px;font-size:19px}.gbg-selection-steps-grid{gap:0}.gbg-selection-step-item{border-radius:22px;margin:0 14px;padding:56px 24px 28px}.gbg-selection-step-badge{border-width:4px;width:40px;height:40px;font-size:15px;bottom:-16px}.gbg-selection-icon-circle{border-width:5px;width:120px;min-width:120px;height:120px;min-height:120px}.gbg-selection-icon-img{width:58px;height:58px}.gbg-selection-step-title{font-size:18px}.gbg-selection-step-desc{max-width:220px;font-size:14px}.gbg-selection-step-bar{border-radius:0 0 22px 22px;height:4px}}@media(min-width:2560px){.gbg-selection-container{max-width:1600px;padding:0 80px}.gbg-selection-title{font-size:50px}.gbg-selection-step-item{margin:0 16px;padding:60px 28px 32px}.gbg-selection-icon-circle{width:130px;min-width:130px;height:130px;min-height:130px}.gbg-selection-icon-img{width:64px;height:64px}.gbg-selection-step-title{font-size:20px}.gbg-selection-step-desc{font-size:15px}}@media(prefers-reduced-motion:reduce){.gbg-selection-bg-shape{animation:none!important}.gbg-selection-step-item,.gbg-selection-icon-circle,.gbg-selection-step-bar{transition:none!important}}.gbgEvBuildSucessSection{background:#fff;width:100%;padding:70px 20px}.gbgEvBuildSucessContainer{background:#fff;border:1px solid #ececec;border-radius:18px;max-width:1100px;margin:auto;padding:50px 45px;position:relative;overflow:hidden;box-shadow:0 8px 30px #0000000d}.gbgEvBuildSucessTopLine{background:linear-gradient(90deg,#ff7a00,#005eff);border-radius:20px;width:90px;height:5px;margin-bottom:24px}.gbgEvBuildSucessTitle{color:#111;margin-bottom:24px;font-size:42px;font-weight:700;line-height:1.2}.gbgEvBuildSucessText{color:#444;margin-bottom:20px;font-size:17px;font-weight:400;line-height:1.9}.gbgEvBuildSucessBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff7a00,#f50);border:none;border-radius:10px;margin-top:15px;padding:15px 32px;font-size:16px;font-weight:600;transition:all .3s}.gbgEvBuildSucessBtn:hover{transform:translateY(-3px);box-shadow:0 10px 25px #ff660040}@media(max-width:992px){.gbgEvBuildSucessContainer{padding:45px 35px}.gbgEvBuildSucessTitle{font-size:36px}}@media(max-width:768px){.gbgEvBuildSucessSection{padding:50px 15px}.gbgEvBuildSucessContainer{border-radius:14px;padding:35px 25px}.gbgEvBuildSucessTitle{font-size:30px}.gbgEvBuildSucessText{font-size:15px;line-height:1.8}.gbgEvBuildSucessBtn{width:100%}}@media(max-width:480px){.gbgEvBuildSucessContainer{padding:30px 20px}.gbgEvBuildSucessTitle{font-size:26px}.gbgEvBuildSucessText{font-size:14px}}@media(min-width:1600px){.gbgEvBuildSucessContainer{max-width:1400px}.gbgEvBuildSucessTitle{font-size:52px}.gbgEvBuildSucessText{font-size:20px}}*{box-sizing:border-box;margin:0;padding:0}.gbgEvBecomePartnerHeroNewSection{background:#f5f5f5;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.gbgEvBecomePartnerHeroNewBanner{object-fit:contain;object-position:top center;width:100%;max-width:100%;height:auto;display:block}.gbgEvBecomePartnerHeroNewOverlay{z-index:1;pointer-events:none;background:linear-gradient(#00000005,#0000000d);position:absolute;top:0;bottom:0;left:0;right:0}@media(min-width:1921px){.gbgEvBecomePartnerHeroNewSection{min-height:800px;margin-top:80px}}@media(min-width:1400px)and (max-width:1920px){.gbgEvBecomePartnerHeroNewSection{min-height:650px;margin-top:72px}}@media(min-width:992px)and (max-width:1399px){.gbgEvBecomePartnerHeroNewSection{min-height:550px;margin-top:68px}}@media(min-width:768px)and (max-width:991px){.gbgEvBecomePartnerHeroNewSection{height:auto;min-height:auto;margin-top:64px;display:block}.gbgEvBecomePartnerHeroNewBanner{object-fit:contain;object-position:top center;width:100%;height:auto;max-height:420px}}@media(min-width:481px)and (max-width:767px){.gbgEvBecomePartnerHeroNewSection{height:auto;min-height:auto;margin-top:60px;display:block}.gbgEvBecomePartnerHeroNewBanner{object-fit:contain;object-position:top center;width:100%;height:auto;max-height:350px}}@media(min-width:321px)and (max-width:480px){.gbgEvBecomePartnerHeroNewSection{height:auto;min-height:auto;margin-top:56px;display:block}.gbgEvBecomePartnerHeroNewBanner{object-fit:contain;object-position:top center;width:100%;height:auto;max-height:300px}}@media(max-width:320px){.gbgEvBecomePartnerHeroNewSection{height:auto;min-height:auto;margin-top:52px;display:block}.gbgEvBecomePartnerHeroNewBanner{object-fit:contain;object-position:top center;width:100%;height:auto;max-height:260px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107,M12=.707107,M21=-.707107,M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;-moz-print-color-adjust:exact;print-color-adjust:exact}}.gbg-playstore-section{background:#fff;width:100%;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;overflow:hidden}.gbg-playstore-container{justify-content:center;align-items:flex-end;gap:120px;max-width:1800px;margin:0 auto;padding:100px 80px 0;display:flex}.gbg-playstore-phone-wrap{flex-shrink:0;justify-content:center;align-items:flex-end;margin-bottom:-2px;display:flex}.gbg-playstore-phone-img{object-fit:contain;filter:drop-shadow(0 25px 50px #0000002e);width:850px;height:auto;display:block;transform:translateY(2px)}.gbg-playstore-content{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:24px;max-width:520px;padding-bottom:140px;display:flex}.gbg-playstore-title{color:#1a1a1a;letter-spacing:-.5px;margin:0;font-size:52px;font-weight:700;line-height:1.15}.gbg-playstore-brand{color:#f97316;font-weight:800}.gbg-playstore-subtitle{color:#6b7280;margin:0;font-size:18px;font-weight:400}.gbg-playstore-qr-code img{object-fit:contain;width:70%;height:70%;display:block}.gbg-playstore-qr-label{color:#f97316;font-size:15px;font-weight:600}.gbg-playstore-bottom{z-index:2;background:#000;width:100%;padding:45px 80px;position:relative}.gbg-playstore-bottom-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:80px;max-width:1800px;margin:0 auto;display:flex}.gbg-playstore-rating-group{align-items:center;gap:50px;display:flex}.gbg-playstore-rating{flex-direction:column;align-items:flex-start;gap:6px;display:flex}.gbg-playstore-rating-row{align-items:center;gap:12px;display:flex}.gbg-playstore-rating-score{color:#f97316;font-size:38px;font-weight:800;line-height:1}.gbg-playstore-stars{gap:3px;display:flex}.gbg-playstore-star{color:#fbbf24;font-size:20px;line-height:1}.gbg-playstore-rating-count{color:#94a3b8;font-size:16px;font-weight:500}.gbg-playstore-divider{background:#ffffff26;width:1px;height:65px}.gbg-playstore-store-btns{flex-wrap:wrap;gap:24px;display:flex}.gbg-playstore-store-btn{color:#000;background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:14px;padding:16px 28px;text-decoration:none;transition:all .25s;display:flex}.gbg-playstore-store-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}.gbg-playstore-store-icon{color:#000;flex-shrink:0;justify-content:center;align-items:center;display:flex}.gbg-playstore-store-text{flex-direction:column;align-items:flex-start;line-height:1.2;display:flex}.gbg-playstore-store-small{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:500}.gbg-playstore-store-big{color:#111827;font-size:17px;font-weight:700}@media(min-width:1600px){.gbg-playstore-container{gap:140px;max-width:1800px;padding:120px 100px 0}.gbg-playstore-phone-img{width:650px}.gbg-playstore-content{max-width:560px;padding-bottom:160px}.gbg-playstore-title{font-size:60px}.gbg-playstore-qr-code{width:260px;height:260px}.gbg-playstore-bottom{padding:50px 100px}.gbg-playstore-bottom-inner{gap:100px;max-width:1800px}.gbg-playstore-rating-score{font-size:44px}.gbg-playstore-rating-count{font-size:17px}.gbg-playstore-star{font-size:22px}.gbg-playstore-store-btn{gap:16px;padding:18px 32px}.gbg-playstore-store-big{font-size:19px}}@media(min-width:1025px)and (max-width:1599px){.gbg-playstore-container{gap:100px;padding:80px 60px 0}.gbg-playstore-phone-img{width:500px}.gbg-playstore-content{max-width:480px;padding-bottom:120px}.gbg-playstore-title{font-size:46px}.gbg-playstore-bottom{padding:40px 60px}.gbg-playstore-bottom-inner{gap:60px}}@media(max-width:1024px){.gbg-playstore-container{flex-direction:column;align-items:center;gap:60px;padding:60px 40px 0}.gbg-playstore-phone-wrap{margin-bottom:-2px}.gbg-playstore-phone-img{width:480px}.gbg-playstore-content{text-align:center;align-items:center;gap:20px;max-width:100%;padding-bottom:0}.gbg-playstore-title{font-size:42px}.gbg-playstore-subtitle{font-size:16px}.gbg-playstore-qr-wrapper{align-items:center}.gbg-playstore-qr-code{width:320px;height:320px}.gbg-playstore-bottom{margin-top:50px;padding:40px}.gbg-playstore-bottom-inner{gap:50px}}@media(max-width:767px){.gbg-playstore-container{gap:50px;padding:50px 24px 0}.gbg-playstore-title{font-size:34px}.gbg-playstore-subtitle{font-size:15px}.gbg-playstore-phone-img{width:380px}.gbg-playstore-qr-code{width:280px;height:280px}.gbg-playstore-bottom{padding:35px 24px}.gbg-playstore-bottom-inner{gap:35px}.gbg-playstore-rating-group{gap:30px}.gbg-playstore-rating-score{font-size:32px}.gbg-playstore-rating-count{font-size:14px}.gbg-playstore-star{font-size:16px}.gbg-playstore-divider{height:55px}.gbg-playstore-store-btns{justify-content:center;width:100%}.gbg-playstore-store-btn{padding:14px 22px}.gbg-playstore-store-big{font-size:15px}}@media(max-width:480px){.gbg-playstore-container{gap:40px;padding:40px 16px 0}.gbg-playstore-title{font-size:28px}.gbg-playstore-subtitle{font-size:14px}.gbg-playstore-phone-img{width:300px}.gbg-playstore-qr-code{width:260px;height:260px}.gbg-playstore-bottom{padding:28px 16px}.gbg-playstore-bottom-inner{gap:28px}.gbg-playstore-rating-group{flex-direction:column;align-items:center;gap:20px;width:100%}.gbg-playstore-rating{align-items:center}.gbg-playstore-divider{width:60%;height:1px}.gbg-playstore-rating-score{font-size:26px}.gbg-playstore-rating-count{font-size:13px}.gbg-playstore-star{font-size:14px}.gbg-playstore-store-btn{gap:10px;padding:12px 18px}.gbg-playstore-store-icon svg{width:20px;height:20px}.gbg-playstore-store-big{font-size:14px}.gbg-playstore-store-small{font-size:10px}}@media(max-width:360px){.gbg-playstore-container{gap:30px;padding:30px 12px 0}.gbg-playstore-title{font-size:24px}.gbg-playstore-phone-img{width:260px}.gbg-playstore-qr-code{width:140px;height:140px;padding:8px}.gbg-playstore-bottom{padding:24px 12px}.gbg-playstore-rating-score{font-size:24px}.gbg-playstore-store-btn{padding:10px 14px}.gbg-playstore-store-icon svg{width:18px;height:18px}.gbg-playstore-store-big{font-size:13px}}#hiw-section.hiw-section{background-color:#fff;width:100%;max-width:100%;padding:60px 20px;position:relative;overflow-x:hidden}.hiw-container{width:100%;max-width:1280px;margin:0 auto}.hiw-header{text-align:center;margin-bottom:50px}.hiw-title{color:#111827;margin-bottom:12px;font-size:32px;font-weight:800}.hiw-subtitle{color:#6b7280;font-size:18px}.hiw-content-grid{grid-template-columns:1fr;align-items:center;gap:40px;display:grid}@media(min-width:992px){.hiw-content-grid{grid-template-columns:1fr 1fr;gap:60px}}.hiw-steps-container{flex-direction:column;gap:16px;width:100%;display:flex}.hiw-step-card{text-align:left;cursor:pointer;z-index:1;background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;align-items:flex-start;gap:16px;width:100%;padding:20px;transition:all .4s;display:flex;position:relative}.hiw-step-card:hover{border-color:#f97316;box-shadow:0 4px 12px #f9731626}.hiw-step-card.hiw-active{background-color:#f97316;border-color:#f97316;transform:scale(1.02);box-shadow:0 10px 25px -5px #f973164d}.hiw-icon-container{color:#f97316;background-color:#ffedd5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.hiw-icon-container.hiw-active{color:#fff;background-color:#fff3}.hiw-icon{width:20px;height:20px}.hiw-step-content{flex:1}.hiw-step-title{color:#1f2937;font-size:18px;font-weight:700;transition:color .3s}.hiw-step-title.hiw-active{color:#fff}.hiw-step-description{color:#6b7280;margin-top:4px;font-size:14px;line-height:1.5;transition:color .3s}.hiw-step-description.hiw-active{color:#ffffffe6}.hiw-progress-container{background-color:#f3f4f6;border-radius:99px;width:100%;height:4px;margin-top:12px;overflow:hidden}.hiw-progress-container.hiw-active{background-color:#0000001a}.hiw-progress-bar{background-color:#f97316;width:0%;height:100%;transition:width .1s linear}.hiw-step-card.hiw-active .hiw-progress-bar{background-color:#fff}.hiw-media-container{justify-content:center;align-items:center;width:100%;display:flex}.hiw-circular-media-wrapper{width:300px;height:300px;position:relative}@media(min-width:768px){.hiw-circular-media-wrapper{width:380px;height:380px}}@media(min-width:1200px){.hiw-circular-media-wrapper{width:450px;height:450px}}.hiw-main-background-circle{opacity:1;z-index:0;border-radius:50%;position:absolute;top:0;bottom:0;left:0;right:0}.hiw-decorative-circle-1{background-color:#fff6;border-radius:50%;width:60px;height:60px;animation:3s infinite hiw-pulse;position:absolute;top:-10px;right:-10px}.hiw-decorative-circle-2{background-color:#ffffff4d;border-radius:50%;width:80px;height:80px;animation:4s infinite reverse hiw-pulse;position:absolute;bottom:-20px;left:-20px}.hiw-decorative-circle-3{background-color:#ffffff40;border-radius:50%;width:40px;height:40px;animation:3s .75s infinite hiw-pulse;position:absolute;top:20%;left:-20px}.hiw-decorative-circle-4{background-color:#fff3;border-radius:50%;width:30px;height:30px;animation:3s 2.25s infinite hiw-pulse;position:absolute;bottom:20%;right:-15px}@keyframes hiw-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.hiw-media-clip-container{z-index:1;background-color:#fff;border:4px solid #ffffffe6;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:12px;bottom:12px;left:12px;right:12px;overflow:hidden;box-shadow:inset 0 0 20px #0003}.hiw-step-media{object-fit:contain;object-position:center;opacity:0;width:100%;height:100%;transition:opacity .6s,transform .6s;position:absolute;top:0;bottom:0;left:0;right:0;transform:scale(.9)}.hiw-step-media.hiw-active{opacity:1;transform:scale(1)}.hiw-step-number-badge{z-index:2;white-space:nowrap;background:#fff;border-radius:50px;align-items:center;padding:8px 20px;display:flex;position:absolute;bottom:-15px;left:50%;transform:translate(-50%);box-shadow:0 10px 15px -3px #0000001a}.hiw-step-number{color:#f97316;font-size:16px;font-weight:800}.hiw-total-steps{color:#9ca3af;margin-left:4px;font-size:14px}.gbgev-gallery-section{--gbgev-gallery-gap:20px;--gbgev-gallery-card-bg:#fff;--gbgev-gallery-card-border:#0000000f;--gbgev-gallery-accent:#e67431;--gbgev-gallery-accent-hover:#d15b1e;--gbgev-gallery-title:#2d7ac5;--gbgev-gallery-text:#1a1a1a;--gbgev-gallery-muted:#666;--gbgev-gallery-light-muted:#888;--gbgev-gallery-section-bg:linear-gradient(135deg, #fff 0%, #fff5f0 100%);--gbgev-gallery-arrow-bg:#fff;--gbgev-gallery-arrow-shadow:#0000001f;--gbgev-gallery-indicator-active:#e67431;--gbgev-gallery-indicator-inactive:#ddd;--gbgev-gallery-radius:16px;--gbgev-gallery-shadow:0 8px 24px #00000014;--gbgev-gallery-shadow-hover:0 12px 32px #0000001f;background:var(--gbgev-gallery-section-bg);text-align:center;contain:layout style paint;padding:70px 16px;position:relative;overflow:hidden}.gbgev-gallery-header{max-width:800px;margin:0 auto 40px;padding:0 8px}.gbgev-gallery-title{color:var(--gbgev-gallery-title);letter-spacing:-.5px;margin-bottom:12px;font-size:clamp(22px,3.5vw,42px);font-weight:800;line-height:1.2}.gbgev-gallery-subtitle{color:var(--gbgev-gallery-muted);margin:0;font-size:clamp(14px,1.8vw,18px);line-height:1.6}.gbgev-gallery-outer{max-width:1440px;margin:0 auto;padding:0 52px;position:relative}.gbgev-gallery-viewport{border-radius:var(--gbgev-gallery-radius);overflow:hidden}.gbgev-gallery-slider{gap:var(--gbgev-gallery-gap);scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;touch-action:pan-x pinch-zoom;will-change:scroll-position;padding:8px 4px 16px;display:flex;overflow-x:auto}.gbgev-gallery-slider::-webkit-scrollbar{display:none}.gbgev-gallery-card{width:calc(100% - var(--gbgev-gallery-gap));background:var(--gbgev-gallery-card-bg);border-radius:var(--gbgev-gallery-radius);box-shadow:var(--gbgev-gallery-shadow);scroll-snap-align:start;contain:layout style paint;text-align:left;border:1px solid var(--gbgev-gallery-card-border);flex-direction:column;flex:none;transition:transform .35s cubic-bezier(.25,.46,.45,.94),box-shadow .35s;display:flex;overflow:hidden}.gbgev-gallery-card:hover{box-shadow:var(--gbgev-gallery-shadow-hover);transform:translateY(-6px)}.gbgev-gallery-card:hover .gbgev-gallery-image-wrap img{transform:scale(1.04)}.gbgev-gallery-image-wrap{background:#f0f0f0;justify-content:center;align-items:center;width:100%;height:auto;min-height:180px;max-height:260px;display:flex;position:relative;overflow:hidden}.gbgev-gallery-image-wrap img{object-fit:contain;object-position:center center;will-change:transform;width:100%;height:100%;transition:transform .5s cubic-bezier(.25,.46,.45,.94);display:block}.gbgev-gallery-content{flex-direction:column;flex:1;padding:18px 20px 20px;display:flex}.gbgev-gallery-content h3{color:var(--gbgev-gallery-text);margin:0 0 8px;font-size:clamp(15px,1.4vw,19px);font-weight:700;line-height:1.35}.gbgev-gallery-content p{color:var(--gbgev-gallery-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 auto;font-size:clamp(13px,1.1vw,15px);line-height:1.55;display:-webkit-box;overflow:hidden}.gbgev-gallery-footer{border-top:1px solid #0000000d;justify-content:space-between;align-items:center;margin-top:14px;padding-top:12px;font-size:clamp(11px,1vw,13px);display:flex}.gbgev-gallery-date{color:var(--gbgev-gallery-light-muted);font-weight:500}.gbgev-gallery-readmore{color:var(--gbgev-gallery-accent);cursor:pointer;white-space:nowrap;font-weight:700;transition:color .2s}.gbgev-gallery-readmore:hover{color:var(--gbgev-gallery-accent-hover)}.gbgev-gallery-arrow{background:var(--gbgev-gallery-arrow-bg);cursor:pointer;width:44px;height:44px;box-shadow:0 4px 16px var(--gbgev-gallery-arrow-shadow);z-index:10;color:var(--gbgev-gallery-text);-webkit-tap-highlight-color:transparent;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;transition:all .25s cubic-bezier(.25,.46,.45,.94);display:flex;position:absolute;top:50%;transform:translateY(-50%)}.gbgev-gallery-arrow:hover{background:var(--gbgev-gallery-accent);color:#fff;transform:translateY(-50%)scale(1.08);box-shadow:0 6px 20px #e674314d}.gbgev-gallery-arrow:active{transform:translateY(-50%)scale(.95)}.gbgev-gallery-arrow-prev{left:0}.gbgev-gallery-arrow-next{right:0}.gbgev-gallery-indicators{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:28px;padding:0 12px;display:flex}.gbgev-gallery-indicator{background:var(--gbgev-gallery-indicator-inactive);cursor:pointer;border:none;border-radius:50%;outline:none;flex-shrink:0;width:8px;height:8px;padding:0;transition:all .35s cubic-bezier(.25,.46,.45,.94)}.gbgev-gallery-indicator:hover{background:#bbb;transform:scale(1.2)}.gbgev-gallery-indicator-active{background:var(--gbgev-gallery-indicator-active);border-radius:4px;width:28px}.gbgev-gallery-indicator-active:hover{background:var(--gbgev-gallery-accent-hover)}@media(max-width:359px){.gbgev-gallery-section{padding:40px 10px}.gbgev-gallery-outer{padding:0}.gbgev-gallery-arrow{display:none}.gbgev-gallery-card{width:calc(100% - var(--gbgev-gallery-gap))}.gbgev-gallery-image-wrap{min-height:160px;max-height:200px}.gbgev-gallery-content{padding:14px 16px 16px}}@media(min-width:360px)and (max-width:479px){.gbgev-gallery-section{padding:45px 12px}.gbgev-gallery-outer{padding:0}.gbgev-gallery-arrow{display:none}.gbgev-gallery-card{width:calc(85% - var(--gbgev-gallery-gap))}.gbgev-gallery-image-wrap{min-height:170px;max-height:220px}}@media(min-width:480px)and (max-width:575px){.gbgev-gallery-section{padding:50px 14px}.gbgev-gallery-outer{padding:0 36px}.gbgev-gallery-arrow{width:38px;height:38px}.gbgev-gallery-arrow svg{width:16px;height:16px}.gbgev-gallery-card{width:calc(85% - var(--gbgev-gallery-gap))}.gbgev-gallery-image-wrap{min-height:180px;max-height:230px}}@media(min-width:576px)and (max-width:767px){.gbgev-gallery-section{padding:55px 16px}.gbgev-gallery-outer{padding:0 44px}.gbgev-gallery-card{width:calc(50% - var(--gbgev-gallery-gap) / 2)}.gbgev-gallery-image-wrap{min-height:190px;max-height:240px}}@media(min-width:768px)and (max-width:991px){.gbgev-gallery-section{padding:60px 20px}.gbgev-gallery-outer{padding:0 48px}.gbgev-gallery-card{width:calc(50% - var(--gbgev-gallery-gap) / 2)}.gbgev-gallery-image-wrap{min-height:200px;max-height:250px}.gbgev-gallery-content h3{font-size:17px}}@media(min-width:992px)and (max-width:1199px){.gbgev-gallery-section{padding:65px 24px}.gbgev-gallery-outer{padding:0 50px}.gbgev-gallery-card{width:calc(33.333% - var(--gbgev-gallery-gap) * 2 / 3)}.gbgev-gallery-image-wrap{min-height:200px;max-height:260px}}@media(min-width:1200px)and (max-width:1399px){.gbgev-gallery-section{padding:70px 28px}.gbgev-gallery-outer{padding:0 52px}.gbgev-gallery-card{width:calc(33.333% - var(--gbgev-gallery-gap) * 2 / 3)}.gbgev-gallery-image-wrap{min-height:210px;max-height:270px}.gbgev-gallery-content{padding:20px 22px 22px}}@media(min-width:1400px)and (max-width:1599px){.gbgev-gallery-section{padding:75px 32px}.gbgev-gallery-outer{padding:0 56px}.gbgev-gallery-card{width:calc(25% - var(--gbgev-gallery-gap) * 3 / 4)}.gbgev-gallery-image-wrap{min-height:220px;max-height:280px}.gbgev-gallery-arrow{width:48px;height:48px}.gbgev-gallery-content h3{font-size:18px}}@media(min-width:1600px)and (max-width:1919px){.gbgev-gallery-section{padding:80px 40px}.gbgev-gallery-outer{max-width:1600px;padding:0 60px}.gbgev-gallery-card{width:calc(25% - var(--gbgev-gallery-gap) * 3 / 4)}.gbgev-gallery-image-wrap{min-height:230px;max-height:300px}.gbgev-gallery-content h3{font-size:19px}.gbgev-gallery-content p{font-size:15px}}@media(min-width:1920px){.gbgev-gallery-section{padding:90px 48px}.gbgev-gallery-outer{max-width:1800px;padding:0 64px}.gbgev-gallery-card{width:calc(20% - var(--gbgev-gallery-gap) * 4 / 5)}.gbgev-gallery-image-wrap{min-height:240px;max-height:320px}.gbgev-gallery-content{padding:22px 24px 24px}.gbgev-gallery-content h3{font-size:20px}.gbgev-gallery-content p{font-size:15.5px}.gbgev-gallery-arrow{width:52px;height:52px}.gbgev-gallery-arrow svg{width:22px;height:22px}}@media(prefers-reduced-motion:reduce){.gbgev-gallery-card,.gbgev-gallery-card img,.gbgev-gallery-arrow,.gbgev-gallery-indicator,.gbgev-gallery-readmore{transition:none!important;animation:none!important}.gbgev-gallery-slider{scroll-behavior:auto}}.gbg-hub-section{color:#101828;box-sizing:border-box;background:#fff;width:100%;padding:70px 20px 90px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow:hidden}.gbg-hub-container{z-index:2;max-width:1280px;margin:0 auto;position:relative}.gbg-hub-header{text-align:center;margin-bottom:50px}.gbg-hub-badge{color:#2d7ac5;text-transform:uppercase;letter-spacing:1.2px;background:#2d7ac514;border:1px solid #2d7ac533;border-radius:50px;align-items:center;gap:6px;margin-bottom:14px;padding:6px 18px;font-size:13px;font-weight:600;display:inline-flex}.gbg-hub-title{color:#101828;margin:0;font-size:42px;font-weight:800;line-height:1.15}.gbg-hub-highlight{color:#e67531;position:relative}.gbg-hub-highlight:after{content:"";z-index:-1;background:#e6753126;border-radius:4px;width:100%;height:8px;position:absolute;bottom:2px;left:0}.gbg-hub-grid{grid-template-columns:1fr 1.6fr;align-items:center;gap:50px;display:grid}.gbg-hub-left{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.gbg-hub-subtitle{color:#101828;margin:0 0 24px;font-size:32px;font-weight:700;line-height:1.2}.gbg-hub-live-box{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:24px;display:inline-flex}.gbg-hub-live-indicator{color:#e67531;text-transform:uppercase;letter-spacing:.8px;background:#e675311a;border:1px solid #e6753140;border-radius:50px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:700;display:inline-flex}.gbg-hub-live-icon{animation:1.8s ease-in-out infinite gbgHubPulse}@keyframes gbgHubPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.gbg-hub-live-label{font-size:13px;font-weight:700}.gbg-hub-live-city{align-items:center;min-width:100px;height:36px;display:inline-flex;overflow:hidden}.gbg-hub-city-name{color:#2d7ac5;text-transform:uppercase;font-size:28px;font-weight:800;line-height:1;display:inline-block}.gbg-hub-desc{color:#475467;max-width:480px;margin-bottom:32px;font-size:15px;line-height:1.7}.gbg-hub-btn{color:#fff;cursor:pointer;background:#e67531;border:none;border-radius:12px;align-items:center;gap:10px;padding:14px 28px;font-family:inherit;font-size:15px;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 16px #e6753140}.gbg-hub-btn:hover{background:#d46320;transform:translateY(-2px);box-shadow:0 8px 24px #e6753159}.gbg-hub-btn:active{transform:translateY(0)}.gbg-hub-right{justify-content:center;align-items:center;width:100%;display:flex}.gbg-hub-map-wrap{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.gbg-hub-map-inner{width:100%;padding-bottom:85%;position:relative}.gbg-hub-map-img{object-fit:contain;object-position:center center;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block;position:absolute;top:0;left:0}@media screen and (max-width:320px){.gbg-hub-section{padding:36px 12px 44px}.gbg-hub-header{margin-bottom:24px}.gbg-hub-badge{margin-bottom:10px;padding:4px 12px;font-size:10px}.gbg-hub-title{font-size:22px}.gbg-hub-grid{grid-template-columns:1fr;gap:28px}.gbg-hub-left{text-align:center;order:1;align-items:center}.gbg-hub-subtitle{margin-bottom:14px;font-size:20px}.gbg-hub-live-box{justify-content:center;gap:10px;margin-bottom:16px}.gbg-hub-live-indicator{padding:5px 10px;font-size:11px}.gbg-hub-city-name{font-size:22px}.gbg-hub-live-city{min-width:80px;height:28px}.gbg-hub-desc{max-width:100%;margin-bottom:20px;font-size:13px}.gbg-hub-btn{justify-content:center;width:100%;padding:12px 20px;font-size:14px}.gbg-hub-right{order:2;justify-content:center;width:100%;display:flex}.gbg-hub-map-wrap{justify-content:center;width:100%;max-width:100%;margin:0 auto;display:flex}.gbg-hub-map-inner{width:100%;max-width:320px;margin:0 auto;padding-bottom:125%;left:auto;right:auto}.gbg-hub-map-img{object-position:center center}}@media screen and (min-width:321px)and (max-width:480px){.gbg-hub-section{padding:40px 14px 50px}.gbg-hub-header{margin-bottom:28px}.gbg-hub-title{font-size:26px}.gbg-hub-grid{grid-template-columns:1fr;gap:32px}.gbg-hub-left{text-align:center;order:1;align-items:center}.gbg-hub-subtitle{margin-bottom:16px;font-size:22px}.gbg-hub-live-box{justify-content:center;gap:12px;margin-bottom:18px}.gbg-hub-city-name{font-size:26px}.gbg-hub-live-city{min-width:90px;height:32px}.gbg-hub-desc{max-width:100%;margin-bottom:22px;font-size:14px}.gbg-hub-btn{justify-content:center;width:100%;padding:13px 24px;font-size:14px}.gbg-hub-right{order:2;justify-content:center;width:100%;display:flex}.gbg-hub-map-wrap{justify-content:center;width:100%;max-width:100%;margin:0 auto;display:flex}.gbg-hub-map-inner{width:100%;max-width:420px;margin:0 auto;padding-bottom:120%;left:4%;right:auto}.gbg-hub-map-img{object-position:center center}}@media screen and (min-width:481px)and (max-width:767px){.gbg-hub-section{padding:48px 18px 60px}.gbg-hub-header{margin-bottom:36px}.gbg-hub-title{font-size:30px}.gbg-hub-grid{grid-template-columns:1fr;gap:40px}.gbg-hub-left{text-align:center;order:1;align-items:center}.gbg-hub-subtitle{margin-bottom:18px;font-size:26px}.gbg-hub-live-box{justify-content:center;gap:14px;margin-bottom:20px}.gbg-hub-city-name{font-size:28px}.gbg-hub-desc{max-width:500px;margin-bottom:26px;font-size:14.5px}.gbg-hub-btn{padding:14px 28px;font-size:14px}.gbg-hub-right{order:2;justify-content:center;width:100%;display:flex}.gbg-hub-map-wrap{justify-content:center;width:100%;max-width:100%;margin:0 auto;display:flex}.gbg-hub-map-inner{width:100%;max-width:540px;margin:0 auto;padding-bottom:115%;left:auto;right:auto}.gbg-hub-map-img{object-position:center center}}@media screen and (min-width:768px)and (max-width:1024px){.gbg-hub-section{padding:55px 24px 70px}.gbg-hub-header{margin-bottom:42px}.gbg-hub-title{font-size:34px}.gbg-hub-grid{grid-template-columns:1fr;gap:44px}.gbg-hub-left{text-align:center;order:1;align-items:center}.gbg-hub-subtitle{font-size:28px}.gbg-hub-live-box{justify-content:center;margin-bottom:20px}.gbg-hub-city-name{font-size:26px}.gbg-hub-desc{max-width:600px;margin-bottom:28px;margin-left:auto;margin-right:auto;font-size:15px}.gbg-hub-btn{padding:14px 32px;font-size:15px}.gbg-hub-right{order:2;justify-content:center;width:100%;display:flex}.gbg-hub-map-wrap{justify-content:center;width:100%;max-width:100%;margin:0 auto;display:flex}.gbg-hub-map-inner{width:100%;max-width:720px;margin:0 auto;padding-bottom:100%;left:auto;right:auto}.gbg-hub-map-img{object-position:center center}}@media screen and (min-width:1025px)and (max-width:1280px){.gbg-hub-section{padding:65px 30px 80px}.gbg-hub-container{max-width:1140px}.gbg-hub-title{font-size:38px}.gbg-hub-grid{grid-template-columns:1fr 1.8fr;gap:50px}.gbg-hub-left{align-items:flex-start}.gbg-hub-subtitle{font-size:28px}.gbg-hub-city-name{font-size:26px}.gbg-hub-desc{max-width:420px;font-size:14.5px}.gbg-hub-btn{padding:14px 28px;font-size:15px}.gbg-hub-map-wrap{justify-content:center;width:100%;display:flex}.gbg-hub-map-inner{width:100%;padding-bottom:82%;left:15%}.gbg-hub-map-img{object-position:center center}}@media screen and (min-width:1281px)and (max-width:1440px){.gbg-hub-section{padding:70px 40px 90px}.gbg-hub-container{max-width:1240px}.gbg-hub-title{font-size:40px}.gbg-hub-grid{grid-template-columns:1fr 2fr;gap:60px}.gbg-hub-left{align-items:flex-start}.gbg-hub-subtitle{font-size:30px}.gbg-hub-city-name{font-size:28px}.gbg-hub-desc{max-width:440px;font-size:15px}.gbg-hub-map-wrap{justify-content:center;width:100%;display:flex}.gbg-hub-map-inner{width:100%;padding-bottom:80%;left:15%}.gbg-hub-map-img{object-position:center center}}@media screen and (min-width:1441px)and (max-width:1919px){.gbg-hub-section{padding:80px 50px 100px}.gbg-hub-container{max-width:1400px}.gbg-hub-title{font-size:44px}.gbg-hub-grid{grid-template-columns:1fr 2.2fr;gap:70px}.gbg-hub-left{align-items:flex-start}.gbg-hub-subtitle{margin-bottom:28px;font-size:32px}.gbg-hub-city-name{font-size:30px}.gbg-hub-desc{max-width:480px;margin-bottom:36px;font-size:16px}.gbg-hub-btn{padding:16px 32px;font-size:16px}.gbg-hub-map-wrap{justify-content:center;width:100%;display:flex}.gbg-hub-map-inner{width:100%;padding-bottom:78%;left:15%}.gbg-hub-map-img{object-position:center center}}@media screen and (min-width:1920px){.gbg-hub-section{padding:90px 60px 110px}.gbg-hub-container{max-width:1600px}.gbg-hub-header{margin-bottom:60px}.gbg-hub-badge{margin-bottom:18px;padding:8px 20px;font-size:14px}.gbg-hub-title{font-size:52px}.gbg-hub-grid{grid-template-columns:1fr 2.4fr;gap:80px}.gbg-hub-left{align-items:flex-start}.gbg-hub-subtitle{margin-bottom:30px;font-size:36px}.gbg-hub-live-box{gap:18px;margin-bottom:28px}.gbg-hub-live-indicator{padding:8px 16px;font-size:14px}.gbg-hub-city-name{font-size:34px}.gbg-hub-live-city{min-width:130px;height:42px}.gbg-hub-desc{max-width:520px;margin-bottom:40px;font-size:17px;line-height:1.8}.gbg-hub-btn{gap:12px;padding:18px 36px;font-size:17px}.gbg-hub-map-wrap{justify-content:center;width:100%;display:flex}.gbg-hub-map-inner{width:100%;padding-bottom:75%;left:15%}.gbg-hub-map-img{object-position:center center}}@media screen and (max-height:500px)and (orientation:landscape)and (max-width:1024px){.gbg-hub-section{padding:30px 16px 40px}.gbg-hub-grid{grid-template-columns:1fr 1fr;gap:24px}.gbg-hub-header{margin-bottom:24px}.gbg-hub-title{font-size:24px}.gbg-hub-left{order:1;align-items:flex-start}.gbg-hub-subtitle{margin-bottom:12px;font-size:20px}.gbg-hub-live-box{margin-bottom:14px}.gbg-hub-desc{margin-bottom:18px;font-size:13px}.gbg-hub-btn{padding:10px 18px;font-size:13px}.gbg-hub-right{order:2;justify-content:center;display:flex}.gbg-hub-map-wrap{justify-content:center;width:100%;display:flex}.gbg-hub-map-inner{width:100%;margin:0 auto;padding-bottom:90%;left:auto;right:auto}.gbg-hub-map-img{object-position:center center}}@media(prefers-reduced-motion:reduce){.gbg-hub-live-icon{animation:none!important}.gbg-hub-btn{transition:none!important}}.gbg-about-partners-section{width:100%;box-shadow:none;background:#fff;border:none;outline:none;padding:100px 0;position:relative;overflow:hidden}.gbg-about-partners-container{border:none;outline:none;justify-content:space-between;align-items:center;gap:40px;width:100%;max-width:1400px;margin:0 auto;padding:0 24px;display:flex}.gbg-about-partners-header{flex-shrink:0;width:32%;padding-right:20px}.gbg-about-partners-title{color:#0a0a0a;letter-spacing:-.02em;margin:0 0 16px;font-size:38px;font-weight:800;line-height:1.2}.gbg-about-partners-title span{color:#ff6b00;font-weight:400}.gbg-about-partners-subtitle{color:#0a0a0a99;margin:0;font-size:16px;font-weight:400;line-height:1.6}.gbg-about-partners-marquee-wrapper{width:68%;box-shadow:none;border:none;outline:none;position:relative;overflow:hidden}.gbg-about-partners-blur-left,.gbg-about-partners-blur-right{z-index:2;pointer-events:none;width:100px;height:100%;position:absolute;top:0}.gbg-about-partners-blur-left{background:linear-gradient(90deg,#fff,#fffffff2,#ffffffb3 60%,#0000);left:0}.gbg-about-partners-blur-right{background:linear-gradient(270deg,#fff,#fffffff2,#ffffffb3 60%,#0000);right:0}.gbg-about-partners-marquee{gap:50px;width:max-content;padding:10px 0;animation:25s linear infinite gbg-about-partners-marquee-scroll;display:flex}@keyframes gbg-about-partners-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.gbg-about-partners-card{cursor:pointer;background:#0a0a0a08;border:1px solid #0a0a0a14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:160px;height:80px;transition:all .4s;display:flex}.gbg-about-partners-card:hover{background:#0064ff0d;border-color:#0064ff40;transform:translateY(-4px);box-shadow:0 12px 40px #0064ff1f}.gbg-about-partners-logo{object-fit:contain;max-width:110px;max-height:45px;transition:all .4s;display:block}.gbg-about-partners-card:hover .gbg-about-partners-logo{filter:grayscale(0%)brightness()opacity();transform:scale(1.08)}@media screen and (min-width:2560px){.gbg-about-partners-section{padding:140px 0}.gbg-about-partners-container{gap:80px;max-width:1800px;padding:0 80px}.gbg-about-partners-header{width:25%}.gbg-about-partners-title{font-size:56px}.gbg-about-partners-subtitle{font-size:20px}.gbg-about-partners-marquee-wrapper{width:75%}.gbg-about-partners-card{width:200px;height:100px}.gbg-about-partners-logo{max-width:150px;max-height:55px}.gbg-about-partners-marquee{gap:70px}.gbg-about-partners-blur-left,.gbg-about-partners-blur-right{width:120px}}@media screen and (min-width:1920px)and (max-width:2559px){.gbg-about-partners-section{padding:120px 0}.gbg-about-partners-container{gap:60px;max-width:1600px;padding:0 60px}.gbg-about-partners-header{width:28%}.gbg-about-partners-title{font-size:48px}.gbg-about-partners-subtitle{font-size:18px}.gbg-about-partners-marquee-wrapper{width:72%}.gbg-about-partners-card{width:180px;height:90px}.gbg-about-partners-logo{max-width:130px;max-height:50px}.gbg-about-partners-marquee{gap:60px}}@media screen and (min-width:1536px)and (max-width:1919px){.gbg-about-partners-container{max-width:1500px;padding:0 50px}.gbg-about-partners-title{font-size:44px}.gbg-about-partners-card{width:170px;height:85px}.gbg-about-partners-logo{max-width:120px;max-height:48px}}@media screen and (min-width:1280px)and (max-width:1535px){.gbg-about-partners-section{padding:90px 0}.gbg-about-partners-container{max-width:1200px;padding:0 40px}.gbg-about-partners-title{font-size:36px}.gbg-about-partners-card{width:150px;height:75px}.gbg-about-partners-logo{max-width:100px;max-height:42px}}@media screen and (min-width:1024px)and (max-width:1279px){.gbg-about-partners-section{padding:80px 0}.gbg-about-partners-container{gap:30px;max-width:1000px;padding:0 32px}.gbg-about-partners-header{width:30%}.gbg-about-partners-title{font-size:32px}.gbg-about-partners-subtitle{font-size:15px}.gbg-about-partners-marquee-wrapper{width:70%}.gbg-about-partners-card{width:140px;height:70px}.gbg-about-partners-logo{max-width:95px;max-height:40px}.gbg-about-partners-marquee{gap:40px}.gbg-about-partners-blur-left,.gbg-about-partners-blur-right{width:80px}}@media screen and (min-width:768px)and (max-width:1023px){.gbg-about-partners-section{padding:70px 0}.gbg-about-partners-container{flex-direction:column;align-items:flex-start;gap:35px;padding:0 28px}.gbg-about-partners-header{text-align:center;width:100%;padding-right:0}.gbg-about-partners-title{margin-bottom:12px;font-size:34px}.gbg-about-partners-subtitle{max-width:500px;margin:0 auto;font-size:15px}.gbg-about-partners-marquee-wrapper{width:100%}.gbg-about-partners-card{width:130px;height:65px}.gbg-about-partners-logo{max-width:90px;max-height:38px}.gbg-about-partners-marquee{gap:35px}}@media screen and (min-width:640px)and (max-width:767px){.gbg-about-partners-section{padding:60px 0}.gbg-about-partners-container{gap:30px;padding:0 24px}.gbg-about-partners-title{font-size:30px}.gbg-about-partners-subtitle{font-size:14px}.gbg-about-partners-card{width:120px;height:60px}.gbg-about-partners-logo{max-width:80px;max-height:35px}.gbg-about-partners-marquee{gap:30px}.gbg-about-partners-blur-left,.gbg-about-partners-blur-right{width:60px}}@media screen and (min-width:480px)and (max-width:639px){.gbg-about-partners-section{padding:50px 0}.gbg-about-partners-container{gap:25px;padding:0 20px}.gbg-about-partners-header{text-align:center}.gbg-about-partners-title{margin-bottom:10px;font-size:26px}.gbg-about-partners-subtitle{font-size:13px}.gbg-about-partners-card{border-radius:10px;width:110px;height:55px}.gbg-about-partners-logo{max-width:75px;max-height:32px}.gbg-about-partners-marquee{gap:25px}.gbg-about-partners-blur-left,.gbg-about-partners-blur-right{width:50px}}@media screen and (min-width:375px)and (max-width:479px){.gbg-about-partners-section{padding:45px 0}.gbg-about-partners-container{gap:22px;padding:0 16px}.gbg-about-partners-title{margin-bottom:8px;font-size:24px}.gbg-about-partners-subtitle{font-size:13px;line-height:1.5}.gbg-about-partners-card{border-radius:8px;width:100px;height:50px}.gbg-about-partners-logo{max-width:70px;max-height:30px}.gbg-about-partners-marquee{gap:20px;animation-duration:20s}.gbg-about-partners-blur-left,.gbg-about-partners-blur-right{width:40px}}@media screen and (max-width:374px){.gbg-about-partners-section{padding:40px 0}.gbg-about-partners-container{gap:18px;padding:0 12px}.gbg-about-partners-title{margin-bottom:8px;font-size:22px}.gbg-about-partners-subtitle{font-size:12px;line-height:1.5}.gbg-about-partners-card{border-radius:8px;width:90px;height:45px}.gbg-about-partners-logo{max-width:60px;max-height:28px}.gbg-about-partners-marquee{gap:18px;animation-duration:18s}.gbg-about-partners-blur-left,.gbg-about-partners-blur-right{width:35px}}@media screen and (max-height:500px)and (orientation:landscape)and (max-width:1023px){.gbg-about-partners-section{padding:40px 0}.gbg-about-partners-container{flex-direction:row;align-items:center;gap:25px}.gbg-about-partners-header{text-align:left;width:35%}.gbg-about-partners-title{font-size:22px}.gbg-about-partners-subtitle{font-size:12px}.gbg-about-partners-marquee-wrapper{width:65%}.gbg-about-partners-card{width:100px;height:50px}.gbg-about-partners-logo{max-width:70px;max-height:30px}}@media(prefers-reduced-motion:reduce){.gbg-about-partners-marquee{flex-wrap:wrap;justify-content:center;width:100%;animation:none}.gbg-about-partners-card{margin:8px}}@media(prefers-contrast:high){.gbg-about-partners-card{border:2px solid #0064ff80}.gbg-about-partners-logo{filter:grayscale(0%)brightness()opacity()}}.gbginv-section{box-sizing:border-box;background:#fff;width:100%;padding:60px 0;position:relative;overflow:hidden}.gbginv-section *{box-sizing:border-box;-webkit-tap-highlight-color:transparent}.gbginv-container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.gbginv-header{text-align:center;opacity:0;margin-bottom:40px;transition:all .6s cubic-bezier(.25,.46,.45,.94);transform:translateY(20px)}.gbginv-header-visible{opacity:1;transform:translateY(0)}.gbginv-subtitle{text-transform:uppercase;letter-spacing:3px;color:#f97316;margin-bottom:12px;font-size:12px;font-weight:700;display:inline-block;position:relative}.gbginv-subtitle:after{content:"";background:#f97316;border-radius:1px;width:30px;height:2px;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.gbginv-title{color:#111827;letter-spacing:-.5px;margin:0;font-size:32px;font-weight:800;line-height:1.2}.gbginv-gradient{background:linear-gradient(135deg,#f97316,#fb923c,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gbginv-divider{background:linear-gradient(90deg,#f97316,#3b82f6);border-radius:2px;width:40px;height:3px;margin:16px auto 0}.gbginv-track-wrap{opacity:0;width:100%;padding-top:12px;transition:all .6s .2s;position:relative;overflow:hidden;transform:translateY(30px)}.gbginv-visible{opacity:1;transform:translateY(0)}.gbginv-track{cursor:grab;-webkit-user-select:none;user-select:none;will-change:transform;gap:20px;width:max-content;animation:40s linear infinite gbginv-marquee;display:flex}.gbginv-paused{animation-play-state:paused}@keyframes gbginv-marquee{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.gbginv-card{flex:none;width:160px;height:100px}.gbginv-card-inner{background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;width:100%;height:100%;padding:16px;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 12px #0000000a}.gbginv-card-inner:before{content:"";background:linear-gradient(90deg,#f97316,#3b82f6);border-radius:12px 12px 0 0;height:2px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.gbginv-card:hover .gbginv-card-inner:before{transform:scaleX(1)}.gbginv-card:hover .gbginv-card-inner{border-color:#f973164d;transform:translateY(-4px);box-shadow:0 8px 24px #f973161f}.gbginv-logo{object-fit:contain;pointer-events:none;width:100%;height:100%;transition:transform .3s}.gbginv-card:hover .gbginv-logo{transform:scale(1.06)}@media(min-width:2560px){.gbginv-section{padding:80px 0}.gbginv-container{max-width:1600px;padding:0 60px}.gbginv-title{font-size:44px}.gbginv-header{margin-bottom:56px}.gbginv-card{width:200px;height:120px}.gbginv-card-inner{padding:20px}.gbginv-track{gap:28px}}@media(min-width:1921px)and (max-width:2559px){.gbginv-section{padding:72px 0}.gbginv-container{max-width:1400px;padding:0 48px}.gbginv-title{font-size:40px}.gbginv-header{margin-bottom:48px}.gbginv-card{width:180px;height:110px}.gbginv-card-inner{padding:18px}.gbginv-track{gap:24px}}@media(min-width:1440px)and (max-width:1920px){.gbginv-section{padding:68px 0}.gbginv-container{max-width:1320px;padding:0 40px}.gbginv-title{font-size:38px}.gbginv-header{margin-bottom:44px}.gbginv-card{width:170px;height:105px}.gbginv-track{gap:22px}}@media(min-width:1200px)and (max-width:1439px){.gbginv-section{padding:60px 0}.gbginv-container{max-width:1200px;padding:0 32px}.gbginv-title{font-size:34px}.gbginv-card{width:160px;height:100px}.gbginv-track{gap:20px}}@media(min-width:1024px)and (max-width:1199px){.gbginv-section{padding:52px 0}.gbginv-container{padding:0 28px}.gbginv-title{font-size:30px}.gbginv-header{margin-bottom:36px}.gbginv-card{width:150px;height:95px}.gbginv-card-inner{padding:14px}.gbginv-track{gap:18px}}@media(min-width:768px)and (max-width:1023px){.gbginv-section{padding:48px 0}.gbginv-container{padding:0 24px}.gbginv-header{margin-bottom:32px}.gbginv-title{font-size:28px}.gbginv-subtitle{letter-spacing:2px;font-size:11px}.gbginv-card{width:140px;height:90px}.gbginv-card-inner{border-radius:10px;padding:12px}.gbginv-track{gap:16px}}@media(min-width:640px)and (max-width:767px){.gbginv-section{padding:44px 0}.gbginv-container{padding:0 20px}.gbginv-header{margin-bottom:28px}.gbginv-title{font-size:26px}.gbginv-subtitle{letter-spacing:2px;font-size:11px}.gbginv-card{width:130px;height:85px}.gbginv-card-inner{border-radius:10px;padding:12px}.gbginv-track{gap:14px;animation-duration:50s}}@media(min-width:480px)and (max-width:639px){.gbginv-section{padding:40px 0}.gbginv-container{padding:0 16px}.gbginv-header{margin-bottom:24px}.gbginv-title{font-size:24px}.gbginv-subtitle{letter-spacing:2px;margin-bottom:8px;font-size:10px}.gbginv-divider{width:32px;height:2px;margin-top:12px}.gbginv-card{width:120px;height:80px}.gbginv-card-inner{border-radius:8px;padding:10px}.gbginv-track{gap:12px;animation-duration:55s}}@media(min-width:375px)and (max-width:479px){.gbginv-section{padding:36px 0}.gbginv-container{padding:0 14px}.gbginv-header{margin-bottom:20px}.gbginv-title{font-size:22px;line-height:1.3}.gbginv-subtitle{letter-spacing:1.5px;font-size:10px}.gbginv-divider{width:28px;margin-top:10px}.gbginv-card{width:110px;height:75px}.gbginv-card-inner{border-radius:8px;padding:8px}.gbginv-track{gap:10px;animation-duration:60s}}@media(min-width:320px)and (max-width:374px){.gbginv-section{padding:32px 0}.gbginv-container{padding:0 12px}.gbginv-header{margin-bottom:18px}.gbginv-title{font-size:20px}.gbginv-subtitle{letter-spacing:1px;font-size:9px}.gbginv-card{width:100px;height:70px}.gbginv-card-inner{border-radius:6px;padding:8px}.gbginv-track{gap:8px;animation-duration:65s}}@media(max-width:319px){.gbginv-section{padding:28px 0}.gbginv-container{padding:0 10px}.gbginv-header{margin-bottom:16px}.gbginv-title{font-size:18px}.gbginv-card{width:90px;height:65px}.gbginv-card-inner{border-radius:6px;padding:6px}.gbginv-track{gap:6px;animation-duration:70s}}@media(max-height:500px)and (orientation:landscape){.gbginv-section{padding:30px 0}.gbginv-header{margin-bottom:20px}.gbginv-title{font-size:22px}.gbginv-card{width:120px;height:75px}}@media(prefers-reduced-motion:reduce){.gbginv-track{animation:none}.gbginv-header,.gbginv-track-wrap{opacity:1;transition:none;transform:none}}.gbg-about-hero-section{opacity:0;z-index:1;width:100%;height:auto;min-height:unset;background-color:#000;margin-top:72px;transition:opacity .6s ease-out,transform .6s ease-out;position:relative;overflow:hidden;transform:translateY(20px)}.gbg-about-hero-section.gbg-about-hero-visible{opacity:1;transform:translateY(0)}.gbg-about-hero-bg{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.gbg-about-hero-img{will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:auto;display:block;transform:translateZ(0)}@media screen and (min-width:1025px){.gbg-about-hero-section{height:auto;min-height:unset;margin-top:72px}.gbg-about-hero-bg{justify-content:center;align-items:center;display:flex;position:relative;top:auto;bottom:auto;left:auto;right:auto}.gbg-about-hero-img{object-fit:contain;object-position:center;width:100%;height:auto}}@media screen and (min-width:1441px)and (max-width:1919px){.gbg-about-hero-section{margin-top:72px}}@media screen and (min-width:1920px){.gbg-about-hero-section{margin-top:80px}}@media screen and (min-width:768px)and (max-width:1024px){.gbg-about-hero-section{height:auto;min-height:unset;margin-top:68px}.gbg-about-hero-bg{justify-content:center;align-items:center;display:flex;position:relative;top:auto;bottom:auto;left:auto;right:auto}.gbg-about-hero-img{object-fit:contain;object-position:center;width:100%;height:auto}}@media screen and (max-width:767px){.gbg-about-hero-section{height:auto;min-height:unset;margin-top:64px}.gbg-about-hero-bg{justify-content:center;align-items:center;display:flex;position:relative;top:auto;bottom:auto;left:auto;right:auto}.gbg-about-hero-img{object-fit:contain;object-position:center;width:100%;height:auto}}@media screen and (min-width:321px)and (max-width:480px){.gbg-about-hero-section{margin-top:60px}}@media screen and (max-width:320px){.gbg-about-hero-section{margin-top:56px}}@media screen and (max-height:500px)and (orientation:landscape)and (max-width:1024px){.gbg-about-hero-section{height:auto;min-height:unset;margin-top:64px}.gbg-about-hero-img{object-fit:contain;width:100%;height:auto}}@media(prefers-reduced-motion:reduce){.gbg-about-hero-section{opacity:1;transform:none;transition:none!important}}:root{--gbg-about-bg:#fff;--gbg-about-bg-card:#f973160a;--gbg-about-bg-card-hover:#0066ff0f;--gbg-about-text:#0f172a;--gbg-about-text-light:#1e293b;--gbg-about-text-muted:#475569;--gbg-about-orange:#f97316;--gbg-about-orange-glow:#f973161f;--gbg-about-orange-glow-strong:#f9731633;--gbg-about-blue:#06f;--gbg-about-blue-glow:#0066ff1f;--gbg-about-border:#f9731626;--gbg-about-border-hover:#0066ff40}.gbg-ev-aboutofabout-section{z-index:10;background:var(--gbg-about-bg);width:100%;padding:120px 0;position:relative;overflow:hidden}.gbg-ev-aboutofabout-topline{background:linear-gradient(90deg,transparent,var(--gbg-about-orange),var(--gbg-about-blue),transparent);border-radius:0 0 4px 4px;width:180px;height:4px;position:absolute;top:0;left:50%;transform:translate(-50%)}.gbg-ev-aboutofabout-mobile-header{display:none}.gbg-ev-aboutofabout-desktop-header{display:block}.gbg-ev-aboutofabout-container{box-sizing:border-box;justify-content:space-between;align-items:flex-start;gap:70px;width:100%;max-width:1400px;margin:0 auto;padding:0 48px;display:flex;position:relative}.gbg-ev-aboutofabout-left{text-align:left;flex:1;max-width:55%}.gbg-ev-aboutofabout-tag{text-transform:uppercase;letter-spacing:.2em;color:var(--gbg-about-orange);background:var(--gbg-about-orange-glow);white-space:nowrap;border:1.5px solid #f9731640;border-radius:50px;align-items:center;gap:10px;margin-bottom:28px;padding:12px 28px;font-size:14px;font-weight:700;display:inline-flex}.gbg-ev-aboutofabout-tag-dot{background:var(--gbg-about-orange);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite gbg-ev-aboutofabout-pulse}@keyframes gbg-ev-aboutofabout-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.gbg-ev-aboutofabout-heading{color:var(--gbg-about-text);letter-spacing:-.02em;margin-bottom:32px;font-size:50px;font-weight:800;line-height:1.15}.gbg-ev-aboutofabout-highlight{color:var(--gbg-about-orange);display:inline;position:relative}.gbg-ev-aboutofabout-highlight:after{content:"";background:var(--gbg-about-orange-glow);z-index:-1;border-radius:4px;width:100%;height:10px;position:absolute;bottom:2px;left:0}.gbg-ev-aboutofabout-highlight-secondary{color:var(--gbg-about-blue);display:inline;position:relative}.gbg-ev-aboutofabout-highlight-secondary:after{content:"";background:var(--gbg-about-blue-glow);z-index:-1;border-radius:4px;width:100%;height:10px;position:absolute;bottom:2px;left:0}.gbg-ev-aboutofabout-text-wrapper{margin-bottom:8px}.gbg-ev-aboutofabout-text{color:var(--gbg-about-text-muted);text-align:left;margin-bottom:18px;font-size:17px;font-weight:400;line-height:1.9}.gbg-ev-aboutofabout-text-final{color:var(--gbg-about-text-light);border-top:1px dashed #f9731633;margin-top:10px;padding-top:16px;font-size:18px;font-weight:500}.gbg-ev-aboutofabout-text-accent{color:var(--gbg-about-orange);font-weight:700}.gbg-ev-aboutofabout-text-blue{color:var(--gbg-about-blue);font-weight:700}.gbg-ev-aboutofabout-text-bold{color:var(--gbg-about-text-light);font-weight:600}.gbg-ev-aboutofabout-text-highlight{background:linear-gradient(90deg,var(--gbg-about-orange-glow),var(--gbg-about-blue-glow));color:var(--gbg-about-text);border:1px solid #f9731626;border-radius:4px;padding:3px 10px;font-weight:700}.gbg-ev-aboutofabout-divider{background:linear-gradient(90deg,var(--gbg-about-orange),var(--gbg-about-blue));transform-origin:0;border-radius:2px;width:100px;height:4px;margin:36px 0}.gbg-ev-aboutofabout-stats{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:12px;display:grid}.gbg-ev-aboutofabout-stat-item{text-align:center;background:var(--gbg-about-bg-card);border:1px solid var(--gbg-about-border);border-radius:14px;padding:26px 16px;transition:all .4s;position:relative;overflow:hidden}.gbg-ev-aboutofabout-stat-item:before{content:"";background:linear-gradient(90deg,var(--gbg-about-orange),var(--gbg-about-blue));width:100%;height:3px;transition:transform .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.gbg-ev-aboutofabout-stat-item:hover{border-color:var(--gbg-about-border-hover);background:var(--gbg-about-bg-card-hover);transform:translateY(-6px);box-shadow:0 16px 32px #0066ff1a}.gbg-ev-aboutofabout-stat-item:hover:before{transform:scaleX(1)}.gbg-ev-aboutofabout-stat-icon{color:var(--gbg-about-orange);justify-content:center;align-items:center;margin-bottom:10px;display:flex}.gbg-ev-aboutofabout-stat-value{background:linear-gradient(135deg,var(--gbg-about-orange),var(--gbg-about-blue));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:6px;font-size:28px;font-weight:800}.gbg-ev-aboutofabout-stat-label{color:var(--gbg-about-text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:600}.gbg-ev-aboutofabout-stat-line{background:linear-gradient(90deg,var(--gbg-about-orange),var(--gbg-about-blue));border-radius:1px;width:32px;height:2px;margin:12px auto 0}.gbg-ev-aboutofabout-right{flex:0 0 42%;max-width:42%;position:sticky;top:100px}.gbg-ev-aboutofabout-image-wrapper{border-radius:20px;width:100%;position:relative;overflow:visible}.gbg-ev-aboutofabout-image-border{border:3px solid var(--gbg-about-orange);z-index:1;pointer-events:none;border-radius:20px;transition:all .4s;position:absolute;top:-14px;bottom:14px;left:-14px;right:14px}.gbg-ev-aboutofabout-image-wrapper:hover .gbg-ev-aboutofabout-image-border{border-color:var(--gbg-about-blue);top:-10px;bottom:10px;left:-10px;right:10px}.gbg-ev-aboutofabout-image-glow{background:linear-gradient(135deg,var(--gbg-about-orange-glow),var(--gbg-about-blue-glow));z-index:0;filter:blur(30px);opacity:.5;border-radius:20px;transition:all .4s;position:absolute;top:20px;bottom:-20px;left:20px;right:-20px}.gbg-ev-aboutofabout-image-wrapper:hover .gbg-ev-aboutofabout-image-glow{opacity:.7;top:10px;bottom:-10px;left:10px;right:-10px}.gbg-ev-aboutofabout-image{z-index:2;object-fit:cover;border-radius:16px;width:100%;height:auto;max-height:650px;transition:transform .4s;display:block;position:relative}.gbg-ev-aboutofabout-image-wrapper:hover .gbg-ev-aboutofabout-image{transform:scale(1.02)}.gbg-ev-aboutofabout-image-badge{z-index:3;border:2px solid var(--gbg-about-orange);color:var(--gbg-about-text);letter-spacing:.05em;white-space:nowrap;background:#fff;border-radius:50px;align-items:center;gap:8px;padding:12px 22px;font-size:14px;font-weight:700;display:inline-flex;position:absolute;bottom:28px;right:-18px;box-shadow:0 8px 24px #0000001a}.gbg-ev-aboutofabout-badge-dot{background:var(--gbg-about-orange);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite gbg-ev-aboutofabout-pulse}@keyframes gbg-ev-aboutofabout-bounce{0%,to{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(-50%,-50%)scale(1.2)}}@media screen and (min-width:2560px){.gbg-ev-aboutofabout-section{padding:160px 0}.gbg-ev-aboutofabout-container{gap:100px;max-width:2000px;padding:0 100px}.gbg-ev-aboutofabout-left{max-width:50%}.gbg-ev-aboutofabout-right{flex:0 0 45%;max-width:45%}.gbg-ev-aboutofabout-heading{font-size:66px}.gbg-ev-aboutofabout-text{font-size:21px}.gbg-ev-aboutofabout-text-final{font-size:22px}.gbg-ev-aboutofabout-stat-value{font-size:36px}.gbg-ev-aboutofabout-stat-label{font-size:15px}.gbg-ev-aboutofabout-image{max-height:800px}.gbg-ev-aboutofabout-image-badge{padding:14px 26px;font-size:16px}}@media screen and (min-width:1920px)and (max-width:2559px){.gbg-ev-aboutofabout-section{padding:140px 0}.gbg-ev-aboutofabout-container{gap:80px;max-width:1700px;padding:0 70px}.gbg-ev-aboutofabout-left{max-width:52%}.gbg-ev-aboutofabout-right{flex:0 0 43%;max-width:43%}.gbg-ev-aboutofabout-heading{font-size:58px}.gbg-ev-aboutofabout-text{font-size:19px}.gbg-ev-aboutofabout-text-final{font-size:20px}.gbg-ev-aboutofabout-stat-value{font-size:32px}.gbg-ev-aboutofabout-stat-label{font-size:14px}.gbg-ev-aboutofabout-image{max-height:700px}}@media screen and (min-width:1536px)and (max-width:1919px){.gbg-ev-aboutofabout-container{max-width:1500px;padding:0 55px}.gbg-ev-aboutofabout-heading{font-size:54px}.gbg-ev-aboutofabout-text{font-size:18px}.gbg-ev-aboutofabout-stat-value{font-size:30px}}@media screen and (min-width:1280px)and (max-width:1535px){.gbg-ev-aboutofabout-section{padding:100px 0}.gbg-ev-aboutofabout-container{gap:55px;max-width:1250px;padding:0 45px}.gbg-ev-aboutofabout-left{max-width:54%}.gbg-ev-aboutofabout-right{flex:0 0 42%;max-width:42%}.gbg-ev-aboutofabout-heading{font-size:46px}.gbg-ev-aboutofabout-text{font-size:16px}.gbg-ev-aboutofabout-stat-value{font-size:26px}}@media screen and (min-width:1024px)and (max-width:1279px){.gbg-ev-aboutofabout-section{padding:90px 0}.gbg-ev-aboutofabout-container{gap:45px;max-width:1000px;padding:0 35px}.gbg-ev-aboutofabout-left{max-width:55%}.gbg-ev-aboutofabout-right{flex:0 0 40%;max-width:40%}.gbg-ev-aboutofabout-heading{font-size:42px}.gbg-ev-aboutofabout-text{font-size:15px;line-height:1.85}.gbg-ev-aboutofabout-stats{gap:14px}.gbg-ev-aboutofabout-stat-item{padding:22px 14px}.gbg-ev-aboutofabout-stat-value{font-size:24px}.gbg-ev-aboutofabout-stat-icon svg{width:22px;height:22px}.gbg-ev-aboutofabout-image{max-height:520px}}@media screen and (max-width:1023px){.gbg-ev-aboutofabout-section{padding:60px 0}.gbg-ev-aboutofabout-mobile-header{text-align:center;margin-bottom:32px;padding:0 24px;display:block}.gbg-ev-aboutofabout-desktop-header{display:none}.gbg-ev-aboutofabout-container{flex-direction:column;align-items:center;gap:0;padding:0 24px}.gbg-ev-aboutofabout-right{flex:0 0 100%;order:-1;max-width:85%;margin-bottom:36px;position:relative;top:0}.gbg-ev-aboutofabout-left{text-align:center;max-width:100%}.gbg-ev-aboutofabout-mobile-header .gbg-ev-aboutofabout-tag{margin-bottom:20px;padding:10px 22px;font-size:12px}.gbg-ev-aboutofabout-mobile-header .gbg-ev-aboutofabout-heading{text-align:center;margin-bottom:0;font-size:36px}.gbg-ev-aboutofabout-text{text-align:center;font-size:15px;font-weight:500}.gbg-ev-aboutofabout-text-final{text-align:center}.gbg-ev-aboutofabout-divider{transform-origin:50%;margin:28px auto}.gbg-ev-aboutofabout-stats{grid-template-columns:repeat(2,1fr);gap:12px;max-width:100%;margin-top:8px}}@media screen and (min-width:768px)and (max-width:1023px){.gbg-ev-aboutofabout-section{padding:70px 0}.gbg-ev-aboutofabout-mobile-header{margin-bottom:40px;padding:0 30px}.gbg-ev-aboutofabout-mobile-header .gbg-ev-aboutofabout-heading{font-size:42px}.gbg-ev-aboutofabout-right{max-width:70%;margin-bottom:40px}.gbg-ev-aboutofabout-text{font-size:16px}.gbg-ev-aboutofabout-stats{max-width:600px;margin:8px auto 0}.gbg-ev-aboutofabout-image{max-height:420px}}@media screen and (min-width:480px)and (max-width:767px){.gbg-ev-aboutofabout-section{padding:50px 0}.gbg-ev-aboutofabout-mobile-header{margin-bottom:28px;padding:0 20px}.gbg-ev-aboutofabout-mobile-header .gbg-ev-aboutofabout-tag{padding:8px 18px;font-size:11px}.gbg-ev-aboutofabout-mobile-header .gbg-ev-aboutofabout-heading{font-size:30px}.gbg-ev-aboutofabout-container{padding:0 20px}.gbg-ev-aboutofabout-right{max-width:100%;margin-bottom:28px}.gbg-ev-aboutofabout-text{margin-bottom:14px;font-size:14px;line-height:1.75}.gbg-ev-aboutofabout-text-final{font-size:15px}.gbg-ev-aboutofabout-stats{gap:10px}.gbg-ev-aboutofabout-stat-item{border-radius:12px;padding:18px 12px}.gbg-ev-aboutofabout-stat-value{font-size:22px}.gbg-ev-aboutofabout-stat-label{font-size:11px}.gbg-ev-aboutofabout-image{border-radius:14px;max-height:340px}.gbg-ev-aboutofabout-image-border{border-radius:18px;top:-10px;bottom:10px;left:-10px;right:10px}.gbg-ev-aboutofabout-image-badge{padding:10px 16px;font-size:12px;bottom:18px;right:10px}.gbg-ev-aboutofabout-divider{width:80px;height:3px;margin:24px auto}.gbg-ev-aboutofabout-bottom-accent{width:50px;height:50px;margin-top:40px}}@media screen and (min-width:375px)and (max-width:479px){.gbg-ev-aboutofabout-section{padding:45px 0}.gbg-ev-aboutofabout-mobile-header{margin-bottom:24px;padding:0 16px}.gbg-ev-aboutofabout-topline{width:120px}.gbg-ev-aboutofabout-mobile-header .gbg-ev-aboutofabout-tag{gap:8px;margin-bottom:16px;padding:8px 16px;font-size:10px}.gbg-ev-aboutofabout-mobile-header .gbg-ev-aboutofabout-tag-dot{width:6px;height:6px}.gbg-ev-aboutofabout-mobile-header .gbg-ev-aboutofabout-heading{font-size:26px;line-height:1.25}.gbg-ev-aboutofabout-container{padding:0 16px}.gbg-ev-aboutofabout-right{max-width:100%;margin-bottom:24px}.gbg-ev-aboutofabout-text{text-align:center;margin-bottom:12px;font-size:13px;font-weight:500;line-height:1.75}.gbg-ev-aboutofabout-text-final{text-align:center;padding-top:12px;font-size:14px}.gbg-ev-aboutofabout-divider{width:70px;height:3px;margin:22px auto}.gbg-ev-aboutofabout-stats{grid-template-columns:repeat(2,1fr);gap:8px}.gbg-ev-aboutofabout-stat-item{border-radius:10px;padding:16px 10px}.gbg-ev-aboutofabout-stat-icon svg{width:18px;height:18px}.gbg-ev-aboutofabout-stat-value{margin-bottom:4px;font-size:20px}.gbg-ev-aboutofabout-stat-label{letter-spacing:.04em;font-size:10px}.gbg-ev-aboutofabout-stat-line{width:24px;margin-top:8px}.gbg-ev-aboutofabout-image{border-radius:12px;max-height:280px}.gbg-ev-aboutofabout-image-border{border-width:2px;border-radius:14px;top:-8px;bottom:8px;left:-8px;right:8px}.gbg-ev-aboutofabout-image-glow{filter:blur(20px);border-radius:14px;top:10px;bottom:-10px;left:10px;right:-10px}.gbg-ev-aboutofabout-image-badge{border-width:1.5px;padding:8px 14px;font-size:11px;bottom:14px;right:8px}.gbg-ev-aboutofabout-bottom-accent{width:45px;height:45px;margin-top:35px}.gbg-ev-aboutofabout-bottom-accent:before{width:12px;height:12px}}@media screen and (max-width:374px){.gbg-ev-aboutofabout-section{padding:40px 0}.gbg-ev-aboutofabout-mobile-header{margin-bottom:20px;padding:0 14px}.gbg-ev-aboutofabout-mobile-header .gbg-ev-aboutofabout-tag{letter-spacing:.1em;margin-bottom:14px;padding:6px 14px;font-size:10px}.gbg-ev-aboutofabout-mobile-header .gbg-ev-aboutofabout-heading{margin-bottom:0;font-size:24px;line-height:1.25}.gbg-ev-aboutofabout-container{padding:0 14px}.gbg-ev-aboutofabout-right{max-width:100%;margin-bottom:20px}.gbg-ev-aboutofabout-text{text-align:center;margin-bottom:10px;font-size:12px;font-weight:500;line-height:1.7}.gbg-ev-aboutofabout-text-final{text-align:center;font-size:13px}.gbg-ev-aboutofabout-stats{grid-template-columns:1fr 1fr;gap:8px}.gbg-ev-aboutofabout-stat-item{border-radius:8px;padding:14px 8px}.gbg-ev-aboutofabout-stat-icon svg{width:16px;height:16px}.gbg-ev-aboutofabout-stat-value{font-size:18px}.gbg-ev-aboutofabout-stat-label{font-size:9px}.gbg-ev-aboutofabout-image{max-height:240px}.gbg-ev-aboutofabout-image-badge{padding:6px 12px;font-size:10px;bottom:12px;right:6px}.gbg-ev-aboutofabout-divider{transform-origin:50%;margin:18px auto}}@media screen and (max-height:500px)and (orientation:landscape)and (max-width:1023px){.gbg-ev-aboutofabout-section{padding:40px 0}.gbg-ev-aboutofabout-mobile-header{margin-bottom:20px}.gbg-ev-aboutofabout-mobile-header .gbg-ev-aboutofabout-heading{font-size:24px}.gbg-ev-aboutofabout-container{flex-direction:row;align-items:flex-start;gap:30px;padding:0 24px}.gbg-ev-aboutofabout-left{text-align:left;max-width:55%}.gbg-ev-aboutofabout-right{flex:0 0 40%;order:0;max-width:40%;margin-bottom:0;position:relative;top:0}.gbg-ev-aboutofabout-text{text-align:left;font-size:12px}.gbg-ev-aboutofabout-divider{transform-origin:0;margin:20px 0}.gbg-ev-aboutofabout-stats{grid-template-columns:repeat(4,1fr);gap:10px}.gbg-ev-aboutofabout-image{max-height:260px}}@media(prefers-reduced-motion:reduce){.gbg-ev-aboutofabout-tag-dot,.gbg-ev-aboutofabout-bottom-accent:before{animation:none}.gbg-ev-aboutofabout-image-wrapper:hover .gbg-ev-aboutofabout-image{transform:none}.gbg-ev-aboutofabout-image-wrapper:hover .gbg-ev-aboutofabout-image-border{top:-14px;bottom:14px;left:-14px;right:14px}}@media(prefers-contrast:high){.gbg-ev-aboutofabout-stat-item,.gbg-ev-aboutofabout-tag{border-width:2px}.gbg-ev-aboutofabout-image-border{border-width:3px}}.gbg-ev-aboutofabout-link{color:#e48b07;font-weight:700;text-decoration:none;transition:all .3s;position:relative}.gbg-ev-aboutofabout-link:after{content:"";background:linear-gradient(90deg,#0ea5e9,#22c55e);width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.gbg-ev-aboutofabout-link:hover{color:#0238cc}.gbg-ev-aboutofabout-link:hover:after{width:100%}.gbgx-flip-section{box-sizing:border-box;background:#fff;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:60px 16px;display:flex;position:relative;overflow:hidden}.gbgx-flip-heading{text-align:center;opacity:0;margin-bottom:28px;transform:translateY(60px)}.gbgx-flip-sub-heading{letter-spacing:2.5px;text-transform:uppercase;color:#f97015;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.gbgx-flip-heading h2{color:#111;margin:0;font-size:clamp(26px,4vw,38px);font-weight:800;line-height:1.15}.gbgx-flip-gradient-text{background:linear-gradient(90deg,#f97316,#ef4444);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gbgx-flip-card-container{perspective:1200px;justify-content:center;align-items:center;gap:0;width:40%;max-width:1200px;display:flex}.gbgx-flip-card{aspect-ratio:5/7;width:100%;transform-style:preserve-3d;flex-grow:1;flex-shrink:1;min-width:0;position:relative}.gbgx-flip-card-face{-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:inherit;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.gbgx-flip-front img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.gbgx-flip-back{text-align:center;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;padding:20px;display:flex;transform:rotateY(180deg)}.gbgx-flip-card:first-child .gbgx-flip-back{background:#f97015}.gbgx-flip-card:nth-child(2) .gbgx-flip-back{background:#141414}.gbgx-flip-card:nth-child(3) .gbgx-flip-back{background:#f9a91f}.gbgx-flip-card-index{opacity:.2;color:#fff;font-size:clamp(32px,4vw,48px);font-weight:800;line-height:1;position:absolute;top:10px;left:10px}.gbgx-flip-back h3{color:#fff;margin:0 0 8px;font-size:clamp(16px,2vw,22px);font-weight:700;line-height:1.2}.gbgx-flip-back p{color:#ffffffd9;max-width:200px;margin:0;font-size:clamp(12px,1.2vw,14px);line-height:1.5}@media(max-width:359px){.gbgx-flip-section{min-height:auto;padding:40px 10px}.gbgx-flip-heading{margin-bottom:20px}.gbgx-flip-heading h2{font-size:22px}.gbgx-flip-sub-heading{letter-spacing:1.5px;font-size:11px}.gbgx-flip-card-container{flex-direction:column;gap:12px;width:100%}.gbgx-flip-card{aspect-ratio:16/10;max-height:180px;border-radius:12px!important}.gbgx-flip-back{padding:12px}.gbgx-flip-back h3{font-size:14px}.gbgx-flip-back p{max-width:160px;font-size:11px}}@media(min-width:360px)and (max-width:479px){.gbgx-flip-section{min-height:auto;padding:45px 12px}.gbgx-flip-heading{margin-bottom:22px}.gbgx-flip-heading h2{font-size:24px}.gbgx-flip-sub-heading{font-size:12px}.gbgx-flip-card-container{flex-direction:column;gap:14px;width:100%}.gbgx-flip-card{aspect-ratio:16/10;max-height:200px;border-radius:14px!important}.gbgx-flip-back{padding:14px}.gbgx-flip-back h3{font-size:15px}.gbgx-flip-back p{font-size:12px}}@media(min-width:480px)and (max-width:767px){.gbgx-flip-section{min-height:auto;padding:50px 16px}.gbgx-flip-heading{margin-bottom:24px}.gbgx-flip-heading h2{font-size:26px}.gbgx-flip-card-container{flex-direction:column;gap:16px;width:100%;max-width:420px}.gbgx-flip-card{aspect-ratio:16/10;max-height:240px;border-radius:16px!important}.gbgx-flip-back{padding:16px}.gbgx-flip-back h3{font-size:16px}.gbgx-flip-back p{font-size:13px}}@media(min-width:768px)and (max-width:1023px){.gbgx-flip-section{padding:60px 24px}.gbgx-flip-heading{margin-bottom:30px}.gbgx-flip-heading h2{font-size:30px}.gbgx-flip-card-container{gap:12px;width:85%}.gbgx-flip-card{aspect-ratio:4/5}.gbgx-flip-back{padding:16px}.gbgx-flip-back h3{font-size:17px}.gbgx-flip-back p{font-size:12px}}@media(min-width:1024px)and (max-width:1279px){.gbgx-flip-section{padding:70px 32px}.gbgx-flip-heading{margin-bottom:32px}.gbgx-flip-heading h2{font-size:34px}.gbgx-flip-card-container{gap:14px;width:75%}.gbgx-flip-card{aspect-ratio:5/7}.gbgx-flip-back{padding:18px}.gbgx-flip-back h3{font-size:19px}.gbgx-flip-back p{font-size:13px}}@media(min-width:1280px)and (max-width:1535px){.gbgx-flip-section{padding:80px 40px}.gbgx-flip-heading{margin-bottom:34px}.gbgx-flip-heading h2{font-size:36px}.gbgx-flip-card-container{gap:16px;width:65%}.gbgx-flip-card{aspect-ratio:5/7}.gbgx-flip-back{padding:20px}.gbgx-flip-back h3{font-size:20px}.gbgx-flip-back p{font-size:13.5px}}@media(min-width:1536px)and (max-width:1919px){.gbgx-flip-section{padding:90px 48px}.gbgx-flip-heading{margin-bottom:36px}.gbgx-flip-heading h2{font-size:38px}.gbgx-flip-card-container{gap:18px;width:60%;max-width:1100px}.gbgx-flip-card{aspect-ratio:5/7}}@media(min-width:1920px){.gbgx-flip-section{padding:100px 64px}.gbgx-flip-heading{margin-bottom:40px}.gbgx-flip-heading h2{font-size:42px}.gbgx-flip-card-container{gap:20px;width:55%;max-width:1300px}.gbgx-flip-card{aspect-ratio:5/7;max-height:520px}.gbgx-flip-back h3{font-size:24px}.gbgx-flip-back p{max-width:260px;font-size:15px}}@media(min-width:2560px){.gbgx-flip-section{padding:120px 80px}.gbgx-flip-heading h2{font-size:48px}.gbgx-flip-card-container{gap:24px;width:50%;max-width:1600px}.gbgx-flip-card{max-height:600px}.gbgx-flip-back h3{font-size:28px}.gbgx-flip-back p{max-width:300px;font-size:17px}}.gbgev-mv-section{background:#fff;width:100%;padding:80px 0;position:relative;overflow:hidden}.gbgev-mv-container{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.gbgev-mv-section-header{text-align:center;margin-bottom:60px}.gbgev-mv-section-title{color:#000;letter-spacing:-.02em;margin:0;font-size:36px;font-weight:800;line-height:1.2}.gbgev-mv-cards-grid{grid-template-columns:repeat(2,1fr);gap:32px;width:100%;display:grid}.gbgev-mv-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:40px 36px;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden}.gbgev-mv-card:hover{border-color:#bfdbfe;transform:translateY(-6px);box-shadow:0 20px 50px #0066ff14}.gbgev-mv-card-top{margin-bottom:24px}.gbgev-mv-icon-wrap{background:linear-gradient(135deg,#f973161a,#0066ff1a);border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.gbgev-mv-icon{color:#f97316;width:28px;height:28px}.gbgev-mv-card-body{z-index:1;position:relative}.gbgev-mv-heading{text-align:left;color:#0f172a;letter-spacing:-.02em;margin:0 0 16px;font-size:32px;font-weight:800;line-height:1.2}.gbgev-mv-char{display:inline-block}.gbgev-mv-highlight-wrapper{display:inline-block;position:relative}.gbgev-mv-highlight-char{color:#f97316;display:inline-block}.gbgev-mv-text-wrap{margin-top:20px}.gbgev-mv-content{text-align:left;color:#64748b;margin:0;font-size:16px;font-weight:400;line-height:1.8}@media screen and (min-width:3840px){.gbgev-mv-section{padding:140px 0}.gbgev-mv-container{max-width:2000px;padding:0 120px}.gbgev-mv-section-header{margin-bottom:100px}.gbgev-mv-section-title{font-size:64px}.gbgev-mv-cards-grid{gap:60px}.gbgev-mv-card{border-radius:32px;padding:72px 64px}.gbgev-mv-icon-wrap{border-radius:22px;width:88px;height:88px}.gbgev-mv-icon{width:44px;height:44px}.gbgev-mv-heading{margin-bottom:28px;font-size:52px}.gbgev-mv-text-wrap{margin-top:32px}.gbgev-mv-content{font-size:24px;line-height:2}}@media screen and (min-width:2560px)and (max-width:3839px){.gbgev-mv-section{padding:120px 0}.gbgev-mv-container{max-width:1800px;padding:0 100px}.gbgev-mv-section-header{margin-bottom:90px}.gbgev-mv-section-title{font-size:56px}.gbgev-mv-cards-grid{gap:52px}.gbgev-mv-card{border-radius:28px;padding:64px 56px}.gbgev-mv-icon-wrap{border-radius:20px;width:80px;height:80px}.gbgev-mv-icon{width:40px;height:40px}.gbgev-mv-heading{margin-bottom:24px;font-size:48px}.gbgev-mv-text-wrap{margin-top:28px}.gbgev-mv-content{font-size:22px;line-height:1.95}}@media screen and (min-width:1920px)and (max-width:2559px){.gbgev-mv-section{padding:100px 0}.gbgev-mv-container{max-width:1400px;padding:0 60px}.gbgev-mv-section-header{margin-bottom:70px}.gbgev-mv-section-title{font-size:46px}.gbgev-mv-cards-grid{gap:40px}.gbgev-mv-card{padding:48px 40px}.gbgev-mv-icon-wrap{width:64px;height:64px}.gbgev-mv-icon{width:32px;height:32px}.gbgev-mv-heading{font-size:38px}.gbgev-mv-content{font-size:18px}}@media screen and (min-width:1536px)and (max-width:1919px){.gbgev-mv-container{max-width:1300px;padding:0 50px}.gbgev-mv-section-title{font-size:42px}.gbgev-mv-cards-grid{gap:36px}.gbgev-mv-card{padding:44px 38px}.gbgev-mv-heading{font-size:36px}.gbgev-mv-content{font-size:17px}}@media screen and (min-width:1280px)and (max-width:1535px){.gbgev-mv-section{padding:90px 0}.gbgev-mv-container{max-width:1100px;padding:0 40px}.gbgev-mv-section-header{margin-bottom:50px}.gbgev-mv-section-title{font-size:40px}.gbgev-mv-cards-grid{gap:32px}.gbgev-mv-card{padding:40px 36px}.gbgev-mv-heading{font-size:34px}.gbgev-mv-content{font-size:16px}}@media screen and (min-width:1024px)and (max-width:1279px){.gbgev-mv-section{padding:80px 0}.gbgev-mv-container{padding:0 32px}.gbgev-mv-section-header{margin-bottom:48px}.gbgev-mv-section-title{font-size:36px}.gbgev-mv-cards-grid{gap:28px}.gbgev-mv-card{border-radius:18px;padding:36px 32px}.gbgev-mv-icon-wrap{border-radius:12px;width:52px;height:52px}.gbgev-mv-icon{width:26px;height:26px}.gbgev-mv-heading{font-size:30px}.gbgev-mv-text-wrap{margin-top:18px}.gbgev-mv-content{font-size:15px;line-height:1.8}}@media screen and (min-width:900px)and (max-width:1023px){.gbgev-mv-section{padding:75px 0}.gbgev-mv-container{padding:0 30px}.gbgev-mv-section-title{font-size:34px}.gbgev-mv-cards-grid{gap:26px}.gbgev-mv-card{padding:34px 30px}.gbgev-mv-heading{font-size:29px}.gbgev-mv-content{font-size:15px}}@media screen and (min-width:768px)and (max-width:899px){.gbgev-mv-section{padding:70px 0}.gbgev-mv-container{padding:0 28px}.gbgev-mv-section-header{margin-bottom:44px}.gbgev-mv-section-title{font-size:32px}.gbgev-mv-cards-grid{gap:24px}.gbgev-mv-card{border-radius:16px;padding:32px 28px}.gbgev-mv-icon-wrap{border-radius:12px;width:48px;height:48px}.gbgev-mv-icon{width:24px;height:24px}.gbgev-mv-heading{margin-bottom:14px;font-size:28px}.gbgev-mv-text-wrap{margin-top:16px}.gbgev-mv-content{font-size:14px;line-height:1.75}}@media screen and (min-width:640px)and (max-width:767px){.gbgev-mv-section{padding:65px 0}.gbgev-mv-container{padding:0 24px}.gbgev-mv-section-header{margin-bottom:42px}.gbgev-mv-section-title{font-size:30px}.gbgev-mv-cards-grid{grid-template-columns:1fr;gap:22px}.gbgev-mv-card{border-radius:16px;padding:30px 26px}.gbgev-mv-icon-wrap{width:46px;height:46px}.gbgev-mv-icon{width:23px;height:23px}.gbgev-mv-heading{text-align:center;margin-bottom:14px;font-size:27px}.gbgev-mv-text-wrap{margin-top:16px}.gbgev-mv-content{text-align:center;font-size:14px;line-height:1.75}}@media screen and (min-width:480px)and (max-width:639px){.gbgev-mv-section{padding:60px 0}.gbgev-mv-container{padding:0 22px}.gbgev-mv-section-header{margin-bottom:40px}.gbgev-mv-section-title{font-size:28px}.gbgev-mv-cards-grid{grid-template-columns:1fr;gap:24px}.gbgev-mv-card{border-radius:16px;padding:32px 28px}.gbgev-mv-icon-wrap{width:48px;height:48px}.gbgev-mv-icon{width:24px;height:24px}.gbgev-mv-heading{text-align:center;margin-bottom:14px;font-size:26px}.gbgev-mv-text-wrap{margin-top:16px}.gbgev-mv-content{text-align:center;font-size:14px;line-height:1.75}}@media screen and (min-width:375px)and (max-width:479px){.gbgev-mv-section{padding:50px 0}.gbgev-mv-container{padding:0 18px}.gbgev-mv-section-header{margin-bottom:36px}.gbgev-mv-section-title{margin-bottom:12px;font-size:26px}.gbgev-mv-cards-grid{grid-template-columns:1fr;gap:20px}.gbgev-mv-card{border-radius:14px;padding:28px 22px}.gbgev-mv-icon-wrap{border-radius:10px;width:44px;height:44px}.gbgev-mv-icon{width:22px;height:22px}.gbgev-mv-heading{text-align:center;margin-bottom:12px;font-size:24px}.gbgev-mv-text-wrap{margin-top:14px}.gbgev-mv-content{text-align:center;font-size:13px;line-height:1.7}}@media screen and (min-width:320px)and (max-width:374px){.gbgev-mv-section{padding:45px 0}.gbgev-mv-container{padding:0 14px}.gbgev-mv-section-header{margin-bottom:32px}.gbgev-mv-section-title{margin-bottom:10px;font-size:22px}.gbgev-mv-cards-grid{grid-template-columns:1fr;gap:18px}.gbgev-mv-card{border-radius:12px;padding:24px 18px}.gbgev-mv-icon-wrap{border-radius:10px;width:40px;height:40px}.gbgev-mv-icon{width:20px;height:20px}.gbgev-mv-heading{text-align:center;margin-bottom:10px;font-size:22px}.gbgev-mv-text-wrap{margin-top:12px}.gbgev-mv-content{text-align:center;font-size:12px;line-height:1.7}}@media screen and (min-width:280px)and (max-width:319px){.gbgev-mv-section{padding:40px 0}.gbgev-mv-container{padding:0 12px}.gbgev-mv-section-header{margin-bottom:28px}.gbgev-mv-section-title{font-size:20px}.gbgev-mv-cards-grid{grid-template-columns:1fr;gap:16px}.gbgev-mv-card{border-radius:10px;padding:20px 16px}.gbgev-mv-icon-wrap{border-radius:8px;width:36px;height:36px}.gbgev-mv-icon{width:18px;height:18px}.gbgev-mv-heading{text-align:center;margin-bottom:10px;font-size:20px}.gbgev-mv-text-wrap{margin-top:10px}.gbgev-mv-content{text-align:center;font-size:11px;line-height:1.65}}@media screen and (max-height:500px)and (orientation:landscape)and (max-width:1023px){.gbgev-mv-section{padding:40px 0}.gbgev-mv-section-header{margin-bottom:30px}.gbgev-mv-section-title{font-size:24px}.gbgev-mv-cards-grid{grid-template-columns:repeat(2,1fr);gap:20px}.gbgev-mv-card{padding:24px 20px}.gbgev-mv-heading{text-align:left;margin-bottom:10px;font-size:22px}.gbgev-mv-text-wrap{margin-top:14px}.gbgev-mv-content{text-align:left;font-size:13px}}@media(prefers-reduced-motion:reduce){.gbgev-mv-char,.gbgev-mv-highlight-char,.gbgev-mv-content,.gbgev-mv-card,.gbgev-mv-section-header{transition:none!important;animation:none!important}}.gbgev-journey-section{background:#fff;width:100%;padding:100px 24px;position:relative;overflow:hidden}.gbgev-journey-section:before{content:"";background:linear-gradient(90deg,#0000,#f97316,#06f,#0000);border-radius:0 0 4px 4px;width:200px;height:4px;position:absolute;top:0;left:50%;transform:translate(-50%)}.gbgev-journey-bg-decorations{pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0}.gbgev-journey-top-border{background:linear-gradient(90deg,#0000,#f9731633,#0000);width:100%;height:1px;position:absolute;top:0;left:0}.gbgev-journey-bg-blur{filter:blur(60px);border-radius:50%;position:absolute}.gbgev-journey-bg-blur-1{background:linear-gradient(to bottom right,#f973160a,#0000);width:600px;height:600px;top:20%;right:0}.gbgev-journey-bg-blur-2{background:linear-gradient(to top right,#0066ff08,#0000);width:500px;height:500px;top:50%;left:0}.gbgev-journey-bg-blur-3{background:linear-gradient(to bottom left,#f9731608,#0000);width:400px;height:400px;bottom:20%;right:10%}.gbgev-journey-container{z-index:10;max-width:1200px;margin:0 auto;position:relative}.gbgev-journey-header-container{text-align:center;margin-bottom:80px}.gbgev-journey-header-badge{background:#f973160f;border:1px solid #f9731626;border-radius:50px;align-items:center;gap:8px;margin-bottom:24px;padding:10px 24px;display:inline-flex}.gbgev-journey-pulse-dot{background:#f97316;border-radius:50%;width:8px;height:8px;animation:2s infinite gbgev-journey-pulse}@keyframes gbgev-journey-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.gbgev-journey-header-badge-text{color:#f97316;letter-spacing:.15em;text-transform:uppercase;font-size:13px;font-weight:700}.gbgev-journey-split-heading{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:48px;font-weight:800;line-height:1.15}.gbgev-journey-char{display:inline-block}.gbgev-journey-char-highlight{background:linear-gradient(90deg,#f97316,#06f);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gbgev-journey-header-description{color:#475569;max-width:600px;margin-top:24px;margin-left:auto;margin-right:auto;font-size:17px;font-weight:400;line-height:1.8}.gbgev-journey-header-line{background:linear-gradient(90deg,#0000,#f97316,#06f,#0000);border-radius:2px;height:3px;margin-top:32px;margin-left:auto;margin-right:auto}.gbgev-journey-stats-grid{grid-template-columns:repeat(4,1fr);gap:20px;max-width:900px;margin:0 auto 80px;display:grid}.gbgev-journey-stat-card{text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f9731608;border:1px solid #f973161a;border-radius:16px;padding:28px 20px;transition:all .5s;position:relative;overflow:hidden}.gbgev-journey-stat-card:hover{border-color:#f9731640;transform:translateY(-4px);box-shadow:0 12px 32px #f973161a}.gbgev-journey-stat-card-bg{opacity:0;background:linear-gradient(#f973160d,#0000);border-radius:16px;transition:opacity .5s;position:absolute;top:0;bottom:0;left:0;right:0}.gbgev-journey-stat-card:hover .gbgev-journey-stat-card-bg{opacity:1}.gbgev-journey-stat-value{background:linear-gradient(135deg,#f97316,#06f);-webkit-text-fill-color:transparent;z-index:10;-webkit-background-clip:text;background-clip:text;margin:0;font-size:32px;font-weight:800;position:relative}.gbgev-journey-stat-label{color:#64748b;z-index:10;text-transform:uppercase;letter-spacing:.05em;margin-top:8px;font-size:13px;font-weight:600;position:relative}.gbgev-journey-timeline-container{max-width:1100px;margin:0 auto;position:relative}.gbgev-journey-desktop-line{width:3px;display:none;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.gbgev-journey-desktop-line-bg{background:#cbd5e166;width:100%;height:100%}.gbgev-journey-desktop-line-progress{background:linear-gradient(#f97316,#06f,#f9731633);border-radius:999px;width:100%;height:0%;position:absolute;top:0;left:0}.gbgev-journey-mobile-line{background:linear-gradient(#f97316,#0066ff80,#f973161a);border-radius:999px;width:3px;position:absolute;top:0;bottom:0;left:24px}.gbgev-journey-milestones-container{flex-direction:column;gap:48px;display:flex}.gbgev-journey-milestone-wrapper{padding-left:60px;position:relative}.gbgev-journey-mobile-dot{z-index:10;position:absolute;top:32px;left:16px}.gbgev-journey-mobile-dot-inner{border:3px solid #fff;border-radius:50%;width:20px;height:20px;box-shadow:0 0 15px #f973164d}.gbgev-journey-milestone-container{align-items:center;width:100%;display:flex}.gbgev-journey-milestone-card{width:100%}.gbgev-journey-milestone-card-inner{cursor:default;position:relative}.gbgev-journey-card-glow{opacity:0;filter:blur(32px);border-radius:24px;transition:all .7s;position:absolute;top:-12px;bottom:-12px;left:-12px;right:-12px}.gbgev-journey-milestone-card-inner:hover .gbgev-journey-card-glow{opacity:.5}.gbgev-journey-card-content{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff;border:1px solid #e2e8f0cc;border-radius:16px;transition:all .7s;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000f}.gbgev-journey-milestone-card-inner:hover .gbgev-journey-card-content{transform:translateY(-6px);box-shadow:0 16px 48px #f973161f}.gbgev-journey-card-accent-bar{width:100%;height:4px}.gbgev-journey-card-padding{padding:28px 24px}.gbgev-journey-card-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.gbgev-journey-card-icon-container{align-items:center;gap:12px;display:flex}.gbgev-journey-card-icon-wrap{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.gbgev-journey-year-badge{border:1.5px solid;border-radius:50px;align-items:center;padding:8px 16px;font-size:15px;font-weight:700;display:inline-flex}.gbgev-journey-card-number{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:14px;font-weight:800;display:flex}.gbgev-journey-card-title{color:#0f172a;margin-bottom:12px;font-size:22px;font-weight:700;line-height:1.3}.gbgev-journey-card-description{color:#475569;margin-bottom:20px;font-size:15px;font-weight:400;line-height:1.75}.gbgev-journey-card-stats{border-top:1px solid #e2e8f0cc;align-items:center;gap:10px;padding-top:16px;display:flex}.gbgev-journey-stats-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s infinite gbgev-journey-pulse}.gbgev-journey-stats-text{letter-spacing:.02em;font-size:13px;font-weight:600}.gbgev-journey-desktop-dot{z-index:20;display:none;position:absolute;left:50%;transform:translate(-50%)}.gbgev-journey-desktop-dot-inner{position:relative}.gbgev-journey-desktop-dot-main{border:3px solid #fff;border-radius:50%;width:20px;height:20px;box-shadow:0 0 25px #f9731666}.gbgev-journey-desktop-dot-pulse{border:2px solid #f973164d;border-radius:50%;position:absolute;top:-8px;bottom:-8px;left:-8px;right:-8px}.gbgev-journey-desktop-dot-glow{border:1px solid #f9731626;border-radius:50%;position:absolute;top:-16px;bottom:-16px;left:-16px;right:-16px}.gbgev-journey-year-label{display:none;position:absolute;top:50%;transform:translateY(-50%)}.gbgev-journey-year-label-text{color:#0f172a;-webkit-user-select:none;user-select:none;font-size:80px;font-weight:900;line-height:1}.gbgev-journey-timeline-end{z-index:20;display:none;position:absolute;bottom:-16px;left:50%;transform:translate(-50%)}.gbgev-journey-timeline-end-inner{color:#fff;background:linear-gradient(135deg,#f97316,#06f);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex;box-shadow:0 0 30px #f9731666}.gbgev-journey-cta-container{text-align:center;margin-top:80px}.gbgev-journey-cta-text{color:#475569;max-width:500px;margin:0 auto 24px;font-size:17px;line-height:1.7}.gbgev-journey-cta-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316,#06f);border:none;border-radius:50px;align-items:center;gap:10px;padding:14px 32px;font-size:16px;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 10px 40px #f9731640}.gbgev-journey-cta-button:hover{transform:scale(1.05);box-shadow:0 20px 60px #f9731659}@media screen and (min-width:1024px){.gbgev-journey-desktop-line{display:block}.gbgev-journey-mobile-line,.gbgev-journey-mobile-dot{display:none}.gbgev-journey-desktop-dot{display:flex}.gbgev-journey-year-label{display:block}.gbgev-journey-timeline-end{display:flex}.gbgev-journey-milestone-wrapper{padding-left:0}.gbgev-journey-milestone-card{width:46%}.gbgev-journey-milestone-card.gbgev-journey-left{margin-right:auto;padding-right:32px}.gbgev-journey-milestone-card.gbgev-journey-right{margin-left:auto;padding-left:32px}.gbgev-journey-milestone-container.gbgev-journey-left{justify-content:flex-start}.gbgev-journey-milestone-container.gbgev-journey-right{justify-content:flex-end}.gbgev-journey-year-label.gbgev-journey-left{right:16px}.gbgev-journey-year-label.gbgev-journey-right{left:16px}}@media screen and (min-width:2560px){.gbgev-journey-section{padding:140px 80px}.gbgev-journey-section:before{width:280px;height:5px}.gbgev-journey-container{max-width:1600px}.gbgev-journey-header-container{margin-bottom:100px}.gbgev-journey-split-heading{font-size:64px}.gbgev-journey-header-description{max-width:700px;font-size:21px}.gbgev-journey-stats-grid{gap:28px;max-width:1100px;margin-bottom:100px}.gbgev-journey-stat-card{padding:36px 28px}.gbgev-journey-stat-value{font-size:40px}.gbgev-journey-stat-label{font-size:15px}.gbgev-journey-milestones-container{gap:64px}.gbgev-journey-card-padding{padding:36px 32px}.gbgev-journey-card-title{font-size:26px}.gbgev-journey-card-description{font-size:17px}.gbgev-journey-year-label-text{font-size:100px}.gbgev-journey-cta-container{margin-top:100px}.gbgev-journey-cta-text{max-width:600px;font-size:19px}.gbgev-journey-cta-button{padding:16px 40px;font-size:18px}}@media screen and (min-width:1920px)and (max-width:2559px){.gbgev-journey-section{padding:120px 60px}.gbgev-journey-container{max-width:1400px}.gbgev-journey-split-heading{font-size:56px}.gbgev-journey-header-description{font-size:19px}.gbgev-journey-stats-grid{gap:24px}.gbgev-journey-stat-value{font-size:36px}.gbgev-journey-milestones-container{gap:56px}.gbgev-journey-card-title{font-size:24px}.gbgev-journey-card-description{font-size:16px}.gbgev-journey-year-label-text{font-size:90px}}@media screen and (min-width:1536px)and (max-width:1919px){.gbgev-journey-container{max-width:1300px}.gbgev-journey-split-heading{font-size:52px}.gbgev-journey-stat-value{font-size:34px}.gbgev-journey-year-label-text{font-size:85px}}@media screen and (min-width:1280px)and (max-width:1535px){.gbgev-journey-section{padding:90px 40px}.gbgev-journey-container{max-width:1100px}.gbgev-journey-header-container{margin-bottom:70px}.gbgev-journey-split-heading{font-size:44px}.gbgev-journey-header-description{font-size:16px}.gbgev-journey-stats-grid{gap:18px;margin-bottom:70px}.gbgev-journey-stat-value{font-size:30px}.gbgev-journey-milestones-container{gap:44px}.gbgev-journey-card-padding{padding:24px 20px}.gbgev-journey-card-title{font-size:20px}.gbgev-journey-year-label-text{font-size:72px}.gbgev-journey-cta-container{margin-top:70px}}@media screen and (min-width:1024px)and (max-width:1279px){.gbgev-journey-section{padding:80px 32px}.gbgev-journey-header-container{margin-bottom:60px}.gbgev-journey-split-heading{font-size:40px}.gbgev-journey-header-description{max-width:500px;font-size:15px}.gbgev-journey-stats-grid{grid-template-columns:repeat(2,1fr);gap:16px;max-width:500px;margin-bottom:60px}.gbgev-journey-stat-card{padding:24px 16px}.gbgev-journey-stat-value{font-size:28px}.gbgev-journey-milestones-container{gap:40px}.gbgev-journey-card-padding{padding:24px 20px}.gbgev-journey-card-title{font-size:20px}.gbgev-journey-card-description{font-size:14px}.gbgev-journey-year-label-text{font-size:64px}.gbgev-journey-cta-container{margin-top:60px}.gbgev-journey-cta-text{font-size:15px}}@media screen and (min-width:768px)and (max-width:1023px){.gbgev-journey-section{padding:70px 28px}.gbgev-journey-section:before{width:160px}.gbgev-journey-header-container{margin-bottom:50px}.gbgev-journey-header-badge{margin-bottom:20px;padding:8px 20px}.gbgev-journey-split-heading{font-size:36px}.gbgev-journey-header-description{margin-top:20px;font-size:15px}.gbgev-journey-header-line{margin-top:24px}.gbgev-journey-stats-grid{grid-template-columns:repeat(2,1fr);gap:14px;max-width:450px;margin-bottom:50px}.gbgev-journey-stat-card{border-radius:14px;padding:22px 16px}.gbgev-journey-stat-value{font-size:26px}.gbgev-journey-stat-label{font-size:12px}.gbgev-journey-milestones-container{gap:36px}.gbgev-journey-milestone-wrapper{padding-left:56px}.gbgev-journey-mobile-dot{top:28px;left:14px}.gbgev-journey-mobile-dot-inner{width:18px;height:18px}.gbgev-journey-card-padding{padding:24px 20px}.gbgev-journey-card-icon-wrap{width:40px;height:40px}.gbgev-journey-card-icon-wrap svg{width:20px;height:20px}.gbgev-journey-year-badge{padding:6px 14px;font-size:14px}.gbgev-journey-card-number{width:40px;height:40px;font-size:13px}.gbgev-journey-card-title{margin-bottom:10px;font-size:20px}.gbgev-journey-card-description{margin-bottom:16px;font-size:14px}.gbgev-journey-card-stats{padding-top:14px}.gbgev-journey-cta-container{margin-top:50px}.gbgev-journey-cta-text{margin-bottom:20px;font-size:15px}.gbgev-journey-cta-button{padding:12px 28px;font-size:15px}}@media screen and (min-width:480px)and (max-width:767px){.gbgev-journey-section{padding:60px 20px}.gbgev-journey-section:before{width:140px;height:3px}.gbgev-journey-header-container{margin-bottom:44px}.gbgev-journey-header-badge{margin-bottom:18px;padding:8px 18px}.gbgev-journey-header-badge-text{letter-spacing:.1em;font-size:12px}.gbgev-journey-split-heading{font-size:30px}.gbgev-journey-header-description{max-width:100%;margin-top:18px;font-size:14px}.gbgev-journey-header-line{height:2px;margin-top:20px}.gbgev-journey-stats-grid{grid-template-columns:repeat(2,1fr);gap:12px;max-width:100%;margin-bottom:44px}.gbgev-journey-stat-card{border-radius:12px;padding:20px 14px}.gbgev-journey-stat-value{font-size:24px}.gbgev-journey-stat-label{margin-top:6px;font-size:11px}.gbgev-journey-milestones-container{gap:32px}.gbgev-journey-milestone-wrapper{padding-left:52px}.gbgev-journey-mobile-line{width:2px;left:20px}.gbgev-journey-mobile-dot{top:24px;left:12px}.gbgev-journey-mobile-dot-inner{border-width:2px;width:16px;height:16px}.gbgev-journey-card-padding{padding:20px 18px}.gbgev-journey-card-icon-wrap{border-radius:10px;width:36px;height:36px}.gbgev-journey-card-icon-wrap svg{width:18px;height:18px}.gbgev-journey-year-badge{border-width:1px;padding:6px 12px;font-size:13px}.gbgev-journey-card-number{border-radius:10px;width:36px;height:36px;font-size:12px}.gbgev-journey-card-title{margin-bottom:8px;font-size:18px}.gbgev-journey-card-description{margin-bottom:14px;font-size:13px;line-height:1.7}.gbgev-journey-card-stats{gap:8px;padding-top:12px}.gbgev-journey-stats-dot{width:6px;height:6px}.gbgev-journey-stats-text{font-size:12px}.gbgev-journey-cta-container{margin-top:44px}.gbgev-journey-cta-text{margin-bottom:20px;font-size:14px}.gbgev-journey-cta-button{gap:8px;padding:12px 24px;font-size:14px}}@media screen and (min-width:375px)and (max-width:479px){.gbgev-journey-section{padding:50px 16px}.gbgev-journey-section:before{width:120px}.gbgev-journey-header-container{margin-bottom:40px}.gbgev-journey-header-badge{margin-bottom:16px;padding:6px 16px}.gbgev-journey-pulse-dot{width:6px;height:6px}.gbgev-journey-header-badge-text{font-size:11px}.gbgev-journey-split-heading{font-size:26px}.gbgev-journey-header-description{margin-top:16px;font-size:13px;line-height:1.7}.gbgev-journey-header-line{margin-top:18px;width:160px!important}.gbgev-journey-stats-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:40px}.gbgev-journey-stat-card{border-radius:10px;padding:18px 12px}.gbgev-journey-stat-value{font-size:22px}.gbgev-journey-stat-label{font-size:10px}.gbgev-journey-milestones-container{gap:28px}.gbgev-journey-milestone-wrapper{padding-left:48px}.gbgev-journey-mobile-line{left:18px}.gbgev-journey-mobile-dot{top:22px;left:10px}.gbgev-journey-mobile-dot-inner{width:14px;height:14px}.gbgev-journey-card-padding{padding:18px 16px}.gbgev-journey-card-icon-wrap{border-radius:8px;width:32px;height:32px}.gbgev-journey-card-icon-wrap svg{width:16px;height:16px}.gbgev-journey-year-badge{padding:5px 10px;font-size:12px}.gbgev-journey-card-number{border-radius:8px;width:32px;height:32px;font-size:11px}.gbgev-journey-card-title{margin-bottom:8px;font-size:17px}.gbgev-journey-card-description{margin-bottom:12px;font-size:12px;line-height:1.65}.gbgev-journey-card-stats{padding-top:10px}.gbgev-journey-stats-text{font-size:11px}.gbgev-journey-cta-container{margin-top:40px}.gbgev-journey-cta-text{margin-bottom:16px;font-size:13px}.gbgev-journey-cta-button{padding:10px 22px;font-size:13px}}@media screen and (max-width:374px){.gbgev-journey-section{padding:45px 14px}.gbgev-journey-section:before{width:100px;height:3px}.gbgev-journey-header-container{margin-bottom:36px}.gbgev-journey-header-badge{margin-bottom:14px;padding:6px 14px}.gbgev-journey-header-badge-text{letter-spacing:.1em;font-size:10px}.gbgev-journey-split-heading{font-size:24px}.gbgev-journey-header-description{margin-top:14px;font-size:12px}.gbgev-journey-header-line{margin-top:16px;width:140px!important}.gbgev-journey-stats-grid{grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:36px}.gbgev-journey-stat-card{border-radius:8px;padding:16px 10px}.gbgev-journey-stat-value{font-size:20px}.gbgev-journey-stat-label{font-size:9px}.gbgev-journey-milestones-container{gap:24px}.gbgev-journey-milestone-wrapper{padding-left:44px}.gbgev-journey-mobile-line{left:16px}.gbgev-journey-mobile-dot{top:20px;left:9px}.gbgev-journey-mobile-dot-inner{border-width:2px;width:12px;height:12px}.gbgev-journey-card-padding{padding:16px 14px}.gbgev-journey-card-icon-wrap{border-radius:6px;width:28px;height:28px}.gbgev-journey-card-icon-wrap svg{width:14px;height:14px}.gbgev-journey-year-badge{padding:4px 8px;font-size:11px}.gbgev-journey-card-number{border-radius:6px;width:28px;height:28px;font-size:10px}.gbgev-journey-card-title{margin-bottom:6px;font-size:16px}.gbgev-journey-card-description{margin-bottom:10px;font-size:11px;line-height:1.6}.gbgev-journey-card-stats{gap:6px;padding-top:8px}.gbgev-journey-stats-dot{width:5px;height:5px}.gbgev-journey-stats-text{font-size:10px}.gbgev-journey-cta-container{margin-top:36px}.gbgev-journey-cta-text{margin-bottom:14px;font-size:12px}.gbgev-journey-cta-button{gap:6px;padding:10px 20px;font-size:12px}}@media screen and (max-height:500px)and (orientation:landscape)and (max-width:1023px){.gbgev-journey-section{padding:40px 24px}.gbgev-journey-header-container{margin-bottom:30px}.gbgev-journey-split-heading{font-size:24px}.gbgev-journey-header-description{font-size:13px}.gbgev-journey-stats-grid{grid-template-columns:repeat(4,1fr);gap:10px;max-width:100%;margin-bottom:30px}.gbgev-journey-stat-card{padding:16px 10px}.gbgev-journey-stat-value{font-size:20px}.gbgev-journey-milestones-container{gap:24px}.gbgev-journey-milestone-wrapper{padding-left:48px}.gbgev-journey-card-padding{padding:18px 16px}.gbgev-journey-card-title{font-size:16px}.gbgev-journey-card-description{font-size:12px}.gbgev-journey-cta-container{margin-top:30px}}@media(prefers-reduced-motion:reduce){.gbgev-journey-pulse-dot,.gbgev-journey-stats-dot{animation:none}}.gbgev-about-green-section{background:#fff;width:100%;padding:100px 0;overflow:hidden}.gbgev-about-green-container{box-sizing:border-box;width:100%;max-width:1400px;margin:0 auto;padding:0 60px}.gbgev-about-green-grid-top{grid-template-columns:repeat(2,1fr);gap:30px;max-width:1000px;margin:0 auto 80px;display:grid}.gbgev-about-green-card{will-change:transform;background:#fff;border-radius:24px;height:300px;transition:transform .4s cubic-bezier(.25,.46,.45,.94),box-shadow .4s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden;box-shadow:inset 0 0 0 1.5px #f97316,0 15px 45px #f9731638}.gbgev-about-green-card:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(#fff0,#ffedd514 35%,#fed7aa33 65%,#fb923c59);height:65%;position:absolute;bottom:0;left:0;right:0}.gbgev-about-green-card:after{content:"";pointer-events:none;z-index:1;mix-blend-mode:multiply;background:linear-gradient(#fff0,#fed7aa33,#fed7aa80);height:45%;position:absolute;bottom:0;left:0;right:0}.gbgev-about-green-card:hover{transform:translateY(-8px);box-shadow:inset 0 0 0 1.5px #f97316,0 25px 60px #f9731652}.gbgev-about-green-card-content{z-index:2;box-sizing:border-box;flex-direction:column;align-items:flex-start;height:100%;margin-top:25px;padding:40px 32px;display:flex;position:relative}.gbgev-about-green-number{color:#111827;text-align:left;margin-bottom:14px;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:44px;font-weight:800;line-height:1.1}.gbgev-about-green-text{color:#374151;text-align:left;max-width:60%;margin:0;font-size:20px;font-weight:600;line-height:1.4}.gbgev-about-green-img{object-fit:contain;z-index:2;pointer-events:none;-webkit-user-select:none;user-select:none;position:absolute;bottom:5px;right:-12px}.gbgev-about-green-img-rider{width:330px;height:auto;margin-right:-18px}.gbgev-about-green-img-tree{width:260px;height:auto;margin-right:-12px;bottom:10px}@media screen and (min-width:1024px)and (max-width:1279px){.gbgev-about-green-container{padding:0 40px}.gbgev-about-green-card{height:280px}.gbgev-about-green-card-content{margin-top:20px;padding:32px 26px}.gbgev-about-green-number{font-size:38px}.gbgev-about-green-text{max-width:55%;font-size:18px}.gbgev-about-green-img-rider{height:auto;margin-right:0;bottom:15px;width:220px!important;right:5px!important}.gbgev-about-green-img-tree{height:auto;margin-right:0;bottom:20px;width:180px!important;right:10px!important}.gbgev-about-green-grid-bottom{grid-template-rows:180px 180px;gap:14px}.gbgev-about-green-quote-text{font-size:28px}.gbgev-about-green-section-title{font-size:26px}}@media screen and (min-width:1280px)and (max-width:1439px){.gbgev-about-green-container{padding:0 48px}.gbgev-about-green-card{height:300px}.gbgev-about-green-number{font-size:42px}.gbgev-about-green-text{max-width:58%;font-size:19px}.gbgev-about-green-img-rider{height:auto;margin-right:0;bottom:12px;width:240px!important;right:10px!important}.gbgev-about-green-img-tree{height:auto;margin-right:0;bottom:18px;width:200px!important;right:15px!important}.gbgev-about-green-grid-bottom{grid-template-rows:200px 200px;gap:16px}}@media screen and (min-width:1440px)and (max-width:1919px){.gbgev-about-green-container{max-width:1300px;padding:0 60px}.gbgev-about-green-grid-top{gap:36px;max-width:1100px}.gbgev-about-green-card{height:320px}.gbgev-about-green-number{font-size:46px}.gbgev-about-green-text{max-width:55%;font-size:20px}.gbgev-about-green-img-rider{height:auto;margin-right:0;bottom:10px;width:260px!important;right:15px!important}.gbgev-about-green-img-tree{height:auto;margin-right:0;bottom:15px;width:220px!important;right:20px!important}.gbgev-about-green-grid-bottom{grid-template-rows:240px 240px;gap:20px;max-width:1100px}.gbgev-about-green-section-title{font-size:30px}.gbgev-about-green-quote-text{font-size:32px}}@media screen and (min-width:1920px)and (max-width:2559px){.gbgev-about-green-container{max-width:1500px;padding:0 80px}.gbgev-about-green-grid-top{gap:40px;max-width:1200px}.gbgev-about-green-card{height:340px}.gbgev-about-green-number{font-size:50px}.gbgev-about-green-text{max-width:52%;font-size:21px}.gbgev-about-green-img-rider{height:auto;margin-right:0;bottom:8px;width:280px!important;right:20px!important}.gbgev-about-green-img-tree{height:auto;margin-right:0;bottom:12px;width:240px!important;right:25px!important}.gbgev-about-green-grid-bottom{grid-template-rows:260px 260px;gap:22px;max-width:1200px}.gbgev-about-green-section-title{font-size:32px}.gbgev-about-green-quote-text{font-size:34px}}@media screen and (min-width:2560px){.gbgev-about-green-container{max-width:1800px;padding:0 100px}.gbgev-about-green-grid-top{gap:48px;max-width:1400px}.gbgev-about-green-card{height:380px}.gbgev-about-green-number{font-size:56px}.gbgev-about-green-text{max-width:50%;font-size:24px}.gbgev-about-green-img-rider{height:auto;margin-right:0;bottom:5px;width:320px!important;right:30px!important}.gbgev-about-green-img-tree{height:auto;margin-right:0;bottom:10px;width:280px!important;right:35px!important}.gbgev-about-green-grid-bottom{grid-template-rows:300px 300px;gap:24px;max-width:1400px}.gbgev-about-green-section-title{font-size:36px}.gbgev-about-green-quote-text{font-size:38px}}.gbgev-about-green-heading{text-align:center;margin-bottom:60px;position:relative}.gbgev-about-green-section-title{color:#1f2937;letter-spacing:-.3px;margin-bottom:30px;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:28px;font-weight:500}.gbgev-about-green-quote-box{max-width:900px;margin:0 auto;padding:0 20px;position:relative}.gbgev-about-green-quote-text{color:#333;margin:0;font-family:Georgia,Times New Roman,serif;font-size:32px;font-style:italic;line-height:1.65;position:relative}.gbgev-about-green-quote-mark{color:#e69602;opacity:.5;margin:0 4px;font-family:Georgia,Times New Roman,serif;font-size:64px;line-height:0;position:relative;top:18px}.gbgev-about-green-highlight{color:#df9a05;font-style:italic;font-weight:700;position:relative}.gbgev-about-green-highlight:after{content:"";background:#10b98140;border-radius:2px;height:3px;position:absolute;bottom:2px;left:0;right:0}.gbgev-about-green-quote-author{color:#6b7280;text-align:right;margin-top:24px;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:18px;font-style:normal;font-weight:500}.gbgev-about-green-grid-bottom{grid-template-rows:220px 220px;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1000px;margin:0 auto;display:grid}.gbgev-about-green-big-img{border-radius:24px;grid-area:span 2/span 2;position:relative;overflow:hidden}.gbgev-about-green-big-img img,.gbgev-about-green-small-img img{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.25,.46,.45,.94);display:block}.gbgev-about-green-big-img:hover img,.gbgev-about-green-small-img:hover img{transform:scale(1.06)}.gbgev-about-green-small-img{border-radius:24px;position:relative;overflow:hidden}.gbgev-about-green-co2-box{background:linear-gradient(135deg,#f97316,#ea580c);border-radius:24px;justify-content:center;align-items:center;padding:30px;display:flex;position:relative;overflow:hidden}.gbgev-about-green-co2-box:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff1f,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.gbgev-about-green-co2-content{text-align:center;color:#fff;z-index:1;position:relative}.gbgev-about-green-co2-icon{stroke-width:2px;width:44px;height:44px;margin-bottom:12px}.gbgev-about-green-co2-number{margin-bottom:6px;font-size:32px;font-weight:800;line-height:1.1}.gbgev-about-green-co2-content p{opacity:.9;margin:0;font-size:15px;font-weight:500}@media screen and (max-width:1023px){.gbgev-about-green-container{padding:0 40px}.gbgev-about-green-card{height:280px}.gbgev-about-green-card-content{margin-top:20px;padding:32px 26px}.gbgev-about-green-number{font-size:38px}.gbgev-about-green-text{max-width:55%;font-size:18px}.gbgev-about-green-img-rider{width:280px;margin-right:-14px}.gbgev-about-green-img-tree{width:220px;margin-right:-10px}.gbgev-about-green-grid-bottom{grid-template-rows:180px 180px;gap:14px}.gbgev-about-green-quote-text{font-size:28px}.gbgev-about-green-section-title{font-size:26px}}@media screen and (max-width:767px){.gbgev-about-green-section{padding:70px 0}.gbgev-about-green-container{padding:0 24px}.gbgev-about-green-grid-top{grid-template-columns:1fr;gap:24px;margin-bottom:60px}.gbgev-about-green-card{height:260px}.gbgev-about-green-card-content{margin-top:15px;padding:28px 24px}.gbgev-about-green-number{margin-bottom:10px;font-size:34px}.gbgev-about-green-text{max-width:65%;font-size:17px}.gbgev-about-green-img-rider{width:240px;margin-right:-10px}.gbgev-about-green-img-tree{width:190px;margin-right:-6px}.gbgev-about-green-img{bottom:8px;right:-6px}.gbgev-about-green-heading{margin-bottom:45px}.gbgev-about-green-section-title{margin-bottom:22px;font-size:22px}.gbgev-about-green-quote-text{padding:0;font-size:22px;line-height:1.55}.gbgev-about-green-quote-mark{font-size:48px;top:12px}.gbgev-about-green-quote-author{margin-top:18px;font-size:16px}.gbgev-about-green-grid-bottom{grid-template-rows:auto;grid-template-columns:1fr 1fr;gap:14px}.gbgev-about-green-big-img{grid-area:span 1/span 2;height:280px}.gbgev-about-green-small-img,.gbgev-about-green-co2-box{height:180px}.gbgev-about-green-co2-number{font-size:28px}}@media screen and (max-width:479px){.gbgev-about-green-section{padding:50px 0}.gbgev-about-green-container{padding:0 16px}.gbgev-about-green-grid-top{gap:18px;margin-bottom:45px}.gbgev-about-green-card{border-radius:20px;height:230px}.gbgev-about-green-card-content{margin-top:10px;padding:22px 18px}.gbgev-about-green-number{margin-bottom:8px;font-size:28px}.gbgev-about-green-text{max-width:70%;font-size:15px;line-height:1.35}.gbgev-about-green-img-rider{width:190px;margin-right:-8px;bottom:0}.gbgev-about-green-img-tree{width:160px;margin-right:-4px;bottom:5px}.gbgev-about-green-img{right:-4px}.gbgev-about-green-section-title{margin-bottom:18px;font-size:19px}.gbgev-about-green-quote-box{padding:0 10px}.gbgev-about-green-quote-text{font-size:18px;line-height:1.5}.gbgev-about-green-quote-mark{font-size:40px;top:10px}.gbgev-about-green-quote-author{margin-top:14px;font-size:14px}.gbgev-about-green-grid-bottom{grid-template-columns:1fr;gap:12px}.gbgev-about-green-big-img{border-radius:20px;grid-column:span 1;height:220px}.gbgev-about-green-small-img{border-radius:20px;height:160px}.gbgev-about-green-co2-box{border-radius:20px;height:160px;padding:24px}.gbgev-about-green-co2-icon{width:36px;height:36px}.gbgev-about-green-co2-number{font-size:26px}.gbgev-about-green-co2-content p{font-size:14px}}@media screen and (max-width:359px){.gbgev-about-green-card{height:210px}.gbgev-about-green-number{font-size:26px}.gbgev-about-green-text{font-size:14px}.gbgev-about-green-img-rider{width:170px}.gbgev-about-green-img-tree{width:140px}.gbgev-about-green-quote-text{font-size:16px}.gbgev-about-green-big-img{height:190px}.gbgev-about-green-small-img,.gbgev-about-green-co2-box{height:140px}}@media(prefers-reduced-motion:reduce){.gbgev-about-green-card,.gbgev-about-green-big-img img,.gbgev-about-green-small-img img{transition:none!important}.gbgev-about-green-card:hover,.gbgev-about-green-big-img:hover img,.gbgev-about-green-small-img:hover img{transform:none}}.gbgev-ceo-section{background:#fff;width:100%;padding:60px 16px;position:relative;overflow:hidden}.gbgev-ceo-container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.gbgev-ceo-header{text-align:center;margin-bottom:40px}.gbgev-ceo-badge{letter-spacing:1.5px;text-transform:uppercase;color:#f97316;background:#f9731614;border-radius:50px;margin-bottom:14px;padding:6px 18px;font-size:13px;font-weight:600;display:inline-block}.gbgev-ceo-title{color:#111;margin:0;font-size:32px;font-weight:800;line-height:1.2}.gbgev-ceo-highlight{color:#2563eb;position:relative}.gbgev-ceo-highlight:after{content:"";z-index:-1;background:#2563eb26;border-radius:4px;width:100%;height:8px;position:absolute;bottom:2px;left:0}.gbgev-ceo-card{background:#fff;border:1px solid #0000000f;border-radius:24px;padding:48px 40px;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000000a,0 20px 40px -10px #0000000f}.gbgev-ceo-card:before{content:"";background:linear-gradient(90deg,#f97316,#2563eb);width:100%;height:4px;position:absolute;top:0;left:0}.gbgev-ceo-quote-icon{color:#f9731614;pointer-events:none;line-height:1;position:absolute;top:24px;right:32px}.gbgev-ceo-grid{grid-template-columns:320px 1fr;align-items:start;gap:48px;display:grid}.gbgev-ceo-image-col{justify-content:center;align-items:flex-start;display:flex}.gbgev-ceo-image-box{border-radius:20px;width:280px;height:320px;position:relative;overflow:hidden}.gbgev-ceo-image-ring{z-index:0;background:linear-gradient(135deg,#f97316,#2563eb);border-radius:24px;position:absolute;top:-4px;bottom:-4px;left:-4px;right:-4px}.gbgev-ceo-img{z-index:1;object-fit:cover;object-position:center top;border-radius:20px;width:100%;height:100%;display:block;position:relative}.gbgev-ceo-message-col{flex-direction:column;gap:20px;display:flex}.gbgev-ceo-quote{color:#333;border-left:3px solid #f97316;margin:0;padding-left:24px;font-size:18px;font-style:italic;line-height:1.75;position:relative}.gbgev-ceo-quote-bold{color:#111;font-style:normal;font-weight:700}.gbgev-ceo-divider{background:linear-gradient(90deg,#f97316,#2563eb);border-radius:2px;width:80px;height:3px}.gbgev-ceo-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.gbgev-ceo-info{flex:1}.gbgev-ceo-name{color:#111;margin:0 0 4px;font-size:22px;font-weight:800}.gbgev-ceo-role{color:#666;margin:0;font-size:14px;font-weight:500}.gbgev-ceo-role-brand{color:#2563eb;font-weight:700}.gbgev-ceo-linkedin{color:#fff;background:#2563eb;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;text-decoration:none;transition:all .3s;display:flex}.gbgev-ceo-linkedin:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 20px #2563eb4d}.gbgev-ceo-tags{flex-wrap:wrap;gap:10px;display:flex}.gbgev-ceo-tag{letter-spacing:.5px;border-radius:50px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-block}.gbgev-ceo-tag--orange{color:#f97316;background:#f9731614;border:1px solid #f9731626}.gbgev-ceo-tag--blue{color:#2563eb;background:#2563eb14;border:1px solid #2563eb26}@media(min-width:1440px){.gbgev-ceo-section{padding:80px 24px}.gbgev-ceo-container{max-width:1320px}.gbgev-ceo-title{font-size:40px}.gbgev-ceo-card{padding:56px 48px}.gbgev-ceo-grid{grid-template-columns:360px 1fr;gap:56px}.gbgev-ceo-image-box{width:320px;height:360px}.gbgev-ceo-quote{font-size:20px}.gbgev-ceo-name{font-size:24px}}@media(min-width:1024px)and (max-width:1439px){.gbgev-ceo-section{padding:70px 24px}.gbgev-ceo-container{max-width:1100px}.gbgev-ceo-title{font-size:34px}.gbgev-ceo-card{padding:44px 36px}.gbgev-ceo-grid{grid-template-columns:300px 1fr;gap:40px}.gbgev-ceo-image-box{width:260px;height:300px}}@media(min-width:768px)and (max-width:1023px){.gbgev-ceo-section{padding:50px 20px}.gbgev-ceo-title{font-size:28px}.gbgev-ceo-card{padding:36px 28px}.gbgev-ceo-grid{grid-template-columns:1fr;gap:32px}.gbgev-ceo-image-col{justify-content:center}.gbgev-ceo-image-box{width:240px;height:280px}.gbgev-ceo-quote{text-align:center;border-top:3px solid #f97316;border-left:none;padding-top:20px;padding-left:0;font-size:17px}.gbgev-ceo-divider{margin:0 auto}.gbgev-ceo-footer{text-align:center;justify-content:center}.gbgev-ceo-tags{justify-content:center}}@media(min-width:640px)and (max-width:767px){.gbgev-ceo-section{padding:44px 16px}.gbgev-ceo-title{font-size:26px}.gbgev-ceo-card{border-radius:20px;padding:32px 24px}.gbgev-ceo-grid{grid-template-columns:1fr;gap:28px}.gbgev-ceo-image-box{width:220px;height:260px}.gbgev-ceo-quote{text-align:center;border-top:3px solid #f97316;border-left:none;padding-top:18px;padding-left:0;font-size:16px}.gbgev-ceo-divider{margin:0 auto}.gbgev-ceo-footer{text-align:center;flex-direction:column;justify-content:center;gap:12px}.gbgev-ceo-tags{justify-content:center}.gbgev-ceo-quote-icon{top:16px;right:20px}.gbgev-ceo-quote-icon svg{width:56px!important;height:56px!important}}@media(min-width:480px)and (max-width:639px){.gbgev-ceo-section{padding:36px 14px}.gbgev-ceo-badge{padding:5px 14px;font-size:12px}.gbgev-ceo-title{font-size:24px}.gbgev-ceo-card{border-radius:18px;padding:28px 20px}.gbgev-ceo-grid{grid-template-columns:1fr;gap:24px}.gbgev-ceo-image-box{width:200px;height:240px}.gbgev-ceo-quote{text-align:center;border-top:3px solid #f97316;border-left:none;padding-top:16px;padding-left:0;font-size:15px;line-height:1.7}.gbgev-ceo-divider{margin:0 auto}.gbgev-ceo-footer{text-align:center;flex-direction:column;justify-content:center;gap:10px}.gbgev-ceo-name{font-size:20px}.gbgev-ceo-role{font-size:13px}.gbgev-ceo-tags{justify-content:center}.gbgev-ceo-quote-icon{top:14px;right:16px}.gbgev-ceo-quote-icon svg{width:48px!important;height:48px!important}}@media(max-width:479px){.gbgev-ceo-section{padding:28px 12px}.gbgev-ceo-badge{letter-spacing:1px;padding:4px 12px;font-size:11px}.gbgev-ceo-title{font-size:22px}.gbgev-ceo-card{border-radius:16px;padding:24px 16px}.gbgev-ceo-grid{grid-template-columns:1fr;gap:20px}.gbgev-ceo-image-box{border-radius:16px;width:170px;height:200px}.gbgev-ceo-image-ring{border-radius:20px;top:-3px;bottom:-3px;left:-3px;right:-3px}.gbgev-ceo-img{border-radius:16px}.gbgev-ceo-quote{text-align:center;border-top:2px solid #f97316;border-left:none;padding-top:14px;padding-left:0;font-size:14px;line-height:1.65}.gbgev-ceo-divider{width:60px;height:2px;margin:0 auto}.gbgev-ceo-footer{text-align:center;flex-direction:column;justify-content:center;gap:10px}.gbgev-ceo-name{font-size:18px}.gbgev-ceo-role{font-size:12px}.gbgev-ceo-linkedin{width:40px;height:40px}.gbgev-ceo-tags{justify-content:center;gap:8px}.gbgev-ceo-tag{padding:5px 12px;font-size:11px}.gbgev-ceo-quote-icon{top:12px;right:12px}.gbgev-ceo-quote-icon svg{width:40px!important;height:40px!important}}@media(max-width:319px){.gbgev-ceo-section{padding:24px 10px}.gbgev-ceo-title{font-size:20px}.gbgev-ceo-card{border-radius:14px;padding:20px 14px}.gbgev-ceo-image-box{width:150px;height:180px}.gbgev-ceo-quote{font-size:13px}.gbgev-ceo-name{font-size:16px}}:root{--primary:#f97316;--primary-hover:#ea580c;--primary-light:#fff7ed;--primary-lighter:#ffedd5;--primary-border:#fed7aa;--primary-glow:#f9731626;--accent:#fb923c;--background:#fff;--foreground:#171717;--card-bg:#fffffff2;--border:#e5e5e5;--border-light:#f5f5f5;--muted:#f5f5f5;--muted-foreground:#737373;--font-heading:"Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}.journey-section{background-color:var(--background);font-family:var(--font-body);position:relative;overflow-x:hidden}.background-elements{pointer-events:none;z-index:0;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.bg-glow{background:radial-gradient(circle,#f973160a,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-160px;right:-160px}.bg-grid{opacity:.015;background-image:linear-gradient(#171717 1px,#0000 1px),linear-gradient(90deg,#171717 1px,#0000 1px);background-size:100px 100px;position:absolute;top:0;bottom:0;left:0;right:0}.header-section{z-index:10;padding:80px 24px 30px;position:relative}@media(min-width:1024px){.header-section{padding:112px 48px 40px}}.header-content{text-align:center;max-width:896px;margin-left:auto;margin-right:auto}.header-badge{background-color:var(--primary-light);border:1px solid var(--primary-border);border-radius:9999px;align-items:center;gap:10px;margin-bottom:24px;padding:8px 20px;display:inline-flex}.badge-dot{background-color:var(--primary);border-radius:50%;flex-shrink:0;width:8px;height:8px}.badge-text{font-size:14px;font-family:var(--font-heading);color:var(--primary);letter-spacing:.1em;text-transform:uppercase;font-weight:600}.header-title-wrapper{overflow:hidden}.header-title{font-size:36px;font-family:var(--font-heading);color:var(--foreground);word-wrap:break-word;overflow-wrap:break-word;margin:0;font-weight:700;line-height:1.25}@media(min-width:640px){.header-title{font-size:48px}}@media(min-width:1024px){.header-title{font-size:60px}}.text-gradient-orange{background:linear-gradient(135deg,#f97316,#fb923c,#f97316);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.header-description{color:var(--muted-foreground);word-wrap:break-word;overflow-wrap:break-word;max-width:576px;margin:16px auto 0;font-size:16px;line-height:1.625}@media(min-width:640px){.header-description{font-size:18px}}.year-pills-outer{z-index:20;background-color:var(--background);padding:0 16px 20px;position:relative}@media(min-width:768px){.year-pills-outer{padding:0 24px 30px}}.year-pills-container{-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-light);background-color:#fffffff2;border-radius:16px;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;max-width:600px;margin:0 auto;padding:12px 16px;display:flex}.year-pill{font-size:14px;font-family:var(--font-heading);cursor:default;letter-spacing:.02em;white-space:nowrap;border-radius:9999px;padding:6px 16px;font-weight:700;transition:all .4s}.year-pill-active{background-color:var(--primary);color:#fff;transform:scale(1.1);box-shadow:0 8px 20px -4px #f9731659}.year-pill-completed{background-color:var(--primary-light);color:var(--primary);border:1px solid var(--primary-border)}.year-pill-pending{background-color:var(--muted);color:var(--muted-foreground);border:1px solid var(--border)}.desktop-only{display:block}.mobile-only{display:none}@media screen and (max-width:1023px){.desktop-only{display:none!important}.mobile-only{display:block!important}}.pin-wrapper{background-color:var(--background);height:100vh;position:relative;overflow:hidden}.track{will-change:transform;height:100%;padding-top:60px;position:relative}.wave-svg{pointer-events:none;position:absolute;top:50%;left:0;transform:translateY(-50%)}.milestone-card-wrapper{flex-direction:column;align-items:center;min-width:280px;max-width:360px;transition:opacity .6s,transform .6s;display:flex;position:absolute;transform:translate(-50%)}.milestone-card-top{bottom:52%}.milestone-card-bottom{top:52%}.connector-line{flex-shrink:0;width:2px}.connector-line-top{background:linear-gradient(to bottom,#f9731626,var(--primary));order:2}.connector-line-bottom{background:linear-gradient(to bottom,var(--primary),#f9731626);order:1}.milestone-card{cursor:default;width:100%;position:relative}.milestone-card-order-first{order:1}.milestone-card-order-last{order:2}.milestone-card-glow{opacity:0;background:radial-gradient(circle,var(--primary-glow) 0%,transparent 70%);pointer-events:none;border-radius:24px;transition:opacity .5s;position:absolute;top:-12px;bottom:-12px;left:-12px;right:-12px}.milestone-card:hover .milestone-card-glow{opacity:1}.milestone-card-inner{background-color:var(--card-bg);-webkit-backdrop-filter:blur(12px);border:1px solid #e5e5e566;border-radius:16px;transition:all .5s;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000a}.milestone-card:hover .milestone-card-inner{border-color:#f9731640;box-shadow:0 4px 24px #f973161a}.milestone-card-bar{background:linear-gradient(90deg,var(--primary) 0%,var(--accent) 50%,var(--primary) 100%);transform-origin:0;height:4px}.milestone-card-content{padding:20px}.milestone-card-header{align-items:center;gap:12px;margin-bottom:12px;display:flex}.year-badge{font-size:12px;font-family:var(--font-heading);letter-spacing:.05em;white-space:nowrap;border-radius:9999px;flex-shrink:0;padding:4px 12px;font-weight:700}.year-badge-active{background-color:var(--primary);color:#fff}.year-badge-inactive{background-color:var(--primary-light);color:var(--primary);border:1px solid var(--primary-border)}.header-line{background-color:#e5e5e580;flex:1;min-width:20px;height:1px}.milestone-title{font-size:18px;font-family:var(--font-heading);color:var(--foreground);word-wrap:break-word;overflow-wrap:break-word;margin-top:0;margin-bottom:8px;font-weight:700;line-height:1.375}.milestone-description{color:var(--muted-foreground);word-wrap:break-word;overflow-wrap:break-word;margin-top:0;margin-bottom:0;font-size:14px;line-height:1.625}.vertical-timeline{z-index:10;background-color:var(--background);padding:20px 16px 40px;position:relative}.vertical-timeline-inner{max-width:600px;margin:0 auto;position:relative}.vertical-milestone-card{align-items:flex-start;gap:16px;margin-bottom:0;display:flex;position:relative}.vertical-timeline-dot-wrapper{flex-direction:column;flex-shrink:0;align-items:center;padding-top:8px;display:flex}.vertical-timeline-dot{border:3px solid var(--primary-border);z-index:2;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .4s;display:flex;position:relative}.vertical-timeline-dot-active{border-color:var(--primary);box-shadow:0 0 0 4px #f9731626}.vertical-timeline-dot-inner{background-color:var(--primary);border-radius:50%;width:10px;height:10px}.vertical-timeline-line{background:linear-gradient(to bottom,var(--primary),#f9731633);flex:1;width:2px;min-height:60px;margin-top:4px}.vertical-card-content{background-color:var(--card-bg);border:1px solid #e5e5e566;border-radius:16px;flex:1;margin-bottom:24px;padding:20px;transition:all .4s;position:relative;box-shadow:0 1px 3px #0000000a}.vertical-card-content:before{content:"";background-color:var(--card-bg);z-index:1;border-bottom:1px solid #e5e5e566;border-left:1px solid #e5e5e566;width:16px;height:16px;position:absolute;top:20px;left:-8px;transform:rotate(45deg)}.vertical-milestone-card:hover .vertical-card-content{border-color:#f9731640;box-shadow:0 4px 24px #f973161a}.vertical-year-badge{font-size:13px;font-family:var(--font-heading);letter-spacing:.05em;background-color:var(--primary);color:#fff;border-radius:9999px;margin-bottom:12px;padding:4px 14px;font-weight:700;display:inline-block}.vertical-milestone-title{font-size:18px;font-family:var(--font-heading);color:var(--foreground);word-wrap:break-word;overflow-wrap:break-word;margin-top:0;margin-bottom:8px;font-weight:700;line-height:1.375}.vertical-milestone-description{color:var(--muted-foreground);word-wrap:break-word;overflow-wrap:break-word;margin:0;font-size:14px;line-height:1.625}.summary-section{z-index:10;background-color:var(--background);padding:64px 24px;position:relative}@media(min-width:1024px){.summary-section{padding:64px 48px}}.summary-stats{flex-wrap:wrap;justify-content:center;align-items:baseline;gap:24px;display:flex}@media(min-width:640px){.summary-stats{gap:40px}}.stat-item{align-items:baseline;gap:8px;display:flex}.stat-value{font-size:24px;font-family:var(--font-heading);color:var(--primary);font-weight:700}@media(min-width:640px){.stat-value{font-size:30px}}.stat-label{color:var(--muted-foreground);font-size:14px;font-weight:500}@media screen and (max-width:1023px)and (min-width:768px){.header-title{font-size:40px}.year-pills-container{gap:8px;padding:10px 14px}.year-pill{padding:5px 12px;font-size:13px}.vertical-timeline{padding:30px 24px 50px}.vertical-timeline-inner{max-width:700px}.vertical-milestone-card{gap:20px}.vertical-timeline-dot{width:28px;height:28px}.vertical-timeline-dot-inner{width:12px;height:12px}.vertical-timeline-line{min-height:80px}.vertical-card-content{margin-bottom:32px;padding:24px}.vertical-card-content:before{top:24px}.vertical-year-badge{padding:5px 16px;font-size:14px}.vertical-milestone-title{font-size:20px}.vertical-milestone-description{font-size:15px}.summary-section{padding:50px 24px}.summary-stats{gap:32px}.stat-value{font-size:28px}}@media screen and (max-width:767px){.header-section{padding:60px 20px 24px}.header-title{font-size:28px;line-height:1.2}.header-description{max-width:100%;font-size:14px}.year-pills-outer{padding:0 12px 16px}.year-pills-container{border-radius:12px;gap:6px;padding:10px 12px}.year-pill{padding:4px 10px;font-size:12px}.vertical-timeline{padding:16px 16px 32px}.vertical-timeline-inner{max-width:100%}.vertical-milestone-card{gap:14px}.vertical-timeline-dot{border-width:2.5px;width:22px;height:22px}.vertical-timeline-dot-inner{width:9px;height:9px}.vertical-timeline-line{min-height:50px}.vertical-card-content{border-radius:14px;margin-bottom:20px;padding:16px}.vertical-card-content:before{width:14px;height:14px;top:16px;left:-7px}.vertical-year-badge{margin-bottom:10px;padding:3px 12px;font-size:12px}.vertical-milestone-title{margin-bottom:6px;font-size:16px}.vertical-milestone-description{font-size:13px;line-height:1.5}.summary-section{padding:40px 20px}.summary-stats{gap:16px}.stat-value{font-size:20px}.stat-label{font-size:12px}}@media screen and (max-width:479px){.header-section{padding:50px 16px 20px}.header-title{font-size:24px}.header-badge{padding:6px 14px}.badge-text{font-size:12px}.header-description{font-size:13px}.year-pills-container{gap:4px;padding:8px 10px}.year-pill{padding:3px 8px;font-size:11px}.vertical-timeline{padding:12px 12px 24px}.vertical-milestone-card{gap:12px}.vertical-timeline-dot{width:20px;height:20px}.vertical-timeline-dot-inner{width:8px;height:8px}.vertical-timeline-line{min-height:45px}.vertical-card-content{border-radius:12px;margin-bottom:18px;padding:14px}.vertical-card-content:before{width:12px;height:12px;top:14px;left:-6px}.vertical-year-badge{padding:3px 10px;font-size:11px}.vertical-milestone-title{font-size:15px}.vertical-milestone-description{font-size:12px}.summary-stats{gap:12px}.stat-value{font-size:18px}}@media screen and (max-width:359px){.header-title{font-size:20px}.header-description{font-size:12px}.year-pill{padding:3px 6px;font-size:10px}.vertical-timeline{padding:10px 10px 20px}.vertical-milestone-card{gap:10px}.vertical-timeline-dot{width:18px;height:18px}.vertical-timeline-dot-inner{width:7px;height:7px}.vertical-timeline-line{min-height:40px}.vertical-card-content{margin-bottom:16px;padding:12px}.vertical-card-content:before{width:10px;height:10px;top:12px;left:-5px}.vertical-year-badge{padding:2px 8px;font-size:10px}.vertical-milestone-title{font-size:14px}.vertical-milestone-description{font-size:11px;line-height:1.4}.stat-value{font-size:16px}.stat-label{font-size:11px}}.gbg-team-section{box-sizing:border-box;background:#fff;width:100%;padding:80px 0;overflow:hidden}.gbg-team-container{width:100%;max-width:1200px;margin:0 auto;padding:0 40px}.gbg-team-header{text-align:center;margin-bottom:60px}.gbg-team-label{letter-spacing:3px;color:#e67531;margin-bottom:12px;font-size:12px;font-weight:700;display:inline-block}.gbg-team-title{color:#101828;margin:0 0 16px;font-size:42px;font-weight:800;line-height:1.1}.gbg-team-accent{color:#e67531;position:relative}.gbg-team-accent:after{content:"";z-index:-1;background:#e6753126;border-radius:3px;height:6px;position:absolute;bottom:4px;left:0;right:0}.gbg-team-subtitle{color:#475467;max-width:500px;margin:0 auto;font-size:17px;line-height:1.6}.gbg-team-divider{background:#e67531;border-radius:2px;width:50px;height:4px;margin:24px auto 0}.gbg-team-main{align-items:stretch;gap:30px;display:flex}.gbg-team-left{flex-direction:column;justify-content:center;width:30%;display:flex}.gbg-team-feature{border-bottom:1px solid #e4e7ec;gap:16px;padding:24px 0;display:flex}.gbg-team-feature:last-child{border-bottom:none}.gbg-team-feature-number{color:#e67531;min-width:30px;font-size:24px;font-weight:800}.gbg-team-feature-content h3{color:#101828;margin-bottom:6px;font-size:16px;font-weight:700}.gbg-team-feature-content p{color:#475467;font-size:14px;line-height:1.5}.gbg-team-right{gap:12px;width:70%;height:520px;display:flex}.gbg-team-panel{cursor:pointer;background:#f8fafc;border-radius:16px;flex:1;transition:flex .6s cubic-bezier(.25,1,.5,1);position:relative;overflow:hidden}.gbg-team-panel--active{flex:4.5}.gbg-team-panel-imgwrap{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.gbg-team-panel-img{object-fit:cover;object-position:center top;filter:grayscale();width:100%;height:100%;transition:filter .5s,transform .6s;transform:scale(1.05)}.gbg-team-panel:hover .gbg-team-panel-img,.gbg-team-panel--active .gbg-team-panel-img{filter:grayscale(0%);transform:scale(1)}.gbg-team-panel-overlay{opacity:.6;background:linear-gradient(#0000,#0003,#000000d9);transition:opacity .4s;position:absolute;top:0;bottom:0;left:0;right:0}.gbg-team-panel--active .gbg-team-panel-overlay{opacity:.95}.gbg-team-collapsed{text-align:center;z-index:3;pointer-events:none;position:absolute;bottom:24px;left:0;right:0}.gbg-team-collapsed-name{color:#fff;letter-spacing:2px;text-transform:uppercase;text-shadow:0 2px 8px #000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);writing-mode:vertical-rl;text-orientation:mixed;background:#0006;border:1px solid #ffffff1a;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:700;display:inline-block;transform:rotate(180deg)}.gbg-team-expanded{color:#fff;z-index:2;position:absolute;bottom:30px;left:30px;right:30px}.gbg-team-expanded-line{background:#e67531;width:40px;height:3px;margin-bottom:12px}.gbg-team-expanded-name{margin:0 0 6px;font-size:26px;font-weight:800;line-height:1.2}.gbg-team-expanded-role{color:#e67531;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;font-size:14px;font-weight:600}.gbg-team-expanded-desc{opacity:.9;margin-bottom:18px;font-size:14px;line-height:1.5}.gbg-team-linkedin{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:1px solid #ffffff4d;border-radius:10px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:inline-flex}.gbg-team-linkedin:hover{background:#e67531;border-color:#e67531;transform:translateY(-2px);box-shadow:0 8px 20px #e675314d}.gbg-team-linkedin svg{flex-shrink:0}.gbg-team-mobile{display:none}.gbg-team-mobile-card{background:#fff;border:1px solid #f3f4f6;border-radius:16px;margin-bottom:20px;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 24px #00000014}.gbg-team-mobile-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001f}.gbg-team-mobile-imgwrap{flex-shrink:0;width:140px;position:relative;overflow:hidden}.gbg-team-mobile-imgwrap img{object-fit:cover;object-position:center top;width:100%;height:100%;min-height:100%}.gbg-team-mobile-overlay{background:linear-gradient(90deg,#0000,#0000000d);position:absolute;top:0;bottom:0;left:0;right:0}.gbg-team-mobile-info{flex-direction:column;flex:1;justify-content:center;padding:20px;display:flex}.gbg-team-mobile-info h3{color:#101828;margin:0 0 4px;font-size:18px;font-weight:700}.gbg-team-mobile-role{color:#e67531;text-transform:uppercase;letter-spacing:1px;font-size:12px;font-weight:700}.gbg-team-mobile-info p{color:#475467;margin:10px 0 14px;font-size:13px;line-height:1.5}.gbg-team-mobile-linkedin{color:#e67531;background:#e6753114;border:1px solid #e6753133;border-radius:8px;align-items:center;gap:6px;width:-moz-fit-content;width:fit-content;padding:8px 14px;font-size:12px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.gbg-team-mobile-linkedin:hover{color:#fff;background:#e67531;transform:translateY(-1px)}@media screen and (max-width:320px){.gbg-team-section{padding:40px 0}.gbg-team-container{padding:0 12px}.gbg-team-header{margin-bottom:30px}.gbg-team-label{letter-spacing:2px;margin-bottom:8px;font-size:10px}.gbg-team-title{margin-bottom:10px;font-size:24px}.gbg-team-subtitle{font-size:13px}.gbg-team-main{display:none}.gbg-team-mobile{display:block}.gbg-team-mobile-card{flex-direction:column;margin-bottom:16px}.gbg-team-mobile-imgwrap{width:100%;height:200px}.gbg-team-mobile-imgwrap img{object-position:center top}.gbg-team-mobile-info{padding:16px}.gbg-team-mobile-info h3{font-size:16px}.gbg-team-mobile-info p{margin:8px 0 12px;font-size:12px}}@media screen and (min-width:321px)and (max-width:480px){.gbg-team-section{padding:44px 0}.gbg-team-container{padding:0 14px}.gbg-team-title{font-size:26px}.gbg-team-main{display:none}.gbg-team-mobile{display:block}.gbg-team-mobile-card{flex-direction:column;margin-bottom:18px}.gbg-team-mobile-imgwrap{width:100%;height:240px}.gbg-team-mobile-imgwrap img{object-position:center top}.gbg-team-mobile-info{padding:18px}.gbg-team-mobile-info h3{font-size:18px}}@media screen and (min-width:481px)and (max-width:767px){.gbg-team-section{padding:50px 0}.gbg-team-container{padding:0 18px}.gbg-team-title{font-size:30px}.gbg-team-main{display:none}.gbg-team-mobile{display:block}.gbg-team-mobile-card{flex-direction:row}.gbg-team-mobile-imgwrap{width:160px;height:auto}.gbg-team-mobile-imgwrap img{object-position:center top;min-height:180px}}@media screen and (min-width:768px)and (max-width:1024px){.gbg-team-container{padding:0 24px}.gbg-team-main{gap:20px}.gbg-team-left{width:35%}.gbg-team-right{gap:8px;width:65%;height:420px}.gbg-team-panel-img{object-position:center top}.gbg-team-expanded-name{font-size:20px}.gbg-team-expanded-desc{font-size:12px}.gbg-team-collapsed-name{padding:6px 12px;font-size:11px}}@media screen and (min-width:1025px)and (max-width:1280px){.gbg-team-container{padding:0 30px}.gbg-team-right{height:480px}.gbg-team-title{font-size:36px}.gbg-team-panel-img{object-position:center top}}@media screen and (min-width:1281px)and (max-width:1440px){.gbg-team-container{max-width:1180px}}@media screen and (min-width:1441px)and (max-width:1919px){.gbg-team-section{padding:90px 0}.gbg-team-container{max-width:1300px;padding:0 50px}.gbg-team-title{font-size:44px}.gbg-team-right{height:540px}.gbg-team-panel-img{object-position:center top}.gbg-team-expanded-name{font-size:28px}.gbg-team-expanded-desc{font-size:15px}}@media screen and (min-width:1920px){.gbg-team-section{padding:100px 0}.gbg-team-container{max-width:1400px;padding:0 60px}.gbg-team-header{margin-bottom:70px}.gbg-team-label{margin-bottom:16px;font-size:14px}.gbg-team-title{margin-bottom:18px;font-size:48px}.gbg-team-subtitle{font-size:18px}.gbg-team-main{gap:40px}.gbg-team-left{width:28%}.gbg-team-right{gap:16px;width:72%;height:580px}.gbg-team-panel{border-radius:20px}.gbg-team-panel-img{object-position:center top}.gbg-team-feature{gap:20px;padding:28px 0}.gbg-team-feature-number{font-size:28px}.gbg-team-feature-content h3{font-size:18px}.gbg-team-feature-content p{font-size:15px}.gbg-team-expanded{bottom:36px;left:36px;right:36px}.gbg-team-expanded-line{width:50px;height:4px;margin-bottom:16px}.gbg-team-expanded-name{margin-bottom:8px;font-size:30px}.gbg-team-expanded-role{margin-bottom:14px;font-size:15px}.gbg-team-expanded-desc{margin-bottom:22px;font-size:15px}.gbg-team-linkedin{gap:10px;padding:12px 22px;font-size:14px}.gbg-team-collapsed-name{padding:10px 16px;font-size:14px}}@media screen and (max-height:500px)and (orientation:landscape)and (max-width:1024px){.gbg-team-section{padding:30px 0}.gbg-team-main{display:none}.gbg-team-mobile{display:block}.gbg-team-mobile-card{flex-direction:row;margin-bottom:14px}.gbg-team-mobile-imgwrap{width:120px}.gbg-team-mobile-imgwrap img{object-position:center top}.gbg-team-mobile-info{padding:14px}.gbg-team-mobile-info h3{font-size:15px}.gbg-team-mobile-info p{margin:6px 0 10px;font-size:11px}}@media(prefers-reduced-motion:reduce){.gbg-team-panel,.gbg-team-panel-img,.gbg-team-mobile-card,.gbg-team-linkedin,.gbg-team-mobile-linkedin{transition:none!important;animation:none!important}}.gbg-team-panel,.gbg-team-panel-img,.gbg-team-mobile-card{will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}:root{--gbgev-life-bg:#fff;--gbgev-life-text:#111827;--gbgev-life-muted:#6b7280;--gbgev-life-orange:#f97316;--gbgev-life-orange-light:#fb923c;--gbgev-life-pink:#e52e71;--gbgev-life-border:#e5e7eb}.gbgev-life-section{background-color:var(--gbgev-life-bg);box-sizing:border-box;width:100%;padding:80px 0;overflow:hidden}.gbgev-life-section *{box-sizing:border-box}.gbgev-life-container{width:100%;max-width:1200px;margin:0 auto;padding:0 16px}.gbgev-life-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:48px;display:flex}.gbgev-life-subtitle{text-transform:uppercase;letter-spacing:3px;color:var(--gbgev-life-orange);margin-bottom:12px;font-size:12px;font-weight:700;display:block}.gbgev-life-title{color:var(--gbgev-life-text);margin:0;font-size:32px;font-weight:800;line-height:1.2}.gbgev-life-gradient{background:linear-gradient(90deg,#ff8a00,#e52e71);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gbgev-life-description{color:var(--gbgev-life-muted);max-width:600px;margin-top:16px;font-size:15px;line-height:1.6}.gbgev-life-grid{grid-template-columns:repeat(2,1fr);gap:10px;max-width:1152px;margin:0 auto;display:grid}.gbgev-life-col-1{grid-column:span 1}.gbgev-life-col-2{grid-column:span 2}.gbgev-life-row-1{grid-row:span 1}.gbgev-life-row-2{grid-row:span 2}.gbgev-life-item{cursor:pointer;border-radius:12px;position:relative;overflow:hidden}.gbgev-life-stat-card{aspect-ratio:1;background:linear-gradient(135deg,#ff8a00,#e52e71);border-radius:12px;flex-direction:column;justify-content:flex-end;align-items:flex-start;width:100%;height:100%;min-height:160px;padding:20px;display:flex}.gbgev-life-stat-number{color:#fff;font-size:40px;font-weight:800;line-height:1}.gbgev-life-stat-suffix{color:#fff9}.gbgev-life-stat-label{color:#ffffffd9;margin-top:8px;font-size:13px;font-weight:500}.gbgev-life-image-card{border:1px solid #00000014;border-radius:12px;width:100%;height:100%;transition:all .5s;position:relative;overflow:hidden}.gbgev-life-image-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px -10px #f9701559}.gbgev-life-card-img{object-fit:cover;width:100%;height:100%;transition:transform .7s,filter .5s}.gbgev-life-image-card:hover .gbgev-life-card-img{filter:grayscale()brightness(.7);transform:scale(1.05)}.gbgev-life-aspect-3-4{aspect-ratio:3/4}.gbgev-life-aspect-16-9{aspect-ratio:16/9}.gbgev-life-aspect-21-9{aspect-ratio:21/9}.gbgev-life-aspect-square{aspect-ratio:1}.gbgev-life-overlay{background:linear-gradient(#0000,#f9701580,#f97015eb);align-items:flex-end;height:55%;padding:16px;transition:transform .5s;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.gbgev-life-image-card:hover .gbgev-life-overlay{transform:translateY(0)}.gbgev-life-overlay-content{width:100%}.gbgev-life-overlay-title{color:#fff;margin:0 0 6px;font-size:16px;font-weight:700;line-height:1.3}.gbgev-life-overlay-subtitle{color:#ffffffd9;margin:0;font-size:12px;line-height:1.4}.gbgev-life-arrow{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;z-index:20;background-color:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .3s;display:flex;position:absolute;top:10px;right:10px;transform:scale(.75)}.gbgev-life-image-card:hover .gbgev-life-arrow{opacity:1;transform:scale(1)}.gbgev-life-arrow-icon{color:#111827;width:14px;height:14px}@media(min-width:1440px){.gbgev-life-section{padding:120px 0}.gbgev-life-container{max-width:1400px;padding:0 40px}.gbgev-life-title{font-size:48px}.gbgev-life-description{max-width:700px;font-size:17px}.gbgev-life-grid{grid-template-columns:repeat(4,1fr);gap:16px}.gbgev-life-stat-card{min-height:200px;padding:28px}.gbgev-life-stat-number{font-size:56px}.gbgev-life-stat-label{font-size:15px}.gbgev-life-overlay-title{font-size:20px}.gbgev-life-overlay-subtitle{font-size:14px}.gbgev-life-arrow{width:36px;height:36px;top:14px;right:14px}.gbgev-life-arrow-icon{width:18px;height:18px}}@media(max-width:1439px)and (min-width:1280px){.gbgev-life-section{padding:100px 0}.gbgev-life-container{padding:0 32px}.gbgev-life-title{font-size:42px}.gbgev-life-grid{grid-template-columns:repeat(4,1fr);gap:14px}.gbgev-life-stat-card{min-height:180px;padding:24px}.gbgev-life-stat-number{font-size:48px}}@media(max-width:1279px)and (min-width:1024px){.gbgev-life-section{padding:80px 0}.gbgev-life-container{padding:0 28px}.gbgev-life-title{font-size:38px}.gbgev-life-header{margin-bottom:40px}.gbgev-life-grid{grid-template-columns:repeat(4,1fr);gap:12px}.gbgev-life-stat-card{min-height:160px;padding:20px}.gbgev-life-stat-number{font-size:44px}.gbgev-life-overlay-title{font-size:18px}}@media(max-width:1023px)and (min-width:768px){.gbgev-life-section{padding:64px 0}.gbgev-life-container{padding:0 24px}.gbgev-life-title{font-size:34px}.gbgev-life-subtitle{font-size:11px}.gbgev-life-description{max-width:500px;font-size:14px}.gbgev-life-header{margin-bottom:36px}.gbgev-life-grid{grid-template-columns:repeat(3,1fr);gap:10px}.gbgev-life-stat-card{min-height:140px;padding:18px}.gbgev-life-stat-number{font-size:36px}.gbgev-life-stat-label{font-size:12px}.gbgev-life-overlay{padding:14px}.gbgev-life-overlay-title{font-size:15px}.gbgev-life-overlay-subtitle{font-size:11px}}@media(max-width:767px)and (min-width:640px){.gbgev-life-section{padding:56px 0}.gbgev-life-container{padding:0 20px}.gbgev-life-title{font-size:30px}.gbgev-life-subtitle{letter-spacing:2px;font-size:11px}.gbgev-life-description{font-size:13px}.gbgev-life-header{margin-bottom:32px}.gbgev-life-grid{grid-template-columns:repeat(2,1fr);gap:10px}.gbgev-life-stat-card{min-height:130px;padding:16px}.gbgev-life-stat-number{font-size:32px}.gbgev-life-stat-label{font-size:11px}.gbgev-life-overlay-title{font-size:14px}.gbgev-life-overlay-subtitle{font-size:10px}}@media(max-width:639px)and (min-width:480px){.gbgev-life-section{padding:48px 0}.gbgev-life-container{padding:0 16px}.gbgev-life-title{font-size:26px}.gbgev-life-subtitle{letter-spacing:2px;margin-bottom:8px;font-size:10px}.gbgev-life-description{margin-top:12px;font-size:13px}.gbgev-life-header{margin-bottom:28px}.gbgev-life-grid{grid-template-columns:repeat(2,1fr);gap:8px}.gbgev-life-item{border-radius:10px}.gbgev-life-stat-card{border-radius:10px;min-height:120px;padding:14px}.gbgev-life-stat-number{font-size:28px}.gbgev-life-stat-label{margin-top:6px;font-size:10px}.gbgev-life-image-card{border-radius:10px}.gbgev-life-overlay{height:50%;padding:12px}.gbgev-life-overlay-title{margin-bottom:4px;font-size:13px}.gbgev-life-overlay-subtitle{font-size:9px}.gbgev-life-arrow{width:24px;height:24px;top:8px;right:8px}.gbgev-life-arrow-icon{width:12px;height:12px}}@media(max-width:479px)and (min-width:360px){.gbgev-life-section{padding:40px 0}.gbgev-life-container{padding:0 12px}.gbgev-life-title{font-size:22px}.gbgev-life-subtitle{letter-spacing:1.5px;margin-bottom:8px;font-size:10px}.gbgev-life-description{margin-top:10px;font-size:12px;line-height:1.5}.gbgev-life-header{margin-bottom:24px}.gbgev-life-grid{grid-template-columns:repeat(2,1fr);gap:6px}.gbgev-life-item{border-radius:8px}.gbgev-life-stat-card{border-radius:8px;min-height:100px;padding:12px}.gbgev-life-stat-number{font-size:24px}.gbgev-life-stat-label{margin-top:4px;font-size:9px}.gbgev-life-image-card{border-radius:8px}.gbgev-life-overlay{height:50%;padding:10px}.gbgev-life-overlay-title{margin-bottom:2px;font-size:11px}.gbgev-life-overlay-subtitle{font-size:8px;line-height:1.3}.gbgev-life-arrow{width:22px;height:22px;top:6px;right:6px}.gbgev-life-arrow-icon{width:10px;height:10px}}@media(max-width:359px){.gbgev-life-section{padding:32px 0}.gbgev-life-container{padding:0 10px}.gbgev-life-title{font-size:20px}.gbgev-life-subtitle{letter-spacing:1px;margin-bottom:6px;font-size:9px}.gbgev-life-description{margin-top:8px;font-size:11px}.gbgev-life-header{margin-bottom:20px}.gbgev-life-grid{grid-template-columns:repeat(2,1fr);gap:5px}.gbgev-life-item{border-radius:6px}.gbgev-life-stat-card{border-radius:6px;min-height:90px;padding:10px}.gbgev-life-stat-number{font-size:20px}.gbgev-life-stat-label{margin-top:4px;font-size:8px}.gbgev-life-image-card{border-radius:6px}.gbgev-life-overlay{height:45%;padding:8px}.gbgev-life-overlay-title{margin-bottom:2px;font-size:10px}.gbgev-life-overlay-subtitle{font-size:7px;line-height:1.2}.gbgev-life-arrow{width:20px;height:20px;top:5px;right:5px}.gbgev-life-arrow-icon{width:10px;height:10px}}@media(prefers-reduced-motion:reduce){.gbgev-life-image-card,.gbgev-life-card-img,.gbgev-life-overlay,.gbgev-life-arrow{transition:none}.gbgev-life-image-card:hover{transform:none}.gbgev-life-image-card:hover .gbgev-life-card-img{filter:none;transform:none}}.gbg-getintouch-section{background:#fff;width:100%;padding:60px 20px;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.gbg-getintouch-container{justify-content:space-between;align-items:flex-start;gap:50px;max-width:1200px;margin:0 auto;display:flex}.gbg-getintouch-left{flex:1;min-width:0}.gbg-getintouch-header{margin-bottom:24px}.gbg-getintouch-title{color:#111827;letter-spacing:-.5px;margin:0 0 12px;font-size:36px;font-weight:800;line-height:1.2}.gbg-getintouch-highlight{color:#f97316;position:relative}.gbg-getintouch-desc{color:#6b7280;max-width:400px;margin:0 0 14px;font-size:15px;line-height:1.5}.gbg-getintouch-email{color:#f97316;cursor:pointer;align-items:center;gap:8px;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.gbg-getintouch-email:hover{color:#ea580c}.gbg-getintouch-email-icon{color:#f97316;flex-shrink:0}.gbg-getintouch-map-wrapper{border:1px solid #e5e7eb;border-radius:16px;width:100%;overflow:hidden;box-shadow:0 4px 20px #00000014}.gbg-getintouch-map{border:0;width:100%;height:320px;display:block}.gbg-getintouch-right{flex:0 0 380px;min-width:0}.gbg-getintouch-form-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:28px;box-shadow:0 4px 24px #0000000f}.gbg-getintouch-form-title{color:#111827;text-align:center;margin:0 0 20px;padding-bottom:12px;font-size:20px;font-weight:700;position:relative}.gbg-getintouch-form-title:after{content:"";background:linear-gradient(90deg,#f97316,#3b82f6);border-radius:2px;width:50px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.gbg-getintouch-form{flex-direction:column;gap:14px;display:flex}.gbg-getintouch-form-group{flex-direction:column;gap:5px;display:flex}.gbg-getintouch-form-label{color:#374151;text-transform:uppercase;letter-spacing:.3px;align-items:center;gap:6px;font-size:12px;font-weight:600;display:flex}.gbg-getintouch-form-icon{color:#f97316;flex-shrink:0}.gbg-getintouch-form-input,.gbg-getintouch-form-textarea{color:#111827;box-sizing:border-box;background:#fafafa;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:10px 12px;font-size:14px;transition:all .2s}.gbg-getintouch-form-input::placeholder,.gbg-getintouch-form-textarea::placeholder{color:#9ca3af;font-size:13px}.gbg-getintouch-form-input:focus,.gbg-getintouch-form-textarea:focus{background:#fff;border-color:#f97316;box-shadow:0 0 0 3px #f973161a}.gbg-getintouch-form-textarea{resize:vertical;min-height:70px;font-family:inherit}.gbg-getintouch-form-submit{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:4px;padding:12px 20px;font-size:14px;font-weight:700;transition:all .3s;display:flex}.gbg-getintouch-form-submit:hover{transform:translateY(-2px);box-shadow:0 8px 20px #f973164d}.gbg-getintouch-form-submit:active{transform:translateY(0)}.gbg-getintouch-submit-icon{flex-shrink:0}.gbg-getintouch-input-error{animation:.5s gbgGetintouchShake;background:#fef2f2!important;border-color:#ef4444!important}.gbg-getintouch-error-text{color:#ef4444;margin-top:3px;font-size:.72rem;font-weight:500;animation:.3s gbgGetintouchErrorSlide;display:block}@keyframes gbgGetintouchShake{0%,to{transform:translate(0)}15%{transform:translate(-5px)}30%{transform:translate(4px)}45%{transform:translate(-3px)}60%{transform:translate(2px)}75%{transform:translate(-1px)}}@keyframes gbgGetintouchErrorSlide{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.gbg-getintouch-submit-error{color:#dc2626;background:linear-gradient(135deg,#fef2f2,#fff1f2);border:1px solid #fecaca;border-radius:10px;align-items:center;gap:8px;margin-bottom:14px;padding:10px 14px;font-size:.82rem;font-weight:500;animation:.5s gbgGetintouchShake;display:flex}.gbg-getintouch-spin{animation:1s linear infinite gbgGetintouchSpin}@keyframes gbgGetintouchSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.gbg-getintouch-success{text-align:center;padding:20px 10px;animation:.6s cubic-bezier(.34,1.56,.64,1) gbgGetintouchSuccessIn}@keyframes gbgGetintouchSuccessIn{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.gbg-getintouch-success-check-wrap{justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 18px;display:flex;position:relative}.gbg-getintouch-success-ripple{border:3px solid #22c55e4d;border-radius:50%;animation:2s ease-out infinite gbgGetintouchRipple;position:absolute;top:0;bottom:0;left:0;right:0}.gbg-getintouch-success-ripple-delay{border-color:#22c55e26;animation-delay:.6s}@keyframes gbgGetintouchRipple{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(1.6)}}.gbg-getintouch-success-icon{color:#fff;z-index:2;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;animation:.6s cubic-bezier(.34,1.56,.64,1) .2s both gbgGetintouchCheckPop;display:inline-flex;position:relative;box-shadow:0 10px 28px #22c55e4d}@keyframes gbgGetintouchCheckPop{0%{opacity:0;transform:scale(0)}60%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}.gbg-getintouch-success-title{color:#111827;margin-bottom:8px;font-size:1.35rem;font-weight:800;animation:.5s .4s both gbgGetintouchSuccessFadeUp}.gbg-getintouch-success-text{color:#6b7280;max-width:300px;margin-bottom:20px;margin-left:auto;margin-right:auto;font-size:.88rem;line-height:1.7;animation:.5s .5s both gbgGetintouchSuccessFadeUp}.gbg-getintouch-success-text strong{color:#f97316;font-weight:700}@keyframes gbgGetintouchSuccessFadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.gbg-getintouch-success-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:11px 24px;font-family:inherit;font-size:.85rem;font-weight:700;transition:all .3s cubic-bezier(.34,1.56,.64,1);animation:.5s .6s both gbgGetintouchSuccessFadeUp;display:inline-flex;box-shadow:0 6px 20px #f9731640}.gbg-getintouch-success-btn:hover{background:linear-gradient(135deg,#ea580c,#c2410c);transform:translateY(-2px);box-shadow:0 8px 24px #f9731659}.gbg-getintouch-success-btn:active{transform:translateY(0)scale(.97)}@media(min-width:1441px){.gbg-getintouch-section{padding:80px 40px}.gbg-getintouch-container{gap:70px;max-width:1400px}.gbg-getintouch-title{font-size:44px}.gbg-getintouch-desc{max-width:480px;font-size:17px}.gbg-getintouch-map{height:380px}.gbg-getintouch-right{flex:0 0 420px}.gbg-getintouch-form-card{padding:32px}.gbg-getintouch-form-title{font-size:22px}}@media(min-width:1025px)and (max-width:1440px){.gbg-getintouch-section{padding:50px 30px}.gbg-getintouch-container{gap:40px;max-width:1100px}.gbg-getintouch-title{font-size:32px}.gbg-getintouch-map{height:300px}.gbg-getintouch-right{flex:0 0 360px}.gbg-getintouch-form-card{padding:24px}}@media(max-width:1024px){.gbg-getintouch-section{padding:40px 24px}.gbg-getintouch-container{flex-direction:column;align-items:center;gap:40px}.gbg-getintouch-left{width:100%;max-width:700px}.gbg-getintouch-header{text-align:center}.gbg-getintouch-desc{max-width:100%}.gbg-getintouch-email{justify-content:center}.gbg-getintouch-map{height:280px}.gbg-getintouch-right{flex:none;width:100%;max-width:500px}.gbg-getintouch-form-card{padding:28px}}@media(max-width:767px){.gbg-getintouch-section{padding:32px 16px}.gbg-getintouch-container{gap:30px}.gbg-getintouch-title{font-size:28px}.gbg-getintouch-desc{font-size:14px}.gbg-getintouch-map-wrapper{border-radius:12px}.gbg-getintouch-map{height:240px}.gbg-getintouch-form-card{border-radius:14px;padding:22px}.gbg-getintouch-form-title{margin-bottom:16px;font-size:18px}.gbg-getintouch-form{gap:12px}.gbg-getintouch-form-input,.gbg-getintouch-form-textarea{padding:9px 11px;font-size:13px}.gbg-getintouch-form-submit{padding:11px 16px;font-size:13px}.gbg-getintouch-success-check-wrap{width:70px;height:70px;margin-bottom:14px}.gbg-getintouch-success-icon{width:54px;height:54px}.gbg-getintouch-success-icon svg{width:28px;height:28px}.gbg-getintouch-success-title{font-size:1.2rem}.gbg-getintouch-success-text{font-size:.82rem}}@media(max-width:480px){.gbg-getintouch-section{padding:24px 12px}.gbg-getintouch-title{margin-bottom:10px;font-size:24px}.gbg-getintouch-desc{margin-bottom:10px;font-size:13px}.gbg-getintouch-email{font-size:13px}.gbg-getintouch-map-wrapper{border-radius:10px}.gbg-getintouch-map{height:200px}.gbg-getintouch-form-card{border-radius:12px;padding:18px}.gbg-getintouch-form-title{margin-bottom:14px;padding-bottom:10px;font-size:16px}.gbg-getintouch-form{gap:10px}.gbg-getintouch-form-label{font-size:11px}.gbg-getintouch-form-input,.gbg-getintouch-form-textarea{border-radius:8px;padding:8px 10px;font-size:13px}.gbg-getintouch-form-textarea{min-height:60px}.gbg-getintouch-form-submit{border-radius:8px;padding:10px 14px;font-size:12px}.gbg-getintouch-success{padding:14px 6px}.gbg-getintouch-success-check-wrap{width:60px;height:60px;margin-bottom:12px}.gbg-getintouch-success-icon{width:46px;height:46px}.gbg-getintouch-success-icon svg{width:24px;height:24px}.gbg-getintouch-success-title{font-size:1.1rem}.gbg-getintouch-success-text{margin-bottom:16px;font-size:.8rem}.gbg-getintouch-success-btn{padding:10px 20px;font-size:.8rem}}@media(max-width:360px){.gbg-getintouch-section{padding:20px 10px}.gbg-getintouch-title{font-size:20px}.gbg-getintouch-desc{font-size:12px}.gbg-getintouch-map{height:180px}.gbg-getintouch-form-card{padding:14px}.gbg-getintouch-form-title{font-size:15px}.gbg-getintouch-form-label{font-size:10px}.gbg-getintouch-form-input,.gbg-getintouch-form-textarea{padding:7px 9px;font-size:12px}.gbg-getintouch-form-submit{padding:9px 12px;font-size:11px}.gbg-getintouch-success-check-wrap{width:52px;height:52px;margin-bottom:10px}.gbg-getintouch-success-icon{width:40px;height:40px}.gbg-getintouch-success-icon svg{width:20px;height:20px}.gbg-getintouch-success-title{font-size:1rem}.gbg-getintouch-success-text{font-size:.75rem}.gbg-getintouch-success-btn{padding:9px 16px;font-size:.78rem}}:root{--gbgev-testimonial-bg:#fff;--gbgev-testimonial-card-bg:#fff;--gbgev-testimonial-card-border:#eee;--gbgev-testimonial-card-shadow:#0000000d;--gbgev-testimonial-card-shadow-hover:#0000001a;--gbgev-testimonial-text-primary:#111;--gbgev-testimonial-text-secondary:#666;--gbgev-testimonial-text-muted:#999;--gbgev-testimonial-accent:#ff6a00;--gbgev-testimonial-nav-bg:#f5f5f5;--gbgev-testimonial-progress-bg:#eee;--gbgev-testimonial-progress-fill:#111;--gbgev-testimonial-trusted-bg:#f8f8f8;--gbgev-testimonial-star-color:#ff6a00;--gbgev-testimonial-quote-color:#ddd}.gbgev-testimonial-section{background:var(--gbgev-testimonial-bg);box-sizing:border-box;width:100%;margin:0;padding:80px 0;overflow-x:hidden}.gbgev-testimonial-header{text-align:center;margin-bottom:60px;padding:0 20px}.gbgev-testimonial-title{color:var(--gbgev-testimonial-text-primary);margin:0;font-size:42px;font-weight:700;line-height:1.2}.gbgev-testimonial-title span{color:var(--gbgev-testimonial-accent)}.gbgev-testimonial-rating{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:20px;font-size:16px;display:flex}.gbgev-testimonial-rating>span:first-child{color:var(--gbgev-testimonial-text-primary);font-weight:600}.gbgev-testimonial-trusted{background:var(--gbgev-testimonial-trusted-bg);border-radius:20px;align-items:center;gap:6px;padding:4px 12px;display:flex}.gbgev-testimonial-trusted span{color:var(--gbgev-testimonial-text-primary);font-weight:500}.gbgev-testimonial-big-star{color:var(--gbgev-testimonial-star-color);fill:var(--gbgev-testimonial-star-color);width:18px;height:18px}.gbgev-testimonial-reviews{color:var(--gbgev-testimonial-text-muted);font-size:14px}.gbgev-testimonial-container{box-sizing:border-box;gap:40px;width:100%;max-width:none;margin:0;padding:0 40px;display:flex}.gbgev-testimonial-left{flex-shrink:0;width:260px}.gbgev-testimonial-quote-icon{color:var(--gbgev-testimonial-quote-color);text-align:left;width:80px;height:80px;margin-bottom:20px;font-size:80px;display:block;transform:scaleX(-1)}.gbgev-testimonial-left-title{color:var(--gbgev-testimonial-text-primary);text-align:left;margin:0;font-size:28px;font-weight:700;line-height:1.3}.gbgev-testimonial-nav{align-items:center;gap:10px;margin-top:30px;display:flex}.gbgev-testimonial-nav-button{background:var(--gbgev-testimonial-nav-bg);cursor:pointer;width:40px;height:40px;color:var(--gbgev-testimonial-text-primary);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.gbgev-testimonial-nav-button:hover{background:var(--gbgev-testimonial-accent);color:#fff}.gbgev-testimonial-nav-button:disabled{opacity:.5;cursor:not-allowed}.gbgev-testimonial-nav-button:disabled:hover{background:var(--gbgev-testimonial-nav-bg);color:var(--gbgev-testimonial-text-primary)}.gbgev-testimonial-nav-button svg{width:20px;height:20px}.gbgev-testimonial-progress{background:var(--gbgev-testimonial-progress-bg);border-radius:3px;flex-shrink:0;width:100px;height:3px;overflow:hidden}.gbgev-testimonial-progress-bar{background:var(--gbgev-testimonial-progress-fill);border-radius:3px;height:100%;transition:width .3s}.gbgev-testimonial-cards-wrapper{flex:1;overflow:hidden}.gbgev-testimonial-cards{scroll-behavior:smooth;gap:24px;display:flex;overflow-x:hidden}.gbgev-testimonial-card-wrapper{flex-shrink:0;width:calc(50% - 12px);min-height:320px}.gbgev-testimonial-card{background:var(--gbgev-testimonial-card-bg);border:1px solid var(--gbgev-testimonial-card-border);height:100%;box-shadow:0 4px 12px var(--gbgev-testimonial-card-shadow);text-align:left;box-sizing:border-box;border-radius:16px;flex-direction:column;justify-content:space-between;padding:30px;transition:all .3s;display:flex}.gbgev-testimonial-card:hover{box-shadow:0 10px 20px var(--gbgev-testimonial-card-shadow-hover);transform:translateY(-5px)}.gbgev-testimonial-card-text{color:var(--gbgev-testimonial-text-secondary);text-align:left;margin-bottom:20px;font-size:16px;line-height:1.6}.gbgev-testimonial-star-rating{justify-content:flex-start;margin-bottom:16px;display:flex}.gbgev-testimonial-star-icon{color:var(--gbgev-testimonial-star-color);fill:var(--gbgev-testimonial-star-color);width:20px;height:20px;margin-right:2px}.gbgev-testimonial-card-user{justify-content:flex-start;align-items:center;gap:12px;margin-top:20px;display:flex}.gbgev-testimonial-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:48px;height:48px}.gbgev-testimonial-name{text-align:left;color:var(--gbgev-testimonial-text-primary);margin:0;font-size:16px;font-weight:600}.gbgev-testimonial-time{color:var(--gbgev-testimonial-text-muted);text-align:left;margin:4px 0 0;font-size:14px}@media(min-width:2560px){.gbgev-testimonial-section{padding:140px 0}.gbgev-testimonial-header{margin-bottom:80px;padding:0 60px}.gbgev-testimonial-title{font-size:64px}.gbgev-testimonial-rating{gap:16px;margin-top:28px;font-size:20px}.gbgev-testimonial-trusted{padding:6px 18px}.gbgev-testimonial-big-star{width:24px;height:24px}.gbgev-testimonial-reviews{font-size:18px}.gbgev-testimonial-container{gap:100px;padding:0 160px}.gbgev-testimonial-left{width:400px}.gbgev-testimonial-quote-icon{width:100px;height:100px;margin-bottom:28px}.gbgev-testimonial-left-title{font-size:42px}.gbgev-testimonial-nav{gap:14px;margin-top:40px}.gbgev-testimonial-nav-button{width:52px;height:52px}.gbgev-testimonial-nav-button svg{width:26px;height:26px}.gbgev-testimonial-progress{width:140px;height:4px}.gbgev-testimonial-cards{gap:32px}.gbgev-testimonial-card-wrapper{width:calc(50% - 16px);min-height:400px}.gbgev-testimonial-card{border-radius:20px;padding:44px}.gbgev-testimonial-card-text{margin-bottom:28px;font-size:20px;line-height:1.7}.gbgev-testimonial-star-rating{margin-bottom:20px}.gbgev-testimonial-star-icon{width:26px;height:26px}.gbgev-testimonial-card-user{gap:16px;margin-top:28px}.gbgev-testimonial-avatar{width:60px;height:60px}.gbgev-testimonial-name{font-size:20px}.gbgev-testimonial-time{font-size:16px}}@media(min-width:1920px)and (max-width:2559px){.gbgev-testimonial-section{padding:120px 0}.gbgev-testimonial-header{margin-bottom:70px;padding:0 50px}.gbgev-testimonial-title{font-size:56px}.gbgev-testimonial-rating{gap:14px;font-size:18px}.gbgev-testimonial-reviews{font-size:16px}.gbgev-testimonial-container{gap:80px;padding:0 120px}.gbgev-testimonial-left{width:350px}.gbgev-testimonial-quote-icon{width:90px;height:90px;margin-bottom:24px}.gbgev-testimonial-left-title{font-size:36px}.gbgev-testimonial-nav{margin-top:36px}.gbgev-testimonial-nav-button{width:48px;height:48px}.gbgev-testimonial-nav-button svg{width:24px;height:24px}.gbgev-testimonial-progress{width:120px}.gbgev-testimonial-cards{gap:28px}.gbgev-testimonial-card-wrapper{width:calc(50% - 14px);min-height:360px}.gbgev-testimonial-card{border-radius:18px;padding:40px}.gbgev-testimonial-card-text{font-size:18px;line-height:1.65}.gbgev-testimonial-star-icon{width:22px;height:22px}.gbgev-testimonial-avatar{width:56px;height:56px}.gbgev-testimonial-name{font-size:18px}.gbgev-testimonial-time{font-size:15px}}@media(min-width:1536px)and (max-width:1919px){.gbgev-testimonial-section{padding:100px 0}.gbgev-testimonial-header{margin-bottom:60px;padding:0 40px}.gbgev-testimonial-title{font-size:52px}.gbgev-testimonial-container{gap:70px;padding:0 100px}.gbgev-testimonial-left{width:320px}.gbgev-testimonial-quote-icon{width:85px;height:85px}.gbgev-testimonial-left-title{font-size:34px}.gbgev-testimonial-nav{margin-top:32px}.gbgev-testimonial-nav-button{width:46px;height:46px}.gbgev-testimonial-progress{width:110px}.gbgev-testimonial-card-wrapper{width:calc(50% - 12px);min-height:340px}.gbgev-testimonial-card{padding:36px}.gbgev-testimonial-card-text{font-size:17px}.gbgev-testimonial-star-icon{width:22px;height:22px}.gbgev-testimonial-avatar{width:54px;height:54px}}@media(min-width:1280px)and (max-width:1535px){.gbgev-testimonial-section{padding:90px 0}.gbgev-testimonial-header{margin-bottom:55px;padding:0 35px}.gbgev-testimonial-title{font-size:48px}.gbgev-testimonial-container{gap:50px;padding:0 60px}.gbgev-testimonial-left{width:280px}.gbgev-testimonial-quote-icon{width:80px;height:80px}.gbgev-testimonial-left-title{font-size:30px}.gbgev-testimonial-card-wrapper{width:calc(50% - 12px);min-height:330px}.gbgev-testimonial-card{padding:34px}}@media(min-width:1024px)and (max-width:1279px){.gbgev-testimonial-section{padding:80px 0}.gbgev-testimonial-header{margin-bottom:50px;padding:0 30px}.gbgev-testimonial-title{font-size:44px}.gbgev-testimonial-container{gap:40px;padding:0 40px}.gbgev-testimonial-left{width:260px}.gbgev-testimonial-quote-icon{width:75px;height:75px}.gbgev-testimonial-left-title{font-size:28px}.gbgev-testimonial-card-wrapper{width:calc(50% - 12px);min-height:320px}.gbgev-testimonial-card{padding:30px}}@media(min-width:768px)and (max-width:1023px){.gbgev-testimonial-section{padding:60px 0}.gbgev-testimonial-header{margin-bottom:40px;padding:0 24px}.gbgev-testimonial-title{font-size:38px}.gbgev-testimonial-rating{gap:10px;margin-top:18px;font-size:15px}.gbgev-testimonial-container{flex-direction:column;align-items:center;gap:30px;padding:0 30px}.gbgev-testimonial-left{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.gbgev-testimonial-left-title{text-align:center;align-self:center;font-size:26px}.gbgev-testimonial-quote-icon{text-align:center;align-self:center;width:65px;height:65px;margin-bottom:16px}.gbgev-testimonial-nav{justify-content:center;margin-top:20px}.gbgev-testimonial-card-wrapper{width:calc(50% - 12px);min-height:300px}.gbgev-testimonial-cards-wrapper{width:100%}.gbgev-testimonial-card{padding:26px}.gbgev-testimonial-card-text{font-size:15px}.gbgev-testimonial-star-icon{width:18px;height:18px}.gbgev-testimonial-avatar{width:44px;height:44px}.gbgev-testimonial-name{font-size:15px}.gbgev-testimonial-time{font-size:13px}}@media(min-width:640px)and (max-width:767px){.gbgev-testimonial-section{padding:50px 0}.gbgev-testimonial-header{margin-bottom:30px;padding:0 20px}.gbgev-testimonial-title{font-size:34px}.gbgev-testimonial-rating{gap:8px;margin-top:16px;font-size:14px}.gbgev-testimonial-container{flex-direction:column;align-items:center;gap:25px;padding:0 20px}.gbgev-testimonial-left{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.gbgev-testimonial-left-title{text-align:center;align-self:center;font-size:24px}.gbgev-testimonial-quote-icon{text-align:center;align-self:center;width:60px;height:60px;margin-bottom:14px}.gbgev-testimonial-nav{justify-content:center;margin-top:18px}.gbgev-testimonial-nav-button{width:38px;height:38px}.gbgev-testimonial-nav-button svg{width:18px;height:18px}.gbgev-testimonial-progress{width:90px}.gbgev-testimonial-card-wrapper{width:calc(50% - 10px);min-height:280px}.gbgev-testimonial-cards{gap:20px}.gbgev-testimonial-card{border-radius:14px;padding:22px}.gbgev-testimonial-card-text{margin-bottom:16px;font-size:14px;line-height:1.55}.gbgev-testimonial-star-rating{margin-bottom:12px}.gbgev-testimonial-star-icon{width:16px;height:16px}.gbgev-testimonial-card-user{gap:10px;margin-top:16px}.gbgev-testimonial-avatar{width:42px;height:42px}.gbgev-testimonial-name{font-size:14px}.gbgev-testimonial-time{font-size:12px}}@media(min-width:480px)and (max-width:639px){.gbgev-testimonial-section{padding:40px 0}.gbgev-testimonial-header{margin-bottom:28px;padding:0 16px}.gbgev-testimonial-title{font-size:30px;line-height:1.3}.gbgev-testimonial-rating{gap:8px;margin-top:14px;font-size:14px}.gbgev-testimonial-container{flex-direction:column;align-items:center;gap:20px;padding:0 16px}.gbgev-testimonial-left{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.gbgev-testimonial-left-title{text-align:center;align-self:center;font-size:22px}.gbgev-testimonial-quote-icon{text-align:center;align-self:center;width:55px;height:55px;margin-bottom:12px}.gbgev-testimonial-nav{justify-content:center;margin-top:18px}.gbgev-testimonial-nav-button{width:36px;height:36px}.gbgev-testimonial-nav-button svg{width:18px;height:18px}.gbgev-testimonial-progress{width:80px}.gbgev-testimonial-cards-wrapper{width:100%}.gbgev-testimonial-cards{gap:16px}.gbgev-testimonial-card-wrapper{width:100%;min-height:auto}.gbgev-testimonial-card{border-radius:12px;padding:20px}.gbgev-testimonial-card-text{margin-bottom:16px;font-size:14px;line-height:1.5}.gbgev-testimonial-star-rating{margin-bottom:12px}.gbgev-testimonial-star-icon{width:16px;height:16px}.gbgev-testimonial-card-user{gap:10px;margin-top:16px}.gbgev-testimonial-avatar{width:40px;height:40px}.gbgev-testimonial-name{font-size:14px}.gbgev-testimonial-time{font-size:12px}}@media(min-width:375px)and (max-width:479px){.gbgev-testimonial-section{padding:36px 0}.gbgev-testimonial-header{margin-bottom:24px;padding:0 14px}.gbgev-testimonial-title{font-size:26px;line-height:1.3}.gbgev-testimonial-rating{gap:6px;margin-top:12px;font-size:13px}.gbgev-testimonial-trusted{padding:3px 10px}.gbgev-testimonial-container{flex-direction:column;align-items:center;gap:18px;padding:0 14px}.gbgev-testimonial-left{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.gbgev-testimonial-left-title{text-align:center;align-self:center;font-size:20px}.gbgev-testimonial-quote-icon{text-align:center;align-self:center;width:48px;height:48px;margin-bottom:10px}.gbgev-testimonial-nav{justify-content:center;gap:8px;margin-top:16px}.gbgev-testimonial-nav-button{width:34px;height:34px}.gbgev-testimonial-nav-button svg{width:16px;height:16px}.gbgev-testimonial-progress{width:70px;height:2px}.gbgev-testimonial-cards-wrapper{width:100%}.gbgev-testimonial-cards{gap:14px}.gbgev-testimonial-card-wrapper{width:100%;min-height:auto}.gbgev-testimonial-card{border-radius:12px;padding:18px}.gbgev-testimonial-card-text{margin-bottom:14px;font-size:13px;line-height:1.5}.gbgev-testimonial-star-rating{margin-bottom:10px}.gbgev-testimonial-star-icon{width:15px;height:15px}.gbgev-testimonial-card-user{gap:8px;margin-top:14px}.gbgev-testimonial-avatar{width:38px;height:38px}.gbgev-testimonial-name{font-size:13px}.gbgev-testimonial-time{font-size:11px}}@media(max-width:374px){.gbgev-testimonial-section{padding:28px 0}.gbgev-testimonial-header{margin-bottom:20px;padding:0 12px}.gbgev-testimonial-title{font-size:22px;line-height:1.3}.gbgev-testimonial-rating{gap:5px;margin-top:10px;font-size:12px}.gbgev-testimonial-trusted{padding:2px 8px}.gbgev-testimonial-big-star{width:14px;height:14px}.gbgev-testimonial-reviews{font-size:11px}.gbgev-testimonial-container{flex-direction:column;align-items:center;gap:16px;padding:0 12px}.gbgev-testimonial-left{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex}.gbgev-testimonial-left-title{text-align:center;align-self:center;font-size:18px;line-height:1.3}.gbgev-testimonial-quote-icon{text-align:center;align-self:center;width:42px;height:42px;margin-bottom:8px}.gbgev-testimonial-nav{justify-content:center;gap:6px;margin-top:14px}.gbgev-testimonial-nav-button{width:32px;height:32px}.gbgev-testimonial-nav-button svg{width:14px;height:14px}.gbgev-testimonial-progress{width:60px;height:2px}.gbgev-testimonial-cards-wrapper{width:100%}.gbgev-testimonial-cards{gap:12px}.gbgev-testimonial-card-wrapper{width:100%;min-height:auto}.gbgev-testimonial-card{border-radius:10px;padding:14px}.gbgev-testimonial-card-text{margin-bottom:12px;font-size:12px;line-height:1.45}.gbgev-testimonial-star-rating{margin-bottom:8px}.gbgev-testimonial-star-icon{width:14px;height:14px}.gbgev-testimonial-card-user{gap:8px;margin-top:12px}.gbgev-testimonial-avatar{width:34px;height:34px}.gbgev-testimonial-name{font-size:12px}.gbgev-testimonial-time{font-size:10px}}@media(prefers-reduced-motion:reduce){.gbgev-testimonial-card,.gbgev-testimonial-nav-button,.gbgev-testimonial-progress-bar{transition:none}}.gbg-contact-page{color:#111;box-sizing:border-box;background:#fff;width:100%;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}.gbg-contact-page *{box-sizing:border-box}.gbg-contact-container{width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.gbg-contact-hero{text-align:center;background-color:#0000;background-image:linear-gradient(#0000008c,#0000008c),url(https://img.freepik.com/premium-photo/contact-us-hand-man-holding-mobile-smartphone-with-mail-phone-email-chat-icon-cutomer-support-concept-blue-wide-banner_256259-3866.jpg?semt=ais_hybrid&w=740&q=80);background-position:top;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;justify-content:center;align-items:center;width:100%;min-height:520px;display:flex;position:relative;overflow:hidden}.gbg-contact-hero:before{content:"";z-index:1;background:linear-gradient(#0003,#000000a6);position:absolute;top:0;bottom:0;left:0;right:0}.gbg-contact-hero-content{z-index:2;text-align:center;width:100%;max-width:800px;margin:0 auto;padding:60px 20px;position:relative}.gbg-contact-hero-content h1{color:#fff;text-align:center;text-shadow:0 2px 10px #0000004d;margin:0 0 16px;font-size:clamp(2.4rem,5vw,4.5rem);font-weight:800;line-height:1.15}.gbg-contact-hero-content p{color:#e5e5e5;text-align:center;text-shadow:0 1px 6px #0000004d;max-width:600px;margin:0 auto;font-size:clamp(1rem,2.2vw,1.35rem);line-height:1.6}.gbg-contact-main-section{background:#fff;padding:80px 0;position:relative}.gbg-contact-main-grid{grid-template-columns:1fr 1fr;justify-content:center;align-items:center;gap:50px;display:grid}.gbg-contact-image-box{background:0 0;border-radius:24px;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.gbg-contact-image-box img{object-fit:contain;object-position:center center;border-radius:24px;width:100%;max-width:100%;height:auto;display:block}.gbg-contact-form-box{text-align:center;background:#fff;border:1px solid #eee;border-radius:24px;width:100%;max-width:520px;margin:0 auto;padding:40px;box-shadow:0 20px 60px #0000000f}.gbg-contact-form-top{text-align:center;margin-bottom:28px}.gbg-contact-form-top span{color:#ff6b00;letter-spacing:2px;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:700;display:block}.gbg-contact-form-top h2{color:#111;margin:0;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800}.gbg-contact-form{flex-direction:column;align-items:center;gap:16px;width:100%;display:flex}.gbg-contact-form input,.gbg-contact-form select,.gbg-contact-form textarea{color:#111;text-align:center;background:#f8f9fc;border:1.5px solid #e5e7eb;border-radius:14px;outline:none;width:100%;max-width:100%;padding:16px 18px;font-family:Inter,sans-serif;font-size:15px;transition:all .3s}.gbg-contact-form input::placeholder,.gbg-contact-form textarea::placeholder{text-align:center;color:#9ca3af}.gbg-contact-form input:focus,.gbg-contact-form select:focus,.gbg-contact-form textarea:focus{background:#fff;border-color:#ff6b00;box-shadow:0 0 0 4px #ff6b001a}.gbg-contact-form textarea{resize:vertical;min-height:100px}.gbg-contact-form button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6b00,#0d6efd);border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;max-width:280px;height:54px;margin:8px auto 0;font-size:15px;font-weight:700;transition:all .3s;display:flex}.gbg-contact-form button:hover{transform:translateY(-2px);box-shadow:0 12px 30px #ff6b0040}.gbg-contact-success{color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:12px;justify-content:center;align-items:center;gap:10px;margin-bottom:20px;padding:14px 18px;font-size:14px;font-weight:600;animation:.3s gbg-contact-fadeIn;display:flex}.gbg-contact-success svg{font-size:18px}@keyframes gbg-contact-fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.gbg-contact-input-group{flex-direction:column;gap:6px;width:100%;display:flex;position:relative}.gbg-contact-form input.gbg-contact-error,.gbg-contact-form select.gbg-contact-error,.gbg-contact-form textarea.gbg-contact-error{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef44441a!important}.gbg-contact-error-text{color:#ef4444;text-align:left;padding-left:4px;font-size:12px;font-weight:500;animation:.3s gbg-contact-shake}@keyframes gbg-contact-shake{0%,to{transform:translate(0)}25%{transform:translate(-3px)}75%{transform:translate(3px)}}.gbg-contact-spinner{animation:1s linear infinite gbg-contact-spin}@keyframes gbg-contact-spin{to{transform:rotate(360deg)}}.gbg-contact-form button:disabled{opacity:.8;cursor:not-allowed;transform:none!important}.gbg-contact-form select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:40px}.gbg-contact-form select option{color:#111;padding:10px}.gbg-contact-custom-reason{animation:.3s gbg-contact-slideDown}@keyframes gbg-contact-slideDown{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:100px;transform:translateY(0)}}.gbg-contact-custom-reason input{background:linear-gradient(135deg,#fff8f0,#fff)!important;border-left:3px solid #ff6b00!important}.gbg-contact-custom-reason input::placeholder{color:#ff6b00;opacity:.7}.gbg-contact-form select option[value=Other]{color:#ff6b00;background:#fff8f0;font-weight:700}.gbg-office-section{background:radial-gradient(circle at 10% 15%,#ff5b1c0f,#0000 30%),radial-gradient(circle at 90% 80%,#ff5b1c0d,#0000 28%),#fff;width:100%;padding:90px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;position:relative;overflow:hidden}.gbg-office-container{z-index:2;width:min(1380px,100%);margin:0 auto;position:relative}.gbg-office-bg-circle{pointer-events:none;filter:blur(1px);border-radius:50%;position:absolute}.gbg-office-circle-one{border:1px solid #ff5b1c14;width:420px;height:420px;top:-220px;left:-220px}.gbg-office-circle-two{border:1px solid #ff5b1c12;width:500px;height:500px;bottom:-250px;right:-280px}.gbg-office-heading{text-align:center;max-width:750px;margin:0 auto 48px}.gbg-office-heading-icon{color:#ff5a1f;background:#ff5a1f14;border:1px solid #ff5a1f1f;border-radius:16px;justify-content:center;align-items:center;width:54px;height:54px;margin:0 auto 15px;display:flex}.gbg-office-small-title{color:#ff5a1f;letter-spacing:2px;text-transform:uppercase;margin-bottom:8px;font-size:13px;font-weight:800;display:block}.gbg-office-heading h2{color:#111;letter-spacing:-2.5px;margin:0;font-size:clamp(40px,5vw,64px);font-weight:800;line-height:1.05}.gbg-office-heading h2 span{color:#ff5a1f}.gbg-office-heading p{color:#666b73;max-width:620px;margin:18px auto 0;font-size:17px;line-height:1.7}.gbg-office-tabs-wrapper{justify-content:center;margin-bottom:34px;display:flex}.gbg-office-tabs{background:#fff;border:1px solid #e8e8e8;border-radius:18px;grid-template-columns:repeat(3,1fr);width:min(850px,100%);padding:6px;display:grid;box-shadow:0 10px 35px #00000012,0 2px 8px #00000008}.gbg-office-tab-icon{justify-content:center;align-items:center;display:flex}.gbg-office-hq-badge{text-transform:uppercase;letter-spacing:.5px;background:#ffffff40;border-radius:4px;margin-left:4px;padding:2px 6px;font-size:9px;font-weight:800}.gbg-office-card{background:#fffffff5;border:1px solid #e9e9e9;border-radius:28px;grid-template-columns:.9fr 1.1fr;gap:35px;padding:38px;transition:box-shadow .35s,transform .35s;display:grid;box-shadow:0 25px 70px #00000014,0 4px 15px #00000008}.gbg-office-card:hover{box-shadow:0 30px 80px #0000001a,0 5px 18px #0000000a}.gbg-office-content{flex-direction:column;justify-content:center;padding:15px 10px 15px 8px;display:flex}.gbg-office-title-row{align-items:flex-start;gap:17px;margin-bottom:36px;display:flex}.gbg-office-building-icon{color:#ff5a1f;background:#ff5a1f14;border:1px solid #ff5a1f24;border-radius:18px;flex:none;justify-content:center;align-items:center;width:66px;height:66px;display:flex}.gbg-office-title-row h3{color:#111;letter-spacing:-1.5px;margin:2px 0 7px;font-size:clamp(28px,3vw,42px);font-weight:800;line-height:1.1}.gbg-office-title-row h3 span{color:#ff5a1f}.gbg-office-title-row p{color:#70757d;margin:0;font-size:15px;font-weight:500;line-height:1.5}.gbg-office-info-item{align-items:flex-start;gap:15px;margin-bottom:23px;display:flex}.gbg-office-info-icon{color:#ff5a1f;background:#fff5f0;border-radius:12px;flex:none;justify-content:center;align-items:center;width:43px;height:43px;display:flex}.gbg-office-info-text{padding-top:1px}.gbg-office-info-text span{color:#8a8f96;letter-spacing:.7px;text-transform:uppercase;margin-bottom:5px;font-size:12px;font-weight:700;display:block}.gbg-office-info-text p,.gbg-office-info-text a{color:#202226;margin:0;font-size:15px;font-weight:600;line-height:1.55;text-decoration:none;transition:color .25s}.gbg-office-info-text a:hover{color:#ff5a1f}.gbg-office-direction-btn{color:#fff;background:linear-gradient(135deg,#ff681f,#ff4c18);border-radius:13px;align-items:center;gap:11px;width:-moz-fit-content;width:fit-content;margin-top:8px;padding:14px 20px;font-size:14px;font-weight:800;text-decoration:none;transition:transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 10px 22px #ff5a1f33}.gbg-office-direction-btn:hover{color:#fff;transform:translateY(-3px);box-shadow:0 15px 28px #ff5a1f45}.gbg-office-direction-btn svg:last-child{transition:transform .25s}.gbg-office-direction-btn:hover svg:last-child{transform:translate(2px,-2px)}.gbg-office-image-wrapper{background:#f0f0f0;border-radius:22px;min-height:380px;max-height:420px;position:relative;overflow:hidden}.gbg-office-image{object-fit:cover;object-position:center center;opacity:0;width:100%;height:100%;min-height:380px;max-height:420px;transition:opacity .4s,transform .6s cubic-bezier(.2,.7,.2,1);display:block;transform:scale(1.05)}.gbg-office-image-visible{opacity:1;transform:scale(1)}.gbg-office-image-hidden{opacity:0;transform:scale(1.02)}.gbg-office-card:hover .gbg-office-image-visible{transform:scale(1.02)}.gbg-office-image-overlay{pointer-events:none;background:linear-gradient(#0000,#00000005 60%,#00000026);position:absolute;top:0;bottom:0;left:0;right:0}.gbg-office-image-badge{color:#fff;-webkit-backdrop-filter:blur(10px);background:#0f0f0fc7;border:1px solid #ffffff26;border-radius:11px;align-items:center;gap:8px;padding:10px 15px;font-size:13px;font-weight:800;display:flex;position:absolute;bottom:22px;left:22px;box-shadow:0 8px 25px #0000002e}.gbg-office-image-badge svg{color:#ff5a1f}.gbg-office-image-hq-tag{color:#fff;letter-spacing:1px;text-transform:uppercase;background:linear-gradient(135deg,#ff681f,#ff4d18);border-radius:8px;padding:6px 14px;font-size:11px;font-weight:800;position:absolute;top:20px;right:20px;box-shadow:0 4px 15px #ff5a1f4d}.gbg-office-bottom{background:#fafafa;border:1px solid #ededed;border-radius:15px;flex-wrap:wrap;justify-content:center;align-items:center;gap:28px;margin-top:22px;padding:17px 22px;display:flex}.gbg-office-bottom-item{color:#60656c;align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.gbg-office-dot{background:#ff5a1f;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #ff5a1f1a}@media(max-width:1100px){.gbg-contact-hero{min-height:420px}.gbg-contact-hero-content{padding:50px 20px}.gbg-contact-main-grid{grid-template-columns:1fr 1fr;gap:36px}.gbg-contact-form-box{max-width:100%;padding:32px}.gbg-office-section{padding:75px 18px}.gbg-office-card{grid-template-columns:1fr 1fr;gap:25px;padding:28px}.gbg-office-image-wrapper,.gbg-office-image{min-height:340px;max-height:380px}.gbg-office-title-row h3{font-size:32px}}@media(max-width:850px){.gbg-contact-main-grid{grid-template-columns:1fr;gap:32px}.gbg-contact-image-box{border-radius:20px;order:1}.gbg-contact-image-box img{border-radius:20px}.gbg-contact-form-box{border-radius:20px;order:2;max-width:100%;padding:28px}.gbg-office-heading{margin-bottom:35px}.gbg-office-tabs{width:100%}.gbg-office-card{grid-template-columns:1fr}.gbg-office-content{padding:5px}.gbg-office-image-wrapper{order:-1;min-height:320px;max-height:360px}.gbg-office-image{min-height:320px;max-height:360px}}@media(max-width:600px){.gbg-contact-hero{min-height:340px}.gbg-contact-hero-content{padding:40px 16px}.gbg-contact-hero-content h1{font-size:2rem}.gbg-contact-hero-content p{font-size:1rem}.gbg-contact-main-section{padding:50px 0}.gbg-contact-form-box{border-radius:16px;padding:24px}.gbg-contact-form input,.gbg-contact-form select,.gbg-contact-form textarea{padding:14px 16px;font-size:14px}.gbg-contact-form button{max-width:100%;height:50px;font-size:14px}.gbg-office-section{padding:60px 14px}.gbg-office-heading-icon{border-radius:14px;width:48px;height:48px}.gbg-office-small-title{letter-spacing:1.6px;font-size:11px}.gbg-office-heading h2{letter-spacing:-1.7px;font-size:40px}.gbg-office-heading p{margin-top:14px;font-size:14px;line-height:1.65}.gbg-office-tabs{border-radius:14px;padding:5px}.gbg-office-tab{gap:6px;min-height:54px;padding:9px 5px;font-size:13px}.gbg-office-tab-icon svg{width:17px;height:17px}.gbg-office-hq-badge{display:none}.gbg-office-card{border-radius:22px;gap:0;padding:15px}.gbg-office-image-wrapper{border-radius:17px;min-height:240px;max-height:280px;margin-bottom:24px}.gbg-office-image{min-height:240px;max-height:280px}.gbg-office-image-badge{padding:8px 12px;font-size:12px;bottom:14px;left:14px}.gbg-office-image-hq-tag{padding:4px 10px;font-size:10px;top:12px;right:12px}.gbg-office-title-row{gap:12px;margin-bottom:28px}.gbg-office-building-icon{border-radius:14px;width:51px;height:51px}.gbg-office-building-icon svg{width:27px;height:27px}.gbg-office-title-row h3{letter-spacing:-1px;margin-top:1px;margin-bottom:5px;font-size:27px}.gbg-office-title-row p{font-size:12px}.gbg-office-info-item{gap:11px;margin-bottom:19px}.gbg-office-info-icon{border-radius:10px;width:38px;height:38px}.gbg-office-info-icon svg{width:18px;height:18px}.gbg-office-info-text span{margin-bottom:3px;font-size:10px}.gbg-office-info-text p,.gbg-office-info-text a{font-size:13px;line-height:1.5}.gbg-office-direction-btn{border-radius:11px;justify-content:center;width:100%;margin-top:4px;padding:13px 16px;font-size:13px}.gbg-office-bottom{border-radius:13px;justify-content:flex-start;gap:12px 20px;margin-top:15px;padding:14px}.gbg-office-bottom-item{font-size:11px}}@media(max-width:480px){.gbg-contact-container{padding:0 16px}.gbg-contact-hero{min-height:300px}.gbg-contact-hero-content h1{font-size:1.7rem}.gbg-contact-image-box,.gbg-contact-image-box img{border-radius:16px}.gbg-contact-map-box iframe{height:260px}}@media(max-width:380px){.gbg-contact-hero{min-height:280px}.gbg-contact-hero-content h1{font-size:1.5rem}.gbg-contact-hero-content p{font-size:.9rem}.gbg-contact-form-box{padding:20px}.gbg-contact-form-top h2{font-size:1.3rem}.gbg-office-section{padding-left:10px;padding-right:10px}.gbg-office-heading h2{font-size:35px}.gbg-office-tab{font-size:11px}.gbg-office-tab-icon svg{width:15px;height:15px}.gbg-office-card{padding:11px}.gbg-office-title-row h3{font-size:24px}.gbg-office-title-row p{font-size:11px}}@media screen and (min-width:1025px)and (max-width:1439px){.gbg-contact-hero{min-height:480px}.gbg-contact-main-grid{justify-content:center;align-items:center}.gbg-contact-form-box{margin:0 auto}}@media screen and (min-width:1440px){.gbg-contact-container{max-width:1360px}.gbg-contact-hero{min-height:540px}.gbg-contact-main-grid{gap:60px}.gbg-contact-form-box{max-width:540px;padding:48px}}@media screen and (min-width:1920px){.gbg-contact-container{max-width:1500px}.gbg-contact-hero{min-height:600px}.gbg-contact-main-grid{gap:70px}.gbg-contact-form-box{max-width:580px}}@media(prefers-reduced-motion:reduce){.gbg-contact-info-item,.gbg-contact-socials a,.gbg-contact-form button,.gbg-office-tab,.gbg-office-card,.gbg-office-image,.gbg-office-direction-btn,.gbg-office-direction-btn svg{transition:none!important}}.gbg-office-tab:focus-visible{outline-offset:3px;outline:3px solid #ff5a1f47}.gbg-office-direction-btn:focus-visible{outline-offset:3px;outline:3px solid #ff5a1f47}.gbg-office-info-text a:focus-visible{outline-offset:3px;outline:3px solid #ff5a1f47}.gbg-office-tab-icon-img{object-fit:contain;flex-shrink:0;width:24px;height:24px;display:block}@media(max-width:600px){.gbg-office-tab-icon-img{width:20px;height:20px}.gbg-office-icon-img{width:56px;height:56px}}@media(max-width:380px){.gbg-office-tab-icon-img{width:18px;height:18px}.gbg-office-icon-img{width:48px;height:48px}}.gbg-office-tab{color:#24262a;cursor:pointer;background:0 0;border:none;border-radius:14px;outline:none;justify-content:center;align-items:center;gap:10px;min-height:62px;padding:12px 18px;font-family:inherit;font-size:16px;font-weight:700;transition:background .3s,color .3s,transform .3s,box-shadow .3s;display:flex;position:relative}.gbg-office-tab:hover{color:#ff5a1f}.gbg-office-tab.active{color:#fff;background:linear-gradient(135deg,#ff681f,#ff4d18);box-shadow:0 9px 20px #ff5a1f3d}.gbg-office-tab.active:hover{color:#fff}.gbg-office-icon-img{object-fit:contain;flex:none;width:72px;height:72px;display:block}@media(max-width:1100px){.gbg-office-icon-img{width:64px;height:64px}}@media(max-width:600px){.gbg-office-tab{gap:6px;min-height:54px;padding:9px 5px;font-size:13px}.gbg-office-tab svg{width:17px;height:17px}.gbg-office-hq-badge{display:none}.gbg-office-icon-img{width:56px;height:56px}}@media(max-width:380px){.gbg-office-tab{font-size:11px}.gbg-office-tab svg{width:15px;height:15px}.gbg-office-icon-img{width:48px;height:48px}}.hub-locator-page{--hl-blue:#2563eb;--hl-orange:#ea580c;--hl-dark:#0f172a;--hl-gray:#475569;--hl-light:#f8fafc;--hl-border:#e2e8f0;--hl-white:#fff;--hl-shadow-sm:0 1px 3px #0f172a14;--hl-shadow-md:0 4px 16px #0f172a1a;--hl-shadow-lg:0 12px 40px #0f172a24;--hl-shadow-xl:0 25px 60px #0f172a33;--hl-radius:16px;--hl-radius-sm:12px;--hl-radius-xs:8px;background:var(--hl-white);width:100%;min-height:100vh;color:var(--hl-dark);padding-bottom:60px;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}.hub-locator-hero{border-bottom:1px solid var(--hl-border);text-align:center;z-index:1;background:linear-gradient(135deg,#fef3c7,#fff7ed 30%,#fff 70%,#eff6ff);padding:100px 24px 56px;position:relative}.hub-locator-hero-inner{text-align:center;max-width:800px;margin:0 auto}.hub-locator-hero h1{color:var(--hl-dark);text-align:center;margin:0 0 18px;font-size:42px;font-weight:800;line-height:1.15}.hub-locator-hero-desc{color:var(--hl-gray);text-align:center;max-width:680px;margin:0 auto 20px;font-size:17px;line-height:1.7}.hub-locator-instruction{color:var(--hl-blue);text-align:center;background:#2563eb14;border:1.5px dashed #2563eb4d;border-radius:10px;max-width:90%;margin:0 auto 28px;padding:14px 24px;font-size:15px;font-weight:600;display:inline-block}.hub-locator-legend{flex-wrap:wrap;justify-content:center;gap:28px;margin-top:8px;display:flex}.hub-locator-legend-item{color:var(--hl-gray);align-items:center;gap:10px;font-size:14px;font-weight:600;display:inline-flex}.hub-locator-legend-dot{border-radius:50%;width:14px;height:14px;display:inline-block}.hub-locator-dot-active{background:var(--hl-orange);box-shadow:0 0 0 4px #ea580c33}.hub-locator-dot-soon{background:#94a3b8;box-shadow:0 0 0 4px #94a3b840}.hub-locator-search-wrap{max-width:1200px;margin:0 auto;padding:24px 24px 0;transition:all .3s}.hub-locator-search-min .hub-locator-search-box{max-width:280px}.hub-locator-search-min .hub-locator-search-input{opacity:0;width:0;padding:0}.hub-locator-search-box{background:var(--hl-white);border:1.5px solid var(--hl-border);border-radius:var(--hl-radius-xs);box-shadow:var(--hl-shadow-sm);align-items:center;gap:12px;max-width:100%;padding:12px 16px;transition:all .3s;display:flex}.hub-locator-search-box:focus-within{border-color:var(--hl-blue);box-shadow:0 0 0 3px #2563eb1a}.hub-locator-search-box svg{color:var(--hl-gray);flex-shrink:0}.hub-locator-search-input{color:var(--hl-dark);background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:15px;transition:all .3s}.hub-locator-search-input::placeholder{color:#94a3b8}.hub-locator-search-clear,.hub-locator-search-toggle{cursor:pointer;color:var(--hl-gray);background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.hub-locator-search-clear:hover,.hub-locator-search-toggle:hover{background:var(--hl-light);color:var(--hl-blue)}.hub-locator-search-results{color:var(--hl-gray);margin-top:8px;padding-left:4px;font-size:13px}.hub-locator-body{grid-template-columns:400px 1fr;align-items:start;gap:28px;max-width:1200px;margin:0 auto;padding:24px 24px 40px;display:grid}.hub-locator-sidebar{background:var(--hl-white);border-radius:var(--hl-radius);border:1px solid var(--hl-border);box-shadow:var(--hl-shadow-md);flex-direction:column;max-height:700px;display:flex;overflow:hidden}.hub-locator-sidebar-header{border-bottom:1px solid var(--hl-border);background:linear-gradient(#fff,#f8fafc);flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 22px;display:flex}.hub-locator-sidebar-header h3{color:var(--hl-dark);margin:0;font-size:16px;font-weight:700}.hub-locator-badge{background:var(--hl-orange);color:var(--hl-white);letter-spacing:.04em;border-radius:20px;padding:4px 12px;font-size:11px;font-weight:700}.hub-locator-accordion{flex:1;padding:10px;overflow-y:auto}.hub-locator-acc-item{border-radius:var(--hl-radius-sm);border:1px solid #0000;margin-bottom:8px;transition:all .2s;overflow:hidden}.hub-locator-acc-item:last-child{margin-bottom:0}.hub-locator-acc-trigger{background:var(--hl-light);border-radius:var(--hl-radius-sm);width:100%;color:var(--hl-dark);cursor:pointer;text-align:left;border:none;justify-content:space-between;align-items:center;gap:8px;padding:14px 16px;font-size:14px;font-weight:700;transition:all .2s;display:flex}.hub-locator-acc-trigger:hover{color:var(--hl-blue);background:#2563eb14}.hub-locator-acc-open{border-color:var(--hl-border)}.hub-locator-acc-open .hub-locator-acc-trigger{color:var(--hl-blue);border-radius:var(--hl-radius-sm) var(--hl-radius-sm) 0 0;background:#2563eb1a}.hub-locator-acc-count{background:var(--hl-border);color:var(--hl-gray);border-radius:10px;margin-left:auto;padding:2px 8px;font-size:11px;font-weight:700}.hub-locator-acc-open .hub-locator-acc-count{color:var(--hl-blue);background:#2563eb26}.hub-locator-acc-icon{color:var(--hl-gray);flex-shrink:0;margin-left:4px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.hub-locator-acc-open .hub-locator-acc-icon{color:var(--hl-blue);transform:rotate(180deg)}.hub-locator-acc-panel{background:var(--hl-white);padding:6px 8px 10px;animation:.25s hubLocatorSlideDown}@keyframes hubLocatorSlideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.hub-locator-branch-row{cursor:pointer;border-bottom:1px solid #0000000a;border-radius:8px;align-items:flex-start;gap:12px;padding:12px 14px;transition:all .2s;display:flex;position:relative}.hub-locator-branch-row:last-child{border-bottom:none}.hub-locator-branch-row:hover{background:#2563eb0f}.hub-locator-branch-active{box-shadow:inset 3px 0 0 var(--hl-orange);background:#ea580c1a!important}.hub-locator-branch-soon{opacity:.7;cursor:default}.hub-locator-branch-soon:hover{background:0 0}.hub-locator-branch-icon{color:var(--hl-orange);flex-shrink:0;margin-top:2px;line-height:1}.hub-locator-branch-soon .hub-locator-branch-icon{color:#94a3b8}.hub-locator-branch-text{flex-direction:column;flex:1;min-width:0;display:flex}.hub-locator-branch-text strong{color:var(--hl-dark);margin-bottom:3px;font-size:13.5px;font-weight:700;line-height:1.3}.hub-locator-branch-text span{color:var(--hl-gray);font-size:12.5px;line-height:1.4}.hub-locator-branch-link{color:var(--hl-blue);white-space:nowrap;opacity:0;background:#2563eb14;border-radius:6px;flex-shrink:0;align-items:center;gap:4px;margin-top:2px;padding:4px 10px;font-size:11px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;transform:translate(-8px)}.hub-locator-branch-link:hover{background:#2563eb26;transform:translate(0)scale(1.05)}.hub-locator-branch-row:hover .hub-locator-branch-link{opacity:1;transform:translate(0)}.hub-locator-map-wrap{border-radius:var(--hl-radius);border:1px solid var(--hl-border);box-shadow:var(--hl-shadow-lg);background:#f1f5f9;height:700px;position:sticky;top:24px;overflow:hidden}.hub-locator-leaflet-map{z-index:1;width:100%;height:100%}.hub-locator-page .leaflet-control-attribution,.hub-locator-page .leaflet-control-container .leaflet-control-attribution{display:none!important}.hub-locator-page .leaflet-control-zoom{box-shadow:var(--hl-shadow-md)!important;border-radius:8px!important}.hub-locator-page .leaflet-control-zoom a{width:32px!important;height:32px!important;color:var(--hl-dark)!important;border-color:var(--hl-border)!important;font-size:16px!important;line-height:32px!important}.hub-locator-page .leaflet-control-zoom a:hover{background:var(--hl-light)!important;color:var(--hl-blue)!important}.hub-locator-custom-marker{background:0 0!important;border:none!important}.hub-locator-marker-wrap{justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:relative}.hub-locator-marker-pin{background:var(--hl-orange);border:2.5px solid var(--hl-white);z-index:2;border-radius:50%;width:16px;height:16px;position:relative;box-shadow:0 2px 10px #ea580c80}.hub-locator-marker-soon{background:#94a3b8!important;box-shadow:0 2px 10px #94a3b880!important}.hub-locator-marker-ring{z-index:1;background:#ea580c40;border-radius:50%;width:28px;height:28px;animation:2s ease-in-out infinite hubLocatorPulse;position:absolute}.hub-locator-ring-soon{background:#94a3b840!important;animation:2.5s ease-in-out infinite hubLocatorPulseSoon!important}@keyframes hubLocatorPulse{0%{opacity:.8;transform:scale(.6)}70%{opacity:0;transform:scale(1.6)}to{opacity:0;transform:scale(.6)}}@keyframes hubLocatorPulseSoon{0%{opacity:.6;transform:scale(.6)}70%{opacity:0;transform:scale(1.4)}to{opacity:0;transform:scale(.6)}}.hub-locator-page .leaflet-popup-content-wrapper{overflow:hidden;border:1px solid var(--hl-border)!important;border-radius:16px!important;padding:0!important;box-shadow:0 12px 40px #0f172a33!important}.hub-locator-page .leaflet-popup-content{width:300px!important;margin:0!important;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif!important}.hub-locator-popup{padding:0}.hub-locator-popup-photos{width:100%;height:160px;position:relative;overflow:hidden}.hub-locator-popup-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.hub-locator-popup-photos:hover .hub-locator-popup-img{transform:scale(1.05)}.hub-locator-popup h4{color:var(--hl-dark);margin:14px 16px 6px;font-size:15px;font-weight:700}.hub-locator-popup p{color:var(--hl-gray);margin:0 16px 8px;font-size:12.5px;line-height:1.5}.hub-locator-popup-phone{align-items:center;gap:6px;display:flex;color:var(--hl-blue)!important;font-weight:600!important}.hub-locator-popup-btn{background:var(--hl-blue);color:#fff;cursor:pointer;text-align:center;border:none;border-radius:8px;width:calc(100% - 32px);margin:10px 16px 14px;padding:10px 16px;font-size:13px;font-weight:700;transition:all .2s;display:block}.hub-locator-popup-btn:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.hub-locator-page .leaflet-container a.leaflet-popup-close-button{color:#fff!important;text-shadow:0 1px 3px #0000004d!important;width:30px!important;height:30px!important;padding:8px 10px 0 0!important;font-size:20px!important}.hub-locator-page .leaflet-container a.leaflet-popup-close-button:hover{color:var(--hl-orange)!important}.hub-locator-cards-section{max-width:1200px;margin:0 auto;padding:0 24px 60px}.hub-locator-cards-header{text-align:center;margin-bottom:32px}.hub-locator-cards-header h2{color:var(--hl-dark);margin:0 0 8px;font-size:28px;font-weight:800}.hub-locator-cards-header p{color:var(--hl-gray);margin:0;font-size:15px}.hub-locator-cards-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}.hub-locator-card{background:var(--hl-white);border-radius:var(--hl-radius-sm);border:1px solid var(--hl-border);box-shadow:var(--hl-shadow-sm);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.hub-locator-card:hover{box-shadow:var(--hl-shadow-lg);border-color:#2563eb33;transform:translateY(-4px)}.hub-locator-card-active{border-color:var(--hl-orange);box-shadow:0 0 0 3px #ea580c26}.hub-locator-card-soon{opacity:.75}.hub-locator-card-imgwrap{aspect-ratio:16/10;background:#f1f5f9;width:100%;position:relative;overflow:hidden}.hub-locator-card-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.hub-locator-card:hover .hub-locator-card-img{transform:scale(1.05)}.hub-locator-card-placeholder{color:#94a3b8;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.hub-locator-card-imgdots{z-index:2;gap:5px;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.hub-locator-imgdot{background:#ffffff80;border-radius:50%;width:6px;height:6px;transition:all .3s}.hub-locator-imgdot-active{background:#fff;border-radius:3px;width:16px}.hub-locator-card-badge{color:#fff;z-index:2;background:#94a3b8e6;border-radius:20px;padding:4px 10px;font-size:10px;font-weight:700;position:absolute;top:10px;right:10px}.hub-locator-card-body{padding:16px}.hub-locator-card-title{color:var(--hl-dark);margin:0 0 6px;font-size:15px;font-weight:700;line-height:1.3}.hub-locator-card-address{color:var(--hl-gray);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 12px;font-size:12.5px;line-height:1.4;display:-webkit-box;overflow:hidden}.hub-locator-card-footer{justify-content:space-between;align-items:center;gap:8px;display:flex}.hub-locator-card-status{border-radius:20px;padding:3px 10px;font-size:11px;font-weight:700}.hub-locator-status-active{color:#16a34a;background:#22c55e1f}.hub-locator-status-soon{color:#64748b;background:#94a3b826}.hub-locator-card-maplink{color:var(--hl-blue);background:#2563eb14;border-radius:6px;align-items:center;gap:4px;padding:5px 12px;font-size:11px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.hub-locator-card-maplink:hover{background:#2563eb26}.hub-locator-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#0f172aa6;justify-content:center;align-items:center;padding:20px;animation:.3s hubLocatorModalFadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes hubLocatorModalFadeIn{0%{opacity:0}to{opacity:1}}.hub-locator-modal-content{background:var(--hl-white);border-radius:var(--hl-radius);width:100%;max-width:680px;max-height:90vh;box-shadow:var(--hl-shadow-xl);animation:.4s cubic-bezier(.16,1,.3,1) hubLocatorModalSlideIn;position:relative;overflow-y:auto}@keyframes hubLocatorModalSlideIn{0%{opacity:0;transform:translateY(40px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.hub-locator-modal-close{cursor:pointer;width:36px;height:36px;color:var(--hl-dark);z-index:10;background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:16px;right:16px;box-shadow:0 2px 10px #0000001a}.hub-locator-modal-close:hover{background:var(--hl-orange);color:#fff;transform:rotate(90deg)}.hub-locator-modal-gallery{width:100%}.hub-locator-modal-mainphoto{background:#f1f5f9;width:100%;height:320px;position:relative;overflow:hidden}.hub-locator-modal-mainphoto img{object-fit:cover;width:100%;height:100%;animation:.5s hubLocatorPhotoFade}@keyframes hubLocatorPhotoFade{0%{opacity:.5}to{opacity:1}}.hub-locator-modal-photocounter{color:#fff;z-index:2;background:#000000b3;border-radius:20px;padding:5px 12px;font-size:12px;font-weight:600;position:absolute;bottom:12px;right:12px}.hub-locator-modal-thumbs{scrollbar-width:none;background:#f8fafc;gap:6px;padding:10px 16px;display:flex;overflow-x:auto}.hub-locator-modal-thumbs::-webkit-scrollbar{display:none}.hub-locator-modal-thumb{cursor:pointer;border:2px solid #0000;border-radius:6px;flex-shrink:0;width:64px;height:48px;transition:all .2s;overflow:hidden}.hub-locator-modal-thumb img{object-fit:cover;width:100%;height:100%}.hub-locator-thumb-active{border-color:var(--hl-blue);box-shadow:0 0 0 2px #2563eb33}.hub-locator-modal-thumb:hover{transform:scale(1.05)}.hub-locator-modal-info{padding:20px 24px 24px}.hub-locator-modal-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:18px;display:flex}.hub-locator-modal-header h2{color:var(--hl-dark);margin:0;font-size:22px;font-weight:800}.hub-locator-modal-status{letter-spacing:.03em;border-radius:20px;padding:4px 12px;font-size:11px;font-weight:700}.hub-locator-modal-details{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:20px;display:grid}.hub-locator-modal-detail{background:var(--hl-light);border-radius:var(--hl-radius-xs);border:1px solid var(--hl-border);align-items:flex-start;gap:10px;padding:12px;display:flex}.hub-locator-modal-icon{color:var(--hl-blue);flex-shrink:0;margin-top:1px}.hub-locator-modal-detail label{color:var(--hl-gray);text-transform:uppercase;letter-spacing:.04em;margin-bottom:3px;font-size:11px;font-weight:700;display:block}.hub-locator-modal-detail p{color:var(--hl-dark);margin:0;font-size:13px;font-weight:600;line-height:1.4}.hub-locator-modal-services{margin-bottom:20px}.hub-locator-modal-services h4{color:var(--hl-dark);margin:0 0 10px;font-size:14px;font-weight:700}.hub-locator-modal-serviceslist{flex-wrap:wrap;gap:8px;display:flex}.hub-locator-modal-servicetag{color:var(--hl-blue);background:#2563eb14;border:1px solid #2563eb26;border-radius:20px;padding:6px 14px;font-size:12px;font-weight:600}.hub-locator-modal-actions{flex-wrap:wrap;gap:12px;display:flex}.hub-locator-btn-directions,.hub-locator-btn-call{cursor:pointer;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;min-width:140px;padding:13px 20px;font-size:14px;font-weight:700;transition:all .25s;display:inline-flex}.hub-locator-btn-directions{background:var(--hl-blue);color:#fff}.hub-locator-btn-directions:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 6px 20px #2563eb59}.hub-locator-btn-call{background:var(--hl-orange);color:#fff}.hub-locator-btn-call:hover{background:#c2410c;transform:translateY(-2px);box-shadow:0 6px 20px #ea580c59}@media(max-width:1200px){.hub-locator-cards-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}}@media(max-width:992px){.hub-locator-body{grid-template-columns:1fr;gap:24px;padding:24px 20px 40px}.hub-locator-map-wrap{order:-1;height:480px;position:relative;top:0}.hub-locator-hero{padding:90px 20px 40px}.hub-locator-hero h1{font-size:34px}.hub-locator-hero-desc{font-size:15px}.hub-locator-sidebar{max-height:500px}.hub-locator-modal-details{grid-template-columns:1fr}.hub-locator-modal-mainphoto{height:240px}.hub-locator-cards-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}}@media(max-width:768px){.hub-locator-hero{padding:80px 18px 36px}.hub-locator-hero h1{font-size:28px}.hub-locator-hero-desc{font-size:14px}.hub-locator-instruction{padding:12px 16px;font-size:13px}.hub-locator-map-wrap{height:420px}.hub-locator-legend{gap:16px}.hub-locator-modal-content{border-radius:var(--hl-radius-sm);max-height:95vh}.hub-locator-modal-info{padding:16px 18px 20px}.hub-locator-modal-header h2{font-size:18px}.hub-locator-modal-actions{flex-direction:column}.hub-locator-btn-directions,.hub-locator-btn-call{width:100%}.hub-locator-cards-section{padding:0 18px 40px}.hub-locator-cards-header h2{font-size:24px}.hub-locator-cards-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.hub-locator-search-wrap{padding:20px 18px 0}}@media(max-width:576px){.hub-locator-hero{padding:70px 16px 28px}.hub-locator-hero h1{font-size:24px;line-height:1.2}.hub-locator-hero-desc{font-size:13.5px;line-height:1.6}.hub-locator-instruction{margin-bottom:18px;padding:10px 14px;font-size:12.5px}.hub-locator-body{padding:16px 12px 32px}.hub-locator-map-wrap{border-radius:var(--hl-radius-sm);height:360px}.hub-locator-sidebar{max-height:450px}.hub-locator-sidebar-header{padding:16px 18px}.hub-locator-acc-trigger{padding:12px 14px;font-size:13px}.hub-locator-branch-row{padding:10px 12px}.hub-locator-branch-text strong{font-size:13px}.hub-locator-branch-text span{font-size:11.5px}.hub-locator-legend-item{font-size:13px}.hub-locator-branch-link{opacity:1;padding:3px 8px;font-size:10px;transform:translate(0)}.hub-locator-page .leaflet-popup-content{width:260px!important}.hub-locator-popup-photos{height:130px}.hub-locator-modal-mainphoto{height:200px}.hub-locator-modal-thumbs{padding:8px 12px}.hub-locator-modal-thumb{width:50px;height:38px}.hub-locator-cards-section{padding:0 12px 32px}.hub-locator-cards-header h2{font-size:22px}.hub-locator-cards-grid{grid-template-columns:1fr;gap:16px}.hub-locator-card-imgwrap{aspect-ratio:16/9}.hub-locator-search-wrap{padding:16px 12px 0}.hub-locator-search-min .hub-locator-search-box{max-width:200px}}@media(max-width:400px){.hub-locator-hero{padding:60px 14px 24px}.hub-locator-hero h1{font-size:22px}.hub-locator-map-wrap{height:300px}.hub-locator-modal-overlay{padding:10px}.hub-locator-cards-grid{grid-template-columns:1fr}.hub-locator-card-imgwrap{aspect-ratio:16/9}}@media(min-width:1600px){.hub-locator-body,.hub-locator-cards-section,.hub-locator-search-wrap{max-width:1400px}.hub-locator-body{grid-template-columns:420px 1fr}.hub-locator-map-wrap{height:750px}.hub-locator-sidebar{max-height:750px}.hub-locator-cards-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media(min-width:1920px){.hub-locator-body,.hub-locator-cards-section,.hub-locator-search-wrap{max-width:1600px}.hub-locator-hero h1{font-size:48px}.hub-locator-hero-desc{font-size:18px}}:root{--GbgEvAFS-bg:#fff;--GbgEvAFS-card-bg:#fff;--GbgEvAFS-card-border:#00000012;--GbgEvAFS-primary:#f97316;--GbgEvAFS-primary-light:#fb923c;--GbgEvAFS-primary-dark:#ea580c;--GbgEvAFS-primary-glow:#f973161f;--GbgEvAFS-text-main:#1a1a2e;--GbgEvAFS-text-sec:#4a4a5a;--GbgEvAFS-text-muted:#6b7280;--GbgEvAFS-text-light:#9ca3af;--GbgEvAFS-white:#fff;--GbgEvAFS-sh-sm:0 1px 3px #0000000a;--GbgEvAFS-sh-md:0 4px 16px #0000000f;--GbgEvAFS-sh-lg:0 12px 48px #00000014;--GbgEvAFS-sh-xl:0 24px 72px #0000001a;--GbgEvAFS-sh-primary:0 8px 32px #f973162e;--GbgEvAFS-r-sm:8px;--GbgEvAFS-r-md:12px;--GbgEvAFS-r-lg:16px;--GbgEvAFS-r-xl:24px;--GbgEvAFS-tr:all .3s cubic-bezier(.4,0,.2,1)}@keyframes GbgEvAFS-fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes GbgEvAFS-slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes GbgEvAFS-cardEnter{0%{opacity:0;transform:scale(.95)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes GbgEvAFS-ddEnter{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes GbgEvAFS-alertEnter{0%{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}@keyframes GbgEvAFS-ovEnter{0%{opacity:0}to{opacity:1}}@keyframes GbgEvAFS-ovExit{0%{opacity:1}to{opacity:0}}@keyframes GbgEvAFS-modEnter{0%{opacity:0;transform:scale(.92)translateY(40px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes GbgEvAFS-modExit{0%{opacity:1;transform:scale(1)translateY(0)}to{opacity:0;transform:scale(.92)translateY(40px)}}.GbgEvAFS-fade-in{animation:.7s forwards GbgEvAFS-fadeIn}.GbgEvAFS-slide-up{opacity:0;animation:.6s forwards GbgEvAFS-slideUp}.GbgEvAFS-slide-up:nth-child(2){animation-delay:.15s}.GbgEvAFS-slide-up:nth-child(3){animation-delay:.3s}.GbgEvAFS-card-enter{opacity:0;animation:.5s forwards GbgEvAFS-cardEnter}.GbgEvAFS-dd-enter{animation:.2s forwards GbgEvAFS-ddEnter}.GbgEvAFS-alert-enter{animation:.4s forwards GbgEvAFS-alertEnter}.GbgEvAFS-ov-enter{animation:.25s forwards GbgEvAFS-ovEnter}.GbgEvAFS-ov-exit{animation:.2s forwards GbgEvAFS-ovExit}.GbgEvAFS-mod-enter{animation:.35s cubic-bezier(.34,1.56,.64,1) forwards GbgEvAFS-modEnter}.GbgEvAFS-mod-exit{animation:.2s forwards GbgEvAFS-modExit}.GbgEvAFS-section{width:100%;color:var(--GbgEvAFS-text-main);-webkit-font-smoothing:antialiased;background:linear-gradient(#fff,#fafafa,#f5f5f5);min-height:100vh;padding:60px 0 100px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;overflow-x:hidden}.GbgEvAFS-bg-fx{pointer-events:none;z-index:0;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.GbgEvAFS-glow{filter:blur(120px);opacity:.5;border-radius:50%;position:absolute}.GbgEvAFS-glow-1{background:radial-gradient(circle,#f973161a,#0000 70%);width:500px;height:500px;top:-10%;left:-5%}.GbgEvAFS-glow-2{background:radial-gradient(circle,#fb923c0f,#0000 70%);width:400px;height:400px;top:40%;right:-10%}.GbgEvAFS-glow-3{background:radial-gradient(circle,#f973160d,#0000 70%);width:600px;height:600px;bottom:-10%;left:30%}.GbgEvAFS-container{z-index:1;max-width:1320px;margin:0 auto;padding:0 24px;position:relative}.GbgEvAFS-header{text-align:center;margin-bottom:40px}.GbgEvAFS-subtitle{letter-spacing:2.5px;text-transform:uppercase;color:var(--GbgEvAFS-primary);background:linear-gradient(135deg,#f9731614,#fb923c0a);border:1px solid #f9731626;border-radius:50px;align-items:center;gap:8px;margin-bottom:18px;padding:8px 20px;font-size:.78rem;font-weight:600;display:inline-flex}.GbgEvAFS-title{color:var(--GbgEvAFS-text-main);letter-spacing:-.02em;margin:0 0 14px;font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.12}.GbgEvAFS-highlight{background:linear-gradient(135deg,#f97316,#ea580c,#f97316);color:#0000;-webkit-background-clip:text;background-clip:text}.GbgEvAFS-header-desc{color:var(--GbgEvAFS-text-muted);max-width:560px;margin:0 auto;font-size:1.05rem;line-height:1.7}.GbgEvAFS-stats-bar{background:var(--GbgEvAFS-white);border:1px solid var(--GbgEvAFS-card-border);border-radius:var(--GbgEvAFS-r-xl);box-shadow:var(--GbgEvAFS-sh-md);flex-wrap:wrap;justify-content:center;align-items:center;gap:0;margin-bottom:36px;padding:22px 28px;display:flex}.GbgEvAFS-stat-item{color:var(--GbgEvAFS-primary);align-items:center;gap:10px;padding:6px 20px;display:flex}.GbgEvAFS-stat-item svg{flex-shrink:0}.GbgEvAFS-stat-number{color:var(--GbgEvAFS-text-main);font-size:1.4rem;font-weight:800;line-height:1}.GbgEvAFS-stat-label{color:var(--GbgEvAFS-text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.72rem;font-weight:500}.GbgEvAFS-stat-divider{background:linear-gradient(180deg,transparent,var(--GbgEvAFS-card-border),transparent);width:1px;height:36px}.GbgEvAFS-filter-panel{background:var(--GbgEvAFS-white);border:1px solid var(--GbgEvAFS-card-border);border-radius:var(--GbgEvAFS-r-xl);box-shadow:var(--GbgEvAFS-sh-lg);z-index:10;isolation:isolate;margin-bottom:36px;padding:24px;position:relative}.GbgEvAFS-filters-grid{grid-template-columns:2fr 1fr 1fr 1fr auto auto;align-items:center;gap:12px;display:grid}.GbgEvAFS-search-wrap{border-radius:var(--GbgEvAFS-r-md);transition:var(--GbgEvAFS-tr);background:#f8f9fa;border:2px solid #0000;align-items:center;padding:11px 14px;display:flex;position:relative}.GbgEvAFS-search-wrap:focus-within{border-color:var(--GbgEvAFS-primary);background:var(--GbgEvAFS-white);box-shadow:0 0 0 4px var(--GbgEvAFS-primary-glow)}.GbgEvAFS-search-icon{color:var(--GbgEvAFS-text-light);flex-shrink:0;display:flex}.GbgEvAFS-search-input{color:var(--GbgEvAFS-text-main);background:0 0;border:none;outline:none;width:100%;margin-left:10px;font-family:inherit;font-size:.92rem}.GbgEvAFS-search-input::placeholder{color:var(--GbgEvAFS-text-light)}.GbgEvAFS-search-clear{color:var(--GbgEvAFS-text-light);cursor:pointer;transition:var(--GbgEvAFS-tr);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;display:flex}.GbgEvAFS-search-clear:hover{color:var(--GbgEvAFS-text-main);background:#0000000d}.GbgEvAFS-dd-wrap{z-index:20;position:relative}.GbgEvAFS-dd-btn{border-radius:var(--GbgEvAFS-r-md);width:100%;color:var(--GbgEvAFS-text-main);cursor:pointer;transition:var(--GbgEvAFS-tr);background:#f8f9fa;border:2px solid #0000;justify-content:space-between;align-items:center;padding:11px 14px;font-family:inherit;font-size:.88rem;font-weight:500;display:flex}.GbgEvAFS-dd-btn:hover{border-color:var(--GbgEvAFS-primary);background:var(--GbgEvAFS-white)}.GbgEvAFS-dd-btn span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.GbgEvAFS-rotate{transition:transform .3s;transform:rotate(180deg)}.GbgEvAFS-dd-menu{background:var(--GbgEvAFS-white);border:1px solid var(--GbgEvAFS-card-border);border-radius:var(--GbgEvAFS-r-md);width:100%;box-shadow:var(--GbgEvAFS-sh-xl);z-index:30;max-height:260px;position:absolute;top:calc(100% + 6px);left:0;overflow:hidden auto}.GbgEvAFS-dd-menu::-webkit-scrollbar{width:5px}.GbgEvAFS-dd-menu::-webkit-scrollbar-thumb{background:var(--GbgEvAFS-card-border);border-radius:3px}.GbgEvAFS-dd-menu button{text-align:left;width:100%;color:var(--GbgEvAFS-text-main);cursor:pointer;transition:var(--GbgEvAFS-tr);background:0 0;border:none;padding:11px 14px;font-family:inherit;font-size:.88rem}.GbgEvAFS-dd-menu button:hover{color:var(--GbgEvAFS-primary);background:linear-gradient(90deg,#f9731614,#0000)}.GbgEvAFS-sort-wrap{position:relative}.GbgEvAFS-sort-select{border-radius:var(--GbgEvAFS-r-md);width:100%;color:var(--GbgEvAFS-text-main);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:var(--GbgEvAFS-tr);background:#f8f9fa url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") right 12px center no-repeat;border:2px solid #0000;outline:none;padding:11px 38px 11px 14px;font-family:inherit;font-size:.88rem;font-weight:500}.GbgEvAFS-sort-select:hover,.GbgEvAFS-sort-select:focus{border-color:var(--GbgEvAFS-primary);background-color:var(--GbgEvAFS-white)}.GbgEvAFS-nearest-btn{background:linear-gradient(135deg,var(--GbgEvAFS-primary),var(--GbgEvAFS-primary-dark));border-radius:var(--GbgEvAFS-r-md);color:var(--GbgEvAFS-white);cursor:pointer;white-space:nowrap;transition:var(--GbgEvAFS-tr);box-shadow:var(--GbgEvAFS-sh-primary);border:none;justify-content:center;align-items:center;gap:7px;padding:11px 18px;font-family:inherit;font-size:.88rem;font-weight:600;display:flex}.GbgEvAFS-nearest-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 28px #f9731647}.GbgEvAFS-nearest-btn:disabled{opacity:.7;cursor:not-allowed}.GbgEvAFS-clear-btn{color:#ef4444;border-radius:var(--GbgEvAFS-r-md);cursor:pointer;white-space:nowrap;transition:var(--GbgEvAFS-tr);background:#ef444412;border:1px solid #ef44442e;align-items:center;gap:7px;padding:11px 16px;font-family:inherit;font-size:.82rem;font-weight:600;display:flex}.GbgEvAFS-clear-btn:hover{background:#ef44441f}.GbgEvAFS-results-bar{border-top:1px solid var(--GbgEvAFS-card-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:18px;padding-top:18px;display:flex}.GbgEvAFS-results-count{color:var(--GbgEvAFS-text-muted);font-size:.88rem;font-weight:500}.GbgEvAFS-view-toggle{gap:6px;display:flex}.GbgEvAFS-view-btn{border-radius:var(--GbgEvAFS-r-sm);cursor:pointer;width:36px;height:36px;transition:var(--GbgEvAFS-tr);background:#f8f9fa;border:1px solid #0000;justify-content:center;align-items:center;padding:0;display:flex}.GbgEvAFS-view-btn:hover{background:var(--GbgEvAFS-white);border-color:var(--GbgEvAFS-card-border)}.GbgEvAFS-view-btn.GbgEvAFS-view-active{background:var(--GbgEvAFS-primary);border-color:var(--GbgEvAFS-primary)}.GbgEvAFS-view-btn.GbgEvAFS-view-active .GbgEvAFS-grid-icon span,.GbgEvAFS-view-btn.GbgEvAFS-view-active .GbgEvAFS-list-icon span{background:var(--GbgEvAFS-white)}.GbgEvAFS-grid-icon{grid-template-columns:1fr 1fr;gap:2px;width:16px;height:16px;display:grid}.GbgEvAFS-grid-icon span{background:var(--GbgEvAFS-text-muted);transition:var(--GbgEvAFS-tr);border-radius:1px}.GbgEvAFS-list-icon{flex-direction:column;gap:3px;width:16px;display:flex}.GbgEvAFS-list-icon span{background:var(--GbgEvAFS-text-muted);height:3px;transition:var(--GbgEvAFS-tr);border-radius:1px}.GbgEvAFS-list-icon span:first-child{width:100%}.GbgEvAFS-list-icon span:nth-child(2){width:70%}.GbgEvAFS-list-icon span:nth-child(3){width:85%}.GbgEvAFS-loc-badge{color:var(--GbgEvAFS-primary);background:linear-gradient(135deg,#f9731614,#fb923c0a);border:1px solid #f973162e;border-radius:50px;align-items:center;gap:5px;padding:5px 12px;font-size:.75rem;font-weight:600;display:inline-flex}.GbgEvAFS-nearest-alert{border-radius:var(--GbgEvAFS-r-lg);background:linear-gradient(135deg,#f9731612,#fb923c08);border:1px solid #f973162e;justify-content:space-between;align-items:center;gap:14px;margin-bottom:28px;padding:18px 22px;display:flex}.GbgEvAFS-nearest-alert-cnt{color:var(--GbgEvAFS-primary);align-items:center;gap:12px;display:flex}.GbgEvAFS-nearest-alert-cnt h4{color:var(--GbgEvAFS-text-main);margin:0;font-size:.95rem}.GbgEvAFS-nearest-alert-cnt p{color:var(--GbgEvAFS-text-muted);margin:2px 0 0;font-size:.82rem}.GbgEvAFS-nearest-alert-btn{background:var(--GbgEvAFS-primary);border-radius:var(--GbgEvAFS-r-md);color:var(--GbgEvAFS-white);cursor:pointer;white-space:nowrap;transition:var(--GbgEvAFS-tr);border:none;padding:9px 18px;font-family:inherit;font-size:.82rem;font-weight:600}.GbgEvAFS-nearest-alert-btn:hover{background:var(--GbgEvAFS-primary-dark);transform:translateY(-1px)}.GbgEvAFS-no-results{text-align:center;background:var(--GbgEvAFS-white);border:1px solid var(--GbgEvAFS-card-border);border-radius:var(--GbgEvAFS-r-xl);margin-bottom:28px;padding:56px 20px}.GbgEvAFS-no-results-icon{color:var(--GbgEvAFS-card-border);margin-bottom:14px}.GbgEvAFS-no-results h3{color:var(--GbgEvAFS-text-main);margin:0 0 6px;font-size:1.4rem}.GbgEvAFS-no-results p{color:var(--GbgEvAFS-text-muted);margin:0 0 20px}.GbgEvAFS-no-results-btn{background:linear-gradient(135deg,var(--GbgEvAFS-primary),var(--GbgEvAFS-primary-dark));border-radius:var(--GbgEvAFS-r-md);color:var(--GbgEvAFS-white);cursor:pointer;transition:var(--GbgEvAFS-tr);border:none;align-items:center;gap:7px;padding:11px 22px;font-family:inherit;font-size:.88rem;font-weight:600;display:inline-flex}.GbgEvAFS-no-results-btn:hover{box-shadow:var(--GbgEvAFS-sh-primary);transform:translateY(-2px)}.GbgEvAFS-stores-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px;display:grid}.GbgEvAFS-stores-list{flex-direction:column;gap:16px;display:flex}.GbgEvAFS-stores-list .GbgEvAFS-card-inner{flex-direction:row;max-height:220px}.GbgEvAFS-stores-list .GbgEvAFS-card-img-wrap{width:280px;height:auto;min-height:220px}.GbgEvAFS-stores-list .GbgEvAFS-card-content{flex:1}.GbgEvAFS-store-card{cursor:pointer;height:100%}.GbgEvAFS-card-inner{background:var(--GbgEvAFS-card-bg);border:1px solid var(--GbgEvAFS-card-border);border-radius:var(--GbgEvAFS-r-xl);height:100%;transition:var(--GbgEvAFS-tr);flex-direction:column;display:flex;position:relative;overflow:hidden}.GbgEvAFS-store-card:hover .GbgEvAFS-card-inner{box-shadow:var(--GbgEvAFS-sh-xl),0 0 0 1px #f9731614;border-color:#f9731640;transform:translateY(-6px)}.GbgEvAFS-card-img-wrap{background:#0f172a;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:210px;display:flex;position:relative;overflow:hidden}.GbgEvAFS-card-img{object-fit:contain;opacity:0;width:100%;max-width:100%;height:100%;max-height:100%;transition:opacity .6s,transform .6s;position:absolute;top:0;left:0}.GbgEvAFS-card-img-active{opacity:1}.GbgEvAFS-store-card:hover .GbgEvAFS-card-img-active{transform:scale(1.03)}.GbgEvAFS-card-img-nav{opacity:0;pointer-events:none;z-index:3;justify-content:space-between;padding:0 10px;transition:opacity .3s;display:flex;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.GbgEvAFS-card-img-nav-vis{opacity:1;pointer-events:auto}.GbgEvAFS-card-img-arrow{cursor:pointer;width:32px;height:32px;color:var(--GbgEvAFS-text-main);box-shadow:var(--GbgEvAFS-sh-sm);transition:var(--GbgEvAFS-tr);background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex}.GbgEvAFS-card-img-arrow:hover{background:var(--GbgEvAFS-white);color:var(--GbgEvAFS-primary)}.GbgEvAFS-img-overlay{z-index:2;background:linear-gradient(#0000,#00000073);justify-content:center;padding:20px 14px 10px;display:flex;position:absolute;bottom:0;left:0;right:0}.GbgEvAFS-img-dots{gap:5px;display:flex}.GbgEvAFS-dot{cursor:pointer;width:6px;height:6px;transition:var(--GbgEvAFS-tr);background:#fff6;border:none;border-radius:50%;padding:0}.GbgEvAFS-dot-active{background:var(--GbgEvAFS-primary);border-radius:3px;width:18px}.GbgEvAFS-card-content{flex-direction:column;flex:1;padding:20px;display:flex}.GbgEvAFS-card-header{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:10px;display:flex}.GbgEvAFS-store-name{color:var(--GbgEvAFS-text-main);flex:1;margin:0;font-size:1.1rem;font-weight:700;line-height:1.3}.GbgEvAFS-card-rating{color:var(--GbgEvAFS-primary);background:linear-gradient(135deg,#f9731614,#fb923c0a);border:1px solid #f9731626;border-radius:8px;flex-shrink:0;align-items:center;gap:4px;padding:4px 10px;font-size:.82rem;font-weight:700;display:flex}.GbgEvAFS-store-address{color:var(--GbgEvAFS-text-muted);align-items:flex-start;gap:8px;margin-bottom:10px;font-size:.82rem;line-height:1.5;display:flex}.GbgEvAFS-store-address .GbgEvAFS-icon{flex-shrink:0;margin-top:2px}.GbgEvAFS-store-meta{flex-direction:column;gap:6px;margin-bottom:12px;display:flex}.GbgEvAFS-meta-item{color:var(--GbgEvAFS-text-muted);align-items:center;gap:8px;font-size:.82rem;display:flex}.GbgEvAFS-icon{color:var(--GbgEvAFS-primary);flex-shrink:0;display:flex}.GbgEvAFS-services-preview{flex-wrap:wrap;gap:5px;margin-bottom:14px;display:flex}.GbgEvAFS-service-tag{color:var(--GbgEvAFS-primary);background:#f9731612;border:1px solid #f973161f;border-radius:5px;padding:3px 9px;font-size:.68rem;font-weight:600}.GbgEvAFS-service-tag.GbgEvAFS-more{background:var(--GbgEvAFS-text-main);color:var(--GbgEvAFS-white);border-color:var(--GbgEvAFS-text-main)}.GbgEvAFS-card-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:auto;display:grid}.GbgEvAFS-card-btn-primary{background:linear-gradient(135deg,var(--GbgEvAFS-primary),var(--GbgEvAFS-primary-dark));border-radius:var(--GbgEvAFS-r-md);color:var(--GbgEvAFS-white);cursor:pointer;transition:var(--GbgEvAFS-tr);box-shadow:var(--GbgEvAFS-sh-primary);border:none;justify-content:center;align-items:center;gap:6px;padding:10px;font-family:inherit;font-size:.85rem;font-weight:600;display:flex}.GbgEvAFS-card-btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 28px #f9731647}.GbgEvAFS-card-btn-secondary{background:var(--GbgEvAFS-white);border:2px solid var(--GbgEvAFS-card-border);border-radius:var(--GbgEvAFS-r-md);color:var(--GbgEvAFS-text-main);cursor:pointer;transition:var(--GbgEvAFS-tr);justify-content:center;align-items:center;gap:6px;padding:10px;font-family:inherit;font-size:.85rem;font-weight:600;display:flex}.GbgEvAFS-card-btn-secondary:hover{border-color:var(--GbgEvAFS-primary);color:var(--GbgEvAFS-primary);background:#f973160a}.GbgEvAFS-overlay{-webkit-backdrop-filter:blur(12px);z-index:1000;background:#0000008c;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.GbgEvAFS-modal{background:var(--GbgEvAFS-white);border:1px solid var(--GbgEvAFS-card-border);border-radius:var(--GbgEvAFS-r-xl);flex-direction:column;width:100%;max-width:1100px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 25px 80px -12px #00000040}.GbgEvAFS-left-col{background:linear-gradient(#fafafa,#f5f5f5);flex-direction:column;gap:16px;width:100%;padding:24px;display:flex;overflow-y:auto}.GbgEvAFS-gallery{flex-direction:column;gap:10px;display:flex}.GbgEvAFS-main-img{border-radius:var(--GbgEvAFS-r-lg);background:#0f172a;justify-content:center;align-items:center;width:100%;height:240px;display:flex;position:relative;overflow:hidden}.GbgEvAFS-main-img img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.GbgEvAFS-gallery-nav{cursor:pointer;width:38px;height:38px;color:var(--GbgEvAFS-text-main);box-shadow:var(--GbgEvAFS-sh-md);transition:var(--GbgEvAFS-tr);z-index:2;background:#ffffffeb;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.GbgEvAFS-gallery-nav:hover{background:var(--GbgEvAFS-white);color:var(--GbgEvAFS-primary)}.GbgEvAFS-prev{left:10px}.GbgEvAFS-next{right:10px}.GbgEvAFS-gallery-dots{z-index:2;gap:5px;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.GbgEvAFS-gallery-dot{cursor:pointer;width:7px;height:7px;transition:var(--GbgEvAFS-tr);background:#ffffff80;border:none;border-radius:50%;padding:0}.GbgEvAFS-gallery-dot-active{background:var(--GbgEvAFS-primary);border-radius:3px;width:22px}.GbgEvAFS-thumbs{grid-template-columns:repeat(4,1fr);gap:7px;display:grid}.GbgEvAFS-thumb,.GbgEvAFS-thumb-active{border-radius:var(--GbgEvAFS-r-sm);cursor:pointer;height:64px;transition:var(--GbgEvAFS-tr);background:#e5e7eb;border:2px solid #0000;justify-content:center;align-items:center;padding:0;display:flex;overflow:hidden}.GbgEvAFS-thumb img,.GbgEvAFS-thumb-active img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.GbgEvAFS-thumb-active{border-color:var(--GbgEvAFS-primary);box-shadow:0 0 0 3px #f973161f}.GbgEvAFS-quick-actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.GbgEvAFS-action-btn{border-radius:var(--GbgEvAFS-r-md);cursor:pointer;transition:var(--GbgEvAFS-tr);border:none;justify-content:center;align-items:center;gap:7px;padding:11px;font-family:inherit;font-size:.82rem;font-weight:600;display:flex}.GbgEvAFS-call-btn{background:linear-gradient(135deg,var(--GbgEvAFS-primary),var(--GbgEvAFS-primary-dark));color:var(--GbgEvAFS-white);box-shadow:var(--GbgEvAFS-sh-primary)}.GbgEvAFS-call-btn:hover{transform:translateY(-2px);box-shadow:0 8px 22px #f9731647}.GbgEvAFS-dir-btn{background:var(--GbgEvAFS-text-main);color:var(--GbgEvAFS-white)}.GbgEvAFS-dir-btn:hover{background:#2a2a3e;transform:translateY(-2px)}.GbgEvAFS-loc-box{background:var(--GbgEvAFS-white);border:1px solid var(--GbgEvAFS-card-border);border-radius:var(--GbgEvAFS-r-md);align-items:center;gap:12px;padding:14px;display:flex}.GbgEvAFS-loc-box h3{color:var(--GbgEvAFS-text-main);margin:0 0 3px;font-size:1rem}.GbgEvAFS-open-status{color:var(--GbgEvAFS-text-muted);align-items:center;gap:5px;font-size:.82rem;display:flex}.GbgEvAFS-green-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:7px;height:7px;box-shadow:0 0 6px #22c55e}.GbgEvAFS-right-col{flex-direction:column;flex:1;padding:24px;display:flex;overflow:hidden}.GbgEvAFS-mod-header{border-bottom:1px solid var(--GbgEvAFS-card-border);justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px;padding-bottom:14px;display:flex}.GbgEvAFS-mod-title{color:var(--GbgEvAFS-text-main);margin:0 0 6px;font-size:1.45rem;font-weight:800;line-height:1.2}.GbgEvAFS-mod-meta{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.GbgEvAFS-rating-disp{color:var(--GbgEvAFS-text-main);align-items:center;gap:5px;font-size:.88rem;font-weight:600;display:flex}.GbgEvAFS-dist-disp{color:var(--GbgEvAFS-primary);align-items:center;gap:4px;font-size:.82rem;font-weight:600;display:flex}.GbgEvAFS-mod-actions{flex-shrink:0;align-items:center;gap:7px;display:flex}.GbgEvAFS-action-icon{border:1px solid var(--GbgEvAFS-card-border);width:38px;height:38px;color:var(--GbgEvAFS-text-muted);cursor:pointer;transition:var(--GbgEvAFS-tr);background:#f8f9fa;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex}.GbgEvAFS-action-icon:hover{background:var(--GbgEvAFS-primary);border-color:var(--GbgEvAFS-primary);color:var(--GbgEvAFS-white)}.GbgEvAFS-fav-active{border-color:var(--GbgEvAFS-primary);background:#f973161a}.GbgEvAFS-close-btn{border:1px solid var(--GbgEvAFS-card-border);width:38px;height:38px;color:var(--GbgEvAFS-text-muted);cursor:pointer;transition:var(--GbgEvAFS-tr);background:#f8f9fa;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex}.GbgEvAFS-close-btn:hover{color:var(--GbgEvAFS-white);background:#ef4444;border-color:#ef4444}.GbgEvAFS-tabs{border-bottom:2px solid var(--GbgEvAFS-card-border);gap:4px;margin-bottom:16px;padding-bottom:2px;display:flex}.GbgEvAFS-tab{color:var(--GbgEvAFS-text-muted);cursor:pointer;transition:var(--GbgEvAFS-tr);background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:6px;margin-bottom:-2px;padding:10px 18px;font-family:inherit;font-size:.88rem;font-weight:600;display:flex}.GbgEvAFS-tab:hover{color:var(--GbgEvAFS-text-main)}.GbgEvAFS-tab.GbgEvAFS-tab-active{color:var(--GbgEvAFS-primary);border-bottom-color:var(--GbgEvAFS-primary)}.GbgEvAFS-content-scroll{scrollbar-width:thin;scrollbar-color:#e5e7eb transparent;flex-grow:1;max-height:calc(90vh - 160px);padding-right:6px;overflow-y:auto}.GbgEvAFS-content-scroll::-webkit-scrollbar{width:5px}.GbgEvAFS-content-scroll::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:3px}.GbgEvAFS-desc-box{border-left:3px solid var(--GbgEvAFS-primary);border-radius:0 var(--GbgEvAFS-r-sm) var(--GbgEvAFS-r-sm) 0;background:linear-gradient(135deg,#f973160a,#fb923c05);margin-bottom:20px;padding:14px}.GbgEvAFS-desc-box p{color:var(--GbgEvAFS-text-sec);margin:0;font-size:.92rem;line-height:1.7}.GbgEvAFS-info-grid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px;display:grid}.GbgEvAFS-info-item{border-radius:var(--GbgEvAFS-r-md);transition:var(--GbgEvAFS-tr);background:#f8f9fa;gap:10px;padding:12px;display:flex}.GbgEvAFS-info-item:hover{background:linear-gradient(135deg,#f973160a,#0000)}.GbgEvAFS-info-icon{color:var(--GbgEvAFS-primary);flex-shrink:0;margin-top:2px;display:flex}.GbgEvAFS-label{text-transform:uppercase;color:var(--GbgEvAFS-text-light);letter-spacing:1.2px;margin-bottom:3px;font-size:.68rem;font-weight:600;display:block}.GbgEvAFS-info-item p{color:var(--GbgEvAFS-text-main);word-break:break-word;margin:0;font-size:.88rem;font-weight:500;line-height:1.4}.GbgEvAFS-features-sec{margin-bottom:20px}.GbgEvAFS-features-sec h4{color:var(--GbgEvAFS-text-main);align-items:center;gap:7px;margin:0 0 12px;font-size:.95rem;display:flex}.GbgEvAFS-features-grid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.GbgEvAFS-feature-item{border-radius:var(--GbgEvAFS-r-sm);color:var(--GbgEvAFS-text-sec);background:linear-gradient(135deg,#f973160d,#fb923c05);border:1px solid #f973161a;align-items:center;gap:7px;padding:9px 12px;font-size:.82rem;font-weight:500;display:flex}.GbgEvAFS-feature-item svg{color:var(--GbgEvAFS-primary);flex-shrink:0}.GbgEvAFS-tags-sec{margin-bottom:20px}.GbgEvAFS-tag-group{margin-bottom:14px}.GbgEvAFS-tag-group h4{color:var(--GbgEvAFS-text-main);margin:0 0 8px;font-size:.9rem;font-weight:600}.GbgEvAFS-tags{flex-wrap:wrap;gap:7px;display:flex}.GbgEvAFS-tag{border:1px solid var(--GbgEvAFS-card-border);color:var(--GbgEvAFS-text-sec);transition:var(--GbgEvAFS-tr);background:#f8f9fa;border-radius:50px;align-items:center;gap:4px;padding:5px 12px;font-size:.8rem;font-weight:500;display:inline-flex}.GbgEvAFS-tag:hover{border-color:var(--GbgEvAFS-primary);color:var(--GbgEvAFS-primary)}.GbgEvAFS-tag-brand{color:var(--GbgEvAFS-primary);background:#f973160d;border-color:#f9731638}.GbgEvAFS-mgr-card{border:1px solid var(--GbgEvAFS-card-border);border-radius:var(--GbgEvAFS-r-md);background:linear-gradient(135deg,#f8f9fa,#fff);align-items:center;gap:12px;margin-bottom:20px;padding:14px;display:flex}.GbgEvAFS-mgr-avatar{background:linear-gradient(135deg,var(--GbgEvAFS-primary),var(--GbgEvAFS-primary-dark));width:44px;height:44px;color:var(--GbgEvAFS-white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.GbgEvAFS-mgr-info{flex:1}.GbgEvAFS-mgr-info h4{color:var(--GbgEvAFS-text-main);margin:0 0 2px;font-size:.95rem}.GbgEvAFS-mgr-info span{color:var(--GbgEvAFS-text-muted);font-size:.78rem}.GbgEvAFS-mgr-call{background:linear-gradient(135deg,var(--GbgEvAFS-primary),var(--GbgEvAFS-primary-dark));width:40px;height:40px;color:var(--GbgEvAFS-white);cursor:pointer;transition:var(--GbgEvAFS-tr);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.GbgEvAFS-mgr-call:hover{box-shadow:var(--GbgEvAFS-sh-primary);transform:scale(1.1)}.GbgEvAFS-form-box{border:1px solid var(--GbgEvAFS-card-border);border-radius:var(--GbgEvAFS-r-lg);background:linear-gradient(135deg,#f8f9fa,#fff);padding:20px}.GbgEvAFS-form-box h4{color:var(--GbgEvAFS-text-main);align-items:center;gap:7px;margin:0 0 16px;font-size:1rem;display:flex}.GbgEvAFS-form-box input,.GbgEvAFS-form-box textarea{background:var(--GbgEvAFS-white);border:2px solid var(--GbgEvAFS-card-border);width:100%;color:var(--GbgEvAFS-text-main);border-radius:var(--GbgEvAFS-r-sm);transition:var(--GbgEvAFS-tr);outline:none;margin-bottom:10px;padding:11px 13px;font-family:inherit;font-size:.88rem}.GbgEvAFS-form-box input:focus,.GbgEvAFS-form-box textarea:focus{border-color:var(--GbgEvAFS-primary);box-shadow:0 0 0 4px var(--GbgEvAFS-primary-glow)}.GbgEvAFS-form-box input::placeholder,.GbgEvAFS-form-box textarea::placeholder{color:var(--GbgEvAFS-text-light)}.GbgEvAFS-form-row{grid-template-columns:1fr 1fr;gap:10px;display:grid}.GbgEvAFS-submit-btn{background:linear-gradient(135deg,var(--GbgEvAFS-primary),var(--GbgEvAFS-primary-dark));border-radius:var(--GbgEvAFS-r-md);width:100%;color:var(--GbgEvAFS-white);cursor:pointer;transition:var(--GbgEvAFS-tr);box-shadow:var(--GbgEvAFS-sh-primary);border:none;justify-content:center;align-items:center;gap:8px;padding:12px;font-family:inherit;font-size:.92rem;font-weight:700;display:flex}.GbgEvAFS-submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 28px #f9731647}.GbgEvAFS-reviews-sec{margin-bottom:20px}.GbgEvAFS-reviews-hdr{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.GbgEvAFS-reviews-hdr h4{color:var(--GbgEvAFS-text-main);align-items:center;gap:7px;margin:0;font-size:1rem;display:flex}.GbgEvAFS-write-btn{background:linear-gradient(135deg,var(--GbgEvAFS-primary),var(--GbgEvAFS-primary-dark));border-radius:var(--GbgEvAFS-r-md);color:var(--GbgEvAFS-white);cursor:pointer;transition:var(--GbgEvAFS-tr);border:none;align-items:center;gap:5px;padding:8px 14px;font-family:inherit;font-size:.82rem;font-weight:600;display:flex}.GbgEvAFS-write-btn:hover{box-shadow:var(--GbgEvAFS-sh-primary);transform:translateY(-1px)}.GbgEvAFS-review-form{border:1px solid var(--GbgEvAFS-card-border);border-radius:var(--GbgEvAFS-r-md);background:#f8f9fa;margin-bottom:16px;padding:16px}.GbgEvAFS-review-form input,.GbgEvAFS-review-form textarea{background:var(--GbgEvAFS-white);border:2px solid var(--GbgEvAFS-card-border);width:100%;color:var(--GbgEvAFS-text-main);border-radius:var(--GbgEvAFS-r-sm);transition:var(--GbgEvAFS-tr);outline:none;margin-bottom:10px;padding:10px 12px;font-family:inherit;font-size:.88rem}.GbgEvAFS-review-form input:focus,.GbgEvAFS-review-form textarea:focus{border-color:var(--GbgEvAFS-primary);box-shadow:0 0 0 3px var(--GbgEvAFS-primary-glow)}.GbgEvAFS-rating-input{align-items:center;gap:6px;margin-bottom:10px;display:flex}.GbgEvAFS-rating-input>span{color:var(--GbgEvAFS-text-muted);font-size:.85rem;font-weight:500}.GbgEvAFS-rating-input button{cursor:pointer;background:0 0;border:none;padding:2px;transition:transform .2s}.GbgEvAFS-rating-input button:hover{transform:scale(1.2)}.GbgEvAFS-form-actions{justify-content:flex-end;gap:10px;display:flex}.GbgEvAFS-cancel-btn{border:1px solid var(--GbgEvAFS-card-border);border-radius:var(--GbgEvAFS-r-sm);color:var(--GbgEvAFS-text-muted);cursor:pointer;transition:var(--GbgEvAFS-tr);background:0 0;padding:9px 16px;font-family:inherit;font-size:.82rem;font-weight:600}.GbgEvAFS-cancel-btn:hover{background:#f0f0f0}.GbgEvAFS-review-submit{background:linear-gradient(135deg,var(--GbgEvAFS-primary),var(--GbgEvAFS-primary-dark));border-radius:var(--GbgEvAFS-r-sm);color:var(--GbgEvAFS-white);cursor:pointer;transition:var(--GbgEvAFS-tr);border:none;padding:9px 18px;font-family:inherit;font-size:.82rem;font-weight:600}.GbgEvAFS-review-submit:hover{box-shadow:var(--GbgEvAFS-sh-primary);transform:translateY(-1px)}.GbgEvAFS-reviews-list{flex-direction:column;gap:12px;display:flex}.GbgEvAFS-review-item{border:1px solid var(--GbgEvAFS-card-border);border-radius:var(--GbgEvAFS-r-md);transition:var(--GbgEvAFS-tr);background:#f8f9fa;padding:14px}.GbgEvAFS-review-item:hover{border-color:#f9731626}.GbgEvAFS-review-hdr{align-items:center;gap:10px;margin-bottom:8px;display:flex}.GbgEvAFS-review-avatar{background:linear-gradient(135deg,var(--GbgEvAFS-primary),var(--GbgEvAFS-primary-dark));width:34px;height:34px;color:var(--GbgEvAFS-white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.GbgEvAFS-review-meta{flex:1}.GbgEvAFS-review-name{color:var(--GbgEvAFS-text-main);font-size:.88rem;font-weight:600}.GbgEvAFS-review-stars{gap:2px;margin-top:2px;display:flex}.GbgEvAFS-review-date{color:var(--GbgEvAFS-text-light);flex-shrink:0;font-size:.75rem}.GbgEvAFS-review-text{color:var(--GbgEvAFS-text-sec);margin:0 0 8px;font-size:.85rem;line-height:1.6}.GbgEvAFS-review-actions{gap:12px;display:flex}.GbgEvAFS-like-btn{color:var(--GbgEvAFS-text-light);cursor:pointer;transition:var(--GbgEvAFS-tr);background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:.78rem;display:flex}.GbgEvAFS-like-btn:hover{color:var(--GbgEvAFS-primary)}@media(min-width:2560px){.GbgEvAFS-container{max-width:1800px}.GbgEvAFS-stores-grid{grid-template-columns:repeat(5,1fr)}.GbgEvAFS-title{font-size:4rem}.GbgEvAFS-main-img{height:360px}.GbgEvAFS-modal{max-width:1400px}}@media(min-width:1920px){.GbgEvAFS-container{max-width:1600px}.GbgEvAFS-stores-grid{grid-template-columns:repeat(4,1fr)}.GbgEvAFS-main-img{height:320px}.GbgEvAFS-modal{max-width:1300px}}@media(min-width:1440px)and (max-width:1919px){.GbgEvAFS-container{max-width:1400px}.GbgEvAFS-stores-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1200px){.GbgEvAFS-filters-grid{grid-template-columns:2fr 1fr 1fr auto}.GbgEvAFS-stores-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.GbgEvAFS-section{padding:50px 0 70px}.GbgEvAFS-filters-grid{grid-template-columns:1fr 1fr}.GbgEvAFS-search-wrap{grid-column:1/-1}.GbgEvAFS-stores-grid{grid-template-columns:repeat(2,1fr);gap:20px}.GbgEvAFS-stats-bar{gap:6px}.GbgEvAFS-stat-divider{display:none}.GbgEvAFS-stat-item{padding:6px 10px}.GbgEvAFS-modal{max-height:85vh}.GbgEvAFS-info-grid{grid-template-columns:1fr}.GbgEvAFS-stores-list .GbgEvAFS-card-inner{flex-direction:column;max-height:none}.GbgEvAFS-stores-list .GbgEvAFS-card-img-wrap{width:100%;height:200px}}@media(max-width:768px){.GbgEvAFS-container{padding:0 16px}.GbgEvAFS-header{margin-bottom:28px}.GbgEvAFS-title{font-size:1.7rem}.GbgEvAFS-stats-bar{gap:10px;padding:14px}.GbgEvAFS-stat-item{padding:5px 8px}.GbgEvAFS-stat-number{font-size:1.15rem}.GbgEvAFS-filter-panel{margin-bottom:28px;padding:18px}.GbgEvAFS-filters-grid{grid-template-columns:1fr;gap:8px}.GbgEvAFS-search-wrap{grid-column:auto}.GbgEvAFS-stores-grid{grid-template-columns:1fr;gap:14px}.GbgEvAFS-card-img-wrap{height:190px}.GbgEvAFS-modal{border-radius:var(--GbgEvAFS-r-lg);flex-direction:column;max-height:92vh}.GbgEvAFS-left-col{border-right:none;border-bottom:1px solid var(--GbgEvAFS-card-border);width:100%;max-height:none;padding:18px}.GbgEvAFS-main-img{height:190px}.GbgEvAFS-right-col{max-height:50vh;padding:18px}.GbgEvAFS-mod-header{flex-direction:column;gap:10px}.GbgEvAFS-mod-title{font-size:1.2rem}.GbgEvAFS-info-grid,.GbgEvAFS-features-grid,.GbgEvAFS-form-row{grid-template-columns:1fr}.GbgEvAFS-nearest-alert{text-align:center;flex-direction:column;gap:10px}.GbgEvAFS-nearest-alert-cnt{flex-direction:column}.GbgEvAFS-card-actions{grid-template-columns:1fr}}@media(max-width:576px){.GbgEvAFS-section{padding:40px 0 60px}.GbgEvAFS-title{font-size:1.5rem}.GbgEvAFS-header-desc{font-size:.9rem}.GbgEvAFS-stats-bar{padding:12px}.GbgEvAFS-stat-item{padding:4px 6px}.GbgEvAFS-stat-number{font-size:1rem}.GbgEvAFS-stat-label{font-size:.65rem}.GbgEvAFS-filter-panel{padding:14px}.GbgEvAFS-card-content{padding:16px}.GbgEvAFS-store-name{font-size:.98rem}.GbgEvAFS-left-col,.GbgEvAFS-right-col{padding:14px}.GbgEvAFS-main-img{height:160px}.GbgEvAFS-thumbs{gap:5px}.GbgEvAFS-thumb,.GbgEvAFS-thumb-active{height:46px}.GbgEvAFS-form-box{padding:14px}.GbgEvAFS-tabs{gap:2px}.GbgEvAFS-tab{padding:8px 12px;font-size:.82rem}.GbgEvAFS-quick-actions{grid-template-columns:1fr}}@media(max-width:400px){.GbgEvAFS-section{padding:36px 0 50px}.GbgEvAFS-container{padding:0 12px}.GbgEvAFS-title{font-size:1.35rem}.GbgEvAFS-header-desc{font-size:.85rem}.GbgEvAFS-card-img-wrap{height:170px}.GbgEvAFS-main-img{height:140px}.GbgEvAFS-thumb,.GbgEvAFS-thumb-active{height:40px}.GbgEvAFS-mod-title{font-size:1.1rem}}@media(max-width:360px){.GbgEvAFS-title{font-size:1.2rem}.GbgEvAFS-subtitle{padding:6px 14px;font-size:.7rem}.GbgEvAFS-card-img-wrap{height:155px}.GbgEvAFS-main-img{height:120px}.GbgEvAFS-nearest-btn,.GbgEvAFS-clear-btn{padding:9px 12px;font-size:.78rem}.GbgEvAFS-tab{padding:7px 10px;font-size:.78rem}.GbgEvAFS-action-icon,.GbgEvAFS-close-btn{width:34px;height:34px}}@media(max-width:320px){.GbgEvAFS-section{padding:28px 0 40px}.GbgEvAFS-container{padding:0 10px}.GbgEvAFS-title{font-size:1.05rem}.GbgEvAFS-header-desc{font-size:.78rem}.GbgEvAFS-stats-bar{padding:10px}.GbgEvAFS-stat-number{font-size:.9rem}.GbgEvAFS-card-img-wrap{height:135px}.GbgEvAFS-main-img{height:100px}.GbgEvAFS-card-content{padding:12px}.GbgEvAFS-store-name{font-size:.9rem}.GbgEvAFS-thumb,.GbgEvAFS-thumb-active{height:34px}.GbgEvAFS-mod-title{font-size:1rem}.GbgEvAFS-left-col,.GbgEvAFS-right-col{padding:10px}}@media(min-width:768px){.GbgEvAFS-modal{flex-direction:row}.GbgEvAFS-left-col{border-right:1px solid var(--GbgEvAFS-card-border);width:40%;max-height:90vh}}@media(prefers-reduced-motion:reduce){.GbgEvAFS-section *,.GbgEvAFS-section :before,.GbgEvAFS-section :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.gbg-testimonial-section{background:#fff;width:100%;padding:80px 20px 60px;overflow:hidden}.gbg-testimonial-container{max-width:700px;margin:0 auto;position:relative}.gbg-testimonial-header{text-align:center;margin-bottom:40px}.gbg-testimonial-title{color:#0f172a;letter-spacing:-.5px;margin:0 0 12px;font-size:32px;font-weight:800;line-height:1.2}.gbg-testimonial-gradient-text{background:linear-gradient(90deg,#ff7a00,#1e88e5);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gbg-testimonial-subtitle{color:#64748b;margin:0;font-size:15px;font-weight:500}.gbg-testimonial-wrapper{max-width:600px;margin:0 auto}.gbg-testimonial-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:40px 36px 28px;transition:box-shadow .3s;position:relative;box-shadow:0 4px 24px #0000000f}.gbg-testimonial-card:hover{box-shadow:0 8px 40px #0000001a}.gbg-testimonial-quote-icon{color:#ff7a00;opacity:.15;position:absolute;top:20px;left:50%;transform:translate(-50%)}.gbg-testimonial-content{justify-content:center;align-items:center;min-height:320px;display:flex}.gbg-testimonial-quote-wrap{flex-direction:column;align-items:center;gap:14px;width:100%;display:flex}.gbg-testimonial-author-top{justify-content:center;margin-bottom:4px;display:flex}.gbg-testimonial-author-img{object-fit:cover;border:3px solid #ff7a00;border-radius:50%;width:100px;height:100px;transition:transform .3s,box-shadow .3s;display:block;box-shadow:0 4px 20px #ff7a0040,0 0 0 4px #ff7a001a}.gbg-testimonial-author-img:hover{transform:scale(1.05);box-shadow:0 6px 24px #ff7a0059,0 0 0 4px #ff7a0026}.gbg-testimonial-img-fallback{color:#fff;background:linear-gradient(135deg,#ff7a00,#f97316);border:3px solid #ff7a00;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;transition:transform .3s;display:flex;box-shadow:0 4px 20px #ff7a0040,0 0 0 4px #ff7a001a}.gbg-testimonial-img-fallback:hover{transform:scale(1.05)}.gbg-testimonial-author-info-center{flex-direction:column;align-items:center;gap:4px;display:flex}.gbg-testimonial-author-name{color:#0f172a;margin:0;font-size:18px;font-weight:700;line-height:1.3}.gbg-testimonial-poc{color:#ff7a00;font-weight:600}.gbg-testimonial-author-role{color:#64748b;margin:0;font-size:13px;font-weight:500}.gbg-testimonial-text{color:#334155;max-width:480px;margin:8px 0 0;font-size:15px;font-style:italic;line-height:1.7}.gbg-testimonial-nav{justify-content:center;gap:14px;margin-top:24px;display:flex}.gbg-testimonial-nav-btn{cursor:pointer;color:#ff7a00;background:#fff;border:2px solid #ff7a00;border-radius:50%;outline:none;justify-content:center;align-items:center;width:42px;height:42px;transition:all .25s;display:flex}.gbg-testimonial-nav-btn:hover{color:#fff;background:#ff7a00;transform:scale(1.05)}.gbg-testimonial-nav-btn:active{transform:scale(.95)}.gbg-testimonial-dots{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;max-width:100%;margin-top:20px;display:flex}.gbg-testimonial-dot{cursor:pointer;background:#cbd5e1;border:none;border-radius:50%;outline:none;flex-shrink:0;width:8px;height:8px;padding:0;transition:all .3s}.gbg-testimonial-dot:hover{background:#94a3b8}.gbg-testimonial-dot-active{background:#ff7a00;border-radius:999px;width:24px;height:8px}@media(max-width:1024px)and (min-width:768px){.gbg-testimonial-section{padding:70px 24px 50px}.gbg-testimonial-title{font-size:28px}.gbg-testimonial-subtitle{font-size:14px}.gbg-testimonial-card{padding:36px 32px 24px}.gbg-testimonial-content{min-height:300px}.gbg-testimonial-author-img,.gbg-testimonial-img-fallback{width:90px;height:90px}.gbg-testimonial-text{font-size:14px}.gbg-testimonial-dots{gap:6px}}@media(max-width:767px){.gbg-testimonial-section{padding:50px 16px 40px}.gbg-testimonial-title{font-size:24px}.gbg-testimonial-subtitle{font-size:13px}.gbg-testimonial-card{border-radius:16px;padding:32px 24px 22px}.gbg-testimonial-content{min-height:280px}.gbg-testimonial-author-img,.gbg-testimonial-img-fallback{border-width:2px;width:80px;height:80px;box-shadow:0 3px 16px #ff7a0033,0 0 0 3px #ff7a0014}.gbg-testimonial-author-name{font-size:16px}.gbg-testimonial-author-role{font-size:12px}.gbg-testimonial-text{font-size:13px;line-height:1.6}.gbg-testimonial-nav-btn{width:38px;height:38px}.gbg-testimonial-nav-btn svg{width:18px;height:18px}.gbg-testimonial-dots{gap:6px;margin-top:16px}.gbg-testimonial-dot{width:7px;height:7px}.gbg-testimonial-dot-active{width:20px;height:7px}}@media(max-width:480px){.gbg-testimonial-section{padding:40px 12px 32px}.gbg-testimonial-title{font-size:20px}.gbg-testimonial-subtitle{font-size:12px}.gbg-testimonial-card{border-radius:14px;padding:28px 18px 20px}.gbg-testimonial-content{min-height:260px}.gbg-testimonial-author-img,.gbg-testimonial-img-fallback{width:70px;height:70px}.gbg-testimonial-author-name{font-size:15px}.gbg-testimonial-text{font-size:12px}.gbg-testimonial-nav{gap:10px;margin-top:18px}.gbg-testimonial-nav-btn{width:34px;height:34px}.gbg-testimonial-dots{gap:5px;margin-top:14px}.gbg-testimonial-dot{width:6px;height:6px}.gbg-testimonial-dot-active{width:18px;height:6px}}@media(max-width:360px){.gbg-testimonial-title{font-size:18px}.gbg-testimonial-subtitle{font-size:11px}.gbg-testimonial-card{padding:24px 14px 18px}.gbg-testimonial-content{min-height:240px}.gbg-testimonial-author-img,.gbg-testimonial-img-fallback{width:60px;height:60px}.gbg-testimonial-author-name{font-size:14px}.gbg-testimonial-text{font-size:11.5px}.gbg-testimonial-dots{gap:4px}}.gbgVideoSection{background:#fff;width:100%;padding:50px 15px;font-family:Quicksand,sans-serif}.gbgVideoContainer{text-align:center;max-width:1100px;margin:auto}.gbgVideoTitle{color:#111;font-size:28px;font-weight:700}.gbgVideoSubtitle{color:#666;margin-bottom:30px;font-size:14px}.gbgVideoGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;display:grid}.gbgVideoCard{cursor:pointer;background:#000;border-radius:14px;overflow:hidden;box-shadow:0 8px 20px #0000001f}.gbgThumb{aspect-ratio:16/9;width:100%;position:relative;overflow:hidden}.gbgThumb img{object-fit:cover;width:100%;height:100%}.gbgPlayBtn{color:#fff;background:#00000040;justify-content:center;align-items:center;font-size:26px;transition:all .3s;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.gbgVideoCard:hover .gbgPlayBtn{background:#0006}:root{--gbg-franchise-partner-primary:#ff7a00;--gbg-franchise-partner-primary-light:#ff9500;--gbg-franchise-partner-secondary:#1e88e5;--gbg-franchise-partner-secondary-light:#42a5f5;--gbg-franchise-partner-text:#0f172a;--gbg-franchise-partner-text-light:#334155;--gbg-franchise-partner-muted:#64748b;--gbg-franchise-partner-bg:#fff;--gbg-franchise-partner-card-bg:#f8fafc;--gbg-franchise-partner-border:#e2e8f0;--gbg-franchise-partner-shadow:#0f172a0f;--gbg-franchise-partner-orange-glow:#ff7a0014;--gbg-franchise-partner-blue-glow:#1e88e514}.gbg-franchise-partner-section{background:var(--gbg-franchise-partner-bg);z-index:5;width:100%;padding:100px 0;position:relative;overflow:hidden}.gbg-franchise-partner-bg-blob{filter:blur(120px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.gbg-franchise-partner-bg-blob-1{background:var(--gbg-franchise-partner-orange-glow);width:500px;height:500px;animation:10s ease-in-out infinite partnerBlobFloat1;top:-200px;left:-150px}.gbg-franchise-partner-bg-blob-2{background:var(--gbg-franchise-partner-blue-glow);width:400px;height:400px;animation:12s ease-in-out infinite partnerBlobFloat2;bottom:-150px;right:-100px}.gbg-franchise-partner-bg-blob-3{background:#ff7a000d;width:300px;height:300px;animation:8s ease-in-out infinite partnerBlobFloat3;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes partnerBlobFloat1{0%,to{transform:translate(0)scale(1)}50%{transform:translate(40px,-30px)scale(1.08)}}@keyframes partnerBlobFloat2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-30px,20px)scale(1.05)}}@keyframes partnerBlobFloat3{0%,to{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(-50%,-50%)scale(1.1)}}.gbg-franchise-partner-container{z-index:2;box-sizing:border-box;max-width:1280px;margin:0 auto;padding:0 48px;position:relative}.gbg-franchise-partner-heading{text-align:center;flex-direction:column;align-items:center;gap:20px;max-width:850px;margin:0 auto 72px;display:flex}.gbg-franchise-partner-badge{color:var(--gbg-franchise-partner-primary);background:linear-gradient(135deg,#ff7a001a,#1e88e51a);border:1px solid #ff7a0026;border-radius:999px;align-items:center;gap:8px;width:-moz-fit-content;width:fit-content;padding:10px 22px;font-size:14px;font-weight:700;display:inline-flex}.gbg-franchise-partner-badge-icon{color:var(--gbg-franchise-partner-primary);flex-shrink:0}.gbg-franchise-partner-title{color:var(--gbg-franchise-partner-text);letter-spacing:-1px;margin:0;font-size:42px;font-weight:900;line-height:1.2}.gbg-franchise-partner-gradient-text{background:linear-gradient(90deg,var(--gbg-franchise-partner-primary),var(--gbg-franchise-partner-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gbg-franchise-partner-description{color:var(--gbg-franchise-partner-muted);max-width:720px;margin:0;font-size:18px;line-height:1.8}.gbg-franchise-partner-main-card{background:linear-gradient(135deg,#ff7a000a,#1e88e50a,#ff7a000f);border:1px solid #e2e8f099;border-radius:36px;padding:56px;position:relative;overflow:hidden;box-shadow:0 4px 6px #0f172a05,0 20px 60px #0f172a0f}.gbg-franchise-partner-main-card:before{content:"";background:linear-gradient(90deg,var(--gbg-franchise-partner-primary),var(--gbg-franchise-partner-secondary));border-radius:36px 36px 0 0;height:4px;position:absolute;top:0;left:0;right:0}.gbg-franchise-partner-main-grid{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.gbg-franchise-partner-left{flex-direction:column;gap:20px;display:flex}.gbg-franchise-partner-left-header{flex-direction:column;gap:8px;display:flex}.gbg-franchise-partner-left-title{color:var(--gbg-franchise-partner-text);letter-spacing:-.5px;margin:0;font-size:30px;font-weight:800;line-height:1.3}.gbg-franchise-partner-left-highlight{color:var(--gbg-franchise-partner-primary);margin:0;font-size:24px;font-weight:800;line-height:1.3}.gbg-franchise-partner-left-subtitle{color:var(--gbg-franchise-partner-muted);border-bottom:1px solid var(--gbg-franchise-partner-border);margin:0;padding-bottom:8px;font-size:16px;font-weight:600}.gbg-franchise-partner-stats-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:8px;display:grid}.gbg-franchise-partner-stat-card{text-align:center;background:#fff;border:1px solid #e2e8f080;border-radius:20px;flex-direction:column;align-items:center;gap:10px;padding:28px 16px;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #0f172a0f}.gbg-franchise-partner-stat-card:before{content:"";background:linear-gradient(90deg,var(--gbg-franchise-partner-primary),var(--gbg-franchise-partner-secondary));opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.gbg-franchise-partner-stat-card:hover:before{opacity:1}.gbg-franchise-partner-stat-card:hover{transform:translateY(-6px);box-shadow:0 20px 48px #0f172a1a}.gbg-franchise-partner-stat-icon-wrapper{width:44px;height:44px;color:var(--gbg-franchise-partner-primary);background:linear-gradient(135deg,#ff7a001a,#1e88e51a);border-radius:12px;justify-content:center;align-items:center;margin-bottom:4px;display:flex}.gbg-franchise-partner-counter{justify-content:center;align-items:baseline;gap:2px;font-size:36px;font-weight:900;line-height:1;display:flex}.gbg-franchise-partner-counter-prefix,.gbg-franchise-partner-counter-suffix{color:var(--gbg-franchise-partner-primary);font-size:24px}.gbg-franchise-partner-counter-value{background:linear-gradient(135deg,var(--gbg-franchise-partner-primary),var(--gbg-franchise-partner-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gbg-franchise-partner-stat-label{color:var(--gbg-franchise-partner-muted);letter-spacing:.5px;text-transform:uppercase;font-size:12px;font-weight:700}.gbg-franchise-partner-cta-btn{cursor:pointer;background:linear-gradient(135deg,var(--gbg-franchise-partner-primary),var(--gbg-franchise-partner-primary-light));color:#fff;border:none;border-radius:16px;outline:none;align-items:center;gap:10px;width:-moz-fit-content;width:fit-content;margin-top:12px;padding:16px 32px;font-size:16px;font-weight:700;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #ff7a004d}.gbg-franchise-partner-cta-btn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff40,#0000);width:100%;height:100%;animation:3s infinite partnerShine;position:absolute;top:0;left:-100%}@keyframes partnerShine{0%{left:-100%}50%,to{left:100%}}.gbg-franchise-partner-cta-btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #ff7a0066}.gbg-franchise-partner-cta-icon{transition:transform .3s}.gbg-franchise-partner-cta-btn:hover .gbg-franchise-partner-cta-icon{transform:translate(4px)}.gbg-franchise-partner-right{justify-content:center;align-items:center;display:flex;position:relative}.gbg-franchise-partner-map-wrapper{width:100%;max-width:480px;position:relative}.gbg-franchise-partner-map-img{filter:drop-shadow(0 20px 50px #00000026);width:100%;height:auto;display:block}.gbg-franchise-partner-dot{z-index:2;cursor:pointer;border-radius:50%;width:14px;height:14px;position:absolute}.gbg-franchise-partner-dot:before{content:"";border-radius:50%;animation:2s ease-in-out infinite partnerPulse;position:absolute;top:0;bottom:0;left:0;right:0}.gbg-franchise-partner-dot-ring{opacity:0;border:2px solid;border-radius:50%;animation:2s ease-in-out infinite partnerPulseRing;position:absolute;top:-6px;bottom:-6px;left:-6px;right:-6px}.gbg-franchise-partner-dot-1{top:22%;left:32%}.gbg-franchise-partner-dot-1:before,.gbg-franchise-partner-dot-1 .gbg-franchise-partner-dot-ring{background:var(--gbg-franchise-partner-primary);border-color:var(--gbg-franchise-partner-primary)}.gbg-franchise-partner-dot-2{top:30%;right:30%}.gbg-franchise-partner-dot-2:before,.gbg-franchise-partner-dot-2 .gbg-franchise-partner-dot-ring{background:var(--gbg-franchise-partner-secondary);border-color:var(--gbg-franchise-partner-secondary);animation-delay:.4s}.gbg-franchise-partner-dot-2 .gbg-franchise-partner-dot-ring{animation-delay:.4s}.gbg-franchise-partner-dot-3{bottom:35%;left:48%}.gbg-franchise-partner-dot-3:before,.gbg-franchise-partner-dot-3 .gbg-franchise-partner-dot-ring{background:var(--gbg-franchise-partner-primary);border-color:var(--gbg-franchise-partner-primary);animation-delay:.8s}.gbg-franchise-partner-dot-3 .gbg-franchise-partner-dot-ring{animation-delay:.8s}.gbg-franchise-partner-dot-4{top:45%;left:22%}.gbg-franchise-partner-dot-4:before,.gbg-franchise-partner-dot-4 .gbg-franchise-partner-dot-ring{background:var(--gbg-franchise-partner-secondary);border-color:var(--gbg-franchise-partner-secondary);animation-delay:1.2s}.gbg-franchise-partner-dot-4 .gbg-franchise-partner-dot-ring{animation-delay:1.2s}.gbg-franchise-partner-dot-5{bottom:25%;right:25%}.gbg-franchise-partner-dot-5:before,.gbg-franchise-partner-dot-5 .gbg-franchise-partner-dot-ring{background:var(--gbg-franchise-partner-primary);border-color:var(--gbg-franchise-partner-primary);animation-delay:1.6s}.gbg-franchise-partner-dot-5 .gbg-franchise-partner-dot-ring{animation-delay:1.6s}@keyframes partnerPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}@keyframes partnerPulseRing{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(2.5)}}.gbg-franchise-partner-map-label{color:var(--gbg-franchise-partner-text);border:1px solid var(--gbg-franchise-partner-border);white-space:nowrap;background:#fff;border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:600;display:flex;position:absolute;bottom:-16px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #0f172a1a}.gbg-franchise-partner-map-label svg{color:var(--gbg-franchise-partner-primary);flex-shrink:0}@media(min-width:1440px){.gbg-franchise-partner-container{max-width:1400px;padding:0 64px}.gbg-franchise-partner-section{padding:120px 0}.gbg-franchise-partner-title{font-size:48px}.gbg-franchise-partner-description{font-size:20px}.gbg-franchise-partner-main-card{border-radius:40px;padding:64px}.gbg-franchise-partner-main-grid{gap:80px}.gbg-franchise-partner-left-title{font-size:34px}.gbg-franchise-partner-left-highlight{font-size:28px}.gbg-franchise-partner-counter{font-size:42px}.gbg-franchise-partner-counter-prefix,.gbg-franchise-partner-counter-suffix{font-size:28px}.gbg-franchise-partner-map-wrapper{max-width:520px}}@media(max-width:1200px){.gbg-franchise-partner-container{padding:0 40px}.gbg-franchise-partner-main-grid{gap:48px}.gbg-franchise-partner-main-card{padding:44px}.gbg-franchise-partner-left-title{font-size:28px}.gbg-franchise-partner-left-highlight{font-size:22px}.gbg-franchise-partner-counter{font-size:32px}.gbg-franchise-partner-counter-prefix,.gbg-franchise-partner-counter-suffix{font-size:22px}.gbg-franchise-partner-map-wrapper{max-width:420px}}@media(max-width:1024px){.gbg-franchise-partner-container{padding:0 32px}.gbg-franchise-partner-section{padding:80px 0}.gbg-franchise-partner-heading{margin-bottom:56px}.gbg-franchise-partner-title{font-size:36px}.gbg-franchise-partner-description{font-size:17px}.gbg-franchise-partner-main-card{border-radius:28px;padding:40px}.gbg-franchise-partner-main-grid{gap:40px}.gbg-franchise-partner-left-title{font-size:26px}.gbg-franchise-partner-left-highlight{font-size:20px}.gbg-franchise-partner-stats-grid{gap:12px}.gbg-franchise-partner-stat-card{padding:22px 12px}.gbg-franchise-partner-counter{font-size:28px}.gbg-franchise-partner-counter-prefix,.gbg-franchise-partner-counter-suffix{font-size:20px}.gbg-franchise-partner-map-wrapper{max-width:380px}}@media(max-width:768px){.gbg-franchise-partner-container{padding:0 24px}.gbg-franchise-partner-section{padding:60px 0}.gbg-franchise-partner-heading{gap:16px;margin-bottom:44px}.gbg-franchise-partner-badge{padding:8px 18px;font-size:13px}.gbg-franchise-partner-title{letter-spacing:-.5px;font-size:30px}.gbg-franchise-partner-description{font-size:16px;line-height:1.7}.gbg-franchise-partner-main-card{border-radius:24px;padding:32px}.gbg-franchise-partner-main-grid{grid-template-columns:1fr;gap:40px}.gbg-franchise-partner-left{text-align:center;align-items:center;gap:16px}.gbg-franchise-partner-left-title{font-size:24px}.gbg-franchise-partner-left-highlight{font-size:20px}.gbg-franchise-partner-left-subtitle{padding-bottom:12px}.gbg-franchise-partner-stats-grid{grid-template-columns:repeat(3,1fr);gap:12px;width:100%}.gbg-franchise-partner-stat-card{padding:20px 10px}.gbg-franchise-partner-stat-icon-wrapper{width:38px;height:38px}.gbg-franchise-partner-counter{font-size:26px}.gbg-franchise-partner-counter-prefix,.gbg-franchise-partner-counter-suffix{font-size:18px}.gbg-franchise-partner-stat-label{font-size:11px}.gbg-franchise-partner-cta-btn{justify-content:center;width:100%;margin-top:8px}.gbg-franchise-partner-right{order:-1}.gbg-franchise-partner-map-wrapper{max-width:360px;margin:0 auto}.gbg-franchise-partner-dot{width:12px;height:12px}.gbg-franchise-partner-map-label{padding:8px 14px;font-size:12px}}@media(max-width:480px){.gbg-franchise-partner-container{padding:0 16px}.gbg-franchise-partner-section{padding:48px 0}.gbg-franchise-partner-heading{gap:14px;margin-bottom:36px}.gbg-franchise-partner-badge{gap:6px;padding:6px 14px;font-size:12px}.gbg-franchise-partner-badge-icon{width:14px;height:14px}.gbg-franchise-partner-title{font-size:26px;line-height:1.25}.gbg-franchise-partner-description{font-size:15px;line-height:1.65}.gbg-franchise-partner-main-card{border-radius:20px;padding:24px 20px}.gbg-franchise-partner-main-grid{gap:32px}.gbg-franchise-partner-left{gap:14px}.gbg-franchise-partner-left-title{font-size:22px}.gbg-franchise-partner-left-highlight{font-size:18px}.gbg-franchise-partner-left-subtitle{padding-bottom:10px;font-size:14px}.gbg-franchise-partner-stats-grid{grid-template-columns:1fr;gap:12px}.gbg-franchise-partner-stat-card{text-align:left;flex-direction:row;justify-content:flex-start;gap:16px;padding:18px 16px}.gbg-franchise-partner-stat-icon-wrapper{flex-shrink:0;width:44px;height:44px;margin-bottom:0}.gbg-franchise-partner-counter{justify-content:flex-start;font-size:28px}.gbg-franchise-partner-counter-prefix,.gbg-franchise-partner-counter-suffix{font-size:20px}.gbg-franchise-partner-stat-label{font-size:12px}.gbg-franchise-partner-cta-btn{border-radius:14px;padding:14px 24px;font-size:15px}.gbg-franchise-partner-map-wrapper{max-width:100%}.gbg-franchise-partner-dot{width:10px;height:10px}.gbg-franchise-partner-map-label{padding:6px 12px;font-size:11px;bottom:-12px}.gbg-franchise-partner-bg-blob{display:none}}@media(max-width:360px){.gbg-franchise-partner-title{font-size:24px}.gbg-franchise-partner-description{font-size:14px}.gbg-franchise-partner-left-title{font-size:20px}.gbg-franchise-partner-left-highlight{font-size:16px}.gbg-franchise-partner-main-card{padding:20px 16px}.gbg-franchise-partner-stat-card{gap:12px;padding:14px 12px}.gbg-franchise-partner-stat-icon-wrapper{width:38px;height:38px}.gbg-franchise-partner-counter{font-size:24px}.gbg-franchise-partner-counter-prefix,.gbg-franchise-partner-counter-suffix{font-size:18px}.gbg-franchise-partner-stat-label{font-size:11px}.gbg-franchise-partner-cta-btn{padding:12px 20px;font-size:14px}}@media(min-width:1920px){.gbg-franchise-partner-container{max-width:1600px;padding:0 80px}.gbg-franchise-partner-section{padding:140px 0}.gbg-franchise-partner-title{font-size:52px}.gbg-franchise-partner-description{max-width:800px;font-size:22px}.gbg-franchise-partner-main-card{border-radius:44px;padding:72px}.gbg-franchise-partner-main-grid{gap:100px}.gbg-franchise-partner-left-title{font-size:38px}.gbg-franchise-partner-left-highlight{font-size:30px}.gbg-franchise-partner-counter{font-size:48px}.gbg-franchise-partner-counter-prefix,.gbg-franchise-partner-counter-suffix{font-size:32px}.gbg-franchise-partner-map-wrapper{max-width:560px}.gbg-franchise-partner-dot{width:16px;height:16px}}@media(prefers-reduced-motion:reduce){.gbg-franchise-partner-bg-blob,.gbg-franchise-partner-dot:before,.gbg-franchise-partner-dot-ring,.gbg-franchise-partner-cta-btn:before{animation:none!important}.gbg-franchise-partner-stat-card,.gbg-franchise-partner-cta-btn{transition:none!important}}:root{--gbg-primary:#ff7a00;--gbg-secondary:#1e88e5;--gbg-text:#0f172a;--gbg-muted:#475569;--gbg-bg:#f8fafc;--gbg-card:#fff;--gbg-border:#e2e8f0;--gbg-shadow:#0f172a14}.gbg-elig-section{background:var(--gbg-bg);width:100%;padding:80px 0;position:relative;overflow:hidden}.gbg-elig-container{z-index:2;max-width:1200px;margin:0 auto;padding:0 40px;position:relative}.gbg-elig-header{text-align:center;margin-bottom:50px}.gbg-elig-badge{color:var(--gbg-primary);background:#ff7a0014;border:1px solid #ff7a0026;border-radius:999px;align-items:center;gap:8px;margin-bottom:16px;padding:8px 16px;font-size:13px;font-weight:600;display:inline-flex}.gbg-elig-title{color:var(--gbg-text);margin:0;font-size:38px;font-weight:800;line-height:1.2}.gbg-elig-title span{background:linear-gradient(90deg,var(--gbg-primary),var(--gbg-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.gbg-elig-subtitle{color:var(--gbg-muted);max-width:600px;margin-top:10px;margin-left:auto;margin-right:auto;font-size:16px;line-height:1.6}.gbg-elig-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.gbg-elig-card{background:var(--gbg-card);border:1px solid var(--gbg-border);text-align:center;cursor:pointer;box-shadow:0 4px 18px var(--gbg-shadow);border-radius:18px;padding:28px 22px;transition:all .35s;position:relative;overflow:hidden}.gbg-elig-card:hover{border-color:#0000;transform:translateY(-10px);box-shadow:0 18px 40px #0f172a1f}.gbg-elig-icon-wrap{justify-content:center;margin-bottom:18px;display:flex}.gbg-elig-icon{object-fit:contain;width:56px;height:56px;transition:transform .3s}.gbg-elig-card:hover .gbg-elig-icon{transform:scale(1.1)}.gbg-elig-title{color:var(--gbg-text);margin-bottom:10px;font-size:16px;font-weight:700}.gbg-elig-desc{color:var(--gbg-muted);font-size:13.5px;line-height:1.6}.gbg-elig-arrow{opacity:0;transition:all .3s;position:absolute;bottom:14px;right:14px;transform:translateY(8px)}.gbg-elig-card:hover .gbg-elig-arrow{opacity:1;transform:translateY(0)}.gbg-elig-bar{opacity:0;width:100%;height:3px;transition:opacity .3s;position:absolute;bottom:0;left:0}.gbg-elig-card:hover .gbg-elig-bar{opacity:1}@media(max-width:1024px){.gbg-elig-grid{grid-template-columns:repeat(2,1fr)}.gbg-elig-title{font-size:32px}}@media(max-width:768px){.gbg-elig-container{padding:0 20px}.gbg-elig-grid{grid-template-columns:1fr}.gbg-elig-title{font-size:26px}.gbg-elig-card{text-align:left;padding:20px}.gbg-elig-icon-wrap{justify-content:flex-start}}@media(max-width:480px){.gbg-elig-title{font-size:22px}.gbg-elig-subtitle{font-size:14px}.gbg-elig-card{padding:18px}.gbg-elig-icon{width:44px;height:44px}}:root{--gbg-overview-primary:#ff7a00;--gbg-overview-secondary:#1e88e5;--gbg-overview-text:#0f172a;--gbg-overview-muted:#64748b;--gbg-overview-bg:#fff;--gbg-overview-card-bg:#fff;--gbg-overview-border:#e2e8f0;--gbg-overview-shadow:#0f172a0f;--gbg-overview-orange-glow:#ff7a000f;--gbg-overview-blue-glow:#1e88e50f}.gbg-franchise-overview-section{background:var(--gbg-overview-bg);z-index:5;width:100%;padding:100px 0;position:relative;overflow:hidden}.gbg-franchise-overview-bg-shape{filter:blur(100px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.gbg-franchise-overview-bg-shape-1{background:var(--gbg-overview-orange-glow);width:400px;height:400px;animation:10s ease-in-out infinite overviewBlobFloat1;top:-150px;left:-100px}.gbg-franchise-overview-bg-shape-2{background:var(--gbg-overview-blue-glow);width:350px;height:350px;animation:12s ease-in-out infinite overviewBlobFloat2;bottom:-150px;right:-100px}@keyframes overviewBlobFloat1{0%,to{transform:translate(0)scale(1)}50%{transform:translate(30px,-20px)scale(1.08)}}@keyframes overviewBlobFloat2{0%,to{transform:translate(0)scale(1)}50%{transform:translate(-20px,30px)scale(1.05)}}.gbg-franchise-overview-container{z-index:2;box-sizing:border-box;max-width:1280px;margin:0 auto;padding:0 40px;position:relative}.gbg-franchise-overview-header{text-align:center;flex-direction:column;align-items:center;gap:16px;margin-bottom:72px;display:flex}.gbg-franchise-overview-badge{color:var(--gbg-overview-primary);background:linear-gradient(135deg,#ff7a001a,#1e88e51a);border:1px solid #ff7a0026;border-radius:999px;align-items:center;gap:8px;width:-moz-fit-content;width:fit-content;padding:8px 18px;font-size:13px;font-weight:700;display:inline-flex}.gbg-franchise-overview-badge-icon{color:var(--gbg-overview-primary);flex-shrink:0}.gbg-franchise-overview-title{color:var(--gbg-overview-text);letter-spacing:-1px;margin:0;font-size:38px;font-weight:900;line-height:1.2}.gbg-franchise-overview-gradient-text{background:linear-gradient(90deg,var(--gbg-overview-primary),var(--gbg-overview-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gbg-franchise-overview-subtitle{color:var(--gbg-overview-muted);max-width:560px;margin:0;font-size:17px;line-height:1.7}.gbg-franchise-overview-steps-grid{grid-template-columns:repeat(5,1fr);gap:24px;display:grid;position:relative}.gbg-franchise-overview-steps-grid:before{content:"";background:linear-gradient(90deg,var(--gbg-overview-primary),var(--gbg-overview-secondary),var(--gbg-overview-primary),var(--gbg-overview-secondary),var(--gbg-overview-primary));z-index:0;border-radius:3px;height:3px;position:absolute;top:40px;left:12%;right:12%}.gbg-franchise-overview-step-card{background:var(--gbg-overview-card-bg);border:1px solid var(--gbg-overview-border);text-align:center;cursor:pointer;box-shadow:0 2px 8px var(--gbg-overview-shadow);z-index:1;border-radius:20px;flex-direction:column;align-items:center;padding:60px 20px 28px;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative;overflow:visible}.gbg-franchise-overview-step-card:hover{border-color:#0000;transform:translateY(-8px);box-shadow:0 16px 40px #0f172a1a}.gbg-franchise-overview-step-number{color:#fff;z-index:10;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:800;display:flex;position:absolute;top:-18px;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #00000040}.gbg-franchise-overview-image-wrap{justify-content:center;align-items:center;width:100%;margin-bottom:16px;display:flex}.gbg-franchise-overview-icon-img{object-fit:contain;width:56px;height:56px;transition:transform .4s cubic-bezier(.25,.46,.45,.94);display:block}.gbg-franchise-overview-step-card:hover .gbg-franchise-overview-icon-img{transform:scale(1.15)}.gbg-franchise-overview-step-title{color:var(--gbg-overview-text);letter-spacing:-.2px;text-align:center;margin:0 0 8px;font-size:15px;font-weight:800;line-height:1.3}.gbg-franchise-overview-step-desc{color:var(--gbg-overview-muted);text-align:center;margin:0;font-size:13px;line-height:1.6}.gbg-franchise-overview-step-bar{opacity:0;border-radius:0 0 20px 20px;height:3px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.gbg-franchise-overview-step-card:hover .gbg-franchise-overview-step-bar{opacity:1}@media(max-width:1200px){.gbg-franchise-overview-container{padding:0 32px}.gbg-franchise-overview-step-card{padding:56px 16px 24px}.gbg-franchise-overview-icon-img{width:52px;height:52px}.gbg-franchise-overview-step-title{font-size:14px}.gbg-franchise-overview-steps-grid:before{top:38px;left:10%;right:10%}}@media(max-width:1024px){.gbg-franchise-overview-container{padding:0 28px}.gbg-franchise-overview-section{padding:80px 0}.gbg-franchise-overview-header{margin-bottom:56px}.gbg-franchise-overview-title{font-size:32px}.gbg-franchise-overview-subtitle{font-size:16px}.gbg-franchise-overview-steps-grid{grid-template-columns:repeat(3,1fr);gap:32px}.gbg-franchise-overview-steps-grid:before{display:none}.gbg-franchise-overview-step-card{padding:52px 20px 24px}.gbg-franchise-overview-icon-img{width:54px;height:54px}}@media(max-width:768px){.gbg-franchise-overview-container{padding:0 20px}.gbg-franchise-overview-section{padding:60px 0}.gbg-franchise-overview-header{gap:12px;margin-bottom:44px}.gbg-franchise-overview-badge{padding:6px 14px;font-size:12px}.gbg-franchise-overview-title{letter-spacing:-.5px;font-size:26px}.gbg-franchise-overview-subtitle{font-size:15px;line-height:1.6}.gbg-franchise-overview-steps-grid{grid-template-columns:repeat(2,1fr);gap:32px}.gbg-franchise-overview-step-card{border-radius:16px;padding:48px 18px 22px}.gbg-franchise-overview-step-number{border-width:3px;width:36px;height:36px;font-size:13px;top:-16px}.gbg-franchise-overview-icon-img{width:50px;height:50px}.gbg-franchise-overview-step-title{font-size:14px}.gbg-franchise-overview-step-desc{font-size:12.5px}}@media(max-width:480px){.gbg-franchise-overview-container{padding:0 16px}.gbg-franchise-overview-section{padding:48px 0}.gbg-franchise-overview-header{gap:10px;margin-bottom:36px}.gbg-franchise-overview-badge{gap:5px;padding:6px 12px;font-size:11px}.gbg-franchise-overview-badge-icon{width:13px;height:13px}.gbg-franchise-overview-title{font-size:22px;line-height:1.25}.gbg-franchise-overview-subtitle{font-size:14px;line-height:1.55}.gbg-franchise-overview-steps-grid{grid-template-columns:1fr;gap:36px}.gbg-franchise-overview-step-card{text-align:left;flex-direction:row;align-items:flex-start;gap:16px;padding:44px 20px 22px}.gbg-franchise-overview-image-wrap{flex-shrink:0;width:auto;margin-bottom:0}.gbg-franchise-overview-icon-img{width:48px;height:48px}.gbg-franchise-overview-step-title{text-align:left;margin-bottom:4px}.gbg-franchise-overview-step-desc{text-align:left}.gbg-franchise-overview-step-bar{border-radius:0 0 16px 16px}.gbg-franchise-overview-bg-shape{display:none}}@media(max-width:360px){.gbg-franchise-overview-title{font-size:20px}.gbg-franchise-overview-subtitle{font-size:13px}.gbg-franchise-overview-step-card{gap:14px;padding:40px 16px 20px}.gbg-franchise-overview-icon-img{width:42px;height:42px}.gbg-franchise-overview-step-title{font-size:13px}.gbg-franchise-overview-step-desc{font-size:12px}}@media(min-width:1920px){.gbg-franchise-overview-container{max-width:1400px;padding:0 60px}.gbg-franchise-overview-section{padding:120px 0}.gbg-franchise-overview-title{font-size:44px}.gbg-franchise-overview-subtitle{max-width:650px;font-size:19px}.gbg-franchise-overview-steps-grid{gap:32px}.gbg-franchise-overview-step-card{border-radius:22px;padding:64px 24px 28px}.gbg-franchise-overview-step-number{border-width:4px;width:44px;height:44px;font-size:15px;top:-20px}.gbg-franchise-overview-icon-img{width:64px;height:64px}.gbg-franchise-overview-step-title{font-size:16px}.gbg-franchise-overview-step-desc{font-size:14px}.gbg-franchise-overview-steps-grid:before{height:4px;top:44px;left:14%;right:14%}}@media(prefers-reduced-motion:reduce){.gbg-franchise-overview-bg-shape{animation:none!important}.gbg-franchise-overview-step-card,.gbg-franchise-overview-icon-img{transition:none!important}}:root{--gbg-orange:#e67431;--gbg-orange-light:#fb923c;--gbg-orange-dark:#c2410c;--gbg-blue:#2d7ac5;--gbg-black:#0a0a0a;--gbg-black-soft:#1a1a1a;--gbg-white:#fff;--gbg-gray-50:#fafafa;--gbg-gray-100:#f5f5f5;--gbg-gray-200:#e5e5e5;--gbg-gray-300:#d4d4d4;--gbg-gray-400:#a3a3a3;--gbg-gray-500:#737373;--gbg-gray-600:#525252;--gbg-radius-sm:8px;--gbg-radius:12px;--gbg-radius-md:16px;--gbg-radius-lg:20px;--gbg-shadow-sm:0 1px 2px #0000000a;--gbg-shadow:0 4px 6px -1px #0000000d, 0 2px 4px -2px #0000000a;--gbg-shadow-md:0 10px 15px -3px #0000000f, 0 4px 6px -4px #00000008;--gbg-shadow-lg:0 20px 25px -5px #00000012, 0 8px 10px -6px #00000008;--gbg-shadow-orange:0 8px 30px #e6743126}.gbgev-oem-elig-section,.gbgev-oem-elig-section *{box-sizing:border-box;margin:0;padding:0}.gbgev-oem-elig-section{background:linear-gradient(#fff,#fafafa,#fff);width:100%;padding:80px 16px;position:relative;overflow-x:hidden}.gbgev-oem-elig-header,.gbgev-oem-step-header{text-align:center;margin-bottom:40px}.gbgev-oem-step-header{margin-top:60px}.gbgev-oem-elig-tag{text-transform:uppercase;letter-spacing:2px;color:var(--gbg-orange);background:#e674311a;border:1px solid #e6743126;border-radius:20px;align-items:center;gap:6px;margin-bottom:12px;padding:6px 16px;font-size:12px;font-weight:700;display:inline-flex}.gbgev-oem-step-tag{color:var(--gbg-blue);background:#2d7ac51a;border-color:#2d7ac526}.gbgev-oem-elig-heading{color:var(--gbg-black);word-break:break-word;font-size:32px;font-weight:800;line-height:1.2}.gbgev-oem-elig-orange{color:var(--gbg-orange)}.gbgev-oem-elig-grid{grid-template-columns:repeat(4,1fr);gap:20px;width:100%;display:grid}.gbgev-oem-elig-card{background:var(--gbg-white);border-radius:var(--gbg-radius-md);border:1px solid var(--gbg-gray-200);text-align:center;width:100%;padding:32px 20px;transition:all .3s}.gbgev-oem-elig-card:hover{box-shadow:var(--gbg-shadow-lg);border-color:#e674314d;transform:translateY(-6px)}.gbgev-oem-elig-card-inner{flex-direction:column;align-items:center;gap:14px;display:flex}.gbgev-oem-elig-icon-wrap{background:#e674311a;border:2px solid #e6743133;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.gbgev-oem-elig-icon{width:32px;height:32px;color:var(--gbg-orange)}.gbgev-oem-elig-title{color:var(--gbg-black-soft);word-break:break-word;font-size:15px;font-weight:700;line-height:1.3}.gbgev-oem-elig-card-desc{color:var(--gbg-gray-500);word-break:break-word;font-size:13px;line-height:1.5}.gbgev-oem-steps-wrapper{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:0;width:100%;display:flex;position:relative}.gbgev-oem-step-item{text-align:center;flex-direction:column;flex:1;align-items:center;min-width:0;padding:0 10px;display:flex;position:relative}.gbgev-oem-step-connector{background:repeating-linear-gradient(90deg,var(--gbg-orange) 0px,var(--gbg-orange) 6px,transparent 6px,transparent 12px);opacity:.4;z-index:0;width:90%;height:2px;position:absolute;top:50px;left:55%}.gbgev-oem-step-card{z-index:1;flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.gbgev-oem-step-icon-wrap{border-radius:var(--gbg-radius-md);background:#e6743114;border:2px solid #e6743126;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:16px;display:flex;position:relative}.gbgev-oem-step-icon{width:40px;height:40px;color:var(--gbg-orange)}.gbgev-oem-step-number{background:var(--gbg-orange);width:32px;height:32px;color:var(--gbg-white);border:3px solid var(--gbg-white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:800;display:flex;position:absolute;bottom:-12px;right:-12px;box-shadow:0 4px 12px #e674314d}.gbgev-oem-step-content{width:100%;padding:0 4px}.gbgev-oem-step-title{color:var(--gbg-black-soft);word-break:break-word;margin-bottom:6px;font-size:15px;font-weight:700;line-height:1.3}.gbgev-oem-step-desc{color:var(--gbg-gray-500);word-break:break-word;font-size:13px;line-height:1.5}@media(min-width:1920px){.gbgev-oem-elig-section{padding:120px 40px}.gbgev-oem-elig-container{max-width:1400px}.gbgev-oem-elig-heading{font-size:44px}.gbgev-oem-elig-grid{gap:28px}.gbgev-oem-elig-card{padding:44px 28px}.gbgev-oem-elig-icon-wrap{width:88px;height:88px}.gbgev-oem-elig-icon{width:40px;height:40px}.gbgev-oem-step-header{margin-top:80px;margin-bottom:56px}.gbgev-oem-step-item{padding:0 16px}.gbgev-oem-step-icon-wrap{width:120px;height:120px}.gbgev-oem-step-icon{width:48px;height:48px}.gbgev-oem-step-number{width:40px;height:40px;font-size:16px}.gbgev-oem-step-title{font-size:18px}.gbgev-oem-step-desc{font-size:15px}.gbgev-oem-step-connector{top:60px}}@media(min-width:1440px)and (max-width:1919px){.gbgev-oem-elig-section{padding:100px 32px}.gbgev-oem-elig-container{max-width:1300px}.gbgev-oem-elig-heading{font-size:40px}.gbgev-oem-step-header{margin-top:70px}.gbgev-oem-step-icon-wrap{width:110px;height:110px}.gbgev-oem-step-icon{width:44px;height:44px}}@media(min-width:1200px)and (max-width:1439px){.gbgev-oem-elig-section{padding:90px 24px}.gbgev-oem-elig-grid{gap:18px}.gbgev-oem-elig-card{padding:28px 18px}.gbgev-oem-step-header{margin-top:60px}.gbgev-oem-step-item{padding:0 8px}.gbgev-oem-step-icon-wrap{width:100px;height:100px}}@media(min-width:1024px)and (max-width:1199px){.gbgev-oem-elig-section{padding:80px 20px}.gbgev-oem-elig-heading{font-size:32px}.gbgev-oem-elig-grid{gap:16px}.gbgev-oem-elig-card{padding:24px 16px}.gbgev-oem-elig-icon-wrap{width:64px;height:64px}.gbgev-oem-elig-icon{width:28px;height:28px}.gbgev-oem-step-header{margin-top:50px;margin-bottom:32px}.gbgev-oem-step-item{padding:0 6px}.gbgev-oem-step-icon-wrap{width:90px;height:90px}.gbgev-oem-step-icon{width:36px;height:36px}.gbgev-oem-step-number{width:28px;height:28px;font-size:12px}.gbgev-oem-step-title{font-size:14px}.gbgev-oem-step-desc{font-size:12px}.gbgev-oem-step-connector{width:96%;top:45px;left:52%}}@media(min-width:768px)and (max-width:1023px){.gbgev-oem-elig-section{padding:60px 16px}.gbgev-oem-elig-header,.gbgev-oem-step-header{margin-bottom:32px}.gbgev-oem-step-header{margin-top:50px}.gbgev-oem-elig-heading{font-size:28px}.gbgev-oem-elig-grid{grid-template-columns:repeat(2,1fr);gap:16px}.gbgev-oem-elig-card{padding:28px 20px}.gbgev-oem-steps-wrapper{grid-template-columns:repeat(2,1fr);gap:32px 24px;display:grid}.gbgev-oem-step-item{flex:none;padding:0}.gbgev-oem-step-connector{display:none!important}.gbgev-oem-step-icon-wrap{width:90px;height:90px;margin-bottom:14px}.gbgev-oem-step-icon{width:36px;height:36px}.gbgev-oem-step-number{width:30px;height:30px;font-size:12px;bottom:-10px;right:-10px}}@media(min-width:640px)and (max-width:767px){.gbgev-oem-elig-section{padding:50px 14px}.gbgev-oem-elig-header,.gbgev-oem-step-header{margin-bottom:28px}.gbgev-oem-step-header{margin-top:40px}.gbgev-oem-elig-heading{font-size:26px}.gbgev-oem-elig-grid{grid-template-columns:repeat(2,1fr);gap:12px}.gbgev-oem-elig-card{padding:24px 16px}.gbgev-oem-steps-wrapper{grid-template-columns:repeat(2,1fr);gap:24px 16px;display:grid}.gbgev-oem-step-item{flex:none;padding:0}.gbgev-oem-step-connector{display:none!important}.gbgev-oem-step-icon-wrap{width:80px;height:80px;margin-bottom:12px}.gbgev-oem-step-icon{width:32px;height:32px}.gbgev-oem-step-number{width:28px;height:28px;font-size:11px;bottom:-8px;right:-8px}.gbgev-oem-step-title{font-size:13px}.gbgev-oem-step-desc{font-size:11px}}@media(min-width:480px)and (max-width:639px){.gbgev-oem-elig-section{padding:45px 12px}.gbgev-oem-elig-header,.gbgev-oem-step-header{margin-bottom:24px}.gbgev-oem-step-header{margin-top:36px}.gbgev-oem-elig-heading{font-size:24px}.gbgev-oem-elig-grid{grid-template-columns:repeat(2,1fr);gap:10px}.gbgev-oem-elig-card{padding:20px 12px}.gbgev-oem-elig-icon-wrap{width:52px;height:52px}.gbgev-oem-elig-icon{width:24px;height:24px}.gbgev-oem-steps-wrapper{grid-template-columns:repeat(2,1fr);gap:20px 12px;display:grid}.gbgev-oem-step-item{flex:none;padding:0}.gbgev-oem-step-connector{display:none!important}.gbgev-oem-step-icon-wrap{border-radius:12px;width:70px;height:70px;margin-bottom:12px}.gbgev-oem-step-icon{width:28px;height:28px}.gbgev-oem-step-number{border-width:2px;width:26px;height:26px;font-size:10px;bottom:-8px;right:-8px}.gbgev-oem-step-title{margin-bottom:4px;font-size:12px}.gbgev-oem-step-desc{font-size:10px}}@media(min-width:375px)and (max-width:479px){.gbgev-oem-elig-section{padding:40px 12px}.gbgev-oem-elig-header,.gbgev-oem-step-header{margin-bottom:20px}.gbgev-oem-step-header{margin-top:32px}.gbgev-oem-elig-heading{font-size:22px}.gbgev-oem-elig-grid{grid-template-columns:1fr 1fr;gap:8px}.gbgev-oem-elig-card{padding:16px 10px}.gbgev-oem-elig-icon-wrap{width:48px;height:48px}.gbgev-oem-elig-icon{width:22px;height:22px}.gbgev-oem-elig-title{font-size:12px}.gbgev-oem-elig-card-desc{font-size:10px}.gbgev-oem-steps-wrapper{flex-direction:column;gap:20px;display:flex}.gbgev-oem-step-item{text-align:left;flex-direction:row;align-items:flex-start;gap:16px;width:100%;padding:0}.gbgev-oem-step-connector{display:none!important}.gbgev-oem-step-card{text-align:left;flex-direction:row;align-items:flex-start;gap:16px;width:100%}.gbgev-oem-step-icon-wrap{border-radius:12px;width:60px;min-width:60px;height:60px;margin-bottom:0}.gbgev-oem-step-icon{width:26px;height:26px}.gbgev-oem-step-number{border-width:2px;width:24px;height:24px;font-size:10px;bottom:-6px;right:-6px}.gbgev-oem-step-content{flex:1;min-width:0;padding:0}.gbgev-oem-step-title{margin-bottom:4px;font-size:14px}.gbgev-oem-step-desc{font-size:12px;line-height:1.4}}@media(min-width:320px)and (max-width:374px){.gbgev-oem-elig-section{padding:35px 10px}.gbgev-oem-elig-header,.gbgev-oem-step-header{margin-bottom:18px}.gbgev-oem-step-header{margin-top:28px}.gbgev-oem-elig-heading{font-size:20px}.gbgev-oem-elig-grid{grid-template-columns:1fr 1fr;gap:6px}.gbgev-oem-elig-card{padding:14px 8px}.gbgev-oem-elig-icon-wrap{width:44px;height:44px}.gbgev-oem-elig-icon{width:20px;height:20px}.gbgev-oem-elig-title{font-size:11px}.gbgev-oem-elig-card-desc{font-size:9px}.gbgev-oem-steps-wrapper{flex-direction:column;gap:16px;display:flex}.gbgev-oem-step-item{text-align:left;flex-direction:row;align-items:flex-start;gap:12px;width:100%;padding:0}.gbgev-oem-step-card{text-align:left;flex-direction:row;align-items:flex-start;gap:12px;width:100%}.gbgev-oem-step-icon-wrap{border-radius:10px;width:52px;min-width:52px;height:52px;margin-bottom:0}.gbgev-oem-step-icon{width:22px;height:22px}.gbgev-oem-step-number{border-width:1.5px;width:22px;height:22px;font-size:9px;bottom:-6px;right:-6px}.gbgev-oem-step-content{flex:1;min-width:0;padding:0}.gbgev-oem-step-title{margin-bottom:3px;font-size:13px}.gbgev-oem-step-desc{font-size:11px;line-height:1.4}}@media(max-width:319px){.gbgev-oem-elig-section{padding:30px 8px}.gbgev-oem-elig-header,.gbgev-oem-step-header{margin-bottom:16px}.gbgev-oem-step-header{margin-top:24px}.gbgev-oem-elig-heading{font-size:18px}.gbgev-oem-elig-grid{grid-template-columns:1fr 1fr;gap:5px}.gbgev-oem-elig-card{padding:10px 6px}.gbgev-oem-elig-icon-wrap{width:36px;height:36px}.gbgev-oem-elig-icon{width:16px;height:16px}.gbgev-oem-elig-title{font-size:10px}.gbgev-oem-elig-card-desc{font-size:8px}.gbgev-oem-steps-wrapper{flex-direction:column;gap:14px;display:flex}.gbgev-oem-step-item{text-align:left;flex-direction:row;align-items:flex-start;gap:10px;width:100%;padding:0}.gbgev-oem-step-card{text-align:left;flex-direction:row;align-items:flex-start;gap:10px;width:100%}.gbgev-oem-step-icon-wrap{border-radius:8px;width:44px;min-width:44px;height:44px;margin-bottom:0}.gbgev-oem-step-icon{width:18px;height:18px}.gbgev-oem-step-number{border-width:1.5px;width:20px;height:20px;font-size:8px;bottom:-4px;right:-4px}.gbgev-oem-step-content{flex:1;min-width:0;padding:0}.gbgev-oem-step-title{margin-bottom:2px;font-size:11px}.gbgev-oem-step-desc{font-size:10px;line-height:1.35}}@media(max-height:500px)and (orientation:landscape)and (max-width:1023px){.gbgev-oem-elig-section{padding:30px 14px}.gbgev-oem-step-header{margin-top:30px}.gbgev-oem-steps-wrapper{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.gbgev-oem-step-item{text-align:left;flex-direction:row;align-items:flex-start;gap:12px;padding:0}.gbgev-oem-step-connector{display:none!important}.gbgev-oem-step-card{text-align:left;flex-direction:row;align-items:flex-start;gap:12px;width:100%}.gbgev-oem-step-icon-wrap{border-radius:10px;width:56px;min-width:56px;height:56px;margin-bottom:0}.gbgev-oem-step-icon{width:24px;height:24px}.gbgev-oem-step-number{width:24px;height:24px;font-size:10px;bottom:-6px;right:-6px}.gbgev-oem-step-content{flex:1;min-width:0;padding:0}.gbgev-oem-step-title{font-size:13px}.gbgev-oem-step-desc{font-size:11px}}@media(prefers-reduced-motion:reduce){.gbgev-oem-elig-card,.gbgev-oem-step-icon-wrap{transition:none}.gbgev-oem-elig-card:hover{transform:none}}.gbg-oem-test-wrapper{color:#1a1a1a;background:#fff;width:100%;padding:80px 0;font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow-x:hidden}.gbg-oem-test-container{box-sizing:border-box;width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.gbg-oem-test-header{text-align:center;margin-bottom:56px}.gbg-oem-test-badge{color:#f97316;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#fff7ed,#eff6ff);border:1px solid #fed7aa;border-radius:50px;align-items:center;gap:8px;margin-bottom:20px;padding:8px 20px;font-size:.85rem;font-weight:600;display:inline-flex}.gbg-oem-test-title{color:#1a1a1a;letter-spacing:-.5px;margin-bottom:14px;font-size:2.4rem;font-weight:800;line-height:1.2}.gbg-oem-test-highlight{color:#f97316;display:inline-block;position:relative}.gbg-oem-test-highlight:after{content:"";z-index:-1;background:linear-gradient(90deg,#f9731633,#3b82f626);border-radius:4px;width:100%;height:10px;position:absolute;bottom:2px;left:0}.gbg-oem-test-subtitle{color:#6b7280;max-width:500px;margin:0 auto;font-size:1.1rem;line-height:1.6}.gbg-oem-test-slider{justify-content:center;align-items:center;gap:20px;margin-bottom:32px;display:flex;position:relative}.gbg-oem-test-nav{color:#374151;cursor:pointer;z-index:10;background:#fff;border:2px solid #e5e7eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.gbg-oem-test-nav:hover{color:#f97316;border-color:#f97316;transform:scale(1.08);box-shadow:0 4px 16px #f9731626}.gbg-oem-test-nav:active{transform:scale(.95)}.gbg-oem-test-card-wrap{flex:1;max-width:720px;min-height:420px;position:relative;overflow:hidden}.gbg-oem-test-card{text-align:center;background:#fff;border:1px solid #f0f0f0;border-radius:24px;padding:48px 44px 40px;transition:all .4s;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000000a,0 20px 40px -10px #0000000f}.gbg-oem-test-card:hover{box-shadow:0 4px 6px -1px #0000000a,0 25px 50px -12px #f973161a}.gbg-oem-test-slide-next{animation:.6s cubic-bezier(.4,0,.2,1) gbgOemTestSlideInRight}.gbg-oem-test-slide-prev{animation:.6s cubic-bezier(.4,0,.2,1) gbgOemTestSlideInLeft}@keyframes gbgOemTestSlideInRight{0%{opacity:0;transform:translate(60px)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes gbgOemTestSlideInLeft{0%{opacity:0;transform:translate(-60px)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}.gbg-oem-test-quote-icon{color:#f97316;opacity:.15;margin-bottom:8px}.gbg-oem-test-stars{justify-content:center;gap:4px;margin-bottom:24px;display:flex}.gbg-oem-test-star{animation:.4s backwards gbgOemTestStarPop}.gbg-oem-test-star:first-child{animation-delay:.1s}.gbg-oem-test-star:nth-child(2){animation-delay:.2s}.gbg-oem-test-star:nth-child(3){animation-delay:.3s}.gbg-oem-test-star:nth-child(4){animation-delay:.4s}.gbg-oem-test-star:nth-child(5){animation-delay:.5s}@keyframes gbgOemTestStarPop{0%{opacity:0;transform:scale(0)rotate(-30deg)}70%{transform:scale(1.2)rotate(5deg)}to{opacity:1;transform:scale(1)rotate(0)}}.gbg-oem-test-quote-text{color:#374151;z-index:2;margin-bottom:32px;font-size:1.15rem;font-style:italic;line-height:1.8;position:relative}.gbg-oem-test-stats-row{border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6;justify-content:center;align-items:center;gap:0;margin-bottom:32px;padding:20px 0;display:flex}.gbg-oem-test-stat{color:#f97316;flex-direction:column;align-items:center;gap:6px;padding:0 28px;display:flex}.gbg-oem-test-stat-val{color:#1a1a1a;background:linear-gradient(135deg,#f97316,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.15rem;font-weight:800}.gbg-oem-test-stat-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;font-size:.78rem;font-weight:500}.gbg-oem-test-stat-divider{background:#e5e7eb;width:1px;height:40px}.gbg-oem-test-author{justify-content:center;align-items:center;gap:16px;display:flex}.gbg-oem-test-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.1rem;font-weight:700;display:flex;box-shadow:0 4px 16px #0000001a}.gbg-oem-test-avatar.from-orange-400.to-orange-600{background:linear-gradient(135deg,#fb923c,#ea580c)}.gbg-oem-test-avatar.from-blue-400.to-blue-600{background:linear-gradient(135deg,#60a5fa,#2563eb)}.gbg-oem-test-avatar.from-orange-500.to-blue-500{background:linear-gradient(135deg,#f97316,#3b82f6)}.gbg-oem-test-avatar.from-blue-500.to-cyan-500{background:linear-gradient(135deg,#3b82f6,#06b6d4)}.gbg-oem-test-avatar.from-orange-400.to-amber-500{background:linear-gradient(135deg,#fb923c,#f59e0b)}.gbg-oem-test-author-info{text-align:left}.gbg-oem-test-author-name{color:#1a1a1a;margin-bottom:2px;font-size:1.1rem;font-weight:700}.gbg-oem-test-author-role{color:#f97316;margin-bottom:4px;font-size:.85rem;font-weight:600}.gbg-oem-test-author-location{color:#9ca3af;align-items:center;gap:5px;margin:0;font-size:.8rem;display:flex}.gbg-oem-test-author-location svg{color:#3b82f6;flex-shrink:0}.gbg-oem-test-dots{justify-content:center;gap:10px;margin-bottom:48px;display:flex}.gbg-oem-test-dot{cursor:pointer;background:#e5e7eb;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.gbg-oem-test-dot:hover{background:#fed7aa;transform:scale(1.2)}.gbg-oem-test-dot-active{background:linear-gradient(135deg,#f97316,#fb923c);border-radius:5px;width:32px;box-shadow:0 2px 8px #f973164d}.gbg-oem-test-counter{text-align:center;border-top:1px solid #f3f4f6;padding:28px 0}.gbg-oem-test-counter-num{background:linear-gradient(135deg,#f97316,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:6px;font-size:2.5rem;font-weight:800;display:block}.gbg-oem-test-counter-text{color:#6b7280;font-size:1rem;font-weight:500}@media(max-width:1279px){.gbg-oem-test-container{max-width:1100px;padding:0 20px}.gbg-oem-test-title{font-size:2.1rem}.gbg-oem-test-card-wrap{max-width:640px}.gbg-oem-test-card{padding:44px 36px 36px}}@media(max-width:1023px){.gbg-oem-test-wrapper{padding:60px 0}.gbg-oem-test-container{padding:0 20px}.gbg-oem-test-title{font-size:1.85rem}.gbg-oem-test-subtitle{font-size:1rem}.gbg-oem-test-slider{gap:14px}.gbg-oem-test-nav{width:46px;height:46px}.gbg-oem-test-card-wrap{max-width:100%;min-height:auto}.gbg-oem-test-card{border-radius:20px;padding:36px 28px 32px}.gbg-oem-test-quote-text{font-size:1.05rem}.gbg-oem-test-stats-row{padding:16px 0}.gbg-oem-test-stat{padding:0 20px}.gbg-oem-test-stat-val{font-size:1.05rem}}@media(max-width:767px){.gbg-oem-test-header{margin-bottom:40px}.gbg-oem-test-title{font-size:1.65rem}.gbg-oem-test-card{border-radius:18px;padding:32px 24px 28px}.gbg-oem-test-quote-icon svg{width:36px;height:36px}.gbg-oem-test-quote-text{margin-bottom:24px;font-size:1rem;line-height:1.7}.gbg-oem-test-stats-row{flex-wrap:wrap;gap:12px;padding:16px 0}.gbg-oem-test-stat{flex:1;min-width:80px;padding:0}.gbg-oem-test-stat-divider{display:none}.gbg-oem-test-author{flex-direction:column;gap:12px}.gbg-oem-test-author-info{text-align:center}.gbg-oem-test-counter-num{font-size:2rem}}@media(max-width:639px){.gbg-oem-test-wrapper{padding:48px 0}.gbg-oem-test-container{padding:0 16px}.gbg-oem-test-badge{padding:6px 16px;font-size:.78rem}.gbg-oem-test-title{margin-bottom:10px;font-size:1.45rem}.gbg-oem-test-highlight:after{height:8px}.gbg-oem-test-subtitle{font-size:.92rem}.gbg-oem-test-slider{gap:8px}.gbg-oem-test-nav{width:40px;height:40px}.gbg-oem-test-nav svg{width:20px;height:20px}.gbg-oem-test-card{border-radius:16px;padding:28px 20px 24px}.gbg-oem-test-quote-icon svg{width:32px;height:32px}.gbg-oem-test-stars{margin-bottom:18px}.gbg-oem-test-star{width:16px;height:16px}.gbg-oem-test-quote-text{margin-bottom:20px;font-size:.95rem;line-height:1.65}.gbg-oem-test-stats-row{gap:8px;margin-bottom:24px;padding:14px 0}.gbg-oem-test-stat-val{font-size:.95rem}.gbg-oem-test-stat-label{font-size:.7rem}.gbg-oem-test-avatar{width:52px;height:52px;font-size:.95rem}.gbg-oem-test-author-name{font-size:1rem}.gbg-oem-test-dots{gap:8px;margin-bottom:36px}.gbg-oem-test-dot{width:8px;height:8px}.gbg-oem-test-dot-active{width:24px}.gbg-oem-test-counter{padding:22px 0}.gbg-oem-test-counter-num{font-size:1.8rem}.gbg-oem-test-counter-text{font-size:.9rem}}@media(max-width:479px){.gbg-oem-test-wrapper{padding:40px 0}.gbg-oem-test-container{padding:0 14px}.gbg-oem-test-header{margin-bottom:32px}.gbg-oem-test-badge{gap:6px;padding:5px 14px;font-size:.72rem}.gbg-oem-test-badge svg{width:14px;height:14px}.gbg-oem-test-title{font-size:1.25rem}.gbg-oem-test-highlight:after{height:6px}.gbg-oem-test-subtitle{font-size:.85rem}.gbg-oem-test-slider{gap:6px}.gbg-oem-test-nav{border-width:1.5px;width:36px;height:36px}.gbg-oem-test-nav svg{width:18px;height:18px}.gbg-oem-test-card{border-radius:14px;padding:24px 16px 22px}.gbg-oem-test-quote-icon{margin-bottom:4px}.gbg-oem-test-quote-icon svg{width:28px;height:28px}.gbg-oem-test-stars{gap:3px;margin-bottom:14px}.gbg-oem-test-star{width:14px;height:14px}.gbg-oem-test-quote-text{margin-bottom:18px;font-size:.88rem;line-height:1.6}.gbg-oem-test-stats-row{flex-direction:column;gap:10px;margin-bottom:20px;padding:12px 0}.gbg-oem-test-stat{flex-direction:row;justify-content:center;gap:8px;width:100%}.gbg-oem-test-stat-val{font-size:.9rem}.gbg-oem-test-stat-label{font-size:.72rem}.gbg-oem-test-avatar{width:48px;height:48px;font-size:.85rem}.gbg-oem-test-author-name{font-size:.95rem}.gbg-oem-test-author-role{font-size:.8rem}.gbg-oem-test-author-location{font-size:.75rem}.gbg-oem-test-dots{margin-bottom:28px}.gbg-oem-test-counter{padding:18px 0}.gbg-oem-test-counter-num{font-size:1.6rem}.gbg-oem-test-counter-text{font-size:.85rem}}@media(max-width:359px){.gbg-oem-test-title{font-size:1.15rem}.gbg-oem-test-card{border-radius:12px;padding:20px 14px 18px}.gbg-oem-test-quote-text{font-size:.82rem}.gbg-oem-test-nav{width:32px;height:32px}.gbg-oem-test-nav svg{width:16px;height:16px}}.gbg-oem-form-overlay{-webkit-backdrop-filter:blur(8px);z-index:9999;background:#0000008c;justify-content:center;align-items:center;padding:20px;animation:.3s gbgOemFormFadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0;overflow-y:auto}@keyframes gbgOemFormFadeIn{0%{opacity:0}to{opacity:1}}.gbg-oem-form-modal{scrollbar-width:thin;scrollbar-color:#e5e7eb transparent;background:#fff;border-radius:24px;width:100%;max-width:560px;max-height:90vh;animation:.4s cubic-bezier(.34,1.56,.64,1) gbgOemFormScaleIn;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #0000000d}.gbg-oem-form-modal::-webkit-scrollbar{width:6px}.gbg-oem-form-modal::-webkit-scrollbar-track{background:0 0}.gbg-oem-form-modal::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:3px}@keyframes gbgOemFormScaleIn{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.gbg-oem-form-close{color:#6b7280;cursor:pointer;z-index:10;background:#fff;border:1.5px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .25s;display:flex;position:absolute;top:16px;right:16px}.gbg-oem-form-close:hover{color:#f97316;background:#fff7ed;border-color:#f97316;transform:rotate(90deg)}.gbg-oem-form-header{text-align:center;border-bottom:1px solid #f3f4f6;padding:40px 36px 24px}.gbg-oem-form-header-icon{color:#fff;background:linear-gradient(135deg,#f97316,#fb923c);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:16px;display:inline-flex;box-shadow:0 8px 24px #f9731640}.gbg-oem-form-title{color:#1a1a1a;letter-spacing:-.3px;margin-bottom:8px;font-size:1.6rem;font-weight:800}.gbg-oem-form-title-highlight{color:#f97316;position:relative}.gbg-oem-form-title-highlight:after{content:"";z-index:-1;background:#f9731626;border-radius:4px;width:100%;height:8px;position:absolute;bottom:0;left:0}.gbg-oem-form-subtitle{color:#6b7280;margin-bottom:24px;font-size:.9rem}.gbg-oem-form-stepper{justify-content:center;align-items:center;gap:8px;max-width:320px;margin:0 auto;display:flex}.gbg-oem-form-step{align-items:center;gap:8px;display:flex}.gbg-oem-form-step-num{color:#9ca3af;background:#f3f4f6;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:700;transition:all .3s;display:flex}.gbg-oem-form-step-active .gbg-oem-form-step-num{color:#fff;background:linear-gradient(135deg,#f97316,#fb923c);box-shadow:0 4px 12px #f973164d}.gbg-oem-form-step-label{color:#9ca3af;font-size:.8rem;font-weight:600;transition:color .3s}.gbg-oem-form-step-active .gbg-oem-form-step-label{color:#f97316}.gbg-oem-form-step-line{background:#f3f4f6;border-radius:2px;flex:1;max-width:60px;height:3px;position:relative;overflow:hidden}.gbg-oem-form-step-line-fill{background:linear-gradient(90deg,#f97316,#fb923c);border-radius:2px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;top:0;bottom:0;left:0;right:0;transform:translate(-100%)}.gbg-oem-form-step-line-active{transform:translate(0)}.gbg-oem-form-body{padding:28px 36px}.gbg-oem-form-fields{flex-direction:column;gap:20px;display:flex}.gbg-oem-form-group{flex-direction:column;gap:6px;display:flex}.gbg-oem-form-label{color:#374151;text-transform:uppercase;letter-spacing:.3px;align-items:center;gap:6px;font-size:.82rem;font-weight:600;display:flex}.gbg-oem-form-label svg{color:#f97316;flex-shrink:0}.gbg-oem-form-input,.gbg-oem-form-textarea{color:#1a1a1a;box-sizing:border-box;background:#fafafa;border:1.5px solid #e5e7eb;border-radius:12px;outline:none;width:100%;padding:13px 16px;font-family:inherit;font-size:.95rem;transition:all .25s}.gbg-oem-form-input::placeholder,.gbg-oem-form-textarea::placeholder{color:#9ca3af;font-size:.9rem}.gbg-oem-form-input:focus,.gbg-oem-form-textarea:focus{background:#fff;border-color:#f97316;box-shadow:0 0 0 4px #f9731614}.gbg-oem-form-input-error{background:#fef2f2!important;border-color:#ef4444!important}.gbg-oem-form-input-error:focus{box-shadow:0 0 0 4px #ef444414!important}.gbg-oem-form-phone-wrap{background:#fafafa;border:1.5px solid #e5e7eb;border-radius:12px;align-items:center;transition:all .25s;display:flex;overflow:hidden}.gbg-oem-form-phone-wrap:focus-within{background:#fff;border-color:#f97316;box-shadow:0 0 0 4px #f9731614}.gbg-oem-form-phone-code{color:#6b7280;background:#f3f4f6;border-right:1.5px solid #e5e7eb;flex-shrink:0;padding:13px 12px 13px 16px;font-size:.9rem;font-weight:600}.gbg-oem-form-phone-input{flex:1;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important}.gbg-oem-form-phone-input:focus{box-shadow:none!important}.gbg-oem-form-textarea{resize:vertical;min-height:80px;line-height:1.5}.gbg-oem-form-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.gbg-oem-form-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.gbg-oem-form-input[type=number]{-moz-appearance:textfield}.gbg-oem-form-error{color:#ef4444;align-items:center;gap:4px;font-size:.78rem;font-weight:500;animation:.4s gbgOemFormShake;display:flex}@keyframes gbgOemFormShake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.gbg-oem-form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.gbg-oem-form-options{flex-wrap:wrap;gap:8px;display:flex}.gbg-oem-form-option{color:#4b5563;cursor:pointer;background:#fafafa;border:1.5px solid #e5e7eb;border-radius:10px;padding:10px 16px;font-family:inherit;font-size:.85rem;font-weight:500;transition:all .2s}.gbg-oem-form-option:hover{color:#f97316;background:#fff7ed;border-color:#fed7aa}.gbg-oem-form-option-active{color:#f97316;background:linear-gradient(135deg,#fff7ed,#ffedd5);border-color:#f97316;font-weight:600;box-shadow:0 2px 8px #f973161f}.gbg-oem-form-footer{border-top:1px solid #f3f4f6;justify-content:flex-end;align-items:center;gap:12px;padding:20px 36px 32px;display:flex}.gbg-oem-form-btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-family:inherit;font-size:.95rem;font-weight:700;transition:all .25s;display:inline-flex}.gbg-oem-form-btn-back{color:#4b5563;background:#f3f4f6}.gbg-oem-form-btn-back:hover{color:#1a1a1a;background:#e5e7eb}.gbg-oem-form-btn-primary{color:#fff;background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 8px 24px #f973164d}.gbg-oem-form-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#ea580c,#c2410c);transform:translateY(-1px);box-shadow:0 12px 32px #f9731666}.gbg-oem-form-btn-primary:active:not(:disabled){transform:translateY(0)scale(.98)}.gbg-oem-form-btn-primary:disabled{opacity:.7;cursor:not-allowed}.gbg-oem-form-spin{animation:1s linear infinite gbgOemFormSpin}@keyframes gbgOemFormSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.gbg-oem-form-success{text-align:center;padding:48px 36px;animation:.5s cubic-bezier(.34,1.56,.64,1) gbgOemFormSuccessIn}@keyframes gbgOemFormSuccessIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.gbg-oem-form-success-icon{color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:24px;animation:2s ease-in-out infinite gbgOemFormSuccessPulse;display:inline-flex;box-shadow:0 12px 32px #22c55e4d}@keyframes gbgOemFormSuccessPulse{0%,to{box-shadow:0 12px 32px #22c55e4d}50%{box-shadow:0 12px 40px #22c55e80}}.gbg-oem-form-success-title{color:#1a1a1a;margin-bottom:12px;font-size:1.5rem;font-weight:800}.gbg-oem-form-success-text{color:#6b7280;max-width:400px;margin-bottom:24px;margin-left:auto;margin-right:auto;font-size:.95rem;line-height:1.7}.gbg-oem-form-success-text strong{color:#f97316}.gbg-oem-form-success-details{flex-direction:column;gap:10px;margin-bottom:28px;display:flex}.gbg-oem-form-success-details p{color:#374151;justify-content:center;align-items:center;gap:8px;margin:0;font-size:.9rem;font-weight:500;display:inline-flex}.gbg-oem-form-success-details svg{color:#3b82f6;flex-shrink:0}.gbg-oem-form-success-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:12px;justify-content:center;align-items:center;padding:14px 40px;font-family:inherit;font-size:1rem;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 8px 24px #f973164d}.gbg-oem-form-success-btn:hover{background:linear-gradient(135deg,#ea580c,#c2410c);transform:translateY(-2px);box-shadow:0 12px 32px #f9731666}@media(max-width:1279px){.gbg-oem-form-modal{max-width:520px}.gbg-oem-form-header{padding:36px 32px 22px}.gbg-oem-form-body{padding:24px 32px}.gbg-oem-form-footer{padding:18px 32px 28px}}@media(max-width:1023px){.gbg-oem-form-overlay{padding:16px}.gbg-oem-form-modal{border-radius:20px;max-width:480px}.gbg-oem-form-header{padding:32px 28px 20px}.gbg-oem-form-title{font-size:1.45rem}.gbg-oem-form-body{padding:22px 28px}.gbg-oem-form-fields{gap:18px}.gbg-oem-form-footer{padding:16px 28px 24px}.gbg-oem-form-btn{padding:12px 24px;font-size:.9rem}}@media(max-width:767px){.gbg-oem-form-overlay{align-items:flex-end;padding:12px}.gbg-oem-form-modal{border-radius:20px 20px 0 0;max-width:100%;max-height:85vh;animation:.4s cubic-bezier(.34,1.56,.64,1) gbgOemFormSlideUp}@keyframes gbgOemFormSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.gbg-oem-form-header{padding:28px 24px 18px}.gbg-oem-form-header-icon{width:48px;height:48px;margin-bottom:12px}.gbg-oem-form-header-icon svg{width:22px;height:22px}.gbg-oem-form-title{font-size:1.3rem}.gbg-oem-form-subtitle{margin-bottom:18px;font-size:.85rem}.gbg-oem-form-stepper{max-width:280px}.gbg-oem-form-step-label{font-size:.75rem}.gbg-oem-form-body{padding:20px 24px}.gbg-oem-form-fields{gap:16px}.gbg-oem-form-input,.gbg-oem-form-textarea{border-radius:10px;padding:11px 14px;font-size:.9rem}.gbg-oem-form-label{font-size:.78rem}.gbg-oem-form-row{grid-template-columns:1fr;gap:16px}.gbg-oem-form-options{gap:6px}.gbg-oem-form-option{border-radius:8px;padding:8px 12px;font-size:.8rem}.gbg-oem-form-footer{gap:10px;padding:14px 24px 20px}.gbg-oem-form-btn{border-radius:10px;flex:1;padding:12px 20px;font-size:.88rem}.gbg-oem-form-success{padding:36px 24px}.gbg-oem-form-success-icon{width:80px;height:80px;margin-bottom:20px}.gbg-oem-form-success-icon svg{width:40px;height:40px}.gbg-oem-form-success-title{font-size:1.3rem}}@media(max-width:639px){.gbg-oem-form-overlay{padding:8px}.gbg-oem-form-modal{border-radius:16px 16px 0 0}.gbg-oem-form-close{width:36px;height:36px;top:12px;right:12px}.gbg-oem-form-close svg{width:18px;height:18px}.gbg-oem-form-header{padding:24px 20px 16px}.gbg-oem-form-title{font-size:1.2rem}.gbg-oem-form-title-highlight:after{height:6px}.gbg-oem-form-subtitle{font-size:.82rem}.gbg-oem-form-step-num{width:28px;height:28px;font-size:.78rem}.gbg-oem-form-step-label{display:none}.gbg-oem-form-body{padding:18px 20px}.gbg-oem-form-input,.gbg-oem-form-textarea{padding:10px 12px;font-size:.88rem}.gbg-oem-form-phone-code{padding:10px 10px 10px 12px;font-size:.85rem}.gbg-oem-form-label{font-size:.75rem}.gbg-oem-form-option{padding:7px 10px;font-size:.78rem}.gbg-oem-form-footer{padding:12px 20px 18px}.gbg-oem-form-btn{gap:6px;padding:11px 18px;font-size:.85rem}.gbg-oem-form-btn svg{width:16px;height:16px}.gbg-oem-form-success{padding:32px 20px}.gbg-oem-form-success-icon{width:72px;height:72px}.gbg-oem-form-success-icon svg{width:36px;height:36px}.gbg-oem-form-success-title{font-size:1.15rem}.gbg-oem-form-success-text{font-size:.88rem}.gbg-oem-form-success-btn{padding:12px 32px;font-size:.9rem}}@media(max-width:479px){.gbg-oem-form-overlay{padding:0}.gbg-oem-form-modal{border-radius:0;height:100vh;max-height:100vh}.gbg-oem-form-header{padding:20px 16px 14px}.gbg-oem-form-header-icon{width:44px;height:44px}.gbg-oem-form-title{font-size:1.1rem}.gbg-oem-form-body{padding:16px}.gbg-oem-form-fields{gap:14px}.gbg-oem-form-input,.gbg-oem-form-textarea{border-radius:10px;padding:10px 12px;font-size:16px}.gbg-oem-form-options{gap:6px}.gbg-oem-form-option{padding:8px 12px;font-size:.8rem}.gbg-oem-form-footer{flex-direction:column;gap:10px;padding:12px 16px 20px}.gbg-oem-form-btn{width:100%;padding:13px}.gbg-oem-form-success{padding:40px 16px}.gbg-oem-form-success-icon{width:64px;height:64px;margin-bottom:16px}.gbg-oem-form-success-icon svg{width:32px;height:32px}.gbg-oem-form-success-title{font-size:1.1rem}.gbg-oem-form-success-text,.gbg-oem-form-success-details p{font-size:.85rem}}@media(max-width:359px){.gbg-oem-form-title{font-size:1rem}.gbg-oem-form-subtitle{font-size:.78rem}.gbg-oem-form-input,.gbg-oem-form-textarea{padding:9px 10px;font-size:15px}.gbg-oem-form-option{padding:7px 10px;font-size:.75rem}}.gbgoem-section{box-sizing:border-box;background:#fff;width:100%;padding:50px 16px}.gbgoem-container{width:100%;max-width:1000px;margin:0 auto}.gbgoem-header{text-align:center;margin-bottom:36px}.gbgoem-title{color:#1f2937;margin:0 0 12px;font-size:28px;font-weight:800;line-height:1.2}.gbgoem-highlight{color:#f97316}.gbgoem-line{background:#2563eb;border-radius:2px;width:50px;height:3px;margin:0 auto}.gbgoem-grid{grid-template-columns:repeat(2,1fr);gap:14px;width:100%;display:grid}.gbgoem-card{aspect-ratio:16/9;background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;padding:18px;transition:all .25s;display:flex}.gbgoem-card:hover{border-color:#bfdbfe;transform:translateY(-2px);box-shadow:0 4px 16px #2563eb14}.gbgoem-logo{object-fit:contain;width:auto;max-width:78%;height:auto;max-height:70%;display:block}@media(min-width:320px)and (max-width:374px){.gbgoem-section{padding:32px 12px}.gbgoem-header{margin-bottom:24px}.gbgoem-title{font-size:22px}.gbgoem-grid{gap:10px}.gbgoem-card{aspect-ratio:16/10;border-radius:10px;padding:14px}.gbgoem-logo{max-width:85%;max-height:75%}}@media(min-width:375px)and (max-width:479px){.gbgoem-section{padding:38px 14px}.gbgoem-header{margin-bottom:28px}.gbgoem-title{font-size:24px}.gbgoem-grid{gap:12px}.gbgoem-card{aspect-ratio:16/9;border-radius:10px;padding:16px}}@media(min-width:480px)and (max-width:639px){.gbgoem-section{padding:42px 20px}.gbgoem-title{font-size:26px}.gbgoem-grid{gap:14px}.gbgoem-card{aspect-ratio:16/8;padding:18px}}@media(min-width:640px)and (max-width:767px){.gbgoem-section{padding:48px 24px}.gbgoem-title{font-size:28px}.gbgoem-grid{grid-template-columns:repeat(4,1fr);gap:14px}.gbgoem-card{aspect-ratio:4/3;border-radius:12px;padding:16px}}@media(min-width:768px)and (max-width:1023px){.gbgoem-section{padding:52px 32px}.gbgoem-title{font-size:30px}.gbgoem-grid{grid-template-columns:repeat(4,1fr);gap:16px}.gbgoem-card{aspect-ratio:4/3;padding:18px}}@media(min-width:1024px)and (max-width:1279px){.gbgoem-section{padding:56px 40px}.gbgoem-container{max-width:900px}.gbgoem-title{font-size:32px}.gbgoem-grid{grid-template-columns:repeat(4,1fr);gap:18px}.gbgoem-card{aspect-ratio:3/2;padding:20px}}@media(min-width:1280px)and (max-width:1439px){.gbgoem-section{padding:60px 48px}.gbgoem-container{max-width:950px}.gbgoem-grid{grid-template-columns:repeat(4,1fr);gap:20px}.gbgoem-card{aspect-ratio:3/2;border-radius:14px;padding:22px}}@media(min-width:1440px)and (max-width:1919px){.gbgoem-section{padding:64px}.gbgoem-container{max-width:1000px}.gbgoem-grid{grid-template-columns:repeat(4,1fr);gap:22px}.gbgoem-card{aspect-ratio:3/2;padding:24px}}@media(min-width:1920px){.gbgoem-section{padding:72px 80px}.gbgoem-container{max-width:1100px}.gbgoem-title{font-size:36px}.gbgoem-grid{grid-template-columns:repeat(4,1fr);gap:24px}.gbgoem-card{aspect-ratio:3/2;border-radius:16px;padding:28px}}@media(prefers-reduced-motion:reduce){.gbgoem-card{transition:none}.gbgoem-card:hover{transform:none}}.gbgeo-page{--gbgeo-orange:#f47b20;--gbgeo-orange-dark:#d95f08;--gbgeo-orange-light:#fff3e8;--gbgeo-black:#171717;--gbgeo-dark:#242424;--gbgeo-text:#555;--gbgeo-muted:#7a7a7a;--gbgeo-border:#e8e8e8;--gbgeo-soft:#f8f8f8;--gbgeo-white:#fff;--gbgeo-success:#1f9d55;--gbgeo-error:#dc2626;width:100%;color:var(--gbgeo-black);background:#fff;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;overflow-x:hidden}.gbgeo-page *,.gbgeo-page :before,.gbgeo-page :after{box-sizing:border-box;margin:0;padding:0}.gbgeo-container{width:min(900px,100% - 48px);margin:0 auto}.gbgeo-req{color:var(--gbgeo-orange)}.gbgeo-hero{background:#fff;justify-content:center;align-items:center;width:100%;padding:80px 20px 50px;display:flex;position:relative;overflow:hidden}.gbgeo-hero:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 50% 30%,#f47b200a,#0000 50%);position:absolute;top:0;bottom:0;left:0;right:0}.gbgeo-hero__container{z-index:1;text-align:center;width:min(100% - 40px,800px);position:relative}.gbgeo-hero__badge{background:var(--gbgeo-orange-light);color:var(--gbgeo-orange-dark);letter-spacing:.08em;text-transform:uppercase;border:1px solid #f47b2026;border-radius:100px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 18px;font-size:11px;font-weight:800;display:inline-flex}.gbgeo-hero__badge svg{color:var(--gbgeo-orange)}.gbgeo-hero__title{letter-spacing:-.04em;color:var(--gbgeo-black);margin-bottom:16px;font-size:clamp(32px,5vw,56px);font-weight:780;line-height:1.05}.gbgeo-hero__title span{color:var(--gbgeo-orange)}.gbgeo-hero__description{max-width:640px;color:var(--gbgeo-text);margin:0 auto 28px;font-size:clamp(14px,1.2vw,16px);line-height:1.7}.gbgeo-hero__stats{flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;display:flex}.gbgeo-hero__stat{color:var(--gbgeo-muted);align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.gbgeo-hero__stat svg{color:var(--gbgeo-orange)}.gbgeo-form-section{background:linear-gradient(#fbfbfb,#fff);padding:40px 0 90px}.gbgeo-form-heading{text-align:center;max-width:680px;margin:0 auto 40px}.gbgeo-section-kicker{color:var(--gbgeo-orange-dark);letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px;font-size:10px;font-weight:800;display:inline-block}.gbgeo-form-heading h2{color:var(--gbgeo-black);letter-spacing:-.03em;margin:0;font-size:clamp(26px,3.5vw,40px);line-height:1.15}.gbgeo-form-heading h2 span{color:var(--gbgeo-orange)}.gbgeo-form-heading>p{max-width:600px;color:var(--gbgeo-text);margin:14px auto 0;font-size:14px;line-height:1.7}.gbgeo-form-card{border:1px solid var(--gbgeo-border);background:#fff;border-radius:20px;max-width:800px;margin:0 auto;padding:36px;position:relative;box-shadow:0 20px 50px #0000000d}.gbgeo-step-indicator{border-bottom:1px solid var(--gbgeo-border);flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:10px;margin-bottom:32px;padding-bottom:24px;display:flex}.gbgeo-step-dot{flex-direction:column;align-items:center;gap:6px;min-width:44px;display:flex;position:relative}.gbgeo-step-dot span{color:#999;background:#f0f0f0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:700;transition:all .3s;display:flex}.gbgeo-step-dot.active span{background:var(--gbgeo-orange);color:#fff;box-shadow:0 4px 12px #f47b204d}.gbgeo-step-dot.completed span{background:var(--gbgeo-success);color:#fff}.gbgeo-step-label{color:#999;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;font-size:9px;font-weight:600}.gbgeo-step-dot.active .gbgeo-step-label{color:var(--gbgeo-orange)}.gbgeo-step-dot.completed .gbgeo-step-label{color:var(--gbgeo-success)}.gbgeo-form-step-content{animation:.3s gbgeoFadeIn}@keyframes gbgeoFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.gbgeo-form-block-header{align-items:center;gap:12px;margin-bottom:24px;display:flex}.gbgeo-form-step{background:var(--gbgeo-orange-light);width:36px;height:36px;color:var(--gbgeo-orange-dark);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:800;display:flex}.gbgeo-form-block-header h3{letter-spacing:-.02em;margin:0 0 4px;font-size:17px}.gbgeo-form-block-header p{color:var(--gbgeo-muted);margin:0;font-size:13px}.gbgeo-form-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:8px;display:grid}.gbgeo-field{margin-bottom:14px}.gbgeo-field label{color:#333;align-items:center;gap:6px;margin-bottom:7px;font-size:12px;font-weight:700;display:flex}.gbgeo-field label svg{color:var(--gbgeo-orange);flex-shrink:0}.gbgeo-field label>span{color:var(--gbgeo-orange)}.gbgeo-field label small{color:#999;margin-left:4px;font-size:10px;font-weight:500}.gbgeo-field-hint{color:#888;margin-top:6px;font-size:11px;font-style:italic}.gbgeo-input-wrap,.gbgeo-textarea-wrap{position:relative}.gbgeo-input-wrap svg,.gbgeo-textarea-wrap svg{color:#a0a0a0;pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.gbgeo-textarea-wrap svg{top:14px;transform:none}.gbgeo-field input[type=text],.gbgeo-field input[type=email],.gbgeo-field input[type=tel],.gbgeo-field input[type=number],.gbgeo-field select,.gbgeo-field textarea{color:#222;background:#fff;border:1px solid #dedede;border-radius:10px;outline:none;width:100%;height:44px;padding:0 12px;font-family:inherit;font-size:13px;transition:border-color .2s,box-shadow .2s}.gbgeo-field input:focus,.gbgeo-field select:focus,.gbgeo-field textarea:focus{border-color:var(--gbgeo-orange);box-shadow:0 0 0 3px #f47b2014}.gbgeo-field textarea{resize:vertical;height:auto;min-height:100px;padding:12px;line-height:1.6}.gbgeo-select-wrap{position:relative}.gbgeo-select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding-right:38px}.gbgeo-select-wrap svg{color:#888;pointer-events:none;position:absolute;top:50%;left:auto;right:12px;transform:translateY(-50%)}.gbgeo-error{color:var(--gbgeo-error);margin-top:4px;font-size:11px;font-weight:600;display:block}.gbgeo-error-border{border-color:var(--gbgeo-error)!important}.gbgeo-error-border span{color:var(--gbgeo-error)!important}.gbgeo-option-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.gbgeo-option-grid--2{grid-template-columns:repeat(2,1fr)}.gbgeo-option-grid--3{grid-template-columns:repeat(3,1fr)}.gbgeo-radio-option{cursor:pointer;background:#fff;border:1px solid #e2e2e2;border-radius:10px;justify-content:center;align-items:center;min-height:42px;transition:border-color .2s,background .2s;position:relative;margin:0!important;padding:9px 10px!important;display:flex!important}.gbgeo-radio-option input{opacity:0;pointer-events:none;position:absolute}.gbgeo-radio-option span{text-align:center;font-size:11px;font-weight:600;line-height:1.3;transition:color .2s;color:#666!important}.gbgeo-radio-option:has(input:checked){border-color:var(--gbgeo-orange);background:var(--gbgeo-orange-light)}.gbgeo-radio-option:has(input:checked) span{color:var(--gbgeo-orange-dark)!important}.gbgeo-checkbox-grid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.gbgeo-checkbox-option{cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:10px;align-items:center;gap:8px;min-height:46px;transition:border-color .2s,background .2s;position:relative;margin:0!important;padding:10px 12px!important;display:flex!important}.gbgeo-checkbox-option input{opacity:0;position:absolute}.gbgeo-checkbox-option>span:last-child{font-size:12px;font-weight:600;line-height:1.3;color:#555!important}.gbgeo-custom-check{color:#0000;border:1px solid #d0d0d0;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:background .2s,border-color .2s;display:flex}.gbgeo-custom-check svg{width:11px}.gbgeo-checkbox-option:has(input:checked){background:var(--gbgeo-orange-light);border-color:#f47b2073}.gbgeo-checkbox-option:has(input:checked) .gbgeo-custom-check{border-color:var(--gbgeo-orange);background:var(--gbgeo-orange);color:#fff}.gbgeo-acknowledgement{border:1px solid var(--gbgeo-border);background:#fafafa;border-radius:14px;flex-direction:column;gap:12px;margin-bottom:20px;padding:20px;display:flex}.gbgeo-main-checkbox{cursor:pointer;border:1px solid #0000;border-radius:10px;align-items:flex-start;gap:12px;padding:10px;transition:border-color .2s,background .2s;position:relative;display:flex!important}.gbgeo-main-checkbox input{opacity:0;position:absolute}.gbgeo-main-check{color:#0000;border:1px solid #cfcfcf;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;transition:background .2s,border-color .2s;display:flex}.gbgeo-main-checkbox>span:last-child{color:#555;font-size:12px;font-weight:500;line-height:1.6}.gbgeo-main-checkbox:has(input:checked) .gbgeo-main-check{border-color:var(--gbgeo-orange);background:var(--gbgeo-orange);color:#fff}.gbgeo-main-checkbox:has(input:checked){background:var(--gbgeo-orange-light);border-color:#f47b204d}.gbgeo-form-nav{border-top:1px solid var(--gbgeo-border);justify-content:space-between;align-items:center;gap:12px;margin-top:28px;padding-top:20px;display:flex}.gbgeo-btn-next,.gbgeo-btn-prev{cursor:pointer;border:none;border-radius:10px;align-items:center;gap:6px;padding:12px 24px;font-family:inherit;font-size:13px;font-weight:700;transition:all .2s;display:inline-flex}.gbgeo-btn-next{background:var(--gbgeo-orange);color:#fff;margin-left:auto;box-shadow:0 8px 20px #f47b202e}.gbgeo-btn-next:hover{background:var(--gbgeo-orange-dark);transform:translateY(-2px)}.gbgeo-btn-prev{color:#555;background:#f0f0f0}.gbgeo-btn-prev:hover{background:#e0e0e0}.gbgeo-submit-btn{background:var(--gbgeo-orange);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:12px 28px;font-family:inherit;font-size:14px;font-weight:700;transition:transform .25s,background .25s;display:inline-flex;box-shadow:0 10px 24px #f47b2029}.gbgeo-submit-btn:hover{background:var(--gbgeo-orange-dark);transform:translateY(-2px)}.gbgeo-form-disclaimer{color:#888;text-align:center;justify-content:center;align-items:flex-start;gap:8px;margin-top:16px;font-size:11px;line-height:1.5;display:flex}.gbgeo-form-disclaimer svg{width:16px;color:var(--gbgeo-orange);flex-shrink:0}.gbgeo-success-message{z-index:5;text-align:center;background:#fffffffa;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;padding:40px;animation:.4s gbgeoFadeInSuccess;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes gbgeoFadeInSuccess{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.gbgeo-success-message>div{width:64px;height:64px;color:var(--gbgeo-success);background:#e8f7ee;border-radius:50%;justify-content:center;align-items:center;margin-bottom:18px;display:flex}.gbgeo-success-message h3{color:var(--gbgeo-black);margin:0 0 10px;font-size:20px}.gbgeo-success-message p{max-width:460px;color:var(--gbgeo-text);margin:0 0 20px;font-size:13px;line-height:1.7}.gbgeo-success-btn{background:var(--gbgeo-success);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:10px 24px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s}.gbgeo-success-btn:hover{background:#15803d}@media(max-width:1024px){.gbgeo-hero{padding:60px 20px 40px}.gbgeo-form-card{padding:28px}.gbgeo-form-grid{gap:12px}}@media(max-width:767px){.gbgeo-hero{padding:50px 16px 30px}.gbgeo-hero__badge{padding:6px 14px;font-size:10px}.gbgeo-hero__stats{gap:16px}.gbgeo-form-section{padding:30px 0 60px}.gbgeo-form-heading{margin-bottom:28px}.gbgeo-form-card{border-radius:16px;padding:22px 18px}.gbgeo-step-indicator{gap:8px;margin-bottom:24px;padding-bottom:16px}.gbgeo-step-dot{min-width:36px}.gbgeo-step-dot span{width:28px;height:28px;font-size:11px}.gbgeo-step-label{font-size:8px}.gbgeo-form-block-header{margin-bottom:18px}.gbgeo-form-block-header h3{font-size:15px}.gbgeo-form-grid{grid-template-columns:1fr;gap:0}.gbgeo-field{margin-bottom:12px}.gbgeo-field input,.gbgeo-field select,.gbgeo-field textarea{height:42px;font-size:12px}.gbgeo-option-grid,.gbgeo-option-grid--3{grid-template-columns:1fr 1fr}.gbgeo-checkbox-grid{grid-template-columns:1fr}.gbgeo-checkbox-option{min-height:42px;padding:8px 10px!important}.gbgeo-checkbox-option>span:last-child{font-size:11px}.gbgeo-radio-option{min-height:38px;padding:7px 8px!important}.gbgeo-radio-option span{font-size:10px}.gbgeo-acknowledgement{padding:14px}.gbgeo-main-checkbox>span:last-child{font-size:11px}.gbgeo-form-nav{flex-direction:column;margin-top:20px}.gbgeo-btn-next,.gbgeo-btn-prev,.gbgeo-submit-btn{justify-content:center;width:100%}.gbgeo-success-message{padding:24px}.gbgeo-success-message h3{font-size:17px}}@media(max-width:479px){.gbgeo-hero__title{font-size:28px}.gbgeo-hero__description{font-size:13px}.gbgeo-hero__stat{font-size:11px}.gbgeo-form-heading h2{font-size:24px}.gbgeo-form-card{border-radius:14px;padding:18px 14px}.gbgeo-step-indicator{gap:6px}.gbgeo-step-label{display:none}.gbgeo-form-block-header{align-items:flex-start}.gbgeo-form-step{width:32px;height:32px;font-size:10px}.gbgeo-field label{font-size:11px}.gbgeo-field input,.gbgeo-field select,.gbgeo-field textarea{height:40px;font-size:11px}.gbgeo-field textarea{min-height:80px}.gbgeo-option-grid,.gbgeo-option-grid--2,.gbgeo-option-grid--3{grid-template-columns:1fr}.gbgeo-radio-option{justify-content:flex-start;padding-left:12px!important}.gbgeo-checkbox-option{min-height:40px}.gbgeo-checkbox-option>span:last-child{font-size:10px}.gbgeo-acknowledgement{gap:8px;padding:12px}.gbgeo-main-checkbox{padding:8px}.gbgeo-main-checkbox>span:last-child{font-size:10px;line-height:1.5}.gbgeo-btn-next,.gbgeo-btn-prev,.gbgeo-submit-btn{padding:10px 18px;font-size:12px}.gbgeo-form-disclaimer{font-size:10px}.gbgeo-success-message>div{width:52px;height:52px}.gbgeo-success-message>div svg{width:24px;height:24px}.gbgeo-success-message h3{font-size:16px}.gbgeo-success-message p{font-size:12px}}@media(max-width:359px){.gbgeo-container{width:calc(100% - 24px)}.gbgeo-hero{padding:40px 12px 24px}.gbgeo-hero__badge{margin-bottom:16px}.gbgeo-hero__title{font-size:24px}.gbgeo-form-card{padding:14px 10px}.gbgeo-step-dot span{width:26px;height:26px;font-size:10px}.gbgeo-form-block-header h3{font-size:14px}.gbgeo-field{margin-bottom:10px}.gbgeo-field input,.gbgeo-field select,.gbgeo-field textarea{border-radius:8px;height:38px;font-size:11px}.gbgeo-field textarea{min-height:70px}.gbgeo-radio-option{min-height:36px;padding:6px 8px!important}.gbgeo-radio-option span{font-size:10px}.gbgeo-checkbox-option{gap:6px;min-height:38px;padding:7px 8px!important}.gbgeo-custom-check{width:16px;height:16px}.gbgeo-checkbox-option>span:last-child{font-size:10px}.gbgeo-acknowledgement{border-radius:10px;gap:6px;padding:10px}.gbgeo-main-checkbox{gap:8px;padding:6px}.gbgeo-main-check{width:18px;height:18px}.gbgeo-main-checkbox>span:last-child{font-size:9px}.gbgeo-form-nav{gap:8px}.gbgeo-btn-next,.gbgeo-btn-prev,.gbgeo-submit-btn{border-radius:8px;padding:9px 14px;font-size:11px}.gbgeo-success-message{padding:16px}.gbgeo-success-message h3{font-size:15px}.gbgeo-success-message p{font-size:11px}.gbgeo-success-btn{padding:8px 18px;font-size:11px}}@media(min-width:1600px){.gbgeo-container{width:min(1000px,100% - 80px)}.gbgeo-hero{padding:100px 20px 60px}.gbgeo-hero__title{font-size:64px}.gbgeo-hero__description{max-width:720px;font-size:18px}.gbgeo-form-card{max-width:900px;padding:44px}.gbgeo-form-block-header h3{font-size:19px}.gbgeo-field label{font-size:13px}.gbgeo-field input,.gbgeo-field select,.gbgeo-field textarea{height:48px;font-size:14px}.gbgeo-field textarea{min-height:120px}.gbgeo-radio-option span{font-size:12px}.gbgeo-checkbox-option>span:last-child,.gbgeo-main-checkbox>span:last-child{font-size:13px}}@media(min-width:1920px){.gbgeo-container{width:min(1100px,100% - 100px)}.gbgeo-hero__title{font-size:72px}.gbgeo-form-card{max-width:1000px;padding:52px}.gbgeo-step-indicator{gap:14px}.gbgeo-step-dot span{width:36px;height:36px;font-size:13px}.gbgeo-step-label{font-size:10px}.gbgeo-form-grid{gap:18px}.gbgeo-field input,.gbgeo-field select,.gbgeo-field textarea{height:50px;font-size:15px}.gbgeo-field textarea{min-height:140px}.gbgeo-checkbox-grid{gap:10px}.gbgeo-checkbox-option{min-height:52px;padding:12px 14px!important}.gbgeo-radio-option{min-height:48px}}:root{--gbg-oem-elig-orange:#f97316;--gbg-oem-elig-orange-light:#fb923c;--gbg-oem-elig-orange-dark:#ea580c;--gbg-oem-elig-orange-glow:#f973161f;--gbg-oem-elig-blue:#3b82f6;--gbg-oem-elig-blue-light:#60a5fa;--gbg-oem-elig-blue-glow:#3b82f614;--gbg-oem-elig-black:#0f0f0f;--gbg-oem-elig-black-soft:#1a1a1a;--gbg-oem-elig-green:#16a34a;--gbg-oem-elig-green-light:#22c55e;--gbg-oem-elig-white:#fff;--gbg-oem-elig-gray-50:#fafafa;--gbg-oem-elig-gray-100:#f5f5f5;--gbg-oem-elig-gray-200:#e5e5e5;--gbg-oem-elig-gray-300:#d4d4d4;--gbg-oem-elig-gray-400:#a3a3a3;--gbg-oem-elig-gray-500:#737373;--gbg-oem-elig-gray-600:#525252;--gbg-oem-elig-radius-sm:8px;--gbg-oem-elig-radius:12px;--gbg-oem-elig-radius-md:16px;--gbg-oem-elig-radius-lg:20px;--gbg-oem-elig-radius-xl:24px;--gbg-oem-elig-shadow-sm:0 1px 2px #0000000a;--gbg-oem-elig-shadow:0 4px 6px -1px #0000000d, 0 2px 4px -2px #0000000a;--gbg-oem-elig-shadow-md:0 10px 15px -3px #0000000f, 0 4px 6px -4px #00000008;--gbg-oem-elig-shadow-lg:0 20px 25px -5px #00000012, 0 8px 10px -6px #00000008;--gbg-oem-elig-shadow-orange:0 8px 30px #f9731626;--gbg-oem-elig-shadow-blue:0 8px 30px #3b82f61f;--gbg-oem-elig-shadow-green:0 8px 30px #16a34a1f}.gbgev-oem-elig-section *,.gbgev-oem-elig-section :before,.gbgev-oem-elig-section :after{box-sizing:border-box;margin:0;padding:0}.gbgev-oem-elig-section{background:linear-gradient(180deg,var(--gbg-oem-elig-white) 0%,var(--gbg-oem-elig-gray-50) 50%,var(--gbg-oem-elig-white) 100%);width:100%;padding:100px 24px;position:relative;overflow:hidden}.gbgev-oem-elig-bg-orb{pointer-events:none;z-index:0;filter:blur(60px);border-radius:50%;position:absolute}.gbgev-oem-elig-bg-orb-1{background:var(--gbg-oem-elig-orange-glow);opacity:.5;width:350px;height:350px;top:-60px;left:-60px}.gbgev-oem-elig-bg-orb-2{background:var(--gbg-oem-elig-blue-glow);opacity:.4;width:250px;height:250px;bottom:30%;right:-40px}.gbgev-oem-elig-bg-line{background:linear-gradient(180deg,transparent,var(--gbg-oem-elig-gray-200),transparent);opacity:.4;pointer-events:none;z-index:0;width:1px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.gbgev-oem-elig-container{z-index:1;width:100%;max-width:1200px;margin:0 auto;position:relative}.gbgev-oem-elig-header,.gbgev-oem-step-header{text-align:center;margin-bottom:48px}.gbgev-oem-step-header{margin-top:80px}.gbgev-oem-elig-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--gbg-oem-elig-orange);box-shadow:var(--gbg-oem-elig-shadow-sm);background:linear-gradient(135deg,#f9731614,#3b82f60d);border:1px solid #f973161f;border-radius:100px;align-items:center;gap:8px;margin-bottom:16px;padding:10px 20px;font-size:13px;font-weight:700;display:inline-flex}.gbgev-oem-step-tag{color:var(--gbg-oem-elig-blue);background:linear-gradient(135deg,#3b82f614,#f973160d);border:1px solid #3b82f61f}.gbgev-oem-elig-tag-icon{width:16px;height:16px}.gbgev-oem-elig-heading{color:var(--gbg-oem-elig-black);letter-spacing:-.03em;font-size:36px;font-weight:800;line-height:1.2}.gbgev-oem-elig-heading-orange{color:var(--gbg-oem-elig-orange);position:relative}.gbgev-oem-elig-heading-orange:after{content:"";background:linear-gradient(90deg,var(--gbg-oem-elig-orange),var(--gbg-oem-elig-orange-light));opacity:.15;z-index:-1;border-radius:4px;width:100%;height:8px;position:absolute;bottom:2px;left:0}.gbgev-oem-elig-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.gbgev-oem-elig-card{background:var(--gbg-oem-elig-white);border-radius:var(--gbg-oem-elig-radius-lg);border:1px solid var(--gbg-oem-elig-gray-200);box-shadow:var(--gbg-oem-elig-shadow);cursor:default;transition:all .35s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.gbgev-oem-elig-card:hover{box-shadow:var(--gbg-oem-elig-shadow-lg);border-color:#f9731633;transform:translateY(-6px)}.gbgev-oem-elig-card-inner{text-align:center;flex-direction:column;align-items:center;gap:18px;padding:36px 24px;display:flex}.gbgev-oem-elig-icon-wrap{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;transition:all .35s;display:flex;position:relative}.gbgev-oem-elig-card:hover .gbgev-oem-elig-icon-wrap{transform:scale(1.08)}.gbgev-oem-elig-icon-bg{background:linear-gradient(135deg,#fbbf2426,#f973161a);border:2px solid #f9731626;border-radius:50%;transition:all .35s;position:absolute;top:0;bottom:0;left:0;right:0}.gbgev-oem-elig-card:hover .gbgev-oem-elig-icon-bg{border-color:var(--gbg-oem-elig-orange);background:linear-gradient(135deg,#f9731633,#fbbf2426);box-shadow:0 4px 20px #f9731626}.gbgev-oem-elig-icon-ring{pointer-events:none;border:2px dashed #f9731626;border-radius:50%;animation:12s linear infinite gbgev-oem-elig-ring-spin;position:absolute;top:-4px;bottom:-4px;left:-4px;right:-4px}@keyframes gbgev-oem-elig-ring-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.gbgev-oem-elig-card:hover .gbgev-oem-elig-icon-ring{border-color:#f973164d;animation-duration:6s}.gbgev-oem-elig-icon{width:36px;height:36px;color:var(--gbg-oem-elig-orange);z-index:2;transition:all .3s;position:relative}.gbgev-oem-elig-card:hover .gbgev-oem-elig-icon{color:var(--gbg-oem-elig-orange-dark);transform:scale(1.1)}.gbgev-oem-elig-title{color:var(--gbg-oem-elig-black-soft);letter-spacing:-.01em;font-size:15px;font-weight:700;line-height:1.4}.gbgev-oem-elig-card-desc{color:var(--gbg-oem-elig-gray-500);margin-top:-8px;font-size:13px;line-height:1.5}.gbgev-oem-elig-card-accent{pointer-events:none;border-radius:0 0 0 var(--gbg-oem-elig-radius-sm);background:linear-gradient(135deg,#0000 50%,#f9731614 50%);width:40px;height:40px;position:absolute;top:0;right:0}.gbgev-oem-step-timeline{align-items:flex-start;gap:0;display:flex;position:relative;overflow:hidden}.gbgev-oem-step-item{flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.gbgev-oem-step-connector{z-index:0;justify-content:center;align-items:center;width:77%;height:2px;display:flex;position:absolute;top:60px;right:-55%}.gbgev-oem-step-connector-line{background:repeating-linear-gradient(90deg,var(--gbg-oem-elig-orange) 0px,var(--gbg-oem-elig-orange) 6px,transparent 6px,transparent 12px);opacity:.4;width:100%;height:2px;position:absolute}.gbgev-oem-step-connector-dots{z-index:2;gap:8px;display:flex;position:relative}.gbgev-oem-step-connector-dots span{background:var(--gbg-oem-elig-orange);opacity:.5;border-radius:50%;width:4px;height:4px;animation:1.5s ease-in-out infinite gbgev-oem-elig-dot-pulse}.gbgev-oem-step-connector-dots span:nth-child(2){animation-delay:.3s}.gbgev-oem-step-connector-dots span:nth-child(3){animation-delay:.6s}@keyframes gbgev-oem-elig-dot-pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.8;transform:scale(1.3)}}.gbgev-oem-step-card{z-index:2;text-align:center;flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.gbgev-oem-step-icon-wrap{border-radius:var(--gbg-oem-elig-radius-md);justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:20px;transition:all .35s;display:flex;position:relative;overflow:visible}.gbgev-oem-step-item:hover .gbgev-oem-step-icon-wrap{transform:translateY(-4px)}.gbgev-oem-step-icon-bg{border-radius:var(--gbg-oem-elig-radius-md);background:linear-gradient(135deg,#fbbf241f,#22c55e14);border:2px solid #f973161a;transition:all .35s;position:absolute;top:0;bottom:0;left:0;right:0}.gbgev-oem-step-item:hover .gbgev-oem-step-icon-bg{border-color:var(--gbg-oem-elig-orange);box-shadow:var(--gbg-oem-elig-shadow-orange);background:linear-gradient(135deg,#f9731626,#fbbf241a)}.gbgev-oem-step-icon{width:48px;height:48px;color:var(--gbg-oem-elig-orange);z-index:2;transition:all .3s;position:relative}.gbgev-oem-step-item:hover .gbgev-oem-step-icon{color:var(--gbg-oem-elig-orange-dark);transform:scale(1.08)}.gbgev-oem-step-number{background:linear-gradient(135deg,var(--gbg-oem-elig-orange),var(--gbg-oem-elig-orange-dark));border:3px solid var(--gbg-oem-elig-white);z-index:3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex;position:absolute;bottom:-14px;right:-14px;box-shadow:0 4px 12px #f973164d}.gbgev-oem-step-item:hover .gbgev-oem-step-number{transform:scale(1.1);box-shadow:0 6px 16px #f9731666}.gbgev-oem-step-number span{color:var(--gbg-oem-elig-white);font-size:14px;font-weight:800;line-height:1}.gbgev-oem-step-content{width:100%;padding:0 8px}.gbgev-oem-step-title{color:var(--gbg-oem-elig-black-soft);letter-spacing:-.01em;word-break:break-word;overflow-wrap:break-word;margin-bottom:8px;font-size:15px;font-weight:700;line-height:1.3}.gbgev-oem-step-desc{color:var(--gbg-oem-elig-gray-500);word-break:break-word;overflow-wrap:break-word;font-size:13px;font-weight:400;line-height:1.6}@media(min-width:1920px){.gbgev-oem-elig-section{padding:120px 48px}.gbgev-oem-elig-container{max-width:1400px}.gbgev-oem-elig-header,.gbgev-oem-step-header{margin-bottom:56px}.gbgev-oem-step-header{margin-top:100px}.gbgev-oem-elig-heading{font-size:44px}.gbgev-oem-elig-grid{gap:24px}.gbgev-oem-elig-card-inner{gap:20px;padding:44px 28px}.gbgev-oem-elig-icon-wrap{width:96px;height:96px}.gbgev-oem-elig-icon{width:42px;height:42px}.gbgev-oem-elig-title{font-size:17px}.gbgev-oem-elig-card-desc{font-size:14px}.gbgev-oem-step-icon-wrap{width:140px;height:140px}.gbgev-oem-step-icon{width:56px;height:56px}.gbgev-oem-step-number{width:42px;height:42px;bottom:-16px;right:-16px}.gbgev-oem-step-number span{font-size:16px}.gbgev-oem-step-title{font-size:17px}.gbgev-oem-step-desc{font-size:14px}}@media(min-width:1536px)and (max-width:1919px){.gbgev-oem-elig-section{padding:100px 40px}.gbgev-oem-elig-container{max-width:1300px}.gbgev-oem-elig-heading{font-size:40px}.gbgev-oem-elig-grid{gap:22px}.gbgev-oem-elig-card-inner{padding:40px 26px}.gbgev-oem-elig-icon-wrap{width:88px;height:88px}.gbgev-oem-elig-icon{width:40px;height:40px}.gbgev-oem-elig-title{font-size:16px}.gbgev-oem-step-icon-wrap{width:130px;height:130px}.gbgev-oem-step-icon{width:52px;height:52px}}@media(min-width:1280px)and (max-width:1535px){.gbgev-oem-elig-section{padding:90px 32px}.gbgev-oem-elig-container{max-width:1200px}.gbgev-oem-elig-heading{font-size:38px}.gbgev-oem-elig-grid{gap:20px}.gbgev-oem-elig-card-inner{padding:36px 24px}.gbgev-oem-elig-icon-wrap{width:80px;height:80px}.gbgev-oem-elig-icon{width:36px;height:36px}.gbgev-oem-step-icon-wrap{width:120px;height:120px}.gbgev-oem-step-icon{width:48px;height:48px}}@media(min-width:1024px)and (max-width:1279px){.gbgev-oem-elig-section{padding:80px 24px}.gbgev-oem-elig-heading{font-size:34px}.gbgev-oem-elig-grid{gap:16px}.gbgev-oem-elig-card-inner{gap:14px;padding:28px 18px}.gbgev-oem-elig-icon-wrap{width:72px;height:72px}.gbgev-oem-elig-icon{width:32px;height:32px}.gbgev-oem-elig-title{font-size:14px}.gbgev-oem-elig-card-desc{font-size:12px}.gbgev-oem-step-icon-wrap{width:100px;height:100px;margin-bottom:16px}.gbgev-oem-step-icon{width:40px;height:40px}.gbgev-oem-step-number{border-width:2px;width:32px;height:32px;bottom:-12px;right:-12px}.gbgev-oem-step-number span{font-size:12px}.gbgev-oem-step-title{font-size:14px}.gbgev-oem-step-desc{font-size:12px}.gbgev-oem-step-connector{top:50px}}@media(min-width:768px)and (max-width:1023px){.gbgev-oem-elig-section{padding:64px 20px}.gbgev-oem-elig-header,.gbgev-oem-step-header{margin-bottom:36px}.gbgev-oem-step-header{margin-top:60px}.gbgev-oem-elig-tag{margin-bottom:14px;padding:8px 16px;font-size:12px}.gbgev-oem-elig-heading{font-size:30px}.gbgev-oem-elig-grid{grid-template-columns:repeat(2,1fr);gap:16px}.gbgev-oem-elig-card{border-radius:var(--gbg-oem-elig-radius-md)}.gbgev-oem-elig-card-inner{gap:14px;padding:28px 20px}.gbgev-oem-elig-icon-wrap{width:72px;height:72px}.gbgev-oem-elig-icon{width:32px;height:32px}.gbgev-oem-elig-title{font-size:14px}.gbgev-oem-elig-card-desc{font-size:12px}.gbgev-oem-step-timeline{grid-template-columns:repeat(2,1fr);gap:24px 16px;display:grid;overflow:hidden}.gbgev-oem-step-item{flex:none;align-items:center}.gbgev-oem-step-connector{display:none!important}.gbgev-oem-step-card{text-align:center;flex-direction:column;align-items:center;gap:12px}.gbgev-oem-step-icon-wrap{width:100px;height:100px;margin-bottom:16px}.gbgev-oem-step-icon{width:40px;height:40px}.gbgev-oem-step-number{width:32px;height:32px;bottom:-12px;right:-12px}.gbgev-oem-step-number span{font-size:12px}.gbgev-oem-step-title{font-size:14px}.gbgev-oem-step-desc{font-size:12px}}@media(min-width:640px)and (max-width:767px){.gbgev-oem-elig-section{padding:52px 16px}.gbgev-oem-elig-header,.gbgev-oem-step-header{margin-bottom:28px}.gbgev-oem-step-header{margin-top:48px}.gbgev-oem-elig-heading{font-size:26px}.gbgev-oem-elig-grid{grid-template-columns:repeat(2,1fr);gap:12px}.gbgev-oem-elig-card-inner{gap:12px;padding:24px 14px}.gbgev-oem-elig-icon-wrap{width:64px;height:64px}.gbgev-oem-elig-icon{width:28px;height:28px}.gbgev-oem-elig-title{font-size:13px}.gbgev-oem-elig-card-desc{font-size:11px}.gbgev-oem-step-timeline{grid-template-columns:1fr;gap:20px;display:grid;overflow:hidden}.gbgev-oem-step-item{flex:none;align-items:center}.gbgev-oem-step-connector{display:none!important}.gbgev-oem-step-card{text-align:center;flex-direction:column;align-items:center;gap:12px}.gbgev-oem-step-icon-wrap{width:90px;height:90px;margin-bottom:14px}.gbgev-oem-step-icon{width:36px;height:36px}.gbgev-oem-step-number{border-width:2px;width:30px;height:30px;bottom:-10px;right:-10px}.gbgev-oem-step-number span{font-size:11px}.gbgev-oem-step-title{font-size:13px}.gbgev-oem-step-desc{font-size:11px}}@media(min-width:480px)and (max-width:639px){.gbgev-oem-elig-section{padding:44px 14px}.gbgev-oem-elig-header,.gbgev-oem-step-header{margin-bottom:24px}.gbgev-oem-step-header{margin-top:40px}.gbgev-oem-elig-tag{margin-bottom:12px;padding:6px 14px;font-size:11px}.gbgev-oem-elig-heading{font-size:24px}.gbgev-oem-elig-heading-orange:after{height:6px;bottom:0}.gbgev-oem-elig-grid{grid-template-columns:repeat(2,1fr);gap:10px}.gbgev-oem-elig-card{border-radius:var(--gbg-oem-elig-radius)}.gbgev-oem-elig-card-inner{gap:10px;padding:20px 12px}.gbgev-oem-elig-icon-wrap{width:56px;height:56px}.gbgev-oem-elig-icon{width:24px;height:24px}.gbgev-oem-elig-icon-ring{border-width:1.5px;top:-3px;bottom:-3px;left:-3px;right:-3px}.gbgev-oem-elig-title{font-size:12px;line-height:1.35}.gbgev-oem-elig-card-desc{font-size:11px}.gbgev-oem-step-timeline{grid-template-columns:1fr;gap:16px;display:grid;overflow:hidden}.gbgev-oem-step-item{flex:none;align-items:center}.gbgev-oem-step-connector{display:none!important}.gbgev-oem-step-card{text-align:center;flex-direction:column;align-items:center;gap:12px}.gbgev-oem-step-icon-wrap{border-radius:var(--gbg-oem-elig-radius);border-width:1.5px;width:80px;height:80px;margin-bottom:12px}.gbgev-oem-step-icon{width:32px;height:32px}.gbgev-oem-step-number{border-width:2px;width:28px;height:28px;bottom:-10px;right:-10px}.gbgev-oem-step-number span{font-size:11px}.gbgev-oem-step-title{margin-bottom:6px;font-size:12px}.gbgev-oem-step-desc{font-size:11px;line-height:1.5}}@media(min-width:375px)and (max-width:479px){.gbgev-oem-elig-section{padding:36px 12px}.gbgev-oem-elig-header,.gbgev-oem-step-header{margin-bottom:20px}.gbgev-oem-step-header{margin-top:36px}.gbgev-oem-elig-tag{margin-bottom:10px;padding:6px 12px;font-size:10px}.gbgev-oem-elig-heading{font-size:22px}.gbgev-oem-elig-grid{grid-template-columns:1fr 1fr;gap:8px}.gbgev-oem-elig-card{border-radius:var(--gbg-oem-elig-radius-sm)}.gbgev-oem-elig-card-inner{gap:8px;padding:16px 10px}.gbgev-oem-elig-icon-wrap{width:48px;height:48px}.gbgev-oem-elig-icon-bg{border-width:1.5px}.gbgev-oem-elig-icon{width:22px;height:22px}.gbgev-oem-elig-icon-ring{display:none}.gbgev-oem-elig-title{font-size:11px;line-height:1.3}.gbgev-oem-elig-card-desc{margin-top:-4px;font-size:10px}.gbgev-oem-step-timeline{grid-template-columns:1fr;gap:20px;display:grid;overflow:hidden}.gbgev-oem-step-item{flex-direction:column;flex:none;align-items:center}.gbgev-oem-step-connector{display:none!important}.gbgev-oem-step-card{text-align:center;flex-direction:column;align-items:center;gap:12px;width:100%}.gbgev-oem-step-icon-wrap{border-radius:var(--gbg-oem-elig-radius);width:80px;min-width:auto;height:80px;margin-bottom:12px}.gbgev-oem-step-icon{width:32px;height:32px}.gbgev-oem-step-number{border-width:2px;width:28px;height:28px;bottom:-10px;right:-10px}.gbgev-oem-step-number span{font-size:11px}.gbgev-oem-step-content{width:100%;padding:0}.gbgev-oem-step-title{margin-bottom:6px;font-size:14px}.gbgev-oem-step-desc{font-size:12px;line-height:1.5}}@media(min-width:320px)and (max-width:374px){.gbgev-oem-elig-section{padding:32px 10px}.gbgev-oem-elig-header,.gbgev-oem-step-header{margin-bottom:16px}.gbgev-oem-step-header{margin-top:32px}.gbgev-oem-elig-tag{gap:6px;margin-bottom:8px;padding:5px 10px;font-size:10px}.gbgev-oem-elig-tag-icon{width:12px;height:12px}.gbgev-oem-elig-heading{font-size:20px}.gbgev-oem-elig-heading-orange:after{height:5px}.gbgev-oem-elig-grid{grid-template-columns:1fr 1fr;gap:6px}.gbgev-oem-elig-card{border-radius:8px}.gbgev-oem-elig-card-inner{gap:6px;padding:14px 8px}.gbgev-oem-elig-icon-wrap{width:44px;height:44px}.gbgev-oem-elig-icon-bg{border-width:1.5px}.gbgev-oem-elig-icon{width:20px;height:20px}.gbgev-oem-elig-icon-ring{display:none}.gbgev-oem-elig-title{font-size:10px;line-height:1.25}.gbgev-oem-elig-card-desc{margin-top:-2px;font-size:9px}.gbgev-oem-step-timeline{grid-template-columns:1fr;gap:16px;display:grid;overflow:hidden}.gbgev-oem-step-item{flex-direction:column;flex:none;align-items:center}.gbgev-oem-step-connector{display:none!important}.gbgev-oem-step-card{text-align:center;flex-direction:column;align-items:center;gap:10px;width:100%}.gbgev-oem-step-icon-wrap{border-width:1.5px;border-radius:8px;width:72px;min-width:auto;height:72px;margin-bottom:10px}.gbgev-oem-step-icon{width:28px;height:28px}.gbgev-oem-step-number{border-width:2px;width:26px;height:26px;bottom:-8px;right:-8px}.gbgev-oem-step-number span{font-size:10px}.gbgev-oem-step-content{width:100%;padding:0}.gbgev-oem-step-title{margin-bottom:4px;font-size:13px}.gbgev-oem-step-desc{font-size:11px;line-height:1.45}}@media(max-width:319px){.gbgev-oem-elig-section{padding:28px 8px}.gbgev-oem-elig-header,.gbgev-oem-step-header{margin-bottom:14px}.gbgev-oem-step-header{margin-top:28px}.gbgev-oem-elig-tag{margin-bottom:6px;padding:4px 8px;font-size:9px}.gbgev-oem-elig-heading{font-size:18px}.gbgev-oem-elig-grid{grid-template-columns:1fr 1fr;gap:5px}.gbgev-oem-elig-card-inner{gap:5px;padding:10px 6px}.gbgev-oem-elig-icon-wrap{width:36px;height:36px}.gbgev-oem-elig-icon{width:16px;height:16px}.gbgev-oem-elig-title{font-size:9px;line-height:1.2}.gbgev-oem-elig-card-desc{font-size:8px}.gbgev-oem-step-timeline{grid-template-columns:1fr;gap:12px;display:grid;overflow:hidden}.gbgev-oem-step-item{flex-direction:column;flex:none;align-items:center}.gbgev-oem-step-connector{display:none!important}.gbgev-oem-step-card{text-align:center;flex-direction:column;align-items:center;gap:10px;width:100%}.gbgev-oem-step-icon-wrap{border-radius:6px;width:64px;min-width:auto;height:64px;margin-bottom:8px}.gbgev-oem-step-icon{width:24px;height:24px}.gbgev-oem-step-number{border-width:1.5px;width:24px;height:24px;bottom:-8px;right:-8px}.gbgev-oem-step-number span{font-size:9px}.gbgev-oem-step-content{width:100%;padding:0}.gbgev-oem-step-title{margin-bottom:3px;font-size:11px}.gbgev-oem-step-desc{font-size:10px;line-height:1.4}}@media(max-height:500px)and (orientation:landscape)and (max-width:1023px){.gbgev-oem-elig-section{padding:32px 16px}.gbgev-oem-elig-header,.gbgev-oem-step-header{margin-bottom:20px}.gbgev-oem-step-header{margin-top:32px}.gbgev-oem-elig-heading{font-size:24px}.gbgev-oem-elig-grid{grid-template-columns:repeat(4,1fr);gap:10px}.gbgev-oem-elig-card-inner{gap:8px;padding:16px 10px}.gbgev-oem-elig-icon-wrap{width:48px;height:48px}.gbgev-oem-elig-icon{width:22px;height:22px}.gbgev-oem-elig-title{font-size:11px}.gbgev-oem-elig-card-desc{font-size:9px}.gbgev-oem-step-timeline{grid-template-columns:repeat(3,1fr);gap:12px;display:grid;overflow:hidden}.gbgev-oem-step-item{flex-direction:column;flex:none;align-items:center}.gbgev-oem-step-connector{display:none!important}.gbgev-oem-step-card{text-align:center;flex-direction:column;align-items:center;gap:8px;width:100%}.gbgev-oem-step-icon-wrap{width:64px;height:64px;margin-bottom:8px}.gbgev-oem-step-icon{width:26px;height:26px}.gbgev-oem-step-number{width:24px;height:24px;bottom:-8px;right:-8px}.gbgev-oem-step-number span{font-size:10px}.gbgev-oem-step-title{font-size:11px}.gbgev-oem-step-desc{font-size:9px}}@media(prefers-reduced-motion:reduce){.gbgev-oem-elig-card,.gbgev-oem-elig-icon-wrap,.gbgev-oem-step-item,.gbgev-oem-step-icon-wrap{transition:none!important}.gbgev-oem-elig-icon-ring,.gbgev-oem-step-connector-dots span{animation:none}.gbgev-oem-elig-bg-orb,.gbgev-oem-elig-bg-line{display:none}}@media print{.gbgev-oem-elig-section{padding:20px;background:var(--gbg-oem-elig-white)!important}.gbgev-oem-elig-bg-orb,.gbgev-oem-elig-bg-line,.gbgev-oem-step-connector{display:none}.gbgev-oem-elig-card,.gbgev-oem-step-card{box-shadow:none;border:1px solid var(--gbg-oem-elig-gray-300);break-inside:avoid}}.gbg-oem-cta-wrapper{background:#fff;width:100%;padding:60px 0;font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow-x:hidden}.gbg-oem-cta-container{box-sizing:border-box;width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.gbg-oem-cta-card{text-align:center;background:linear-gradient(135deg,#fff,#fff7ed,#eff6ff);border:1px solid #fed7aa;border-radius:24px;padding:64px 48px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000000a,0 10px 15px -3px #0000000a,0 20px 40px -10px #f9731614}.gbg-oem-cta-card:hover{transform:translateY(-4px);box-shadow:0 4px 6px -1px #0000000a,0 10px 15px -3px #0000000a,0 25px 50px -12px #f9731626}.gbg-oem-cta-deco{opacity:.12;pointer-events:none;border-radius:50%;position:absolute}.gbg-oem-cta-deco-1{background:radial-gradient(circle,#f97316,#0000 70%);width:200px;height:200px;top:-60px;right:-40px}.gbg-oem-cta-deco-2{background:radial-gradient(circle,#3b82f6,#0000 70%);width:160px;height:160px;bottom:-50px;left:-30px}.gbg-oem-cta-deco-3{opacity:.06;background:radial-gradient(circle,#f97316,#0000 70%);width:100px;height:100px;top:50%;left:50%;transform:translate(-50%,-50%)}.gbg-oem-cta-content{z-index:2;position:relative}.gbg-oem-cta-icon-wrap{color:#fff;background:linear-gradient(135deg,#f97316,#fb923c);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:24px;animation:3s ease-in-out infinite gbgOemCtaFloat;display:inline-flex;box-shadow:0 8px 24px #f9731640}@keyframes gbgOemCtaFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.gbg-oem-cta-heading{color:#1a1a1a;letter-spacing:-.5px;margin-bottom:16px;font-size:2.2rem;font-weight:800;line-height:1.3}.gbg-oem-cta-brand{color:#f97316;display:inline-block;position:relative}.gbg-oem-cta-brand:after{content:"";z-index:-1;background:linear-gradient(90deg,#f9731633,#3b82f626);border-radius:4px;width:100%;height:10px;position:absolute;bottom:2px;left:0}.gbg-oem-cta-subtext{color:#4b5563;max-width:560px;margin:0 auto 32px;font-size:1.1rem;line-height:1.7}.gbg-oem-cta-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:12px;align-items:center;gap:10px;padding:16px 36px;font-size:1.05rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #f973164d}.gbg-oem-cta-btn:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.gbg-oem-cta-btn:hover{background:linear-gradient(135deg,#ea580c,#c2410c);transform:translateY(-2px);box-shadow:0 12px 32px #f9731666}.gbg-oem-cta-btn:hover:before{left:100%}.gbg-oem-cta-btn:active{transform:translateY(0)scale(.98)}.gbg-oem-cta-btn-text{z-index:2;position:relative}.gbg-oem-cta-btn-icon{z-index:2;justify-content:center;align-items:center;transition:transform .3s;display:inline-flex;position:relative}.gbg-oem-cta-btn:hover .gbg-oem-cta-btn-icon{transform:translate(4px)}@media(max-width:1279px){.gbg-oem-cta-wrapper{padding:52px 0}.gbg-oem-cta-container{max-width:1100px;padding:0 20px}.gbg-oem-cta-card{padding:56px 40px}.gbg-oem-cta-heading{font-size:2rem}}@media(max-width:1023px){.gbg-oem-cta-wrapper{padding:48px 0}.gbg-oem-cta-container{padding:0 20px}.gbg-oem-cta-card{border-radius:20px;padding:48px 32px}.gbg-oem-cta-heading{font-size:1.75rem}.gbg-oem-cta-subtext{max-width:480px;font-size:1rem}.gbg-oem-cta-btn{padding:14px 32px;font-size:1rem}}@media(max-width:767px){.gbg-oem-cta-wrapper{padding:40px 0}.gbg-oem-cta-card{border-radius:18px;padding:40px 24px}.gbg-oem-cta-icon-wrap{width:56px;height:56px;margin-bottom:20px}.gbg-oem-cta-icon-wrap svg{width:24px;height:24px}.gbg-oem-cta-heading{font-size:1.55rem}.gbg-oem-cta-subtext{margin-bottom:28px;font-size:.95rem}.gbg-oem-cta-btn{padding:14px 28px;font-size:.95rem}}@media(max-width:639px){.gbg-oem-cta-wrapper{padding:32px 0}.gbg-oem-cta-container{padding:0 16px}.gbg-oem-cta-card{border-radius:16px;padding:36px 20px}.gbg-oem-cta-deco-1{width:140px;height:140px;top:-40px;right:-30px}.gbg-oem-cta-deco-2{width:120px;height:120px;bottom:-40px;left:-20px}.gbg-oem-cta-icon-wrap{width:52px;height:52px;margin-bottom:18px}.gbg-oem-cta-icon-wrap svg{width:22px;height:22px}.gbg-oem-cta-heading{margin-bottom:12px;font-size:1.35rem}.gbg-oem-cta-brand:after{height:8px}.gbg-oem-cta-subtext{margin-bottom:24px;font-size:.9rem;line-height:1.6}.gbg-oem-cta-btn{border-radius:10px;gap:8px;padding:13px 26px;font-size:.92rem}.gbg-oem-cta-btn svg{width:16px;height:16px}}@media(max-width:479px){.gbg-oem-cta-wrapper{padding:28px 0}.gbg-oem-cta-container{padding:0 14px}.gbg-oem-cta-card{border-radius:14px;padding:32px 18px}.gbg-oem-cta-icon-wrap{width:48px;height:48px;margin-bottom:16px}.gbg-oem-cta-icon-wrap svg{width:20px;height:20px}.gbg-oem-cta-heading{margin-bottom:10px;font-size:1.2rem}.gbg-oem-cta-brand:after{height:6px}.gbg-oem-cta-subtext{margin-bottom:22px;font-size:.85rem}.gbg-oem-cta-btn{border-radius:10px;justify-content:center;width:100%;max-width:220px;padding:12px 24px;font-size:.88rem}}@media(max-width:359px){.gbg-oem-cta-card{border-radius:12px;padding:28px 14px}.gbg-oem-cta-heading{font-size:1.1rem}.gbg-oem-cta-subtext{font-size:.82rem}.gbg-oem-cta-btn{padding:11px 20px;font-size:.85rem}}.gbg-flt-section{--fl-orange:#ea580c;--fl-orange-dark:#c2410c;--fl-orange-light:#fff7ed;--fl-black:#0f0f0f;--fl-black-soft:#1c1c1c;--fl-gray-50:#fafafa;--fl-gray-100:#f0f0f0;--fl-gray-200:#e4e4e4;--fl-gray-400:#a3a3a3;--fl-gray-600:#525252;--fl-white:#fff;--fl-radius:16px;--fl-radius-sm:8px;background:var(--fl-gray-50);box-sizing:border-box;width:100%;padding:72px 24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.gbg-flt-header{text-align:center;max-width:560px;margin:0 auto 20px}.gbg-flt-label{background:var(--fl-white);border:1.5px solid var(--fl-gray-200);color:var(--fl-gray-600);text-transform:uppercase;letter-spacing:.8px;border-radius:100px;align-items:center;gap:6px;margin-bottom:20px;padding:7px 16px;font-size:12px;font-weight:700;display:inline-flex}.gbg-flt-label svg{color:#ea580c;flex-shrink:0}.gbg-flt-title{color:var(--fl-black);letter-spacing:-1.2px;margin:0 0 12px;font-size:38px;font-weight:900;line-height:1.1}.gbg-flt-title span{color:#ea580c}.gbg-flt-desc{color:var(--fl-gray-600);margin:0;font-size:16px;line-height:1.6}.gbg-flt-intro{text-align:center;max-width:640px;margin:0 auto 44px}.gbg-flt-intro-text{color:var(--fl-gray-600);margin:0;font-size:15px;line-height:1.7}.gbg-flt-grid{grid-template-columns:repeat(2,1fr);gap:24px;max-width:800px;margin:0 auto;display:grid}.gbg-flt-card{background:var(--fl-white);border-radius:var(--fl-radius);border:1px solid var(--fl-gray-200);flex-direction:column;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.gbg-flt-card:hover{transform:translateY(-6px);box-shadow:0 24px 48px -12px #0000001f}.gbg-flt-card-visual{aspect-ratio:1;background:var(--fl-gray-100);width:100%;position:relative;overflow:hidden}.gbg-flt-card-img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);display:block}.gbg-flt-card:hover .gbg-flt-card-img{transform:scale(1.06)}.gbg-flt-card-tag{text-transform:uppercase;letter-spacing:.6px;z-index:2;border-radius:100px;align-items:center;gap:5px;padding:6px 12px;font-size:11px;font-weight:800;display:inline-flex;position:absolute;top:14px;left:14px}.gbg-flt-card-tag--active{color:var(--fl-white);background:#ea580c;box-shadow:0 4px 12px #ea580c59}.gbg-flt-card-tag--passive{background:var(--fl-black-soft);color:var(--fl-white);box-shadow:0 4px 12px #00000040}.gbg-flt-card-tag svg{flex-shrink:0}.gbg-flt-card-tag--active svg{color:#fff}.gbg-flt-card-tag--passive svg{color:#ea580c}.gbg-flt-card-body{flex-direction:column;flex:1;padding:20px;display:flex}.gbg-flt-card-title{color:var(--fl-black);letter-spacing:-.3px;margin:0 0 4px;font-size:20px;font-weight:900}.gbg-flt-card-sub{color:var(--fl-gray-600);margin:0 0 16px;font-size:13px;line-height:1.5}.gbg-flt-features{grid-template-columns:1fr 1fr;gap:6px;margin-bottom:18px;display:grid}.gbg-flt-feature{background:var(--fl-white);border:1.5px solid var(--fl-gray-100);border-radius:var(--fl-radius-sm);color:var(--fl-gray-600);align-items:center;gap:6px;padding:8px 10px;font-size:11px;font-weight:600;transition:all .2s;display:flex}.gbg-flt-feature:hover{background:var(--fl-orange-light);color:var(--fl-orange-dark);border-color:#ea580c}.gbg-flt-feature svg{color:#ea580c;flex-shrink:0}.gbg-flt-btn{border-radius:var(--fl-radius-sm);cursor:pointer;letter-spacing:-.2px;border:none;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:auto;padding:12px 16px;font-family:inherit;font-size:13px;font-weight:800;transition:all .25s;display:inline-flex}.gbg-flt-btn--active{color:#fff;background:#ea580c}.gbg-flt-btn--active:hover{background:#c2410c;transform:translateY(-2px);box-shadow:0 8px 20px #ea580c47}.gbg-flt-btn--passive{background:var(--fl-black);color:#fff}.gbg-flt-btn--passive:hover{background:var(--fl-black-soft);transform:translateY(-2px);box-shadow:0 8px 20px #0003}.gbg-flt-btn svg{flex-shrink:0;transition:transform .2s}.gbg-flt-btn:hover svg{transform:translate(3px,-3px)}.gbg-flt-trust{border-top:1.5px solid var(--fl-gray-200);flex-wrap:wrap;justify-content:center;align-items:center;gap:12px 36px;max-width:720px;margin:48px auto 0;padding-top:28px;display:flex}.gbg-flt-trust-item{color:var(--fl-gray-600);align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.gbg-flt-trust-item svg{color:#ea580c;flex-shrink:0}@media(max-width:1024px){.gbg-flt-section{padding:56px 20px}.gbg-flt-grid{gap:20px;max-width:680px}.gbg-flt-title{font-size:32px}.gbg-flt-intro{margin-bottom:36px}}@media(max-width:767px){.gbg-flt-section{padding:44px 16px}.gbg-flt-grid{grid-template-columns:1fr;gap:20px;max-width:380px}.gbg-flt-header{margin-bottom:16px}.gbg-flt-title{letter-spacing:-.8px;font-size:28px}.gbg-flt-desc{font-size:15px}.gbg-flt-intro{margin-bottom:28px}.gbg-flt-intro-text{font-size:14px}.gbg-flt-card-visual{aspect-ratio:16/10}.gbg-flt-card-body{padding:18px}.gbg-flt-card-title{font-size:19px}.gbg-flt-features{grid-template-columns:1fr 1fr;gap:6px}.gbg-flt-feature{padding:8px 10px;font-size:11px}.gbg-flt-btn{padding:11px 14px;font-size:13px}.gbg-flt-trust{gap:12px 24px;margin-top:36px;padding-top:24px}.gbg-flt-trust-item{font-size:12px}.gbg-flt-trust-item svg{width:16px;height:16px}}@media(max-width:480px){.gbg-flt-section{padding:36px 12px}.gbg-flt-label{padding:6px 12px;font-size:11px}.gbg-flt-title{font-size:24px}.gbg-flt-card-body{padding:16px}.gbg-flt-card-title{font-size:18px}.gbg-flt-card-sub{margin-bottom:12px;font-size:12px}.gbg-flt-features{grid-template-columns:1fr;gap:5px;margin-bottom:14px}.gbg-flt-feature{padding:8px 10px;font-size:12px}.gbg-flt-btn{padding:10px 12px;font-size:12px}.gbg-flt-trust{gap:10px 18px;margin-top:28px}.gbg-flt-trust-item{gap:6px;font-size:11px}}@media(prefers-reduced-motion:reduce){.gbg-flt-card,.gbg-flt-card-img,.gbg-flt-btn,.gbg-flt-feature{transition:none!important}}:root{--gbg-oem-orange:#f97316;--gbg-oem-orange-light:#fb923c;--gbg-oem-orange-dark:#ea580c;--gbg-oem-orange-glow:#f973161f;--gbg-oem-blue:#3b82f6;--gbg-oem-blue-light:#60a5fa;--gbg-oem-blue-glow:#3b82f61a;--gbg-oem-black:#0f0f0f;--gbg-oem-black-soft:#1a1a1a;--gbg-oem-black-muted:#2d2d2d;--gbg-oem-white:#fff;--gbg-oem-gray-50:#fafafa;--gbg-oem-gray-100:#f5f5f5;--gbg-oem-gray-200:#e5e5e5;--gbg-oem-gray-300:#d4d4d4;--gbg-oem-gray-400:#a3a3a3;--gbg-oem-gray-500:#737373;--gbg-oem-gray-600:#525252;--gbg-oem-green:#fb923c;--gbg-oem-green-light:#fb923c;--gbg-oem-radius-sm:8px;--gbg-oem-radius:12px;--gbg-oem-radius-md:16px;--gbg-oem-radius-lg:20px;--gbg-oem-radius-xl:24px;--gbg-oem-shadow-sm:0 1px 2px #0000000a;--gbg-oem-shadow:0 4px 6px -1px #0000000d, 0 2px 4px -2px #0000000a;--gbg-oem-shadow-md:0 10px 15px -3px #0000000f, 0 4px 6px -4px #00000008;--gbg-oem-shadow-lg:0 20px 25px -5px #00000012, 0 8px 10px -6px #00000008;--gbg-oem-shadow-orange:0 8px 30px #f9731626;--gbg-oem-shadow-blue:0 8px 30px #3b82f61f}.gbgev-oem-why-section *,.gbgev-oem-why-section :before,.gbgev-oem-why-section :after{box-sizing:border-box;margin:0;padding:0}.gbgev-oem-why-section{background:linear-gradient(180deg,var(--gbg-oem-white) 0%,var(--gbg-oem-gray-50) 50%,var(--gbg-oem-white) 100%);width:100%;padding:100px 24px;position:relative;overflow:hidden}.gbgev-oem-why-bg-dot{pointer-events:none;z-index:0;border-radius:50%;position:absolute}.gbgev-oem-why-bg-dot-1{background:var(--gbg-oem-orange-glow);filter:blur(60px);opacity:.5;width:300px;height:300px;top:-80px;right:10%}.gbgev-oem-why-bg-dot-2{background:var(--gbg-oem-blue-glow);filter:blur(50px);opacity:.4;width:200px;height:200px;bottom:20%;left:-40px}.gbgev-oem-why-bg-dot-3{background:var(--gbg-oem-orange-glow);filter:blur(40px);opacity:.25;width:150px;height:150px;top:50%;right:30%}.gbgev-oem-why-bg-line{background:linear-gradient(180deg,transparent,var(--gbg-oem-gray-200),transparent);opacity:.5;pointer-events:none;z-index:0;width:1px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.gbgev-oem-why-container{z-index:1;width:100%;max-width:1200px;margin:0 auto;position:relative}.gbgev-oem-why-header{text-align:center;max-width:720px;margin-bottom:56px;margin-left:auto;margin-right:auto}.gbgev-oem-why-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--gbg-oem-orange);box-shadow:var(--gbg-oem-shadow-sm);background:linear-gradient(135deg,#f9731614,#3b82f60d);border:1px solid #f973161f;border-radius:100px;align-items:center;gap:8px;margin-bottom:20px;padding:10px 20px;font-size:13px;font-weight:700;display:inline-flex}.gbgev-oem-why-tag-icon{width:16px;height:16px;color:var(--gbg-oem-orange)}.gbgev-oem-why-title{color:var(--gbg-oem-black);letter-spacing:-.03em;margin-bottom:18px;font-size:42px;font-weight:800;line-height:1.15}.gbgev-oem-why-title-orange{color:var(--gbg-oem-orange);position:relative}.gbgev-oem-why-title-orange:after{content:"";background:linear-gradient(90deg,var(--gbg-oem-orange),var(--gbg-oem-orange-light));opacity:.15;z-index:-1;border-radius:5px;width:100%;height:10px;position:absolute;bottom:2px;left:0}.gbgev-oem-why-desc{color:var(--gbg-oem-gray-500);max-width:640px;margin:0 auto;font-size:17px;font-weight:400;line-height:1.75}.gbgev-oem-why-card{background:var(--gbg-oem-white);border-radius:var(--gbg-oem-radius-xl);border:1px solid var(--gbg-oem-gray-200);box-shadow:var(--gbg-oem-shadow-lg);transition:box-shadow .4s,transform .4s;position:relative;overflow:hidden}.gbgev-oem-why-card:hover{transform:translateY(-2px);box-shadow:0 28px 50px -12px #0000001a}.gbgev-oem-why-card-accent{pointer-events:none;z-index:2;background:linear-gradient(135deg,#0000 50%,#f973160f 50%);width:120px;height:120px;position:absolute;top:0;right:0}.gbgev-oem-why-card-inner{grid-template-columns:1fr 1fr;align-items:center;min-height:480px;display:grid}.gbgev-oem-why-card-left{flex-direction:column;gap:24px;padding:48px 40px 48px 48px;display:flex}.gbgev-oem-why-card-title{color:var(--gbg-oem-black-soft);letter-spacing:-.02em;font-size:32px;font-weight:800;line-height:1.25}.gbgev-oem-why-card-highlight{color:var(--gbg-oem-green);display:inline-block;position:relative}.gbgev-oem-why-card-highlight:after{content:"";background:linear-gradient(90deg,var(--gbg-oem-green),var(--gbg-oem-green-light));opacity:.4;border-radius:2px;width:100%;height:3px;position:absolute;bottom:-2px;left:0}.gbgev-oem-why-card-subtitle{color:var(--gbg-oem-gray-400);letter-spacing:.02em;font-size:15px;font-weight:500}.gbgev-oem-why-stats{gap:16px;margin-top:8px;display:flex}.gbgev-oem-why-stat{background:linear-gradient(135deg,var(--gbg-oem-gray-50),var(--gbg-oem-white));border:1px solid var(--gbg-oem-gray-200);border-radius:var(--gbg-oem-radius-md);text-align:center;cursor:default;flex:1;min-width:0;padding:20px 16px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.gbgev-oem-why-stat:hover{border-color:var(--gbg-oem-orange);box-shadow:var(--gbg-oem-shadow-orange);transform:translateY(-4px)}.gbgev-oem-why-stat:nth-child(2):hover{border-color:var(--gbg-oem-blue);box-shadow:var(--gbg-oem-shadow-blue)}.gbgev-oem-why-stat:nth-child(3):hover{border-color:var(--gbg-oem-green);box-shadow:0 8px 30px #16a34a1f}.gbgev-oem-why-stat-inner{z-index:2;position:relative}.gbgev-oem-why-stat-number{color:var(--gbg-oem-black-soft);font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:28px;font-weight:800;line-height:1.1;display:block}.gbgev-oem-why-stat-label{color:var(--gbg-oem-gray-400);letter-spacing:.08em;text-transform:uppercase;margin-top:8px;font-size:11px;font-weight:700;line-height:1.3;display:block}.gbgev-oem-why-stat-glow{pointer-events:none;z-index:1;opacity:0;background:radial-gradient(circle at 50% 0,#f973160a,#0000 70%);transition:opacity .3s;position:absolute;top:0;bottom:0;left:0;right:0}.gbgev-oem-why-stat:hover .gbgev-oem-why-stat-glow{opacity:1}.gbgev-oem-why-card-cta{background:linear-gradient(135deg,var(--gbg-oem-orange),var(--gbg-oem-orange-dark));color:var(--gbg-oem-white);cursor:pointer;box-shadow:var(--gbg-oem-shadow-orange);letter-spacing:.01em;border:none;border-radius:100px;align-self:flex-start;align-items:center;gap:8px;margin-top:8px;padding:14px 28px;font-size:15px;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.gbgev-oem-why-card-cta:hover{background:linear-gradient(135deg,var(--gbg-oem-orange-light),var(--gbg-oem-orange));transform:translateY(-2px);box-shadow:0 12px 30px #f973164d}.gbgev-oem-why-card-cta:active{transform:translateY(0)}.gbgev-oem-why-card-cta-icon{width:18px;height:18px;transition:transform .25s}.gbgev-oem-why-card-cta:hover .gbgev-oem-why-card-cta-icon{transform:translate(3px)}.gbgev-oem-why-card-right{background:linear-gradient(135deg,#fbbf240a,#f9731608);justify-content:center;align-items:center;height:100%;min-height:480px;padding:32px;display:flex;position:relative}.gbgev-oem-why-map-wrap{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.gbgev-oem-why-map{object-fit:contain;object-position:center;image-rendering:auto;z-index:2;width:100%;height:auto;max-height:420px;position:relative;transform:translateZ(0)}.gbgev-oem-why-map-overlay{pointer-events:none;z-index:3;background:radial-gradient(circle at 60% 40%,#0000 40%,#fff6);position:absolute;top:0;bottom:0;left:0;right:0}.gbgev-oem-why-map-pins{z-index:4;pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0}.gbgev-oem-why-map-pin{width:12px;height:12px;position:absolute}.gbgev-oem-why-map-pin-dot{background:var(--gbg-oem-green);z-index:2;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 8px #16a34a80}.gbgev-oem-why-map-pin-ring{border:2px solid var(--gbg-oem-green);opacity:.3;border-radius:50%;width:20px;height:20px;animation:2s cubic-bezier(0,0,.2,1) infinite gbgev-oem-why-ping;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes gbgev-oem-why-ping{75%,to{opacity:0;transform:translate(-50%,-50%)scale(2)}}.gbgev-oem-why-trust{background:var(--gbg-oem-white);border-radius:var(--gbg-oem-radius-lg);border:1px solid var(--gbg-oem-gray-200);box-shadow:var(--gbg-oem-shadow);justify-content:center;align-items:center;gap:0;max-width:800px;margin-top:48px;margin-left:auto;margin-right:auto;padding:24px 32px;display:flex}.gbgev-oem-why-trust-item{flex:1;justify-content:center;align-items:center;gap:12px;padding:0 24px;display:flex}.gbgev-oem-why-trust-divider{background:var(--gbg-oem-gray-200);flex-shrink:0;width:1px;height:32px}.gbgev-oem-why-trust-icon-wrap{background:linear-gradient(135deg,var(--gbg-oem-orange),var(--gbg-oem-orange-dark));width:40px;height:40px;box-shadow:var(--gbg-oem-shadow-orange);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.gbgev-oem-why-trust-icon-wrap:nth-child(2){background:linear-gradient(135deg,var(--gbg-oem-blue),var(--gbg-oem-blue-light));box-shadow:var(--gbg-oem-shadow-blue)}.gbgev-oem-why-trust-icon{width:20px;height:20px;color:var(--gbg-oem-white)}.gbgev-oem-why-trust-text{color:var(--gbg-oem-black-soft);white-space:nowrap;font-size:14px;font-weight:700}@media(min-width:1920px){.gbgev-oem-why-section{padding:120px 48px}.gbgev-oem-why-container{max-width:1400px}.gbgev-oem-why-header{margin-bottom:72px}.gbgev-oem-why-title{font-size:52px}.gbgev-oem-why-desc{max-width:700px;font-size:19px}.gbgev-oem-why-card-inner{min-height:540px}.gbgev-oem-why-card-left{gap:28px;padding:60px 48px 60px 60px}.gbgev-oem-why-card-title{font-size:38px}.gbgev-oem-why-card-subtitle{font-size:17px}.gbgev-oem-why-stats{gap:20px}.gbgev-oem-why-stat{padding:24px 20px}.gbgev-oem-why-stat-number{font-size:34px}.gbgev-oem-why-stat-label{font-size:12px}.gbgev-oem-why-card-cta{padding:16px 32px;font-size:16px}.gbgev-oem-why-card-right{min-height:540px;padding:40px}.gbgev-oem-why-map{max-height:480px}.gbgev-oem-why-trust{max-width:900px;margin-top:60px;padding:28px 40px}.gbgev-oem-why-trust-item{gap:14px;padding:0 32px}.gbgev-oem-why-trust-icon-wrap{width:44px;height:44px}.gbgev-oem-why-trust-icon{width:22px;height:22px}.gbgev-oem-why-trust-text{font-size:15px}}@media(min-width:1536px)and (max-width:1919px){.gbgev-oem-why-section{padding:100px 40px}.gbgev-oem-why-container{max-width:1300px}.gbgev-oem-why-title{font-size:46px}.gbgev-oem-why-desc{font-size:18px}.gbgev-oem-why-card-inner{min-height:500px}.gbgev-oem-why-card-left{padding:52px 44px 52px 52px}.gbgev-oem-why-card-title{font-size:34px}.gbgev-oem-why-stat-number{font-size:30px}.gbgev-oem-why-card-right{min-height:500px;padding:36px}.gbgev-oem-why-map{max-height:440px}}@media(min-width:1280px)and (max-width:1535px){.gbgev-oem-why-section{padding:90px 32px}.gbgev-oem-why-container{max-width:1200px}.gbgev-oem-why-title{font-size:42px}.gbgev-oem-why-desc{font-size:17px}.gbgev-oem-why-card-left{padding:48px 40px 48px 48px}.gbgev-oem-why-card-title{font-size:32px}.gbgev-oem-why-stat-number{font-size:28px}.gbgev-oem-why-card-right{padding:32px}.gbgev-oem-why-map{max-height:420px}}@media(min-width:1024px)and (max-width:1279px){.gbgev-oem-why-section{padding:80px 24px}.gbgev-oem-why-header{margin-bottom:48px}.gbgev-oem-why-title{font-size:38px}.gbgev-oem-why-desc{font-size:16px}.gbgev-oem-why-card-inner{min-height:440px}.gbgev-oem-why-card-left{gap:20px;padding:40px 36px 40px 40px}.gbgev-oem-why-card-title{font-size:28px}.gbgev-oem-why-card-subtitle{font-size:14px}.gbgev-oem-why-stats{gap:12px}.gbgev-oem-why-stat{padding:18px 14px}.gbgev-oem-why-stat-number{font-size:24px}.gbgev-oem-why-stat-label{font-size:10px}.gbgev-oem-why-card-cta{padding:12px 24px;font-size:14px}.gbgev-oem-why-card-right{min-height:440px;padding:28px}.gbgev-oem-why-map{max-height:380px}.gbgev-oem-why-trust{margin-top:40px;padding:20px 28px}.gbgev-oem-why-trust-item{gap:10px;padding:0 20px}.gbgev-oem-why-trust-icon-wrap{width:36px;height:36px}.gbgev-oem-why-trust-icon{width:18px;height:18px}.gbgev-oem-why-trust-text{font-size:13px}}@media(min-width:768px)and (max-width:1023px){.gbgev-oem-why-section{padding:64px 20px}.gbgev-oem-why-header{margin-bottom:40px}.gbgev-oem-why-tag{margin-bottom:16px;padding:8px 16px;font-size:12px}.gbgev-oem-why-title{margin-bottom:14px;font-size:32px}.gbgev-oem-why-desc{font-size:15px;line-height:1.7}.gbgev-oem-why-card{border-radius:var(--gbg-oem-radius-lg)}.gbgev-oem-why-card-accent{width:80px;height:80px}.gbgev-oem-why-card-inner{grid-template-columns:1fr;min-height:auto}.gbgev-oem-why-card-left{order:2;gap:20px;padding:36px 32px}.gbgev-oem-why-card-right{order:1;min-height:320px;padding:32px 32px 0}.gbgev-oem-why-card-title{text-align:center;font-size:26px}.gbgev-oem-why-card-subtitle{text-align:center;font-size:14px}.gbgev-oem-why-stats{gap:12px}.gbgev-oem-why-stat{padding:18px 12px}.gbgev-oem-why-stat-number{font-size:24px}.gbgev-oem-why-stat-label{margin-top:6px;font-size:10px}.gbgev-oem-why-card-cta{align-self:center;padding:12px 24px;font-size:14px}.gbgev-oem-why-map{max-height:300px}.gbgev-oem-why-trust{flex-wrap:wrap;gap:12px;margin-top:36px;padding:18px 24px}.gbgev-oem-why-trust-item{flex:none;gap:10px;padding:0 16px}.gbgev-oem-why-trust-divider{display:none}.gbgev-oem-why-trust-text{font-size:13px}}@media(min-width:640px)and (max-width:767px){.gbgev-oem-why-section{padding:56px 16px}.gbgev-oem-why-header{margin-bottom:32px}.gbgev-oem-why-title{font-size:28px}.gbgev-oem-why-desc{font-size:14px}.gbgev-oem-why-card{border-radius:var(--gbg-oem-radius-md)}.gbgev-oem-why-card-inner{grid-template-columns:1fr}.gbgev-oem-why-card-left{order:2;gap:18px;padding:28px 24px}.gbgev-oem-why-card-right{order:1;min-height:280px;padding:24px 24px 0}.gbgev-oem-why-card-title{text-align:center;font-size:24px}.gbgev-oem-why-card-subtitle{text-align:center;font-size:13px}.gbgev-oem-why-stats{gap:10px}.gbgev-oem-why-stat{padding:16px 10px}.gbgev-oem-why-stat-number{font-size:22px}.gbgev-oem-why-stat-label{letter-spacing:.05em;font-size:9px}.gbgev-oem-why-card-cta{justify-content:center;align-self:center;width:100%;padding:12px 22px;font-size:14px}.gbgev-oem-why-map{max-height:260px}.gbgev-oem-why-trust{flex-direction:column;gap:16px;margin-top:28px;padding:16px 20px}.gbgev-oem-why-trust-item{justify-content:flex-start;width:100%;padding:0}.gbgev-oem-why-trust-divider{display:none}}@media(min-width:480px)and (max-width:639px){.gbgev-oem-why-section{padding:48px 14px}.gbgev-oem-why-header{margin-bottom:28px}.gbgev-oem-why-tag{margin-bottom:12px;padding:6px 14px;font-size:11px}.gbgev-oem-why-tag-icon{width:14px;height:14px}.gbgev-oem-why-title{margin-bottom:12px;font-size:26px}.gbgev-oem-why-desc{font-size:14px;line-height:1.65}.gbgev-oem-why-card{border-radius:var(--gbg-oem-radius)}.gbgev-oem-why-card-accent{width:60px;height:60px}.gbgev-oem-why-card-inner{grid-template-columns:1fr}.gbgev-oem-why-card-left{order:2;gap:16px;padding:24px 20px}.gbgev-oem-why-card-right{order:1;min-height:240px;padding:20px 20px 0}.gbgev-oem-why-card-title{text-align:center;font-size:22px}.gbgev-oem-why-card-highlight:after{height:2px}.gbgev-oem-why-card-subtitle{text-align:center;font-size:13px}.gbgev-oem-why-stats{gap:8px}.gbgev-oem-why-stat{border-radius:var(--gbg-oem-radius-sm);padding:14px 8px}.gbgev-oem-why-stat-number{font-size:20px}.gbgev-oem-why-stat-label{letter-spacing:.04em;margin-top:6px;font-size:9px}.gbgev-oem-why-card-cta{justify-content:center;align-self:center;width:100%;margin-top:4px;padding:12px 20px;font-size:14px}.gbgev-oem-why-map{max-height:220px}.gbgev-oem-why-map-pin{width:10px;height:10px}.gbgev-oem-why-map-pin-dot{width:6px;height:6px}.gbgev-oem-why-map-pin-ring{width:16px;height:16px}.gbgev-oem-why-trust{border-radius:var(--gbg-oem-radius-md);flex-direction:column;gap:14px;margin-top:24px;padding:14px 18px}.gbgev-oem-why-trust-item{justify-content:flex-start;gap:10px;width:100%;padding:0}.gbgev-oem-why-trust-divider{display:none}.gbgev-oem-why-trust-icon-wrap{width:36px;height:36px}.gbgev-oem-why-trust-icon{width:18px;height:18px}.gbgev-oem-why-trust-text{font-size:13px}}@media(min-width:375px)and (max-width:479px){.gbgev-oem-why-section{padding:40px 12px}.gbgev-oem-why-header{margin-bottom:24px}.gbgev-oem-why-tag{margin-bottom:10px;padding:6px 12px;font-size:10px}.gbgev-oem-why-title{margin-bottom:10px;font-size:24px}.gbgev-oem-why-desc{font-size:13px;line-height:1.6}.gbgev-oem-why-card{border-radius:var(--gbg-oem-radius-sm)}.gbgev-oem-why-card-inner{grid-template-columns:1fr}.gbgev-oem-why-card-left{order:2;gap:14px;padding:20px 16px}.gbgev-oem-why-card-right{order:1;min-height:200px;padding:16px 16px 0}.gbgev-oem-why-card-title{text-align:center;font-size:20px;line-height:1.3}.gbgev-oem-why-card-subtitle{text-align:center;font-size:12px}.gbgev-oem-why-stats{gap:6px}.gbgev-oem-why-stat{border-radius:8px;padding:12px 6px}.gbgev-oem-why-stat-number{font-size:18px}.gbgev-oem-why-stat-label{letter-spacing:.03em;margin-top:4px;font-size:8px;line-height:1.2}.gbgev-oem-why-card-cta{justify-content:center;align-self:center;width:100%;margin-top:2px;padding:10px 18px;font-size:13px}.gbgev-oem-why-card-cta-icon{width:16px;height:16px}.gbgev-oem-why-map{max-height:180px}.gbgev-oem-why-map-pin{width:8px;height:8px}.gbgev-oem-why-map-pin-dot{width:5px;height:5px}.gbgev-oem-why-map-pin-ring{border-width:1.5px;width:14px;height:14px}.gbgev-oem-why-trust{border-radius:var(--gbg-oem-radius-sm);flex-direction:column;gap:12px;margin-top:20px;padding:12px 14px}.gbgev-oem-why-trust-item{justify-content:flex-start;gap:10px;width:100%;padding:0}.gbgev-oem-why-trust-icon-wrap{border-radius:8px;width:32px;height:32px}.gbgev-oem-why-trust-icon{width:16px;height:16px}.gbgev-oem-why-trust-text{font-size:12px}}@media(min-width:320px)and (max-width:374px){.gbgev-oem-why-section{padding:36px 10px}.gbgev-oem-why-header{margin-bottom:20px}.gbgev-oem-why-tag{gap:6px;margin-bottom:8px;padding:5px 10px;font-size:10px}.gbgev-oem-why-tag-icon{width:12px;height:12px}.gbgev-oem-why-title{margin-bottom:8px;font-size:22px;line-height:1.2}.gbgev-oem-why-title-orange:after{height:6px;bottom:0}.gbgev-oem-why-desc{font-size:12px;line-height:1.55}.gbgev-oem-why-card{border-radius:var(--gbg-oem-radius-sm)}.gbgev-oem-why-card-accent{width:50px;height:50px}.gbgev-oem-why-card-inner{grid-template-columns:1fr}.gbgev-oem-why-card-left{order:2;gap:12px;padding:18px 14px}.gbgev-oem-why-card-right{order:1;min-height:180px;padding:14px 14px 0}.gbgev-oem-why-card-title{text-align:center;font-size:18px;line-height:1.3}.gbgev-oem-why-card-highlight:after{height:2px;bottom:-1px}.gbgev-oem-why-card-subtitle{text-align:center;font-size:11px}.gbgev-oem-why-stats{gap:5px}.gbgev-oem-why-stat{border-radius:8px;padding:10px 5px}.gbgev-oem-why-stat-number{font-size:16px}.gbgev-oem-why-stat-label{letter-spacing:.02em;margin-top:4px;font-size:7px;line-height:1.2}.gbgev-oem-why-card-cta{justify-content:center;align-self:center;width:100%;margin-top:2px;padding:10px 16px;font-size:12px}.gbgev-oem-why-card-cta-icon{width:14px;height:14px}.gbgev-oem-why-map{max-height:160px}.gbgev-oem-why-map-pin{width:8px;height:8px}.gbgev-oem-why-map-pin-dot{width:4px;height:4px}.gbgev-oem-why-map-pin-ring{border-width:1px;width:12px;height:12px}.gbgev-oem-why-trust{border-radius:8px;flex-direction:column;gap:10px;margin-top:16px;padding:10px 12px}.gbgev-oem-why-trust-item{justify-content:flex-start;gap:8px;width:100%;padding:0}.gbgev-oem-why-trust-icon-wrap{border-radius:6px;width:28px;height:28px}.gbgev-oem-why-trust-icon{width:14px;height:14px}.gbgev-oem-why-trust-text{font-size:11px}}@media(max-width:319px){.gbgev-oem-why-section{padding:28px 8px}.gbgev-oem-why-header{margin-bottom:16px}.gbgev-oem-why-tag{margin-bottom:6px;padding:4px 8px;font-size:9px}.gbgev-oem-why-title{margin-bottom:6px;font-size:18px}.gbgev-oem-why-desc{font-size:11px;line-height:1.5}.gbgev-oem-why-card-left{order:2;gap:10px;padding:14px 10px}.gbgev-oem-why-card-right{order:1;min-height:140px;padding:10px 10px 0}.gbgev-oem-why-card-title{text-align:center;font-size:16px}.gbgev-oem-why-card-subtitle{text-align:center;font-size:10px}.gbgev-oem-why-stats{gap:4px}.gbgev-oem-why-stat{border-radius:6px;padding:8px 4px}.gbgev-oem-why-stat-number{font-size:14px}.gbgev-oem-why-stat-label{margin-top:3px;font-size:6px}.gbgev-oem-why-card-cta{justify-content:center;width:100%;padding:8px 14px;font-size:11px}.gbgev-oem-why-map{max-height:120px}.gbgev-oem-why-trust{gap:8px;margin-top:12px;padding:8px 10px}.gbgev-oem-why-trust-icon-wrap{width:24px;height:24px}.gbgev-oem-why-trust-icon{width:12px;height:12px}.gbgev-oem-why-trust-text{font-size:10px}}@media(max-height:500px)and (orientation:landscape)and (max-width:1023px){.gbgev-oem-why-section{padding:36px 16px}.gbgev-oem-why-header{margin-bottom:24px}.gbgev-oem-why-title{font-size:24px}.gbgev-oem-why-desc{font-size:13px}.gbgev-oem-why-card-inner{grid-template-columns:1fr 1fr;min-height:auto}.gbgev-oem-why-card-left{order:1;gap:14px;padding:24px 20px}.gbgev-oem-why-card-right{order:2;min-height:200px;padding:20px}.gbgev-oem-why-card-title{text-align:left;font-size:20px}.gbgev-oem-why-card-subtitle{text-align:left}.gbgev-oem-why-stats{gap:8px}.gbgev-oem-why-stat{padding:12px 8px}.gbgev-oem-why-stat-number{font-size:18px}.gbgev-oem-why-card-cta{align-self:flex-start;width:auto;padding:10px 18px;font-size:13px}.gbgev-oem-why-map{max-height:180px}.gbgev-oem-why-trust{flex-direction:row;margin-top:20px;padding:12px 16px}.gbgev-oem-why-trust-item{padding:0 12px}.gbgev-oem-why-trust-divider{height:24px;display:block}}@media(prefers-reduced-motion:reduce){.gbgev-oem-why-map-pin-ring{animation:none}.gbgev-oem-why-stat,.gbgev-oem-why-card,.gbgev-oem-why-card-cta,.gbgev-oem-why-trust-item{transition:none!important}.gbgev-oem-why-bg-dot,.gbgev-oem-why-bg-line{display:none}}@media print{.gbgev-oem-why-section{padding:20px;background:var(--gbg-oem-white)!important}.gbgev-oem-why-bg-dot,.gbgev-oem-why-bg-line,.gbgev-oem-why-map-pins{display:none}.gbgev-oem-why-card{box-shadow:none;border:1px solid var(--gbg-oem-gray-300)}.gbgev-oem-why-card-cta{-webkit-print-color-adjust:exact;-moz-print-color-adjust:exact;print-color-adjust:exact;background:var(--gbg-oem-orange)!important}}.gbg-oem-hero-wrapper{width:100%;margin:0;padding:0;display:block;overflow:visible}.gbg-oem-hero-banner-img{object-fit:contain;object-position:top center;vertical-align:top;border:none;outline:none;width:100%;max-width:100%;height:auto;margin:80px 0 0;padding:0;display:block}@media(min-width:1280px){.gbg-oem-hero-banner-img{margin-top:70px}}@media(max-width:1279px){.gbg-oem-hero-banner-img{margin-top:73px}}@media(max-width:1023px){.gbg-oem-hero-banner-img{margin-top:69px}}@media(max-width:767px){.gbg-oem-hero-banner-img{margin-top:70px}}@media(max-width:639px){.gbg-oem-hero-banner-img{margin-top:60px}}@media(max-width:479px){.gbg-oem-hero-banner-img{margin-top:55px}}@media(max-width:359px){.gbg-oem-hero-banner-img{margin-top:50px}}.gbg-oem-wrapper{color:#1a1a1a;background:#fff;width:100%;font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow-x:hidden}.gbg-oem-container{box-sizing:border-box;width:100%;max-width:1280px;margin:0 auto;padding:0 24px}.gbg-oem-section-title{text-align:center;color:#1a1a1a;letter-spacing:-.5px;margin-bottom:48px;font-size:2.2rem;font-weight:700}.gbg-oem-highlight{color:#f97316;position:relative}.gbg-oem-highlight:after{content:"";z-index:-1;background:#f9731626;border-radius:4px;width:100%;height:8px;position:absolute;bottom:2px;left:0}.gbg-oem-role-section{background:#fff;padding:80px 0 60px}.gbg-oem-role-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.gbg-oem-role-card{text-align:center;background:#fff;border:1px solid #f0f0f0;border-radius:20px;padding:40px 28px 36px;transition:all .35s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.gbg-oem-role-card:before{content:"";opacity:0;background:linear-gradient(90deg,#f97316,#3b82f6);height:4px;transition:opacity .35s;position:absolute;top:0;left:0;right:0}.gbg-oem-role-card:hover{border-color:#0000;transform:translateY(-8px);box-shadow:0 20px 50px #00000014}.gbg-oem-role-card:hover:before{opacity:1}.gbg-oem-role-icon-wrap{color:#fff;background:linear-gradient(135deg,#f97316,#fb923c);border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto 24px;display:flex;box-shadow:0 8px 24px #f9731640}.gbg-oem-role-icon-wrap.from-blue-400.to-blue-600{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 8px 24px #3b82f640}.gbg-oem-role-icon-wrap.from-orange-400.to-blue-500{background:linear-gradient(135deg,#f97316,#3b82f6);box-shadow:0 8px 24px #f9731640}.gbg-oem-role-title{color:#1a1a1a;margin-bottom:20px;font-size:1.25rem;font-weight:700}.gbg-oem-role-list{text-align:left;margin:0;padding:0;list-style:none}.gbg-oem-role-item{color:#4a4a4a;align-items:flex-start;gap:10px;margin-bottom:14px;font-size:.95rem;line-height:1.6;display:flex}.gbg-oem-role-item:last-child{margin-bottom:0}.gbg-oem-role-check{color:#22c55e;flex-shrink:0;margin-top:2px}.gbg-oem-role-text{flex:1}.gbg-oem-process-section{background:#fafafa;padding:60px 0 80px}.gbg-oem-process-track{justify-content:center;align-items:flex-start;gap:0;display:flex;position:relative}.gbg-oem-process-step{flex:1;align-items:center;max-width:220px;display:flex;position:relative}.gbg-oem-process-card{text-align:center;z-index:2;background:#fff;border:1px solid #eaeaea;border-radius:16px;width:100%;padding:24px 16px 28px;transition:all .3s;position:relative}.gbg-oem-process-card:hover{border-color:#fed7aa;transform:translateY(-4px);box-shadow:0 12px 32px #0000000f}.gbg-oem-process-img-box{background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:16px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 16px;display:flex;position:relative;overflow:hidden}.gbg-oem-process-step:nth-child(2) .gbg-oem-process-img-box{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.gbg-oem-process-step:nth-child(3) .gbg-oem-process-img-box{background:linear-gradient(135deg,#ffedd5,#fed7aa)}.gbg-oem-process-step:nth-child(4) .gbg-oem-process-img-box{background:linear-gradient(135deg,#dcfce7,#bbf7d0)}.gbg-oem-process-step:nth-child(5) .gbg-oem-process-img-box{background:linear-gradient(135deg,#e0e7ff,#c7d2fe)}.gbg-oem-process-img-inner{color:#1a1a1a;opacity:.85}.gbg-oem-process-badge{color:#fff;z-index:3;background:linear-gradient(135deg,#f97316,#fb923c);border:3px solid #fafafa;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin:-18px auto 12px;font-size:.9rem;font-weight:700;display:flex;position:relative;box-shadow:0 2px 8px #f973164d}.gbg-oem-process-step:nth-child(2) .gbg-oem-process-badge{background:linear-gradient(135deg,#3b82f6,#60a5fa);box-shadow:0 2px 8px #3b82f64d}.gbg-oem-process-step:nth-child(3) .gbg-oem-process-badge{background:linear-gradient(135deg,#f59e0b,#fbbf24);box-shadow:0 2px 8px #f59e0b4d}.gbg-oem-process-step:nth-child(4) .gbg-oem-process-badge{background:linear-gradient(135deg,#10b981,#34d399);box-shadow:0 2px 8px #10b9814d}.gbg-oem-process-step:nth-child(5) .gbg-oem-process-badge{background:linear-gradient(135deg,#8b5cf6,#a78bfa);box-shadow:0 2px 8px #8b5cf64d}.gbg-oem-process-step-title{color:#1a1a1a;margin-bottom:6px;font-size:1.05rem;font-weight:700}.gbg-oem-process-step-desc{color:#6b7280;margin:0;font-size:.82rem;line-height:1.5}.gbg-oem-process-connector{z-index:1;justify-content:center;align-items:center;width:56px;display:flex;position:absolute;top:50px;right:-28px}.gbg-oem-process-dots{align-items:center;gap:4px;display:flex}.gbg-oem-process-dots span{background:#d1d5db;border-radius:50%;width:5px;height:5px;display:inline-block}.gbg-oem-process-arrow{color:#f97316;flex-shrink:0;margin-left:4px}.gbg-oem-map-section{background:#fff;padding:80px 0 100px}.gbg-oem-map-subtitle{text-align:center;color:#6b7280;margin-top:-32px;margin-bottom:48px;font-size:1.05rem}.gbg-oem-map-wrapper{justify-content:center;align-items:center;margin-bottom:48px;display:flex}.gbg-oem-india-svg{filter:drop-shadow(0 10px 30px #0000000f);width:100%;max-width:500px;height:auto}.gbg-oem-india-path{fill:#fef3c7;stroke:#f97316;stroke-width:1.2px;transition:all .4s}.gbg-oem-india-svg:hover .gbg-oem-india-path{fill:#ffedd5;stroke:#3b82f6}.gbg-oem-map-dot{fill:#f97316;stroke:#fff;stroke-width:.8px;cursor:pointer;transition:all .3s}.gbg-oem-map-dot:hover{fill:#3b82f6;r:3.5}.gbg-oem-map-pulse{fill:none;stroke:#f97316;stroke-width:.6px;opacity:.4;animation:2s infinite gbgOemPulse}@keyframes gbgOemPulse{0%{r:2.5;opacity:.5}70%{r:6;opacity:0}to{r:2.5;opacity:0}}.gbg-oem-map-city{fill:#374151;pointer-events:none;font-size:3px;font-weight:600}.gbg-oem-map-stats{grid-template-columns:repeat(3,1fr);gap:24px;max-width:800px;margin:0 auto;display:grid}.gbg-oem-stat-box{text-align:center;background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:28px 20px;transition:all .3s}.gbg-oem-stat-box:hover{border-color:#fed7aa;transform:translateY(-4px);box-shadow:0 12px 32px #0000000f}.gbg-oem-stat-icon{color:#f97316;margin:0 auto 12px}.gbg-oem-stat-num{color:#1a1a1a;background:linear-gradient(135deg,#f97316,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:4px;font-size:1.8rem;font-weight:800;display:block}.gbg-oem-stat-label{color:#6b7280;font-size:.9rem;font-weight:500}@media(max-width:1279px){.gbg-oem-container{max-width:1100px;padding:0 20px}.gbg-oem-section-title{font-size:2rem}.gbg-oem-role-grid{gap:24px}.gbg-oem-role-card{padding:32px 22px 28px}.gbg-oem-process-step{max-width:190px}.gbg-oem-process-connector{width:44px;right:-22px}}@media(max-width:1023px){.gbg-oem-container{padding:0 20px}.gbg-oem-section-title{margin-bottom:36px;font-size:1.75rem}.gbg-oem-role-section{padding:60px 0 50px}.gbg-oem-role-grid{grid-template-columns:repeat(2,1fr);gap:20px}.gbg-oem-role-card{padding:28px 20px 24px}.gbg-oem-role-icon-wrap{width:72px;height:72px}.gbg-oem-process-section{padding:50px 0 60px}.gbg-oem-process-track{flex-wrap:wrap;justify-content:center;gap:32px 16px}.gbg-oem-process-step{flex:0 0 calc(33.333% - 16px);max-width:220px}.gbg-oem-process-connector{display:none}.gbg-oem-map-section{padding:60px 0 80px}.gbg-oem-india-svg{max-width:420px}.gbg-oem-map-stats{gap:16px}.gbg-oem-stat-box{padding:22px 16px}.gbg-oem-stat-num{font-size:1.5rem}}@media(max-width:767px){.gbg-oem-section-title{font-size:1.6rem}.gbg-oem-role-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.gbg-oem-role-card{padding:32px 24px 28px}.gbg-oem-process-track{gap:28px 12px}.gbg-oem-process-step{flex:0 0 calc(50% - 12px);max-width:100%}.gbg-oem-map-stats{grid-template-columns:1fr;max-width:320px}.gbg-oem-stat-box{text-align:left;align-items:center;gap:16px;padding:20px 24px;display:flex}.gbg-oem-stat-icon{flex-shrink:0;margin:0}.gbg-oem-stat-num{margin-bottom:0;font-size:1.4rem}}@media(max-width:639px){.gbg-oem-container{padding:0 16px}.gbg-oem-section-title{margin-bottom:32px;font-size:1.45rem}.gbg-oem-role-section{padding:48px 0 40px}.gbg-oem-role-card{border-radius:16px;padding:28px 20px 24px}.gbg-oem-role-icon-wrap{width:64px;height:64px}.gbg-oem-role-icon-wrap svg{width:28px;height:28px}.gbg-oem-role-title{font-size:1.1rem}.gbg-oem-role-item{font-size:.9rem}.gbg-oem-process-section{padding:40px 0 50px}.gbg-oem-process-track{gap:24px 10px}.gbg-oem-process-step{flex:0 0 calc(50% - 10px)}.gbg-oem-process-card{border-radius:14px;padding:20px 12px 22px}.gbg-oem-process-img-box{border-radius:12px;width:60px;height:60px}.gbg-oem-process-img-box svg{width:26px;height:26px}.gbg-oem-process-badge{border-width:2px;width:30px;height:30px;margin-top:-14px;font-size:.8rem}.gbg-oem-process-step-title{font-size:.95rem}.gbg-oem-process-step-desc{font-size:.78rem}.gbg-oem-map-section{padding:48px 0 60px}.gbg-oem-map-subtitle{margin-bottom:32px;font-size:.95rem}.gbg-oem-india-svg{max-width:320px}.gbg-oem-stat-box{border-radius:14px;padding:18px 20px}.gbg-oem-stat-icon{width:24px;height:24px}.gbg-oem-stat-num{font-size:1.3rem}.gbg-oem-stat-label{font-size:.85rem}}@media(max-width:479px){.gbg-oem-container{padding:0 14px}.gbg-oem-section-title{margin-bottom:28px;font-size:1.3rem}.gbg-oem-highlight:after{height:6px}.gbg-oem-role-section{padding:40px 0 32px}.gbg-oem-role-card{border-radius:14px;padding:24px 18px 22px}.gbg-oem-role-icon-wrap{width:56px;height:56px;margin-bottom:18px}.gbg-oem-role-icon-wrap svg{width:24px;height:24px}.gbg-oem-role-title{margin-bottom:16px;font-size:1rem}.gbg-oem-role-item{gap:8px;margin-bottom:10px;font-size:.85rem}.gbg-oem-role-check svg{width:16px;height:16px}.gbg-oem-process-section{padding:32px 0 40px}.gbg-oem-process-track{flex-direction:column;align-items:center;gap:20px}.gbg-oem-process-step{flex:none;width:100%;max-width:280px}.gbg-oem-process-card{padding:24px 20px}.gbg-oem-process-img-box{width:64px;height:64px}.gbg-oem-process-badge{width:32px;height:32px;margin:-16px auto 10px}.gbg-oem-map-section{padding:40px 0 50px}.gbg-oem-map-subtitle{margin-top:-24px;margin-bottom:24px;font-size:.88rem}.gbg-oem-india-svg{max-width:260px}.gbg-oem-map-stats{gap:12px;max-width:100%}.gbg-oem-stat-box{border-radius:12px;gap:12px;padding:16px 18px}.gbg-oem-stat-icon{width:22px;height:22px}.gbg-oem-stat-num{font-size:1.2rem}.gbg-oem-stat-label{font-size:.8rem}}@media(max-width:359px){.gbg-oem-section-title{font-size:1.15rem}.gbg-oem-role-card{padding:20px 14px 18px}.gbg-oem-process-card{padding:20px 16px}.gbg-oem-stat-box{text-align:center;flex-direction:column;gap:8px;padding:14px}.gbg-oem-stat-icon{margin:0 auto}}.gbgenp-section{box-sizing:border-box;background:#fff;width:100%;padding:50px 16px}.gbgenp-container{width:100%;max-width:1000px;margin:0 auto}.gbgenp-header{text-align:center;margin-bottom:36px}.gbgenp-title{color:#1f2937;margin:0 0 12px;font-size:28px;font-weight:800;line-height:1.2}.gbgenp-highlight{color:#f97316}.gbgenp-line{background:#2563eb;border-radius:2px;width:50px;height:3px;margin:0 auto}.gbgenp-grid{grid-template-columns:repeat(2,1fr);gap:14px;width:100%;display:grid}.gbgenp-card{aspect-ratio:16/9;background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:center;align-items:center;padding:18px;transition:all .25s;display:flex}.gbgenp-card:hover{border-color:#bfdbfe;transform:translateY(-2px);box-shadow:0 4px 16px #2563eb14}.gbgenp-logo{object-fit:contain;width:auto;max-width:78%;height:auto;max-height:70%;display:block}@media(min-width:320px)and (max-width:374px){.gbgenp-section{padding:32px 12px}.gbgenp-header{margin-bottom:24px}.gbgenp-title{font-size:22px}.gbgenp-grid{gap:10px}.gbgenp-card{aspect-ratio:16/10;border-radius:10px;padding:14px}.gbgenp-logo{max-width:85%;max-height:75%}}@media(min-width:375px)and (max-width:479px){.gbgenp-section{padding:38px 14px}.gbgenp-header{margin-bottom:28px}.gbgenp-title{font-size:24px}.gbgenp-grid{gap:12px}.gbgenp-card{aspect-ratio:16/9;border-radius:10px;padding:16px}}@media(min-width:480px)and (max-width:639px){.gbgenp-section{padding:42px 20px}.gbgenp-title{font-size:26px}.gbgenp-grid{gap:14px}.gbgenp-card{aspect-ratio:16/8;padding:18px}}@media(min-width:640px)and (max-width:767px){.gbgenp-section{padding:48px 24px}.gbgenp-title{font-size:28px}.gbgenp-grid{grid-template-columns:repeat(4,1fr);gap:14px}.gbgenp-card{aspect-ratio:4/3;border-radius:12px;padding:16px}}@media(min-width:768px)and (max-width:1023px){.gbgenp-section{padding:52px 32px}.gbgenp-title{font-size:30px}.gbgenp-grid{grid-template-columns:repeat(4,1fr);gap:16px}.gbgenp-card{aspect-ratio:4/3;padding:18px}}@media(min-width:1024px)and (max-width:1279px){.gbgenp-section{padding:56px 40px}.gbgenp-container{max-width:900px}.gbgenp-title{font-size:32px}.gbgenp-grid{grid-template-columns:repeat(4,1fr);gap:18px}.gbgenp-card{aspect-ratio:3/2;padding:20px}}@media(min-width:1280px)and (max-width:1439px){.gbgenp-section{padding:60px 48px}.gbgenp-container{max-width:950px}.gbgenp-grid{grid-template-columns:repeat(4,1fr);gap:20px}.gbgenp-card{aspect-ratio:3/2;border-radius:14px;padding:22px}}@media(min-width:1440px)and (max-width:1919px){.gbgenp-section{padding:64px}.gbgenp-container{max-width:1000px}.gbgenp-grid{grid-template-columns:repeat(4,1fr);gap:22px}.gbgenp-card{aspect-ratio:3/2;padding:24px}}@media(min-width:1920px){.gbgenp-section{padding:72px 80px}.gbgenp-container{max-width:1100px}.gbgenp-title{font-size:36px}.gbgenp-grid{grid-template-columns:repeat(4,1fr);gap:24px}.gbgenp-card{aspect-ratio:3/2;border-radius:16px;padding:28px}}@media(prefers-reduced-motion:reduce){.gbgenp-card{transition:none}.gbgenp-card:hover{transform:none}}.gbg-energy-form-overlay{-webkit-backdrop-filter:blur(12px);z-index:9999;opacity:0;background:#0009;justify-content:center;align-items:center;padding:20px;transition:opacity .35s;display:flex;position:fixed;top:0;bottom:0;left:0;right:0;overflow-y:auto}.gbg-energy-form-overlay-active{opacity:1}.gbg-energy-form-modal{opacity:0;scrollbar-width:thin;scrollbar-color:#e5e7eb transparent;background:#fff;border-radius:28px;width:100%;max-width:520px;max-height:92vh;transition:all .45s cubic-bezier(.34,1.56,.64,1);position:relative;overflow-y:auto;transform:scale(.92)translateY(30px);box-shadow:0 32px 64px -16px #0000004d,0 0 0 1px #ffffff1a}.gbg-energy-form-modal-active{opacity:1;transform:scale(1)translateY(0)}.gbg-energy-form-modal::-webkit-scrollbar{width:5px}.gbg-energy-form-modal::-webkit-scrollbar-track{background:0 0}.gbg-energy-form-modal::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}.gbg-energy-form-close{color:#9ca3af;cursor:pointer;z-index:10;background:#fff;border:1.5px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:absolute;top:18px;right:18px}.gbg-energy-form-close:hover{color:#f97316;background:#fff7ed;border-color:#f97316;transform:rotate(90deg)scale(1.1);box-shadow:0 4px 12px #f9731633}.gbg-energy-form-header{text-align:center;border-bottom:1px solid #f3f4f6;padding:36px 32px 22px;position:relative}.gbg-energy-form-header:before{content:"";background:linear-gradient(90deg,#f97316,#fb923c);border-radius:0 0 4px 4px;width:60px;height:4px;position:absolute;top:0;left:50%;transform:translate(-50%)}.gbg-energy-form-header-icon{color:#fff;background:linear-gradient(135deg,#f97316,#fb923c);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:14px;animation:3s ease-in-out infinite gbgEnergyFormIconFloat;display:inline-flex;box-shadow:0 8px 24px #f9731640}@keyframes gbgEnergyFormIconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.gbg-energy-form-title{color:#1a1a1a;letter-spacing:-.3px;margin-bottom:6px;font-size:1.45rem;font-weight:800;line-height:1.3}.gbg-energy-form-title-highlight{color:#f97316;position:relative}.gbg-energy-form-title-highlight:after{content:"";z-index:-1;background:#f973161f;border-radius:4px;width:100%;height:8px;position:absolute;bottom:2px;left:0}.gbg-energy-form-subtitle{color:#6b7280;margin-bottom:22px;font-size:.88rem;line-height:1.5}.gbg-energy-form-stepper{justify-content:center;align-items:center;gap:10px;max-width:300px;margin:0 auto;display:flex}.gbg-energy-form-step{align-items:center;gap:8px;display:flex}.gbg-energy-form-step-num{color:#9ca3af;background:#f3f4f6;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:.8rem;font-weight:700;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex}.gbg-energy-form-step-active .gbg-energy-form-step-num{color:#fff;background:linear-gradient(135deg,#f97316,#fb923c);box-shadow:0 4px 14px #f973164d}.gbg-energy-form-step-label{color:#9ca3af;font-size:.78rem;font-weight:600;transition:color .3s}.gbg-energy-form-step-active .gbg-energy-form-step-label{color:#f97316}.gbg-energy-form-step-line{background:#f3f4f6;border-radius:2px;flex:1;max-width:50px;height:3px;position:relative;overflow:hidden}.gbg-energy-form-step-line-fill{background:linear-gradient(90deg,#f97316,#fb923c);border-radius:2px;transition:transform .5s cubic-bezier(.4,0,.2,1);position:absolute;top:0;bottom:0;left:0;right:0;transform:translate(-100%)}.gbg-energy-form-step-line-active{transform:translate(0)}.gbg-energy-form-body{padding:24px 32px}.gbg-energy-form-fields{flex-direction:column;gap:18px;display:flex}.gbg-energy-form-submit-error{color:#dc2626;text-align:center;background:linear-gradient(135deg,#fef2f2,#fff1f2);border:1px solid #fecaca;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin-bottom:16px;padding:12px 16px;font-size:.88rem;font-weight:500;animation:.5s gbgEnergyFormShake;display:flex}.gbg-energy-form-submit-error-dot{background:#ef4444;border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite gbgEnergyFormPulse}@keyframes gbgEnergyFormPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.gbg-energy-form-group{flex-direction:column;gap:6px;display:flex}.gbg-energy-form-label{color:#4b5563;text-transform:uppercase;letter-spacing:.4px;align-items:center;gap:6px;font-size:.78rem;font-weight:600;display:flex}.gbg-energy-form-label svg{color:#f97316;flex-shrink:0}.gbg-energy-form-input,.gbg-energy-form-textarea{color:#1a1a1a;box-sizing:border-box;background:#fafafa;border:1.5px solid #e5e7eb;border-radius:14px;outline:none;width:100%;padding:13px 16px;font-family:inherit;font-size:.95rem;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.gbg-energy-form-input::placeholder,.gbg-energy-form-textarea::placeholder{color:#b0b5bd;font-size:.9rem}.gbg-energy-form-input:focus,.gbg-energy-form-textarea:focus{background:#fff;border-color:#f97316;transform:translateY(-1px);box-shadow:0 0 0 4px #f973161a,0 2px 8px #f9731614}.gbg-energy-form-input-error{animation:.5s gbgEnergyFormShake;background:#fef2f2!important;border-color:#ef4444!important}.gbg-energy-form-input-error:focus{box-shadow:0 0 0 4px #ef44441a!important}@keyframes gbgEnergyFormShake{0%,to{transform:translate(0)}15%{transform:translate(-6px)}30%{transform:translate(5px)}45%{transform:translate(-4px)}60%{transform:translate(3px)}75%{transform:translate(-2px)}}.gbg-energy-form-phone-wrap{background:#fafafa;border:1.5px solid #e5e7eb;border-radius:14px;align-items:center;transition:all .3s;display:flex;overflow:hidden}.gbg-energy-form-phone-wrap:focus-within{background:#fff;border-color:#f97316;transform:translateY(-1px);box-shadow:0 0 0 4px #f973161a}.gbg-energy-form-phone-code{color:#6b7280;background:#f3f4f6;border-right:1.5px solid #e5e7eb;flex-shrink:0;padding:13px 12px 13px 16px;font-size:.88rem;font-weight:700}.gbg-energy-form-phone-input{flex:1;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important}.gbg-energy-form-phone-input:focus{box-shadow:none!important;transform:none!important}.gbg-energy-form-textarea{resize:vertical;min-height:80px;line-height:1.6}.gbg-energy-form-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.gbg-energy-form-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.gbg-energy-form-input[type=number]{-moz-appearance:textfield}.gbg-energy-form-error{color:#ef4444;align-items:center;gap:4px;font-size:.76rem;font-weight:500;animation:.3s gbgEnergyFormErrorSlide;display:flex}@keyframes gbgEnergyFormErrorSlide{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.gbg-energy-form-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.gbg-energy-form-options{flex-wrap:wrap;gap:8px;display:flex}.gbg-energy-form-option{color:#4b5563;cursor:pointer;background:#fafafa;border:1.5px solid #e5e7eb;border-radius:12px;padding:10px 14px;font-family:inherit;font-size:.82rem;font-weight:500;line-height:1.3;transition:all .25s cubic-bezier(.34,1.56,.64,1)}.gbg-energy-form-option:hover{color:#f97316;background:#fff7ed;border-color:#fed7aa;transform:translateY(-2px);box-shadow:0 4px 12px #f973161a}.gbg-energy-form-option-active{color:#f97316;background:linear-gradient(135deg,#fff7ed,#ffedd5);border-color:#f97316;font-weight:600;transform:translateY(-2px);box-shadow:0 4px 14px #f9731626}.gbg-energy-form-footer{border-top:1px solid #f3f4f6;justify-content:flex-end;align-items:center;gap:12px;padding:18px 32px 28px;display:flex}.gbg-energy-form-btn{cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:13px 26px;font-family:inherit;font-size:.92rem;font-weight:700;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:inline-flex}.gbg-energy-form-btn-back{color:#4b5563;background:#f3f4f6}.gbg-energy-form-btn-back:hover{color:#1a1a1a;background:#e5e7eb;transform:translateY(-2px)}.gbg-energy-form-btn-primary{color:#fff;background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 8px 24px #f973164d}.gbg-energy-form-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#ea580c,#c2410c);transform:translateY(-2px);box-shadow:0 12px 32px #f9731666}.gbg-energy-form-btn-primary:active:not(:disabled){transform:translateY(0)scale(.97)}.gbg-energy-form-btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none!important}.gbg-energy-form-spin{animation:1s linear infinite gbgEnergyFormSpin}@keyframes gbgEnergyFormSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.gbg-energy-form-success{text-align:center;padding:40px 32px 36px;animation:.6s cubic-bezier(.34,1.56,.64,1) gbgEnergyFormSuccessIn}@keyframes gbgEnergyFormSuccessIn{0%{opacity:0;transform:scale(.85)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.gbg-energy-form-success-check-wrap{justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 24px;display:flex;position:relative}.gbg-energy-form-success-check-ripple{border:3px solid #22c55e4d;border-radius:50%;animation:2s ease-out infinite gbgEnergyFormRipple;position:absolute;top:0;bottom:0;left:0;right:0}.gbg-energy-form-success-check-ripple-delay{border-color:#22c55e26;animation-delay:.6s}@keyframes gbgEnergyFormRipple{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(1.6)}}.gbg-energy-form-success-icon{color:#fff;z-index:2;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;animation:.6s cubic-bezier(.34,1.56,.64,1) .2s both gbgEnergyFormCheckPop;display:inline-flex;position:relative;box-shadow:0 12px 32px #22c55e59}@keyframes gbgEnergyFormCheckPop{0%{opacity:0;transform:scale(0)}60%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}.gbg-energy-form-success-title{color:#1a1a1a;margin-bottom:10px;font-size:1.5rem;font-weight:800;animation:.5s .4s both gbgEnergyFormSuccessFadeUp}.gbg-energy-form-success-text{color:#6b7280;max-width:380px;margin-bottom:20px;margin-left:auto;margin-right:auto;font-size:.92rem;line-height:1.7;animation:.5s .5s both gbgEnergyFormSuccessFadeUp}.gbg-energy-form-success-text strong{color:#f97316;font-weight:700}.gbg-energy-form-success-highlight{color:#f97316;font-weight:600}@keyframes gbgEnergyFormSuccessFadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.gbg-energy-form-success-info{flex-direction:column;gap:8px;max-width:340px;margin-bottom:24px;margin-left:auto;margin-right:auto;animation:.5s .6s both gbgEnergyFormSuccessFadeUp;display:flex}.gbg-energy-form-success-info-item{color:#166534;text-align:left;background:linear-gradient(135deg,#f0fdf4,#f6fef9);border:1px solid #bbf7d0;border-radius:12px;align-items:center;gap:10px;padding:10px 16px;font-size:.85rem;font-weight:500;display:flex}.gbg-energy-form-success-info-item svg{color:#22c55e;flex-shrink:0}.gbg-energy-form-success-next{text-align:left;background:linear-gradient(135deg,#fff7ed,#fffbeb);border:1px solid #fed7aa;border-radius:16px;margin-bottom:20px;padding:18px 20px;animation:.5s .7s both gbgEnergyFormSuccessFadeUp}.gbg-energy-form-success-next h4{color:#92400e;align-items:center;gap:6px;margin:0 0 12px;font-size:.9rem;font-weight:700;display:flex}.gbg-energy-form-success-next-items{flex-direction:column;gap:10px;display:flex}.gbg-energy-form-success-next-item{color:#78350f;align-items:center;gap:10px;font-size:.82rem;font-weight:500;display:flex}.gbg-energy-form-success-next-icon{color:#fff;background:linear-gradient(135deg,#f97316,#fb923c);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.gbg-energy-form-success-brand{justify-content:center;align-items:center;gap:12px;margin-bottom:6px;animation:.5s .8s both gbgEnergyFormSuccessFadeUp;display:flex}.gbg-energy-form-success-brand-line{background:linear-gradient(90deg,#0000,#f97316,#0000);border-radius:2px;width:40px;height:2px}.gbg-energy-form-success-brand-text{color:#f97316;letter-spacing:2px;font-size:.85rem;font-weight:800}.gbg-energy-form-success-brand-tagline{color:#9ca3af;margin-bottom:20px;font-size:.78rem;animation:.5s .85s both gbgEnergyFormSuccessFadeUp}.gbg-energy-form-success-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:14px 40px;font-family:inherit;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.34,1.56,.64,1);animation:.5s .9s both gbgEnergyFormSuccessFadeUp;display:inline-flex;box-shadow:0 8px 24px #22c55e4d}.gbg-energy-form-success-btn:hover{background:linear-gradient(135deg,#16a34a,#15803d);transform:translateY(-2px);box-shadow:0 12px 32px #22c55e66}.gbg-energy-form-success-btn:active{transform:translateY(0)scale(.97)}@media(max-width:1023px){.gbg-energy-form-overlay{align-items:flex-end;padding:16px}.gbg-energy-form-modal{border-radius:24px 24px 0 0;max-width:100%;max-height:88vh;transform:translateY(100%)}.gbg-energy-form-modal-active{transform:translateY(0)}.gbg-energy-form-header{padding:28px 24px 18px}.gbg-energy-form-header:before{width:50px}.gbg-energy-form-title{font-size:1.3rem}.gbg-energy-form-body{padding:20px 24px}.gbg-energy-form-fields{gap:16px}.gbg-energy-form-footer{padding:14px 24px 22px}.gbg-energy-form-btn{padding:12px 22px;font-size:.9rem}.gbg-energy-form-success{padding:32px 24px 28px}.gbg-energy-form-success-check-wrap{width:90px;height:90px}.gbg-energy-form-success-icon{width:70px;height:70px}.gbg-energy-form-success-title{font-size:1.3rem}}@media(max-width:767px){.gbg-energy-form-overlay{padding:0}.gbg-energy-form-modal{border-radius:20px 20px 0 0;max-height:92vh}.gbg-energy-form-close{width:36px;height:36px;top:14px;right:14px}.gbg-energy-form-header{padding:24px 20px 16px}.gbg-energy-form-header-icon{width:48px;height:48px;margin-bottom:10px}.gbg-energy-form-title{font-size:1.15rem}.gbg-energy-form-subtitle{margin-bottom:16px;font-size:.82rem}.gbg-energy-form-step-num{width:26px;height:26px;font-size:.75rem}.gbg-energy-form-step-label{font-size:.72rem}.gbg-energy-form-body{padding:16px 20px}.gbg-energy-form-input,.gbg-energy-form-textarea{border-radius:12px;padding:11px 14px;font-size:16px}.gbg-energy-form-label{font-size:.72rem}.gbg-energy-form-row{grid-template-columns:1fr;gap:14px}.gbg-energy-form-options{gap:6px}.gbg-energy-form-option{border-radius:10px;padding:9px 12px;font-size:.78rem}.gbg-energy-form-footer{gap:10px;padding:12px 20px 18px}.gbg-energy-form-btn{border-radius:12px;flex:1;padding:12px 18px;font-size:.88rem}.gbg-energy-form-success{padding:28px 20px 24px}.gbg-energy-form-success-check-wrap{width:80px;height:80px;margin-bottom:18px}.gbg-energy-form-success-icon{width:60px;height:60px}.gbg-energy-form-success-icon svg{width:32px;height:32px}.gbg-energy-form-success-title{font-size:1.15rem}.gbg-energy-form-success-text{font-size:.85rem}.gbg-energy-form-success-info-item{padding:8px 12px;font-size:.8rem}.gbg-energy-form-success-next{padding:14px 16px}.gbg-energy-form-success-next-item{font-size:.78rem}.gbg-energy-form-success-btn{padding:12px 32px;font-size:.92rem}}@media(max-width:479px){.gbg-energy-form-modal{border-radius:0;height:100vh;max-height:100vh}.gbg-energy-form-header{padding:20px 16px 14px}.gbg-energy-form-header-icon{width:44px;height:44px}.gbg-energy-form-title{font-size:1.05rem}.gbg-energy-form-body{padding:14px 16px}.gbg-energy-form-fields{gap:14px}.gbg-energy-form-input,.gbg-energy-form-textarea{border-radius:10px;padding:10px 12px;font-size:16px}.gbg-energy-form-phone-code{padding:10px 10px 10px 12px;font-size:.85rem}.gbg-energy-form-options{gap:5px}.gbg-energy-form-option{border-radius:8px;padding:8px 10px;font-size:.75rem}.gbg-energy-form-footer{flex-direction:column;gap:8px;padding:10px 16px 16px}.gbg-energy-form-btn{width:100%;padding:12px;font-size:.88rem}.gbg-energy-form-success{padding:24px 16px 20px}.gbg-energy-form-success-check-wrap{width:72px;height:72px}.gbg-energy-form-success-icon{width:54px;height:54px}.gbg-energy-form-success-icon svg{width:28px;height:28px}.gbg-energy-form-success-title{font-size:1.05rem}.gbg-energy-form-success-text{font-size:.82rem}.gbg-energy-form-success-info{gap:6px}.gbg-energy-form-success-info-item{padding:8px 10px;font-size:.78rem}.gbg-energy-form-success-next{padding:12px 14px}.gbg-energy-form-success-next h4{font-size:.85rem}.gbg-energy-form-success-next-item{gap:8px;font-size:.75rem}.gbg-energy-form-success-next-icon{width:22px;height:22px}.gbg-energy-form-success-next-icon svg{width:12px;height:12px}.gbg-energy-form-success-brand-text{font-size:.8rem}.gbg-energy-form-success-brand-tagline{font-size:.72rem}.gbg-energy-form-success-btn{padding:12px 28px;font-size:.9rem}}@media(max-width:359px){.gbg-energy-form-title{font-size:1rem}.gbg-energy-form-subtitle{font-size:.78rem}.gbg-energy-form-input,.gbg-energy-form-textarea{padding:9px 10px;font-size:15px}.gbg-energy-form-option{padding:7px 9px;font-size:.72rem}.gbg-energy-form-success-title{font-size:1rem}}.gbgenpf-section,.gbgenpf-section *{box-sizing:border-box}.gbgenpf-section{background:#f5f6f8;width:100%;padding:50px 20px}.gbgenpf-wrapper{background:#fff;border:1px solid #e7e9ed;border-radius:22px;grid-template-columns:.82fr 1.18fr;width:100%;max-width:1280px;height:720px;max-height:calc(100vh - 80px);margin:0 auto;display:grid;overflow:hidden;box-shadow:0 20px 70px #141c2814}.gbgenpf-left-panel{color:#fff;background:radial-gradient(circle at 18% 18%,#ffbf7da6,#0000 38%),radial-gradient(circle at 80% 85%,#ff5b238c,#0000 42%),linear-gradient(145deg,#fff4ed,#ffd6bb 30%,#ff9c5e,#ff6538);flex-direction:column;justify-content:space-between;min-height:0;padding:28px;display:flex;position:relative;overflow:hidden}.gbgenpf-left-panel:after{content:"";pointer-events:none;background:linear-gradient(#ffffff47,#fff0 40%,#24140e14);position:absolute;top:0;bottom:0;left:0;right:0}.gbgenpf-left-glow{filter:blur(60px);opacity:.45;border-radius:50%;position:absolute}.gbgenpf-glow-one{background:#fff8e9;width:220px;height:220px;top:-80px;right:-90px}.gbgenpf-glow-two{background:#ff572f;width:260px;height:260px;bottom:-120px;left:-130px}.gbgenpf-left-logo{z-index:2;letter-spacing:.13em;color:#4d352a;align-items:center;gap:8px;font-size:11px;font-weight:700;display:flex;position:relative}.gbgenpf-left-copy{z-index:2;max-width:400px;margin-top:auto;margin-bottom:auto;animation:.6s both gbgenpfCopyEnter;position:relative}@keyframes gbgenpfCopyEnter{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.gbgenpf-left-eyebrow{letter-spacing:.15em;color:#482e23b3;margin-bottom:14px;font-size:10px;font-weight:700;display:block}.gbgenpf-left-copy h1{letter-spacing:-.055em;color:#2e2926;margin:0;font-size:clamp(34px,4vw,56px);font-weight:500;line-height:1.04}.gbgenpf-left-copy h1 strong{color:#fff;font-weight:700}.gbgenpf-left-copy p{color:#38261dc2;max-width:330px;margin:18px 0 0;font-size:14px;line-height:1.7}.gbgenpf-left-footer{z-index:2;color:#3e281ea6;justify-content:space-between;align-items:center;gap:15px;font-size:10px;font-weight:600;display:flex;position:relative}.gbgenpf-message-dots{align-items:center;gap:6px;display:flex}.gbgenpf-message-dots button{cursor:pointer;background:#462d2340;border:none;border-radius:10px;width:18px;height:3px;padding:0;transition:all .3s}.gbgenpf-message-dots button.active{background:#3b2a23;width:34px}.gbgenpf-right-panel{background:#fff;flex-direction:column;min-width:0;min-height:0;padding:28px 34px 18px;display:flex;overflow:hidden}.gbgenpf-topbar{border-bottom:1px solid #eee;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:17px;display:flex}.gbgenpf-top-eyebrow{letter-spacing:.13em;color:#e76f26;margin-bottom:6px;font-size:10px;font-weight:700;display:block}.gbgenpf-topbar h2{letter-spacing:-.035em;color:#222;margin:0;font-size:27px;font-weight:650;line-height:1.15}.gbgenpf-topbar h2 span{color:#969696;margin-left:7px;font-size:15px;font-weight:500}.gbgenpf-step-number{align-items:baseline;padding-top:4px;display:flex}.gbgenpf-step-number strong{color:#252525;font-size:20px}.gbgenpf-step-number span{color:#aaa;font-size:11px}.gbgenpf-progress-wrap{flex-shrink:0;padding:14px 0 13px}.gbgenpf-progress-top{color:#969696;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:11px;display:flex}.gbgenpf-progress-top span:first-child{color:#4b4b4b;font-weight:650}.gbgenpf-progress-line{background:#eee;border-radius:20px;width:100%;height:4px;overflow:hidden}.gbgenpf-progress-line div{border-radius:inherit;background:#f47b20;height:100%;transition:width .4s}.gbgenpf-scroll-area{scroll-behavior:smooth;flex:1;min-height:0;padding:4px 14px 12px 0;overflow:hidden auto}.gbgenpf-scroll-area::-webkit-scrollbar{width:5px}.gbgenpf-scroll-area::-webkit-scrollbar-track{background:0 0}.gbgenpf-scroll-area::-webkit-scrollbar-thumb{background:#dedede;border-radius:20px}.gbgenpf-scroll-area::-webkit-scrollbar-thumb:hover{background:#c9c9c9}.gbgenpf-scroll-content{width:100%;animation:.4s both gbgenpfStepEnter}@keyframes gbgenpfStepEnter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.gbgenpf-step-content{width:100%;padding-bottom:15px}.gbgenpf-step-heading{margin-bottom:21px}.gbgenpf-step-heading>span{letter-spacing:.13em;color:#e8752d;margin-bottom:6px;font-size:10px;font-weight:700;display:block}.gbgenpf-step-heading h2{letter-spacing:-.025em;color:#222;margin:0 0 6px;font-size:23px;font-weight:650;line-height:1.2}.gbgenpf-step-heading p{color:#858585;margin:0;font-size:13px;line-height:1.55}.gbgenpf-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;display:grid}.gbgenpf-form-stack{flex-direction:column;gap:20px;display:flex}.gbgenpf-field{min-width:0}.gbgenpf-full-field{grid-column:1/-1}.gbgenpf-field>label{color:#343434;margin-bottom:8px;font-size:13px;font-weight:650;line-height:1.4;display:block}.gbgenpf-field-help{color:#a0a0a0;margin:-2px 0 9px;font-size:11px}.gbgenpf-field input[type=text],.gbgenpf-field input[type=email],.gbgenpf-field input[type=tel],.gbgenpf-field input[type=number],.gbgenpf-field textarea{color:#292929;background:#fff;border:1px solid #e3e3e3;border-radius:9px;outline:none;width:100%;font-family:inherit;font-size:13px;transition:border-color .2s,box-shadow .2s}.gbgenpf-field input{height:44px;padding:0 13px}.gbgenpf-field textarea{resize:vertical;min-height:105px;padding:13px}.gbgenpf-field input:focus,.gbgenpf-field textarea:focus{border-color:#ef7a2c;box-shadow:0 0 0 3px #ef7a2c14}.gbgenpf-field input::placeholder,.gbgenpf-field textarea::placeholder{color:#b4b4b4}.gbgenpf-options{flex-wrap:wrap;gap:7px;display:flex}.gbgenpf-option{color:#696969;cursor:pointer;background:#fff;border:1px solid #e4e4e4;border-radius:8px;align-items:center;min-height:38px;padding:8px 11px;font-size:12px;line-height:1.35;transition:border-color .2s,background .2s,color .2s;display:inline-flex;position:relative}.gbgenpf-option:hover{border-color:#ccc}.gbgenpf-option.active{color:#d96620;background:#fff8f3;border-color:#f1a06b}.gbgenpf-option input{opacity:0;pointer-events:none;position:absolute}.gbgenpf-option-indicator{color:#0000;border:1px solid #d3d3d3;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:15px;height:15px;margin-right:7px;display:flex}.gbgenpf-option.active .gbgenpf-option-indicator{color:#fff;background:#f47b20;border-color:#f47b20}.gbgenpf-section-divider{align-items:center;gap:12px;margin:26px 0 19px;display:flex}.gbgenpf-section-divider:after{content:"";background:#eee;flex:1;height:1px}.gbgenpf-section-divider span{letter-spacing:.12em;color:#b0b0b0;white-space:nowrap;font-size:10px;font-weight:700}.gbgenpf-declaration{background:#fafafa;border:1px solid #ececec;border-radius:11px;margin-top:24px;padding:17px}.gbgenpf-declaration-title{color:#333;margin-bottom:12px;font-size:14px;font-weight:650;display:block}.gbgenpf-declaration-item{color:#6f6f6f;cursor:pointer;align-items:flex-start;gap:9px;margin-bottom:11px;font-size:12px;line-height:1.5;display:flex}.gbgenpf-declaration-item:last-child{margin-bottom:0}.gbgenpf-declaration-item input{accent-color:#f47b20;flex-shrink:0;width:16px;height:16px;margin-top:2px}.gbgenpf-navigation{border-top:1px solid #eee;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding-top:14px;display:flex}.gbgenpf-navigation button{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:8px;height:44px;padding:0 18px;font-family:inherit;font-size:13px;font-weight:650;transition:all .25s;display:inline-flex}.gbgenpf-back-btn{color:#666;background:#fff;border:1px solid #e2e2e2}.gbgenpf-back-btn:hover:not(:disabled){border-color:#bbb}.gbgenpf-back-btn:disabled{opacity:.4;cursor:not-allowed}.gbgenpf-next-btn{color:#fff;background:#f47b20;border:1px solid #f47b20;min-width:165px}.gbgenpf-next-btn:hover{background:#e66e16;transform:translateY(-1px)}.gbgenpf-success-left{background:radial-gradient(circle at 20% 15%,#ffe9d8,#0000 35%),linear-gradient(145deg,#fff4ed,#ffad76,#f36c35)}.gbgenpf-success-box{text-align:center;width:100%;max-width:500px;margin:auto}.gbgenpf-success-icon{color:#f47b20;background:#fff2e8;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto 17px;display:flex}.gbgenpf-success-box>span{letter-spacing:.14em;color:#e8752d;margin-bottom:9px;font-size:10px;font-weight:700;display:block}.gbgenpf-success-box h2{letter-spacing:-.03em;color:#252525;margin:0 0 13px;font-size:28px;line-height:1.2}.gbgenpf-success-box p{color:#777;margin:0;font-size:14px;line-height:1.7}.gbgenpf-success-note{color:#747474;background:#f8f8f8;border-radius:9px;margin-top:18px;padding:14px;font-size:12px;line-height:1.55}.gbgenpf-success-box button{color:#fff;cursor:pointer;background:#f47b20;border:none;border-radius:8px;height:45px;margin-top:19px;padding:0 20px;font-family:inherit;font-size:13px;font-weight:650}@media(max-width:1050px){.gbgenpf-section{padding:35px 16px}.gbgenpf-wrapper{grid-template-columns:.75fr 1.25fr;height:700px}.gbgenpf-right-panel{padding:25px 25px 17px}.gbgenpf-left-copy h1{font-size:42px}.gbgenpf-form-grid{grid-template-columns:1fr}.gbgenpf-full-field{grid-column:auto}}@media(max-width:780px){.gbgenpf-section{padding:18px 12px}.gbgenpf-wrapper{border-radius:16px;flex-direction:column;height:auto;max-height:none;display:flex;overflow:hidden}.gbgenpf-left-panel{min-height:265px;padding:22px}.gbgenpf-left-copy{margin-top:auto;margin-bottom:auto}.gbgenpf-left-copy h1{font-size:36px}.gbgenpf-left-copy p{max-width:290px;margin-top:12px;font-size:12px}.gbgenpf-right-panel{height:650px;padding:21px 16px 15px}.gbgenpf-topbar h2{font-size:23px}.gbgenpf-topbar h2 span{margin:3px 0 0;font-size:13px;display:block}.gbgenpf-step-heading h2{font-size:21px}.gbgenpf-scroll-area{padding-right:7px}.gbgenpf-option{width:100%}.gbgenpf-navigation button{flex:1;padding:0 12px}.gbgenpf-next-btn{min-width:0}}@media(max-width:420px){.gbgenpf-left-panel{min-height:235px}.gbgenpf-left-copy h1{font-size:31px}.gbgenpf-left-footer{font-size:9px}.gbgenpf-right-panel{height:630px;padding:19px 13px 13px}.gbgenpf-top-eyebrow{font-size:9px}.gbgenpf-step-number{display:none}.gbgenpf-step-heading h2{font-size:20px}.gbgenpf-field>label{font-size:12px}.gbgenpf-option{font-size:11.5px}.gbgenpf-navigation button{font-size:12px}}.gbg-energy-partner-page{position:relative}.gbg-energy-cta-btn{color:#fff;cursor:pointer;z-index:100;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:50px;align-items:center;gap:10px;padding:16px 28px;font-family:inherit;font-size:1rem;font-weight:700;transition:all .3s;display:inline-flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 24px #f9731659}.gbg-energy-cta-btn:hover{background:linear-gradient(135deg,#ea580c,#c2410c);transform:translateY(-3px);box-shadow:0 12px 32px #f9731673}.gbg-energy-cta-btn:active{transform:translateY(0)scale(.97)}@media(max-width:1023px){.gbg-energy-cta-btn{padding:14px 24px;font-size:.95rem;bottom:20px;right:20px}}@media(max-width:639px){.gbg-energy-cta-btn{justify-content:center;padding:14px 20px;font-size:.9rem;bottom:16px;left:16px;right:16px}}@media(max-width:479px){.gbg-energy-cta-btn{gap:8px;padding:13px 18px;font-size:.88rem;bottom:12px;left:12px;right:12px}.gbg-energy-cta-btn svg{width:18px;height:18px}}.gbgef-page{color:#1a1a1a;background:#fff;align-items:flex-start;width:100%;min-height:100vh;padding-top:72px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;position:relative;overflow-x:hidden}.gbgef-sidebar{z-index:20;background:linear-gradient(#fdf3e4,#f5ebe0);border-right:1px solid #e8ddd0;align-self:flex-start;width:300px;min-width:300px;height:calc(100vh - 72px);transition:transform .35s;position:sticky;top:3px;overflow-y:auto;box-shadow:2px 0 12px #0000000a}.gbgef-sidebar-inner{flex-direction:column;gap:24px;padding:32px 24px;display:flex}.gbgef-sidebar-brand{flex-direction:column;gap:4px;display:flex}.gbgef-sidebar-logo{background:linear-gradient(135deg,#ff6b00,#ff9100);-webkit-text-fill-color:transparent;letter-spacing:-1px;-webkit-background-clip:text;background-clip:text;font-size:28px;font-weight:900}.gbgef-sidebar-brand span{color:#64748b;letter-spacing:1px;text-transform:uppercase;font-size:13px;font-weight:600}.gbgef-sidebar-title{color:#1a1a1a;margin:0;font-size:22px;font-weight:800;line-height:1.3}.gbgef-sidebar-title span{color:#ff6b00}.gbgef-sidebar-desc{color:#555;margin:0;font-size:14px;line-height:1.6}.gbgef-sidebar-contact h4{color:#1a1a1a;margin:0 0 8px;font-size:14px;font-weight:700}.gbgef-sidebar-contact a{color:#0d6efd;align-items:center;gap:8px;font-size:13px;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.gbgef-sidebar-contact a:hover{color:#ff6b00}.gbgef-sidebar-contact svg{flex-shrink:0;width:16px;height:16px}.gbgef-sidebar-alert{color:#b35900;background:linear-gradient(135deg,#ffe8cc,#ffd4a3);border:1px solid #ffb366;border-radius:10px;align-items:flex-start;gap:10px;padding:12px;font-size:12px;font-weight:600;line-height:1.5;display:flex}.gbgef-sidebar-alert svg{flex-shrink:0;width:18px;height:18px;margin-top:1px}.gbgef-sidebar-toggle{display:none!important}.gbgef-mobile-banner{display:none}.gbgef-main{scroll-behavior:smooth;flex:1;min-width:0;min-height:calc(100vh - 72px);margin-left:0;overflow-y:auto}.gbgef-main-inner{max-width:900px;margin:0 auto;padding:40px 32px 60px}.gbgef-main-title{color:#1a1a1a;letter-spacing:-.5px;margin:0 0 28px;font-size:28px;font-weight:800}.gbgef-cards{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px;display:grid}.gbgef-card{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;align-items:center;padding:24px;transition:all .3s;display:flex}.gbgef-card:hover{border-color:#ff6b00;transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.gbgef-card-icon{background:linear-gradient(135deg,#ffe8cc,#dbeafe);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:16px;display:flex;overflow:hidden}.gbgef-card-icon img{object-fit:contain;filter:contrast(1.1)saturate(.9);width:40px;height:40px}.gbgef-card h3{color:#1a1a1a;margin:0 0 12px;font-size:16px;font-weight:700}.gbgef-card ul{text-align:left;width:100%;margin:0;padding:0;list-style:none}.gbgef-card ul li{color:#555;margin-bottom:6px;padding-left:16px;font-size:13px;line-height:1.5;position:relative}.gbgef-card ul li:before{content:"•";color:#ff6b00;font-weight:700;position:absolute;left:0}.gbgef-form-wrap{background:#f8f9fa;border:1px solid #e5e7eb;border-radius:20px;padding:32px}.gbgef-form-head{color:#1a1a1a;margin:0 0 6px;font-size:22px;font-weight:800}.gbgef-form-sub{color:#64748b;margin:0 0 28px;font-size:14px}.gbgef-form{flex-direction:column;gap:32px;display:flex}.gbgef-section{flex-direction:column;gap:20px;display:flex}.gbgef-section-title{color:#1a1a1a;border-bottom:2px solid #ff6b00;width:-moz-fit-content;width:fit-content;margin:0;padding-bottom:12px;font-size:16px;font-weight:700;display:inline-block}.gbgef-conditional{background:linear-gradient(135deg,#fff8f0,#fff);border:1px solid #ffe0b2;border-radius:16px;gap:20px;padding:24px;animation:.35s gbgefFadeIn}.gbgef-field{flex-direction:column;gap:6px;display:flex}.gbgef-field label{color:#374151;font-size:13px;font-weight:600}.gbgef-field label span{color:#ef4444}.gbgef-input{color:#1a1a1a;background:#fff;border:1.5px solid #d1d5db;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:14px;transition:all .2s}.gbgef-input:focus{border-color:#ff6b00;box-shadow:0 0 0 3px #ff6b001a}.gbgef-input-filled{background:#f0f7ff;border-color:#0d6efd}.gbgef-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:40px}.gbgef-select option{color:#1a1a1a;font-size:14px}textarea.gbgef-input{resize:vertical;min-height:80px}.gbgef-row{gap:16px;display:grid}.gbgef-row-3{grid-template-columns:repeat(3,1fr)}.gbgef-row-2{grid-template-columns:repeat(2,1fr)}.gbgef-radio-options{flex-wrap:wrap;gap:16px;display:flex}.gbgef-radio{cursor:pointer;color:#374151;background:#fff;border:1.5px solid #d1d5db;border-radius:10px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.gbgef-radio input{display:none}.gbgef-radio-active{color:#ff6b00;background:linear-gradient(135deg,#fff3e0,#fff);border-color:#ff6b00;font-weight:600;box-shadow:0 2px 8px #ff6b001f}.gbgef-checkbox-options{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.gbgef-checkbox{cursor:pointer;color:#374151;background:#fff;border:1.5px solid #d1d5db;border-radius:10px;align-items:center;gap:10px;padding:12px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.gbgef-checkbox input[type=checkbox]{accent-color:#ff6b00;cursor:pointer;flex-shrink:0;width:18px;height:18px}.gbgef-checkbox-active{color:#ff6b00;background:linear-gradient(135deg,#fff3e0,#fff);border-color:#ff6b00;font-weight:600;box-shadow:0 2px 8px #ff6b001f}.gbgef-char-count{color:#9ca3af;text-align:right;margin-top:2px;font-size:11px}.gbgef-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6b00,#ff8f00);border:none;border-radius:12px;width:100%;max-width:320px;margin:0 auto;padding:14px 28px;font-size:15px;font-weight:700;transition:all .3s;box-shadow:0 6px 20px #ff6b0040}.gbgef-submit:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ff6b0059}.gbgef-modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:100;background:#0000008c;justify-content:center;align-items:center;padding:20px;animation:.3s gbgefFadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.gbgef-modal{background:#fff;border-radius:24px;width:100%;max-width:700px;animation:.4s cubic-bezier(.16,1,.3,1) gbgefSlideUp;position:relative;overflow:hidden;box-shadow:0 25px 80px #00000040}.gbgef-modal-close{color:#555;cursor:pointer;z-index:10;background:#0000000f;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.gbgef-modal-close:hover{color:#fff;background:#ff6b00;transform:rotate(90deg)}.gbgef-modal-close svg{width:18px;height:18px}.gbgef-modal-body{min-height:300px;display:flex}.gbgef-modal-img{background:linear-gradient(135deg,#ffe8cc,#dbeafe);justify-content:center;align-items:center;width:45%;min-height:100%;display:flex;overflow:hidden}.gbgef-modal-img img{object-fit:cover;filter:contrast(1.05)brightness(.95);width:100%;height:100%}.gbgef-modal-content{flex-direction:column;justify-content:center;gap:16px;width:55%;padding:40px 32px;display:flex}.gbgef-modal-content h2{color:#1a1a1a;margin:0;font-size:26px;font-weight:800;line-height:1.2}.gbgef-modal-content h2 span{background:linear-gradient(135deg,#ff6b00,#ff8f00);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gbgef-modal-content p{color:#555;margin:0;font-size:14px;line-height:1.7}.gbgef-modal-ok{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6b00,#ff8f00);border:none;border-radius:10px;width:-moz-fit-content;width:fit-content;padding:12px 28px;font-size:14px;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #ff6b0040}.gbgef-modal-ok:hover{transform:translateY(-2px);box-shadow:0 8px 25px #ff6b0059}.gbgef-success-toast{z-index:200;background:#fff;border:1px solid #e5e7eb;border-radius:16px;align-items:center;gap:16px;max-width:360px;padding:20px 24px;animation:.5s cubic-bezier(.16,1,.3,1) gbgefSlideInRight;display:flex;position:fixed;top:96px;right:24px;box-shadow:0 12px 40px #00000026}.gbgef-success-icon{flex-shrink:0;width:48px;height:48px}.gbgef-check-path{stroke-dasharray:48;stroke-dashoffset:48px;animation:.3s cubic-bezier(.65,0,.45,1) .6s forwards gbgefStroke}.gbgef-success-text p{color:#64748b;margin:0;font-size:13px}@keyframes gbgefFadeIn{0%{opacity:0}to{opacity:1}}@keyframes gbgefSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes gbgefSlideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@keyframes gbgefStroke{to{stroke-dashoffset:0}}@media(max-width:1024px){.gbgef-page{flex-direction:column;padding-top:68px}.gbgef-sidebar{display:none!important}.gbgef-mobile-banner{background:linear-gradient(135deg,#ff8f00,#ff6b00,#e55a00);border-radius:0 0 20px 20px;width:100%;margin-bottom:20px;padding:24px 20px 20px;display:block;position:relative;overflow:hidden;box-shadow:0 8px 30px #ff6b0040}.gbgef-mobile-banner:before{content:"";background:#ffffff14;border-radius:50%;width:120px;height:120px;position:absolute;top:-30px;right:-30px}.gbgef-mobile-banner:after{content:"";background:#ffffff0f;border-radius:50%;width:80px;height:80px;position:absolute;bottom:-20px;left:-20px}.gbgef-banner-top{z-index:1;align-items:center;gap:10px;margin-bottom:12px;display:flex;position:relative}.gbgef-banner-logo-text{color:#fff;letter-spacing:-.5px;text-shadow:0 2px 8px #00000026;font-size:22px;font-weight:900}.gbgef-banner-badge{color:#ff6b00;letter-spacing:.5px;text-transform:uppercase;background:#fff;border-radius:20px;padding:3px 10px;font-size:10px;font-weight:700;box-shadow:0 2px 8px #0000001a}.gbgef-banner-title{color:#fff;z-index:1;text-shadow:0 2px 8px #00000026;margin:0 0 10px;font-size:20px;font-weight:800;line-height:1.3;position:relative}.gbgef-banner-title span{color:#fff8e1;font-weight:900}.gbgef-banner-desc{color:#ffffffeb;z-index:1;margin:0 0 14px;font-size:13px;line-height:1.6;position:relative}.gbgef-banner-contact{z-index:1;align-items:center;gap:8px;margin-bottom:10px;display:flex;position:relative}.gbgef-banner-contact svg{color:#ffffffe6;flex-shrink:0;width:14px;height:14px}.gbgef-banner-contact a{color:#fffffff2;font-size:12px;font-weight:600;text-decoration:none}.gbgef-banner-alert{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;z-index:1;background:#ffffff26;border:1px solid #fff3;border-radius:10px;align-items:flex-start;gap:8px;padding:10px 12px;font-size:11px;font-weight:600;line-height:1.5;display:flex;position:relative}.gbgef-banner-alert svg{color:#ffeb3b;flex-shrink:0;width:16px;height:16px;margin-top:1px}.gbgef-main{width:100%;min-height:calc(100vh - 68px);margin-left:0}.gbgef-main-inner{padding:0 20px 40px}.gbgef-main-title{margin-bottom:20px;font-size:22px}.gbgef-cards{grid-template-columns:1fr;gap:14px;margin-bottom:28px}.gbgef-card{text-align:left;border-radius:14px;flex-direction:row;align-items:flex-start;gap:16px;padding:20px}.gbgef-card-icon{width:52px;min-width:52px;height:52px;margin-bottom:0}.gbgef-card-icon img{width:28px;height:28px}.gbgef-card h3{margin-bottom:8px;font-size:15px}.gbgef-card ul li{font-size:12px}.gbgef-form-wrap{border-radius:16px;padding:24px 18px}.gbgef-form-head{font-size:18px}.gbgef-success-toast{max-width:none;top:84px;left:16px;right:16px}}@media(max-width:767px){.gbgef-page{padding-top:60px}.gbgef-mobile-banner{border-radius:0 0 16px 16px;padding:20px 16px 18px}.gbgef-banner-logo-text{font-size:20px}.gbgef-banner-title{font-size:18px}.gbgef-banner-desc{font-size:12px}.gbgef-main{min-height:calc(100vh - 60px)}.gbgef-main-inner{padding:0 16px 32px}.gbgef-main-title{margin-bottom:18px;font-size:20px}.gbgef-form-wrap{border-radius:14px;padding:20px 14px}.gbgef-row-3,.gbgef-row-2,.gbgef-checkbox-options{grid-template-columns:1fr}.gbgef-modal-body{flex-direction:column}.gbgef-modal-img,.gbgef-modal-content{width:100%}.gbgef-modal-img{min-height:160px;max-height:200px}.gbgef-modal-content{padding:24px 20px}.gbgef-modal-content h2{font-size:18px}.gbgef-success-toast{top:76px}}@media(max-width:480px){.gbgef-page{padding-top:56px}.gbgef-mobile-banner{border-radius:0 0 14px 14px;margin-bottom:16px;padding:18px 14px 16px}.gbgef-banner-logo-text{font-size:18px}.gbgef-banner-badge{padding:2px 8px;font-size:9px}.gbgef-banner-title{font-size:16px}.gbgef-banner-desc,.gbgef-banner-contact a{font-size:11px}.gbgef-banner-alert{padding:8px 10px;font-size:10px}.gbgef-main{min-height:calc(100vh - 56px)}.gbgef-main-inner{padding:0 12px 28px}.gbgef-card{padding:16px}.gbgef-card-icon{width:44px;min-width:44px;height:44px}.gbgef-card-icon img{width:24px;height:24px}.gbgef-card h3{font-size:14px}.gbgef-form-wrap{border-radius:12px;padding:18px 12px}.gbgef-section-title{font-size:14px}.gbgef-input{padding:10px 12px;font-size:13px}.gbgef-radio{padding:8px 14px;font-size:13px}.gbgef-checkbox{padding:10px 12px;font-size:13px}.gbgef-submit{padding:12px 20px;font-size:14px}.gbgef-success-toast{top:72px}}@media(max-width:360px){.gbgef-page{padding-top:52px}.gbgef-mobile-banner{padding:16px 12px 14px}.gbgef-banner-logo-text{font-size:16px}.gbgef-banner-title{font-size:15px}.gbgef-main{min-height:calc(100vh - 52px)}.gbgef-main-inner{padding:0 10px 24px}.gbgef-card{gap:12px;padding:14px}.gbgef-form-wrap{padding:16px 10px}.gbgef-modal-content{padding:18px 14px}.gbgef-modal-content h2{font-size:16px}.gbgef-success-toast{top:68px}}@media(prefers-reduced-motion:reduce){.gbgef-modal-overlay,.gbgef-modal,.gbgef-success-toast,.gbgef-check-circle,.gbgef-check-path,.gbgef-conditional{animation:none!important}}.gbgef-error-toast{z-index:9999;background:#1a1a2e;border:1px solid #ef44444d;border-left:4px solid #ef4444;border-radius:12px;align-items:flex-start;gap:14px;max-width:420px;padding:16px 20px;animation:.4s cubic-bezier(.16,1,.3,1) gbgefErrorSlideIn;display:flex;position:fixed;top:24px;right:24px;box-shadow:0 10px 40px #ef444426,0 0 0 1px #ef44441a}@keyframes gbgefErrorSlideIn{0%{opacity:0;transform:translate(60px)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}.gbgef-error-icon{background:#ef44441a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.gbgef-error-icon svg{width:20px;height:20px}.gbgef-error-text{flex:1;min-width:0}.gbgef-error-text h4{color:#fca5a5;margin:0 0 4px;font-size:15px;font-weight:600}.gbgef-error-text p{color:#f87171;margin:0;font-size:13px;line-height:1.5}.gbgef-error-close{cursor:pointer;color:#9ca3af;background:0 0;border:none;flex-shrink:0;margin-top:2px;padding:4px;transition:color .2s}.gbgef-error-close:hover{color:#ef4444}.gbgef-error-close svg{width:16px;height:16px}.gbgef-success-toast{z-index:9999;background:#0f1f0f;border:1px solid #22c55e4d;border-left:4px solid #22c55e;border-radius:12px;align-items:flex-start;gap:14px;max-width:420px;padding:16px 20px;animation:.5s cubic-bezier(.16,1,.3,1) gbgefSuccessSlideIn;display:flex;position:fixed;top:24px;right:24px;box-shadow:0 10px 40px #22c55e26,0 0 0 1px #22c55e1a}@keyframes gbgefSuccessSlideIn{0%{opacity:0;transform:translate(60px)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}.gbgef-success-icon{flex-shrink:0;width:44px;height:44px;position:relative}.gbgef-success-icon svg{width:100%;height:100%}.gbgef-check-circle{stroke:#22c55e;stroke-width:2.5px;stroke-dasharray:166;stroke-dashoffset:166px;animation:.6s ease-in-out forwards gbgefCircleDraw}@keyframes gbgefCircleDraw{to{stroke-dashoffset:0}}.gbgef-check-path{stroke:#22c55e;stroke-width:3px;stroke-dasharray:48;stroke-dashoffset:48px;animation:.4s ease-in-out .5s forwards gbgefCheckDraw}@keyframes gbgefCheckDraw{to{stroke-dashoffset:0}}.gbgef-success-text{flex:1;min-width:0;padding-top:2px}.gbgef-success-text h4{color:#86efac;margin:0 0 4px;font-size:16px;font-weight:600}.gbgef-success-text p{color:#4ade80;margin:0;font-size:13px;line-height:1.5}.gbgef-submit{justify-content:center;align-items:center;gap:10px;transition:all .3s;display:inline-flex;position:relative}.gbgef-submit-loading{opacity:.7;cursor:not-allowed;pointer-events:none}.gbgef-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite gbgefSpin;display:inline-block}@keyframes gbgefSpin{to{transform:rotate(360deg)}}@media(max-width:640px){.gbgef-success-toast,.gbgef-error-toast{max-width:none;top:12px;left:12px;right:12px}}.gbgef-passive-section{border-radius:16px;position:relative;overflow:hidden;background:linear-gradient(135deg,#ff6b6b0f,#ffd1dc1a)!important;border:2px solid #ff8c6433!important}.gbgef-passive-section:before{content:"";background:linear-gradient(90deg,#ff8c69,#ffb6c1,#ff8c69);border-radius:16px 16px 0 0;height:4px;position:absolute;top:0;left:0;right:0}.gbgef-passive-section .gbgef-section-title{padding-left:16px;font-weight:700;position:relative;color:#e85d04!important}.gbgef-passive-section .gbgef-section-title:before{content:"";background:linear-gradient(#ff8c69,#ffb6c1);border-radius:2px;width:4px;height:24px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.gbgef-passive-section .gbgef-input:focus,.gbgef-passive-section .gbgef-select:focus{border-color:#ff8c69!important;box-shadow:0 0 0 3px #ff8c641f!important}.gbgef-passive-section .gbgef-radio-active,.gbgef-passive-section .gbgef-checkbox-active{color:#fff!important;background:linear-gradient(135deg,#ff8c69,#ffb6c1)!important;border-color:#ff8c69!important}.gbgef-active-section{border-radius:16px;position:relative;overflow:hidden;border:2px solid #3b82f633!important}.gbgef-active-section:before{content:"";background:linear-gradient(90deg,#3b82f6,#06b6d4,#3b82f6);border-radius:16px 16px 0 0;height:4px;position:absolute;top:0;left:0;right:0}.gbgef-active-section .gbgef-section-title{padding-left:16px;font-weight:700;position:relative;color:#2563eb!important}.gbgef-active-section .gbgef-section-title:before{content:"";background:linear-gradient(#3b82f6,#06b6d4);border-radius:2px;width:4px;height:24px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.gbgef-active-section .gbgef-input:focus,.gbgef-active-section .gbgef-select:focus{border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61f!important}.gbgef-conditional-field{border-left:3px solid #f59e0b;padding-left:16px;animation:.3s ease-out slideDown}@keyframes slideDown{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:200px;transform:translateY(0)}}.gbgef-validation-hint{color:#ef4444;margin-top:8px;font-size:13px;font-weight:500;display:block}input[name=phone]{letter-spacing:1px}.gbgef-field label span{color:#ef4444;font-weight:700}.gbgfa-page{--gbgfa-orange:#f47b20;--gbgfa-orange-dark:#d95f08;--gbgfa-orange-light:#fff3e8;--gbgfa-black:#171717;--gbgfa-dark:#242424;--gbgfa-text:#555;--gbgfa-muted:#7a7a7a;--gbgfa-border:#e8e8e8;--gbgfa-soft:#f8f8f8;--gbgfa-white:#fff;--gbgfa-success:#1f9d55;--gbgfa-error:#e53e3e;width:100%;color:var(--gbgfa-black);background:#fff;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;overflow-x:hidden}.gbgfa-page *,.gbgfa-page :before,.gbgfa-page :after{box-sizing:border-box;margin:0;padding:0}.gbgfa-container{width:min(1180px,100% - 48px);margin:0 auto}.gbgfa-req{color:var(--gbgfa-orange)}.gbgfa-hero{--gbgfa-orange:#f47b20;--gbgfa-orange-dark:#df6510;--gbgfa-black:#111;--gbgfa-dark-grey:#595959;--gbgfa-grey:#a7a7a7;--gbgfa-light-bg:#faf9f7;background:#fff;justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.gbgfa-hero:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 50% 40%,#f47b200b,#f47b2005 30%,#0000 65%);position:absolute;top:0;bottom:0;left:0;right:0}.gbgfa-hero:after{content:"";pointer-events:none;border:1px solid #f47b2009;border-radius:50%;width:700px;height:700px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gbgfa-hero__container{z-index:2;text-align:center;width:min(100% - 40px,1250px);padding:70px 20px;position:relative}.gbgfa-hero__content{width:100%;max-width:1150px;margin:0 auto}.gbgfa-hero__heading{color:var(--gbgfa-black);animation:.8s both gbgfa-heading-enter}.gbgfa-hero__line{letter-spacing:-.065em;white-space:nowrap;justify-content:center;align-items:center;display:flex}.gbgfa-hero__line--one{color:var(--gbgfa-black);font-size:clamp(52px,6.4vw,100px);font-weight:780;line-height:.92}.gbgfa-hero__line--two{gap:clamp(10px,1.4vw,20px);margin-top:6px;font-size:clamp(52px,6.4vw,100px);line-height:.9}.gbgfa-hero__primary{color:var(--gbgfa-black);font-weight:780}.gbgfa-hero__arrow-box{background:var(--gbgfa-orange);width:clamp(56px,6vw,92px);height:clamp(56px,6vw,92px);color:var(--gbgfa-black);border-radius:clamp(12px,1.5vw,22px);flex-shrink:0;justify-content:center;align-items:center;transition:transform .3s,box-shadow .3s;display:inline-flex;transform:translateY(3px);box-shadow:0 14px 30px #f47b202e}.gbgfa-hero__arrow-box:hover{transform:translateY(-3px)rotate(-3deg);box-shadow:0 20px 40px #f47b2047}.gbgfa-hero__arrow-box svg{width:56%;height:56%}.gbgfa-hero__secondary{color:#9b9b9b;font-weight:550}.gbgfa-hero__line--three{color:#9b9b9b;margin-top:8px;font-size:clamp(52px,6.4vw,100px);font-weight:550;line-height:.9}.gbgfa-hero__description{color:#6f6f6f;letter-spacing:-.015em;width:min(100%,720px);margin:36px auto 0;font-size:clamp(14px,1.1vw,17px);font-weight:400;line-height:1.7;animation:.8s .15s both gbgfa-fade-up}.gbgfa-hero__cta{background:var(--gbgfa-black);color:#fff;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:26px;min-height:68px;margin-top:36px;padding:6px 7px 6px 30px;font-family:inherit;transition:transform .3s,background .3s,box-shadow .3s;animation:.8s .25s both gbgfa-fade-up;display:inline-flex}.gbgfa-hero__cta:hover{background:var(--gbgfa-orange);transform:translateY(-4px);box-shadow:0 20px 42px #f47b2040}.gbgfa-hero__cta:active{transform:translateY(-1px)}.gbgfa-hero__cta-text{letter-spacing:.11em;white-space:nowrap;font-size:11px;font-weight:750}.gbgfa-hero__cta-circle{width:54px;height:54px;color:var(--gbgfa-black);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:transform .3s;display:flex}.gbgfa-hero__cta:hover .gbgfa-hero__cta-circle{transform:rotate(45deg)}.gbgfa-hero__cta-circle svg{width:22px;height:22px}@keyframes gbgfa-heading-enter{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes gbgfa-fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.gbgfa-section-kicker{color:var(--gbgfa-orange-dark);letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px;font-size:10px;font-weight:800;display:inline-block}.gbgfa-section-heading{text-align:center;max-width:800px;margin:0 auto}.gbgfa-section-heading h2,.gbgfa-how-header h2,.gbgfa-responsibility-content h2,.gbgfa-form-heading h2{color:var(--gbgfa-black);letter-spacing:-.04em;margin:0;font-size:clamp(28px,4vw,48px);line-height:1.1}.gbgfa-section-heading h2 span,.gbgfa-how-header h2 span,.gbgfa-responsibility-content h2 span,.gbgfa-form-heading h2 span{color:var(--gbgfa-orange)}.gbgfa-section-heading>p,.gbgfa-form-heading>p{max-width:680px;color:var(--gbgfa-text);margin:16px auto 0;font-size:15px;line-height:1.75}.gbgfa-intro-section{background:#fff;padding:80px 0}.gbgfa-intro-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:50px;display:grid}.gbgfa-intro-card{border:1px solid var(--gbgfa-border);background:#fff;border-radius:16px;min-height:240px;padding:24px;transition:transform .3s,border-color .3s,box-shadow .3s}.gbgfa-intro-card:hover{border-color:#f47b2059;transform:translateY(-5px);box-shadow:0 16px 40px #0000000d}.gbgfa-card-icon{background:var(--gbgfa-orange-light);width:44px;height:44px;color:var(--gbgfa-orange);border-radius:12px;justify-content:center;align-items:center;margin-bottom:18px;display:flex}.gbgfa-intro-card h3{letter-spacing:-.02em;margin:0 0 10px;font-size:17px}.gbgfa-intro-card p{color:var(--gbgfa-text);margin:0;font-size:13px;line-height:1.7}.gbgfa-how-section{background:#f8f8f8;padding:80px 0}.gbgfa-how-header{justify-content:space-between;align-items:flex-end;gap:30px;display:flex}.gbgfa-how-header>div{max-width:600px}.gbgfa-how-header>p{max-width:340px;color:var(--gbgfa-text);margin:0;font-size:13px;line-height:1.7}.gbgfa-process-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-top:50px;display:grid;position:relative}.gbgfa-process-line{background:linear-gradient(90deg,#0000,#f47b2066,#0000);height:1px;position:absolute;top:40px;left:12%;right:12%}.gbgfa-process-card{z-index:2;border:1px solid var(--gbgfa-border);background:#fff;border-radius:16px;min-height:220px;padding:22px;position:relative}.gbgfa-process-number{color:#bbb;letter-spacing:.08em;font-size:11px;font-weight:800}.gbgfa-process-icon{background:var(--gbgfa-orange);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;margin:16px 0;display:flex;box-shadow:0 10px 20px #f47b2033}.gbgfa-process-card h3{margin:0 0 10px;font-size:16px}.gbgfa-process-card p{color:var(--gbgfa-text);margin:0;font-size:12px;line-height:1.7}.gbgfa-responsibility-section{background:#fff;padding:90px 0}.gbgfa-responsibility-layout{grid-template-columns:1fr 1fr;align-items:center;gap:50px;display:grid}.gbgfa-responsibility-content>p{max-width:540px;color:var(--gbgfa-text);margin:18px 0 24px;font-size:14px;line-height:1.8}.gbgfa-benefit-list{flex-direction:column;gap:10px;display:flex}.gbgfa-benefit-item{color:#3f3f3f;align-items:center;gap:10px;font-size:13px;line-height:1.5;display:flex}.gbgfa-benefit-item>div{background:var(--gbgfa-orange-light);width:22px;height:22px;color:var(--gbgfa-orange);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.gbgfa-benefit-item svg{width:13px}.gbgfa-role-panel{border:1px solid var(--gbgfa-border);background:#fafafa;border-radius:20px;grid-template-columns:1fr 40px 1fr;padding:10px;display:grid}.gbgfa-role-column{border-radius:14px;min-height:340px;padding:26px}.gbgfa-role-owner{background:#fff}.gbgfa-role-gbg{background:var(--gbgfa-orange);color:#fff}.gbgfa-role-title{text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:8px;margin-bottom:24px;font-size:11px;font-weight:800;display:flex}.gbgfa-role-owner .gbgfa-role-title{color:var(--gbgfa-orange-dark)}.gbgfa-role-title svg{width:17px}.gbgfa-role-column h3{letter-spacing:-.03em;margin:0 0 20px;font-size:22px}.gbgfa-role-column ul{flex-direction:column;gap:12px;list-style:none;display:flex}.gbgfa-role-column li{padding-left:16px;font-size:12px;line-height:1.6;position:relative}.gbgfa-role-column li:before{content:"";border-radius:50%;width:5px;height:5px;position:absolute;top:7px;left:0}.gbgfa-role-owner li:before{background:var(--gbgfa-orange)}.gbgfa-role-gbg li:before{background:#fff}.gbgfa-role-divider{color:var(--gbgfa-orange);justify-content:center;align-items:center;display:flex}.gbgfa-form-section{background:linear-gradient(#fbfbfb,#fff);padding:80px 0}.gbgfa-form-heading{text-align:center;max-width:680px;margin:0 auto 40px}.gbgfa-form-layout{border:1px solid var(--gbgfa-border);background:#fff;border-radius:20px;grid-template-columns:380px 1fr;align-items:stretch;display:grid;overflow:hidden;box-shadow:0 20px 50px #0000000f}.gbgfa-form-info{color:#fff;background:linear-gradient(160deg,#1a1a1a,#2d2d2d);justify-content:center;align-items:stretch;padding:0;display:flex}.gbgfa-form-info-inner{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:40px;width:100%;height:100%;padding:48px 36px;display:flex}.gbgfa-form-info-top{flex-direction:column;gap:24px;width:100%;display:flex}.gbgfa-form-info-icon{background:var(--gbgfa-orange);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:8px;display:flex}.gbgfa-form-info-icon svg{color:#fff;width:28px;height:28px}.gbgfa-form-info h3{letter-spacing:-.02em;margin:0;font-size:26px;font-weight:700;line-height:1.25}.gbgfa-form-info h3 span{color:var(--gbgfa-orange)}.gbgfa-form-info-inner>p,.gbgfa-form-info-top>p{color:#fff9;margin:0;font-size:14px;line-height:1.7}.gbgfa-form-info-points{flex-direction:column;gap:16px;width:100%;margin-top:8px;display:flex}.gbgfa-form-info-points>div{color:#ffffffd9;align-items:flex-start;gap:14px;font-size:13px;line-height:1.5;display:flex}.gbgfa-form-info-points svg{width:18px;height:18px;color:var(--gbgfa-orange);flex-shrink:0;margin-top:1px}.gbgfa-form-contact-card{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:16px;align-items:center;gap:14px;width:100%;margin-top:8px;padding:18px 20px;display:flex}.gbgfa-form-contact-card>div:first-child{background:var(--gbgfa-orange);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.gbgfa-form-contact-card>div:first-child svg{width:20px;height:20px}.gbgfa-form-contact-card>div:last-child{flex-direction:column;gap:4px;display:flex}.gbgfa-form-contact-card span{color:#ffffff80;letter-spacing:.02em;font-size:11px}.gbgfa-form-contact-card strong{color:#fffffff2;font-size:13px;font-weight:600;line-height:1.4}.gbgfa-form-card{flex-direction:column;min-height:100%;padding:32px;display:flex;position:relative}.gbgfa-step-indicator{border-bottom:1px solid var(--gbgfa-border);flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:16px;margin-bottom:28px;padding-bottom:20px;display:flex}.gbgfa-step-dot{flex-direction:column;align-items:center;gap:6px;min-width:50px;display:flex;position:relative}.gbgfa-step-dot span{color:#999;background:#f0f0f0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:700;transition:all .3s;display:flex}.gbgfa-step-dot.active span{background:var(--gbgfa-orange);color:#fff;box-shadow:0 4px 12px #f47b204d}.gbgfa-step-dot.completed span{background:var(--gbgfa-success);color:#fff}.gbgfa-step-label{color:#999;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;font-size:9px;font-weight:600}.gbgfa-step-dot.active .gbgfa-step-label{color:var(--gbgfa-orange)}.gbgfa-step-dot.completed .gbgfa-step-label{color:var(--gbgfa-success)}.gbgfa-form-step-content{flex-direction:column;flex:1;animation:.3s gbgfaFadeIn;display:flex}@keyframes gbgfaFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.gbgfa-form-block-header{align-items:center;gap:12px;margin-bottom:20px;display:flex}.gbgfa-form-step{background:var(--gbgfa-orange-light);width:36px;height:36px;color:var(--gbgfa-orange-dark);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:800;display:flex}.gbgfa-form-block-header h3{margin:0 0 3px;font-size:16px}.gbgfa-form-block-header p{color:var(--gbgfa-muted);margin:0;font-size:12px}.gbgfa-form-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.gbgfa-field{margin-bottom:12px}.gbgfa-field label{color:#333;align-items:center;gap:4px;margin-bottom:6px;font-size:12px;font-weight:700;display:flex}.gbgfa-field label>span{color:var(--gbgfa-orange)}.gbgfa-field label small{color:#999;margin-left:4px;font-size:10px;font-weight:500}.gbgfa-input-wrap{position:relative}.gbgfa-input-wrap svg{color:#a0a0a0;pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.gbgfa-input-wrap input,.gbgfa-select-wrap select,.gbgfa-textarea-wrap textarea{color:#222;background:#fff;border:1px solid #dedede;border-radius:10px;outline:none;width:100%;font-family:inherit;font-size:12px;transition:border-color .2s,box-shadow .2s}.gbgfa-input-wrap input{height:42px;padding:0 12px 0 38px}.gbgfa-textarea-wrap{position:relative}.gbgfa-textarea-wrap svg{color:#a0a0a0;pointer-events:none;position:absolute;top:14px;left:12px}.gbgfa-textarea-wrap textarea{resize:vertical;min-height:100px;padding:12px 12px 12px 38px;line-height:1.6}.gbgfa-select-wrap{position:relative}.gbgfa-select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;height:42px;padding:0 38px 0 12px}.gbgfa-select-wrap svg{pointer-events:none;color:#888;width:16px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.gbgfa-input-wrap input:focus,.gbgfa-select-wrap select:focus,.gbgfa-textarea-wrap textarea:focus{border-color:var(--gbgfa-orange);box-shadow:0 0 0 3px #f47b2014}.gbgfa-error{color:var(--gbgfa-error);margin-top:4px;font-size:11px;font-weight:600;display:block}.gbgfa-error-border{border-color:var(--gbgfa-error)!important}.gbgfa-error-border span{color:var(--gbgfa-error)!important}.gbgfa-option-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.gbgfa-option-grid--2{grid-template-columns:repeat(2,1fr)}.gbgfa-option-grid--3{grid-template-columns:repeat(3,1fr)}.gbgfa-radio-option{cursor:pointer;border:1px solid #e2e2e2;border-radius:10px;justify-content:center;align-items:center;min-height:38px;transition:border-color .2s,background .2s;position:relative;margin:0!important;padding:8px 10px!important;display:flex!important}.gbgfa-radio-option input{opacity:0;pointer-events:none;position:absolute}.gbgfa-radio-option span{text-align:center;font-size:11px;font-weight:600;transition:color .2s;color:#666!important}.gbgfa-radio-option:has(input:checked){border-color:var(--gbgfa-orange);background:var(--gbgfa-orange-light)}.gbgfa-radio-option:has(input:checked) span{color:var(--gbgfa-orange-dark)!important}.gbgfa-checkbox-grid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.gbgfa-checkbox-option{cursor:pointer;border:1px solid #e5e5e5;border-radius:10px;align-items:center;gap:8px;min-height:44px;transition:border-color .2s,background .2s;position:relative;margin:0!important;padding:10px 12px!important;display:flex!important}.gbgfa-checkbox-option input{opacity:0;position:absolute}.gbgfa-checkbox-option>span:last-child{font-size:11px;font-weight:600;color:#555!important}.gbgfa-custom-check{color:#0000;border:1px solid #d0d0d0;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:17px;height:17px;transition:background .2s,border-color .2s;display:flex}.gbgfa-custom-check svg{width:11px}.gbgfa-checkbox-option:has(input:checked){background:var(--gbgfa-orange-light);border-color:#f47b2073}.gbgfa-checkbox-option:has(input:checked) .gbgfa-custom-check{border-color:var(--gbgfa-orange);background:var(--gbgfa-orange);color:#fff}.gbgfa-acknowledgement{border:1px solid var(--gbgfa-border);background:#fafafa;border-radius:14px;flex-direction:column;gap:12px;margin-bottom:20px;padding:20px;display:flex}.gbgfa-acknowledgement h3{margin:0 0 4px;font-size:15px}.gbgfa-main-checkbox{cursor:pointer;border:1px solid #0000;border-radius:10px;align-items:flex-start;gap:12px;padding:10px;transition:border-color .2s,background .2s;position:relative;display:flex!important}.gbgfa-main-checkbox input{opacity:0;position:absolute}.gbgfa-main-check{color:#0000;border:1px solid #cfcfcf;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;transition:background .2s,border-color .2s;display:flex}.gbgfa-main-checkbox>span:last-child{color:#666;font-size:12px;font-weight:500;line-height:1.6}.gbgfa-main-checkbox:has(input:checked) .gbgfa-main-check{border-color:var(--gbgfa-orange);background:var(--gbgfa-orange);color:#fff}.gbgfa-main-checkbox:has(input:checked){background:var(--gbgfa-orange-light);border-color:#f47b204d}.gbgfa-form-nav{border-top:1px solid var(--gbgfa-border);justify-content:space-between;align-items:center;gap:12px;margin-top:24px;padding-top:20px;display:flex}.gbgfa-btn-next,.gbgfa-btn-prev{cursor:pointer;border:none;border-radius:10px;align-items:center;gap:6px;padding:12px 24px;font-family:inherit;font-size:13px;font-weight:700;transition:all .2s;display:inline-flex}.gbgfa-btn-next{background:var(--gbgfa-orange);color:#fff;margin-left:auto;box-shadow:0 8px 20px #f47b202e}.gbgfa-btn-next:hover{background:var(--gbgfa-orange-dark);transform:translateY(-2px)}.gbgfa-btn-prev{color:#555;background:#f0f0f0}.gbgfa-btn-prev:hover{background:#e0e0e0}.gbgfa-submit-btn{background:var(--gbgfa-orange);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:12px 28px;font-family:inherit;font-size:14px;font-weight:700;transition:transform .25s,background .25s;display:inline-flex;box-shadow:0 10px 24px #f47b2029}.gbgfa-submit-btn:hover{background:var(--gbgfa-orange-dark);transform:translateY(-2px)}.gbgfa-form-disclaimer{color:#888;text-align:center;justify-content:center;align-items:flex-start;gap:8px;margin-top:16px;font-size:11px;line-height:1.5;display:flex}.gbgfa-form-disclaimer svg{width:16px;color:var(--gbgfa-orange);flex-shrink:0}.gbgfa-success-message{z-index:5;text-align:center;background:#fffffffa;flex-direction:column;justify-content:center;align-items:center;padding:40px;animation:.4s gbgfaFadeInSuccess;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes gbgfaFadeInSuccess{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.gbgfa-success-message>div{width:64px;height:64px;color:var(--gbgfa-success);background:#e8f7ee;border-radius:50%;justify-content:center;align-items:center;margin-bottom:18px;display:flex}.gbgfa-success-message h3{margin:0 0 10px;font-size:22px}.gbgfa-success-message p{max-width:420px;color:var(--gbgfa-text);margin:0;font-size:13px;line-height:1.7}.gbgfa-final-section{background:#fff;padding:60px 0 90px}.gbgfa-final-card{background:#fffaf6;border:1px solid #f0dfd1;border-radius:16px;align-items:flex-start;gap:20px;max-width:800px;margin:0 auto;padding:28px;display:flex}.gbgfa-final-icon{background:var(--gbgfa-orange);color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.gbgfa-final-card h2{margin:2px 0 8px;font-size:19px}.gbgfa-final-card p{color:#666;margin:0;font-size:12px;line-height:1.7}@media(min-width:1600px){.gbgfa-container{width:min(1300px,100% - 80px)}.gbgfa-hero__container{width:min(100% - 80px,1250px);padding:80px 30px}.gbgfa-intro-grid{gap:20px}.gbgfa-intro-card{padding:28px}.gbgfa-form-layout{grid-template-columns:400px 1fr}.gbgfa-form-info-inner{padding:52px 40px}.gbgfa-form-info h3{font-size:28px}.gbgfa-form-card{padding:36px}}@media(max-width:1100px){.gbgfa-intro-grid,.gbgfa-process-grid{grid-template-columns:repeat(2,1fr)}.gbgfa-process-line{display:none}.gbgfa-responsibility-layout{gap:40px}.gbgfa-form-layout{grid-template-columns:1fr}.gbgfa-form-info-inner{flex-direction:row;align-items:center;gap:32px;padding:40px 32px}.gbgfa-form-info-top{flex:1}.gbgfa-form-contact-card{max-width:280px;margin-top:0}}@media(max-width:850px){.gbgfa-container{width:min(100% - 32px,1180px)}.gbgfa-hero__container{width:min(100% - 32px,900px);padding-top:70px;padding-bottom:60px}.gbgfa-hero__description,.gbgfa-hero__cta{margin-top:30px}.gbgfa-how-header{flex-direction:column;align-items:flex-start}.gbgfa-how-header>p{max-width:600px}.gbgfa-responsibility-layout{grid-template-columns:1fr}.gbgfa-role-panel{max-width:600px;margin:0 auto}.gbgfa-form-info-inner{padding:32px 28px}.gbgfa-form-card{padding:28px}}@media(max-width:650px){.gbgfa-hero{min-height:100svh}.gbgfa-hero__container{width:calc(100% - 32px);padding:60px 0 50px}.gbgfa-hero__line--one,.gbgfa-hero__line--three{white-space:normal;font-size:clamp(42px,12vw,70px)}.gbgfa-hero__line--two{white-space:normal;flex-wrap:wrap;gap:8px;font-size:clamp(40px,11vw,68px)}.gbgfa-hero__arrow-box{border-radius:14px;width:58px;height:58px}.gbgfa-hero__description{width:min(100%,520px);margin-top:28px;font-size:14px;line-height:1.65}.gbgfa-hero__cta{gap:18px;min-height:58px;margin-top:28px;padding-left:24px}.gbgfa-hero__cta-text{font-size:9px}.gbgfa-hero__cta-circle{width:46px;height:46px}.gbgfa-hero__cta-circle svg{width:19px;height:19px}.gbgfa-intro-section,.gbgfa-how-section,.gbgfa-responsibility-section,.gbgfa-form-section{padding:60px 0}.gbgfa-intro-grid,.gbgfa-process-grid{grid-template-columns:1fr}.gbgfa-intro-card,.gbgfa-process-card{min-height:auto}.gbgfa-form-grid{grid-template-columns:1fr;gap:0}.gbgfa-option-grid,.gbgfa-option-grid--3{grid-template-columns:1fr 1fr}.gbgfa-checkbox-grid{grid-template-columns:1fr}.gbgfa-role-panel{grid-template-columns:1fr;gap:8px}.gbgfa-role-divider{height:30px}.gbgfa-role-divider svg{transform:rotate(90deg)}.gbgfa-role-column{min-height:auto}.gbgfa-form-info-inner{flex-direction:column;gap:28px;padding:28px 24px}.gbgfa-form-info h3{font-size:22px}.gbgfa-form-contact-card{max-width:100%}.gbgfa-form-card{padding:24px 20px}.gbgfa-step-indicator{gap:12px}.gbgfa-step-label{display:none}.gbgfa-form-block-header{align-items:flex-start}.gbgfa-form-nav{flex-direction:column}.gbgfa-btn-next,.gbgfa-btn-prev{justify-content:center;width:100%}.gbgfa-final-card{flex-direction:column;padding:22px}}@media(max-width:430px){.gbgfa-container{width:calc(100% - 20px)}.gbgfa-hero__line--one,.gbgfa-hero__line--three{font-size:40px}.gbgfa-hero__line--two{font-size:38px}.gbgfa-hero__arrow-box{width:52px;height:52px}.gbgfa-hero__description{font-size:13px}.gbgfa-hero__cta{justify-content:center;width:100%}.gbgfa-section-heading h2,.gbgfa-how-header h2,.gbgfa-responsibility-content h2,.gbgfa-form-heading h2{font-size:28px}.gbgfa-section-heading>p,.gbgfa-form-heading>p{font-size:13px}.gbgfa-option-grid,.gbgfa-option-grid--3{grid-template-columns:1fr}.gbgfa-option-grid--2{grid-template-columns:1fr 1fr}.gbgfa-radio-option{justify-content:flex-start;padding-left:12px!important}.gbgfa-role-column{padding:22px}.gbgfa-form-info-inner{padding:24px 20px}.gbgfa-form-card{padding:20px 16px}.gbgfa-acknowledgement{padding:16px}}@media(max-width:374px){.gbgfa-container{width:calc(100% - 16px)}.gbgfa-hero__line--one,.gbgfa-hero__line--three{font-size:34px}.gbgfa-hero__line--two{font-size:32px}.gbgfa-hero__arrow-box{width:48px;height:48px}.gbgfa-hero__description{font-size:12px;line-height:1.55}.gbgfa-hero__cta{gap:10px;min-height:44px;padding-left:14px}.gbgfa-hero__cta-text{font-size:11px}.gbgfa-hero__cta-circle{width:34px;height:34px}.gbgfa-section-heading h2,.gbgfa-how-header h2,.gbgfa-responsibility-content h2,.gbgfa-form-heading h2{font-size:24px}.gbgfa-intro-section,.gbgfa-how-section,.gbgfa-responsibility-section,.gbgfa-form-section{padding:45px 0}.gbgfa-intro-grid,.gbgfa-process-grid{grid-template-columns:1fr;gap:12px}.gbgfa-intro-card,.gbgfa-process-card{min-height:auto;padding:18px}.gbgfa-form-layout{border-radius:16px}.gbgfa-form-info-inner{gap:20px;padding:22px 18px}.gbgfa-form-info-icon{width:48px;height:48px}.gbgfa-form-info-icon svg{width:24px;height:24px}.gbgfa-form-info h3{font-size:20px}.gbgfa-form-info-top>p{font-size:12px}.gbgfa-form-info-points{gap:12px}.gbgfa-form-info-points>div{font-size:11px}.gbgfa-form-info-points svg{width:16px;height:16px}.gbgfa-form-contact-card{padding:14px 16px}.gbgfa-form-contact-card>div:first-child{width:38px;height:38px}.gbgfa-form-card{padding:18px 12px}.gbgfa-step-indicator{gap:10px}.gbgfa-step-dot span{width:28px;height:28px;font-size:11px}.gbgfa-form-grid{grid-template-columns:1fr;gap:0}.gbgfa-field{margin-bottom:8px}.gbgfa-field label,.gbgfa-input-wrap input,.gbgfa-select-wrap select,.gbgfa-textarea-wrap textarea{font-size:11px}.gbgfa-input-wrap input,.gbgfa-select-wrap select{height:40px}.gbgfa-option-grid,.gbgfa-option-grid--2,.gbgfa-option-grid--3{grid-template-columns:1fr}.gbgfa-radio-option{min-height:38px;padding:6px 8px!important}.gbgfa-radio-option span{font-size:10px}.gbgfa-checkbox-grid{grid-template-columns:1fr}.gbgfa-checkbox-option{min-height:40px;padding:8px 10px!important}.gbgfa-checkbox-option>span:last-child{font-size:10px}.gbgfa-acknowledgement{padding:14px}.gbgfa-acknowledgement h3{font-size:13px}.gbgfa-main-checkbox>span:last-child{font-size:10px}.gbgfa-btn-next,.gbgfa-btn-prev{padding:10px 18px;font-size:12px}.gbgfa-submit-btn{min-height:44px;padding:10px 20px;font-size:12px}.gbgfa-form-disclaimer{font-size:10px}.gbgfa-final-card{gap:14px;padding:18px}.gbgfa-final-icon{width:40px;height:40px}.gbgfa-final-card h2{font-size:16px}.gbgfa-final-card p{font-size:11px}}@media(min-width:1920px){.gbgfa-container{width:min(1400px,100% - 100px)}.gbgfa-hero__container{width:min(100% - 100px,1350px);padding:90px 40px}.gbgfa-hero__line--one,.gbgfa-hero__line--two,.gbgfa-hero__line--three{font-size:110px}.gbgfa-hero__description{max-width:800px;font-size:18px}.gbgfa-hero__cta{min-height:72px;padding:7px 7px 7px 32px}.gbgfa-hero__cta-text{font-size:12px}.gbgfa-hero__cta-circle{width:58px;height:58px}.gbgfa-intro-section,.gbgfa-how-section,.gbgfa-responsibility-section,.gbgfa-form-section{padding:100px 0}.gbgfa-section-heading h2,.gbgfa-how-header h2,.gbgfa-responsibility-content h2,.gbgfa-form-heading h2{font-size:52px}.gbgfa-intro-grid{grid-template-columns:repeat(4,1fr);gap:20px}.gbgfa-intro-card{min-height:260px;padding:28px}.gbgfa-process-grid{gap:20px}.gbgfa-process-card{min-height:240px;padding:24px}.gbgfa-form-layout{grid-template-columns:420px 1fr}.gbgfa-form-info-inner{padding:56px 44px}.gbgfa-form-info h3{font-size:30px}.gbgfa-form-info-top>p{font-size:15px}.gbgfa-form-info-points{gap:18px}.gbgfa-form-info-points>div{font-size:14px}.gbgfa-form-contact-card{padding:20px 22px}.gbgfa-form-card{padding:36px}.gbgfa-form-block-header h3{font-size:17px}.gbgfa-field label{font-size:12px}.gbgfa-input-wrap input,.gbgfa-select-wrap select,.gbgfa-textarea-wrap textarea{font-size:13px}.gbgfa-input-wrap input,.gbgfa-select-wrap select{height:46px}.gbgfa-final-card{max-width:900px;padding:32px}}.gbgpf-page{--gbgpf-orange:#f47b20;--gbgpf-orange-dark:#d95f08;--gbgpf-orange-light:#fff3e8;--gbgpf-black:#171717;--gbgpf-dark:#242424;--gbgpf-text:#555;--gbgpf-muted:#7a7a7a;--gbgpf-border:#e8e8e8;--gbgpf-soft:#f8f8f8;--gbgpf-white:#fff;--gbgpf-success:#1f9d55;--gbgpf-error:#e53e3e;width:100%;color:var(--gbgpf-black);background:#fff;font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;overflow-x:hidden}.gbgpf-page *,.gbgpf-page :before,.gbgpf-page :after{box-sizing:border-box;margin:0;padding:0}.gbgpf-container{width:min(1180px,100% - 48px);margin:0 auto}.gbgpf-req{color:var(--gbgpf-orange)}.gbgpf-hero{--gbgpf-orange:#f47b20;--gbgpf-orange-dark:#df6510;--gbgpf-black:#101010;--gbgpf-grey:#737373;--gbgpf-bg:#fff;background:var(--gbgpf-bg);justify-content:center;align-items:center;width:100%;min-height:auto;padding:100px 0 50px;display:flex;position:relative;overflow:hidden}.gbgpf-hero:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 50% 18%,#f47b200b,#0000 28%);position:absolute;top:0;bottom:0;left:0;right:0}.gbgpf-hero__bg-pattern{pointer-events:none;opacity:.025;background-image:radial-gradient(circle,var(--gbgpf-black) 1px,transparent 1px);z-index:0;background-size:40px 40px;position:absolute;top:0;bottom:0;left:0;right:0}.gbgpf-hero__orb{pointer-events:none;filter:blur(80px);opacity:.4;border-radius:50%;position:absolute}.gbgpf-hero__orb--one{background:#f47b2014;width:280px;height:280px;top:40px;left:-60px}.gbgpf-hero__orb--two{background:#f47b200d;width:240px;height:240px;bottom:30px;right:-40px}.gbgpf-hero__container{z-index:1;text-align:center;width:min(100% - 40px,900px);padding:20px;position:relative}.gbgpf-hero__community{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-bottom:28px;display:inline-flex}.gbgpf-hero__client-stack{align-items:center;display:flex}.gbgpf-hero__client{background:#e8e8e8;border:2.5px solid #fff;border-radius:50%;width:42px;height:42px;margin-left:-10px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 12px #00000014}.gbgpf-hero__client:first-child{margin-left:0}.gbgpf-hero__client:hover{transform:translateY(-4px)scale(1.05);box-shadow:0 10px 20px #0000001f}.gbgpf-hero__client img{object-fit:cover;width:100%;height:100%;display:block}.gbgpf-hero__fleet-label{text-align:left;flex-direction:column;align-items:flex-start;padding-left:14px;display:flex;position:relative}.gbgpf-hero__fleet-label:before{content:"";background:var(--gbgpf-orange);border-radius:20px;width:3px;position:absolute;top:3px;bottom:3px;left:0}.gbgpf-hero__fleet-kicker{color:#909090;letter-spacing:.14em;text-transform:uppercase;margin-bottom:4px;font-size:9px;font-weight:700}.gbgpf-hero__fleet-name{color:var(--gbgpf-black);letter-spacing:-.035em;font-size:18px;font-weight:750;line-height:1}.gbgpf-hero__content{width:100%;max-width:800px;margin:0 auto}.gbgpf-hero__title-wrap{color:var(--gbgpf-black);letter-spacing:-.05em;flex-wrap:wrap;justify-content:center;align-items:baseline;gap:10px;line-height:1;display:flex}.gbgpf-hero__title-line{font-size:clamp(36px,5vw,64px);font-weight:700}.gbgpf-hero__title-fleet{color:var(--gbgpf-orange);font-size:clamp(40px,5.5vw,70px);font-weight:800}.gbgpf-hero__title-dot{color:var(--gbgpf-black)}.gbgpf-hero__second-title{color:var(--gbgpf-black);letter-spacing:-.05em;flex-wrap:wrap;justify-content:center;align-items:baseline;gap:10px;margin-top:8px;line-height:1;display:flex}.gbgpf-hero__second-title span{color:#858585;font-size:clamp(32px,4vw,56px);font-weight:400}.gbgpf-hero__second-title strong{color:var(--gbgpf-black);font-size:clamp(36px,5vw,64px);font-weight:700}.gbgpf-hero__accent-line{background:var(--gbgpf-orange);border-radius:99px;width:40px;height:3px;margin:20px auto 0}.gbgpf-hero__description{width:min(100%,520px);color:var(--gbgpf-grey);margin:16px auto 0;font-size:14px;font-weight:400;line-height:1.65}.gbgpf-hero__cta{background:var(--gbgpf-black);color:#fff;cursor:pointer;border:none;border-radius:999px;align-items:center;gap:14px;min-height:48px;margin-top:24px;padding:4px 4px 4px 20px;transition:transform .3s,background .3s,box-shadow .3s;display:inline-flex}.gbgpf-hero__cta:hover{background:var(--gbgpf-orange);transform:translateY(-2px);box-shadow:0 12px 28px #f47b2033}.gbgpf-hero__cta-text{letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:700}.gbgpf-hero__cta-icon{width:38px;height:38px;color:var(--gbgpf-black);background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:transform .3s;display:flex}.gbgpf-hero__cta:hover .gbgpf-hero__cta-icon{transform:rotate(-35deg)}.gbgpf-hero__cta-icon svg{width:15px;height:15px}.gbgpf-hero__bottom{color:#999;letter-spacing:.1em;text-transform:uppercase;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-top:40px;font-size:10px;font-weight:700;display:flex}.gbgpf-hero__bottom-number{color:var(--gbgpf-orange)}.gbgpf-hero__bottom-center{align-items:center;gap:8px;display:flex}.gbgpf-hero__bottom-line{background:#ddd;width:24px;height:1px}.gbgpf-section-kicker{color:var(--gbgpf-orange-dark);letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px;font-size:10px;font-weight:800;display:inline-block}.gbgpf-section-heading{text-align:center;max-width:800px;margin:0 auto}.gbgpf-section-heading h2,.gbgpf-how-header h2,.gbgpf-responsibility-content h2,.gbgpf-form-heading h2{color:var(--gbgpf-black);letter-spacing:-.04em;margin:0;font-size:clamp(28px,4vw,48px);line-height:1.1}.gbgpf-section-heading h2 span,.gbgpf-how-header h2 span,.gbgpf-responsibility-content h2 span,.gbgpf-form-heading h2 span{color:var(--gbgpf-orange)}.gbgpf-section-heading>p,.gbgpf-form-heading>p{max-width:680px;color:var(--gbgpf-text);margin:16px auto 0;font-size:15px;line-height:1.75}.gbgpf-intro-section{background:#fff;padding:80px 0}.gbgpf-intro-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:50px;display:grid}.gbgpf-intro-card{border:1px solid var(--gbgpf-border);background:#fff;border-radius:16px;min-height:240px;padding:24px;transition:transform .3s,border-color .3s,box-shadow .3s}.gbgpf-intro-card:hover{border-color:#f47b2059;transform:translateY(-5px);box-shadow:0 16px 40px #0000000d}.gbgpf-card-icon{background:var(--gbgpf-orange-light);width:44px;height:44px;color:var(--gbgpf-orange);border-radius:12px;justify-content:center;align-items:center;margin-bottom:18px;display:flex}.gbgpf-intro-card h3{letter-spacing:-.02em;margin:0 0 10px;font-size:17px}.gbgpf-intro-card p{color:var(--gbgpf-text);margin:0;font-size:13px;line-height:1.7}.gbgpf-how-section{background:#f8f8f8;padding:80px 0}.gbgpf-how-header{justify-content:space-between;align-items:flex-end;gap:30px;display:flex}.gbgpf-how-header>div{max-width:600px}.gbgpf-how-header>p{max-width:340px;color:var(--gbgpf-text);margin:0;font-size:13px;line-height:1.7}.gbgpf-process-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-top:50px;display:grid;position:relative}.gbgpf-process-line{background:linear-gradient(90deg,#0000,#f47b2066,#0000);height:1px;position:absolute;top:40px;left:12%;right:12%}.gbgpf-process-card{z-index:2;border:1px solid var(--gbgpf-border);background:#fff;border-radius:16px;min-height:220px;padding:22px;position:relative}.gbgpf-process-number{color:#bbb;letter-spacing:.08em;font-size:11px;font-weight:800}.gbgpf-process-icon{background:var(--gbgpf-orange);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;margin:16px 0;display:flex;box-shadow:0 10px 20px #f47b2033}.gbgpf-process-card h3{margin:0 0 10px;font-size:16px}.gbgpf-process-card p{color:var(--gbgpf-text);margin:0;font-size:12px;line-height:1.7}.gbgpf-responsibility-section{background:#fff;padding:90px 0}.gbgpf-responsibility-layout{grid-template-columns:1fr 1fr;align-items:center;gap:50px;display:grid}.gbgpf-responsibility-content>p{max-width:540px;color:var(--gbgpf-text);margin:18px 0 24px;font-size:14px;line-height:1.8}.gbgpf-benefit-list{flex-direction:column;gap:10px;display:flex}.gbgpf-benefit-item{color:#3f3f3f;align-items:center;gap:10px;font-size:13px;line-height:1.5;display:flex}.gbgpf-benefit-item>div{background:var(--gbgpf-orange-light);width:22px;height:22px;color:var(--gbgpf-orange);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.gbgpf-benefit-item svg{width:13px}.gbgpf-role-panel{border:1px solid var(--gbgpf-border);background:#fafafa;border-radius:20px;grid-template-columns:1fr 40px 1fr;padding:10px;display:grid}.gbgpf-role-column{border-radius:14px;min-height:340px;padding:26px}.gbgpf-role-owner{background:#fff}.gbgpf-role-gbg{background:var(--gbgpf-orange);color:#fff}.gbgpf-role-title{text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:8px;margin-bottom:24px;font-size:11px;font-weight:800;display:flex}.gbgpf-role-owner .gbgpf-role-title{color:var(--gbgpf-orange-dark)}.gbgpf-role-title svg{width:17px}.gbgpf-role-column h3{letter-spacing:-.03em;margin:0 0 20px;font-size:22px}.gbgpf-role-column ul{flex-direction:column;gap:12px;list-style:none;display:flex}.gbgpf-role-column li{padding-left:16px;font-size:12px;line-height:1.6;position:relative}.gbgpf-role-column li:before{content:"";border-radius:50%;width:5px;height:5px;position:absolute;top:7px;left:0}.gbgpf-role-owner li:before{background:var(--gbgpf-orange)}.gbgpf-role-gbg li:before{background:#fff}.gbgpf-role-divider{color:var(--gbgpf-orange);justify-content:center;align-items:center;display:flex}.gbgpf-form-section{background:linear-gradient(#fbfbfb,#fff);padding:80px 0}.gbgpf-form-heading{text-align:center;max-width:680px;margin:0 auto 40px}.gbgpf-form-layout{border:1px solid var(--gbgpf-border);background:#fff;border-radius:20px;grid-template-columns:380px 1fr;align-items:stretch;display:grid;overflow:hidden;box-shadow:0 20px 50px #0000000f}.gbgpf-form-info{color:#fff;background:linear-gradient(160deg,#1a1a1a,#2d2d2d);justify-content:center;align-items:stretch;padding:0;display:flex}.gbgpf-form-info-inner{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:40px;width:100%;height:100%;padding:48px 36px;display:flex}.gbgpf-form-info-top{flex-direction:column;gap:24px;width:100%;display:flex}.gbgpf-form-info-icon{background:var(--gbgpf-orange);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:8px;display:flex}.gbgpf-form-info-icon svg{color:#fff;width:28px;height:28px}.gbgpf-form-info h3{letter-spacing:-.02em;margin:0;font-size:26px;font-weight:700;line-height:1.25}.gbgpf-form-info h3 span{color:var(--gbgpf-orange)}.gbgpf-form-info-inner>p,.gbgpf-form-info-top>p{color:#fff9;margin:0;font-size:14px;line-height:1.7}.gbgpf-form-info-points{flex-direction:column;gap:16px;width:100%;margin-top:8px;display:flex}.gbgpf-form-info-points>div{color:#ffffffd9;align-items:flex-start;gap:14px;font-size:13px;line-height:1.5;display:flex}.gbgpf-form-info-points svg{width:18px;height:18px;color:var(--gbgpf-orange);flex-shrink:0;margin-top:1px}.gbgpf-form-contact-card{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:16px;align-items:center;gap:14px;width:100%;margin-top:8px;padding:18px 20px;display:flex}.gbgpf-form-contact-card>div:first-child{background:var(--gbgpf-orange);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.gbgpf-form-contact-card>div:first-child svg{width:20px;height:20px}.gbgpf-form-contact-card>div:last-child{flex-direction:column;gap:4px;display:flex}.gbgpf-form-contact-card span{color:#ffffff80;letter-spacing:.02em;font-size:11px}.gbgpf-form-contact-card strong{color:#fffffff2;font-size:13px;font-weight:600;line-height:1.4}.gbgpf-form-card{flex-direction:column;min-height:100%;padding:32px;display:flex;position:relative}.gbgpf-step-indicator{border-bottom:1px solid var(--gbgpf-border);justify-content:center;align-items:flex-start;gap:24px;margin-bottom:28px;padding-bottom:20px;display:flex}.gbgpf-step-dot{flex-direction:column;align-items:center;gap:6px;min-width:60px;display:flex;position:relative}.gbgpf-step-dot span{color:#999;background:#f0f0f0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:700;transition:all .3s;display:flex}.gbgpf-step-dot.active span{background:var(--gbgpf-orange);color:#fff;box-shadow:0 4px 12px #f47b204d}.gbgpf-step-dot.completed span{background:var(--gbgpf-success);color:#fff}.gbgpf-step-label{color:#999;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;font-size:10px;font-weight:600}.gbgpf-step-dot.active .gbgpf-step-label{color:var(--gbgpf-orange)}.gbgpf-step-dot.completed .gbgpf-step-label{color:var(--gbgpf-success)}.gbgpf-form-step-content{flex-direction:column;flex:1;animation:.3s gbgpfFadeIn;display:flex}@keyframes gbgpfFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.gbgpf-form-block-header{align-items:center;gap:12px;margin-bottom:20px;display:flex}.gbgpf-form-step{background:var(--gbgpf-orange-light);width:36px;height:36px;color:var(--gbgpf-orange-dark);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:800;display:flex}.gbgpf-form-block-header h3{margin:0 0 3px;font-size:16px}.gbgpf-form-block-header p{color:var(--gbgpf-muted);margin:0;font-size:12px}.gbgpf-form-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.gbgpf-field{margin-bottom:12px}.gbgpf-field label{color:#333;align-items:center;gap:4px;margin-bottom:6px;font-size:12px;font-weight:700;display:flex}.gbgpf-field label>span{color:var(--gbgpf-orange)}.gbgpf-field label small{color:#999;margin-left:4px;font-size:10px;font-weight:500}.gbgpf-input-wrap{position:relative}.gbgpf-input-wrap svg{color:#a0a0a0;pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.gbgpf-input-wrap input,.gbgpf-select-wrap select{color:#222;background:#fff;border:1px solid #dedede;border-radius:10px;outline:none;width:100%;height:42px;font-family:inherit;font-size:12px;transition:border-color .2s,box-shadow .2s}.gbgpf-input-wrap input{padding:0 12px 0 38px}.gbgpf-select-wrap{position:relative}.gbgpf-select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding:0 38px 0 12px}.gbgpf-select-wrap svg{pointer-events:none;color:#888;width:16px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.gbgpf-input-wrap input:focus,.gbgpf-select-wrap select:focus{border-color:var(--gbgpf-orange);box-shadow:0 0 0 3px #f47b2014}.gbgpf-error{color:var(--gbgpf-error);margin-top:4px;font-size:11px;font-weight:600;display:block}.gbgpf-error-border{border-color:var(--gbgpf-error)!important}.gbgpf-error-border span{color:var(--gbgpf-error)!important}.gbgpf-option-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.gbgpf-option-grid--2{grid-template-columns:repeat(2,1fr)}.gbgpf-option-grid--3{grid-template-columns:repeat(3,1fr)}.gbgpf-radio-option{cursor:pointer;border:1px solid #e2e2e2;border-radius:10px;justify-content:center;align-items:center;min-height:38px;transition:border-color .2s,background .2s;position:relative;margin:0!important;padding:8px 10px!important;display:flex!important}.gbgpf-radio-option input{opacity:0;pointer-events:none;position:absolute}.gbgpf-radio-option span{text-align:center;font-size:11px;font-weight:600;transition:color .2s;color:#666!important}.gbgpf-radio-option:has(input:checked){border-color:var(--gbgpf-orange);background:var(--gbgpf-orange-light)}.gbgpf-radio-option:has(input:checked) span{color:var(--gbgpf-orange-dark)!important}.gbgpf-checkbox-grid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.gbgpf-checkbox-option{cursor:pointer;border:1px solid #e5e5e5;border-radius:10px;align-items:center;gap:8px;min-height:44px;transition:border-color .2s,background .2s;position:relative;margin:0!important;padding:10px 12px!important;display:flex!important}.gbgpf-checkbox-option input{opacity:0;position:absolute}.gbgpf-checkbox-option>span:last-child{font-size:11px;font-weight:600;color:#555!important}.gbgpf-custom-check{color:#0000;border:1px solid #d0d0d0;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:17px;height:17px;transition:background .2s,border-color .2s;display:flex}.gbgpf-custom-check svg{width:11px}.gbgpf-checkbox-option:has(input:checked){background:var(--gbgpf-orange-light);border-color:#f47b2073}.gbgpf-checkbox-option:has(input:checked) .gbgpf-custom-check{border-color:var(--gbgpf-orange);background:var(--gbgpf-orange);color:#fff}.gbgpf-acknowledgement{border:1px solid var(--gbgpf-border);background:#fafafa;border-radius:14px;flex-direction:column;gap:12px;margin-bottom:20px;padding:20px;display:flex}.gbgpf-acknowledgement h3{margin:0 0 4px;font-size:15px}.gbgpf-main-checkbox{cursor:pointer;border:1px solid #0000;border-radius:10px;align-items:flex-start;gap:12px;padding:10px;transition:border-color .2s,background .2s;position:relative;display:flex!important}.gbgpf-main-checkbox input{opacity:0;position:absolute}.gbgpf-main-check{color:#0000;border:1px solid #cfcfcf;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;transition:background .2s,border-color .2s;display:flex}.gbgpf-main-checkbox>span:last-child{color:#666;font-size:12px;font-weight:500;line-height:1.6}.gbgpf-main-checkbox:has(input:checked) .gbgpf-main-check{border-color:var(--gbgpf-orange);background:var(--gbgpf-orange);color:#fff}.gbgpf-main-checkbox:has(input:checked){background:var(--gbgpf-orange-light);border-color:#f47b204d}.gbgpf-form-nav{border-top:1px solid var(--gbgpf-border);justify-content:space-between;align-items:center;gap:12px;margin-top:24px;padding-top:20px;display:flex}.gbgpf-btn-next,.gbgpf-btn-prev{cursor:pointer;border:none;border-radius:10px;align-items:center;gap:6px;padding:12px 24px;font-family:inherit;font-size:13px;font-weight:700;transition:all .2s;display:inline-flex}.gbgpf-btn-next{background:var(--gbgpf-orange);color:#fff;margin-left:auto;box-shadow:0 8px 20px #f47b202e}.gbgpf-btn-next:hover{background:var(--gbgpf-orange-dark);transform:translateY(-2px)}.gbgpf-btn-prev{color:#555;background:#f0f0f0}.gbgpf-btn-prev:hover{background:#e0e0e0}.gbgpf-submit-btn{background:var(--gbgpf-orange);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:12px 28px;font-family:inherit;font-size:14px;font-weight:700;transition:transform .25s,background .25s;display:inline-flex;box-shadow:0 10px 24px #f47b2029}.gbgpf-submit-btn:hover{background:var(--gbgpf-orange-dark);transform:translateY(-2px)}.gbgpf-form-disclaimer{color:#888;text-align:center;justify-content:center;align-items:flex-start;gap:8px;margin-top:16px;font-size:11px;line-height:1.5;display:flex}.gbgpf-form-disclaimer svg{width:16px;color:var(--gbgpf-orange);flex-shrink:0}.gbgpf-success-message{z-index:5;text-align:center;background:#fffffffa;flex-direction:column;justify-content:center;align-items:center;padding:40px;animation:.4s gbgpfFadeInSuccess;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes gbgpfFadeInSuccess{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.gbgpf-success-message>div{width:64px;height:64px;color:var(--gbgpf-success);background:#e8f7ee;border-radius:50%;justify-content:center;align-items:center;margin-bottom:18px;display:flex}.gbgpf-success-message h3{margin:0 0 10px;font-size:22px}.gbgpf-success-message p{max-width:420px;color:var(--gbgpf-text);margin:0;font-size:13px;line-height:1.7}.gbgpf-final-section{background:#fff;padding:60px 0 90px}.gbgpf-final-card{background:#fffaf6;border:1px solid #f0dfd1;border-radius:16px;align-items:flex-start;gap:20px;max-width:800px;margin:0 auto;padding:28px;display:flex}.gbgpf-final-icon{background:var(--gbgpf-orange);color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.gbgpf-final-card h2{margin:2px 0 8px;font-size:19px}.gbgpf-final-card p{color:#666;margin:0;font-size:12px;line-height:1.7}@media(min-width:1600px){.gbgpf-container{width:min(1300px,100% - 80px)}.gbgpf-hero__container{width:min(100% - 80px,1000px);padding:30px 20px}.gbgpf-hero__title-line{font-size:72px}.gbgpf-hero__title-fleet{font-size:78px}.gbgpf-hero__second-title span{font-size:62px}.gbgpf-hero__second-title strong{font-size:72px}.gbgpf-hero__description{max-width:560px;font-size:15px}.gbgpf-intro-grid{gap:20px}.gbgpf-intro-card{padding:28px}.gbgpf-form-layout{grid-template-columns:400px 1fr}.gbgpf-form-info-inner{padding:52px 40px}.gbgpf-form-info h3{font-size:28px}.gbgpf-form-card{padding:36px}}@media(max-width:1100px){.gbgpf-intro-grid,.gbgpf-process-grid{grid-template-columns:repeat(2,1fr)}.gbgpf-process-line{display:none}.gbgpf-responsibility-layout{gap:40px}.gbgpf-form-layout{grid-template-columns:1fr}.gbgpf-form-info-inner{flex-direction:row;align-items:center;gap:32px;padding:40px 32px}.gbgpf-form-info-top{flex:1}.gbgpf-form-contact-card{max-width:280px;margin-top:0}}@media(max-width:850px){.gbgpf-container{width:min(100% - 32px,1180px)}.gbgpf-hero{padding:90px 0 40px}.gbgpf-hero__container{width:min(100% - 32px,800px)}.gbgpf-hero__community{margin-bottom:24px}.gbgpf-hero__title-wrap,.gbgpf-hero__second-title{gap:8px}.gbgpf-hero__title-line{font-size:clamp(32px,7vw,52px)}.gbgpf-hero__title-fleet{font-size:clamp(36px,8vw,58px)}.gbgpf-how-header{flex-direction:column;align-items:flex-start}.gbgpf-how-header>p{max-width:600px}.gbgpf-responsibility-layout{grid-template-columns:1fr}.gbgpf-role-panel{max-width:600px;margin:0 auto}.gbgpf-form-info-inner{padding:32px 28px}.gbgpf-form-card{padding:28px}}@media(max-width:650px){.gbgpf-hero{padding:80px 0 35px}.gbgpf-hero__container{width:calc(100% - 24px);padding:15px 0 25px}.gbgpf-hero__community{flex-direction:column;gap:14px;margin-bottom:24px}.gbgpf-hero__client{width:38px;height:38px;margin-left:-9px}.gbgpf-hero__fleet-label{text-align:center;align-items:center;padding-left:0}.gbgpf-hero__fleet-label:before{width:30px;height:3px;top:-8px;bottom:auto;left:50%;transform:translate(-50%)}.gbgpf-hero__fleet-kicker{margin-top:2px;font-size:8px}.gbgpf-hero__fleet-name{font-size:16px}.gbgpf-hero__title-wrap{flex-direction:column;align-items:center;gap:2px}.gbgpf-hero__title-line{font-size:clamp(32px,12vw,52px)}.gbgpf-hero__title-fleet{font-size:clamp(36px,14vw,58px)}.gbgpf-hero__second-title{flex-direction:column;align-items:center;gap:2px;margin-top:8px}.gbgpf-hero__second-title span{font-size:clamp(28px,10vw,44px)}.gbgpf-hero__second-title strong{font-size:clamp(32px,12vw,52px)}.gbgpf-hero__accent-line{margin-top:18px}.gbgpf-hero__description{margin-top:14px;padding:0 10px;font-size:13px}.gbgpf-hero__cta{gap:12px;min-height:46px;padding-left:18px}.gbgpf-hero__cta-icon{width:36px;height:36px}.gbgpf-hero__bottom{margin-top:32px}.gbgpf-hero__bottom-number,.gbgpf-hero__bottom-text{display:none}.gbgpf-intro-section,.gbgpf-how-section,.gbgpf-responsibility-section,.gbgpf-form-section{padding:60px 0}.gbgpf-intro-grid,.gbgpf-process-grid{grid-template-columns:1fr}.gbgpf-intro-card,.gbgpf-process-card{min-height:auto}.gbgpf-form-grid{grid-template-columns:1fr;gap:0}.gbgpf-option-grid,.gbgpf-option-grid--3{grid-template-columns:1fr 1fr}.gbgpf-checkbox-grid{grid-template-columns:1fr}.gbgpf-role-panel{grid-template-columns:1fr;gap:8px}.gbgpf-role-divider{height:30px}.gbgpf-role-divider svg{transform:rotate(90deg)}.gbgpf-role-column{min-height:auto}.gbgpf-form-info-inner{flex-direction:column;gap:28px;padding:28px 24px}.gbgpf-form-info h3{font-size:22px}.gbgpf-form-contact-card{max-width:100%}.gbgpf-form-card{padding:24px 20px}.gbgpf-step-indicator{gap:16px}.gbgpf-step-label{display:none}.gbgpf-form-block-header{align-items:flex-start}.gbgpf-form-nav{flex-direction:column}.gbgpf-btn-next,.gbgpf-btn-prev{justify-content:center;width:100%}.gbgpf-final-card{flex-direction:column;padding:22px}}@media(max-width:430px){.gbgpf-container{width:calc(100% - 20px)}.gbgpf-hero{padding:70px 0 30px}.gbgpf-hero__title-line{font-size:34px}.gbgpf-hero__title-fleet{font-size:38px}.gbgpf-hero__second-title span{font-size:28px}.gbgpf-hero__second-title strong{font-size:34px}.gbgpf-hero__cta{justify-content:center;width:100%}.gbgpf-section-heading h2,.gbgpf-how-header h2,.gbgpf-responsibility-content h2,.gbgpf-form-heading h2{font-size:28px}.gbgpf-section-heading>p,.gbgpf-form-heading>p{font-size:13px}.gbgpf-option-grid,.gbgpf-option-grid--3{grid-template-columns:1fr}.gbgpf-option-grid--2{grid-template-columns:1fr 1fr}.gbgpf-radio-option{justify-content:flex-start;padding-left:12px!important}.gbgpf-role-column{padding:22px}.gbgpf-form-info-inner{padding:24px 20px}.gbgpf-form-card{padding:20px 16px}.gbgpf-acknowledgement{padding:16px}}@media(max-width:374px){.gbgpf-container{width:calc(100% - 16px)}.gbgpf-hero{padding:65px 0 25px}.gbgpf-hero__container{width:calc(100% - 20px);padding:12px 0 20px}.gbgpf-hero__client{border-width:2px;width:32px;height:32px;margin-left:-8px}.gbgpf-hero__fleet-name{font-size:14px}.gbgpf-hero__title-line{font-size:30px}.gbgpf-hero__title-fleet{font-size:34px}.gbgpf-hero__second-title span{font-size:24px}.gbgpf-hero__second-title strong{font-size:28px}.gbgpf-hero__description{font-size:12px;line-height:1.55}.gbgpf-hero__cta{gap:10px;min-height:44px;padding-left:14px}.gbgpf-hero__cta-text{font-size:11px}.gbgpf-hero__cta-icon{width:34px;height:34px}.gbgpf-hero__bottom{gap:6px;font-size:9px}.gbgpf-section-heading h2,.gbgpf-how-header h2,.gbgpf-responsibility-content h2,.gbgpf-form-heading h2{font-size:24px}.gbgpf-intro-section,.gbgpf-how-section,.gbgpf-responsibility-section,.gbgpf-form-section{padding:45px 0}.gbgpf-intro-grid,.gbgpf-process-grid{grid-template-columns:1fr;gap:12px}.gbgpf-intro-card,.gbgpf-process-card{min-height:auto;padding:18px}.gbgpf-form-layout{border-radius:16px}.gbgpf-form-info-inner{gap:20px;padding:22px 18px}.gbgpf-form-info-icon{width:48px;height:48px}.gbgpf-form-info-icon svg{width:24px;height:24px}.gbgpf-form-info h3{font-size:20px}.gbgpf-form-info-top>p{font-size:12px}.gbgpf-form-info-points{gap:12px}.gbgpf-form-info-points>div{font-size:11px}.gbgpf-form-info-points svg{width:16px;height:16px}.gbgpf-form-contact-card{padding:14px 16px}.gbgpf-form-contact-card>div:first-child{width:38px;height:38px}.gbgpf-form-card{padding:18px 12px}.gbgpf-step-indicator{gap:12px}.gbgpf-step-dot span{width:28px;height:28px;font-size:11px}.gbgpf-form-grid{grid-template-columns:1fr;gap:0}.gbgpf-field{margin-bottom:8px}.gbgpf-field label{font-size:11px}.gbgpf-input-wrap input,.gbgpf-select-wrap select{height:40px;font-size:11px}.gbgpf-option-grid,.gbgpf-option-grid--2,.gbgpf-option-grid--3{grid-template-columns:1fr}.gbgpf-radio-option{min-height:38px;padding:6px 8px!important}.gbgpf-radio-option span{font-size:10px}.gbgpf-checkbox-grid{grid-template-columns:1fr}.gbgpf-checkbox-option{min-height:40px;padding:8px 10px!important}.gbgpf-checkbox-option>span:last-child{font-size:10px}.gbgpf-acknowledgement{padding:14px}.gbgpf-acknowledgement h3{font-size:13px}.gbgpf-main-checkbox>span:last-child{font-size:10px}.gbgpf-btn-next,.gbgpf-btn-prev{padding:10px 18px;font-size:12px}.gbgpf-submit-btn{min-height:44px;padding:10px 20px;font-size:12px}.gbgpf-form-disclaimer{font-size:10px}.gbgpf-final-card{gap:14px;padding:18px}.gbgpf-final-icon{width:40px;height:40px}.gbgpf-final-card h2{font-size:16px}.gbgpf-final-card p{font-size:11px}}@media(min-width:1920px){.gbgpf-container{width:min(1400px,100% - 100px)}.gbgpf-hero__container{width:min(100% - 100px,1100px);padding:40px 30px}.gbgpf-hero__title-line{font-size:80px}.gbgpf-hero__title-fleet{font-size:88px}.gbgpf-hero__second-title span{font-size:68px}.gbgpf-hero__second-title strong{font-size:80px}.gbgpf-hero__description{max-width:600px;font-size:16px}.gbgpf-hero__cta{min-height:52px;padding:5px 5px 5px 24px}.gbgpf-hero__cta-text{font-size:13px}.gbgpf-hero__cta-icon{width:40px;height:40px}.gbgpf-intro-section,.gbgpf-how-section,.gbgpf-responsibility-section,.gbgpf-form-section{padding:100px 0}.gbgpf-section-heading h2,.gbgpf-how-header h2,.gbgpf-responsibility-content h2,.gbgpf-form-heading h2{font-size:52px}.gbgpf-intro-grid{grid-template-columns:repeat(4,1fr);gap:20px}.gbgpf-intro-card{min-height:260px;padding:28px}.gbgpf-process-grid{gap:20px}.gbgpf-process-card{min-height:240px;padding:24px}.gbgpf-form-layout{grid-template-columns:420px 1fr}.gbgpf-form-info-inner{padding:56px 44px}.gbgpf-form-info h3{font-size:30px}.gbgpf-form-info-top>p{font-size:15px}.gbgpf-form-info-points{gap:18px}.gbgpf-form-info-points>div{font-size:14px}.gbgpf-form-contact-card{padding:20px 22px}.gbgpf-form-card{padding:36px}.gbgpf-form-block-header h3{font-size:17px}.gbgpf-field label{font-size:12px}.gbgpf-input-wrap input,.gbgpf-select-wrap select{height:46px;font-size:13px}.gbgpf-final-card{max-width:900px;padding:32px}}.gbgev-blogs-page-hero{width:100%;padding-top:70px;position:relative;overflow:hidden}.gbgev-blogs-page-hero-bg{background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);justify-content:center;align-items:center;width:100%;min-height:420px;padding:60px 20px;display:flex;position:relative}.gbgev-blogs-page-hero-overlay{opacity:.4;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;top:0;bottom:0;left:0;right:0}.gbgev-blogs-page-hero-content{z-index:2;text-align:center;width:100%;max-width:800px;position:relative}.gbgev-blogs-page-hero-tag{color:#ff6b35;letter-spacing:1px;text-transform:uppercase;background:#ff6b3526;border:1px solid #ff6b354d;border-radius:50px;margin-bottom:20px;padding:6px 20px;font-size:13px;font-weight:600;display:inline-block}.gbgev-blogs-page-hero-title{color:#fff;letter-spacing:-.5px;margin-bottom:16px;font-size:42px;font-weight:800;line-height:1.2}.gbgev-blogs-page-hero-highlight{color:#ff6b35;position:relative}.gbgev-blogs-page-hero-subtitle{color:#ffffffb3;max-width:500px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:17px;line-height:1.6}.gbgev-blogs-page-search-wrapper{max-width:600px;margin:0 auto 32px;position:relative}.gbgev-blogs-page-search-bar{background:#fff;border:2px solid #0000;border-radius:50px;align-items:center;padding:4px 6px 4px 20px;transition:all .3s;display:flex;box-shadow:0 8px 32px #00000026}.gbgev-blogs-page-search-bar:focus-within{border-color:#ff6b35;box-shadow:0 8px 32px #ff6b3533}.gbgev-blogs-page-search-bar.gbgev-blogs-page-listening{border-color:#ff6b35;animation:1.5s infinite gbgev-blogs-page-pulse}@keyframes gbgev-blogs-page-pulse{0%,to{box-shadow:0 8px 32px #ff6b3533}50%{box-shadow:0 8px 32px #ff6b3566}}.gbgev-blogs-page-search-icon{color:#9ca3af;flex-shrink:0;margin-right:10px}.gbgev-blogs-page-search-input{color:#1f2937;background:0 0;border:none;outline:none;flex:1;padding:10px 0;font-size:15px}.gbgev-blogs-page-search-input::placeholder{color:#9ca3af}.gbgev-blogs-page-search-clear{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.gbgev-blogs-page-search-clear:hover{color:#374151;background:#f3f4f6}.gbgev-blogs-page-mic-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#ff6b35,#f97316);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-left:6px;padding:10px 14px;transition:all .3s;display:flex}.gbgev-blogs-page-mic-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px #ff6b3566}.gbgev-blogs-page-mic-btn.gbgev-blogs-page-mic-active{background:#ef4444;animation:1s infinite gbgev-blogs-page-mic-pulse}@keyframes gbgev-blogs-page-mic-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.gbgev-blogs-page-suggestions{z-index:100;background:#fff;border-radius:16px;max-height:280px;padding:8px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 40px #0000001f}.gbgev-blogs-page-suggestion-item{cursor:pointer;color:#374151;border-radius:10px;align-items:center;gap:10px;padding:10px 14px;font-size:14px;transition:all .2s;display:flex}.gbgev-blogs-page-suggestion-item:hover{color:#ea580c;background:#fff7ed}.gbgev-blogs-page-suggestion-icon{color:#9ca3af;flex-shrink:0}.gbgev-blogs-page-hero-stats{flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;display:flex}.gbgev-blogs-page-stat{text-align:center}.gbgev-blogs-page-stat-number{color:#fff;font-size:22px;font-weight:700;line-height:1.2;display:block}.gbgev-blogs-page-stat-label{color:#fff9;text-transform:uppercase;letter-spacing:.5px;margin-top:2px;font-size:12px;display:block}.gbgev-blogs-page-stat-divider{background:#fff3;width:1px;height:30px}@media(min-width:1400px){.gbgev-blogs-page-hero{padding-top:80px}.gbgev-blogs-page-hero-bg{min-height:480px;padding:80px 40px}.gbgev-blogs-page-hero-title{font-size:52px}.gbgev-blogs-page-hero-subtitle{font-size:19px}.gbgev-blogs-page-search-wrapper{max-width:700px}}@media(min-width:1024px)and (max-width:1399px){.gbgev-blogs-page-hero{padding-top:70px}.gbgev-blogs-page-hero-bg{min-height:420px;padding:60px 30px}.gbgev-blogs-page-hero-title{font-size:42px}}@media(min-width:768px)and (max-width:1023px){.gbgev-blogs-page-hero{padding-top:60px}.gbgev-blogs-page-hero-bg{min-height:380px;padding:50px 24px}.gbgev-blogs-page-hero-title{font-size:34px}.gbgev-blogs-page-hero-subtitle{font-size:15px}.gbgev-blogs-page-search-wrapper{max-width:520px}}@media(min-width:480px)and (max-width:767px){.gbgev-blogs-page-hero{padding-top:55px}.gbgev-blogs-page-hero-bg{min-height:340px;padding:40px 16px}.gbgev-blogs-page-hero-tag{padding:5px 16px;font-size:11px}.gbgev-blogs-page-hero-title{font-size:28px}.gbgev-blogs-page-hero-subtitle{margin-bottom:24px;font-size:14px}.gbgev-blogs-page-search-bar{padding:3px 4px 3px 14px}.gbgev-blogs-page-search-input{padding:8px 0;font-size:14px}.gbgev-blogs-page-mic-btn{padding:8px 10px}.gbgev-blogs-page-hero-stats{gap:16px}.gbgev-blogs-page-stat-number{font-size:18px}.gbgev-blogs-page-stat-divider{height:24px}}@media(max-width:479px){.gbgev-blogs-page-hero{padding-top:50px}.gbgev-blogs-page-hero-bg{min-height:300px;padding:32px 12px}.gbgev-blogs-page-hero-tag{margin-bottom:14px;padding:4px 14px;font-size:10px}.gbgev-blogs-page-hero-title{font-size:24px;line-height:1.25}.gbgev-blogs-page-hero-subtitle{margin-bottom:20px;font-size:13px;line-height:1.5}.gbgev-blogs-page-search-wrapper{margin-bottom:24px}.gbgev-blogs-page-search-bar{padding:2px 3px 2px 12px}.gbgev-blogs-page-search-icon{size:16px;margin-right:6px}.gbgev-blogs-page-search-input{padding:7px 0;font-size:13px}.gbgev-blogs-page-mic-btn{padding:7px 9px}.gbgev-blogs-page-mic-btn svg{width:16px;height:16px}.gbgev-blogs-page-hero-stats{gap:12px}.gbgev-blogs-page-stat-number{font-size:16px}.gbgev-blogs-page-stat-label{font-size:10px}.gbgev-blogs-page-stat-divider{height:20px}.gbgev-blogs-page-suggestions{border-radius:12px;padding:6px}.gbgev-blogs-page-suggestion-item{padding:8px 10px;font-size:13px}}@media(max-width:360px){.gbgev-blogs-page-hero-title{font-size:20px}.gbgev-blogs-page-hero-subtitle,.gbgev-blogs-page-search-input{font-size:12px}}.gbgev-blogs-page-cards-section{background:#fff;width:100%;padding:60px 20px}.gbgev-blogs-page-cards-container{max-width:1280px;margin:0 auto}.gbgev-blogs-page-section-header{text-align:center;margin-bottom:48px}.gbgev-blogs-page-section-title{color:#111827;letter-spacing:-.3px;margin-bottom:10px;font-size:32px;font-weight:800}.gbgev-blogs-page-section-highlight{color:#ff6b35}.gbgev-blogs-page-section-subtitle{color:#6b7280;max-width:500px;margin:0 auto;font-size:15px;line-height:1.6}.gbgev-blogs-page-cards-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.gbgev-blogs-page-card{cursor:pointer;background:#fff;border:1px solid #f3f4f6;border-radius:16px;transition:all .35s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 2px 12px #0000000a}.gbgev-blogs-page-card-image-wrapper{aspect-ratio:16/10;width:100%;position:relative;overflow:hidden}.gbgev-blogs-page-card-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.gbgev-blogs-page-card-category{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#ff6b35,#f97316);border-radius:20px;padding:5px 12px;font-size:11px;font-weight:600;position:absolute;top:12px;left:12px}.gbgev-blogs-page-card-content{padding:20px}.gbgev-blogs-page-card-excerpt{color:#6b7280;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:16px;font-size:13px;line-height:1.6;display:-webkit-box;overflow:hidden}.gbgev-blogs-page-card-footer{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding-top:14px;display:flex}.gbgev-blogs-page-no-results-icon{margin-bottom:16px;font-size:48px}@media(min-width:1400px){.gbgev-blogs-page-cards-section{padding:80px 40px}.gbgev-blogs-page-cards-container{max-width:1400px}.gbgev-blogs-page-cards-grid{gap:32px}.gbgev-blogs-page-section-title{font-size:38px}}@media(min-width:1024px)and (max-width:1399px){.gbgev-blogs-page-cards-grid{grid-template-columns:repeat(3,1fr);gap:24px}}@media(min-width:768px)and (max-width:1023px){.gbgev-blogs-page-cards-section{padding:48px 24px}.gbgev-blogs-page-cards-grid{grid-template-columns:repeat(2,1fr);gap:20px}.gbgev-blogs-page-section-title{font-size:28px}.gbgev-blogs-page-section-subtitle{font-size:14px}}@media(min-width:480px)and (max-width:767px){.gbgev-blogs-page-cards-section{padding:40px 16px}.gbgev-blogs-page-cards-grid{grid-template-columns:1fr;gap:20px}.gbgev-blogs-page-section-title{font-size:26px}.gbgev-blogs-page-section-subtitle{font-size:14px}.gbgev-blogs-page-section-header{margin-bottom:32px}.gbgev-blogs-page-card-content{padding:16px}.gbgev-blogs-page-card-title{font-size:16px}}@media(max-width:479px){.gbgev-blogs-page-cards-section{padding:32px 12px}.gbgev-blogs-page-cards-grid{grid-template-columns:1fr;gap:16px}.gbgev-blogs-page-section-header{margin-bottom:28px}.gbgev-blogs-page-section-title{font-size:22px}.gbgev-blogs-page-section-subtitle{font-size:13px}.gbgev-blogs-page-card{border-radius:12px}.gbgev-blogs-page-card-image-wrapper{aspect-ratio:16/9}.gbgev-blogs-page-card-content{padding:14px}.gbgev-blogs-page-card-meta{gap:10px;margin-bottom:10px}.gbgev-blogs-page-card-meta-item{font-size:11px}.gbgev-blogs-page-card-title{margin-bottom:8px;font-size:15px}.gbgev-blogs-page-card-excerpt{margin-bottom:12px;font-size:12px}.gbgev-blogs-page-card-footer{padding-top:12px}.gbgev-blogs-page-card-stat{font-size:11px}.gbgev-blogs-page-card-read-more{font-size:12px}}@media(max-width:360px){.gbgev-blogs-page-section-title{font-size:20px}.gbgev-blogs-page-card-title{font-size:14px}}.gbgev-blogs-page-card{cursor:pointer;background:#fff;border:1px solid #f3f4f6;border-radius:16px;flex-direction:column;height:100%;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 2px 12px #0000000a}.gbgev-blogs-page-card:hover{border-color:#fed7aa;transform:translateY(-6px);box-shadow:0 16px 40px #0000001a}.gbgev-blogs-page-card-image-wrapper{aspect-ratio:16/10;background:#f0f0f0;flex-shrink:0;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.gbgev-blogs-page-card-image{object-fit:contain;object-position:center;background:#fff;width:100%;height:100%;transition:transform .5s;display:block}.gbgev-blogs-page-card:hover .gbgev-blogs-page-card-image{transform:scale(1.03)}.gbgev-blogs-page-card-category{color:#fff;text-transform:uppercase;letter-spacing:.5px;z-index:2;background:linear-gradient(135deg,#ff6b35,#f97316);border-radius:20px;padding:5px 12px;font-size:11px;font-weight:600;position:absolute;top:12px;left:12px}.gbgev-blogs-page-card-content{flex-direction:column;flex-grow:1;padding:20px;display:flex}.gbgev-blogs-page-card-meta{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:12px;display:flex}.gbgev-blogs-page-card-meta-item{color:#9ca3af;align-items:center;gap:5px;font-size:12px;font-weight:500;display:flex}.gbgev-blogs-page-card-title{color:#111827;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:10px;font-size:17px;font-weight:700;line-height:1.4;transition:color .2s;display:-webkit-box;overflow:hidden}.gbgev-blogs-page-card:hover .gbgev-blogs-page-card-title{color:#ea580c}.gbgev-blogs-page-card-excerpt{color:#6b7280;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex-grow:1;margin-bottom:16px;font-size:13px;line-height:1.6;display:-webkit-box;overflow:hidden}.gbgev-blogs-page-card-footer{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;margin-top:auto;padding-top:14px;display:flex}.gbgev-blogs-page-card-stats{align-items:center;gap:14px;display:flex}.gbgev-blogs-page-card-stat{color:#9ca3af;align-items:center;gap:4px;font-size:12px;font-weight:500;display:flex}.gbgev-blogs-page-card-read-more{color:#ff6b35;align-items:center;gap:3px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.gbgev-blogs-page-card:hover .gbgev-blogs-page-card-read-more{gap:6px}@media(min-width:1400px){.gbgev-blogs-page-card{border-radius:18px}.gbgev-blogs-page-card-image-wrapper{aspect-ratio:16/10}.gbgev-blogs-page-card-content{padding:22px}.gbgev-blogs-page-card-title{font-size:18px}.gbgev-blogs-page-card-excerpt{font-size:14px}}@media(min-width:1024px)and (max-width:1399px){.gbgev-blogs-page-card-image-wrapper{aspect-ratio:16/10}}@media(min-width:768px)and (max-width:1023px){.gbgev-blogs-page-card-image-wrapper{aspect-ratio:16/10}.gbgev-blogs-page-card-content{padding:18px}.gbgev-blogs-page-card-title{font-size:16px}.gbgev-blogs-page-card-excerpt{font-size:13px}}@media(min-width:480px)and (max-width:767px){.gbgev-blogs-page-card{border-radius:14px}.gbgev-blogs-page-card-image-wrapper{aspect-ratio:16/10}.gbgev-blogs-page-card-content{padding:16px}.gbgev-blogs-page-card-title{font-size:16px}.gbgev-blogs-page-card-excerpt{margin-bottom:14px;font-size:13px}.gbgev-blogs-page-card-footer{padding-top:12px}.gbgev-blogs-page-card-stat{font-size:11px}.gbgev-blogs-page-card-read-more{font-size:12px}}@media(max-width:479px){.gbgev-blogs-page-card{border-radius:12px}.gbgev-blogs-page-card-image-wrapper{aspect-ratio:16/10}.gbgev-blogs-page-card-category{padding:4px 10px;font-size:10px;top:10px;left:10px}.gbgev-blogs-page-card-content{padding:14px}.gbgev-blogs-page-card-meta{gap:10px;margin-bottom:10px}.gbgev-blogs-page-card-meta-item{font-size:11px}.gbgev-blogs-page-card-meta-item svg{width:12px;height:12px}.gbgev-blogs-page-card-title{margin-bottom:8px;font-size:15px}.gbgev-blogs-page-card-excerpt{margin-bottom:12px;font-size:12px}.gbgev-blogs-page-card-footer{padding-top:12px}.gbgev-blogs-page-card-stat{font-size:11px}.gbgev-blogs-page-card-stat svg{width:13px;height:13px}.gbgev-blogs-page-card-read-more{font-size:12px}.gbgev-blogs-page-card-read-more svg{width:13px;height:13px}}@media(max-width:360px){.gbgev-blogs-page-card-image-wrapper{aspect-ratio:16/10}.gbgev-blogs-page-card-title{font-size:14px}.gbgev-blogs-page-card-excerpt{-webkit-line-clamp:2;font-size:11px}.gbgev-blogs-page-card-content{padding:12px}.gbgev-blogs-page-card-meta{gap:8px}}@media(max-height:500px)and (orientation:landscape)and (max-width:767px){.gbgev-blogs-page-card-image-wrapper{aspect-ratio:16/10}}@media(min-width:1920px){.gbgev-blogs-page-card-image-wrapper{aspect-ratio:16/10}}.gbgev-blogs-page-loading{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:80px 20px;display:flex}.gbgev-blogs-page-spinner{border:3px solid #f0f0f0;border-top-color:#ff6b35;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite gbgevSpin}@keyframes gbgevSpin{to{transform:rotate(360deg)}}.gbgev-blogs-page-loading p{color:#666;font-size:16px;font-weight:500}.gbgev-blogs-page-no-results{text-align:center;padding:60px 20px}.gbgev-blogs-page-no-results h3{color:#333;margin-bottom:8px;font-size:22px}.gbgev-blogs-page-no-results p{color:#888;font-size:15px}.gbgev-blogs-page-error{text-align:center;max-width:600px;margin:0 auto;padding:60px 20px}.gbgev-blogs-page-error h3{color:#ef4444;margin-bottom:8px;font-size:22px}.gbgev-blogs-page-error p{color:#666;font-size:15px}.gbgev-blogs-page-detail{background:#fff;width:100%;min-height:100vh}.gbgev-blogs-page-detail-topbar{z-index:10;align-items:center;max-width:1100px;margin:0 auto;padding:20px 24px 16px;display:flex;position:relative}.gbgev-blogs-page-detail-back-btn{color:#555;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:8px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:500;transition:all .25s;display:flex;box-shadow:0 2px 8px #0000000f}.gbgev-blogs-page-detail-back-btn:hover{color:#ff6b35;border-color:#ff6b35;transform:translate(-3px);box-shadow:0 4px 12px #ff6b3526}.gbgev-blogs-page-detail-hero{background:#f8f8f8;justify-content:center;align-items:flex-start;width:100%;padding:0;display:flex;position:relative;overflow:visible}.gbgev-hero-image-wrapper{background:#fff;justify-content:center;align-items:flex-start;width:100%;display:flex;position:relative;overflow:visible}.gbgev-hero-main-img{object-fit:contain;object-position:top center;width:100%;height:auto;max-height:520px;margin:0 auto;display:block}.gbgev-blogs-page-detail-hero-skeleton{z-index:2;background:linear-gradient(90deg,#e0e0e0,#f0f0f0,#e0e0e0) 0 0/200% 100%;animation:1.5s infinite gbgev-skeleton-shimmer;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes gbgev-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.gbgev-blogs-page-detail-hero-fallback{background:linear-gradient(135deg,#1a1a2e,#162647,#0f3460);justify-content:center;align-items:center;width:100%;padding:40px 0;display:flex;position:relative}.gbgev-hero-fallback-img{object-fit:contain;width:100%;height:auto;max-height:520px;display:block}.gbgev-blogs-page-detail-main{max-width:1100px;margin:0 auto;padding:0 24px}.gbgev-blogs-page-detail-action-bar{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;margin-bottom:0;padding:24px 0 20px;display:flex}.gbgev-blogs-page-detail-action-left{align-items:center;display:flex}.gbgev-blogs-page-detail-action-label{color:#666;font-size:14px;font-weight:500}.gbgev-blogs-page-detail-action-btns{align-items:center;gap:10px;display:flex}.gbgev-blogs-page-detail-action-btn{color:#666;cursor:pointer;background:#f5f5f5;border:1px solid #e8e8e8;border-radius:25px;align-items:center;gap:6px;padding:9px 18px;font-size:13px;font-weight:500;transition:all .3s;display:flex}.gbgev-blogs-page-detail-action-btn:hover{background:#ebebeb;transform:translateY(-1px);box-shadow:0 2px 8px #0000000f}.gbgev-blogs-page-detail-action-btn.gbgev-liked{color:#ff6b35;background:#ff6b351a;border-color:#ff6b35}.gbgev-blogs-page-detail-action-btn.gbgev-disliked{color:#ef4444;background:#ef44441a;border-color:#ef4444}.gbgev-blogs-page-detail-action-btn.gbgev-saved{color:#3b82f6;background:#3b82f61a;border-color:#3b82f6}.gbgev-blogs-page-detail-header{text-align:left;padding:28px 0 0}.gbgev-blogs-page-detail-hero-category{align-items:center;gap:8px;margin-bottom:16px;display:inline-flex}.gbgev-blogs-page-detail-hero-category span{color:#fff;letter-spacing:.3px;background:#ff5e00;border-radius:20px;padding:6px 16px;font-size:12px;font-weight:600}.gbgev-blogs-page-detail-hero-title{color:#1a1a2e;letter-spacing:-.5px;margin:0 0 20px;font-size:40px;font-weight:800;line-height:1.25}.gbgev-blogs-page-detail-hero-meta{color:#888;border-bottom:1px solid #eee;flex-wrap:wrap;align-items:center;gap:14px;padding-bottom:28px;font-size:14px;display:flex}.gbgev-blogs-page-detail-hero-meta-item{align-items:center;gap:6px;display:flex}.gbgev-blogs-page-detail-hero-meta-dot{background:#ccc;border-radius:50%;width:4px;height:4px}.gbgev-blogs-page-detail-content-wrapper{gap:50px;padding:36px 0 60px;display:flex}.gbgev-blogs-page-detail-article{flex:1;min-width:0;max-width:720px}.gbgev-blogs-page-detail-body{color:#333;word-wrap:break-word;overflow-wrap:break-word;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16.5px;line-height:1.85}.gbgev-blogs-page-detail-body p{margin:0 0 20px;line-height:1.85}.gbgev-blogs-page-detail-body h1{color:#1a1a2e;margin:48px 0 24px;font-size:2.5em;font-weight:800;line-height:1.2}.gbgev-blogs-page-detail-body h2{color:#1a1a2e;border-bottom:2px solid #f0f0f0;margin:40px 0 20px;padding-bottom:10px;font-size:2em;font-weight:700;line-height:1.25}.gbgev-blogs-page-detail-body h3{color:#222;margin:32px 0 16px;font-size:1.6em;font-weight:700;line-height:1.3}.gbgev-blogs-page-detail-body h4{color:#222;margin:28px 0 14px;font-size:1.35em;font-weight:600;line-height:1.3}.gbgev-blogs-page-detail-body h5{color:#333;margin:24px 0 12px;font-size:1.15em;font-weight:600;line-height:1.3}.gbgev-blogs-page-detail-body h6{color:#444;margin:20px 0 10px;font-size:1em;font-weight:600;line-height:1.3}.gbgev-blogs-page-detail-body strong,.gbgev-blogs-page-detail-body b{color:#111;font-weight:700}.gbgev-blogs-page-detail-body em,.gbgev-blogs-page-detail-body i{font-style:italic}.gbgev-blogs-page-detail-body u{text-underline-offset:3px;-webkit-text-decoration:underline #ff6b35;text-decoration:underline #ff6b35;text-decoration-thickness:2px}.gbgev-blogs-page-detail-body s,.gbgev-blogs-page-detail-body strike,.gbgev-blogs-page-detail-body del{color:#888;-webkit-text-decoration:line-through #ef4444;text-decoration:line-through #ef4444;text-decoration-thickness:2px}.gbgev-blogs-page-detail-body ul,.gbgev-blogs-page-detail-body ol{margin:0 0 20px;padding-left:28px}.gbgev-blogs-page-detail-body ul{list-style-type:disc}.gbgev-blogs-page-detail-body ol{list-style-type:decimal}.gbgev-blogs-page-detail-body ul ul{margin:8px 0;list-style-type:circle}.gbgev-blogs-page-detail-body ol ol{margin:8px 0;list-style-type:lower-alpha}.gbgev-blogs-page-detail-body ul ol,.gbgev-blogs-page-detail-body ol ul{margin:8px 0}.gbgev-blogs-page-detail-body li{margin-bottom:10px;line-height:1.7}.gbgev-blogs-page-detail-body li::marker{color:#ff6b35;font-weight:600}.gbgev-blogs-page-detail-body table{border-collapse:collapse;background:#fff;border:1px solid #e8e8e8;border-radius:12px;width:100%;margin:28px 0;font-size:15px;overflow:hidden;box-shadow:0 2px 12px #00000014}.gbgev-blogs-page-detail-body table thead{color:#fff;background:linear-gradient(135deg,#1a1a2e,#0f3460)}.gbgev-blogs-page-detail-body table thead th{text-align:left;text-transform:uppercase;letter-spacing:.8px;color:#fff;border:none;padding:16px 20px;font-size:14px;font-weight:600}.gbgev-blogs-page-detail-body table tbody tr{border-bottom:1px solid #f0f0f0;transition:all .2s}.gbgev-blogs-page-detail-body table tbody tr:last-child{border-bottom:none}.gbgev-blogs-page-detail-body table tbody tr:hover{background-color:#f8f9ff}.gbgev-blogs-page-detail-body table tbody tr:nth-child(2n){background-color:#fafbfc}.gbgev-blogs-page-detail-body table tbody tr:nth-child(2n):hover{background-color:#f0f2ff}.gbgev-blogs-page-detail-body table tbody td{color:#444;vertical-align:top;border:none;padding:16px 20px;line-height:1.6}.gbgev-blogs-page-detail-body a{color:#06c;border-bottom:1px solid #0000;font-weight:500;text-decoration:none;transition:all .2s}.gbgev-blogs-page-detail-body a:hover{color:#049;border-bottom-color:#06c}.gbgev-blogs-page-detail-body img{border-radius:12px;max-width:100%;height:auto;margin:24px 0;display:block;box-shadow:0 8px 24px #0000001f}.gbgev-blogs-page-detail-body iframe,.gbgev-blogs-page-detail-body video{border-radius:12px;max-width:100%;margin:24px 0}.gbgev-blogs-page-detail-body blockquote{color:#555;background:linear-gradient(135deg,#fff8f5,#fff0eb);border-left:4px solid #ff6b35;border-radius:0 12px 12px 0;margin:28px 0;padding:20px 28px;font-size:1.05em;font-style:italic}.gbgev-blogs-page-detail-body hr{background:linear-gradient(90deg,#0000,#ddd,#0000);border:none;height:2px;margin:40px 0}.gbgev-blogs-page-detail-body code{color:#e83e8c;background:#f4f4f4;border-radius:6px;padding:3px 10px;font-family:SF Mono,Monaco,Cascadia Code,Courier New,monospace;font-size:.9em}.gbgev-blogs-page-detail-body pre{color:#f8f8f2;background:#1a1a2e;border-radius:12px;margin:24px 0;padding:24px;font-family:SF Mono,Monaco,Cascadia Code,Courier New,monospace;font-size:14px;line-height:1.7;overflow-x:auto}.gbgev-blogs-page-detail-tags{border-top:1px solid #eee;flex-wrap:wrap;gap:10px;margin-top:40px;padding-top:30px;display:flex}.gbgev-blogs-page-detail-tag{color:#666;cursor:pointer;background:#f5f5f5;border-radius:20px;padding:6px 16px;font-size:13px;transition:all .3s}.gbgev-blogs-page-detail-tag:hover{color:#fff;background:#ff6b35}.gbgev-blogs-page-detail-share-section{flex-shrink:0;align-self:flex-start;width:260px;position:sticky;top:80px}.gbgev-blogs-page-detail-share-title{color:#1a1a2e;margin:0 0 16px;font-size:16px;font-weight:600}.gbgev-blogs-page-detail-share-buttons{flex-direction:column;gap:10px;display:flex}.gbgev-blogs-page-detail-share-btn{cursor:pointer;color:#fff;border:none;border-radius:10px;align-items:center;gap:10px;padding:12px 16px;font-size:14px;font-weight:500;transition:all .3s;display:flex}.gbgev-blogs-page-detail-share-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.gbgev-blogs-page-detail-share-instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.gbgev-blogs-page-detail-share-facebook{background:#4267b2}.gbgev-blogs-page-detail-share-linkedin{background:#0077b5}.gbgev-blogs-page-detail-share-whatsapp{background:#25d366}.gbgev-blogs-page-detail-share-copy{background:#1a1a2e}.gbgev-share-mobile{z-index:9999;display:none;position:fixed;bottom:80px;left:20px}.gbgev-share-mobile-trigger{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6b35,#ff8c5a);border:none;border-radius:50px;align-items:center;gap:8px;padding:14px 20px;font-size:14px;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 20px #ff6b3566}.gbgev-share-mobile-dropdown{background:#fff;border-radius:16px;flex-direction:column;gap:8px;padding:12px;display:flex;position:absolute;bottom:60px;right:0;box-shadow:0 8px 30px #00000026}.gbgev-share-mobile-dropdown button{cursor:pointer;color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex}.gbgev-share-mobile-dropdown button:first-child{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.gbgev-share-mobile-dropdown button:nth-child(2){background:#4267b2}.gbgev-share-mobile-dropdown button:nth-child(3){background:#0077b5}.gbgev-share-mobile-dropdown button:nth-child(4){background:#25d366}.gbgev-share-mobile-dropdown button:nth-child(5){background:#1a1a2e}.gbgev-blogs-page-detail-editorial{background:linear-gradient(#fff,#fdf6f2);padding:60px 24px 80px}.gbgev-blogs-page-detail-editorial-card{text-align:center;background:#fff;border:1px solid #ff6b3514;border-radius:24px;max-width:640px;margin:0 auto;padding:40px 36px 36px;position:relative;overflow:hidden;box-shadow:0 10px 40px #1a1a2e14,0 2px 8px #1a1a2e0a}.gbgev-blogs-page-detail-editorial-card:before{content:"";background:linear-gradient(90deg,#ff6b35,#ff8c5a,#ffb088);height:5px;position:absolute;top:0;left:0;right:0}.gbgev-blogs-page-detail-editorial-brand{justify-content:center;align-items:center;gap:16px;margin-bottom:26px;display:flex}.gbgev-blogs-page-detail-editorial-logo{color:#fff;background:linear-gradient(135deg,#ff6b35,#ff8c5a);border:3px solid #fff5f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex;box-shadow:0 6px 18px #ff6b3559}.gbgev-blogs-page-detail-editorial-info{text-align:left}.gbgev-blogs-page-detail-editorial-info h4{color:#1a1a2e;margin:0 0 4px;font-size:17px;font-weight:700}.gbgev-blogs-page-detail-editorial-info p{color:#999;margin:0;font-size:13px}.gbgev-blogs-page-detail-editorial-divider{background:linear-gradient(90deg,#ff6b35,#ffb088);border-radius:4px;width:60px;height:3px;margin:0 auto 26px}.gbgev-blogs-page-detail-editorial-thanks{flex-direction:column;align-items:center;display:flex}.gbgev-blogs-page-detail-editorial-thanks-icon{color:#ff6b35;background:#ff6b351a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:14px;display:flex}.gbgev-blogs-page-detail-editorial-thanks-title{color:#1a1a2e;margin:0 0 8px;font-size:22px;font-weight:700}.gbgev-blogs-page-detail-editorial-thanks-sub{color:#777;max-width:380px;margin:0 0 24px;font-size:15px;line-height:1.6}.gbgev-blogs-page-detail-editorial-thanks-btns{justify-content:center;align-items:center;gap:10px;display:flex}.gbgev-blogs-page-detail-editorial-thanks-btn{cursor:pointer;color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:transform .25s,box-shadow .25s;display:flex}@media(max-width:1024px){.gbgev-blogs-page-detail-topbar{padding:16px 20px 12px}.gbgev-blogs-page-detail-main{padding:0 20px}.gbgev-blogs-page-detail-content-wrapper{flex-direction:column;gap:40px}.gbgev-blogs-page-detail-share-section.gbgev-share-desktop{display:none}.gbgev-share-mobile{display:block}.gbgev-blogs-page-detail-article{max-width:100%}}@media(max-width:768px){.gbgev-blogs-page-detail-topbar{padding:14px 16px 10px}.gbgev-blogs-page-detail-back-btn{padding:8px 14px;font-size:13px}.gbgev-blogs-page-detail-hero{min-height:180px}.gbgev-hero-main-img{min-height:180px;max-height:400px}.gbgev-blogs-page-detail-hero-title{font-size:26px}.gbgev-blogs-page-detail-main{padding:0 16px}.gbgev-blogs-page-detail-header{padding-top:20px}.gbgev-blogs-page-detail-action-bar{flex-wrap:wrap;gap:12px;padding:18px 0 16px}.gbgev-blogs-page-detail-action-left{width:100%}.gbgev-blogs-page-detail-action-btns{justify-content:flex-start;width:100%}.gbgev-blogs-page-detail-content-wrapper{padding:24px 0 40px}.gbgev-blogs-page-detail-body table{white-space:nowrap;border-radius:8px;font-size:13px;display:block;overflow-x:auto}.gbgev-blogs-page-detail-body table thead th,.gbgev-blogs-page-detail-body table tbody td{padding:12px 14px}}@media(max-width:480px){.gbgev-blogs-page-detail-topbar{padding:12px 14px 8px}.gbgev-blogs-page-detail-back-btn{padding:8px 12px;font-size:12px}.gbgev-blogs-page-detail-back-btn span{display:none}.gbgev-blogs-page-detail-hero{min-height:150px}.gbgev-hero-main-img{min-height:150px;max-height:320px}.gbgev-blogs-page-detail-hero-title{font-size:22px}.gbgev-blogs-page-detail-hero-meta{gap:10px;font-size:12px}.gbgev-blogs-page-detail-action-btn{padding:7px 14px;font-size:12px}}.GbgEvCareerPage-hero-section{background:#fff;justify-content:center;align-items:center;width:100%;min-height:520px;display:flex;position:relative;overflow:hidden}.GbgEvCareerPage-hero-banner{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.GbgEvCareerPage-hero-img{object-fit:cover;object-position:center;width:100%;height:100%}.GbgEvCareerPage-hero-overlay{z-index:2;background:linear-gradient(135deg,#0a0a0abf,#2563eb8c);width:100%;height:100%;position:absolute;top:0;left:0}.GbgEvCareerPage-hero-content{z-index:3;text-align:center;flex-direction:column;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:80px 24px 60px;display:flex;position:relative}.GbgEvCareerPage-hero-text{margin-bottom:40px}.GbgEvCareerPage-hero-tag{color:#f97316;letter-spacing:1px;text-transform:uppercase;background:#f9731626;border:1px solid #f973164d;border-radius:30px;margin-bottom:16px;padding:6px 18px;font-size:13px;font-weight:600;display:inline-block}.GbgEvCareerPage-hero-title{color:#fff;letter-spacing:-.5px;margin-bottom:16px;font-size:48px;font-weight:800;line-height:1.15}.GbgEvCareerPage-hero-highlight{color:#f97316}.GbgEvCareerPage-hero-desc{color:#ffffffd9;max-width:600px;margin:0 auto;font-size:17px;line-height:1.7}.GbgEvCareerPage-search-box{background:#fff;border-radius:16px;width:100%;max-width:900px;padding:12px;box-shadow:0 20px 60px #00000026,0 4px 12px #00000014}.GbgEvCareerPage-search-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.GbgEvCareerPage-search-field{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;flex:1;align-items:center;min-width:180px;padding:0 14px;transition:all .25s;display:flex;position:relative}.GbgEvCareerPage-search-field:focus-within{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.GbgEvCareerPage-search-icon{color:#2563eb;flex-shrink:0;margin-right:10px}.GbgEvCareerPage-search-input,.GbgEvCareerPage-search-select{color:#0a0a0a;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;outline:none;width:100%;height:48px;font-size:14px}.GbgEvCareerPage-search-input::placeholder{color:#94a3b8}.GbgEvCareerPage-search-select{cursor:pointer;padding-right:20px}.GbgEvCareerPage-select-arrow{color:#64748b;pointer-events:none;position:absolute;right:14px}.GbgEvCareerPage-search-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;gap:8px;height:48px;padding:0 28px;font-size:15px;font-weight:600;transition:all .3s;display:flex}.GbgEvCareerPage-search-btn:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-2px);box-shadow:0 8px 24px #2563eb59}@media(max-width:1023px){.GbgEvCareerPage-hero-section{min-height:460px}.GbgEvCareerPage-hero-content{padding:60px 20px 50px}.GbgEvCareerPage-hero-title{font-size:38px}.GbgEvCareerPage-hero-desc{font-size:15px}.GbgEvCareerPage-search-row{gap:10px}.GbgEvCareerPage-search-field{min-width:160px}.GbgEvCareerPage-search-btn{padding:0 22px;font-size:14px}}@media(max-width:767px){.GbgEvCareerPage-hero-section{min-height:420px}.GbgEvCareerPage-hero-content{padding:50px 16px 40px}.GbgEvCareerPage-hero-title{font-size:30px}.GbgEvCareerPage-hero-desc{max-width:90%;font-size:14px}.GbgEvCareerPage-search-box{border-radius:14px;padding:10px}.GbgEvCareerPage-search-row{flex-direction:column;gap:10px}.GbgEvCareerPage-search-field{width:100%;min-width:unset}.GbgEvCareerPage-search-btn{justify-content:center;width:100%}}@media(max-width:480px){.GbgEvCareerPage-hero-section{min-height:380px}.GbgEvCareerPage-hero-content{padding:40px 12px 35px}.GbgEvCareerPage-hero-tag{padding:5px 14px;font-size:11px}.GbgEvCareerPage-hero-title{font-size:24px}.GbgEvCareerPage-hero-desc{font-size:13px}.GbgEvCareerPage-search-input,.GbgEvCareerPage-search-select{height:44px;font-size:13px}.GbgEvCareerPage-search-btn{height:44px;font-size:14px}}@media(min-width:1440px){.GbgEvCareerPage-hero-section{min-height:580px}.GbgEvCareerPage-hero-content{max-width:1400px;padding:100px 40px 70px}.GbgEvCareerPage-hero-title{font-size:56px}.GbgEvCareerPage-hero-desc{max-width:700px;font-size:18px}.GbgEvCareerPage-search-box{max-width:1000px;padding:14px}.GbgEvCareerPage-search-input,.GbgEvCareerPage-search-select{height:52px;font-size:15px}.GbgEvCareerPage-search-btn{height:52px;padding:0 36px;font-size:16px}}.GbgEvCareerPage-jobs-section{background:#fff;width:100%;padding:70px 0}.GbgEvCareerPage-jobs-container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.GbgEvCareerPage-jobs-header{text-align:center;margin-bottom:50px}.GbgEvCareerPage-jobs-tag{color:#2563eb;letter-spacing:1px;text-transform:uppercase;background:#2563eb14;border:1px solid #2563eb33;border-radius:30px;margin-bottom:14px;padding:6px 18px;font-size:13px;font-weight:600;display:inline-block}.GbgEvCareerPage-jobs-title{color:#0a0a0a;letter-spacing:-.5px;margin-bottom:10px;font-size:36px;font-weight:800}.GbgEvCareerPage-jobs-highlight{color:#f97316}.GbgEvCareerPage-jobs-subtitle{color:#64748b;max-width:500px;margin:0 auto;font-size:16px;line-height:1.6}.GbgEvCareerPage-jobs-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.GbgEvCareerPage-job-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.GbgEvCareerPage-job-card:hover{border-color:#2563eb4d;transform:translateY(-6px);box-shadow:0 20px 50px #0000001a,0 4px 12px #2563eb14}.GbgEvCareerPage-job-img-wrap{width:100%;height:180px;position:relative;overflow:hidden}.GbgEvCareerPage-job-img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.GbgEvCareerPage-job-card:hover .GbgEvCareerPage-job-img{transform:scale(1.08)}.GbgEvCareerPage-job-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#f97316,#ea580c);border-radius:20px;padding:5px 12px;font-size:11px;font-weight:700;position:absolute;top:12px;right:12px}.GbgEvCareerPage-job-body{flex-direction:column;flex:1;padding:20px;display:flex}.GbgEvCareerPage-job-dept{color:#2563eb;text-transform:uppercase;letter-spacing:.8px;margin-bottom:8px;font-size:12px;font-weight:600}.GbgEvCareerPage-job-title{color:#0a0a0a;flex:1;margin-bottom:14px;font-size:17px;font-weight:700;line-height:1.35}.GbgEvCareerPage-job-meta{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:18px;display:grid}.GbgEvCareerPage-job-meta-item{color:#64748b;align-items:center;gap:6px;font-size:13px;display:flex}.GbgEvCareerPage-job-meta-item svg{color:#f97316;flex-shrink:0}.GbgEvCareerPage-rupee-icon{color:#f97316;flex-shrink:0;font-size:14px;font-weight:700;line-height:1}.GbgEvCareerPage-job-footer{border-top:1px solid #f1f5f9;margin-top:auto;padding-top:14px}.GbgEvCareerPage-job-apply-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:10px;justify-content:center;align-items:center;gap:6px;width:100%;padding:12px 0;font-size:14px;font-weight:600;transition:all .3s;display:flex}.GbgEvCareerPage-job-apply-btn:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 6px 20px #2563eb4d}.GbgEvCareerPage-jobs-empty{text-align:center;color:#94a3b8;padding:60px 20px}.GbgEvCareerPage-empty-icon{color:#cbd5e1;margin-bottom:16px}.GbgEvCareerPage-popup-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;background:#0a0a0aa6;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;animation:.25s GbgEvCareerPage-fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes GbgEvCareerPage-fadeIn{0%{opacity:0}to{opacity:1}}.GbgEvCareerPage-popup{background:#fff;border-radius:20px;width:100%;max-width:700px;max-height:90vh;animation:.35s cubic-bezier(.4,0,.2,1) GbgEvCareerPage-slideUp;position:relative;overflow:hidden auto;box-shadow:0 30px 80px #00000040}@keyframes GbgEvCareerPage-slideUp{0%{opacity:0;transform:translateY(40px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.GbgEvCareerPage-popup-close{cursor:pointer;color:#0a0a0a;z-index:10;background:#0a0a0a14;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.GbgEvCareerPage-popup-close:hover{color:#fff;background:#0a0a0a;transform:rotate(90deg)}.GbgEvCareerPage-popup-header{width:100%;height:220px;position:relative;overflow:hidden}.GbgEvCareerPage-popup-img{object-fit:cover;width:100%;height:100%}.GbgEvCareerPage-popup-header-info{background:linear-gradient(#0000,#0a0a0ad9);width:100%;padding:24px 28px;position:absolute;bottom:0;left:0}.GbgEvCareerPage-popup-dept{color:#f97316;text-transform:uppercase;letter-spacing:.8px;background:#f9731633;border:1px solid #f973164d;border-radius:20px;margin-bottom:8px;padding:4px 12px;font-size:11px;font-weight:700;display:inline-block}.GbgEvCareerPage-popup-title{color:#fff;margin-bottom:10px;font-size:24px;font-weight:800;line-height:1.3}.GbgEvCareerPage-popup-meta-row{flex-wrap:wrap;gap:14px;display:flex}.GbgEvCareerPage-popup-meta-row span{color:#ffffffd9;align-items:center;gap:5px;font-size:13px;display:flex}.GbgEvCareerPage-popup-meta-row svg{color:#f97316}.GbgEvCareerPage-popup-body{padding:28px}.GbgEvCareerPage-popup-desc h4,.GbgEvCareerPage-popup-req h4,.GbgEvCareerPage-popup-form h4{color:#0a0a0a;align-items:center;gap:8px;margin-bottom:12px;font-size:16px;font-weight:700;display:flex}.GbgEvCareerPage-popup-desc h4 svg,.GbgEvCareerPage-popup-req h4 svg,.GbgEvCareerPage-popup-form h4 svg{color:#2563eb}.GbgEvCareerPage-popup-desc p{color:#475569;margin-bottom:24px;font-size:14px;line-height:1.7}.GbgEvCareerPage-popup-req{margin-bottom:24px}.GbgEvCareerPage-popup-req ul{margin:0;padding:0;list-style:none}.GbgEvCareerPage-popup-req li{color:#475569;border-bottom:1px solid #f1f5f9;align-items:flex-start;gap:10px;padding:8px 0;font-size:14px;display:flex}.GbgEvCareerPage-popup-req li svg{color:#22c55e;flex-shrink:0;margin-top:2px}.GbgEvCareerPage-popup-req li:last-child{border-bottom:none}.GbgEvCareerPage-popup-form{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:24px}.GbgEvCareerPage-form-row{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.GbgEvCareerPage-form-group{flex-direction:column;gap:6px;display:flex}.GbgEvCareerPage-form-group label{color:#0a0a0a;align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.GbgEvCareerPage-form-group label svg{color:#2563eb}.GbgEvCareerPage-form-group input,.GbgEvCareerPage-form-group textarea{color:#0a0a0a;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:14px;transition:all .25s}.GbgEvCareerPage-form-group input:focus,.GbgEvCareerPage-form-group textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.GbgEvCareerPage-form-group input::placeholder,.GbgEvCareerPage-form-group textarea::placeholder{color:#94a3b8}.GbgEvCareerPage-form-full{grid-column:1/-1}.GbgEvCareerPage-file-input input{display:none}.GbgEvCareerPage-file-input label{color:#64748b;cursor:pointer;text-align:center;background:#fff;border:1.5px dashed #cbd5e1;border-radius:10px;width:100%;padding:12px 14px;font-size:13px;transition:all .25s;display:block}.GbgEvCareerPage-file-input label:hover{color:#2563eb;background:#2563eb08;border-color:#2563eb}.GbgEvCareerPage-form-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:8px;padding:14px 0;font-size:15px;font-weight:700;transition:all .3s;display:flex}.GbgEvCareerPage-form-submit:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-2px);box-shadow:0 8px 28px #2563eb59}.GbgEvCareerPage-success-wrap{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:60px 40px;display:flex}.GbgEvCareerPage-success-circle{background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:24px;animation:.5s cubic-bezier(.4,0,.2,1) GbgEvCareerPage-successPop;display:flex;box-shadow:0 10px 40px #22c55e4d}@keyframes GbgEvCareerPage-successPop{0%{opacity:0;transform:scale(0)}60%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}.GbgEvCareerPage-success-tick{color:#fff;animation:.4s .3s both GbgEvCareerPage-tickDraw}@keyframes GbgEvCareerPage-tickDraw{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.GbgEvCareerPage-success-title{color:#0a0a0a;margin-bottom:10px;font-size:26px;font-weight:800}.GbgEvCareerPage-success-text{color:#64748b;max-width:420px;font-size:15px;line-height:1.7}.GbgEvCareerPage-success-text strong{color:#2563eb}.GbgEvCareerPage-success-dots{gap:6px;margin-top:24px;display:flex}.GbgEvCareerPage-success-dots span{background:#cbd5e1;border-radius:50%;width:8px;height:8px;animation:1s infinite GbgEvCareerPage-dotPulse}.GbgEvCareerPage-success-dots span:nth-child(2){animation-delay:.2s}.GbgEvCareerPage-success-dots span:nth-child(3){animation-delay:.4s}@keyframes GbgEvCareerPage-dotPulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}@media(max-width:1023px){.GbgEvCareerPage-jobs-section{padding:55px 0}.GbgEvCareerPage-jobs-grid{grid-template-columns:repeat(2,1fr);gap:20px}.GbgEvCareerPage-jobs-title{font-size:30px}.GbgEvCareerPage-popup{max-width:90vw}.GbgEvCareerPage-popup-header{height:190px}.GbgEvCareerPage-popup-title{font-size:20px}.GbgEvCareerPage-popup-body{padding:22px}.GbgEvCareerPage-form-row{gap:14px}}@media(max-width:767px){.GbgEvCareerPage-jobs-section{padding:45px 0}.GbgEvCareerPage-jobs-container{padding:0 16px}.GbgEvCareerPage-jobs-grid{grid-template-columns:1fr;gap:18px}.GbgEvCareerPage-jobs-title{font-size:26px}.GbgEvCareerPage-jobs-subtitle{font-size:14px}.GbgEvCareerPage-job-img-wrap{height:160px}.GbgEvCareerPage-popup-overlay{align-items:flex-start;padding:10px;overflow-y:auto}.GbgEvCareerPage-popup{max-width:100%;max-height:unset;border-radius:16px;margin-top:10px;margin-bottom:10px}.GbgEvCareerPage-popup-header{height:160px}.GbgEvCareerPage-popup-header-info{padding:18px 20px}.GbgEvCareerPage-popup-title{font-size:18px}.GbgEvCareerPage-popup-meta-row{gap:10px}.GbgEvCareerPage-popup-meta-row span{font-size:12px}.GbgEvCareerPage-popup-body{padding:18px}.GbgEvCareerPage-popup-desc h4,.GbgEvCareerPage-popup-req h4,.GbgEvCareerPage-popup-form h4{font-size:15px}.GbgEvCareerPage-form-row{grid-template-columns:1fr;gap:14px}.GbgEvCareerPage-popup-form{padding:18px}.GbgEvCareerPage-success-wrap{padding:45px 24px}.GbgEvCareerPage-success-title{font-size:22px}.GbgEvCareerPage-success-circle{width:85px;height:85px}}@media(max-width:480px){.GbgEvCareerPage-jobs-section{padding:35px 0}.GbgEvCareerPage-jobs-container{padding:0 12px}.GbgEvCareerPage-jobs-header{margin-bottom:30px}.GbgEvCareerPage-jobs-tag{padding:5px 14px;font-size:11px}.GbgEvCareerPage-jobs-title{font-size:22px}.GbgEvCareerPage-jobs-subtitle{font-size:13px}.GbgEvCareerPage-job-card{border-radius:14px}.GbgEvCareerPage-job-img-wrap{height:140px}.GbgEvCareerPage-job-body{padding:16px}.GbgEvCareerPage-job-title{font-size:15px}.GbgEvCareerPage-job-meta{gap:6px}.GbgEvCareerPage-job-meta-item{font-size:12px}.GbgEvCareerPage-job-apply-btn{padding:10px 0;font-size:13px}.GbgEvCareerPage-popup{border-radius:14px}.GbgEvCareerPage-popup-header{height:140px}.GbgEvCareerPage-popup-header-info{padding:14px 16px}.GbgEvCareerPage-popup-title{font-size:16px}.GbgEvCareerPage-popup-meta-row span{font-size:11px}.GbgEvCareerPage-popup-body{padding:14px}.GbgEvCareerPage-popup-form{border-radius:12px;padding:14px}.GbgEvCareerPage-form-group input,.GbgEvCareerPage-form-group textarea{padding:10px 12px;font-size:13px}.GbgEvCareerPage-form-submit{padding:12px 0;font-size:14px}.GbgEvCareerPage-success-wrap{padding:35px 18px}.GbgEvCareerPage-success-title{font-size:20px}.GbgEvCareerPage-success-text{font-size:13px}.GbgEvCareerPage-success-circle{width:70px;height:70px}}@media(min-width:1440px){.GbgEvCareerPage-jobs-section{padding:90px 0}.GbgEvCareerPage-jobs-container{max-width:1400px;padding:0 40px}.GbgEvCareerPage-jobs-title{font-size:42px}.GbgEvCareerPage-jobs-grid{grid-template-columns:repeat(3,1fr);gap:30px}.GbgEvCareerPage-job-img-wrap{height:200px}.GbgEvCareerPage-job-title{font-size:18px}.GbgEvCareerPage-job-meta-item{font-size:14px}.GbgEvCareerPage-popup{max-width:800px}.GbgEvCareerPage-popup-header{height:250px}.GbgEvCareerPage-popup-title{font-size:28px}.GbgEvCareerPage-popup-body{padding:32px}.GbgEvCareerPage-popup-desc p,.GbgEvCareerPage-popup-req li{font-size:15px}}.GbgEvCareerPage-category-section{background:#fff;border-top:1px solid #f1f5f9;width:100%;padding:70px 0}.GbgEvCareerPage-category-container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.GbgEvCareerPage-category-header{text-align:center;margin-bottom:50px}.GbgEvCareerPage-category-tag{color:#f97316;letter-spacing:1px;text-transform:uppercase;background:#f9731614;border:1px solid #f9731633;border-radius:30px;margin-bottom:14px;padding:6px 18px;font-size:13px;font-weight:600;display:inline-block}.GbgEvCareerPage-category-title{color:#0a0a0a;letter-spacing:-.5px;text-align:center;margin-bottom:10px;font-size:36px;font-weight:800}.GbgEvCareerPage-category-highlight{color:#2563eb}.GbgEvCareerPage-category-subtitle{color:#64748b;text-align:center;max-width:600px;margin:0 auto;font-size:16px;line-height:1.6}.GbgEvCareerPage-category-grid{grid-template-columns:repeat(4,1fr);justify-content:center;align-items:stretch;gap:24px;display:grid}.GbgEvCareerPage-category-card{cursor:pointer;text-align:center;background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;flex-direction:column;align-items:center;padding:28px 24px;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex}.GbgEvCareerPage-category-card:hover{border-color:#2563eb40;transform:translateY(-6px);box-shadow:0 16px 40px #00000014}.GbgEvCareerPage-category-icon-wrap{border:1.5px solid;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:20px;transition:all .3s;display:flex}.GbgEvCareerPage-category-card:hover .GbgEvCareerPage-category-icon-wrap{transform:scale(1.1)rotate(-4deg)}.GbgEvCareerPage-category-name{color:#0a0a0a;text-align:center;margin-bottom:10px;font-size:18px;font-weight:700}.GbgEvCareerPage-category-desc{color:#64748b;text-align:center;flex:1;margin-bottom:20px;font-size:13px;line-height:1.6}.GbgEvCareerPage-category-footer{border-top:1px solid #f1f5f9;justify-content:center;align-items:center;gap:12px;width:100%;padding-top:16px;display:flex}.GbgEvCareerPage-category-count{color:#475569;font-size:13px;font-weight:600}.GbgEvCareerPage-category-arrow{color:#64748b;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex}.GbgEvCareerPage-category-card:hover .GbgEvCareerPage-category-arrow{color:#fff;background:#2563eb;transform:translate(3px)}@media(max-width:1023px){.GbgEvCareerPage-category-section{padding:55px 0}.GbgEvCareerPage-category-grid{grid-template-columns:repeat(2,1fr);gap:20px}.GbgEvCareerPage-category-title{font-size:30px}.GbgEvCareerPage-category-card{padding:24px 20px}}@media(max-width:767px){.GbgEvCareerPage-category-section{padding:45px 0}.GbgEvCareerPage-category-container{padding:0 16px}.GbgEvCareerPage-category-grid{grid-template-columns:repeat(2,1fr);gap:14px}.GbgEvCareerPage-category-title{font-size:26px}.GbgEvCareerPage-category-subtitle{font-size:14px}.GbgEvCareerPage-category-card{border-radius:14px;padding:20px 16px}.GbgEvCareerPage-category-icon-wrap{width:52px;height:52px;margin-bottom:14px}.GbgEvCareerPage-category-name{font-size:15px}.GbgEvCareerPage-category-desc{margin-bottom:14px;font-size:12px}}@media(max-width:480px){.GbgEvCareerPage-category-section{padding:35px 0}.GbgEvCareerPage-category-container{padding:0 12px}.GbgEvCareerPage-category-header{margin-bottom:30px}.GbgEvCareerPage-category-tag{padding:5px 14px;font-size:11px}.GbgEvCareerPage-category-title{font-size:22px}.GbgEvCareerPage-category-subtitle{font-size:13px}.GbgEvCareerPage-category-grid{grid-template-columns:1fr;gap:12px}.GbgEvCareerPage-category-card{text-align:left;flex-direction:row;align-items:center;gap:16px;padding:20px 18px}.GbgEvCareerPage-category-icon-wrap{flex-shrink:0;width:48px;height:48px;margin-bottom:0}.GbgEvCareerPage-category-card>div:last-child{flex:1}.GbgEvCareerPage-category-name{text-align:left;margin-bottom:4px;font-size:15px}.GbgEvCareerPage-category-desc{text-align:left;margin-bottom:8px;font-size:12px}.GbgEvCareerPage-category-footer{border-top:none;justify-content:flex-start;padding-top:8px}.GbgEvCareerPage-category-count{font-size:12px}}@media(min-width:1440px){.GbgEvCareerPage-category-section{padding:90px 0}.GbgEvCareerPage-category-container{max-width:1400px;padding:0 40px}.GbgEvCareerPage-category-title{font-size:42px}.GbgEvCareerPage-category-grid{grid-template-columns:repeat(4,1fr);gap:30px}.GbgEvCareerPage-category-card{padding:32px 28px}.GbgEvCareerPage-category-icon-wrap{width:72px;height:72px}.GbgEvCareerPage-category-name{font-size:20px}.GbgEvCareerPage-category-desc,.GbgEvCareerPage-category-count{font-size:14px}}:root{--accent-navy: #0B1B3D;--accent-navy-light: #162B55;--accent-orange: #fc983c;--accent-orange-dark: #e0761e;--accent-green: #10B981;--font-heading: "Poppins", "Outfit", sans-serif;--font-body: "Poppins", sans-serif}body{font-family:var(--font-body);color:#666;overflow-x:hidden;-webkit-font-smoothing:antialiased}.hero-wrap{position:relative!important}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}a{text-decoration:none!important}.gbgev-header__logo{display:flex!important;align-items:center!important;gap:10px!important;text-decoration:none!important}.orbigo-header-emblem{height:44px;width:44px;object-fit:contain;border-radius:8px;flex-shrink:0;transition:transform .25s ease}.gbgev-header__logo:hover .orbigo-header-emblem{transform:scale(1.06)}.orbigo-brand-text-block{display:flex;align-items:baseline;gap:6px;white-space:nowrap}.orbigo-brand-title{font-family:Poppins,Outfit,sans-serif;font-size:22px;font-weight:800;color:#0b1b3d;letter-spacing:-.4px;line-height:1}.orbigo-brand-highlight{color:#fc983c}.orbigo-brand-sub{font-family:Poppins,Outfit,sans-serif;font-size:14px;font-weight:700;color:#059669;letter-spacing:.6px;text-transform:uppercase;display:inline-block!important}@media(max-width:768px){.orbigo-header-emblem{height:36px;width:36px}.orbigo-brand-text-block{gap:5px}.orbigo-brand-title{font-size:19px}.orbigo-brand-sub{font-size:12px;display:inline-block!important}}@media(max-width:480px){.orbigo-header-emblem{height:32px;width:32px}.orbigo-brand-text-block{gap:4px}.orbigo-brand-title{font-size:17px}.orbigo-brand-sub{font-size:11px;display:inline-block!important}}@media(max-width:360px){.orbigo-header-emblem{height:28px;width:28px}.orbigo-brand-text-block{gap:3px}.orbigo-brand-title{font-size:15px}.orbigo-brand-sub{font-size:10px;display:inline-block!important}}.ftco_navbar{transition:background-color .3s ease,margin-top .3s ease,box-shadow .3s ease}.ftco-navbar-light .navbar-brand span span{color:#fc983c!important}.ftco-navbar-light .navbar-nav>.nav-item.active>a{color:#fc983c!important}.ftco-navbar-light .navbar-nav>.nav-item.cta>a{background:#fc983c!important;border:1px solid #fc983c!important;color:#fff!important;border-radius:30px!important;padding:8px 22px!important}.ftco-navbar-light .navbar-nav>.nav-item.cta>a:hover{background:#e0761e!important;border-color:#e0761e!important}.ftco-navbar-light.scrolled.awake{background:#fff!important;box-shadow:0 4px 20px #00000014!important}.ftco-navbar-light.scrolled .navbar-brand{color:#000!important}.ftco-navbar-light.scrolled .navbar-nav>.nav-item>.nav-link{color:#333!important}.ftco-navbar-light.scrolled .navbar-nav>.nav-item.active>.nav-link{color:#fc983c!important}@media(max-width:991.98px){.ftco-navbar-light{background:#0b1b3d!important;position:relative!important;top:0!important}.ftco-navbar-light .navbar-collapse{background:#0b1b3d;padding:20px;border-radius:8px;margin-top:10px}}.hero-wrap .slider-text h1{font-weight:700;letter-spacing:-.5px}.hero-wrap .slider-text h1 span{color:#fc983c}.request-form{border-radius:8px!important}.request-form .btn-primary{background:#fc983c!important;border-color:#fc983c!important;font-weight:700;text-transform:uppercase;letter-spacing:1px}.request-form .btn-primary:hover{background:#e0761e!important;border-color:#e0761e!important}.car-wrap{border-radius:8px;overflow:hidden;box-shadow:0 5px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease;background:#fff}.car-wrap:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001a}.car-wrap .price-wrap .rate{color:#fc983c!important;font-weight:700!important}.services.services-2 .icon{border-color:#fc983c!important}.ftco-footer{background:#0b1b3d!important}.ftco-footer .ftco-heading-2{color:#fff!important;font-weight:700;letter-spacing:1px;text-transform:uppercase;font-size:15px!important}.ftco-footer a{color:#ffffffb3!important}.ftco-footer a:hover{color:#fc983c!important}.modal-overlay{animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:991.98px){.ftco-navbar-light{background:#0b1b3d!important;position:sticky!important;top:0!important;z-index:1050!important;padding:8px 16px!important}.ftco_navbar .container{display:flex!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;position:relative!important}.ftco-navbar-light .navbar-brand{margin:0 auto!important;text-align:center!important;display:flex!important;justify-content:center!important;align-items:center!important;padding:2px 0!important;width:auto!important}.header-brand-logo{height:38px!important;margin:0 auto!important}.ftco-navbar-light .navbar-toggler{position:absolute!important;right:0!important;top:50%!important;transform:translateY(-50%)!important;padding:6px 12px!important;font-size:14px!important}.ftco-navbar-light .navbar-collapse{background:#0b1b3d;padding:16px;border-radius:8px;margin-top:8px;width:100%!important}}@media(min-width:992px){.ftco-navbar-light .navbar-brand{margin-right:auto!important;text-align:left!important;display:inline-flex!important;align-items:center!important;justify-content:flex-start!important}.header-brand-logo{height:48px!important}}@media(max-width:767.98px){.hero-wrap,.hero-wrap .overlay,.slider-text{height:auto!important;min-height:unset!important}.hero-wrap{padding-top:24px!important;padding-bottom:28px!important;background-position:center top!important;background-size:cover!important}.hero-wrap .overlay{height:100%!important;background:linear-gradient(180deg,#0b1b3deb,#0b1b3dd1)!important}.slider-text{height:auto!important;padding-top:0!important;padding-bottom:0!important}.slider-text .text{padding-right:0!important;text-align:left!important;margin-bottom:16px!important}.slider-text h1{font-size:clamp(1.5rem,6vw,2.1rem)!important;line-height:1.25!important;margin-bottom:10px!important}.slider-text .hero-desc{font-size:.94rem!important;line-height:1.5!important;margin-bottom:14px!important}.hero-cta-row{margin-top:14px!important;gap:10px!important}.request-form{padding:18px 16px!important;margin-top:14px!important}.request-form h2{font-size:18px!important;margin-bottom:4px!important}.request-form .form-group{margin-bottom:10px!important}}@media(max-width:359.98px){.ftco-navbar-light{padding:4px 10px!important}.slider-text h1{font-size:1.4rem!important}.slider-text .hero-desc{font-size:.86rem!important}.request-form{padding:14px 10px!important}}@media(min-width:360px)and (max-width:389.98px){.slider-text h1{font-size:1.6rem!important}.slider-text .hero-desc{font-size:.9rem!important}}@media(min-width:390px)and (max-width:413.98px){.slider-text h1{font-size:1.75rem!important}}@media(min-width:414px)and (max-width:767.98px){.slider-text h1{font-size:1.9rem!important}}@media(min-width:768px)and (max-width:1024px){.hero-wrap,.hero-wrap .overlay,.slider-text{height:640px!important}.slider-text h1{font-size:2.5rem!important}}@media(min-width:1440px)and (max-width:1919.98px){.hero-wrap,.hero-wrap .overlay,.slider-text{height:740px!important}}@media(min-width:1920px){.container{max-width:1400px}.hero-wrap,.hero-wrap .overlay,.slider-text{height:780px!important}}.gbgev-whatsapp{position:fixed!important;right:24px!important;bottom:24px!important;left:auto!important;z-index:99998!important;display:flex!important;flex-direction:column!important;align-items:flex-end!important;pointer-events:auto!important}.gbgev-whatsapp__tooltip{background:#0f172ae6!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;color:#fff!important;padding:6px 14px!important;border-radius:20px!important;font-size:12px!important;font-weight:700!important;white-space:nowrap!important;margin-bottom:8px!important;box-shadow:0 4px 16px #0003!important;pointer-events:none!important;opacity:0!important;visibility:hidden!important;transform:translateY(4px)!important;transition:all .2s ease!important}.gbgev-whatsapp:hover .gbgev-whatsapp__tooltip{opacity:1!important;visibility:visible!important;transform:translateY(0)!important}.gbgev-whatsapp__btn{width:58px!important;height:58px!important;border-radius:50%!important;background:linear-gradient(135deg,#25d366,#128c7e)!important;box-shadow:0 6px 24px #25d36673!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;text-decoration:none!important;border:none!important;cursor:pointer!important;position:relative!important;outline:none!important;transition:transform .25s ease,box-shadow .25s ease!important}.gbgev-whatsapp__btn:hover{transform:translateY(-3px) scale(1.08)!important;box-shadow:0 10px 30px #25d36699!important;color:#fff!important}.gbgev-whatsapp__icon{width:32px!important;height:32px!important;fill:#fff!important;color:#fff!important;position:relative!important;z-index:2!important}.gbgev-whatsapp__pulse{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;border-radius:50%!important;background:#25d36666!important;animation:waPulseRing 2.4s cubic-bezier(.24,0,.38,1) infinite!important;pointer-events:none!important;z-index:1!important}.gbgev-whatsapp__pulse--delay{animation-delay:1.2s!important}@keyframes waPulseRing{0%{transform:scale(.95);opacity:.8}to{transform:scale(1.6);opacity:0}}.orbigo-ai-float-container{position:fixed!important;right:24px!important;bottom:96px!important;z-index:100002!important;display:flex!important;flex-direction:column!important;align-items:flex-end!important;gap:8px!important;pointer-events:auto!important}.orbigo-ai-float-btn{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#0b1b3d,#162b55)!important;border:2px solid #10B981!important;box-shadow:0 6px 22px #10b98159,0 2px 10px #0b1b3d73!important;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;outline:none;color:#10b981;opacity:1!important;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.orbigo-ai-float-btn:hover,.orbigo-ai-float-btn:active{transform:translateY(-2px) scale(1.06);border-color:#34d399!important;box-shadow:0 8px 28px #10b98180,0 4px 14px #0b1b3d99!important;opacity:1!important}.orbigo-ai-float-btn--active{background:#0b1b3d!important;border-color:#ef4444!important;color:#fff!important;box-shadow:0 6px 20px #ef444466!important}.orbigo-ai-float-tooltip{background:#0f172aeb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:700;white-space:nowrap;opacity:0;visibility:hidden;transform:translateY(4px);transition:all .2s ease;pointer-events:none;box-shadow:0 4px 15px #0003}.orbigo-ai-float-container:hover .orbigo-ai-float-tooltip{opacity:1;visibility:visible;transform:translateY(0)}.orbigo-ai-pulse-ring{position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border-radius:50%;border:2px solid rgba(16,185,129,.5);animation:aiPulse 2.4s infinite;pointer-events:none}@keyframes aiPulse{0%{transform:scale(.95);opacity:.85}70%{transform:scale(1.25);opacity:0}to{transform:scale(1.25);opacity:0}}.ai-chat-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b1b3d73;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:100008}.ai-chat-window{position:fixed;bottom:168px;right:24px;width:380px;max-width:calc(100vw - 32px);height:540px;max-height:calc(100vh - 190px);background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000038;display:flex;flex-direction:column;overflow:hidden;z-index:100010;border:1px solid #E2E8F0}@media(max-width:768px){.gbgev-whatsapp{right:16px!important;bottom:16px!important}.gbgev-whatsapp__btn{width:50px!important;height:50px!important}.gbgev-whatsapp__icon{width:26px!important;height:26px!important}.orbigo-ai-float-container{right:16px!important;bottom:78px!important;z-index:100002!important}.orbigo-ai-float-btn{width:50px!important;height:50px!important;opacity:1!important;background:linear-gradient(135deg,#0b1b3d,#162b55)!important;border:2px solid #10B981!important;box-shadow:0 4px 18px #10b98166,0 2px 10px #0000004d!important}.orbigo-ai-float-tooltip{display:none!important}.ai-chat-window{bottom:12px!important;right:12px!important;left:12px!important;width:auto!important;max-width:none!important;height:82vh!important;max-height:600px!important;border-radius:20px!important;z-index:100010!important;box-shadow:0 16px 48px #00000059!important}.chat-close-btn{width:34px!important;height:34px!important;font-size:16px!important}}.ai-chat-header{background:linear-gradient(135deg,#0b1b3d,#162b55);color:#fff;padding:16px 20px;display:flex;align-items:center;justify-content:space-between}.chat-header-brand{display:flex;align-items:center;gap:12px}.bot-avatar-badge{font-size:24px}.chat-header-brand h4{margin:0;font-size:15px;font-weight:700;color:#fff}.online-indicator{font-size:11px;color:#10b981;font-weight:600}.chat-close-btn{background:#ffffff26;border:none;color:#fff;width:28px;height:28px;border-radius:50%;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center}.ai-chat-body{flex:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;background:#f8fafc}.chat-bubble{max-width:85%;padding:12px 16px;border-radius:16px;font-size:13.5px;line-height:1.5}.bot-bubble{background:#fff;color:#1e293b;align-self:flex-start;border:1px solid #E2E8F0;border-bottom-left-radius:4px}.user-bubble{background:#0b1b3d;color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.ai-chat-suggestions{padding:8px 12px;display:flex;gap:6px;overflow-x:auto;background:#fff;border-top:1px solid #F1F5F9;scrollbar-width:none}.ai-chat-suggestions::-webkit-scrollbar{display:none}.suggestion-chip{background:#f1f5f9;border:1px solid #E2E8F0;color:#334155;padding:5px 12px;border-radius:100px;font-size:11.5px;font-weight:600;white-space:nowrap;cursor:pointer;transition:all .2s ease}.suggestion-chip:hover{background:#fc983c;color:#fff;border-color:#fc983c}.ai-chat-footer{padding:12px 16px;background:#fff;border-top:1px solid #E2E8F0;display:flex;gap:8px;align-items:center}.chat-input-field{flex:1;border:1px solid #CBD5E1;border-radius:10px;padding:10px 14px;font-size:13px;outline:none;background:#f8fafc}.chat-input-field:focus{border-color:#fc983c;background:#fff}.chat-send-btn{background:#0b1b3d;color:#fff;border:none;width:38px;height:38px;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;transition:background .2s ease}.chat-send-btn:hover{background:#fc983c}.founders-strip-card{transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1)!important}.founders-strip-card:hover{transform:translateY(-4px)!important;box-shadow:0 16px 36px #0b1b3d14!important}@media(max-width:767.98px){.founders-strip-card{padding:16px!important}}@media(max-width:991.98px){.hero-wrap{background-image:linear-gradient(to bottom,#0b1b3d00,#0b1b3d00 50vw,#0b1b3d 85vw),url(/images/orbigo_hero_bg.png)!important;background-color:#0b1b3d!important;background-position:top center,top center!important;background-size:100% auto,100% auto!important;background-repeat:no-repeat!important;height:auto!important;min-height:auto!important;padding-top:80vw!important;padding-bottom:60px!important}.hero-wrap .overlay{display:none!important}.slider-text{height:auto!important;min-height:auto!important;padding:10px 0!important}}:root{--orbigo-emerald: #10B981;--orbigo-emerald-dark: #059669;--orbigo-emerald-light: #34D399;--orbigo-teal: #14B8A6;--orbigo-cyan: #0EA5E9;--orbigo-amber: #F59E0B;--orbigo-dark: #080C14;--orbigo-dark-card: #0F172A;--orbigo-dark-elevated: #1E293B;--orbigo-text-dark: #0F172A;--orbigo-text-muted: #64748B;--orbigo-border-light: #E2E8F0;--orbigo-radius-pill: 999px;--orbigo-radius-card: 22px;--orbigo-radius-modal: 18px;--orbigo-shadow-card: 0 10px 30px rgba(15, 23, 42, .08);--orbigo-shadow-glow: 0 8px 30px rgba(16, 185, 129, .25)}@keyframes blobFloat1{0%,to{transform:translate(0) scale(1)}50%{transform:translate(30px,-30px) scale(1.1)}}@keyframes blobFloat2{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-20px,20px) scale(1.05)}}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}@keyframes chipFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}@keyframes shineSweep{0%{left:-100%}35%,to{left:100%}}@keyframes pinPulse{0%{opacity:.8;transform:scale(.6)}to{opacity:0;transform:scale(2.2)}}@keyframes modalSpring{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes circleStroke{to{stroke-dashoffset:0}}@keyframes checkStroke{to{stroke-dashoffset:0}}.orbigo-pill-nav{position:fixed;top:16px;left:0;right:0;z-index:9999;padding:0 20px;transition:all .3s cubic-bezier(.16,1,.3,1)}.orbigo-pill-inner{max-width:1240px;margin:0 auto;background:#ffffffe0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(226,232,240,.8);border-radius:999px;padding:8px 18px 8px 24px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 10px 35px #0f172a14;transition:all .3s ease}.orbigo-pill-nav.scrolled .orbigo-pill-inner{background:#fffffff5;box-shadow:0 14px 40px #0f172a1f;border-color:#10b9814d}.orbigo-nav-links{display:flex;align-items:center;gap:28px;list-style:none;margin:0;padding:0}.orbigo-nav-link{color:#334155;font-size:14.5px;font-weight:600;text-decoration:none;position:relative;padding:6px 0;transition:color .25s ease}.orbigo-nav-link:hover,.orbigo-nav-link.active{color:#059669}.orbigo-nav-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2.5px;background:linear-gradient(90deg,#10b981,#0ea5e9);border-radius:99px;transition:width .3s cubic-bezier(.16,1,.3,1)}.orbigo-nav-link:hover:after,.orbigo-nav-link.active:after{width:100%}.orbigo-cta-shine{position:relative;overflow:hidden;background:linear-gradient(135deg,#10b981,#059669);color:#fff!important;font-size:14px;font-weight:700;padding:10px 22px;border-radius:999px;display:inline-flex;align-items:center;gap:8px;box-shadow:0 6px 20px #10b98159;border:none;cursor:pointer;transition:all .3s ease}.orbigo-cta-shine:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shineSweep 3.5s infinite}.orbigo-cta-shine:hover{transform:translateY(-2px);box-shadow:0 10px 28px #10b98173}.orbigo-hero-stage{position:relative;overflow:hidden;background:linear-gradient(135deg,#f0fdf4,#fef3c7 35%,#e0f2fe 75%,#fff);padding-top:120px;padding-bottom:70px;min-height:90vh;display:flex;flex-direction:column;justify-content:center}.orbigo-ambient-blob{position:absolute;border-radius:50%;filter:blur(90px);pointer-events:none;z-index:0}.orbigo-blob-1{width:420px;height:420px;background:#10b9812e;top:-100px;right:-50px;animation:blobFloat1 9s ease-in-out infinite}.orbigo-blob-2{width:360px;height:360px;background:#0ea5e929;bottom:5%;left:-80px;animation:blobFloat2 11s ease-in-out infinite}.orbigo-blob-3{width:250px;height:250px;background:#f59e0b24;top:35%;right:25%;animation:blobFloat1 7s ease-in-out infinite reverse}.orbigo-pulse-badge{display:inline-flex;align-items:center;gap:8px;background:#10b9811f;border:1px solid rgba(16,185,129,.35);border-radius:999px;padding:8px 18px;font-size:13px;font-weight:700;color:#047857;letter-spacing:.5px}.orbigo-dot-pulse{width:9px;height:9px;border-radius:50%;background:#10b981;animation:pulseDot 2s infinite ease-in-out}.orbigo-hero-title{font-size:clamp(32px,5vw,58px);font-weight:900;color:#0f172a;line-height:1.12;letter-spacing:-1.5px;margin:16px 0}.orbigo-text-gradient{background:linear-gradient(90deg,#059669,#0284c7);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.orbigo-telemetry-chip{position:absolute;z-index:10;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(226,232,240,.85);border-radius:18px;padding:14px 18px;display:flex;align-items:center;gap:12px;box-shadow:0 16px 36px #0f172a1f;animation:chipFloat 3.5s ease-in-out infinite}.orbigo-chip-1{top:25px;right:-15px}.orbigo-chip-2{bottom:40px;left:-20px;animation-delay:1.8s}.orbigo-chip-3{top:50%;right:-25px;animation-delay:.9s}.orbigo-wcu-container{max-width:1240px;margin:0 auto;padding:90px 24px}.orbigo-feature-item{display:flex;align-items:center;gap:16px;padding:16px;border-radius:16px;background:#fff;border:1px solid #F1F5F9;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 15px #0f172a08}.orbigo-feature-item:hover{border-color:#10b98159;transform:translate(6px);box-shadow:0 10px 28px #10b9811a}.orbigo-feature-icon-box{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#10b98126,#0ea5e926);color:#059669;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:22px;transition:transform .3s ease}.orbigo-feature-item:hover .orbigo-feature-icon-box{transform:scale(1.1) rotate(4deg);background:linear-gradient(135deg,#10b981,#0ea5e9);color:#fff}.orbigo-hover-card{background:#fff;border:1px solid #E2E8F0;border-radius:22px;padding:36px 28px;text-align:center;transition:all .35s cubic-bezier(.16,1,.3,1);box-shadow:0 8px 24px #0f172a0a;position:relative;overflow:hidden;height:100%}.orbigo-hover-card:hover{border-color:#10b981;transform:translateY(-8px);box-shadow:0 20px 48px #10b9812e}.orbigo-circular-icon{width:80px;height:80px;border-radius:50%;background:#ecfdf5;color:#059669;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:32px;transition:all .35s ease}.orbigo-hover-card:hover .orbigo-circular-icon{background:linear-gradient(135deg,#10b981,#059669);color:#fff;transform:scale(1.1) rotate(6deg)}.orbigo-vehicle-card-v2{background:#fff;border:1.5px solid #E2E8F0;border-radius:24px;overflow:hidden;transition:all .35s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 30px #0f172a0d;display:flex;flex-direction:column}.orbigo-vehicle-card-v2:hover{border-color:#10b981;transform:translateY(-6px);box-shadow:0 20px 45px #10b98129}.orbigo-spec-chip-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;background:#f8fafc;border:1px solid #E2E8F0;border-radius:14px;padding:12px;margin:16px 0;text-align:center}.orbigo-calc-container{background:#fff;border:1.5px solid #E2E8F0;border-radius:26px;padding:38px;box-shadow:0 16px 45px #0f172a12}.orbigo-slider{-webkit-appearance:none;width:100%;height:8px;border-radius:5px;background:#e2e8f0;outline:none}.orbigo-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:#10b981;cursor:pointer;box-shadow:0 2px 10px #10b98180;transition:transform .15s ease}.orbigo-slider::-webkit-slider-thumb:hover{transform:scale(1.15)}.orbigo-obsidian-footer{background:#080c14;color:#94a3b8;padding:80px 0 35px;position:relative;border-top:1px solid rgba(255,255,255,.08)}.orbigo-footer-link{color:#94a3b8;text-decoration:none;transition:color .2s ease,transform .2s ease;display:inline-block;padding:5px 0;font-size:14.5px}.orbigo-footer-link:hover{color:#10b981;transform:translate(4px)}.orbigo-fleet-tabs-wrapper{display:flex;justify-content:center;align-items:center;margin-bottom:2.5rem;padding:0 16px;width:100%}.orbigo-fleet-tabs-container{display:inline-flex;align-items:center;background:#fff;border:1px solid #E2E8F0;border-radius:999px;padding:6px;box-shadow:0 4px 18px #0f172a0f;gap:6px;transition:all .25s ease;box-sizing:border-box}.orbigo-fleet-tab-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:999px;padding:10px 22px;font-size:14px;font-weight:700;cursor:pointer;text-decoration:none!important;color:#475569;background:transparent;transition:all .25s cubic-bezier(.16,1,.3,1);white-space:nowrap}.orbigo-fleet-tab-btn:hover{color:#10b981;background:#10b98114}.orbigo-fleet-tab-btn.active{background:#10b981;color:#fff;box-shadow:0 4px 14px #10b9814d}.orbigo-fleet-tab-btn .tab-newtab-badge{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#0000000f;font-size:11px;line-height:1;margin-left:4px;transition:transform .2s ease}.orbigo-fleet-tab-btn.active .tab-newtab-badge{background:#ffffff40;color:#fff}.orbigo-fleet-tab-btn:hover .tab-newtab-badge{transform:translate(1px,-1px)}@media(max-width:768px){.orbigo-fleet-tabs-wrapper{padding:0 12px;margin-bottom:2rem}.orbigo-fleet-tabs-container{display:flex;flex-direction:column;width:100%;max-width:440px;border-radius:18px;padding:10px;gap:8px;box-sizing:border-box}.orbigo-fleet-tab-btn{width:100%;border-radius:12px;padding:12px 16px;font-size:14px;justify-content:space-between;box-sizing:border-box;border:1px solid #E2E8F0;background:#f8fafc;color:#1e293b}.orbigo-fleet-tab-btn.active{background:#10b981;color:#fff;border-color:#10b981}.orbigo-fleet-tab-btn .tab-newtab-badge{background:#10b9811f;color:#047857}.orbigo-fleet-tab-btn.active .tab-newtab-badge{background:#ffffff40;color:#fff}}.gbgev-hero{position:relative;background:#f8fafc;padding:12px 0 24px}.gbgev-hero__wrapper{max-width:1400px!important;margin:0 auto!important;padding:0 16px!important;position:relative}.gbgev-hero__slider{position:relative;overflow:hidden;border-radius:20px;box-shadow:0 10px 30px -5px #00000014,0 4px 12px #0000000a;background:#fff}.gbgev-hero__image{width:100%!important;height:auto!important;aspect-ratio:16 / 9;max-height:620px!important;object-fit:contain!important;object-position:center!important;display:block}@media(max-width:768px){.gbgev-hero{padding:6px 0 16px}.gbgev-hero__wrapper{padding:0 8px!important}.gbgev-hero__slider{border-radius:14px;box-shadow:0 4px 16px #00000014}.gbgev-hero__image{max-height:none!important;height:auto!important;aspect-ratio:16 / 9;object-fit:contain!important}}.gbgev-hero__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:44px;height:44px;border-radius:50%;background:#ffffffe0;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 14px #0000001f;display:flex;align-items:center;justify-content:center;color:#0f172a;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1)}.gbgev-hero__arrow:hover{background:#fff;color:#ea580c;transform:translateY(-50%) scale(1.08);box-shadow:0 6px 20px #ea580c40}.gbgev-hero__arrow--prev{left:28px}.gbgev-hero__arrow--next{right:28px}@media(max-width:768px){.gbgev-hero__arrow{width:34px;height:34px}.gbgev-hero__arrow--prev{left:14px}.gbgev-hero__arrow--next{right:14px}}.gbgev-hero__dots{position:absolute;bottom:16px;left:50%;transform:translate(-50%);z-index:10;display:flex;gap:8px;align-items:center;background:#0f172a73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:6px 14px;border-radius:9999px;border:1px solid rgba(255,255,255,.2)}.gbgev-hero__dot{width:9px;height:9px;border-radius:9999px;background:#ffffff8c;border:none;cursor:pointer;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.gbgev-hero__dot:hover{background:#fff}.gbgev-hero__dot--active{width:26px;background:#ea580c;box-shadow:0 0 10px #ea580cb3}@media(max-width:768px){.about-split-grid{grid-template-columns:1fr!important}.about-split-grid .about-image{min-height:260px!important}.page-section-title{font-size:1.6rem!important}.page-stats-grid,.contact-info-grid{grid-template-columns:1fr 1fr!important}.contact-form-card{padding:28px!important}.contact-form-row{grid-template-columns:1fr!important}.page-dark-cta{padding:36px 24px!important}.page-dark-cta-btns{flex-direction:column!important;align-items:center!important}.blog-article-card-grid{grid-template-columns:1fr!important}.pricing-badge-strip,.fleet-filter-row{gap:8px!important}}@media(max-width:480px){.contact-info-grid{grid-template-columns:1fr!important}.page-section-title{font-size:1.4rem!important}}
