@charset "UTF-8";.gv-resin-selection{--gv-rs-bg: #002A15;--gv-rs-card-bg: #FFFFFF;--gv-rs-card-active-bg: #003C1E;--gv-rs-green-bg: #193D2B;--gv-rs-icon-bg: var(--gv-neutral-100);--gv-rs-icon-color: #171717;--gv-rs-bar: rgba(184, 222, 25, .83);position:relative;width:100%;padding-block:clamp(64px,8vw,112px);background:var(--gv-rs-bg);color:var(--gv-white);box-sizing:border-box}.gv-resin-selection__inner{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,2fr);gap:clamp(24px,3vw,48px);align-items:center}.gv-resin-selection__left{display:flex;flex-direction:column;gap:24px;max-width:480px}.gv-resin-selection__eyebrow{display:inline-flex;align-items:center;gap:10px;padding:6px 18px 6px 6px;border-radius:4px;background:var(--gv-white);color:#404040;width:max-content}.gv-resin-selection__eyebrow-icon{display:inline-flex;width:32px;height:32px}.gv-resin-selection__eyebrow-icon svg{display:block;width:100%;height:100%}.gv-resin-selection__eyebrow-text{font-family:Lato,system-ui,sans-serif;font-size:12px;font-weight:600;line-height:16px;letter-spacing:.96px;text-transform:uppercase;color:inherit}.gv-resin-selection__title{margin:0;font-family:Lato,system-ui,sans-serif;font-size:clamp(28px,3vw,40px);font-weight:600;line-height:1.15;letter-spacing:-.01em;color:var(--gv-white)}.gv-resin-selection__lead{margin:0;font-family:Lato,system-ui,sans-serif;font-size:16px;font-weight:400;line-height:1.55;color:#ffffffc7}.gv-resin-selection__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-content:start}.gv-resin-selection__card{position:relative;display:flex;flex-direction:column;padding:24px 30px;border-radius:16px;background:var(--gv-rs-card-bg);color:var(--gv-neutral-900);box-sizing:border-box;transition:background .45s var(--gv-ease),color .45s var(--gv-ease),transform .55s var(--gv-ease)}.gv-resin-selection__card:hover{background:var(--gv-rs-card-active-bg);color:var(--gv-white);transform:translateY(-8px)}.gv-resin-selection__card:hover .gv-resin-selection__card-icon{background:#ffffff14;color:var(--gv-white)}.gv-resin-selection__card:hover .gv-resin-selection__card-num{color:#ffffffb3}.gv-resin-selection__card:hover .gv-resin-selection__card-title{color:var(--gv-white)}.gv-resin-selection__card--wide{grid-column:1/-1;background:var(--gv-rs-green-bg);color:var(--gv-white)}.gv-resin-selection__card--wide .gv-resin-selection__card-icon{background:#ffffff14;color:var(--gv-white)}.gv-resin-selection__card--wide .gv-resin-selection__card-num{color:#ffffffb3}.gv-resin-selection__card--wide .gv-resin-selection__card-title{color:var(--gv-white)}.gv-resin-selection__card--wide:hover{transform:translateY(-8px)}.gv-resin-selection__card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:19px}.gv-resin-selection__card-num{font-family:Lato,system-ui,sans-serif;font-size:12px;font-weight:600;line-height:1;color:var(--gv-neutral-600);font-variant-numeric:tabular-nums;transition:color .45s var(--gv-ease)}.gv-resin-selection__card-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:6px;border-radius:7px;background:var(--gv-rs-icon-bg);color:var(--gv-rs-icon-color);transition:background .45s var(--gv-ease),color .45s var(--gv-ease)}.gv-resin-selection__card-icon svg{display:block;width:22px;height:22px}.gv-resin-selection__card-title{margin:0;font-family:Lato,system-ui,sans-serif;font-size:20px;font-weight:600;line-height:1.3;color:var(--gv-neutral-900);transition:color .45s var(--gv-ease)}.gv-resin-selection__card-bar{margin-top:46px;width:88px;height:9px;border-radius:var(--radius-pill);background:var(--gv-rs-bar);transform-origin:left center}@media(max-width:1024px){.gv-resin-selection__inner{grid-template-columns:1fr}.gv-resin-selection__left{max-width:none}}@media(max-width:640px){.gv-resin-selection__grid{grid-template-columns:1fr}.gv-resin-selection__card{padding:24px}.gv-resin-selection__card--wide{grid-column:auto}}
