*{margin:0;padding:0}body{margin:0;min-height:100vh;min-width:240px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;font-family:'Open Sans',Roboto,Arial,Helvetica,sans-serif;scroll-behavior:smooth;background:#fafafa;color:#616161;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.4}@media (max-width:423px){body{font-size:.8em}}a{color:#2196f3}.speakers-image{border-radius:50%;-webkit-box-shadow:0 2px 1px rgba(66,66,66,.75);box-shadow:0 2px 1px rgba(66,66,66,.75);background:#fff center no-repeat;background-size:contain;width:40px;height:40px;position:relative;overflow:hidden}.speakers-image img{width:inherit;height:inherit}.speakers-image amp-img{width:inherit;height:inherit}.speakers-image.dino-0{background-image:url(../static/images/icons/dino-blue.png)}.speakers-image.dino-1{background-image:url(../static/images/icons/dino-green.png)}.speakers-image.dino-2{background-image:url(../static/images/icons/dino-red.png)}.speakers-image.dino-3{background-image:url(../static/images/icons/dino-yellow.png)}#outline{min-height:100vh;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column;-webkit-box-sizing:border-box;box-sizing:border-box}@media (max-width:699px){#outline{overflow-x:hidden;padding-top:64px}}.center{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.grow{-webkit-box-flex:1;flex-grow:1}.header{font-size:16px;background:#fff;-webkit-box-shadow:0 0 40px rgba(0,0,0,.1);box-shadow:0 0 40px rgba(0,0,0,.1);height:80px;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;padding-left:calc(env(safe-area-inset-left) - 16px);padding-right:calc(env(safe-area-inset-right) - 16px)}.header .header__content{-webkit-box-flex:1;flex-grow:1;display:-webkit-box;display:flex;max-width:864px;margin:0 auto;padding:0 16px}.header .logo{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;position:relative;padding:8px;-webkit-box-flex:0;flex:0 0 auto;font-family:'Product Sans','Open Sans',Roboto,Arial,Helvetica,sans-serif;text-transform:lowercase}.header .logo .logo__icon{position:relative;display:-webkit-box;display:flex;width:100%;padding-left:80px;height:48px;margin-right:16px;-webkit-box-align:center;align-items:center;text-decoration:none;background:url(../static/images/header/chrome-logo-header.png) left center no-repeat;background-size:32px 32px}.header .logo .logo__icon::after{display:block;position:absolute;left:56px;top:0;bottom:0;width:1px;content:'';background:#616161}.header .logo .logo__icon>span{display:inline-block;color:#616161;letter-spacing:.5px;font-weight:400;-webkit-transform:translateY(1px);transform:translateY(1px)}@media (max-width:359px){.header .logo .logo__icon>span>span{display:none}}.header .menu{-webkit-box-flex:1;flex-grow:1;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row}.header .menu .menu__toggle{display:none}@media (max-width:699px){.header .menu .menu__toggle{display:block;position:absolute;left:0;top:0;opacity:0;pointer-events:none}.header .menu .menu__toggle:focus~.menu__toggle-label{outline:#2196f3 auto 5px;outline:Highlight auto 5px;outline:-webkit-focus-ring-color auto 5px}.header .menu .menu__toggle:checked~.menu__underlay{opacity:.7;pointer-events:auto}.header .menu .menu__toggle:checked~.menu__nav{opacity:1;-webkit-transform:translate(0);transform:translate(0);-webkit-animation:none;animation:none}}.header .menu__nav{list-style:none;margin:0;-webkit-box-flex:1;flex-grow:1;display:-webkit-box;display:flex;-webkit-box-align:stretch;align-items:stretch;-webkit-box-pack:stretch;justify-content:stretch}@media (min-width:700px){.header .menu__nav .menu__nav-small{display:none}}.header .menu__nav ul{list-style:none;padding:0;margin:0;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end;-webkit-box-flex:1;flex-grow:1;text-transform:lowercase;font-weight:100}.header .menu__nav ul a{color:#616161;padding:8px;text-decoration:none;display:block}.header .menu__nav ul a:hover{color:#1ea362}.header .menu__nav ul a:focus{background:#f0f0f0}@-webkit-keyframes hide-nav{from{visibility:visible;pointer-events:none}to{visibility:hidden;pointer-events:none}}@keyframes hide-nav{from{visibility:visible;pointer-events:none}to{visibility:hidden;pointer-events:none}}@media (max-width:699px){.header{position:fixed;z-index:100;left:0;right:0;top:0;height:64px}.header .menu__nav{pointer-events:auto;border-top:64px solid #f6f6f6;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:fixed;top:0;width:80%;right:0;bottom:0;-webkit-box-shadow:0 0 20px rgba(0,0,0,.3);box-shadow:0 0 20px rgba(0,0,0,.3);max-width:320px;background:#fff;z-index:2;-webkit-transform:translate(100%);transform:translate(100%);opacity:0;-webkit-transition:opacity .3s cubic-bezier(0,0,.31,1),-webkit-transform .3s cubic-bezier(0,0,.31,1);transition:opacity .3s cubic-bezier(0,0,.31,1),-webkit-transform .3s cubic-bezier(0,0,.31,1);transition:transform .3s cubic-bezier(0,0,.31,1),opacity .3s cubic-bezier(0,0,.31,1);transition:transform .3s cubic-bezier(0,0,.31,1),opacity .3s cubic-bezier(0,0,.31,1),-webkit-transform .3s cubic-bezier(0,0,.31,1);-webkit-animation:hide-nav .3s step-end forwards;animation:hide-nav .3s step-end forwards}.header .menu__nav ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column;-webkit-box-align:stretch;align-items:stretch}.header .menu__nav ul a{padding:8px}.header .menu__underlay{display:block;background:#fff;opacity:0;pointer-events:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1;-webkit-transition:opacity .3s cubic-bezier(0,0,.31,1);transition:opacity .3s cubic-bezier(0,0,.31,1)}.header .menu__toggle-label{width:24px;height:24px;margin:0 8px;z-index:4;background:url(../static/images/icons/ic_menu_black_24px.svg) center center no-repeat;cursor:pointer}}.footer{color:#fff;max-height:358px;min-height:120px;height:20vh;background:#2196f3 url(../static/images/lines/footer.svg) center;background-size:1152px 358px;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column;-webkit-box-pack:end;justify-content:flex-end}.footer .footer__background{background:rgba(33,150,243,.9)}.footer .footer__content{display:-webkit-box;display:flex;flex-wrap:wrap;position:relative;max-width:864px;margin:0 auto;padding:12px 16px;padding-right:0;font-size:12px;line-height:24px}.footer .footer__content a{color:inherit}.footer .footer__content p{margin:0 16px 0 0}@media (min-width:600px){.footer .footer__content{font-size:14px;line-height:40px}.footer .footer__content p{margin-right:24px}}.cta{max-height:441px;min-height:300px;position:relative;background:url(../static/images/photo/cta-background.jpeg) no-repeat center;background-size:cover;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.cta .cta__lines{position:absolute;background:rgba(249,184,38,.75);top:0;left:0;height:100%;width:100%}.cta .cta__lines:after,.cta .cta__lines:before{content:'';position:absolute;height:100%;top:0;bottom:0;width:50%;max-width:324px;pointer-events:none;background:url(../static/images/lines/cta.svg) no-repeat 562px 594px;mix-blend-mode:luminosity;opacity:.25}.cta .cta__lines:before{left:0;background-position:right center}.cta .cta__lines:after{right:0;background-position:left center}.cta.cta-green .cta__lines{background:rgba(23,156,94,.75)}.cta .cta__content{z-index:1;max-width:700px;padding:0 32px;margin:0 auto;text-align:center;color:#fff;font-size:1.25em;line-height:1.25em;font-family:'Product Sans','Open Sans',Roboto,Arial,Helvetica,sans-serif}.cta .cta__content p{margin:1em 0}.masthead .masthead__image{height:217px;width:100%;-webkit-transition:-webkit-filter .25s ease-in-out;transition:-webkit-filter .25s ease-in-out;transition:filter .25s ease-in-out;transition:filter .25s ease-in-out,-webkit-filter .25s ease-in-out;background:url(../static/images/header/masthead.svg) no-repeat center;background-size:5898.61751152px 160px}.fade .masthead .masthead__image{-webkit-filter:grayscale(1);filter:grayscale(1)}@media (max-width:1032.25806452px){.masthead .masthead__image{background-image:url(../static/images/header/masthead-1400.svg);background-size:1032.25806452px 160px}}@media (max-width:663.59447005px){.masthead .masthead__image{background-image:url(../static/images/header/masthead-900.svg);background-size:663.59447005px 160px}}@media (max-width:516.12903226px){.masthead .masthead__image{background-image:url(../static/images/header/masthead-700.svg);background-size:516.12903226px 160px}}main{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column;-webkit-transition:opacity .25s ease-in-out;transition:opacity .25s ease-in-out}.fade main{opacity:0}section{padding:1em 0;margin:.5em 0}section.alt{background:#f2f2f2}section .section-register{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column;text-align:center}section .section-register p{margin:0;font-size:smaller;color:#888}section .section-title{-webkit-transition:-webkit-transform .25s ease-in-out;transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out;will-change:transform}.fade section .section-title{-webkit-transform:translateY(-32px);transform:translateY(-32px)}section .section-title h3,section .section-title time{font-family:'Product Sans','Open Sans',Roboto,Arial,Helvetica,sans-serif;text-transform:lowercase;letter-spacing:.5px;font-weight:400;display:block}section .section-title h3 span,section .section-title time span{font-size:smaller;color:#888}section .section-title h3{font-size:1.5em}section .section-title p{font-family:'Open Sans',Roboto,Arial,Helvetica,sans-serif;font-size:smaller;color:#888}section .content{max-width:864px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 3em;margin:0 auto;position:relative;color:#616161;font-weight:300}section .content strong{font-weight:400}section .content ul{margin-left:1.5em}section .content ul li{margin-bottom:.25em}section .content h4{font-weight:600}section .content .left,section .content .right{margin-bottom:4em}@media (min-width:700px){section .content .left,section .content .right{width:calc(50% - 1.5em);position:relative}section .content .left{clear:left;float:left}section .content .right{clear:right;float:right}}@media (max-width:423px){section .content{padding:0 8vw}}section .effect{width:100%;position:relative;margin-bottom:32px}section .effect::before{content:'';position:absolute;top:0;bottom:0;width:100vw;background-repeat:no-repeat;background-position:bottom left}section .left .effect::before{background-position:bottom right}section .left .effect::before{right:0;-webkit-transform-origin:right;transform-origin:right}section .right .effect::before{left:0;-webkit-transform-origin:left;transform-origin:left}.section__tldr{text-align:center}.section__tldr h2{font-family:'Product Sans','Open Sans',Roboto,Arial,Helvetica,sans-serif;text-transform:lowercase;font-size:4em;line-height:.9;margin-bottom:.2em;font-weight:400}.section__tldr h2 span{display:inline-block}.section__tldr h2 em{font-style:normal;color:#2196f3}.section__points{overflow:hidden;margin-bottom:0;padding-bottom:0}.section__points p{margin-bottom:1.5em}.section__points #effect-location{height:165px;max-width:231px}.section__points #effect-location::before{background-image:url(../static/images/lines/effect-location.svg)}.section__points #effect-bycar{height:100px}@media (min-width:700px){.section__points #effect-bycar{height:165px}}.section__points #effect-bycar::before{background-image:url(../static/images/lines/effect-bycar.svg)}.section__points #effect-bypt{height:82px;max-width:260px}.section__points #effect-bypt::before{background-image:url(../static/images/lines/effect-bypt.svg)}.section__points #effect-byair{height:136px}.section__points #effect-byair::before{background-image:url(../static/images/lines/effect-byair.svg)}.section__content h4,.section__content h5,.section__content p{margin:1em 0}.section__feat{background:#2196f3;position:relative;overflow:hidden;padding:3em 0}.section__feat::before{position:absolute;content:'';left:0;top:-4px;right:0;height:4px;-webkit-box-shadow:0 0 24px rgba(0,0,0,.3);box-shadow:0 0 24px rgba(0,0,0,.3)}.section__feat .content{color:#fff}.section__feat .content a{color:inherit}.section__map .content{background:#eee;overflow:hidden;background:#fff;max-width:640px;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column;-webkit-box-align:center;align-items:center;padding:0;border-radius:4px;-webkit-box-shadow:0 1px 4px rgba(0,0,0,.3);box-shadow:0 1px 4px rgba(0,0,0,.3)}@media (max-width:640px){.section__map .content{border-radius:0}}.section__links{overflow:hidden}.section__links .link{margin-left:5vw;padding-left:160px;padding-top:48px;padding-bottom:24px;min-height:60px;display:-webkit-box;display:flex;-webkit-box-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column;position:relative;color:inherit}.section__links .link a{display:block;margin-left:-160px;padding-left:160px;margin-bottom:-24px;padding-bottom:24px;padding-top:24px;margin-top:-24px;z-index:1;text-decoration:none;color:inherit}.section__links .link a:hover h4{color:#1ea362}.section__links .link h4{font-family:'Product Sans','Open Sans',Roboto,Arial,Helvetica,sans-serif;font-size:2em;text-transform:lowercase;letter-spacing:.5px;font-weight:400}.section__links .link p{margin-top:.5em;font-size:smaller;color:#888}.section__links .link::before{content:'';position:absolute;left:0;bottom:0;width:5000px;height:106px;background:transparent no-repeat bottom left}@media (max-width:423px){.section__links .link{margin-left:0;padding-left:100px}.section__links .link::before{left:-40px;right:-40px}}.section__links #link-schedule::before{background-image:url(../static/images/lines/link-schedule.svg)}.section__links #link-videos::before{background-image:url(../static/images/lines/link-videos.svg)}.section__links #link-codelabs::before{background-image:url(../static/images/lines/link-codelabs.svg)}.section__links #link-location::before{background-image:url(../static/images/lines/link-location.svg)}.section__gallery .content{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;flex-wrap:wrap;padding-top:20px}.section__gallery .content>div{position:relative;margin:0 .5em 1em;flex-basis:30%;-webkit-box-flex:1;flex-grow:1}.section__gallery .content>div img{display:block;width:100%}.footer-logo{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center}.footer-logo img{padding:24px 16px;max-width:100%}.register-button{display:inline-block;border:1px solid #616161;padding:.5em 1em;color:inherit;text-decoration:none;margin:1em}.register-button:hover{color:#1ea362;border-color:#1ea362}.section__schedule h3{color:#2196f3;font-size:1.6em;font-family:'Product Sans','Open Sans',Roboto,Arial,Helvetica,sans-serif;text-transform:lowercase;margin:.4em 0 .8em;font-weight:400}.section__schedule .session{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.section__schedule .session .session__details{-webkit-box-flex:1;flex-grow:1;width:100%}@media (max-width:599px){.section__schedule .session:not(.break){flex-wrap:wrap;margin-bottom:12px}.section__schedule .session .speakers-image{margin-right:8px}}.section__schedule .session .session__time{font-family:'Product Sans','Open Sans',Roboto,Arial,Helvetica,sans-serif;padding-right:10px;font-weight:400;width:5ch;min-width:5ch;text-align:left}.section__schedule .session .session__speakers{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;min-height:56px}.section__schedule .session .speakers-image{width:40px;min-width:40px;height:40px}@media (min-width:600px){.section__schedule .session .session__speakers{margin-right:20px;width:80px;min-width:80px;-webkit-box-pack:center;justify-content:center;position:relative;flex-wrap:wrap;margin:-10px 20px;margin-left:0}.section__schedule .session .session__speakers:not(.speakers__1) .speakers-image{margin-bottom:-10px}.section__schedule .session .session__speakers:not(.speakers__1) .speakers-image:nth-child(2n+0){margin-top:20px}.section__schedule .session .session__speakers:not(.speakers__1) .speakers-image:nth-child(2n+1){margin-top:-20px}.section__schedule .session .session__speakers.speakers__1 .speakers-image{width:48px;min-width:48px;height:48px}}.section__schedule .session .session__details{-webkit-box-flex:1;flex-grow:1;padding:10px 0}.section__schedule .session .session__details h5{margin-top:0;margin-bottom:.2em;font-size:1em}.section__schedule .session .session__details .role{font-size:.85em}.section__schedule .session.break{background:#2196f3;color:#fff;margin:8px -10px;padding:0 10px;border-radius:2px}.section__schedule .session.break a{color:inherit}.section__schedule .session.break .session__speakers{display:none}.section__schedule .session.break .session__details{text-align:center}.section__schedule .session.break .session__details h5{margin:0}#lightbox{background:rgba(0,0,0,.5);z-index:102;position:fixed;left:0;right:0;top:0;bottom:0;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}#lightbox #popup{min-height:550px;max-height:calc(100vh - 32px);width:550px;max-width:calc(100vw - 32px);background:#fff;border-radius:4px;-webkit-box-shadow:0 6px 20px rgba(0,0,0,.3);box-shadow:0 6px 20px rgba(0,0,0,.3);font-weight:300;overflow:scroll;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column;position:relative}@media (max-width:599px),(max-height:599px){#lightbox #popup{margin:0;min-height:auto;max-width:100vw;max-height:100vh;width:100vw;height:100vh;border-radius:0;-webkit-box-shadow:none;box-shadow:none}}#lightbox #popup .close{cursor:pointer;position:absolute;height:32px;width:32px;right:16px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:#1565c0 url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmZmZmIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xOSA2LjQxTDE3LjU5IDUgMTIgMTAuNTkgNi40MSA1IDUgNi40MSAxMC41OSAxMiA1IDE3LjU5IDYuNDEgMTkgMTIgMTMuNDEgMTcuNTkgMTkgMTkgMTcuNTkgMTMuNDEgMTJ6IiAvPgo8L3N2Zz4=) center no-repeat;border:0;z-index:1000}#lightbox #popup .close:focus{outline:#fff auto 5px}#lightbox #popup p{margin:1em 0}#lightbox #popup h1{font-family:'Product Sans','Open Sans',Roboto,Arial,Helvetica,sans-serif;letter-spacing:.5px;font-weight:400;display:block;line-height:1.2em;background:#2196f3;padding:16px;padding-right:48px;color:#fff;position:relative}#lightbox #popup ul.speakers{list-style:none;color:#111;background:#f2f2f2;padding:8px 16px}#lightbox #popup ul.speakers li{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;font-weight:400}#lightbox #popup ul.speakers li .role{display:block;font-weight:300}#lightbox #popup ul.speakers li .speaker-info{padding-left:12px}#lightbox #popup ul.speakers li .speakers-image{width:40px;min-width:40px;height:40px;margin:5px 5px 5px 0}@media (min-width:600px){#lightbox #popup ul.speakers li .speakers-image{width:64px;min-width:64px;height:64px}}#lightbox article{margin:0;padding:16px;-webkit-box-flex:1;flex-grow:1}#lightbox time{font-family:'Product Sans','Open Sans',Roboto,Arial,Helvetica,sans-serif;display:block}#lightbox time .date-label{color:#616161;font-weight:300;text-transform:lowercase}#lightbox time .time-label{font-weight:400;color:#212121}