@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap";.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;inset: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 0%,#fff7ed 100%);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 0%,#ea580c 100%);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 0%,#ea580c 100%);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 0%,#4b5563 100%)}.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 (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 (width>=375px) and (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 (width>=480px) and (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 (width>=640px) and (width<=767px){.gbgev-form-overlay{padding:20px}.gbgev-form-modal{max-width:380px}}@media (width>=768px) and (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 (width>=1024px) and (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 (width>=1280px) and (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 (width>=1536px) and (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 (width>=1920px) and (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 (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:#4b5563;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,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;inset:0}.gbgev-overlay--visible{opacity:1;pointer-events:auto}@media (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 (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 (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 (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 (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 (width<=768px){.gbgev-header__inner{height:68px;padding:0 16px}.gbgev-header__logo-img{max-width:160px;height:44px}}@media (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 (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 (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,.gbgev-header__btn:focus-visible,.gbgev-header__hamburger:focus-visible,.gbgev-mobile-menu__link:focus-visible,.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}}.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 (width<=1024px){.gbgev-whatsapp{display:none}.gbgev-whatsapp-mobile{display:flex}}@media (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 (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 (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,.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}}.gbgev-hero{will-change:transform;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;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 (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 (width>=321px) and (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 (width>=481px) and (width<=767px){.gbgev-hero{margin-top:64px}.gbgev-hero__arrow{width:40px;height:40px}}@media (width>=768px) and (width<=1024px){.gbgev-hero{margin-top:68px}}@media (width>=1025px){.gbgev-hero{margin-top:72px}}@media (width>=1920px){.gbgev-hero__wrapper{max-width:100%}}@media (height<=500px) and (orientation:landscape) and (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 (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 (width<=480px){.wcu-heading{font-size:32px}.wcu-grid-container{grid-template-columns:1fr}}#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 (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 (width>=768px){.hiw-circular-media-wrapper{width:380px;height:380px}}@media (width>=1200px){.hiw-circular-media-wrapper{width:450px;height:450px}}.hiw-main-background-circle{opacity:1;z-index:0;border-radius:50%;position:absolute;inset: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;inset: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;inset: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-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 (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 (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 (width>=1024px){.gbgev-whatweoffer-header-title{font-size:3.5rem}}@media (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 (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 (width>=1024px){.gbgev-whatweoffer-cards-wrapper{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 (width>=1024px){.gbgev-whatweoffer-card{height:100%;margin-bottom:0;padding:.5rem;position:absolute;inset: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 (width>=480px){.gbgev-whatweoffer-card-inner{border-radius:1.5rem;padding:.75rem}}@media (width>=768px){.gbgev-whatweoffer-card-inner{border-radius:1.75rem;max-width:95%;padding:1rem}}@media (width>=1024px){.gbgev-whatweoffer-card-inner{border-radius:2rem;width:90%;max-width:1200px;height:85%}}@media (width>=1440px){.gbgev-whatweoffer-card-inner{border-radius:2.5rem;width:85%;max-width:1400px;height:82%}}@media (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 (width>=480px){.gbgev-whatweoffer-content-grid{gap:1.25rem;padding:1rem}}@media (width>=768px){.gbgev-whatweoffer-content-grid{gap:1.5rem;max-width:100%;padding:1.5rem}}@media (width>=1024px){.gbgev-whatweoffer-content-grid{grid-template-columns:1fr 1fr;gap:2rem;max-width:100%;padding:2rem}}@media (width>=1440px){.gbgev-whatweoffer-content-grid{gap:3rem;padding:2.5rem}}@media (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 (width>=480px){.gbgev-whatweoffer-tag{padding:.4rem .8rem;font-size:.7rem}}@media (width>=768px){.gbgev-whatweoffer-tag{padding:.45rem .9rem;font-size:.75rem}}@media (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 (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 (width>=480px){.gbgev-whatweoffer-title{font-size:1.5rem}}@media (width>=768px){.gbgev-whatweoffer-title{margin-bottom:.75rem;font-size:1.8rem}}@media (width>=1024px){.gbgev-whatweoffer-title{font-size:2.2rem}}@media (width>=1440px){.gbgev-whatweoffer-title{margin-bottom:1rem;font-size:2.75rem}}@media (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 (width>=480px){.gbgev-whatweoffer-desc{font-size:.9rem}}@media (width>=768px){.gbgev-whatweoffer-desc{margin-bottom:1rem;font-size:1rem;line-height:1.6}}@media (width>=1024px){.gbgev-whatweoffer-desc{margin-bottom:1.25rem;font-size:1.05rem}}@media (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 (width>=480px){.gbgev-whatweoffer-stats-grid{gap:.65rem;margin-bottom:1.25rem}}@media (width>=768px){.gbgev-whatweoffer-stats-grid{gap:.75rem;margin-bottom:1.5rem}}@media (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 (width>=480px){.gbgev-whatweoffer-stat-box{border-radius:.7rem;padding:.6rem}}@media (width>=768px){.gbgev-whatweoffer-stat-box{border-radius:.75rem;padding:.75rem}}@media (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,Helvetica Neue,Arial,sans-serif;font-size:.85rem;font-weight:700}@media (width>=480px){.gbgev-whatweoffer-stat-value{font-size:1rem}}@media (width>=768px){.gbgev-whatweoffer-stat-value{font-size:1.15rem}}@media (width>=1024px){.gbgev-whatweoffer-stat-value{font-size:1.25rem}}@media (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 (width>=480px){.gbgev-whatweoffer-stat-label{font-size:.55rem}}@media (width>=768px){.gbgev-whatweoffer-stat-label{margin-top:.2rem;font-size:.6rem}}@media (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 (width>=480px){.gbgev-whatweoffer-btn{padding:.7rem 1.4rem;font-size:.8rem}}@media (width>=768px){.gbgev-whatweoffer-btn{gap:.5rem;padding:.8rem 1.6rem;font-size:.85rem}}@media (width>=1024px){.gbgev-whatweoffer-btn{padding:.9rem 1.8rem;font-size:.9rem}}@media (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 (width>=768px){.gbgev-whatweoffer-image-col{padding:.75rem}}@media (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 (width>=480px){.gbgev-whatweoffer-image-blob{width:10rem;height:10rem}}@media (width>=768px){.gbgev-whatweoffer-image-blob{filter:blur(2.5rem);width:12rem;height:12rem}}@media (width>=1024px){.gbgev-whatweoffer-image-blob{width:14rem;height:14rem}}@media (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 (width>=480px){.gbgev-whatweoffer-image{width:10rem;height:10rem}}@media (width>=768px){.gbgev-whatweoffer-image{width:13rem;height:13rem}}@media (width>=1024px){.gbgev-whatweoffer-image{width:16rem;height:16rem}}@media (width>=1440px){.gbgev-whatweoffer-image{filter:drop-shadow(0 20px 20px #0000001f);width:20rem;height:20rem}}@media (width>=1920px){.gbgev-whatweoffer-image{width:24rem;height:24rem}}.gbgev-whatweoffer-icon-sm{flex-shrink:0;width:1rem;height:1rem}@media (width>=768px){.gbgev-whatweoffer-icon-sm{width:1.25rem;height:1.25rem}}.gbgev-whatweoffer-icon-xs{flex-shrink:0;width:.75rem;height:.75rem}@media (width>=768px){.gbgev-whatweoffer-icon-xs{width:.875rem;height:.875rem}}.gbgev-whatweoffer-direction-rtl{direction:rtl}.gbgev-whatweoffer-direction-ltr{direction:ltr}@media (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 (width>=480px) and (width<=767px){.gbgev-whatweoffer-card-inner{max-width:98%;padding:.75rem}.gbgev-whatweoffer-image{width:9rem;height:9rem}}@media (height<=500px) and (orientation:landscape) and (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 (width>=1024px){.gbgev-whatweoffer-cards-outer{height:auto}}@media (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;inset: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:hidden}.gbg-ev-test-fade-left,.gbg-ev-test-fade-right{z-index:5;pointer-events:none;width:100px;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;inset: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 (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 (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 (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 (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 (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;inset: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 (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 (width>=321px) and (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 (width>=481px) and (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 (width>=768px) and (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 (width>=1025px) and (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 (width>=1281px) and (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 (width>=1441px) and (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 (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 (height<=500px) and (orientation:landscape) and (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 0%,#fff0 100%);left:0}.gbg-ev-fleet-fade-right{background:linear-gradient(270deg,#fff 0%,#fff0 100%);right:0}.gbg-ev-fleet-track{will-change:transform;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 100%);position:absolute;inset: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 (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 (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 (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 (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 (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,sans-serif}.signup-section{background:linear-gradient(135deg,#fff 0%,#ffffff5e 100%);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{max-width:85%;height:auto}.speech-bubble{background:#fff;padding:12px 18px;font-size:14px;font-weight:600;position:absolute;top:40px;right:-20px}.signup-form{flex:1}.signup-form h2{margin-bottom:20px;font-size:26px}.signup-form label{margin:14px 0 6px;font-size:14px;font-weight:600;display:block}.signup-form input,.signup-form textarea{background:0 0;border:1.5px solid #000;outline:none;width:100%;padding:12px}.signup-form textarea{resize:none;min-height:90px}.signup-form button{color:#fff;cursor:pointer;background:#e67431;border:none;width:180px;margin-top:20px;padding:14px;font-size:16px;font-weight:700;transition:all .3s}.signup-form button:hover{background:#2d7ac5}@media (width<=900px){.signup-container{flex-direction:column}.speech-bubble{margin-top:10px;display:inline-block;position:static}.signup-form button{width:100%}}.gbg-playstore-section{background:#fff;width:100%;font-family:Segoe UI,system-ui,-apple-system,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 (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 (width>=1025px) and (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 (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 (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 (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 (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}}.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 (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 (width>=321px) and (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 (width>=481px) and (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 (width>=768px) and (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 (width>=1025px) and (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 (width>=1281px) and (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 (width>=1441px) and (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 (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 (height<=500px) and (orientation:landscape) and (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}}.impact-main{width:100%;padding:90px 20px;position:relative;overflow:hidden}.impact-video{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;inset:0}.impact-overlay{z-index:2;background:#0000008c;position:absolute;inset:0}.impact-wrapper{z-index:3;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1200px;margin:auto;display:grid;position:relative}.impact-box{text-align:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffeb;border-radius:18px;padding:35px 20px;transition:all .3s;box-shadow:0 12px 30px #00000040}.impact-box:hover{transform:translateY(-8px)}.impact-box img{width:52px;margin-bottom:14px}.impact-box h3{color:#e67431;font-size:26px;font-weight:700}.impact-box p{color:#333;font-size:15px}@media (width<=992px){.impact-wrapper{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.impact-wrapper{grid-template-columns:1fr}.impact-box h3{font-size:22px}}.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 (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 (width>=360px) and (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 (width>=480px) and (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 (width>=576px) and (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 (width>=768px) and (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 (width>=992px) and (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 (width>=1200px) and (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 (width>=1400px) and (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 (width>=1600px) and (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 (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}}.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;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 (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 (width>=321px) and (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 (width>=375px) and (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 (width>=480px) and (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 (width>=768px) and (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 (width>=1024px) and (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 (width>=1280px) and (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 (width>=1536px) and (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 (width>=1920px) and (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 (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 (width>=768px) and (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 (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 (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 (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 (width>=1025px) and (width<=1279px){.gbgss-container{gap:50px}.gbgss-video{border-radius:20px;width:100%;max-width:100%}}@media screen and (width>=1280px) and (width<=1535px){.gbgss-container{gap:70px;max-width:1200px}.gbgss-video{border-radius:24px;width:100%;max-width:100%}}@media screen and (width>=1536px) and (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 (width>=1920px) and (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 (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 (height<=500px) and (orientation:landscape) and (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;inset:0;overflow:hidden}.gbgps-slide{will-change:transform;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);justify-content:center;align-items:center;width:100%;height:100%;transition:transform .8s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;inset: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 0%,#0000004d 50%,#00000080 100%);position:absolute;inset: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;inset: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 (width>=768px) and (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 (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 (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 (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 (width>=1025px) and (width<=1279px){.gbgps-container{height:580px}.gbgps-content{padding:35px 30px}}@media screen and (width>=1280px) and (width<=1535px){.gbgps-container{height:650px;max-height:750px}.gbgps-content{padding:40px}}@media screen and (width>=1536px) and (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 (width>=1920px) and (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 (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 (height<=500px) and (orientation:landscape) and (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}}.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 0%,#fffffff2 30%,#ffffffb3 60%,#0000 100%);left:0}.gbg-about-partners-blur-right{background:linear-gradient(270deg,#fff 0%,#fffffff2 30%,#ffffffb3 60%,#0000 100%);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 (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 (width>=1920px) and (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 (width>=1536px) and (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 (width>=1280px) and (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 (width>=1024px) and (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 (width>=768px) and (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 (width>=640px) and (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 (width>=480px) and (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 (width>=375px) and (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 (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 (height<=500px) and (orientation:landscape) and (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 0%,#fb923c 50%,#3b82f6 100%);-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%;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 (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 (width>=1921px) and (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 (width>=1440px) and (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 (width>=1200px) and (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 (width>=1024px) and (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 (width>=768px) and (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 (width>=640px) and (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 (width>=480px) and (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 (width>=375px) and (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 (width>=320px) and (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 (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 (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}}.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 (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 (width>=1921px) and (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 (width>=1440px) and (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 (width>=1200px) and (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 (width>=1024px) and (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 (width>=992px) and (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 (width>=768px) and (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 (width>=640px) and (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 (width>=480px) and (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 (width>=375px) and (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 (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 (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 (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 (width>=1921px) and (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 (width>=1440px) and (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 (width>=1200px) and (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 (width>=1024px) and (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 (width>=768px) and (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 (width>=640px) and (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 (width>=480px) and (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 (width>=375px) and (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 (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 (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 (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 (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 (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}}.gbg-about-hero-section{opacity:0;z-index:1;background-color:#000;width:100%;height:50vh;min-height:350px;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{z-index:1;width:100%;height:100%;position:absolute;inset:0}.gbg-about-hero-img{object-fit:cover;object-position:center top;will-change:transform;backface-visibility:hidden;width:100%;height:100%;display:block;transform:translateZ(0);opacity:1!important}@media screen and (width<=320px){.gbg-about-hero-section{height:45vh;min-height:300px;margin-top:56px}}@media screen and (width>=321px) and (width<=480px){.gbg-about-hero-section{height:48vh;min-height:320px;margin-top:60px}}@media screen and (width>=481px) and (width<=767px){.gbg-about-hero-section{height:50vh;min-height:380px;margin-top:64px}}@media screen and (width>=768px) and (width<=1024px){.gbg-about-hero-section{height:55vh;min-height:450px;margin-top:68px}}@media screen and (width>=1025px) and (width<=1440px){.gbg-about-hero-section{height:70vh;min-height:550px;margin-top:72px}}@media screen and (width>=1441px) and (width<=1919px){.gbg-about-hero-section{height:75vh;min-height:600px;margin-top:72px}}@media screen and (width>=1920px){.gbg-about-hero-section{height:80vh;min-height:700px;margin-top:80px}}@media screen and (height<=500px) and (orientation:landscape) and (width<=1024px){.gbg-about-hero-section{height:100vh;min-height:400px;margin-top:64px}}@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;inset:-14px 14px 14px -14px}.gbg-ev-aboutofabout-image-wrapper:hover .gbg-ev-aboutofabout-image-border{border-color:var(--gbg-about-blue);inset:-10px 10px 10px -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;inset:20px -20px -20px 20px}.gbg-ev-aboutofabout-image-wrapper:hover .gbg-ev-aboutofabout-image-glow{opacity:.7;inset:10px -10px -10px 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 (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 (width>=1920px) and (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 (width>=1536px) and (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 (width>=1280px) and (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 (width>=1024px) and (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 (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 (width>=768px) and (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 (width>=480px) and (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;inset:-10px 10px 10px -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 (width>=375px) and (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;inset:-8px 8px 8px -8px}.gbg-ev-aboutofabout-image-glow{filter:blur(20px);border-radius:14px;inset:10px -10px -10px 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 (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 (height<=500px) and (orientation:landscape) and (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{inset:-14px 14px 14px -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}}.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{backface-visibility:hidden;border-radius:inherit;position:absolute;inset: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 (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 (width>=360px) and (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 (width>=480px) and (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 (width>=768px) and (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 (width>=1024px) and (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 (width>=1280px) and (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 (width>=1536px) and (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 (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 (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 (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 (width>=2560px) and (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 (width>=1920px) and (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 (width>=1536px) and (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 (width>=1280px) and (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 (width>=1024px) and (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 (width>=900px) and (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 (width>=768px) and (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 (width>=640px) and (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 (width>=480px) and (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 (width>=375px) and (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 (width>=320px) and (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 (width>=280px) and (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 (height<=500px) and (orientation:landscape) and (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;inset: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;inset: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;inset:-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;inset:-8px}.gbgev-journey-desktop-dot-glow{border:1px solid #f9731626;border-radius:50%;position:absolute;inset:-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 (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 (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 (width>=1920px) and (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 (width>=1536px) and (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 (width>=1280px) and (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 (width>=1024px) and (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 (width>=768px) and (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 (width>=480px) and (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 (width>=375px) and (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 (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 (height<=500px) and (orientation:landscape) and (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 0%,#ffedd514 35%,#fed7aa33 65%,#fb923c59 100%);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 0%,#fed7aa33 50%,#fed7aa80 100%);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,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 (width>=1024px) and (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 (width>=1280px) and (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 (width>=1440px) and (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 (width>=1920px) and (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 (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,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,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 0%,#ea580c 100%);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 0%,#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 (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 (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 (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 (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}}.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;inset: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 0%,#0003 50%,#000000d9 100%);transition:opacity .4s;position:absolute;inset: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;inset: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: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 (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 (width>=321px) and (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 (width>=481px) and (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 (width>=768px) and (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 (width>=1025px) and (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 (width>=1281px) and (width<=1440px){.gbg-team-container{max-width:1180px}}@media screen and (width>=1441px) and (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 (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 (height<=500px) and (orientation:landscape) and (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;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 (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 (width<=1439px) and (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 (width<=1279px) and (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 (width<=1023px) and (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 (width<=767px) and (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 (width<=639px) and (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 (width<=479px) and (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 (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}}: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 (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 (width>=1920px) and (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 (width>=1536px) and (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 (width>=1280px) and (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 (width>=1024px) and (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 (width>=768px) and (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 (width>=640px) and (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 (width>=480px) and (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 (width>=375px) and (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 (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}}.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 0%,#2563eb 100%);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 0%,#2563eb 100%);border-radius:24px;position:absolute;inset:-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 (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 (width>=1024px) and (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 (width>=768px) and (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 (width>=640px) and (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 (width>=480px) and (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 (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;inset:-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 (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;inset:0;overflow:hidden}.bg-glow{background:radial-gradient(circle,#f973160a 0%,#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;inset:0}.header-section{z-index:10;padding:80px 24px 30px;position:relative}@media (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 (width>=640px){.header-title{font-size:48px}}@media (width>=1024px){.header-title{font-size:60px}}.text-gradient-orange{background:linear-gradient(135deg,#f97316 0%,#fb923c 50%,#f97316 100%);-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 (width>=640px){.header-description{font-size:18px}}.year-pills-outer{z-index:20;background-color:var(--background);padding:0 16px 20px;position:relative}@media (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)}.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;inset:-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:12px;font-size:14px;line-height:1.625}.milestone-highlight{background-color:var(--primary-light);border:1px solid var(--primary-border);border-radius:8px;padding:6px 12px}.milestone-highlight-text{font-size:12px;font-family:var(--font-heading);color:var(--primary);word-wrap:break-word;overflow-wrap:break-word;margin:0;font-weight:600;line-height:1.5}.summary-section{z-index:10;background-color:var(--background);padding:64px 24px;position:relative}@media (width>=1024px){.summary-section{padding:64px 48px}}.summary-stats{flex-wrap:wrap;justify-content:center;align-items:baseline;gap:24px;display:flex}@media (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 (width>=640px){.stat-value{font-size:30px}}.stat-label{color:var(--muted-foreground);font-size:14px;font-weight:500}@media screen and (width<=1023px) and (width>=768px){.header-title{font-size:40px}.year-pills-container{gap:8px;padding:10px 14px}.year-pill{padding:5px 12px;font-size:13px}.milestone-card-wrapper{min-width:240px;max-width:300px}.milestone-card-content{padding:16px}.milestone-title{font-size:16px}.milestone-description{font-size:13px;line-height:1.5}.milestone-highlight-text{font-size:11px}}@media screen and (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}.pin-wrapper{height:auto;min-height:100vh}.track{padding-top:50px}.milestone-card-wrapper{min-width:200px;max-width:280px}.milestone-card-top{bottom:50%}.milestone-card-bottom{top:50%}.milestone-card-content{padding:14px}.milestone-title{margin-bottom:6px;font-size:15px}.milestone-description{margin-bottom:8px;font-size:12px;line-height:1.5}.milestone-highlight{padding:4px 8px}.milestone-highlight-text{font-size:10px}.year-badge{padding:3px 8px;font-size:10px}.summary-section{padding:40px 20px}.summary-stats{gap:16px}.stat-value{font-size:20px}.stat-label{font-size:12px}}@media screen and (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}.milestone-card-wrapper{min-width:170px;max-width:240px}.milestone-card-content{padding:12px}.milestone-title{font-size:14px}.milestone-description{font-size:11px}.milestone-highlight-text{font-size:9px}.summary-stats{gap:12px}.stat-value{font-size:18px}}@media screen and (width<=359px){.header-title{font-size:20px}.header-description{font-size:12px}.year-pill{padding:3px 6px;font-size:10px}.milestone-card-wrapper{min-width:150px;max-width:200px}.milestone-card-content{padding:10px}.milestone-title{font-size:13px}.milestone-description{font-size:10px;line-height:1.4}.milestone-highlight-text{font-size:8px}.stat-value{font-size:16px}.stat-label{font-size:11px}}.gbg-getintouch-section{background:#fff;width:100%;padding:60px 20px;font-family:Segoe UI,system-ui,-apple-system,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}@media (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 (width>=1025px) and (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 (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 (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}}@media (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}}@media (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}}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 0%,#fff7ed 50%,#fef3c7 100%);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 (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 (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 (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 (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 (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 (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}}: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 0%,#fef3c7 30%,#e0f2fe 70%,#dbeafe 100%);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: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}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.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}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}.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 (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 (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 (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 (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 (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 (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 (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-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: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 0%,#1e88e50a 50%,#ff7a000f 100%);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: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;inset:0}.gbg-franchise-partner-dot-ring{opacity:0;border:2px solid;border-radius:50%;animation:2s ease-in-out infinite partnerPulseRing;position:absolute;inset:-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 (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 (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 (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 (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 (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 (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 (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 (width<=1024px){.gbg-elig-grid{grid-template-columns:repeat(2,1fr)}.gbg-elig-title{font-size:32px}}@media (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 (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: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 (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 (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 (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 (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 (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 (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-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: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 (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 (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 (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 (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 (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 (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 (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 (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: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 (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 (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 (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 (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 (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 (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 (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 (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}}.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;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-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;position:relative;box-shadow:0 4px 24px #0000000f}.gbg-testimonial-content{justify-content:center;align-items:center;min-height:280px;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;display:flex}.gbg-testimonial-author-img{object-fit:cover;border:3px solid #ff7a00;border-radius:50%;width:90px;height:90px;display:block;box-shadow:0 4px 16px #ff7a0033}.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:90px;height:90px;display:flex;box-shadow:0 4px 16px #ff7a0033}.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-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{justify-content:center;align-items:center;gap:8px;margin-top:20px;display:flex}.gbg-testimonial-dot{cursor:pointer;background:#cbd5e1;border:none;border-radius:50%;outline:none;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 (width<=1024px) and (width>=768px){.gbg-testimonial-section{padding:70px 24px 50px}.gbg-testimonial-title{font-size:28px}.gbg-testimonial-card{padding:36px 32px 24px}.gbg-testimonial-author-img,.gbg-testimonial-img-fallback{width:80px;height:80px}.gbg-testimonial-text{font-size:14px}}@media (width<=767px){.gbg-testimonial-section{padding:50px 16px 40px}.gbg-testimonial-title{font-size:24px}.gbg-testimonial-card{border-radius:16px;padding:32px 24px 22px}.gbg-testimonial-content{min-height:260px}.gbg-testimonial-author-img,.gbg-testimonial-img-fallback{border-width:2px;width:70px;height:70px}.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}}@media (width<=480px){.gbg-testimonial-section{padding:40px 12px 32px}.gbg-testimonial-title{font-size:20px}.gbg-testimonial-card{border-radius:14px;padding:28px 18px 20px}.gbg-testimonial-content{min-height:240px}.gbg-testimonial-author-img,.gbg-testimonial-img-fallback{width:60px;height:60px}.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:6px;margin-top:16px}.gbg-testimonial-dot{width:7px;height:7px}.gbg-testimonial-dot-active{width:20px;height:7px}}@media (width<=360px){.gbg-testimonial-title{font-size:18px}.gbg-testimonial-card{padding:24px 14px 18px}.gbg-testimonial-author-img,.gbg-testimonial-img-fallback{width:52px;height:52px}.gbg-testimonial-author-name{font-size:14px}.gbg-testimonial-text{font-size:11.5px}}.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 (width<=992px){.gbgEvBuildSucessContainer{padding:45px 35px}.gbgEvBuildSucessTitle{font-size:36px}}@media (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 (width<=480px){.gbgEvBuildSucessContainer{padding:30px 20px}.gbgEvBuildSucessTitle{font-size:26px}.gbgEvBuildSucessText{font-size:14px}}@media (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;inset:0}@media (width>=1921px){.gbgEvBecomePartnerHeroNewSection{min-height:800px;margin-top:80px}}@media (width>=1400px) and (width<=1920px){.gbgEvBecomePartnerHeroNewSection{min-height:650px;margin-top:72px}}@media (width>=992px) and (width<=1399px){.gbgEvBecomePartnerHeroNewSection{min-height:550px;margin-top:68px}}@media (width>=768px) and (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 (width>=481px) and (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 (width>=321px) and (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 (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}}.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;inset:0}.gbgVideoCard:hover .gbgPlayBtn{background:#0006}:root{--gbgev-rider-hero-highlight:120deg 100% 50%;--gbgev-rider-hero-cta:120deg 100% 40%;--gbgev-rider-hero-cta-foreground:0deg 0% 100%;--gbgev-rider-hero-background:0deg 0% 100%;--gbgev-rider-hero-primary-green:#d29a00;--gbgev-rider-hero-primary-green-hover:#d29a00;--gbgev-rider-hero-text-white:#fff;--gbgev-rider-hero-text-muted:#ffffffb3;--gbgev-rider-hero-overlay-dark:#000000b3;--gbgev-rider-hero-overlay-mid:#0000004d;--gbgev-rider-hero-ticker-bg:#0006;--gbgev-rider-hero-btn-secondary-border:#fff6;--gbgev-rider-hero-btn-secondary-bg:#ffffff1a;--gbgev-rider-hero-btn-secondary-border-hover:#ffffffb3;--gbgev-rider-hero-btn-secondary-bg-hover:#fff3}.gbgev-rider-hero-section,.gbgev-rider-hero-section *{box-sizing:border-box;margin:0;padding:0}.gbgev-rider-hero-section{background-color:hsl(var(--gbgev-rider-hero-background));width:100%;height:120vh;padding:0;position:relative;left:0;right:0;overflow-x:hidden}.gbgev-rider-hero-container{background-color:hsl(var(--gbgev-rider-hero-background));justify-content:center;align-items:center;width:100%;height:100vh;margin:0;padding:0;display:flex;position:sticky;top:0;overflow:hidden}.gbgev-rider-hero-content{width:100%;max-width:1920px;height:100%;transition:width .1s ease-out,border-radius .1s ease-out;position:relative;left:0;right:0;overflow:hidden}.gbgev-rider-hero-image{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.gbgev-rider-hero-overlay{background:linear-gradient(to top, var(--gbgev-rider-hero-overlay-dark), var(--gbgev-rider-hero-overlay-mid), transparent);z-index:1;position:absolute;inset:0}.gbgev-rider-hero-text{z-index:10;text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:16px;display:flex;position:absolute;inset:0}.gbgev-rider-hero-title{letter-spacing:-.025em;max-width:64rem;color:var(--gbgev-rider-hero-text-white);margin:0;font-weight:900;line-height:.95}.gbgev-rider-hero-title-line{font-size:32px;display:block}.gbgev-rider-hero-title-line:not(:last-child){margin-top:4px}.gbgev-rider-hero-highlight-container{display:inline-block;position:relative}.gbgev-rider-hero-highlight{z-index:10;color:hsl(var(--gbgev-rider-hero-highlight));position:relative}.gbgev-rider-hero-highlight-svg{z-index:0;width:calc(100% + 12px);height:calc(100% + 12px);position:absolute;inset:-6px}.gbgev-rider-hero-animate-draw{animation:2s ease-in-out infinite gbgev-rider-hero-draw}@keyframes gbgev-rider-hero-draw{0%{stroke-dasharray:0 600}50%{stroke-dasharray:300 300}to{stroke-dasharray:600 0}}.gbgev-rider-hero-description{max-width:28rem;color:var(--gbgev-rider-hero-text-muted);margin-top:16px;margin-bottom:0;padding:0 8px;font-size:14px;line-height:1.5}.gbgev-rider-hero-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;width:100%;margin-top:24px;display:flex}.gbgev-rider-hero-button-primary{background-color:hsl(var(--gbgev-rider-hero-cta));color:hsl(var(--gbgev-rider-hero-cta-foreground));cursor:pointer;white-space:nowrap;border:none;border-radius:9999px;padding:10px 24px;font-size:14px;font-weight:700;transition:all .2s}.gbgev-rider-hero-button-primary:hover{box-shadow:0 0 30px hsl(var(--gbgev-rider-hero-cta) / .4);transform:scale(1.05)}.gbgev-rider-hero-button-secondary{border:2px solid var(--gbgev-rider-hero-btn-secondary-border);background-color:var(--gbgev-rider-hero-btn-secondary-bg);color:var(--gbgev-rider-hero-text-white);-webkit-backdrop-filter:blur(8px);cursor:pointer;white-space:nowrap;border-radius:9999px;padding:10px 24px;font-size:14px;font-weight:700;transition:all .2s}.gbgev-rider-hero-button-secondary:hover{border-color:var(--gbgev-rider-hero-btn-secondary-border-hover);background-color:var(--gbgev-rider-hero-btn-secondary-bg-hover)}.gbgev-rider-hero-ticker{z-index:20;background-color:var(--gbgev-rider-hero-ticker-bg);-webkit-backdrop-filter:blur(12px);border-top:1px solid #ffffff1a;width:100%;padding:8px 0;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.gbgev-rider-hero-ticker-content{white-space:nowrap;will-change:transform;width:max-content;animation:30s linear infinite gbgev-rider-hero-ticker;display:flex}@keyframes gbgev-rider-hero-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.gbgev-rider-hero-ticker-item{color:var(--gbgev-rider-hero-text-muted);white-space:nowrap;flex-shrink:0;align-items:center;gap:8px;margin:0 24px;font-size:12px;font-weight:500;display:flex}.ticker-icon{color:var(--gbgev-rider-hero-primary-green);flex-shrink:0}@media (width>=320px){.gbgev-rider-hero-title-line{font-size:28px}.gbgev-rider-hero-description{font-size:13px}.gbgev-rider-hero-button-primary,.gbgev-rider-hero-button-secondary{padding:8px 20px;font-size:13px}.gbgev-rider-hero-ticker-item{margin:0 16px;font-size:11px}.ticker-icon{width:14px;height:14px}}@media (width>=375px){.gbgev-rider-hero-title-line{font-size:34px}.gbgev-rider-hero-description{margin-top:18px;font-size:14px}.gbgev-rider-hero-buttons{gap:14px;margin-top:26px}.gbgev-rider-hero-button-primary,.gbgev-rider-hero-button-secondary{padding:10px 24px;font-size:14px}.gbgev-rider-hero-ticker-item{margin:0 20px;font-size:12px}.ticker-icon{width:15px;height:15px}}@media (width>=480px){.gbgev-rider-hero-title-line{font-size:40px}.gbgev-rider-hero-description{margin-top:20px;font-size:15px}.gbgev-rider-hero-buttons{gap:14px;margin-top:28px}.gbgev-rider-hero-ticker{padding:10px 0}.gbgev-rider-hero-ticker-item{margin:0 24px;font-size:13px}.ticker-icon{width:16px;height:16px}}@media (width>=600px){.gbgev-rider-hero-title-line{font-size:48px}.gbgev-rider-hero-description{margin-top:22px;font-size:16px}.gbgev-rider-hero-buttons{gap:16px;margin-top:30px}.gbgev-rider-hero-button-primary,.gbgev-rider-hero-button-secondary{padding:12px 28px;font-size:15px}.gbgev-rider-hero-ticker{padding:11px 0}.gbgev-rider-hero-ticker-item{margin:0 28px;font-size:13px}}@media (width>=768px){.gbgev-rider-hero-title-line{font-size:56px}.gbgev-rider-hero-title-line:not(:last-child){margin-top:6px}.gbgev-rider-hero-highlight-svg{inset:-8px}.gbgev-rider-hero-description{margin-top:24px;font-size:17px}.gbgev-rider-hero-buttons{gap:16px;margin-top:32px}.gbgev-rider-hero-button-primary,.gbgev-rider-hero-button-secondary{padding:14px 32px;font-size:16px}.gbgev-rider-hero-ticker{padding:12px 0}.gbgev-rider-hero-ticker-item{margin:0 32px;font-size:14px}}@media (width>=992px){.gbgev-rider-hero-title-line{font-size:72px}.gbgev-rider-hero-title-line:not(:last-child){margin-top:8px}.gbgev-rider-hero-description{max-width:32rem;margin-top:26px;font-size:18px}.gbgev-rider-hero-buttons{gap:18px;margin-top:36px}.gbgev-rider-hero-button-primary,.gbgev-rider-hero-button-secondary{padding:15px 36px;font-size:17px}.gbgev-rider-hero-ticker{padding:13px 0}.gbgev-rider-hero-ticker-item{margin:0 36px;font-size:15px}}@media (width>=1200px){.gbgev-rider-hero-title-line{font-size:88px}.gbgev-rider-hero-title-line:not(:last-child){margin-top:10px}.gbgev-rider-hero-highlight-svg{inset:-10px}.gbgev-rider-hero-description{max-width:34rem;margin-top:28px;font-size:19px}.gbgev-rider-hero-buttons{gap:20px;margin-top:40px}.gbgev-rider-hero-button-primary,.gbgev-rider-hero-button-secondary{padding:16px 40px;font-size:18px}.gbgev-rider-hero-ticker{padding:14px 0}.gbgev-rider-hero-ticker-item{margin:0 40px;font-size:15px}}@media (width>=1440px){.gbgev-rider-hero-title-line{font-size:96px}.gbgev-rider-hero-title-line:not(:last-child){margin-top:12px}.gbgev-rider-hero-description{max-width:36rem;margin-top:30px;font-size:20px}.gbgev-rider-hero-buttons{gap:22px;margin-top:44px}.gbgev-rider-hero-button-primary,.gbgev-rider-hero-button-secondary{padding:18px 44px;font-size:19px}.gbgev-rider-hero-ticker{padding:15px 0}.gbgev-rider-hero-ticker-item{margin:0 44px;font-size:16px}}@media (width>=1920px){.gbgev-rider-hero-title-line{font-size:110px}.gbgev-rider-hero-title-line:not(:last-child){margin-top:14px}.gbgev-rider-hero-highlight-svg{inset:-12px}.gbgev-rider-hero-description{max-width:40rem;margin-top:34px;font-size:22px}.gbgev-rider-hero-buttons{gap:24px;margin-top:48px}.gbgev-rider-hero-button-primary,.gbgev-rider-hero-button-secondary{padding:20px 48px;font-size:20px}.gbgev-rider-hero-ticker{padding:16px 0}.gbgev-rider-hero-ticker-item{margin:0 48px;font-size:17px}}@media (width>=2560px){.gbgev-rider-hero-title-line{font-size:130px}.gbgev-rider-hero-title-line:not(:last-child){margin-top:16px}.gbgev-rider-hero-description{max-width:44rem;margin-top:38px;font-size:24px}.gbgev-rider-hero-buttons{gap:28px;margin-top:52px}.gbgev-rider-hero-button-primary,.gbgev-rider-hero-button-secondary{padding:22px 52px;font-size:22px}.gbgev-rider-hero-ticker{padding:18px 0}.gbgev-rider-hero-ticker-item{margin:0 52px;font-size:18px}}@media (prefers-reduced-motion:reduce){.gbgev-rider-hero-content{transition:none}.gbgev-rider-hero-animate-draw,.gbgev-rider-hero-ticker-content{animation:none}.gbgev-rider-hero-nav-button:hover,.gbgev-rider-hero-button-primary:hover,.gbgev-rider-hero-button-secondary:hover{transform:none}}@media print{.gbgev-rider-hero-section{background:#fff;height:auto}.gbgev-rider-hero-container{height:auto;position:relative}.gbgev-rider-hero-ticker{display:none}.gbgev-rider-hero-overlay{background:0 0}.gbgev-rider-hero-nav-button,.gbgev-rider-hero-buttons{display:none}}:root{--gbgev-rider-bg:#fff;--gbgev-rider-fg:#1a1a2e;--gbgev-rider-card-bg:#fff;--gbgev-rider-card-fg:#1a1a2e;--gbgev-rider-primary:#f97316;--gbgev-rider-primary-fg:#fff;--gbgev-rider-secondary:#f1f5f9;--gbgev-rider-accent:#f1f5f9;--gbgev-rider-accent-fg:#1a1a2e;--gbgev-rider-muted:#f1f5f9;--gbgev-rider-muted-fg:#64748b;--gbgev-rider-border:#e2e8f0;--gbgev-rider-timeline-left:.875rem;--gbgev-rider-timeline-start:calc(3rem + 2rem);--gbgev-rider-timeline-end:calc(3rem + 2rem)}.gbgev-rider-why-choose-section *,.gbgev-rider-why-choose-section :before,.gbgev-rider-why-choose-section :after{box-sizing:border-box;margin:0;padding:0}.gbgev-rider-why-choose-section{background-color:var(--gbgev-rider-bg);width:100%;position:relative;overflow:hidden}.gbgev-rider-container{width:100%;max-width:1400px;margin-left:auto;margin-right:auto;padding-left:.875rem;padding-right:.875rem}.gbgev-rider-flex-wrapper{flex-direction:column;gap:1.5rem;width:100%;display:flex}.gbgev-rider-left-panel{flex-direction:column;justify-content:center;width:100%;padding-top:2rem;padding-bottom:1rem;display:flex}.gbgev-rider-main-heading{letter-spacing:-.02em;color:var(--gbgev-rider-fg);word-break:break-word;font-size:1.5rem;font-weight:800;line-height:1.15}.gbgev-rider-highlight{color:var(--gbgev-rider-primary)}.gbgev-rider-subtext{color:var(--gbgev-rider-muted-fg);max-width:100%;margin-top:.75rem;font-size:.875rem;line-height:1.6}.gbgev-rider-subtext-bold{color:var(--gbgev-rider-muted-fg);max-width:100%;margin-top:.375rem;font-size:.875rem;font-weight:600;line-height:1.6}.gbgev-rider-cta-card{background:linear-gradient(135deg, var(--gbgev-rider-primary), #ea580c);border-radius:1rem;max-width:100%;margin-top:1.25rem;padding:1rem;transition:transform .3s,box-shadow .3s;box-shadow:0 12px 24px -6px #f9731640,0 4px 8px -2px #f973161a}.gbgev-rider-cta-card:hover{transform:translateY(-3px);box-shadow:0 16px 32px -8px #f973164d,0 6px 12px -3px #f9731626}.gbgev-rider-cta-heading{color:var(--gbgev-rider-primary-fg);font-size:.9375rem;font-weight:700;line-height:1.4}.gbgev-rider-cta-btn{background-color:var(--gbgev-rider-primary-fg);color:var(--gbgev-rider-primary);cursor:pointer;border:none;border-radius:.75rem;align-items:center;gap:.375rem;margin-top:.875rem;padding:.625rem 1.125rem;font-size:.8125rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 3px 10px #0000001a}.gbgev-rider-cta-btn:hover{filter:brightness(.95);transform:translate(2px)}.gbgev-rider-cta-btn:active{transform:scale(.97)}.gbgev-rider-arrow{transition:transform .2s;display:inline-block}.gbgev-rider-cta-btn:hover .gbgev-rider-arrow{transform:translate(3px)}.gbgev-rider-cta-note{color:#ffffffb3;margin-top:.5rem;font-size:.6875rem}.gbgev-rider-right-panel{width:100%;padding-top:1rem;padding-bottom:1rem;position:relative}.gbgev-rider-timeline-track{left:var(--gbgev-rider-timeline-left);top:var(--gbgev-rider-timeline-start);bottom:var(--gbgev-rider-timeline-end);background-color:var(--gbgev-rider-border);pointer-events:none;border-radius:1px;width:2px;position:absolute}.gbgev-rider-timeline-progress{left:var(--gbgev-rider-timeline-left);top:var(--gbgev-rider-timeline-start);background:linear-gradient(to bottom, var(--gbgev-rider-primary), #f97316d9);pointer-events:none;will-change:height;border-radius:0 0 2px 2px;width:2px;height:0;transition:height .6s cubic-bezier(.22,1,.36,1);position:absolute}.gbgev-rider-timeline-progress:after{content:"";filter:blur(6px);pointer-events:none;background:linear-gradient(#f973161f,#f973160a);border-radius:999px;width:12px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.gbgev-rider-step-list{flex-direction:column;gap:1rem;padding-bottom:1rem;display:flex}.gbgev-rider-step-card{cursor:pointer;-webkit-tap-highlight-color:transparent;align-items:flex-start;gap:.875rem;transition:transform .15s;display:flex;position:relative}.gbgev-rider-step-card:active{transform:scale(.98)}.gbgev-rider-step-circle{z-index:10;-webkit-user-select:none;user-select:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.75rem;font-weight:800;transition:all .5s cubic-bezier(.22,1,.36,1);display:flex;position:relative}.gbgev-rider-step-circle-inactive{background-color:var(--gbgev-rider-muted);color:var(--gbgev-rider-muted-fg);opacity:.7;transform:scale(.85)}.gbgev-rider-step-circle-active{background-color:var(--gbgev-rider-primary);color:var(--gbgev-rider-primary-fg);transform:scale(1);box-shadow:0 6px 16px -4px #f9731659,0 3px 8px -2px #f9731626}.gbgev-rider-step-circle-current{transform:scale(1.08);box-shadow:0 8px 20px -4px #f9731673,0 4px 10px -2px #f9731633,0 0 0 3px #f973161a}.gbgev-rider-step-content{border:1px solid var(--gbgev-rider-border);background-color:var(--gbgev-rider-card-bg);border-radius:1rem;flex:1;padding:.875rem;transition:all .5s cubic-bezier(.22,1,.36,1)}.gbgev-rider-step-content-inactive{border-color:var(--gbgev-rider-border);opacity:.45;transform:translateY(6px)scale(.98)}.gbgev-rider-step-content-active{opacity:1;border-color:#f9731633;transform:translateY(0)scale(1);box-shadow:0 8px 24px -6px #f9731614,0 3px 10px -3px #f973160d}.gbgev-rider-step-title{color:var(--gbgev-rider-card-fg);align-items:center;gap:.5rem;font-size:.9375rem;font-weight:700;line-height:1.3;display:flex}.gbgev-rider-step-icon{flex-shrink:0;width:1rem;height:1rem;transition:color .5s}.gbgev-rider-icon-active{color:var(--gbgev-rider-primary)}.gbgev-rider-icon-inactive{color:var(--gbgev-rider-muted-fg)}.gbgev-rider-bullet-list{flex-direction:column;gap:.5rem;margin-top:.625rem;list-style:none;display:flex}.gbgev-rider-bullet-item{align-items:flex-start;gap:.5rem;display:flex}.gbgev-rider-check-circle{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1rem;height:1rem;margin-top:.125rem;transition:all .5s cubic-bezier(.22,1,.36,1);display:flex}.gbgev-rider-check-inactive{background-color:var(--gbgev-rider-muted);color:var(--gbgev-rider-muted-fg);transform:scale(.8)}.gbgev-rider-check-active{background-color:var(--gbgev-rider-primary);color:var(--gbgev-rider-primary-fg);transform:scale(1);box-shadow:0 3px 8px #f9731640}.gbgev-rider-check-icon{width:.625rem;height:.625rem}.gbgev-rider-bullet-text{color:var(--gbgev-rider-muted-fg);word-break:break-word;font-size:.8125rem;line-height:1.5}.gbgev-rider-preview-box{border-radius:.75rem;height:4rem;margin-top:.625rem;transition:all .7s cubic-bezier(.22,1,.36,1)}.gbgev-rider-preview-inactive{background-color:var(--gbgev-rider-muted);opacity:.4}.gbgev-rider-preview-active{background:linear-gradient(135deg, var(--gbgev-rider-accent), var(--gbgev-rider-secondary));opacity:1}.gbgev-rider-right-panel{scrollbar-width:none;-ms-overflow-style:none}.gbgev-rider-right-panel::-webkit-scrollbar{display:none}@media (width>=320px) and (width<=374px){.gbgev-rider-container{padding-left:.625rem;padding-right:.625rem}.gbgev-rider-main-heading{font-size:1.25rem}.gbgev-rider-subtext,.gbgev-rider-subtext-bold{font-size:.8rem}.gbgev-rider-cta-card{padding:.875rem}.gbgev-rider-cta-heading{font-size:.875rem}.gbgev-rider-step-circle{width:1.75rem;height:1.75rem;font-size:.6875rem}.gbgev-rider-step-content{padding:.75rem}.gbgev-rider-step-title{font-size:.875rem}.gbgev-rider-step-icon{width:.875rem;height:.875rem}.gbgev-rider-bullet-text{font-size:.75rem}.gbgev-rider-preview-box{height:3.5rem}:root{--gbgev-rider-timeline-left:.875rem;--gbgev-rider-timeline-start:calc(2.75rem + 1.75rem);--gbgev-rider-timeline-end:calc(2.75rem + 1.75rem)}}@media (width>=375px) and (width<=639px){.gbgev-rider-container{padding-left:.875rem;padding-right:.875rem}.gbgev-rider-main-heading{font-size:1.5rem}.gbgev-rider-step-circle{width:2rem;height:2rem;font-size:.75rem}.gbgev-rider-step-content{padding:.875rem}.gbgev-rider-step-title{font-size:.9375rem}.gbgev-rider-preview-box{height:4rem}}@media (width>=640px) and (width<=1023px){.gbgev-rider-container{padding-left:1.25rem;padding-right:1.25rem}.gbgev-rider-main-heading{font-size:2rem}.gbgev-rider-subtext,.gbgev-rider-subtext-bold{font-size:1rem}.gbgev-rider-cta-card{padding:1.25rem}.gbgev-rider-cta-heading{font-size:1.125rem}.gbgev-rider-cta-btn{padding:.75rem 1.5rem;font-size:.875rem}.gbgev-rider-step-circle{width:2.5rem;height:2.5rem;font-size:.875rem}.gbgev-rider-step-content{padding:1.125rem}.gbgev-rider-step-title{font-size:1.125rem}.gbgev-rider-step-icon{width:1.25rem;height:1.25rem}.gbgev-rider-bullet-text{font-size:.9375rem}.gbgev-rider-preview-box{height:5.5rem}.gbgev-rider-step-list{gap:1.25rem}:root{--gbgev-rider-timeline-left:1.25rem;--gbgev-rider-timeline-start:calc(4rem + 2.5rem);--gbgev-rider-timeline-end:calc(4rem + 2.5rem)}}@media (width>=1024px){.gbgev-rider-why-choose-section{height:100vh;min-height:600px;overflow:hidden}.gbgev-rider-container{height:100%;padding-left:1.5rem;padding-right:1.5rem}.gbgev-rider-flex-wrapper{flex-direction:row;align-items:stretch;gap:2.5rem;height:100%}.gbgev-rider-left-panel{flex-direction:column;justify-content:center;align-self:flex-start;width:42%;height:100vh;min-height:600px;padding-top:0;padding-bottom:0;display:flex;position:sticky;top:0}.gbgev-rider-main-heading{font-size:2.25rem}.gbgev-rider-subtext,.gbgev-rider-subtext-bold{font-size:1rem}.gbgev-rider-right-panel{width:58%;height:100vh;min-height:600px;padding-top:4rem;padding-bottom:4rem;position:relative;overflow:hidden auto}.gbgev-rider-step-circle{width:3rem;height:3rem;font-size:1rem}.gbgev-rider-step-content{padding:1.25rem}.gbgev-rider-step-title{font-size:1.125rem}.gbgev-rider-step-icon{width:1.25rem;height:1.25rem}.gbgev-rider-bullet-text{font-size:.9375rem}.gbgev-rider-preview-box{height:6.5rem}.gbgev-rider-step-list{gap:1.5rem;padding-bottom:4rem}.gbgev-rider-cta-card{padding:1.25rem}.gbgev-rider-cta-heading{font-size:1.125rem}:root{--gbgev-rider-timeline-left:1.5rem;--gbgev-rider-timeline-start:calc(5rem + 3rem);--gbgev-rider-timeline-end:calc(5rem + 3rem)}}@media (width>=1280px){.gbgev-rider-container{padding-left:2rem;padding-right:2rem}.gbgev-rider-flex-wrapper{gap:3rem}.gbgev-rider-left-panel{width:40%}.gbgev-rider-main-heading{font-size:2.75rem}.gbgev-rider-subtext,.gbgev-rider-subtext-bold{font-size:1.0625rem}.gbgev-rider-cta-card{padding:1.5rem}.gbgev-rider-cta-heading{font-size:1.25rem}.gbgev-rider-right-panel{width:60%;padding-top:5rem;padding-bottom:5rem}.gbgev-rider-step-circle{width:3.25rem;height:3.25rem;font-size:1.0625rem}.gbgev-rider-step-content{padding:1.5rem}.gbgev-rider-step-title{font-size:1.25rem}.gbgev-rider-step-icon{width:1.375rem;height:1.375rem}.gbgev-rider-bullet-text{font-size:1rem}.gbgev-rider-preview-box{height:7.5rem}.gbgev-rider-step-list{gap:1.75rem;padding-bottom:5rem}:root{--gbgev-rider-timeline-left:1.625rem;--gbgev-rider-timeline-start:calc(5.5rem + 3.25rem);--gbgev-rider-timeline-end:calc(5.5rem + 3.25rem)}}@media (width>=1536px){.gbgev-rider-container{max-width:1600px;padding-left:2.5rem;padding-right:2.5rem}.gbgev-rider-flex-wrapper{gap:4rem}.gbgev-rider-left-panel{width:38%}.gbgev-rider-main-heading{font-size:3.25rem}.gbgev-rider-subtext,.gbgev-rider-subtext-bold{font-size:1.125rem}.gbgev-rider-cta-card{max-width:30rem;padding:1.75rem}.gbgev-rider-cta-heading{font-size:1.375rem}.gbgev-rider-cta-btn{padding:.875rem 1.75rem;font-size:.9375rem}.gbgev-rider-right-panel{width:62%;padding-top:6rem;padding-bottom:6rem}.gbgev-rider-step-circle{width:3.75rem;height:3.75rem;font-size:1.125rem}.gbgev-rider-step-content{padding:1.75rem}.gbgev-rider-step-title{font-size:1.375rem}.gbgev-rider-step-icon{width:1.5rem;height:1.5rem}.gbgev-rider-bullet-text{font-size:1.0625rem}.gbgev-rider-preview-box{height:8.5rem}.gbgev-rider-step-list{gap:2rem;padding-bottom:6rem}:root{--gbgev-rider-timeline-left:1.875rem;--gbgev-rider-timeline-start:calc(6rem + 3.75rem);--gbgev-rider-timeline-end:calc(6rem + 3.75rem)}}@media (width>=1920px){.gbgev-rider-container{max-width:1800px;padding-left:3rem;padding-right:3rem}.gbgev-rider-flex-wrapper{gap:5rem}.gbgev-rider-left-panel{width:36%}.gbgev-rider-main-heading{font-size:3.75rem;line-height:1.1}.gbgev-rider-subtext,.gbgev-rider-subtext-bold{max-width:32rem;font-size:1.25rem}.gbgev-rider-cta-card{max-width:34rem;margin-top:1.75rem;padding:2rem}.gbgev-rider-cta-heading{font-size:1.5rem}.gbgev-rider-cta-btn{padding:1rem 2rem;font-size:1rem}.gbgev-rider-right-panel{width:64%;padding-top:7rem;padding-bottom:7rem}.gbgev-rider-step-circle{width:4rem;height:4rem;font-size:1.25rem}.gbgev-rider-step-content{padding:2rem}.gbgev-rider-step-title{font-size:1.5rem}.gbgev-rider-step-icon{width:1.625rem;height:1.625rem}.gbgev-rider-bullet-text{font-size:1.125rem}.gbgev-rider-preview-box{height:9.5rem}.gbgev-rider-step-list{gap:2.25rem;padding-bottom:7rem}:root{--gbgev-rider-timeline-left:2rem;--gbgev-rider-timeline-start:calc(7rem + 4rem);--gbgev-rider-timeline-end:calc(7rem + 4rem)}}@media (prefers-reduced-motion:reduce){.gbgev-rider-step-circle,.gbgev-rider-step-content,.gbgev-rider-check-circle,.gbgev-rider-preview-box,.gbgev-rider-timeline-progress,.gbgev-rider-cta-card,.gbgev-rider-cta-btn,.gbgev-rider-arrow,.gbgev-rider-step-card{transition:none!important;animation:none!important}}:root{--gbgev-easyon-bg:#fff;--gbgev-easyon-text:#1a1a2e;--gbgev-easyon-muted:#737373;--gbgev-easyon-border:#e5e7eb;--gbgev-easyon-pill-bg:#fff;--gbgev-easyon-pill-shadow:0 2px 10px #0000000f;--gbgev-easyon-pill-hover-shadow:0 12px 30px -5px #0000001f}.gbgev-easyon-section *,.gbgev-easyon-section :before,.gbgev-easyon-section :after{box-sizing:border-box;margin:0;padding:0}.gbgev-easyon-section{background-color:var(--gbgev-easyon-bg);width:100%;min-height:200vh;position:relative;overflow:hidden}.gbgev-easyon-sticky-wrapper{justify-content:center;align-items:center;width:100%;height:100vh;min-height:500px;display:flex;position:sticky;top:0;overflow:hidden}.gbgev-easyon-container{width:100%;max-width:1200px;height:100vh;min-height:500px;margin:0 auto;padding:0 1rem;position:relative;overflow:hidden}.gbgev-easyon-center-glow{pointer-events:none;z-index:1;background:radial-gradient(circle,#f9701514 0%,#0000 70%);border-radius:50%;width:14rem;height:14rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gbgev-easyon-pills-wrapper{z-index:10;position:absolute;inset:0;overflow:visible}.gbgev-easyon-pill{background-color:var(--gbgev-easyon-pill-bg);border:1px solid var(--gbgev-easyon-border);cursor:pointer;white-space:nowrap;color:#374151;box-shadow:var(--gbgev-easyon-pill-shadow);-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;z-index:15;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem .875rem;font-size:.75rem;font-weight:600;transition:box-shadow .3s,transform .3s;display:flex;position:absolute;transform:translate(-50%,-50%)}.gbgev-easyon-pill-text{line-height:1.4;display:inline-block}.gbgev-easyon-pill-dot{border-radius:50%;flex-shrink:0;width:.5rem;height:.5rem}.gbgev-easyon-dot-orange{background-color:#f97316}.gbgev-easyon-dot-blue{background-color:#3b82f6}.gbgev-easyon-dot-green{background-color:#22c55e}.gbgev-easyon-dot-amber{background-color:#f59e0b}.gbgev-easyon-dot-violet{background-color:#8b5cf6}.gbgev-easyon-dot-rose{background-color:#f43f5e}.gbgev-easyon-dot-teal{background-color:#14b8a6}.gbgev-easyon-dot-deep-orange{background-color:#ea580c}.gbgev-easyon-dot-pink{background-color:#ec4899}.gbgev-easyon-dot-lime{background-color:#84cc16}.gbgev-easyon-title-wrapper{z-index:20;pointer-events:none;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:0 1rem;display:flex;position:relative}.gbgev-easyon-title{text-align:center;color:var(--gbgev-easyon-text);word-break:break-word;letter-spacing:-.02em;font-size:2rem;font-weight:800;line-height:1.2}.gbgev-easyon-gradient-text{background:linear-gradient(135deg,#f97015,#ee2b4b);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.gbgev-easyon-subtitle{color:var(--gbgev-easyon-muted);text-align:center;max-width:24rem;margin-top:1rem;margin-left:auto;margin-right:auto;font-size:1rem;font-weight:400;line-height:1.6}@media (width>=320px) and (width<=374px){.gbgev-easyon-section{min-height:220vh}.gbgev-easyon-container{padding:0 .5rem}.gbgev-easyon-center-glow{width:8rem;height:8rem}.gbgev-easyon-pill{gap:.3rem;padding:.3rem .55rem;font-size:.55rem}.gbgev-easyon-pill-dot{width:.35rem;height:.35rem}.gbgev-easyon-title{font-size:1.4rem}.gbgev-easyon-subtitle{max-width:14rem;margin-top:.75rem;font-size:.75rem}}@media (width>=375px) and (width<=639px){.gbgev-easyon-section{min-height:200vh}.gbgev-easyon-container{padding:0 .75rem}.gbgev-easyon-center-glow{width:10rem;height:10rem}.gbgev-easyon-pill{gap:.4rem;padding:.4rem .7rem;font-size:.65rem}.gbgev-easyon-pill-dot{width:.4rem;height:.4rem}.gbgev-easyon-title{font-size:1.75rem}.gbgev-easyon-subtitle{max-width:18rem;font-size:.875rem}}@media (width>=640px) and (width<=1023px){.gbgev-easyon-section{min-height:180vh}.gbgev-easyon-container{padding:0 1.5rem}.gbgev-easyon-center-glow{width:13rem;height:13rem}.gbgev-easyon-pill{gap:.5rem;padding:.55rem .95rem;font-size:.8rem}.gbgev-easyon-pill-dot{width:.5rem;height:.5rem}.gbgev-easyon-title{font-size:2.75rem}.gbgev-easyon-subtitle{max-width:24rem;font-size:1.0625rem}}@media (width>=1024px) and (width<=1279px){.gbgev-easyon-section{min-height:170vh}.gbgev-easyon-sticky-wrapper{min-height:600px}.gbgev-easyon-container{min-height:600px;padding:0 2rem}.gbgev-easyon-center-glow{width:14rem;height:14rem}.gbgev-easyon-pill{gap:.55rem;padding:.6rem 1rem;font-size:.85rem}.gbgev-easyon-pill-dot{width:.55rem;height:.55rem}.gbgev-easyon-title{font-size:3.25rem}.gbgev-easyon-subtitle{max-width:26rem;font-size:1.125rem}}@media (width>=1280px) and (width<=1535px){.gbgev-easyon-section{min-height:160vh}.gbgev-easyon-sticky-wrapper{min-height:650px}.gbgev-easyon-container{max-width:1300px;min-height:650px;padding:0 2.5rem}.gbgev-easyon-center-glow{width:16rem;height:16rem}.gbgev-easyon-pill{gap:.6rem;padding:.65rem 1.1rem;font-size:.9rem}.gbgev-easyon-pill-dot{width:.6rem;height:.6rem}.gbgev-easyon-title{font-size:3.75rem}.gbgev-easyon-subtitle{max-width:28rem;font-size:1.25rem}}@media (width>=1536px) and (width<=1919px){.gbgev-easyon-section{min-height:150vh}.gbgev-easyon-sticky-wrapper{min-height:700px}.gbgev-easyon-container{max-width:1500px;min-height:700px;padding:0 3rem}.gbgev-easyon-center-glow{width:18rem;height:18rem}.gbgev-easyon-pill{gap:.65rem;padding:.7rem 1.2rem;font-size:.95rem}.gbgev-easyon-pill-dot{width:.65rem;height:.65rem}.gbgev-easyon-title{font-size:4.25rem}.gbgev-easyon-subtitle{max-width:30rem;font-size:1.375rem}}@media (width>=1920px){.gbgev-easyon-section{min-height:140vh}.gbgev-easyon-sticky-wrapper{min-height:750px}.gbgev-easyon-container{max-width:1700px;min-height:750px;padding:0 4rem}.gbgev-easyon-center-glow{width:20rem;height:20rem}.gbgev-easyon-pill{gap:.7rem;padding:.75rem 1.3rem;font-size:1rem}.gbgev-easyon-pill-dot{width:.7rem;height:.7rem}.gbgev-easyon-title{font-size:5rem}.gbgev-easyon-subtitle{max-width:32rem;font-size:1.5rem}}@media (prefers-reduced-motion:reduce){.gbgev-easyon-pill,.gbgev-easyon-center-glow,.gbgev-easyon-title,.gbgev-easyon-subtitle{transition:none!important;animation:none!important}}:root{--gbgev-fleet-bg:#f8fafc;--gbgev-fleet-text:#1e293b;--gbgev-fleet-muted:#64748b;--gbgev-fleet-primary:#f97316;--gbgev-fleet-secondary:#ef4444;--gbgev-fleet-border:#e2e8f0;--gbgev-fleet-card-bg:#fff;--gbgev-fleet-overlay:#1e293b99}.gbgev-fleet-section *,.gbgev-fleet-section :before,.gbgev-fleet-section :after{box-sizing:border-box;margin:0;padding:0}.gbgev-fleet-section{background-color:var(--gbgev-fleet-bg);width:100%;padding-top:4rem;padding-bottom:4rem;overflow:hidden}.gbgev-fleet-container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.gbgev-fleet-header{text-align:center;max-width:42rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto}.gbgev-fleet-badge{color:var(--gbgev-fleet-primary);background:linear-gradient(135deg,#f973161a,#ef44441a);border:1px solid #f9731633;border-radius:9999px;margin-bottom:1rem;padding:.375rem 1rem;font-size:.875rem;font-weight:600;line-height:1.25rem;display:inline-block}.gbgev-fleet-title{color:var(--gbgev-fleet-text);letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.75rem;font-weight:800;line-height:1.2}.gbgev-fleet-subtitle{color:var(--gbgev-fleet-muted);max-width:32rem;margin-left:auto;margin-right:auto;font-size:1rem;line-height:1.6}.gbgev-fleet-gallery-wrapper{width:100%;padding-top:1rem;padding-bottom:1rem;position:relative;overflow:hidden}.gbgev-fleet-blur-left,.gbgev-fleet-blur-right{z-index:20;pointer-events:none;-webkit-backdrop-filter:blur(8px);width:5rem;position:absolute;top:0;bottom:0}.gbgev-fleet-blur-left{left:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000);mask-image:linear-gradient(90deg,#000,#0000)}.gbgev-fleet-blur-right{right:0;-webkit-mask-image:linear-gradient(270deg,#000,#0000);mask-image:linear-gradient(270deg,#000,#0000)}.gbgev-fleet-scrolling-container{will-change:transform;gap:1rem;width:max-content;display:flex}.gbgev-fleet-image-card{cursor:pointer;background-color:var(--gbgev-fleet-card-bg);border-radius:1rem;flex-shrink:0;width:16rem;height:16rem;position:relative;overflow:hidden;box-shadow:0 10px 25px -5px #0000001a,0 4px 10px -4px #0000000d}.gbgev-fleet-image{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.gbgev-fleet-image-card:hover .gbgev-fleet-image{transform:scale(1.1)}.gbgev-fleet-image-overlay{background:linear-gradient(to top, var(--gbgev-fleet-overlay), transparent 60%);opacity:0;transition:opacity .3s;position:absolute;inset:0}.gbgev-fleet-image-card:hover .gbgev-fleet-image-overlay{opacity:1}.gbgev-fleet-stats-wrapper{margin-top:3rem}.gbgev-fleet-stats-container{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.gbgev-fleet-stat-item{text-align:center;flex:calc(50% - 1rem);min-width:140px;max-width:200px}.gbgev-fleet-stat-value{background:linear-gradient(135deg, var(--gbgev-fleet-primary), var(--gbgev-fleet-secondary));-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:800;line-height:1.2}.gbgev-fleet-stat-label{color:var(--gbgev-fleet-muted);margin-top:.375rem;font-size:.875rem;font-weight:500;line-height:1.4}@media (width>=320px) and (width<=374px){.gbgev-fleet-section{padding-top:3rem;padding-bottom:3rem}.gbgev-fleet-container{padding-left:.75rem;padding-right:.75rem}.gbgev-fleet-header{margin-bottom:2rem}.gbgev-fleet-badge{padding:.25rem .75rem;font-size:.75rem}.gbgev-fleet-title{font-size:1.375rem}.gbgev-fleet-subtitle{font-size:.875rem}.gbgev-fleet-blur-left,.gbgev-fleet-blur-right{width:3rem}.gbgev-fleet-image-card{border-radius:.75rem;width:12rem;height:12rem}.gbgev-fleet-scrolling-container{gap:.75rem}.gbgev-fleet-stats-wrapper{margin-top:2rem}.gbgev-fleet-stats-container{gap:1.5rem}.gbgev-fleet-stat-item{flex:calc(50% - .75rem);min-width:120px}.gbgev-fleet-stat-value{font-size:1.5rem}.gbgev-fleet-stat-label{font-size:.8rem}}@media (width>=375px) and (width<=639px){.gbgev-fleet-section{padding-top:3.5rem;padding-bottom:3.5rem}.gbgev-fleet-container{padding-left:1rem;padding-right:1rem}.gbgev-fleet-header{margin-bottom:2rem}.gbgev-fleet-badge{font-size:.8rem}.gbgev-fleet-title{font-size:1.5rem}.gbgev-fleet-subtitle{font-size:.9rem}.gbgev-fleet-blur-left,.gbgev-fleet-blur-right{width:4rem}.gbgev-fleet-image-card{border-radius:.875rem;width:14rem;height:14rem}.gbgev-fleet-scrolling-container{gap:.875rem}.gbgev-fleet-stats-wrapper{margin-top:2.5rem}.gbgev-fleet-stats-container{gap:1.5rem}.gbgev-fleet-stat-item{flex:calc(50% - .75rem)}.gbgev-fleet-stat-value{font-size:1.625rem}.gbgev-fleet-stat-label{font-size:.85rem}}@media (width>=640px) and (width<=1023px){.gbgev-fleet-section{padding-top:5rem;padding-bottom:5rem}.gbgev-fleet-container{padding-left:1.5rem;padding-right:1.5rem}.gbgev-fleet-header{margin-bottom:2.5rem}.gbgev-fleet-title{font-size:2rem}.gbgev-fleet-subtitle{font-size:1rem}.gbgev-fleet-blur-left,.gbgev-fleet-blur-right{width:5rem}.gbgev-fleet-image-card{width:16rem;height:16rem}.gbgev-fleet-scrolling-container{gap:1rem}.gbgev-fleet-stats-wrapper{margin-top:3rem}.gbgev-fleet-stats-container{gap:2rem}.gbgev-fleet-stat-item{flex:calc(25% - 1.5rem)}.gbgev-fleet-stat-value{font-size:1.875rem}.gbgev-fleet-stat-label{font-size:.875rem}}@media (width>=1024px) and (width<=1279px){.gbgev-fleet-section{padding-top:6rem;padding-bottom:6rem}.gbgev-fleet-container{padding-left:2rem;padding-right:2rem}.gbgev-fleet-header{margin-bottom:3rem}.gbgev-fleet-title{font-size:2.25rem}.gbgev-fleet-subtitle{font-size:1.0625rem}.gbgev-fleet-blur-left,.gbgev-fleet-blur-right{width:6rem}.gbgev-fleet-image-card{width:18rem;height:18rem}.gbgev-fleet-scrolling-container{gap:1.25rem}.gbgev-fleet-stats-wrapper{margin-top:3.5rem}.gbgev-fleet-stats-container{gap:3rem}.gbgev-fleet-stat-item{flex:auto;max-width:220px}.gbgev-fleet-stat-value{font-size:2rem}.gbgev-fleet-stat-label{font-size:.9rem}}@media (width>=1280px) and (width<=1535px){.gbgev-fleet-section{padding-top:7rem;padding-bottom:7rem}.gbgev-fleet-container{max-width:1400px;padding-left:2.5rem;padding-right:2.5rem}.gbgev-fleet-header{margin-bottom:3.5rem}.gbgev-fleet-title{font-size:2.5rem}.gbgev-fleet-subtitle{font-size:1.125rem}.gbgev-fleet-blur-left,.gbgev-fleet-blur-right{width:7rem}.gbgev-fleet-image-card{border-radius:1.25rem;width:20rem;height:20rem}.gbgev-fleet-scrolling-container{gap:1.5rem}.gbgev-fleet-stats-wrapper{margin-top:4rem}.gbgev-fleet-stats-container{gap:4rem}.gbgev-fleet-stat-item{max-width:240px}.gbgev-fleet-stat-value{font-size:2.25rem}.gbgev-fleet-stat-label{font-size:.95rem}}@media (width>=1536px) and (width<=1919px){.gbgev-fleet-section{padding-top:8rem;padding-bottom:8rem}.gbgev-fleet-container{max-width:1600px;padding-left:3rem;padding-right:3rem}.gbgev-fleet-header{margin-bottom:4rem}.gbgev-fleet-title{font-size:2.75rem}.gbgev-fleet-subtitle{font-size:1.25rem}.gbgev-fleet-blur-left,.gbgev-fleet-blur-right{width:8rem}.gbgev-fleet-image-card{border-radius:1.5rem;width:22rem;height:22rem}.gbgev-fleet-scrolling-container{gap:1.75rem}.gbgev-fleet-stats-wrapper{margin-top:4.5rem}.gbgev-fleet-stats-container{gap:5rem}.gbgev-fleet-stat-item{max-width:260px}.gbgev-fleet-stat-value{font-size:2.5rem}.gbgev-fleet-stat-label{font-size:1rem}}@media (width>=1920px){.gbgev-fleet-section{padding-top:9rem;padding-bottom:9rem}.gbgev-fleet-container{max-width:1800px;padding-left:4rem;padding-right:4rem}.gbgev-fleet-header{margin-bottom:4.5rem}.gbgev-fleet-title{font-size:3rem}.gbgev-fleet-subtitle{font-size:1.375rem}.gbgev-fleet-blur-left,.gbgev-fleet-blur-right{width:10rem}.gbgev-fleet-image-card{border-radius:1.5rem;width:24rem;height:24rem}.gbgev-fleet-scrolling-container{gap:2rem}.gbgev-fleet-stats-wrapper{margin-top:5rem}.gbgev-fleet-stats-container{gap:6rem}.gbgev-fleet-stat-item{max-width:280px}.gbgev-fleet-stat-value{font-size:2.75rem}.gbgev-fleet-stat-label{font-size:1.0625rem}}@media (prefers-reduced-motion:reduce){.gbgev-fleet-image,.gbgev-fleet-image-overlay,.gbgev-fleet-image-card{transition:none!important;animation:none!important}}: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{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 (width>=320px) and (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 (width>=375px) and (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 (width>=640px) and (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 (width>=1024px) and (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 (width>=1280px) and (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 (width>=1536px) and (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 (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}}.gbg-rider-hero{box-sizing:border-box;width:100%;max-width:100%;margin:0;padding:0;display:block;position:relative;overflow:hidden}.gbg-rider-hero *,.gbg-rider-hero :before,.gbg-rider-hero :after{box-sizing:border-box;margin:0;padding:0}.gbg-rider-hero__bg{object-fit:cover;object-position:center center;z-index:1;pointer-events:none;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;image-rendering:auto;width:100%;height:100%;image-rendering:-webkit-optimize-contrast;image-rendering:high-quality;backface-visibility:hidden;will-change:transform;-webkit-filter:none;position:absolute;top:0;left:0;transform:translateZ(0)}.gbg-rider-hero__overlay{z-index:2;overlay:#1a1a1aa5;justify-content:flex-end;align-items:center;max-width:1400px;min-height:620px;margin:0 auto;padding:40px 24px;display:flex;position:relative}.gbg-rider-hero__form-area{flex:none;width:100%;max-width:420px}.gbg-rider-hero__form-card{background-color:#fff;border-radius:12px;width:100%;padding:28px 24px;box-shadow:0 8px 32px #00000026}.gbg-rider-hero__form-title{color:#1a1a1a;margin-bottom:6px;font-family:inherit;font-size:22px;font-weight:700;line-height:1.3}.gbg-rider-hero__form-subtitle{color:#555;margin-bottom:20px;font-family:inherit;font-size:13px;font-weight:400;line-height:1.4}.gbg-rider-hero__form{flex-direction:column;gap:12px;display:flex}.gbg-rider-hero__form-row{flex-direction:row;gap:12px;width:100%;display:flex}.gbg-rider-hero__form-field{flex-direction:column;width:100%;display:flex}.gbg-rider-hero__form-field--half{flex:1;min-width:0}.gbg-rider-hero__form-input{color:#1a1a1a;background-color:#f5f5f5;border:1.5px solid #e8e8e8;border-radius:8px;outline:none;width:100%;height:44px;padding:0 14px;font-family:inherit;font-size:14px;font-weight:400;transition:border-color .2s,box-shadow .2s}.gbg-rider-hero__form-input::placeholder{color:#888;font-size:13px}.gbg-rider-hero__form-input:focus{background-color:#fff;border-color:#4caf50;box-shadow:0 0 0 3px #4caf5026}.gbg-rider-hero__char-count{color:#666;text-align:left;margin-top:-6px;margin-bottom:2px;font-family:inherit;font-size:12px;font-weight:400}.gbg-rider-hero__select-box{width:100%;position:relative}.gbg-rider-hero__form-select{color:#1a1a1a;appearance:none;cursor:pointer;background-color:#f5f5f5;border:1.5px solid #e8e8e8;border-radius:8px;outline:none;width:100%;height:44px;padding:0 36px 0 14px;font-family:inherit;font-size:14px;font-weight:400;transition:border-color .2s,box-shadow .2s}.gbg-rider-hero__form-select:focus{background-color:#fff;border-color:#4caf50;box-shadow:0 0 0 3px #4caf5026}.gbg-rider-hero__form-select option{color:#1a1a1a;background-color:#fff;padding:8px;font-size:14px}.gbg-rider-hero__form-select option:first-child{color:#888}.gbg-rider-hero__select-arrow{color:#4caf50;pointer-events:none;font-size:12px;line-height:1;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.gbg-rider-hero__form-btn{color:#fff;cursor:pointer;letter-spacing:.3px;background-color:#1a1a1a;border:none;border-radius:8px;width:100%;height:46px;margin-top:4px;font-family:inherit;font-size:15px;font-weight:700;transition:transform .15s,background-color .2s}.gbg-rider-hero__form-btn:hover{background-color:#333;transform:translateY(-1px)}.gbg-rider-hero__form-btn:active{transform:translateY(0)}.gbg-rider-hero__playstore{justify-content:center;margin-top:16px;display:flex}.gbg-rider-hero__playstore-link{text-decoration:none;display:inline-block}.gbg-rider-hero__playstore-badge{background-color:#1a1a1a;border-radius:8px;align-items:center;gap:10px;padding:10px 18px;transition:transform .15s,box-shadow .2s;display:flex}.gbg-rider-hero__playstore-badge:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000040}.gbg-rider-hero__playstore-icon{color:#fff;flex-shrink:0;width:24px;height:24px}.gbg-rider-hero__playstore-text{flex-direction:column;line-height:1.2;display:flex}.gbg-rider-hero__playstore-small{color:#aaa;text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:400}.gbg-rider-hero__playstore-big{color:#fff;font-size:15px;font-weight:600}@media (width>=1025px) and (width<=1440px){.gbg-rider-hero{min-height:620px;margin-top:72px}.gbg-rider-hero__overlay{min-height:620px;padding:40px 24px}}@media (width>=768px) and (width<=1024px){.gbg-rider-hero{flex-direction:column;min-height:auto;margin-top:68px;display:flex}.gbg-rider-hero__bg{object-fit:contain;object-position:top;image-rendering:auto;order:1;width:100%;height:auto;max-height:420px;position:relative;transform:translateZ(0)}.gbg-rider-hero__overlay{order:2;justify-content:center;min-height:auto;padding:32px 20px;position:relative}.gbg-rider-hero__form-area{width:100%;max-width:480px;margin:0 auto}.gbg-rider-hero__form-card{padding:24px 20px}.gbg-rider-hero__form-title{font-size:20px}}@media (width>=481px) and (width<=767px){.gbg-rider-hero{flex-direction:column;min-height:auto;margin-top:64px;display:flex}.gbg-rider-hero__bg{object-fit:contain;object-position:top;image-rendering:auto;order:1;width:100%;height:auto;position:relative;transform:translateZ(0)}.gbg-rider-hero__overlay{order:2;justify-content:center;min-height:auto;padding:24px 16px;position:relative}.gbg-rider-hero__form-area{width:100%;max-width:100%}.gbg-rider-hero__form-card{width:100%;max-width:420px;margin:0 auto}}@media (width>=321px) and (width<=480px){.gbg-rider-hero{flex-direction:column;min-height:auto;margin-top:60px;display:flex}.gbg-rider-hero__bg{object-fit:contain;object-position:top;image-rendering:auto;order:1;width:100%;height:auto;position:relative;transform:translateZ(0)}.gbg-rider-hero__overlay{order:2;justify-content:center;min-height:auto;padding:24px 16px;position:relative}.gbg-rider-hero__form-area{width:100%;max-width:100%}.gbg-rider-hero__form-card{width:100%;max-width:420px;margin:0 auto;padding:22px 18px}.gbg-rider-hero__form-title{font-size:20px}.gbg-rider-hero__form-row{flex-direction:column;gap:10px}}@media (width<=320px){.gbg-rider-hero{flex-direction:column;min-height:auto;margin-top:56px;display:flex}.gbg-rider-hero__bg{object-fit:contain;object-position:top;image-rendering:auto;order:1;width:100%;height:auto;position:relative;transform:translateZ(0)}.gbg-rider-hero__overlay{order:2;justify-content:center;min-height:auto;padding:20px 14px;position:relative}.gbg-rider-hero__form-area{width:100%;max-width:100%}.gbg-rider-hero__form-card{border-radius:10px;width:100%;max-width:420px;margin:0 auto;padding:18px 14px}.gbg-rider-hero__form-title{font-size:18px}.gbg-rider-hero__form-subtitle{font-size:12px}.gbg-rider-hero__form-input,.gbg-rider-hero__form-select{height:40px;font-size:13px}.gbg-rider-hero__form-btn{height:42px;font-size:14px}.gbg-rider-hero__playstore-badge{padding:8px 14px}.gbg-rider-hero__playstore-big{font-size:13px}}@media (width>=1441px){.gbg-rider-hero{min-height:680px;margin-top:72px}.gbg-rider-hero__overlay{max-width:1600px;min-height:680px;padding:48px 40px}.gbg-rider-hero__form-area{max-width:420px}.gbg-rider-hero__form-card{padding:32px 28px}.gbg-rider-hero__form-title{font-size:24px}.gbg-rider-hero__form-subtitle{font-size:14px}}@media (height<=500px) and (orientation:landscape) and (width<=1024px){.gbg-rider-hero{flex-direction:row;align-items:center;min-height:auto;margin-top:64px;display:flex}.gbg-rider-hero__bg{object-fit:cover;object-position:top center;order:unset;image-rendering:auto;width:100%;height:100%;position:absolute;top:0;left:0;transform:translateZ(0)}.gbg-rider-hero__overlay{order:unset;justify-content:flex-end;min-height:auto;padding:20px 16px;position:relative}.gbg-rider-hero__form-area{max-width:340px}.gbg-rider-hero__form-card{padding:16px 14px}.gbg-rider-hero__form-title{font-size:16px}.gbg-rider-hero__form-input,.gbg-rider-hero__form-select{height:38px;font-size:13px}.gbg-rider-hero__form-btn{height:40px;font-size:14px}}@media (prefers-reduced-motion:reduce){.gbg-rider-hero__bg,.gbg-rider-hero__form-input,.gbg-rider-hero__form-select,.gbg-rider-hero__form-btn,.gbg-rider-hero__playstore-badge{transition:none!important}}@media print{.gbg-rider-hero{min-height:auto;margin-top:0}.gbg-rider-hero__bg{object-fit:contain;object-position:top;image-rendering:auto;height:300px;position:relative}.gbg-rider-hero__form-card{box-shadow:none;border:1px solid #ccc}.gbg-rider-hero__form-btn,.gbg-rider-hero__playstore-badge{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#1a1a1a!important}}: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 (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 (width>=1440px) and (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 (width>=1024px) and (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 (width>=768px) and (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 (width>=481px) and (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 (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 (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}}.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 0%,#000000a6 100%);position:absolute;inset: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-bottom-section{background:#fff;padding:0 0 80px}.gbg-contact-bottom-grid{grid-template-columns:1.2fr 1fr;align-items:start;gap:40px;display:grid}.gbg-contact-map-box{background:#f8f9fc;border-radius:24px;width:100%;overflow:hidden;box-shadow:0 20px 50px #00000014}.gbg-contact-map-box iframe{border:none;width:100%;height:420px;display:block}.gbg-contact-info-box{width:100%}.gbg-contact-info-box>span{color:#ff6b00;letter-spacing:2px;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:700;display:block}.gbg-contact-info-box>h2{color:#111;margin:0 0 28px;font-size:clamp(1.5rem,3vw,2rem);font-weight:800}.gbg-contact-info-list{flex-direction:column;gap:16px;display:flex}.gbg-contact-info-item{background:#fff;border:1px solid #eee;border-radius:16px;align-items:flex-start;gap:14px;padding:18px;transition:all .3s;display:flex;box-shadow:0 6px 20px #0000000a}.gbg-contact-info-item:hover{border-color:#ff6b00;transform:translateY(-3px);box-shadow:0 12px 30px #ff6b001a}.gbg-contact-icon{color:#fff;background:linear-gradient(135deg,#ff6b00,#ff8f00);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;min-width:48px;height:48px;font-size:18px;display:flex;box-shadow:0 8px 20px #ff6b0040}.gbg-contact-info-item h4{color:#111;margin:0 0 4px;font-size:15px;font-weight:700}.gbg-contact-info-item p,.gbg-contact-info-item a{color:#555;margin:0;font-size:14px;line-height:1.6;text-decoration:none;transition:color .3s}.gbg-contact-info-item a:hover{color:#ff6b00}.gbg-contact-socials{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.gbg-contact-socials a{color:#111;background:#fff;border:1px solid #eee;border-radius:14px;justify-content:center;align-items:center;width:46px;height:46px;font-size:18px;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 6px 20px #0000000d}.gbg-contact-socials a:hover{color:#fff;background:linear-gradient(135deg,#ff6b00,#0d6efd);border-color:#0000;transform:translateY(-4px)}@media screen and (width>=768px) and (width<=1024px){.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-contact-bottom-grid{grid-template-columns:1fr;gap:36px}.gbg-contact-map-box iframe{height:360px}}@media screen and (width<=767px){.gbg-contact-hero{background-position:top;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-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-contact-bottom-grid{grid-template-columns:1fr;gap:32px}.gbg-contact-map-box iframe{height:300px}}@media screen and (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-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-contact-map-box{border-radius:16px}.gbg-contact-map-box iframe{height:260px}.gbg-contact-info-item{padding:14px}.gbg-contact-icon{min-width:42px;height:42px;font-size:16px}.gbg-contact-socials a{width:42px;height:42px;font-size:16px}}@media screen and (width<=360px){.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}}@media screen and (width>=1025px) and (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 (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}.gbg-contact-map-box iframe{height:480px}}@media screen and (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{transition:none!important}}.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;print-color-adjust:exact}}:root{--brand-blue:#2563eb;--brand-orange:#ea580c;--brand-dark:#0f172a;--brand-gray:#475569;--brand-light:#f8fafc;--brand-border:#e2e8f0;--white:#fff;--shadow-sm:0 1px 3px #0f172a14;--shadow-md:0 4px 16px #0f172a1a;--shadow-lg:0 12px 40px #0f172a24;--radius:16px;--radius-sm:12px}*{box-sizing:border-box}.gbg-presence-page{background:var(--white);width:100%;min-height:100vh;color:var(--brand-dark);padding-bottom:60px;font-family:Segoe UI,system-ui,-apple-system,sans-serif}.gbg-presence-hero{border-bottom:1px solid var(--brand-border);text-align:center;z-index:1;background:linear-gradient(135deg,#fef3c7 0%,#fff7ed 30%,#fff 70%,#eff6ff 100%);padding:100px 24px 56px;position:relative}.gbg-hero-inner{text-align:center;max-width:800px;margin:0 auto}.gbg-presence-hero h1{color:var(--brand-dark);text-align:center;margin:0 0 18px;font-size:42px;font-weight:800;line-height:1.15}.gbg-hero-desc{color:var(--brand-gray);text-align:center;max-width:680px;margin:0 auto 20px;font-size:17px;line-height:1.7}.gbg-instruction-text{color:var(--brand-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}.gbg-hero-legend{flex-wrap:wrap;justify-content:center;gap:28px;margin-top:8px;display:flex}.gbg-legend-item{color:var(--brand-gray);align-items:center;gap:10px;font-size:14px;font-weight:600;display:inline-flex}.gbg-legend-dot{border-radius:50%;width:14px;height:14px;display:inline-block}.gbg-dot-active{background:var(--brand-orange);box-shadow:0 0 0 4px #ea580c33}.gbg-dot-soon{background:#94a3b8;box-shadow:0 0 0 4px #94a3b840}.gbg-presence-body{grid-template-columns:400px 1fr;align-items:start;gap:28px;max-width:1200px;margin:0 auto;padding:40px 24px;display:grid}.gbg-presence-sidebar{background:var(--white);border-radius:var(--radius);border:1px solid var(--brand-border);box-shadow:var(--shadow-md);flex-direction:column;max-height:700px;display:flex;overflow:hidden}.gbg-sidebar-header{border-bottom:1px solid var(--brand-border);background:linear-gradient(#fff,#f8fafc);flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 22px;display:flex}.gbg-sidebar-header h3{color:var(--brand-dark);margin:0;font-size:16px;font-weight:700}.gbg-badge{background:var(--brand-orange);color:var(--white);letter-spacing:.04em;border-radius:20px;padding:4px 12px;font-size:11px;font-weight:700}.gbg-accordion{flex:1;padding:10px;overflow-y:auto}.gbg-acc-item{border-radius:var(--radius-sm);border:1px solid #0000;margin-bottom:8px;transition:all .2s;overflow:hidden}.gbg-acc-item:last-child{margin-bottom:0}.gbg-acc-trigger{background:var(--brand-light);border-radius:var(--radius-sm);width:100%;color:var(--brand-dark);cursor:pointer;text-align:left;border:none;justify-content:space-between;align-items:center;padding:14px 16px;font-size:14px;font-weight:700;transition:all .2s;display:flex}.gbg-acc-trigger:hover{color:var(--brand-blue);background:#2563eb14}.gbg-acc-open{border-color:var(--brand-border)}.gbg-acc-open .gbg-acc-trigger{color:var(--brand-blue);border-radius:var(--radius-sm) var(--radius-sm) 0 0;background:#2563eb1a}.gbg-acc-icon{color:var(--brand-gray);flex-shrink:0;margin-left:10px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.gbg-acc-open .gbg-acc-icon{color:var(--brand-blue);transform:rotate(180deg)}.gbg-acc-panel{background:var(--white);padding:6px 8px 10px;animation:.25s gbgSlideDown}@keyframes gbgSlideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.gbg-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}.gbg-branch-row:last-child{border-bottom:none}.gbg-branch-row:hover{background:#2563eb0f}.gbg-branch-active{box-shadow:inset 3px 0 0 var(--brand-orange);background:#ea580c1a!important}.gbg-branch-soon{opacity:.7;cursor:default}.gbg-branch-soon:hover{background:0 0}.gbg-branch-icon{color:var(--brand-orange);flex-shrink:0;margin-top:2px;line-height:1}.gbg-branch-soon .gbg-branch-icon{color:#94a3b8}.gbg-branch-text{flex-direction:column;flex:1;min-width:0;display:flex}.gbg-branch-text strong{color:var(--brand-dark);margin-bottom:3px;font-size:13.5px;font-weight:700;line-height:1.3}.gbg-branch-text span{color:var(--brand-gray);font-size:12.5px;line-height:1.4}.gbg-branch-link{color:var(--brand-blue);white-space:nowrap;opacity:0;pointer-events:auto;z-index:2;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)}.gbg-branch-link:hover{background:#2563eb26;transform:translate(0)scale(1.05)}.gbg-branch-row:hover .gbg-branch-link{opacity:1;transform:translate(0)}.gbg-presence-map-wrap{border-radius:var(--radius);border:1px solid var(--brand-border);box-shadow:var(--shadow-lg);background:#f1f5f9;height:700px;position:sticky;top:24px;overflow:hidden}.gbg-leaflet-map{z-index:1;width:100%;height:100%}.leaflet-control-attribution,.leaflet-control-container .leaflet-control-attribution{display:none!important}.leaflet-control-zoom{box-shadow:var(--shadow-md)!important;border-radius:8px!important}.leaflet-control-zoom a{width:32px!important;height:32px!important;color:var(--brand-dark)!important;border-color:var(--brand-border)!important;font-size:16px!important;line-height:32px!important}.leaflet-control-zoom a:hover{background:var(--brand-light)!important;color:var(--brand-blue)!important}.gbg-custom-marker{background:0 0!important;border:none!important}.gbg-marker-wrapper{justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:relative}.gbg-marker-pin{background:var(--brand-orange);border:2.5px solid var(--white);z-index:2;border-radius:50%;width:16px;height:16px;position:relative;box-shadow:0 2px 10px #ea580c80}.gbg-marker-soon{background:#94a3b8!important;box-shadow:0 2px 10px #94a3b880!important}.gbg-marker-ring{z-index:1;background:#ea580c40;border-radius:50%;width:28px;height:28px;animation:2s ease-in-out infinite gbgPulse;position:absolute}.gbg-ring-soon{background:#94a3b840!important;animation:2.5s ease-in-out infinite gbgPulseSoon!important}@keyframes gbgPulse{0%{opacity:.8;transform:scale(.6)}70%{opacity:0;transform:scale(1.6)}to{opacity:0;transform:scale(.6)}}@keyframes gbgPulseSoon{0%{opacity:.6;transform:scale(.6)}70%{opacity:0;transform:scale(1.4)}to{opacity:0;transform:scale(.6)}}.leaflet-popup-content-wrapper{border:1px solid var(--brand-border)!important;border-radius:14px!important;padding:4px!important;box-shadow:0 8px 30px #0f172a2e!important}.leaflet-popup-content{min-width:200px;margin:12px 16px!important;font-family:Segoe UI,system-ui,sans-serif!important}.gbg-popup h4{color:var(--brand-dark);margin:0 0 8px;font-size:15px;font-weight:700}.gbg-popup p{color:var(--brand-gray);margin:0 0 12px;font-size:13px;line-height:1.5}.gbg-popup a{color:var(--brand-blue);background:#2563eb14;border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.gbg-popup a:hover{background:#2563eb26;transform:translateY(-1px)}.leaflet-container a.leaflet-popup-close-button{color:var(--brand-gray)!important;width:30px!important;height:30px!important;padding:8px 10px 0 0!important;font-size:20px!important}.leaflet-container a.leaflet-popup-close-button:hover{color:var(--brand-dark)!important}@media (width<=992px){.gbg-presence-body{grid-template-columns:1fr;gap:24px;padding:28px 20px}.gbg-presence-map-wrap{order:-1;height:480px;position:relative;top:0}.gbg-presence-hero{padding:90px 20px 40px}.gbg-presence-hero h1{font-size:34px}.gbg-hero-desc{font-size:15px}.gbg-presence-sidebar{max-height:500px}}@media (width<=768px){.gbg-presence-hero{padding:80px 18px 36px}.gbg-presence-hero h1{font-size:28px}.gbg-hero-desc{font-size:14px}.gbg-instruction-text{padding:12px 16px;font-size:13px}.gbg-presence-map-wrap{height:420px}.gbg-hero-legend{gap:16px}}@media (width<=576px){.gbg-presence-hero{padding:70px 16px 28px}.gbg-presence-hero h1{font-size:24px;line-height:1.2}.gbg-hero-desc{font-size:13.5px;line-height:1.6}.gbg-instruction-text{margin-bottom:18px;padding:10px 14px;font-size:12.5px}.gbg-presence-body{padding:16px 12px}.gbg-presence-map-wrap{border-radius:var(--radius-sm);height:360px}.gbg-presence-sidebar{max-height:450px}.gbg-sidebar-header{padding:16px 18px}.gbg-acc-trigger{padding:12px 14px;font-size:13px}.gbg-branch-row{padding:10px 12px}.gbg-branch-text strong{font-size:13px}.gbg-branch-text span{font-size:11.5px}.gbg-legend-item{font-size:13px}.gbg-branch-link{opacity:1;padding:3px 8px;font-size:10px;transform:translate(0)}}@media (width<=400px){.gbg-presence-hero{padding:60px 14px 24px}.gbg-presence-hero h1{font-size:22px}.gbg-presence-map-wrap{height:300px}}@keyframes gbgev-oem-why-ping{75%,to{opacity:0;transform:translate(-50%,-50%)scale(2)}}@media (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 (width>=1536px) and (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 (width>=1280px) and (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 (width>=1024px) and (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 (width>=768px) and (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 (width>=640px) and (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 (width>=480px) and (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 (width>=375px) and (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 (width>=320px) and (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 (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 (height<=500px) and (orientation:landscape) and (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;print-color-adjust:exact;background:var(--gbg-oem-orange)!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 0%,#fafafa 50%,#fff 100%);width:100%;padding:80px 16px;position:relative;overflow-x:hidden}.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-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-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 (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 (width>=1440px) and (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 (width>=1200px) and (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 (width>=1024px) and (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 (width>=768px) and (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 (width>=640px) and (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 (width>=480px) and (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 (width>=375px) and (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 (width>=320px) and (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 (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 (height<=500px) and (orientation:landscape) and (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}}@keyframes gbgOemPulse{0%{r:2.5;opacity:.5}70%{r:6;opacity:0}to{r:2.5;opacity:0}}@media (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 (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 (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 (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 (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 (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}}.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 (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 (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 (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 (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 (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 (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}}@keyframes gbgOemFormFadeIn{0%{opacity:0}to{opacity:1}}@keyframes gbgOemFormScaleIn{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes gbgOemFormShake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}@keyframes gbgOemFormSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes gbgOemFormSuccessIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes gbgOemFormSuccessPulse{0%,to{box-shadow:0 12px 32px #22c55e4d}50%{box-shadow:0 12px 40px #22c55e80}}@media (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 (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 (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 (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 (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 (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}}@keyframes gbgOemCtaFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (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 (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 (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 (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 (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 (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}}@media (width>=1280px){.gbg-oem-hero-banner-img{margin-top:70px}}@media (width<=1279px){.gbg-oem-hero-banner-img{margin-top:73px}}@media (width<=1023px){.gbg-oem-hero-banner-img{margin-top:69px}}@media (width<=767px){.gbg-oem-hero-banner-img{margin-top:70px}}@media (width<=639px){.gbg-oem-hero-banner-img{margin-top:60px}}@media (width<=479px){.gbg-oem-hero-banner-img{margin-top:55px}}@media (width<=359px){.gbg-oem-hero-banner-img{margin-top:50px}}.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 (width>=320px) and (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 (width>=375px) and (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 (width>=480px) and (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 (width>=640px) and (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 (width>=768px) and (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 (width>=1024px) and (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 (width>=1280px) and (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 (width>=1440px) and (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 (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}}@media (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 (width>=1536px) and (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 (width>=1280px) and (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 (width>=1024px) and (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 (width>=768px) and (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 (width>=640px) and (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 (width>=480px) and (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 (width>=375px) and (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 (width>=320px) and (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 (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 (height<=500px) and (orientation:landscape) and (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;print-color-adjust:exact;background:var(--gbg-oem-orange)!important}}: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;inset: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;inset:-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;inset: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 (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 (width>=1536px) and (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 (width>=1280px) and (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 (width>=1024px) and (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 (width>=768px) and (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 (width>=640px) and (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 (width>=480px) and (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;inset:-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 (width>=375px) and (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 (width>=320px) and (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 (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 (height<=500px) and (orientation:landscape) and (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}}@media (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 (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 (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 (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 (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 (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}}@media (width>=1280px){.gbg-oem-hero-banner-img{margin-top:70px}}@media (width<=1279px){.gbg-oem-hero-banner-img{margin-top:73px}}@media (width<=1023px){.gbg-oem-hero-banner-img{margin-top:69px}}@media (width<=767px){.gbg-oem-hero-banner-img{margin-top:70px}}@media (width<=639px){.gbg-oem-hero-banner-img{margin-top:60px}}@media (width<=479px){.gbg-oem-hero-banner-img{margin-top:55px}}@media (width<=359px){.gbg-oem-hero-banner-img{margin-top:50px}}.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;inset:0;overflow-y:auto}.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}.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;inset: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-error{color:#ef4444;align-items:center;gap:4px;font-size:.78rem;font-weight:500;animation:.4s gbgOemFormShake;display:flex}.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}.gbg-oem-form-success{text-align:center;padding:48px 36px;animation:.5s cubic-bezier(.34,1.56,.64,1) gbgOemFormSuccessIn}.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}.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 (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 (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 (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 (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 (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 (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}}.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 0%,#fff7ed 50%,#eff6ff 100%);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 0%,#0000 70%);width:200px;height:200px;top:-60px;right:-40px}.gbg-oem-cta-deco-2{background:radial-gradient(circle,#3b82f6 0%,#0000 70%);width:160px;height:160px;bottom:-50px;left:-30px}.gbg-oem-cta-deco-3{opacity:.06;background:radial-gradient(circle,#f97316 0%,#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}.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 0%,#ea580c 100%);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 0%,#c2410c 100%);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 (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 (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 (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 (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 (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 (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}}: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 0%,#0000 70%);transition:opacity .3s;position:absolute;inset: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 100%);position:absolute;inset:0}.gbgev-oem-why-map-pins{z-index:4;pointer-events:none;position:absolute;inset: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%)}.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 (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 (width>=1536px) and (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 (width>=1280px) and (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 (width>=1024px) and (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 (width>=768px) and (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 (width>=640px) and (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 (width>=480px) and (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 (width>=375px) and (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 (width>=320px) and (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 (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 (height<=500px) and (orientation:landscape) and (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;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 (width>=1280px){.gbg-oem-hero-banner-img{margin-top:70px}}@media (width<=1279px){.gbg-oem-hero-banner-img{margin-top:73px}}@media (width<=1023px){.gbg-oem-hero-banner-img{margin-top:69px}}@media (width<=767px){.gbg-oem-hero-banner-img{margin-top:70px}}@media (width<=639px){.gbg-oem-hero-banner-img{margin-top:60px}}@media (width<=479px){.gbg-oem-hero-banner-img{margin-top:55px}}@media (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}.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 (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 (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 (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 (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 (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 (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 (width>=320px) and (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 (width>=375px) and (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 (width>=480px) and (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 (width>=640px) and (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 (width>=768px) and (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 (width>=1024px) and (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 (width>=1280px) and (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 (width>=1440px) and (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 (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}}.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 0%,#f5ebe0 100%);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:fit-content;margin:0;padding-bottom:12px;font-size:16px;font-weight:700;display:inline-block}.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}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-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;inset: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: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-success-icon svg{width:100%;height:100%}.gbgef-check-circle{stroke:#22c55e;stroke-width:3px;stroke-dasharray:166;stroke-dashoffset:166px;animation:.6s cubic-bezier(.65,0,.45,1) forwards gbgefStroke}.gbgef-check-path{stroke-dasharray:48;stroke-dashoffset:48px;animation:.3s cubic-bezier(.65,0,.45,1) .6s forwards gbgefStroke}.gbgef-success-text h4{color:#1a1a1a;margin:0 0 4px;font-size:16px;font-weight:700}.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 (width<=1024px){.gbgef-page{flex-direction:column;padding-top:68px}.gbgef-sidebar{display:none!important}.gbgef-mobile-banner{background:linear-gradient(135deg,#ff8f00 0%,#ff6b00 50%,#e55a00 100%);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 (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{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 (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-submit{padding:12px 20px;font-size:14px}.gbgef-success-toast{top:72px}}@media (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{animation:none!important}}.gbgev-pnf-container{text-align:center;color:#111827;box-sizing:border-box;background:#fff;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:120px 20px 40px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;overflow-x:hidden}.gbgev-pnf-heading{color:#111827;letter-spacing:-.02em;margin-bottom:14px;font-size:3rem;font-weight:800;line-height:1.15}.gbgev-pnf-banner{color:#1f2937;transform-origin:0;background:#fff7ed;border:2px solid #f97316;border-radius:999px;margin-bottom:20px;padding:12px 36px;font-size:18px;font-weight:700;display:inline-block;box-shadow:0 4px 15px #f973161f}.gbgev-pnf-subtitle{color:#4b5563;max-width:520px;margin-bottom:28px;font-size:17px;line-height:1.65}.gbgev-pnf-image-wrapper{z-index:10;margin-bottom:36px;position:relative}.gbgev-pnf-image{object-fit:contain;filter:drop-shadow(0 16px 30px #00000014);border-radius:16px;width:480px;height:480px}.gbgev-pnf-help{color:#6b7280;margin-bottom:24px;font-size:14px;line-height:1.6}.gbgev-pnf-link{color:#2563eb;border-bottom:1px solid #0000;font-weight:600;text-decoration:none;transition:all .25s}.gbgev-pnf-link:hover{color:#f97316;border-bottom-color:#f97316}.gbgev-pnf-buttons{flex-wrap:wrap;justify-content:center;gap:12px;width:100%;max-width:640px;margin-bottom:28px;display:flex}.gbgev-pnf-btn{cursor:pointer;white-space:nowrap;border:2px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px 26px;font-size:15px;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.gbgev-pnf-btn-outline{color:#2563eb;background:#fff;border-color:#2563eb}.gbgev-pnf-btn-outline:hover{color:#fff;background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 14px #2563eb40}.gbgev-pnf-btn-primary{color:#fff;background:#f97316;border-color:#f97316;box-shadow:0 4px 14px #f9731640}.gbgev-pnf-btn-primary:hover{background:#ea580c;border-color:#ea580c;transform:translateY(-2px);box-shadow:0 6px 20px #f9731659}.gbgev-pnf-brand{color:#9ca3af;font-size:13px;font-weight:500}@media (width>=1440px){.gbgev-pnf-container{padding:130px 40px 50px}.gbgev-pnf-heading{font-size:3.4rem}.gbgev-pnf-image{width:560px;height:560px}}@media (width>=1280px) and (width<=1439px){.gbgev-pnf-container{padding:120px 32px 40px}.gbgev-pnf-heading{font-size:3.2rem}.gbgev-pnf-image{width:520px;height:520px}}@media (width>=1024px) and (width<=1279px){.gbgev-pnf-container{padding:110px 28px 36px}.gbgev-pnf-heading{font-size:3rem}.gbgev-pnf-image{width:460px;height:460px}}@media (width>=768px) and (width<=1023px){.gbgev-pnf-container{padding:100px 24px 36px}.gbgev-pnf-heading{font-size:2.6rem}.gbgev-pnf-banner{padding:10px 28px;font-size:16px}.gbgev-pnf-image{width:420px;height:420px}}@media (width>=480px) and (width<=767px){.gbgev-pnf-container{padding:95px 20px 32px}.gbgev-pnf-heading{font-size:2.2rem}.gbgev-pnf-banner{width:90%;max-width:400px;padding:10px 24px;font-size:15px}.gbgev-pnf-subtitle{padding:0 8px;font-size:15px}.gbgev-pnf-image{width:380px;height:380px}.gbgev-pnf-buttons{flex-direction:column;width:100%;max-width:320px;padding:0 12px}.gbgev-pnf-btn{width:100%}}@media (width<=479px){.gbgev-pnf-container{padding:90px 16px 28px}.gbgev-pnf-heading{margin-bottom:10px;font-size:1.85rem}.gbgev-pnf-banner{box-sizing:border-box;width:100%;max-width:340px;margin-bottom:16px;padding:10px 20px;font-size:14px}.gbgev-pnf-subtitle{margin-bottom:22px;padding:0 4px;font-size:14px}.gbgev-pnf-image{width:320px;height:320px}.gbgev-pnf-image-wrapper{margin-bottom:28px}.gbgev-pnf-help{margin-bottom:20px;padding:0 4px;font-size:13px}.gbgev-pnf-buttons{flex-direction:column;gap:10px;width:100%;max-width:300px;margin-bottom:24px;padding:0 8px}.gbgev-pnf-btn{width:100%;padding:11px 20px;font-size:14px}.gbgev-pnf-brand{padding:0 8px;font-size:12px}}@media (width<=360px){.gbgev-pnf-container{padding:85px 14px 24px}.gbgev-pnf-heading{font-size:1.7rem}.gbgev-pnf-image{width:280px;height:280px}.gbgev-pnf-btn{padding:10px 16px;font-size:13px}}.gbgev-blogs-page-hero{width:100%;padding-top:70px;position:relative;overflow:hidden}.gbgev-blogs-page-hero-bg{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);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;inset: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 (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 (width>=1024px) and (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 (width>=768px) and (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 (width>=480px) and (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 (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 (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-no-results-icon{margin-bottom:16px;font-size:48px}@media (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 (width>=1024px) and (width<=1399px){.gbgev-blogs-page-cards-grid{grid-template-columns:repeat(3,1fr);gap:24px}}@media (width>=768px) and (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 (width>=480px) and (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 (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 (width<=360px){.gbgev-blogs-page-section-title{font-size:20px}.gbgev-blogs-page-card-title{font-size:14px}}.gbgev-blogs-page-main{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;background:#fff;width:100%;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow-x:hidden}.gbgev-blogs-page-main *{-webkit-tap-highlight-color:transparent;box-sizing:border-box}.gbgev-blogs-page-main img{will-change:transform;max-width:100%;display:block}.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:hover{border-color:#fed7aa;transform:translateY(-6px);box-shadow:0 16px 40px #0000001a}.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:hover .gbgev-blogs-page-card-image{transform:scale(1.06)}.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-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;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-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}.gbgev-blogs-page-no-results{text-align:center;padding:60px 20px}.gbgev-blogs-page-no-results h3{color:#374151;margin-bottom:8px;font-size:20px}.gbgev-blogs-page-no-results p{color:#9ca3af;font-size:14px}.gbgev-blogs-page-detail-hero{width:100%;height:420px;position:relative;overflow:hidden}.gbgev-blogs-page-detail-hero-bg{width:100%;height:100%;position:absolute;inset:0}.gbgev-blogs-page-detail-hero-img{object-fit:cover;width:100%;height:100%}.gbgev-blogs-page-detail-hero-overlay{background:linear-gradient(#0000004d 0%,#000000b3 100%);position:absolute;inset:0}.gbgev-blogs-page-detail-back-btn{z-index:10;color:#111827;cursor:pointer;background:#fffffff2;border:none;border-radius:50px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:600;transition:all .25s;display:flex;position:absolute;top:20px;left:20px;box-shadow:0 4px 12px #00000026}.gbgev-blogs-page-detail-back-btn:hover{background:#fff;transform:translate(-3px);box-shadow:0 6px 20px #0003}.gbgev-blogs-page-detail-hero-content{z-index:5;color:#fff;padding:40px 24px;position:absolute;bottom:0;left:0;right:0}.gbgev-blogs-page-detail-hero-category{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#ff6b35,#f97316);border-radius:20px;margin-bottom:14px;padding:5px 14px;font-size:12px;font-weight:600;display:inline-block}.gbgev-blogs-page-detail-hero-title{text-shadow:0 2px 10px #0000004d;max-width:800px;margin-bottom:16px;font-size:32px;font-weight:800;line-height:1.2}.gbgev-blogs-page-detail-hero-meta{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.gbgev-blogs-page-detail-hero-meta-item{color:#ffffffd9;align-items:center;gap:6px;font-size:13px;font-weight:500;display:flex}.gbgev-blogs-page-detail-hero-meta-dot{background:#ffffff80;border-radius:50%;width:4px;height:4px}.gbgev-blogs-page-detail-action-bar{z-index:100;background:#fff;border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:16px 24px;display:flex;position:sticky;top:0;box-shadow:0 2px 8px #0000000a}.gbgev-blogs-page-detail-action-left{align-items:center;display:flex}.gbgev-blogs-page-detail-action-label{color:#374151;font-size:14px;font-weight:600}.gbgev-blogs-page-detail-action-btns{align-items:center;gap:8px;display:flex}.gbgev-blogs-page-detail-action-btn{color:#6b7280;cursor:pointer;background:#f9fafb;border:1px solid #e5e7eb;border-radius:50px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s;display:flex}.gbgev-blogs-page-detail-action-btn:hover{background:#f3f4f6;border-color:#d1d5db;transform:translateY(-1px)}.gbgev-blogs-page-detail-action-btn.gbgev-blogs-page-detail-liked{color:#ef4444;background:#fef2f2;border-color:#fca5a5}.gbgev-blogs-page-detail-action-btn.gbgev-blogs-page-detail-disliked{color:#374151;background:#f3f4f6;border-color:#9ca3af}.gbgev-blogs-page-detail-action-btn.gbgev-blogs-page-detail-saved{color:#f59e0b;background:#fffbeb;border-color:#fcd34d}.gbgev-blogs-page-detail-content-wrapper{max-width:900px;margin:0 auto;padding:40px 24px 60px}.gbgev-blogs-page-detail-article{margin-bottom:40px}.gbgev-blogs-page-detail-lead{color:#374151;border-bottom:1px solid #f3f4f6;margin-bottom:28px;padding-bottom:24px;font-size:18px;font-weight:500;line-height:1.7}.gbgev-blogs-page-detail-body{color:#374151;font-size:16px;line-height:1.8}.gbgev-blogs-page-detail-body p{margin-bottom:18px}.gbgev-blogs-page-detail-body h2,.gbgev-blogs-page-detail-body h3{color:#111827;margin-top:32px;margin-bottom:14px;font-weight:700}.gbgev-blogs-page-detail-body h2{font-size:24px}.gbgev-blogs-page-detail-body h3{font-size:20px}.gbgev-blogs-page-detail-body img{border-radius:12px;width:100%;margin:24px 0}.gbgev-blogs-page-detail-body ul,.gbgev-blogs-page-detail-body ol{margin-bottom:18px;padding-left:24px}.gbgev-blogs-page-detail-body li{margin-bottom:8px}.gbgev-blogs-page-detail-body blockquote{color:#6b7280;border-left:4px solid #ff6b35;margin:24px 0;padding-left:20px;font-style:italic}.gbgev-blogs-page-detail-body a{color:#ff6b35;text-decoration:underline}.gbgev-blogs-page-detail-tags{border-top:1px solid #f3f4f6;flex-wrap:wrap;gap:10px;margin-top:32px;padding-top:24px;display:flex}.gbgev-blogs-page-detail-tag{color:#6b7280;background:#f9fafb;border:1px solid #e5e7eb;border-radius:50px;padding:6px 16px;font-size:13px;font-weight:500;transition:all .2s}.gbgev-blogs-page-detail-tag:hover{color:#fff;background:#ff6b35;border-color:#ff6b35}.gbgev-blogs-page-detail-share-section{text-align:center;background:#f9fafb;border-radius:16px;padding:28px}.gbgev-blogs-page-detail-share-title{color:#111827;margin-bottom:20px;font-size:18px;font-weight:700}.gbgev-blogs-page-detail-share-buttons{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.gbgev-blogs-page-detail-share-btn{color:#fff;cursor:pointer;border:none;border-radius:50px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .25s;display:flex}.gbgev-blogs-page-detail-share-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.gbgev-blogs-page-detail-share-twitter{background:#0f1419}.gbgev-blogs-page-detail-share-facebook{background:#1877f2}.gbgev-blogs-page-detail-share-linkedin{background:#0a66c2}.gbgev-blogs-page-detail-share-copy{background:#6b7280}@media (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 (width>=1024px) and (width<=1399px){.gbgev-blogs-page-cards-grid{grid-template-columns:repeat(3,1fr);gap:24px}}@media (width>=768px) and (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}.gbgev-blogs-page-detail-hero{height:360px}.gbgev-blogs-page-detail-hero-title{font-size:28px}}@media (width>=480px) and (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}.gbgev-blogs-page-detail-hero{height:320px}.gbgev-blogs-page-detail-hero-title{font-size:22px}.gbgev-blogs-page-detail-hero-content{padding:24px 16px}.gbgev-blogs-page-detail-back-btn{padding:8px 14px;font-size:13px;top:12px;left:12px}.gbgev-blogs-page-detail-action-bar{flex-direction:column;align-items:flex-start;gap:10px;padding:12px 16px}.gbgev-blogs-page-detail-action-btns{justify-content:flex-start;width:100%}.gbgev-blogs-page-detail-content-wrapper{padding:24px 16px 40px}.gbgev-blogs-page-detail-lead{font-size:16px}.gbgev-blogs-page-detail-body{font-size:15px}.gbgev-blogs-page-detail-body h2{font-size:20px}.gbgev-blogs-page-detail-body h3{font-size:18px}.gbgev-blogs-page-detail-share-section{padding:20px 16px}.gbgev-blogs-page-detail-share-buttons{gap:8px}.gbgev-blogs-page-detail-share-btn{padding:8px 14px;font-size:13px}}@media (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}.gbgev-blogs-page-detail-hero{height:260px}.gbgev-blogs-page-detail-hero-title{font-size:18px}.gbgev-blogs-page-detail-hero-meta-item{font-size:12px}.gbgev-blogs-page-detail-action-btn{padding:6px 12px;font-size:12px}.gbgev-blogs-page-detail-share-btn span{display:none}.gbgev-blogs-page-detail-share-btn{border-radius:50%;padding:10px}}@media (width<=360px){.gbgev-blogs-page-section-title{font-size:20px}.gbgev-blogs-page-card-title{font-size:14px}}
