:root{--color-brand-primary: #188038;--color-brand-google: #34A853;--color-brand-primary-light: #44AD51;--color-brand-primary-dark: #0D652D;--color-brand-yellow: #FBCB04;--color-brand-blue: #4885ED;--color-brand-red: #DB3236;--color-white: #FFFFFF;--color-black: #000000;--color-neutral-50: #F4F4F4;--color-neutral-200: #D9D9D9;--color-neutral-500: #757575;--color-neutral-900: #303030;--color-surface-default: var(--color-white);--color-surface-muted: var(--color-neutral-50);--color-surface-card: var(--color-white);--color-border-default: var(--color-neutral-200);--color-text-primary: var(--color-black);--color-text-secondary: var(--color-neutral-500);--color-text-inverse: var(--color-white);--color-focus-ring: var(--color-brand-blue);--color-grey-1: var(--color-surface-muted);--color-grey-2: var(--color-border-default);--color-grey-3: #E6E8E7;--color-grey-4: var(--color-text-secondary);--color-grey-5: var(--color-text-primary);--color-grey-6: var(--color-text-primary);--color-primary: var(--color-brand-primary);--color-primary-alt-1: var(--color-brand-primary-light);font-family:Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--color-text-primary);background-color:var(--color-surface-default);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme: dark){:root{--color-white: #121212;--color-black: #FFFFFF;--color-surface-default: #121212;--color-surface-muted: #1B1B1B;--color-surface-card: #1E1E1E;--color-border-default: #2E2E2E;--color-text-primary: #F4F4F4;--color-text-secondary: #C2C6CA;--color-text-inverse: #121212;--color-grey-1: var(--color-surface-muted);--color-grey-2: var(--color-border-default);--color-grey-3: #262626;--color-grey-4: var(--color-text-secondary);--color-grey-5: var(--color-text-primary);--color-grey-6: var(--color-text-primary);--color-primary: var(--color-brand-primary-light);--color-primary-alt-1: var(--color-brand-primary)}}*{box-sizing:border-box;margin:0;padding:0}a{font-weight:500;color:var(--color-primary);text-decoration:inherit}a:hover{color:var(--color-primary-alt-1)}body{margin:0;display:flex;min-width:320px;min-height:100vh}h1,h2,h3,h4{color:var(--color-brand-primary)}h1{font-size:3.2em;line-height:1.1}h2{font-size:2rem;margin-bottom:.5rem;font-weight:500}h3{font-size:.875rem;margin-bottom:1rem;font-weight:400;text-transform:uppercase;letter-spacing:2px}@media (min-width: 768px){h1{font-size:3.2em;line-height:1.1}h2{font-size:2rem;font-weight:500}}#app{width:100%;padding:1rem;text-align:left}@media (min-width: 768px){#app{padding:1.75rem}}@media (min-width: 1440px){#app{padding:2.5rem}}#header{width:100%;display:flex;justify-content:space-between;align-items:center;background-color:var(--color-white);position:relative;padding-bottom:2rem}#header .selected-sites{display:flex;align-items:flex-start;gap:8px;background-color:var(--color-grey-1);color:var(--color-grey-5);padding:.5rem 1rem;border-radius:20px;border:2px solid var(--color-white);position:absolute;top:0;right:0;cursor:pointer;z-index:100}#header .selected-sites .site-list{display:flex;flex-direction:column;align-items:flex-end;flex-wrap:wrap;gap:.25rem;padding-top:.25rem}#header .selected-sites .site{font-size:.9rem;color:var(--color-grey-5);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}#header .selected-sites .site:not(:first-child){display:none}#header .selected-sites .more-indicator{display:block;padding-top:.125rem}#header .selected-sites svg path{fill:var(--color-grey-5)}#header .selected-sites:hover .site-list .site:not(:first-child){display:block}@media (max-width: 768px){#header .selected-sites{display:none}}.header-left{display:flex;align-items:center;gap:2rem}.header-left a{color:var(--color-grey-5);cursor:pointer;transition:background-color .3s ease}.no-break{white-space:nowrap}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem;margin-left:1rem}.menu-icon{display:block;width:25px;height:3px;background-color:var(--color-grey-5);position:relative}.menu-icon:before,.menu-icon:after{content:"";position:absolute;width:25px;height:3px;background-color:var(--color-grey-5);transition:all .3s ease}.menu-icon:before{top:-8px}.menu-icon:after{top:8px}.header-nav{display:flex;gap:1.5rem}.header-nav a{color:var(--color-grey-5);text-decoration:none;font-weight:500;transition:color .3s ease;cursor:pointer}.header-nav a:hover{color:var(--color-primary-alt-1)}@media (max-width: 768px){.header-nav{display:none}}.header-right{display:flex;align-items:center}.featured-benefits-btn{color:var(--color-grey-5);cursor:pointer;transition:background-color .3s ease}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background-color:var(--color-white);box-shadow:0 2px 10px #0000001a;border-radius:16px;z-index:1000}.mobile-menu.active{display:block}.mobile-menu-content{padding:2rem;display:flex;flex-direction:column;gap:0}.mobile-menu-content a{color:var(--color-grey-5);text-decoration:none;font-weight:500;padding:.5rem 0;transition:color .3s ease}.mobile-menu-content a:hover{color:var(--color-primary-alt-1)}.main-banner{width:100%;padding:4rem 1.25rem;background-color:var(--color-brand-primary);border-radius:20px 20px 0 0;margin-bottom:2rem;position:relative}.main-banner.main-banner-home{padding:0 0 1.25rem;margin-bottom:2rem}@media (min-width: 768px){.main-banner{padding:6rem 2.5rem;border-radius:40px 40px 0 0;margin-bottom:3rem}.main-banner.main-banner-home{padding:0 0 4rem;margin-bottom:4rem}}.main-banner-graphic{width:100%;max-width:80%;height:auto;margin-left:-10px}@media (min-width: 768px){.main-banner-graphic{width:100%;max-width:60%;margin-left:-20px}}.banner-about-block{position:relative;width:calc(100% - 40px);margin-top:20px;margin-left:20px;margin-right:20px;background-color:var(--color-brand-primary-dark);color:var(--color-white);border-radius:16px 16px 0;padding:20px}@media (min-width: 768px){.banner-about-block{margin-top:0;margin-left:0;margin-right:0;position:absolute;right:32px;bottom:-32px;border-radius:40px 40px 0;padding:40px;width:50%}}.banner-about-block h3{color:var(--color-white)}@media (prefers-color-scheme: dark){.banner-about-block h3,.banner-about-block p{color:var(--color-black)}}.banner-about-block a{color:var(--color-brand-yellow)}.sub-banner{display:none;padding:20px;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch;border-radius:0 0 0 16px;background:linear-gradient(78deg,#f4c20d33 1.31%,#f4c20d00 70.25%),var(--color-white);margin-bottom:2rem}@media (min-width: 768px){.sub-banner{padding:2.5rem;border-radius:0 0 0 32px;margin-bottom:4rem}}.sub-banner p{line-height:1.7}@media (min-width: 768px){.sub-banner p{font-size:1.25rem}}@media (min-width: 1440px){.sub-banner p{font-size:1.5rem}}.sub-banner a{color:var(--color-brand-primary)}@media (prefers-color-scheme: dark){.sub-banner a{color:var(--color-brand-yellow)}}.contained{width:100%;padding:1.25rem;background-color:var(--color-grey-1);border-radius:16px;margin-bottom:2rem}@media (min-width: 768px){.contained{padding:2.5rem;border-radius:32px;margin-bottom:3rem}}.welcome-section{text-align:left;margin-bottom:2rem}.welcome-section h1{font-size:2rem;font-weight:400;color:var(--color-grey-5);margin-bottom:1rem;line-height:1.2}@media (min-width: 768px){.welcome-section h1{font-size:3rem}}.welcome-section .region-label{font-size:1.1rem;color:var(--color-grey-4);margin-bottom:1rem}.speaker-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-top:1rem;margin-bottom:2rem}.speaker-card{background:var(--color-white);border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;border:1px solid var(--color-grey-2);transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.speaker-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026;background-color:var(--color-grey-1)}.speaker-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem}.speaker-image-wrapper{max-width:2rem;max-height:2rem;border-radius:1rem;overflow:hidden;border:3px solid var(--color-grey-2)}.speaker-image-wrapper img{object-fit:cover;width:100%;height:100%}.speaker-name{font-size:1.25rem;font-weight:600;color:var(--color-grey-5);margin:0;line-height:1.3;flex:1}.speaker-type{display:none;background:var(--color-grey-1);color:var(--color-grey-4);padding:.25rem .75rem;border-radius:16px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.speaker-type.inperson{background:var(--color-grey-1);color:var(--color-grey-5);border:1px solid var(--color-grey-2)}.speaker-type.virtual{background:var(--color-grey-2);color:var(--color-grey-5)}.speaker-details{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;font-size:.875rem;color:var(--color-grey-4)}.speaker-date,.speaker-time,.speaker-location{display:flex;align-items:center;font-weight:500}.speaker-description{margin-bottom:1.5rem}.speaker-description p{color:var(--color-grey-4);line-height:1.5;margin:0;font-size:.875rem}.speaker-actions{display:flex;gap:.75rem;flex-wrap:wrap}.calendar-btn,.video-btn{padding:.5rem 1rem;border-radius:20px;border:1px solid var(--color-grey-2);background:var(--color-white);color:var(--color-grey-5);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.calendar-btn:hover,.video-btn:hover{background:var(--color-grey-1);border-color:var(--color-primary);transform:translateY(-1px)}.video-btn{background:var(--color-primary);color:var(--color-white);border-color:var(--color-primary)}.video-btn:hover{background:var(--color-primary-alt-1);border-color:var(--color-primary-alt-1)}.video-btn:before{content:"🎥"}.speaker-grid .loading-spinner{grid-column:1 / -1;text-align:center;padding:2rem;color:var(--color-grey-4);font-style:italic}@media (max-width: 768px){.speaker-grid{grid-template-columns:1fr;gap:1rem}.speaker-card{padding:1rem}.speaker-header{flex-direction:column;align-items:flex-start;gap:.5rem}.speaker-details{flex-direction:column;gap:.5rem}.speaker-actions{justify-content:center}}.location-selection h2{margin-bottom:2rem}@media (min-width: 768px){.location-selection h2{margin-bottom:4rem}}.location-selection .region-grid{display:grid;grid-template-columns:1fr;gap:0;margin-bottom:1rem;border-top:1px solid var(--color-border-default);border-bottom:1px solid var(--color-border-default);position:relative}@media (min-width: 768px){.location-selection .region-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));border-top:none;border-bottom:none}}.location-selection .region-grid:after{content:url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.0664 20.6669L24.5331 13.0669C25.0664 12.5336 25.0664 11.7336 24.5331 11.2002C23.9997 10.6669 23.1997 10.6669 22.6664 11.2002L15.9997 17.7336L9.33307 11.2002C8.79974 10.6669 7.99974 10.6669 7.46641 11.2002C7.19974 11.4669 7.06641 11.7336 7.06641 12.1336C7.06641 12.5336 7.19974 12.8002 7.46641 13.0669L14.9331 20.6669C15.5997 21.2002 16.3997 21.2002 17.0664 20.6669C16.9331 20.6669 16.9331 20.6669 17.0664 20.6669Z" fill="black"/></svg>');display:block;position:absolute;right:32px;top:32px;z-index:20;pointer-events:none;transition:transform .3s ease;width:32px;height:32px}@media (prefers-color-scheme: dark){.location-selection .region-grid:after{content:url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.0664 20.6669L24.5331 13.0669C25.0664 12.5336 25.0664 11.7336 24.5331 11.2002C23.9997 10.6669 23.1997 10.6669 22.6664 11.2002L15.9997 17.7336L9.33307 11.2002C8.79974 10.6669 7.99974 10.6669 7.46641 11.2002C7.19974 11.4669 7.06641 11.7336 7.06641 12.1336C7.06641 12.5336 7.19974 12.8002 7.46641 13.0669L14.9331 20.6669C15.5997 21.2002 16.3997 21.2002 17.0664 20.6669C16.9331 20.6669 16.9331 20.6669 17.0664 20.6669Z" fill="white"/></svg>')}}.location-selection .region-grid.active:after{transform:rotate(180deg)}@media (min-width: 768px){.location-selection .region-grid:after{display:none}}.location-selection .region-card{background-color:var(--color-white);padding:1rem;cursor:pointer;transition:background-color .3s ease,border-color .3s ease,color .3s ease,padding .3s ease;text-align:left;position:relative}@media (min-width: 768px){.location-selection .region-card{padding:3rem 1.5rem;border-left:1px solid var(--color-border-default);border-top:1px solid var(--color-border-default);border-bottom:1px solid var(--color-border-default)}.location-selection .region-card:last-child{border-right:1px solid var(--color-border-default)}.location-selection .region-card:after{content:"";display:block;position:absolute;top:0;right:-1px;height:100%;width:1px;background-color:transparent;z-index:10;transition:background-color .3s ease}}.location-selection .region-card:not([data-region=bay]){order:10}.location-selection .region-card[data-region=na],.location-selection .region-card[data-region=NA]{display:none}.location-selection .region-card h3{color:var(--color-grey-5);font-size:1.5rem;margin-bottom:0;font-weight:600}@media (min-width: 1024px){.location-selection .region-card h3{font-size:1.75rem}}@media (min-width: 1920px){.location-selection .region-card h3{font-size:3rem}}.location-selection .region-card p{margin:0;color:var(--color-primary);font-size:1rem}@media (min-width: 1024px){.location-selection .region-card p{font-size:1.125rem}}.location-selection .region-card:hover{border-color:var(--color-primary-alt-1);background-color:var(--color-grey-3)}.location-selection .region-card:not(:last-child):hover:after{background-color:var(--color-primary-alt-1)}.location-selection .region-card:hover p{color:var(--color-grey-5)}.location-selection .region-card.selected{border-color:var(--color-primary-alt-1)}.location-selection .region-card.selected:not(:last-child):after{background-color:var(--color-primary-alt-1)}.location-selection .region-card.mobile-hidden{opacity:0;height:0;padding:0;border:none;pointer-events:none}.location-selection .specific-locations{display:none;margin-top:2rem}.location-selection .location-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (min-width: 768px){.location-selection .location-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}}@media (min-width: 1440px){.location-selection .location-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2.5rem}}.location-selection .location-card{background:var(--color-grey-1);border:1px solid transparent;border-radius:8px;padding:1rem;cursor:pointer;transition:all .3s ease;text-align:left;position:relative}@media (min-width: 768px){.location-selection .location-card{padding:1.5rem}}.location-selection .location-card h4.other-location-title,.location-selection .location-card p.other-location-subtitle{font-size:.95em}.location-selection .location-card.selected p{color:var(--color-grey-4)}.location-selection .location-card h4{font-size:1.2rem;margin-bottom:.5rem;font-weight:600;padding-right:2rem;color:var(--color-grey-5)}.location-selection .location-card p{color:var(--color-primary);margin:0;font-size:.875rem}@media (min-width: 1024px){.location-selection .location-card p{font-size:1rem}}.location-selection .location-card .location-checkbox{position:absolute;top:1rem;right:1rem;width:20px;height:20px;border-radius:4px;background:transparent;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.location-selection .location-card .location-checkbox:after{content:url('data:image/svg+xml,<svg viewBox="0 0 31 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.0569 0.333455L17.3208 6.24651L25.9954 2.54199C27.1531 2.04611 28.3452 3.17121 27.8735 4.30882L24.3316 12.8513L30.6393 19.7228C31.4797 20.6395 30.7508 22.0897 29.4901 22.0022L20.0394 21.3688L15.2625 29.3195C14.6236 30.3821 12.9813 30.1529 12.6726 28.9612L10.3699 20.027L1.11212 18.0685C-0.122819 17.8059 -0.410117 16.2183 0.661883 15.5641L8.6933 10.6761L7.74994 1.51273C7.62559 0.287611 9.09209 -0.466629 10.0612 0.325112L10.0569 0.333455Z" fill="%23FBBC04"/></svg>');color:#fff;font-weight:700;position:absolute;top:20px;transform:rotate(33deg);width:100%;height:auto;object-fit:cover;opacity:0;transition:all .3s ease}.location-selection .location-card.selected .location-checkbox:after{opacity:1;top:0;transform:rotate(0)}.location-selection .location-card:hover{border-color:var(--color-primary-alt-1);background:var(--color-white)}.location-selection .location-card:hover p{color:var(--color-grey-5)}.location-selection .location-card.selected{border-color:var(--color-primary-alt-1);background:var(--color-white)}.location-selection .location-actions{display:flex;flex-direction:column;align-items:center;gap:1rem;border-top:1px solid var(--color-border-default);border-bottom:1px solid var(--color-border-default);padding:1.5rem 0;margin-top:1rem;position:sticky;bottom:0;background-color:var(--color-white);z-index:10}@media (min-width: 768px){.location-selection .location-actions{margin-top:2rem;flex-direction:row}}.location-selection .location-actions .proceed-btn{background-color:var(--color-primary);color:#fff;border:none;padding:.75rem 2rem;border-radius:32px;font-weight:600;cursor:pointer;transition:all .3s ease;display:block;font-size:1.125rem;width:100%}@media (min-width: 768px){.location-selection .location-actions .proceed-btn{width:auto}}.location-selection .location-actions .proceed-btn:hover{background-color:var(--color-primary-alt-1)}.location-selection .location-actions .proceed-btn:disabled{background-color:var(--color-grey-3);cursor:not-allowed}.location-selection .location-actions .selection-hint{font-size:.9rem;color:var(--color-grey-4);text-align:left}.location-selection .selected-locations{margin-top:2rem;background:var(--color-grey-1)}.location-selection h2{margin-bottom:1rem}.location-selection h2.select-sites{margin-top:1.5rem;margin-bottom:.25rem}.location-selection .selected-locations h4{font-size:1rem;margin-bottom:.5rem;color:var(--color-grey-5)}.location-selection .selected-list{display:flex;flex-wrap:wrap;gap:.5rem}.location-selection .selected-item{display:flex;align-items:center;gap:.5rem;background:var(--color-white);padding:.5rem .75rem;border-radius:8px;border:1px solid var(--color-grey-2)}.location-selection .selected-item:hover{background-color:var(--color-grey-2)}.location-selection .selected-item:disabled{background-color:var(--color-grey-3);cursor:not-allowed}.location-selection .selected-item span{font-size:.9rem;color:var(--color-grey-5)}.location-selection .selected-item .remove-btn{background:none;border:none;color:var(--color-grey-4);cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.location-selection .selected-item .remove-btn:hover{color:var(--color-primary)}.location-selection:has(.speaker-grid){display:none}.benefits-section .featured-benefits{display:grid;grid-template-columns:1fr}@media (min-width: 768px){.benefits-section .featured-benefits{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.benefits-section .featured-benefits{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1440px){.benefits-section .featured-benefits{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1920px){.benefits-section .featured-benefits{grid-template-columns:repeat(6,1fr)}}.benefits-section h2{display:flex;align-items:center}.benefits-section .featured-benefits .benefit-card{border-top:1px solid var(--color-border-default);border-left:1px solid var(--color-border-default);padding:20px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;height:100%;position:relative}.benefits-section .featured-benefits .benefit-card:before{content:"";position:absolute;top:0;right:0;width:1px;height:100%;background-color:var(--color-border-default)}.benefits-section .featured-benefits .benefit-card:after{content:"";display:block;position:absolute;bottom:-1px;left:0;width:100%;height:1px;background-color:var(--color-border-default);z-index:10}.benefits-section .featured-benefits .benefit-card:hover{background-color:var(--color-grey-2)}.benefits-section .featured-benefits .benefit-card h3{text-transform:none;margin:8px 0;color:var(--color-grey-5);font-size:1.3rem;font-weight:600;letter-spacing:1px}.benefits-section .featured-benefits .benefit-track{display:inline-block;padding:4px 10px;background-color:var(--color-grey-2);color:var(--color-grey-5);border-radius:16px;font-size:.8rem;margin-top:12px;align-self:flex-start}.benefits-section .featured-benefits .benefit-team{font-size:.9rem;color:var(--color-grey-4);margin-top:8px}.benefits-section .featured-benefits .benefit-category{font-size:.9rem;color:var(--color-grey-4);margin-top:8px;display:none}.benefit-popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;z-index:1000;display:flex;justify-content:center;align-items:center;padding:1rem;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.benefit-popup.show{opacity:1;visibility:visible}.benefit-popup-content{background-color:var(--color-grey-1);border-radius:16px;width:100%;max-width:800px;max-height:90vh;overflow:hidden;box-shadow:0 20px 60px #0006;transform:translateY(30px);transition:transform .3s ease}.benefit-popup.show .benefit-popup-content{transform:translateY(0)}.benefit-popup-header{position:relative;background:var(--color-white);padding:1.5rem 2rem;border-bottom:1px solid var(--color-grey-2)}.benefit-popup-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:var(--color-grey-4);padding:.5rem;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.benefit-popup-close:hover{background-color:var(--color-grey-2)}.benefit-popup-title{margin:0 0 .5rem;font-size:1.8rem;font-weight:600;color:var(--color-grey-5);padding-right:60px}.benefit-popup-meta{display:flex;flex-direction:row;gap:1rem;align-items:center;justify-content:space-between;margin-bottom:1rem}.benefit-popup-meta .meta-details{display:flex;gap:1rem;align-items:center;justify-content:space-between}.benefit-popup-category{color:var(--color-grey-4);font-weight:500;display:none}.benefit-popup-track{background:var(--color-grey-2);padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:600;color:var(--color-grey-5)}.benefit-popup-team{color:var(--color-grey-4);font-weight:500}.benefit-link-btn{background:#4285f4;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:24px;font-weight:600;cursor:pointer;transition:background-color .2s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.benefit-link-btn:hover{background:#3367d6}.benefit-popup-body{padding:2rem;max-height:60vh;overflow-y:auto}.benefit-popup-section:last-child{margin-bottom:0}.benefit-popup-section h3{margin:0 0 1rem;font-size:1.2rem;font-weight:600;color:var(--color-grey-5)}.benefit-popup-description h2{font-size:1.25rem}.benefit-popup-description{color:var(--color-grey-4);line-height:1.6;margin:0}.benefit-popup-description p,.benefit-popup-description ul{margin-bottom:2rem}.benefit-popup-description ul li:not(:last-child){margin-bottom:.5rem}.benefit-popup-description ul ul{margin-top:.5rem}.benefit-popup-description .img-wrapper{width:100%;overflow:hidden;border-radius:16px;margin-bottom:2rem}.benefit-popup-description .img-wrapper img{width:100%;height:auto;display:block}.benefit-popup-description blockquote{padding:1rem 1.5rem;color:var(--color-grey-5);background-color:var(--color-grey-2);border-radius:0 16px 16px}.benefit-popup-description blockquote p{font-weight:500;margin-bottom:.5rem}.benefit-popup-description ul li{padding-left:.5rem;margin-left:1rem}.benefit-popup-eligibility{color:var(--color-grey-4);line-height:1.6;margin:0}@media (max-width: 768px){.benefit-popup{padding:.5rem}.benefit-popup-content{max-height:95vh}.benefit-popup-header{padding:1rem 1.5rem}.benefit-popup-title{font-size:1.5rem;padding-right:50px}.benefit-popup-close{top:.75rem;right:.75rem;width:40px;height:40px;font-size:1.5rem}.benefit-popup-body{padding:1.5rem}.benefit-popup-meta{flex-direction:column;align-items:flex-start;gap:.5rem}}.internal-header{text-align:left;margin-bottom:3rem}.internal-header h1{font-size:3rem;font-weight:600;color:var(--color-white);margin-bottom:1rem;line-height:1.2}.internal-header p{font-size:1rem;color:var(--color-white);font-weight:500}@media (min-width: 768px){.internal-header p{font-size:1.25rem}}@media (prefers-color-scheme: dark){.internal-header h1,.internal-header p{color:var(--color-grey-5)}}.internal-header a{color:var(--color-brand-yellow)}.tagline{font-size:1.1rem;color:var(--color-grey-4);margin:0}.selected-locations-display{display:flex;gap:.5rem;flex-wrap:wrap}.selected-locations-display span{color:#fff;background-color:var(--color-brand-primary-dark);padding:.5rem 1rem;border-radius:1rem}.main-banner .internal-graphic-1{position:absolute;bottom:-32px;right:-8px;width:400px;height:auto;z-index:0;pointer-events:none}.main-banner .internal-graphic-1 .left-star{display:none}@media (min-width: 768px){.main-banner .internal-graphic-1 .left-star{display:block}}.about-section{margin-top:4rem;margin-bottom:4rem}.about-section .content-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.about-section .content-column h3{font-size:1.3rem;color:var(--color-grey-5);margin-bottom:1rem;font-weight:600}.about-section .content-column p{color:var(--color-grey-4);line-height:1.6;margin:0}.track-filters{display:flex;flex-wrap:wrap;gap:12px;margin:16px 0}.track-filter-option{display:inline-flex;align-items:center;padding:8px 16px;background-color:var(--color-grey-1);border-radius:20px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s;border:1px solid var(--color-grey-2)}.track-filter-option:hover{background-color:var(--color-grey-2)}.track-filter-option input[type=checkbox]{margin-right:8px;accent-color:var(--color-primary)}.track-filter-option input[type=checkbox]:checked+span{font-weight:500}.dates-section{margin-bottom:3rem;margin-top:3rem}.dates-section .dates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.dates-section .dates-grid .date-card{background:#f8f9fa;padding:1.5rem;border-radius:8px;border:1px solid #e9ecef;text-align:center}.dates-section .dates-grid .date-card h3{font-size:1.3rem;color:#333;margin-bottom:.5rem;font-weight:600}.dates-section .dates-grid .date-card p{color:#666;margin-bottom:1rem}.dates-section .dates-col,.dates-section .dates-col .day-section{display:flex;flex-direction:column;gap:1rem}.dates-section .dates-col .day-section .day-header{display:flex;align-items:center;gap:1rem}.dates-section .dates-col .day-section .day-header h3{margin:0;line-height:1.2}.dates-section .dates-col .day-section .day-header p{line-height:1.2;margin:0;color:var(--color-grey-4)}.dates-section .dates-col .day-section .day-events{display:flex;flex-direction:column;gap:0;margin-bottom:2rem;border-top:1px solid var(--color-border-default)}.dates-section .dates-col .day-section .day-events .event-item{display:flex;flex-direction:column;align-items:flex-start;padding:1rem;border-bottom:1px solid var(--color-border-default);cursor:pointer;transition:background-color .2s ease,transform .2s ease;overflow:hidden;gap:1rem}@media (min-width: 920px){.dates-section .dates-col .day-section .day-events .event-item{flex-direction:row;align-items:center;padding:2rem}}.dates-section .dates-col .day-section .day-events .event-item:hover{background-color:var(--color-grey-2);transform:translateY(-2px)}.dates-section .dates-col .day-section .day-events .event-item h4,.dates-section .dates-col .day-section .day-events .event-item p{margin:0}.dates-section .dates-col .day-section .day-events .event-item .event-info{width:100%;flex:1 1 100%}.dates-section .dates-col .day-section .day-events .event-item .event-details{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;width:auto;flex:1 0 auto}@media (min-width: 768px){.dates-section .dates-col .day-section .day-events .event-item .event-details{justify-content:flex-end;gap:1rem}}.dates-section .dates-col .day-section .day-events .event-item .event-activation{flex:1 1 100%;min-width:0}.dates-section .dates-col .day-section .day-events .event-item .event-activation span{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.dates-section .dates-col .day-section .day-events .event-item .event-activation .event-name{font-weight:700}.dates-section .dates-col .day-section .day-events .event-item .event-activation .event-description{color:var(--color-grey-4);font-size:.9rem;display:none}@media (min-width: 768px){.dates-section .dates-col .day-section .day-events .event-item .event-activation .event-description{display:block}}.dates-section .dates-col .day-section .day-events .event-item .event-pillar{flex:0 0 220px;min-width:0}.dates-section .dates-col .day-section .day-events .event-item .event-date{flex:0 0 21.3688L15px;min-width:0}.dates-section .dates-col .day-section .day-events .event-item .event-register{flex:0 0 80px;min-width:0;background-color:var(--color-brand-yellow);color:#000;padding:4px 12px;display:flex;align-items:center;justify-content:center;border-radius:16px;transition:all .3s ease;text-decoration:none}.dates-section .dates-col .day-section .day-events .event-item .event-register:hover{background-color:var(--color-primary);color:var(--color-white)}.dates-section .dates-col .day-section .day-events .event-item .event-dropin{flex:0 0 80px;min-width:0;background-color:var(--color-grey-1);color:var(--color-grey-5);padding:4px 12px;display:flex;align-items:center;justify-content:center;border-radius:16px;transition:all .3s ease;text-decoration:none}@media (max-width: 768px){.dates-section .dates-col .day-section .day-events .event-item .event-register,.dates-section .dates-col .day-section .day-events .event-item .event-dropin{flex:1 1 100%;width:100%}}.dates-section .dates-col .day-section .day-events .event-item .event-calendar{flex:0 0 148px;min-width:0;background-color:var(--color-white);color:var(--color-grey-5);padding:4px 12px;display:flex;align-items:center;justify-content:center;border-radius:16px;transition:all .3s ease}.dates-section .dates-col .day-section .day-events .event-item .event-calendar:hover{background-color:var(--color-primary);color:var(--color-white)}.dates-section .dates-col .day-section .day-events .event-item .event-attendance{flex:1 1 100%;display:flex;min-width:0;font-size:.75rem;background-color:var(--color-grey-2);border-radius:8px;font-weight:600;padding:2px 8px}@media (min-width: 768px){.dates-section .dates-col .day-section .day-events .event-item .event-attendance{flex:0 0 80px;justify-content:center}}.dates-section .dates-col .day-section .day-events .event-item .event-org{flex:0 0 80px;display:none;justify-content:flex-end;min-width:0;font-size:.75rem;font-weight:600;background-color:#fff;padding:4px;border-radius:16px}@media (min-width: 768px){.dates-section .dates-col .day-section .day-events .event-item .event-org{display:flex}}.dates-section .dates-col .day-section .day-events .event-item .event-org .event-org-logo{max-height:24px;max-width:100%;width:auto;height:auto;object-fit:contain;display:block}.dates-section .dates-col .day-section .day-events .event-item .event-org span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dates-section .dates-col .day-section .day-events .event-item .event-time{flex:0 0 160px;min-width:0}.dates-section .dates-col .day-section .day-events .event-item .event-location{flex:0 0 120px;font-size:1rem;color:var(--color-grey-5);display:flex;align-items:center;min-width:0}.dates-section .dates-col .day-section .day-events .event-item .event-location span{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.dates-section .dates-col .day-section .day-events .event-item .event-room{flex:0 0 120px;display:flex;display:none;align-items:center;justify-content:flex-end;min-width:0}.dates-section .dates-col .day-section .day-events .event-item .event-room svg,.dates-section .dates-col .day-section .day-events .event-item .event-location svg{margin-right:.25rem}.dates-section .dates-col .date-card{display:none;align-items:center;gap:1rem;background-color:var(--color-grey-1);color:var(--color-grey-5);padding:1rem;border-radius:8px;border:1px solid var(--color-grey-2);cursor:pointer;transition:all .3s ease}.dates-section .dates-col .date-card h3{font-size:1.3rem;color:var(--color-grey-5);margin-bottom:.5rem;font-weight:600}.dates-section .dates-col .date-card p{color:var(--color-grey-4);margin-bottom:1rem}.event-type{background:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;color:#333;border:1px solid #ddd;display:inline-block}.page-footer{margin-top:3rem}.footer-branding{width:100%;display:grid;grid-template-columns:auto;gap:1rem;margin-bottom:1.5rem}@media (min-width: 768px){.footer-branding{display:flex;align-items:center;gap:1rem;margin-bottom:0}}.footer-branding .footer-logo{height:40px;display:block}.footer-branding .footer-logo img{width:auto;height:100%}.footer-content{display:flex;justify-content:space-between;align-items:center}.footer-content a{color:var(--color-grey-5);font-weight:600}.google-logo-footer{font-size:1.5rem;font-weight:700;color:#4285f4}.footer-nav{display:flex;align-items:center;gap:2rem}.footer-nav a{color:#666;text-decoration:none;font-weight:500}.footer-nav a:hover{color:#4285f4}.social-links{display:flex;gap:1.5rem}.social-link{width:32px;height:32px;background:#f1f3f4;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:1.2rem;transition:background-color .3s ease}.social-link:hover{background:#e8eaed}.google-logo img{width:100%;max-width:64px;height:auto}@media (max-width: 768px){.mobile-menu-btn{display:block}.google-logo{font-size:1.2rem}.featured-benefits-btn{padding:.5rem 1rem;font-size:.9rem}.internal-header h1{font-size:2rem}.about-section .content-grid{grid-template-columns:1fr;gap:2rem}.footer-content{flex-direction:column;gap:1rem;text-align:center}.footer-nav{order:2}.social-links{order:3}}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.vanilla:hover{filter:drop-shadow(0 0 2em #f7df1eaa)}.card{padding:2em}.read-the-docs{color:#888}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.location-selector select{padding:.5rem 1rem;border:1px solid #ddd;border-radius:4px;background-color:#fff;font-size:1rem;cursor:pointer;min-width:150px}.location-selector select:focus{outline:none;border-color:#4285f4}.events-preview{display:none;margin-top:3rem;padding:2rem 0}.events-preview h2{font-size:2rem;font-weight:500;margin-bottom:2rem;color:#1a1a1a}.events-preview p{margin-bottom:2rem}.loading-spinner{text-align:center;padding:2rem;color:#666;font-size:1.1rem}.events-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:1rem}.event-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;transition:all .2s ease;box-shadow:0 1px 3px #0000001a}.event-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.event-type{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.event-type.inperson{background-color:#e8f5e8;color:#2e7d32}.event-type.ondemand{background-color:#fff3e0;color:#f57c00}.event-type.virtual{background-color:#e3f2fd;color:#1976d2}@media (max-width: 768px){.events-grid{grid-template-columns:1fr;gap:1rem}.event-card{padding:1rem}.events-preview{margin-top:2rem}}.date-card{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.date-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00000026}.date-display{font-size:.9rem;color:#666;margin:.5rem 0}.event-count{font-weight:600;color:#1a1a1a;margin:.5rem 0}.event-types{display:flex;flex-direction:column;gap:.25rem;margin-top:1rem}.event-types .event-type{font-size:.7rem;padding:.2rem .5rem;border-radius:8px;text-align:center}.events-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:80vh;overflow:hidden;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0;background:#f8f9fa}.modal-header h3{margin:0;font-size:1.3rem;color:#1a1a1a}.close-modal{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:.25rem;border-radius:4px;transition:background-color .2s ease}.close-modal:hover{background-color:#e0e0e0}.modal-body{padding:1.5rem;max-height:60vh;overflow-y:auto}.event-detail{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:1rem;background:#fff}.event-detail:last-child{margin-bottom:0}.event-detail .event-time{font-weight:600;color:#4285f4;min-width:80px}.event-detail .event-name{flex:1;margin:0 1rem;font-weight:500;color:#1a1a1a}.event-detail .event-type{min-width:100px;text-align:center}@media (max-width: 768px){.events-modal{padding:.5rem}.modal-content{max-height:90vh}.event-detail{flex-direction:column;align-items:flex-start;gap:.5rem}.event-detail .event-name{margin:0}.event-detail .event-type{align-self:flex-end}}.event-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.event-popup.show{opacity:1;visibility:visible}.event-popup-content{background:var(--color-grey-1);border-radius:16px;width:100%;max-width:800px;max-height:90vh;overflow:hidden;box-shadow:0 20px 60px #0006;transform:translateY(30px);transition:transform .3s ease}@media (min-width: 768px){.event-popup-content{max-height:90vh}}.event-popup.show .event-popup-content{transform:translateY(0)}.event-popup-header{position:relative;background:var(--color-brand-primary);padding:1.5rem 2rem}.event-popup-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#fff;padding:.5rem;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,color .2s ease}.event-popup-close:hover{background-color:var(--color-brand-yellow);color:var(--color-grey-5)}.event-popup-graphic{position:absolute;bottom:0;right:0;width:100%;height:100%;pointer-events:none}.graphic-element{position:absolute;opacity:0;transition:opacity .6s ease,bottom .6s ease,transform .8s ease}.graphic-element.g-1{width:16px;height:16px;right:32px;bottom:0}.event-popup.show .graphic-element.g-1{bottom:20px;opacity:1}.graphic-element.g-2{width:32px;right:64px;bottom:-64px;transform:rotate(30deg)}.event-popup.show .graphic-element.g-2{bottom:-32px;transform:rotate(0);opacity:1}.graphic-element.g-3{width:20px;right:160px;bottom:0;transform:rotate(-30deg)}.event-popup.show .graphic-element.g-3{bottom:20px;transform:rotate(0);opacity:1}.event-popup-title{margin:0 0 .5rem;font-size:1.8rem;font-weight:600;color:#fff;padding-right:60px}.event-popup-meta{display:flex;gap:1rem;align-items:center;margin-bottom:1rem;flex-wrap:wrap}.event-popup-date{color:#fff;font-weight:500}.event-register{background:var(--color-brand-yellow);padding:.5rem 1rem;border-radius:16px;font-size:.875rem;font-weight:600;color:#000}.event-register:hover{background:var(--color-brand-primary-light);color:#000}.event-dropin{background:var(--color-brand-primary-light);color:var(--color-brand-primary-dark);padding:.5rem 1rem;border-radius:16px;font-size:.875rem;font-weight:600}.event-popup-pillar{display:none;background:var(--color-grey-2);padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:600;color:var(--color-grey-5)}.event-popup-attendance{display:none;background:#e8f5e8;color:#2e7d32;padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:600;text-transform:uppercase}.event-popup-attendance.ondemand{background:#fff3e0;color:#f57c00}.google-meet{width:100%;display:flex;align-items:center;justify-content:center}.google-meet svg{width:100%;max-width:calc(100% - 40px)}.add-to-calendar-btn{background:var(--color-primary);color:var(--color-white);border:none;padding:.5rem 1rem;border-radius:24px;font-weight:600;cursor:pointer;transition:background-color .2s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.add-to-calendar-btn:hover{color:var(--color-white);background:var(--color-primary-alt-1)}.add-to-calendar-btn svg path{fill:var(--color-white)}.event-popup-body{padding:2rem;max-height:60vh;overflow-y:auto}@media (min-width: 768px){.event-popup-body{max-height:60vh}}.event-popup-section{margin-bottom:2rem}.event-popup-section:last-child{margin-bottom:0}.event-popup-section h3{margin:0 0 1rem;font-size:1.2rem;font-weight:600;color:var(--color-grey-5)}.event-popup-description{color:var(--color-grey-4);line-height:1.6;margin:0}.event-location-info{display:flex;flex-direction:column;gap:.5rem}@media (min-width: 600px){.event-location-info{flex-direction:row;gap:1rem;align-items:center}}.location-detail{display:flex;align-items:center;gap:.5rem;color:var(--color-grey-4)}.location-detail svg{width:16px;height:16px;flex-shrink:0}.event-map{width:100%;height:200px;background:var(--color-grey-1);border-radius:8px;border:1px solid var(--color-grey-2);margin-top:1rem;display:flex;align-items:center;justify-content:center;color:var(--color-grey-4);font-style:italic;position:reltive;overflow:hidden}.event-map img{display:block;width:100%;height:100%;object-fit:cover;border-radius:8px}.related-events{margin-top:1rem}.related-event-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:var(--color-grey-1);border-radius:8px;margin-bottom:.5rem;cursor:pointer;transition:background-color .2s ease}.related-event-item:hover{background:var(--color-grey-2)}.related-event-item:last-child{margin-bottom:0}.related-event-name{font-weight:500;color:var(--color-grey-5);margin:0}.related-event-time{font-size:.875rem;color:var(--color-grey-4)}@media (max-width: 768px){.event-popup{padding:.5rem}.event-popup-content{max-height:95vh}.event-popup-header{padding:1rem 1.5rem}.event-popup-title{font-size:1.5rem;padding-right:50px}.event-popup-close{top:.75rem;right:.75rem;width:40px;height:40px;font-size:1.5rem}.event-popup-body{padding:1.5rem}.event-popup-meta{flex-direction:column;align-items:flex-start;gap:.5rem}.location-detail{flex-wrap:wrap}}.faq-section{padding:0 1rem}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-section-group{margin-bottom:2rem}.faq-section-group h2{margin-bottom:1rem}.faq-item{border-radius:0;overflow:hidden;border-bottom:1px solid var(--color-border-default);margin-bottom:0}.faq-item:nth-child(2){border-top:1px solid var(--color-border-default)}.faq-question{padding:1rem 1.75rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .2s ease,transform .2s ease}.faq-question:hover{background:var(--color-grey-1)}.faq-question h3{margin:0;font-size:1.1rem;font-weight:500;color:var(--color-grey-5);text-transform:none;flex:1}.faq-arrow{font-size:1.2rem;color:var(--color-grey-4);transition:transform .3s ease;min-width:20px;text-align:center}.faq-answer{display:none;padding:1rem 1.75rem 1.5rem;background:var(--color-grey-1)}.faq-answer p{margin:0;line-height:1.6;color:var(--color-grey-4)}.faq-answer ul{margin-top:.5rem;padding-left:1rem}.faq-answer ul li:not(:last-child){margin-bottom:.5rem}@media (max-width: 768px){.faq-question{padding:1rem}.faq-question h3{font-size:1rem}.faq-answer{padding:0 1rem 1rem}}.featured-programs-page .featured-benefits h2,.featured-programs-page .featured-benefits div:empty{display:none}.featured-programs-page .main-banner{margin-bottom:0}
