@charset "UTF-8";html{--theme-foreground-color:72, 72, 72;--theme-background-color:255, 255, 255;--theme-accent-color:62, 82, 228;--theme-accent-hover-color:34, 47, 191;--theme-accent-active-color:27, 43, 133;--theme-link-color:0, 118, 214;--theme-link-hover-color:11, 71, 120;--theme-link-active-color:17, 47, 78;--theme-link-visited-color:0, 94, 162}@media(prefers-color-scheme:dark){html{--theme-foreground-color:230, 230, 230;--theme-background-color:38, 38, 38;--theme-accent-color:63, 87, 166;--theme-accent-hover-color:55, 66, 116;--theme-accent-active-color:41, 45, 66;--theme-link-color:161, 211, 255;--theme-link-hover-color:36, 145, 255;--theme-link-active-color:0, 118, 214;--theme-link-visited-color:88, 180, 255}}html{box-sizing:border-box;font-family:public sans,Helvetica,Arial,sans-serif;font-kerning:normal;font-feature-settings:"kern" 1;line-height:1.5;text-rendering:optimizeLegibility;min-height:100vh;background-color:rgba(var(--theme-background-color),1)}*,*::before,*::after{box-sizing:inherit}body{background-color:rgba(var(--theme-background-color),1);color:rgba(var(--theme-foreground-color),1);margin:0;min-height:100vh}a{color:rgba(var(--theme-link-color),1)}a:visited{color:rgba(var(--theme-link-visited-color),1)}a:hover{color:rgba(var(--theme-link-hover-color),1)}a:active{color:rgba(var(--theme-link-active-color),1)}a code{text-decoration:underline}code{font-family:fira code,monospace;font-size:.85em;padding:0 .4em;display:inline-block;background-color:rgba(var(--theme-foreground-color),.1);border-radius:.2rem}.chroma{padding:1rem;overflow-x:auto;border-radius:.2rem}.chroma code{background-color:unset}blockquote{margin:1rem 0;padding:.3rem 1rem;border-left:5px rgba(var(--theme-foreground-color),.15)solid;color:rgba(var(--theme-foreground-color),.8)}blockquote>:first-child{margin-top:0}blockquote>:last-child{margin-bottom:0}blockquote a{color:inherit}blockquote a:hover{color:inherit}blockquote a:active{color:inherit}blockquote a:visited{color:inherit}.link-preview{font-size:1rem}.link-preview .metadata{margin-bottom:.1rem}.link-preview .url{overflow-wrap:break-word;word-wrap:break-word}.link-preview .favicon{height:16px;width:16px;object-fit:contain;display:inline-block;vertical-align:middle;margin-bottom:.2rem;margin-right:.2rem}.link-preview p{margin:.1rem 0 0}.hide-on-mobile{display:none}@media(min-width:768px){.hide-on-mobile{display:unset}}.show-on-mobile{display:unset}@media(min-width:768px){.show-on-mobile{display:none}}.page-section{margin-top:3rem;margin-bottom:3rem}.grid-container{max-width:1080px;margin-left:auto;margin-right:auto;padding-left:clamp(1rem,4vw,2rem);padding-right:clamp(1rem,4vw,2rem)}.banner{display:flex;justify-content:space-between;align-items:baseline;max-width:1080px;margin:0 auto;padding-left:clamp(1rem,4vw,2rem);padding-right:clamp(1rem,4vw,2rem)}.banner h1{margin:0 0 0 -1rem;padding:0;font-size:1rem}.banner h1 a{text-decoration:none;color:inherit;display:block;margin:.5rem;padding:.5rem}.banner h1 a:after{content:"";display:block;width:100%;opacity:0;border-bottom:3px solid;transition:opacity .04s ease-out}.banner h1 a:hover:after{opacity:.9}.banner h1 a.item-current:after{opacity:.9}@media(min-width:768px){.banner a{text-decoration:none;color:inherit}.banner a:after{content:"";display:block;width:100%;opacity:0;border-bottom:3px solid;transition:opacity .04s ease-out}.banner a:hover:after{opacity:.9}.banner a.item-current:after{opacity:.9}}.primary-menu-button,.primary-menu-close-button{appearance:none;border:0;background:0 0;cursor:pointer;color:inherit;font-family:inherit;font-size:.8rem;font-weight:700;text-transform:uppercase;line-height:inherit;margin:.5rem;padding:.5rem}@media(min-width:768px){.primary-menu-button,.primary-menu-close-button{display:none}}.primary-menu-overlay{visibility:hidden;position:fixed;top:0;left:0;right:0;bottom:0;background-color:initial;transition:background-color .2s linear;pointer-events:none;z-index:100}.primary-menu-overlay.is-visible{visibility:visible;background-color:rgba(0,0,0,.2);pointer-events:unset}@media(min-width:768px){.primary-menu{margin-right:-1rem}}@media(max-width:767px){.primary-menu{visibility:hidden;position:fixed;overflow-y:auto;top:0;right:0;width:calc(100vw - 1rem);max-width:250px;height:100vh;transform:translateX(100%);transition:transform .2s ease-out;background-color:rgba(var(--theme-background-color),1);color:rgba(var(--theme-foreground-color),1);z-index:101}.primary-menu.is-visible{visibility:visible;transform:translateX(0)}}.primary-menu-close-wrapper{text-align:right}@media(max-width:767px){.primary-menu-items{margin:1rem 0;padding:0}.primary-menu-items .primary-menu-item:first-child{border-top:1px rgba(var(--theme-foreground-color),.3)solid}}@media(min-width:768px){.primary-menu-items{display:flex}}.primary-menu-item{display:block}@media(max-width:767px){.primary-menu-item{margin:.5rem 1rem;padding:.5rem;border-bottom:1px rgba(var(--theme-foreground-color),.3)solid}}@media(min-width:768px){.primary-menu-item{margin:.5rem;padding:.5rem}.primary-menu-item:first-child{display:none}}.primary-menu-button-wrapper{margin-right:-1rem}.article{font-size:clamp(1rem,2vw,1.1rem)}.article header{margin:2rem 0}.article img{height:auto;width:auto;max-width:100%;max-height:95vh}@media(prefers-color-scheme:dark){.article img{opacity:.8}}.article figure{margin:1em 0}@media(min-width:768px){.article figure.float-right{float:right;max-width:50%;margin:0 0 1rem 1.5rem}}.article figcaption{color:rgba(var(--theme-foreground-color),.7);font-size:.75em}.article figcaption a{color:inherit}.article table{max-width:100%;overflow-x:auto;margin:1rem 0;font-variant-numeric:tabular-nums;text-align:left;border-collapse:collapse;font-size:1rem}.article table th,.article table td{border:1px rgba(0,0,0,.5)solid;padding:.5rem .7rem}.article h1,.article h2,.article h3,.article h4,.article h5,.article h6,.article p{max-width:60ch}.article h1,.article h2,.article h3,.article h4,.article h5,.article h6{margin:1.5em 0 .3em}.article h1+*,.article h2+*,.article h3+*,.article h4+*,.article h5+*,.article h6+*{margin-top:0}.article .byline,.card .byline{display:flex;margin:0 0 .25rem;color:rgba(var(--theme-foreground-color),.7);text-transform:uppercase;font-size:.75em}.article .byline .byline-item+.byline-item:before,.card .byline .byline-item+.byline-item:before{content:" •";display:inline;margin:0 .5em}.article .title,.card .title{margin:0;margin-bottom:.5rem}.article .lede,.card .lede{font-size:1.25em;margin:0}.card{margin:3rem 0;max-width:60ch}.card:first-of-type{margin-top:0}.card .summary{margin:0}@media(prefers-color-scheme:light){.chroma{background-color:#f8f8f8}.chroma .x{color:#000}.chroma .err{color:#a40000}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0;width:auto;overflow:auto;display:block}.chroma .hl{display:block;width:100%;background-color:#ffc}.chroma .lnt{margin-right:.4em;padding:0 .4em;color:#7f7f7f}.chroma .ln{margin-right:.4em;padding:0 .4em;color:#7f7f7f}.chroma .k{color:#204a87;font-weight:700}.chroma .kc{color:#204a87;font-weight:700}.chroma .kd{color:#204a87;font-weight:700}.chroma .kn{color:#204a87;font-weight:700}.chroma .kp{color:#204a87;font-weight:700}.chroma .kr{color:#204a87;font-weight:700}.chroma .kt{color:#204a87;font-weight:700}.chroma .n{color:#000}.chroma .na{color:#c4a000}.chroma .nb{color:#204a87}.chroma .bp{color:#3465a4}.chroma .nc{color:#000}.chroma .no{color:#000}.chroma .nd{color:#5c35cc;font-weight:700}.chroma .ni{color:#ce5c00}.chroma .ne{color:#c00;font-weight:700}.chroma .nf{color:#000}.chroma .fm{color:#000}.chroma .nl{color:#f57900}.chroma .nn{color:#000}.chroma .nx{color:#000}.chroma .py{color:#000}.chroma .nt{color:#204a87;font-weight:700}.chroma .nv{color:#000}.chroma .vc{color:#000}.chroma .vg{color:#000}.chroma .vi{color:#000}.chroma .vm{color:#000}.chroma .l{color:#000}.chroma .ld{color:#000}.chroma .s{color:#4e9a06}.chroma .sa{color:#4e9a06}.chroma .sb{color:#4e9a06}.chroma .sc{color:#4e9a06}.chroma .dl{color:#4e9a06}.chroma .sd{color:#8f5902;font-style:italic}.chroma .s2{color:#4e9a06}.chroma .se{color:#4e9a06}.chroma .sh{color:#4e9a06}.chroma .si{color:#4e9a06}.chroma .sx{color:#4e9a06}.chroma .sr{color:#4e9a06}.chroma .s1{color:#4e9a06}.chroma .ss{color:#4e9a06}.chroma .m{color:#0000cf;font-weight:700}.chroma .mb{color:#0000cf;font-weight:700}.chroma .mf{color:#0000cf;font-weight:700}.chroma .mh{color:#0000cf;font-weight:700}.chroma .mi{color:#0000cf;font-weight:700}.chroma .il{color:#0000cf;font-weight:700}.chroma .mo{color:#0000cf;font-weight:700}.chroma .o{color:#ce5c00;font-weight:700}.chroma .ow{color:#204a87;font-weight:700}.chroma .p{color:#000;font-weight:700}.chroma .c{color:#8f5902;font-style:italic}.chroma .ch{color:#8f5902;font-style:italic}.chroma .cm{color:#8f5902;font-style:italic}.chroma .c1{color:#8f5902;font-style:italic}.chroma .cs{color:#8f5902;font-style:italic}.chroma .cp{color:#8f5902;font-style:italic}.chroma .cpf{color:#8f5902;font-style:italic}.chroma .g{color:#000}.chroma .gd{color:#a40000}.chroma .ge{color:#000;font-style:italic}.chroma .gr{color:#ef2929}.chroma .gh{color:navy;font-weight:700}.chroma .gi{color:#00a000}.chroma .go{color:#000;font-style:italic}.chroma .gp{color:#8f5902}.chroma .gs{color:#000;font-weight:700}.chroma .gu{color:purple;font-weight:700}.chroma .gt{color:#a40000;font-weight:700}.chroma .gl{color:#000;text-decoration:underline}.chroma .w{color:#f8f8f8;text-decoration:underline}}@media(prefers-color-scheme:dark){.chroma{color:#d0d0d0;background-color:#202020}.chroma .err{color:#a61717;background-color:#e3d2d2}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0;width:auto;overflow:auto;display:block}.chroma .hl{display:block;width:100%;background-color:#ffc}.chroma .lnt{margin-right:.4em;padding:0 .4em;color:#686868}.chroma .ln{margin-right:.4em;padding:0 .4em;color:#686868}.chroma .k{color:#6ab825;font-weight:700}.chroma .kc{color:#6ab825;font-weight:700}.chroma .kd{color:#6ab825;font-weight:700}.chroma .kn{color:#6ab825;font-weight:700}.chroma .kp{color:#6ab825}.chroma .kr{color:#6ab825;font-weight:700}.chroma .kt{color:#6ab825;font-weight:700}.chroma .na{color:#bbb}.chroma .nb{color:#24909d}.chroma .nc{color:#447fcf;text-decoration:underline}.chroma .no{color:#40ffff}.chroma .nd{color:orange}.chroma .ne{color:#bbb}.chroma .nf{color:#447fcf}.chroma .nn{color:#447fcf;text-decoration:underline}.chroma .nt{color:#6ab825;font-weight:700}.chroma .nv{color:#40ffff}.chroma .s{color:#ed9d13}.chroma .sa{color:#ed9d13}.chroma .sb{color:#ed9d13}.chroma .sc{color:#ed9d13}.chroma .dl{color:#ed9d13}.chroma .sd{color:#ed9d13}.chroma .s2{color:#ed9d13}.chroma .se{color:#ed9d13}.chroma .sh{color:#ed9d13}.chroma .si{color:#ed9d13}.chroma .sx{color:orange}.chroma .sr{color:#ed9d13}.chroma .s1{color:#ed9d13}.chroma .ss{color:#ed9d13}.chroma .m{color:#3677a9}.chroma .mb{color:#3677a9}.chroma .mf{color:#3677a9}.chroma .mh{color:#3677a9}.chroma .mi{color:#3677a9}.chroma .il{color:#3677a9}.chroma .mo{color:#3677a9}.chroma .ow{color:#6ab825;font-weight:700}.chroma .c{color:#999;font-style:italic}.chroma .ch{color:#999;font-style:italic}.chroma .cm{color:#999;font-style:italic}.chroma .c1{color:#999;font-style:italic}.chroma .cs{color:#e50808;background-color:#520000;font-weight:700}.chroma .cp{color:#cd2828;font-weight:700}.chroma .cpf{color:#cd2828;font-weight:700}.chroma .gd{color:#d22323}.chroma .ge{font-style:italic}.chroma .gr{color:#d22323}.chroma .gh{color:#fff;font-weight:700}.chroma .gi{color:#589819}.chroma .go{color:#ccc}.chroma .gp{color:#aaa}.chroma .gs{font-weight:700}.chroma .gu{color:#fff;text-decoration:underline}.chroma .gt{color:#d22323}.chroma .gl{text-decoration:underline}.chroma .w{color:#666}}.embed{position:relative;height:0;border-radius:.2rem;overflow:hidden}.embed.is-widescreen{padding-bottom:56.25%}.embed.is-standard{padding-bottom:75%}.embed iframe{border:0;position:absolute;top:0;left:0;width:100%;height:100%}.button-group{display:inline-flex;flex-wrap:wrap}.button,a.button{appearance:none;display:inline-block;cursor:pointer;text-decoration:none;background-color:initial;font-size:1rem;font-family:inherit;font-style:normal;font-weight:700;line-height:inherit;border:1px transparent solid;border-radius:.2rem;padding:.5rem .7rem;background-color:#757575;color:#fff;margin-right:1rem;margin-bottom:.5rem;transition:background-color .04s ease-out}.button:last-of-type,a.button:last-of-type{margin-right:0}.button:visited,a.button:visited{color:#fff}.button:hover,a.button:hover{background-color:#5c5c5c}.button:active,a.button:active{background-color:#2e2e2e}.button[disabled],a.button[disabled]{background-color:rgba(117,117,117,.4)}.button-primary,a.button-primary{background-color:rgba(var(--theme-accent-color),1);color:#fff}.button-primary:visited,a.button-primary:visited{color:#fff}.button-primary:hover,a.button-primary:hover{background-color:rgba(var(--theme-accent-hover-color),1)}.button-primary:active,a.button-primary:active{background-color:rgba(var(--theme-accent-active-color),1)}.button-primary[disabled],a.button-primary[disabled]{background-color:rgba(var(--theme-accent-color),.4)}.button-warning,a.button-warning{background-color:#e52207;color:#fff}.button-warning:visited,a.button-warning:visited{color:#fff}.button-warning:hover,a.button-warning:hover{background-color:#b50909}.button-warning:active,a.button-warning:active{background-color:#8b0a03}.button-warning[disabled],a.button-warning[disabled]{background-color:rgba(229,34,7,.4)}.button-link,a.button-link{background-color:unset;color:rgba(var(--theme-link-color),1);text-decoration:underline;font-weight:400;padding-left:0;padding-right:0}.button-link:visited,a.button-link:visited{color:rgba(var(--theme-link-color),1)}.button-link:hover,a.button-link:hover{background-color:unset;color:rgba(var(--theme-link-hover-color),1)}.button-link:active,a.button-link:active{background-color:unset;color:rgba(var(--theme-link-active-color),1)}.button-link[disabled],a.button-link[disabled]{background-color:unset;color:rgba(var(--theme-link-color),1);opacity:.5}.block-form{display:block;margin:2rem 0;max-width:50ch}.block-form .input{display:block;width:100%;margin:1rem 0}.input{display:inline-block;background-color:#fff;font-size:1rem;font-family:inherit;font-weight:400;line-height:inherit;border:1px rgba(0,0,0,.3)solid;border-radius:.2rem;padding:.5rem .7rem;color:rgba(0,0,0,.8)}.pagination{display:inline-flex;margin:2rem 0;padding:0;list-style-type:none;overflow:hidden;border:1px rgba(var(--theme-foreground-color),.2)solid;border-radius:.2rem;font-weight:700}.pagination a{color:inherit;text-decoration:none}.pagination .page-item+.page-item{border-left:1px rgba(var(--theme-foreground-color),.2)solid}.pagination .page-link{display:block;padding:.5rem 1rem}.pagination .page-link:hover{background-color:rgba(var(--theme-foreground-color),.1)}.pagination .page-link:active{background-color:rgba(var(--theme-foreground-color),.2)}@media(prefers-color-scheme:dark){.pagination .page-link:hover{background-color:rgba(var(--theme-foreground-color),.2)}.pagination .page-link:active{background-color:rgba(var(--theme-foreground-color),.1)}}.pagination .page-item.disabled .page-link{opacity:.6;background-color:rgba(0,0,0,.1)}.page-footer{border-top:3px rgba(var(--theme-foreground-color),.15)solid;width:100%;max-width:min(1080px,calc(100vw - (2 * clamp(1rem,4vw,2rem))));margin:3rem auto 2rem;text-align:center}.page-footer .footer-container{max-width:calc(1080px - (2 * clamp(1rem,4vw,2rem)));margin:0 auto}.page-footer .footer-container>*{margin-bottom:0}.page-footer .secondary-navigation{display:flex;justify-content:space-between;margin-top:1rem}.page-footer .secondary-navigation>*{margin-bottom:0}@media(min-width:768px){.page-footer .footer-container{display:flex;justify-content:space-between;align-items:baseline}}.page-home .andrew-image{background-repeat:no-repeat;background-position:50% 4rem;background-size:calc(100% - clamp(1rem,4vw,2rem) - clamp(1rem,4vw,2rem) - 2px);max-width:1080px;margin:0 auto}.page-home .pledge{background-color:rgba(var(--theme-background-color),1);font-size:1.4em;font-weight:lighter;max-width:none;margin:90vw 0 0;padding:1.5rem 0 1rem}.page-home .pledge strong{font-weight:400}.page-home .signature{background-color:rgba(var(--theme-background-color),1)}@media(min-width:768px){.page-home .andrew-image{background-position:right 2rem top 4rem;background-size:50%;padding-bottom:clamp(1rem,10vw,100px)}.page-home main{width:calc(50% + 3rem);margin:clamp(100px,20vw,200px)auto 2rem 0}.page-home .pledge{background-color:rgba(var(--theme-background-color),1);padding:1rem;margin-left:-1rem;margin-top:0}.page-home .signature{margin-top:1rem;background-color:initial}.page-home .two-column{display:flex;flex-wrap:wrap}.page-home .two-column>*{width:calc(50% - 1rem)}.page-home .two-column>*:nth-child(2){margin-left:2rem}}.page-home .speaking-embed{margin-top:1rem}.page-home .signature{font-size:1em}.page-home .signature svg{width:17em;height:auto}.page-home .signature .pen path{fill:none;stroke:currentColor;stroke-dasharray:600;stroke-dashoffset:600;stroke-width:6;stroke-linecap:round}.page-home .signature.is-in-viewport .pen path{animation:draw .6s linear forwards}.page-home .signature.is-in-viewport .pen g:nth-of-type(1) path{animation-delay:0s}.page-home .signature.is-in-viewport .pen g:nth-of-type(2) path{animation-delay:.2s}.page-home .signature.is-in-viewport .pen g:nth-of-type(3) path{animation-delay:.5s}.page-home .signature.is-in-viewport .pen g:nth-of-type(4) path:nth-of-type(1){animation-delay:.8s}.page-home .signature.is-in-viewport .pen g:nth-of-type(4) path:nth-of-type(2){animation-delay:.85s}.page-home .signature.is-in-viewport .pen g:nth-of-type(5) path{animation-delay:1.05s}.page-home .signature.is-in-viewport .pen g:nth-of-type(6) path{animation-delay:1.2s}.page-home .signature.is-in-viewport .pen g:nth-of-type(7) path{animation-delay:1.3s}.page-home .card{margin:2rem 0;max-width:none}.page-home .card:first-of-type{margin-top:0}.page-home .card:last-of-type{margin-bottom:0}.page-home .read-more{margin-top:2rem}@keyframes draw{0%{stroke-dashoffset:600}100%{stroke-dashoffset:0}}.page-talks .events-list{margin:0;padding:0;list-style-type:none}.page-talks .event time{margin:0 0 .5rem;color:rgba(var(--theme-foreground-color),.7);text-transform:uppercase;font-size:.75em}.page-talks .event .name{font-weight:700;margin-bottom:.5rem}.page-talks .event .location{font-weight:400}.page-talks .event+.event{margin-top:2rem}.page-talks .card{max-width:none}.page-talks .speaking-embed{margin-top:1rem}@media(min-width:768px){.page-talks .two-column{display:flex;flex-wrap:wrap}.page-talks .two-column>*{width:calc(50% - 1rem)}.page-talks .two-column>*:nth-child(2){margin-left:2rem}.page-talks .speaking-embed{margin-top:0}}.page-today-i-learned .today-i-learned-list,.page-home .today-i-learned-list{margin:0;padding:0;list-style-type:none}.page-today-i-learned .learning,.page-home .learning{max-width:60ch}.page-today-i-learned .learning time,.page-home .learning time{color:rgba(var(--theme-foreground-color),.7);text-transform:uppercase;font-size:.75em;display:block;margin-bottom:.25rem}.page-today-i-learned .learning blockquote,.page-home .learning blockquote{margin-top:.5rem}.page-today-i-learned .learning+.learning,.page-home .learning+.learning{margin-top:2rem}.button-brand,a.button-brand{text-shadow:0 0 3px rgba(0,0,0,.2)}.button-brand::before,a.button-brand::before{display:inline-block;vertical-align:middle;margin-top:-.2ch;width:16px;height:16px;margin-right:.6rem;background-color:#fff;top:calc(50% - 16px/2);left:.7rem;content:"";mask-size:contain;mask-repeat:no-repeat;mask-position:50% 50%}.button-brand.button-brand-signal,a.button-brand.button-brand-signal{background-color:#3a4cf4}.button-brand.button-brand-bluesky,a.button-brand.button-brand-bluesky{background-color:#3686f7}.button-brand.button-brand-venmo,a.button-brand.button-brand-venmo{background-color:#398df7}.button-brand.button-brand-paypal,a.button-brand.button-brand-paypal{background-color:#082c8c}.button-brand.button-brand-cashapp,a.button-brand.button-brand-cashapp{background-color:#5ecc4d}.button-brand.button-brand-keybase,a.button-brand.button-brand-keybase{background-color:#5a8ff7}.button-brand.button-brand-linkedin,a.button-brand.button-brand-linkedin{background-color:#2a67bc}.workplaces{margin:0;padding:0}.workplaces>li{list-style-type:none;margin-bottom:1em;display:grid;grid-template-columns:[gutter] 5rem [list] 1fr;gap:1rem}.workplaces .workplace-logo{margin:0}.workplaces .workplace-details h3,.workplaces .workplace-details h4{margin:0}.workplaces .workplace-details .summary{margin-top:0}.positions{margin:0;margin-top:1.5rem;padding:0}.positions>li{list-style-type:none;margin-left:-3.7rem;padding-left:3.5rem;padding-bottom:1.5rem;border-left:.2rem rgba(var(--theme-foreground-color),.2)solid}.positions>li:before{content:"";box-sizing:content-box;border-radius:50%;background-color:rgba(var(--theme-foreground-color),.8);border:.6rem rgba(var(--theme-background-color),1)solid;display:block;width:.6rem;height:.6rem;position:absolute;margin-left:-3.6rem;transform:translateX(-50%)}.positions>li:last-of-type{border-left-color:transparent}.positions>li:first-of-type:last-of-type:before{background-color:initial}.positions>li :last-child{margin-bottom:0}.positions h4{margin-bottom:0}.positions .byline+p{margin-top:.5rem}.page-home .andrew-image{background-image:url(https://www.dunkman.me/images/IMG_2282_hu_dc962bd8573171f4.639435d027890dc9acf3cd16c48fae1a7318d78290e0575c04507d2344bf59ef28cbb507f62137fb7c1b5283d5ba8f38d9cbb19e3f4d3b3a8e3b142fcc9c8183.jpeg)}.button-brand.button-brand-signal::before,a.button-brand.button-brand-signal::before{mask-image:url("data:image/svg+xml,%3Csvg%20height=%22700pt%22%20viewBox=%220%200%20700%20700%22%20width=%22700pt%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cg%20transform=%22matrix(.1%200%200%20-.1%200%20700)%22%3E%3Cpath%20d=%22m3260%206994c-19-2-84-9-145-15-60-6-119-13-131-15l-20-5%2023-152c13-84%2025-157%2027-163%203-7%2035-6%20107%203%20236%2029%20604%2026%20812-7%2033-5%2050-4%2053%204%202%206%2014%2080%2027%20163l23%20153-30%205c-128%2021-214%2026-446%2030-146%202-281%201-3e2-1z%22/%3E%3Cpath%20d=%22m2512%206859c-277-82-598-221-789-342l-42-26%2085-141%2086-140%2071%2041c212%20119%20424%20210%20645%20278%2074%2023%20139%2041%20145%2041%2035%201%2035%2016-2%20170-26%20104-42%20156-52%20157-8%201-74-16-147-38z%22/%3E%3Cpath%20d=%22m4325%206888c-2-7-18-71-35-143-17-71-33-138-36-147-4-13%205-19%2038-28%20255-65%20562-190%20795-325l61-35%2085%20140%2086%20141-47%2029c-134%2085-437%20225-632%20292-88%2030-287%2088-302%2088-5%200-10-6-13-12z%22/%3E%3Cpath%20d=%22m3320%206340c-586-38-1151-259-1610-628-122-98-324-3e2-422-422-231-287-417-642-522-1e3-130-441-145-964-41-1420%2053-230%20108-383%20221-620%2048-1e2%2084-188%2084-205s-67-318-149-670-149-641-147-642c1-1%2055%2011%20121%2026%2066%2016%20190%2045%20275%2064%20361%2085%20516%20121%20693%20163%20104%2024%20203%2044%20220%2044%2020%200%2097-31%20197-79%20172-83%20297-133%20441-176%20608-183%201288-153%201874%2082%20774%20311%201385%20959%201644%201744%20214%20650%20191%201354-66%201979-95%20232-260%20510-421%20710-98%20122-3e2%20324-422%20422-352%20283-793%20491-1225%20577-227%2046-519%2065-745%2051z%22/%3E%3Cpath%20d=%22m1323%206241c-137-109-291-252-397-368-93-103-246-290-246-302%200-8%20247-191%20258-191%204%200%2046%2048%2092%20107%20110%20140%20335%20365%20478%20478%2061%2049%20112%2093%20112%2097%200%2011-183%20258-191%20258-4%200-52-36-106-79z%22/%3E%3Cpath%20d=%22m5472%206195c-51-69-92-129-92-133s48-46%20107-92c138-109%20374-345%20483-483%2046-59%2088-107%2092-107%2012%200%20258%20183%20258%20192%200%2013-153%20198-259%20314-54%2060-148%20153-208%20206-114%20102-270%20228-282%20228-4%200-48-56-99-125z%22/%3E%3Cpath%20d=%22m483%205277c-47-74-151-279-203-4e2-83-194-191-529-176-545%203-3%2075-22%20158-43%20153-37%20167-38%20168-2%200%2029%2076%20260%20127%20388%2055%20139%20115%20265%20192%20402l41%2071-140%2086-141%2085z%22/%3E%3Cpath%20d=%22m6350%205234c-74-46-134-87-133-91%201-5%2033-66%2072-138%20107-196%20192-405%20257-630%2019-65%2036-120%2037-121s72%2014%20157%2035l155%2037-3%2032c-3%2044-84%20301-133%20425-71%20179-242%20517-267%20530-4%202-68-34-142-79z%22/%3E%3Cpath%20d=%22m36%204011c-42-213-42-809%200-1022l5-25%20152%2023c84%2013%20157%2025%20163%2027%208%203%209%2021%203%2058-15%2099-29%20308-29%20428s14%20329%2029%20428c6%2037%205%2055-3%2058-6%202-79%2014-163%2027l-152%2023z%22/%3E%3Cpath%20d=%22m6795%204010c-88-14-159-30-158-35%2037-224%2037-726%200-950-1-5%2070-21%20158-35%20142-23%20161-24%20166-10%204%208%2013%2069%2020%20135%2026%20226%2013%20823-20%20905-5%2014-24%2013-166-10z%22/%3E%3Cpath%20d=%22m258%202711c-81-21-150-40-154-43-8-8%2036-167%2085-310%2042-121%20115-296%20161-388l28-56-39-164c-23-98-34-167-29-170%2014-9%20310-74%20313-69%202%202%2026%20102%2054%20223l51%20218-73%20152c-101%20210-175%20408-225%20604-6%2023-14%2042-18%2041s-73-18-154-38z%22/%3E%3Cpath%20d=%22m6570%202708c-64-251-187-553-319-785l-41-71%20140-86%20141-85%2027%2042c51%2080%20189%20363%20240%20492%2057%20146%20131%20381%20135%20428l2%2031-130%2031c-71%2017-142%2034-157%2038-25%207-28%204-38-35z%22/%3E%3Cpath%20d=%22m5970%201513c-109-138-345-374-483-483-59-46-107-88-107-92%200-10%20179-252%20189-256%2026-9%20366%20292%20510%20452%20104%20115%20241%20283%20241%20295%200%209-247%20191-258%20191-4%200-46-48-92-107z%22/%3E%3Cpath%20d=%22m162%20988c-52-223-73-332-72-378C91%20329%20329%2091%20610%2090c46-1%20155%2020%20378%2072%20258%2060%20312%2075%20312%2089%200%2019-66%20298-71%20304-2%202-125-26-274-62-311-74-379-81-438-44-21%2013-49%2040-62%2060-45%2067-43%2091%2030%20406%2038%20160%2068%20296%2069%20304%201%2010-41%2023-139%2047-77%2018-149%2033-160%2034-19%200-27-27-93-312z%22/%3E%3Cpath%20d=%22m5040%20729c-192-108-437-210-663-275-66-19-122-36-123-37-4-4%2071-306%2078-312%2015-15%20335%2086%20532%20169%20112%2047%20339%20162%20413%20209l42%2026-81%20133c-44%2073-83%20136-87%20140-3%203-53-20-111-53z%22/%3E%3Cpath%20d=%22m1728%20676c-164-38-218-55-218-66%200-19%2066-3e2%2072-305%202-3%2078%2013%20168%2034l165%2039%2055-28c209-106%20678-269%207e2-243%204%204%2022%2071%2040%20148s35%20145%2037%20152c3%207-13%2016-39%2023-197%2051-392%20123-607%20226-85%2041-154%2073-155%2073-1-1-99-24-218-53z%22/%3E%3Cpath%20d=%22m3014%20356c-2-6-14-79-27-163l-23-152%2025-5c214-42%20801-42%201022%200l25%205-23%20152c-13%2084-25%20157-27%20163-3%208-20%209-53%204-208-33-576-36-812-7-72%209-104%2010-107%203z%22/%3E%3C/g%3E%3C/svg%3E")}.button-brand.button-brand-bluesky::before,a.button-brand.button-brand-bluesky::before{mask-image:url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjUxMnB0IiBoZWlnaHQ9IjUxMnB0IiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsNTEyLjAwMDAwMCkgc2NhbGUoMC4xMDAwMDAsLTAuMTAwMDAwKSIgZmlsbD0iIzAwMCIgc3Ryb2tlPSJub25lIj48cGF0aCBkPSJNMzkwIDQ3MDZjLTEzNi0zOC0yMDEtMTA2LTI0Ny0yNjEtMjUtODUtMjQtMzUwIDEtNjQ1IDItMTkgNy03MSAxMC0xMTUgNC00NCA5LTk2IDExLTExNXM2LTcxIDEwLTExNWM2LTg0IDIzLTI0MyAzMC0yODUgMi0xNCA2LTUyIDEwLTg1IDYtNTMgMTMtOTggMjktMTcxIDExLTU0IDYzLTE2NiAxMTEtMjQwIDEwOC0xNjcgMjgxLTMwMiA0NzAtMzY5IDI4LTkgNTktMjEgNzAtMjYgMzAtMTMgMTgxLTQ2IDI1MC01NSAzMy00IDExMy04IDE3Ny04IDY0LTEgMTE0LTQgMTEwLTctNi00LTY1LTE3LTE5Ny00My0xMS0yLTQ3LTExLTgwLTIxLTMzLTktNzMtMjAtOTAtMjQtNTAtMTQtMTgwLTY4LTI0NS0xMDMtOTEtNDktMTczLTExOS0yMTktMTg4LTUwLTc1LTYxLTExMi02OC0yMTctMTItMTgwIDkzLTQxMSAzMTAtNjgxIDIyMi0yNzcgNDQyLTQ1MCA2NjMtNTI0IDg4LTI5IDIzMy0zMSAzMDktNCAxODAgNjQgMzMzIDIyOSA0NzMgNTExIDc3IDE1NSAxODkgNDU0IDI0NyA2NjQgMTkgNjcgMjkgNzYgMzkgMzQgOS0zOSAyNy0xZTIgOTEtMzE3IDE0OC00OTQgMzA1LTc1NCA1MTYtODUwIDc0LTM0IDEwOS00MCAyMTktMzkgMTA4IDEgMjAyIDI3IDMyNSA5MSA5MiA0OCAyNjcgMTYxIDI5NSAxOTIgMyAzIDI1IDIxIDUwIDQxIDUyIDQyIDE1MSAxNDMgMjA1IDIwOSAyMCAyNSA0NCA1NCA1MyA2NSAyOCAzMyAxMjIgMTc5IDEyMiAxODkgMCA1IDYgMTcgMTQgMjUgOCA5IDI4IDU3IDQ2IDEwNiAxMDggMzA5LTEzIDU1OC0zNTUgNzI3LTEzMCA2NS0yOTIgMTE4LTQzNSAxNDQtNzMgMTQtNTQgMTkgNjggMjAgMjU0IDEgNDY4IDUzIDY2MCAxNjAgMjQxIDEzNSA0MjEgMzk2IDQ0NyA2NDkgNCAzOCA4IDcyIDEwIDc1IDIgNSA1IDI4IDIwIDE2OCAzIDIzIDcgNjEgMTAgODUgMiAyMyA3IDc0IDExIDExMiAzIDM5IDcgODYgOSAxMDVzNyA3NiAxMCAxMjVjNCA1MCA4IDEwNiAxMCAxMjUgMjAgMjA0IDI2IDQ4MCAxMyA1NTgtMjYgMTUzLTgwIDI0Ny0xNjggMjkyLTIwMyAxMDQtNDUyIDQwLTgxNy0yMDktMTMxLTkwLTE2Mi0xMTQtMjQ4LTE4Ni0zMTktMjcwLTY4My02ODUtOTY3LTExMDUtOTEtMTM0LTIxOC0zNDQtMjE4LTM2MCAwLTIzLTE4LTctMzkgMzYtMjcgNTgtMTM1IDIzMS0yMTAgMzM5LTY0IDkzLTIxMSAyOTUtMjI2IDMxMS01IDYtMjEgMjYtMzUgNDRzLTMwIDM4LTM1IDQ0Yy02IDYtMzkgNDYtNzQgOTAtMTI0IDE1Mi0zNzAgNDEwLTUxMSA1MzYtMTkgMTctNDQgMzktNTUgNDktMjE4IDE5NC01ODIgNDA4LTc2MiA0NDYtNTcgMTMtMTg5IDEzLTIzMyAxeiIvPjwvZz48L3N2Zz4=)}.button-brand.button-brand-venmo::before,a.button-brand.button-brand-venmo::before{mask-image:url(data:image/svg+xml,%3Csvg%20viewBox=%22105%20105%20302%20302%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22m381.4%20105.3c11%2018.1%2015.9%2036.7%2015.9%2060.3.0%2075.1-64.1%20172.7-116.2%20241.2H162.3l-47.6-285%20104.1-9.9%2025.3%20202.8c23.5-38.4%2052.6-98.7%2052.6-139.7.0-22.5-3.9-37.8-9.9-50.4z%22%20fill=%22%23008CFF%22/%3E%3C/svg%3E)}.button-brand.button-brand-cashapp::before,a.button-brand.button-brand-cashapp::before{mask-image:url(data:image/svg+xml,%3Csvg%20role=%22img%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20width=%22100%25%22%20viewBox=%220%200%20210%20210%22%20fill=%22none%22%3E%3Cpath%20fill=%22%23FFF%22%20d=%22M206.398%2030.286c-4.502-12.394-14.307-22.189-26.713-26.687C168.48.0%20158.075.0%20136.865.0h-63.63c-21.11.0-31.615.0-42.92%203.498C17.909%207.996%208.104%2017.792%203.602%2030.186.0%2041.58.0%2052.075.0%2073.165v63.57c0%2021.19.0%2031.585%203.502%2042.98%204.502%2012.394%2014.307%2022.189%2026.713%2026.687C41.62%20210%2052.125%20210%2073.135%20210h63.63c21.11.0%2031.615.0%2042.92-3.598%2012.406-4.498%2022.211-14.293%2026.713-26.687C210%20168.32%20210%20157.825%20210%20136.735v-63.47c0-21.09.0-31.585-3.602-42.979zm-54.926%2041.58-12.106%209.895c-1.101.9-2.601.7-3.402-.4-6.203-7.596-15.807-11.894-26.312-11.894-11.706.0-19.009%205.098-19.009%2012.294-.2%206.097%205.503%209.196%2023.011%2012.994%2022.111%204.698%2032.215%2013.893%2032.215%2029.386.0%2019.391-15.808%2033.684-40.519%2035.283l-2.401%2011.495c-.2%201.099-1.201%201.899-2.401%201.899H81.539c-1.601.0-2.701-1.499-2.401-2.999l3.001-12.794c-12.206-3.498-22.111-10.295-27.813-18.591-.7-1.099-.5-2.499.5-3.298l13.206-10.395c1.101-.9%202.701-.6%203.502.5%207.003%209.795%2017.808%2015.593%2030.815%2015.593%2011.706.0%2020.51-5.697%2020.51-13.893.0-6.297-4.402-9.196-19.309-12.294-25.412-5.497-35.517-14.793-35.517-30.286.0-17.991%2015.107-31.485%2037.918-33.284l2.501-11.894c.2-1.099%201.201-1.899%202.401-1.899h18.709c1.501.0%202.701%201.399%202.401%202.899l-2.901%2013.294c9.805%202.999%2017.808%208.396%2022.811%2015.093C152.673%2069.567%20152.473%2071.066%20151.472%2071.866z%22/%3E%3C/svg%3E)}.button-brand.button-brand-keybase::before,a.button-brand.button-brand-keybase::before{mask-image:url(data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20448%20512%22%3E%3Cpath%20fill=%22%2363E6BE%22%20d=%22M144%20144v48h160v-48c0-44.2-35.8-80-80-80s-80%2035.8-80%2080zM80%20192v-48C80%2064.5%20144.5.0%20224%200s144%2064.5%20144%20144v48h16c35.3.0%2064%2028.7%2064%2064v192c0%2035.3-28.7%2064-64%2064H64c-35.3.0-64-28.7-64-64V256c0-35.3%2028.7-64%2064-64h16z%22/%3E%3C/svg%3E)}.button-brand.button-brand-paypal::before,a.button-brand.button-brand-paypal::before{mask-image:url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20fill=%22none%22%20viewBox=%220%200%2048%2048%22%3E%3Cg%20clip-path=%22url(%23a)%22%3E%3Cpath%20fill=%22%23002991%22%20d=%22M38.914%2013.35c0%205.574-5.144%2012.15-12.927%2012.15H18.49l-.368%202.322L16.373%2039H7.056l5.605-36h15.095c5.083.0%209.082%202.833%2010.555%206.77a9.687%209.687.0%2001.603%203.58z%22/%3E%3Cpath%20fill=%22%2360CDFF%22%20d=%22M44.284%2023.7A12.894%2012.894.0%200131.53%2034.5h-5.206L24.157%2048H14.89l1.483-9%201.75-11.178.367-2.322h7.497c7.773.0%2012.927-6.576%2012.927-12.15%203.825%201.974%206.055%205.963%205.37%2010.35z%22/%3E%3Cpath%20fill=%22%23008CFF%22%20d=%22M38.914%2013.35C37.31%2012.511%2035.365%2012%2033.248%2012h-12.64L18.49%2025.5h7.497c7.773.0%2012.927-6.576%2012.927-12.15z%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id=%22a%22%3E%3Cpath%20fill=%22%23fff%22%20d=%22M7.056%203h37.35v45H7.056z%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.button-brand.button-brand-linkedin::before,a.button-brand.button-brand-linkedin::before{mask-image:url(data:image/svg+xml,%3Csvg%20width=%2272%22%20height=%2272%22%20viewBox=%220%200%2072%2072%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%3E%3Ctitle%3Elinkedin%3C/title%3E%3Cdesc%3ECreated%20with%20Sketch.%3C/desc%3E%3Cdefs/%3E%3Cg%20id=%22Page-1%22%20stroke=%22none%22%20stroke-width=%221%22%20fill=%22none%22%20fill-rule=%22evenodd%22%3E%3Cg%20id=%22linkedin%22%20fill-rule=%22nonzero%22%20fill=%22%23007EBB%22%3E%3Cpath%20d=%22M8%2072c-4.418278.0-8-3.581722-8-8V8c-541083001e-24-4.418278%203.581722-8%208-8H64c4.418278-811624501e-24%208%203.581722%208%208V64c0%204.418278-3.581722%208-8%208H8zM62%2062V40.051212c0-9.2867415-5.2643229-13.7769969-12.6174479-13.7769969-7.3565104.0-10.452474%205.7287132-10.452474%205.7287132v-4.669595H28.6333333V62H38.9300781V43.8021149c0-4.8760046%202.2445313-7.7775826%206.540625-7.7775826%203.9490886.0%205.8449219%202.7882219%205.8449219%207.7775826V62H62zM16.349349%2022.7940133c3.5072916.0%206.3476562-2.8643566%206.3476562-6.3970066C22.6970052%2012.8643566%2019.8566406%2010%2016.349349%2010%2012.8420573%2010%2010%2012.8643566%2010%2016.3970067c0%203.53265%202.8420573%206.3970066%206.349349%206.3970066zM11.0325521%2062H21.769401V27.3333333H11.0325521V62z%22%20id=%22Combined-Shape%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E)}