.gx-about{--gx-green: #00793A;--gx-green-dk: #0f2d21;--gx-gold: #C9A84C;--gx-beige: #F5EFE0;--gx-beige-dk: #EDE3CC;--gx-text: #1C1C1C;--gx-muted: #4a5568;--gx-light-bg: #f7f9f5;--gx-radius: 12px;--gx-gap: 24px;--gx-max: 1200px;font-family:inherit}.gx-container{max-width:var(--gx-max);margin:0 auto;padding:0 20px}@media(min-width:750px){.gx-container{padding:0 40px}}.gx-section{padding:72px 0}.gx-bg-light{background:var(--gx-light-bg)}.gx-bg-beige{background:var(--gx-green)}.gx-text-green{color:var(--gx-green)}.gx-text-muted{color:var(--gx-muted)}.gx-text-center{text-align:center}.gx-heading-md{font-size:clamp(24px,3vw,32px);font-weight:700;line-height:1.2;margin-bottom:16px}.gx-heading-sm{font-size:clamp(20px,2.5vw,24px);font-weight:600;line-height:1.3;margin-bottom:20px}.gx-title-md{font-size:18px;font-weight:600;margin-bottom:8px}.gx-body-lg{font-size:17px;line-height:1.7}.gx-body-md{font-size:15px;line-height:1.65}.gx-body-sm{font-size:14px;line-height:1.6}.gx-btn{display:inline-block;padding:14px 28px;border-radius:8px;font-size:14px;font-weight:600;letter-spacing:.03em;text-decoration:none;transition:transform .2s ease,opacity .2s;cursor:pointer}.gx-btn:hover{transform:scale(1.03);opacity:.92}.gx-btn--gold{background:var(--gx-gold);color:#fff;border:none}.gx-btn--outline-white{background:transparent;color:#fff;border:2px solid #fff}.gx-hero{position:relative;min-height:70vh;display:flex;align-items:center;overflow:hidden}.gx-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.gx-hero__bg--placeholder{background:var(--gx-green-dk)}.gx-hero__img{width:100%;height:100%;object-fit:cover;display:block}.gx-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#0b2d21e0,#0b2d21a6 60%,#0b2d214d)}.gx-hero__content{position:relative;z-index:1;max-width:640px;color:#fff;padding-top:60px;padding-bottom:60px}.gx-hero__title{font-size:clamp(36px,5vw,60px);font-weight:700;line-height:1.1;margin-bottom:14px;text-shadow:0 2px 12px rgba(0,0,0,.4)}.gx-hero__tagline{font-size:clamp(16px,2vw,20px);font-weight:500;margin-bottom:16px;opacity:1;text-shadow:0 1px 8px rgba(0,0,0,.35)}.gx-hero__desc{font-size:16px;line-height:1.65;max-width:480px;margin-bottom:0;opacity:1;text-shadow:0 1px 6px rgba(0,0,0,.3)}.gx-hero__btns{display:flex;gap:14px;flex-wrap:wrap}.gx-vision-mission__grid{display:grid;grid-template-columns:1fr;gap:40px}@media(min-width:750px){.gx-vision-mission__grid{grid-template-columns:1fr 1fr;align-items:start;gap:60px}.gx-vision-mission__left{order:2}.gx-vision-mission__right{order:1}}.gx-vm-block{margin-bottom:40px}.gx-vm-block:last-child{margin-bottom:0}.gx-beige-card{background:var(--gx-green);border:1px solid var(--gx-green-dk);border-radius:var(--gx-radius);padding:40px}.gx-beige-card .gx-heading-sm{color:#fff}.gx-beige-card p{color:#ffffffd9}.gx-beige-card p{margin-bottom:14px}.gx-beige-card p:last-child{margin-bottom:0}.gx-section-header{text-align:center;margin-bottom:52px}.gx-section-header .gx-heading-md{margin-bottom:10px;color:#1c1c1c}.gx-timeline{display:grid;grid-template-columns:1fr;gap:36px}@media(min-width:750px){.gx-timeline{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.gx-timeline{grid-template-columns:repeat(4,1fr)}}.gx-timeline__item{position:relative;padding-top:28px}.gx-timeline__item .gx-title-md{color:#1c1c1c}.gx-timeline__dot{width:18px;height:18px;border-radius:50%;background:var(--gx-green);margin-bottom:18px;transition:transform .25s ease;position:relative}.gx-timeline__dot:after{content:"";position:absolute;top:50%;left:100%;width:calc(100% + 24px);height:1px;background:#c3c8c1}.gx-timeline__item:last-child .gx-timeline__dot:after{display:none}@media(max-width:989px){.gx-timeline__dot:after{display:none}}.gx-timeline__item:hover .gx-timeline__dot{transform:scale(1.3)}.gx-who-serve .gx-heading-md{margin-bottom:44px;color:#1c1c1c}.gx-serve-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--gx-gap)}@media(min-width:990px){.gx-serve-grid{grid-template-columns:repeat(4,1fr)}}.gx-serve-card{background:var(--gx-light-bg);border-radius:var(--gx-radius);padding:28px 24px;transition:box-shadow .25s ease,transform .25s ease}.gx-serve-card:hover{box-shadow:0 8px 24px #1b43321f;transform:translateY(-3px)}.gx-serve-card .gx-title-md{color:#1c1c1c}.gx-serve-card__icon{color:var(--gx-green);margin-bottom:14px;display:flex;align-items:center}.gx-serve-card__icon img{width:40px;height:40px;object-fit:contain}.gx-values .gx-heading-md{color:#00793a}.gx-values .gx-body-lg{color:#ffffffd1}.gx-values .gx-title-md{color:#fff}.gx-values .gx-body-sm{color:#ffffffc7}.gx-values__grid{display:grid;grid-template-columns:1fr;gap:40px}@media(min-width:990px){.gx-values__grid{grid-template-columns:1fr 2fr;align-items:start;gap:80px}}.gx-values__right{display:grid;grid-template-columns:1fr 1fr;gap:32px 48px}@media(max-width:599px){.gx-values__right{grid-template-columns:1fr}}.gx-value-item .gx-title-md{margin-bottom:6px}.gx-promise__inner{max-width:760px}.gx-promise .gx-heading-md{margin-bottom:28px;color:#1c1c1c}.gx-promise__text{text-align:center}.gx-promise__text p{margin-bottom:16px}.gx-promise__tagline{display:block;text-align:center;font-style:italic;font-weight:600;font-size:17px;margin-top:24px;color:var(--gx-green)}@media(max-width:749px){.gx-section{padding:52px 0}.gx-hero{min-height:40vh!important}.gx-beige-card{padding:28px 20px}.gx-serve-grid{grid-template-columns:1fr 1fr}}.gx-btn--green{background:var(--gx-green);color:#fff;border:none;display:inline-block}.gx-intro__grid{display:grid;grid-template-columns:1fr;gap:48px;align-items:center}@media(min-width:750px){.gx-intro__grid{grid-template-columns:1fr 1fr;gap:64px}.gx-intro__text{order:1}.gx-intro__image{order:2}}.gx-intro__sub{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gx-gold);margin-bottom:12px}.gx-intro__text .gx-heading-md{margin-bottom:18px;color:#1c1c1c}.gx-intro__desc p{margin-bottom:14px}.gx-intro__desc p:last-child{margin-bottom:0}.gx-intro__img{width:100%;height:100%;object-fit:cover;border-radius:var(--gx-radius);display:block;max-height:500px}.gx-intro__img-placeholder{width:100%;height:400px;background:var(--gx-beige);border-radius:var(--gx-radius)}
/*# sourceMappingURL=/cdn/shop/t/31/assets/about-us-custom.css.map */
