@import url(https://use.typekit.net/wfn4chp.css);@import url(https://cloud.typography.com/638248/6798032/css/fonts.css);*,:after,:before{box-sizing:border-box}html{text-size-adjust:none}blockquote,body,dd,dl,figure,h1,h2,h3,h4,p{-webkit-margin-after:0;margin-block-end:0}ol[role=list],ul[role=list]{list-style:none}body{min-height:100vh;line-height:1.5}button,h1,h2,h3,h4,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:balance}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;color:currentColor}img,picture{max-width:100%;display:block}button,input,select,textarea{font-family:inherit;font-size:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}img{max-width:100%;height:auto}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;background:var(--color-white);color:var(--color-black);display:flex;font-family:var(--font-sans);flex-direction:column;font-size:var(--font-size-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;letter-spacing:var(--letter-spacing);line-height:var(--line-height);min-height:100svh;-webkit-tap-highlight-color:rgba(var(--rgb-black),0);text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}html{--vh:1vh}.inline-btn{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .75rem;min-width:120px;font-family:var(--font-serif);background-color:var(--color-white);border:1px solid var(--color-light-grey);color:var(--color-black);font-weight:700;font-size:var(--font-size-x-small);cursor:pointer;border-radius:.5rem;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .2s ease-in-out;outline:2px solid var(--color-dark-warm-brown);outline-offset:-2px}.inline-btn span{text-transform:capitalize}.inline-btn:hover{background-color:var(--color-light-warm-brown)}.fade-image{opacity:0;transition:opacity .6s ease}.fade-image.loaded{opacity:1}:root{--background:#ffffff;--foreground:#171717;--color-light-warm-brown:#ffedb7;--color-dark-warm-brown:#342003;--color-blue:#00aaff;--color-super-black:#000;--color-black:#222;--color-darker-grey:#333;--color-grey:#444;--color-light-grey:#a5a5a5;--color-line-grey:#efefef;--color-warm-mid-grey:#5f5b50;--color-turquoise:#00c0b9;--color-dark-turquise:#339e9a;--color-pattern-light:#ffffff;--color-pattern-dark:#FEEAD6;--color-background-yellow:#fff370;--color-warm-yellow:#b39c1f;--color-rgb-green:rgb(0,0,0);--rgb-black:rgb(0,0,0);--font-sans:"Gotham SSm A","Gotham SSm B",sans-serif;--font-serif:"quiche-text",sans-serif;--color-white:#fff;--color-off-white:#efefef;--font-size-xxxx-small:0.625rem;--font-size-xxx-small:0.75rem;--font-size-xx-small:0.8125rem;--font-size-x-small:0.875rem;--font-size-small:0.9375rem;--font-size-base:1rem;--font-size-large:1.125rem;--font-size-x-large:1.25rem;--font-size-xx-large:1.5rem;--font-size-xxx-large:2rem;--font-size-xxxx-large:3rem;--screen-md:40rem;--screen-lg:64rem;--screen-xl:80rem;--slide-height:45vh;--default-margin:0.5rem}@media screen and (min-width:55rem){:root{--slide-height:55vh;--font-size-xxxx-small:0.6875rem;--font-size-xxx-small:0.8125rem;--font-size-xx-small:0.875rem;--font-size-x-small:0.9375rem;--font-size-small:1rem;--font-size-base:1.125rem;--font-size-large:1.25rem;--font-size-x-large:1.5rem;--font-size-xx-large:2rem;--font-size-xxx-large:2.5rem;--font-size-xxxx-large:3.5rem;--default-margin:1rem}}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}nav.page-nav{position:fixed;top:.5rem;left:0;display:flex;justify-content:center;z-index:500;width:100%;transition:opacity .7s ease-in-out}nav.page-nav.top{opacity:0}@media screen and (min-width:55rem){nav.page-nav{bottom:1rem;top:auto}}nav.page-nav ul{border:1px solid var(--color-black);background-color:rgba(255,255,255,.8);justify-content:center;display:flex;border-radius:.5rem;padding:.3rem .35rem .5rem;gap:0;list-style:none}nav.page-nav ul li a{font-family:var(--font-serif);color:var(--color-black);transition:background-color .2s ease-in-out,color .2s ease-in-out;font-weight:700;padding:.25rem;font-size:var(--font-size-x-small)}nav.page-nav ul li a.active,nav.page-nav ul li a:hover{background-color:var(--color-background-yellow)}nav.page-nav ul li a:hover{cursor:pointer}section.home{width:100%;scroll-snap-type:y mandatory;scroll-snap-align:start;height:100dvh;overflow-y:scroll;position:fixed;top:0;left:0;bottom:0;right:0}.slide{scroll-snap-stop:always;scroll-snap-align:start;height:100svh;overflow-x:hidden;align-items:center;position:relative;flex-direction:column}.down-arrow,.slide{width:100%;display:flex;justify-content:center}.down-arrow{position:absolute;bottom:3rem;right:0;left:0;z-index:2000;text-align:center;color:var(--color-white)}@media screen and (min-width:55rem){.down-arrow{bottom:1rem}}.down-arrow span{padding:1rem;display:flex;justify-content:center;color:var(--color-black);text-align:center}.down-arrow svg{width:3rem;height:3rem;margin:0 auto;fill:var(--color-black);transition:transform .2s ease-in-out}.slide .video-frame{position:relative;width:100%;z-index:10;top:0;height:100%;display:flex;align-items:center;justify-content:center}.slide .video-frame video{width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0;object-fit:cover;object-position:center}.slide.introduction{align-items:center;text-align:center}.slide.introduction:before{content:"";position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background-color:rgba(0,0,0,.25);z-index:100}.slide .text-wrapper{max-width:500px;padding:1rem;text-align:left}.slide.pattern{background-color:var(--color-pattern-light);background-image:linear-gradient(135deg,var(--color-pattern-dark) 25%,transparent 25%),linear-gradient(225deg,var(--color-pattern-dark) 25%,transparent 25%),linear-gradient(45deg,var(--color-pattern-dark) 25%,transparent 25%),linear-gradient(315deg,var(--color-pattern-dark) 25%,var(--color-pattern-light) 25%);background-position:10px 0,10px 0,0 0,0 0;background-size:10px 10px;background-repeat:repeat}.slide.credits{background-color:#e5e5f7;opacity:.8;background-image:repeating-linear-gradient(45deg,#444cf7 25%,transparent 0,transparent 75%,#444cf7 0,#444cf7),repeating-linear-gradient(45deg,#444cf7 25%,#e5e5f7 0,#e5e5f7 75%,#444cf7 0,#444cf7);background-position:0 0,10px 10px;background-size:20px 20px}.slide .text-wrapper h3{margin-bottom:.75rem;font-family:var(--font-serif);font-size:var(--font-size-large)}.slide .text-wrapper p{font-weight:400;line-height:1.25;text-wrap:pretty;font-size:var(--font-size-small);font-family:var(--font-sans)}.slide .text-wrapper p a{text-decoration:underline}.slide.introduction header{z-index:100;padding:1rem;text-align:center;position:relative;color:var(--color-white)}.slide.introduction header svg{max-width:330px;height:auto;margin-bottom:1rem}@media screen and (min-width:55rem){.slide.introduction header svg{max-width:600px;height:auto;margin-bottom:.5rem}}.slide header h1{color:var(--color-white);text-transform:uppercase;font-family:var(--font-serif);font-size:var(--font-size-xxx-large)}.slide header h2{font-weight:400;margin:0 auto;text-align:center;line-height:1.2;max-width:330px;font-weight:700;font-size:var(--font-size-large);font-family:var(--font-sans)}@media screen and (min-width:55rem){.slide header h2{max-width:600px;font-weight:400;padding-left:1rem;font-size:160%}}.slide figure.full img,.slide figure.full video{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;object-fit:cover;object-position:center}.slide .city-wrapper{display:grid;flex-direction:row;width:100%;height:100vh;background-color:black;grid-template-rows:repeat(3,1fr)}@media screen and (min-width:55rem){.slide .city-wrapper{display:grid;width:100%;height:100svh;height:100%;grid-template-rows:auto;grid-template-columns:repeat(3,1fr)}}.slide .city-wrapper figure{position:relative;width:100%;background-color:red;display:flex;margin-bottom:0;align-items:center;justify-content:center;padding-bottom:calc(100vh / 3)}@media screen and (min-width:55rem){.slide .city-wrapper figure{padding-bottom:100%}}.slide .two-columns{display:flex;flex-direction:column;max-width:950px;margin:0 auto;padding:.5rem;gap:.5rem;grid-template-rows:repeat(2,1fr)}@media screen and (min-width:55rem){.slide .two-columns{display:grid;align-items:center;grid-template-rows:auto;grid-template-columns:repeat(2,1fr)}.slide .two-columns.top{align-items:flex-start}}.inline.screenshot img{border-radius:1.5rem}.slide .city-wrapper .city-header-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;flex-direction:column;display:flex;align-items:center;z-index:100;background-color:rgba(0,0,0,.25);justify-content:center}.slide figcaption{text-align:center;position:relative;z-index:300;margin-top:.25rem;text-wrap:pretty;font-style:italic;color:var(--color-dark-warm-brown);font-size:var(--font-size-xxx-small)}.slide .city-wrapper figure h3{font-family:var(--font-serif);letter-spacing:.1rem;z-index:300;font-size:var(--font-size-xxx-large)}.slide .city-wrapper figure h3,.slide .city-wrapper figure h4{position:relative;text-transform:uppercase;color:var(--color-white)}.slide .city-wrapper figure h4{bottom:0;text-align:center;width:100%;letter-spacing:.05rem;left:0;display:none;z-index:100}@media screen and (min-width:55rem){.slide .city-wrapper figure h4{display:block;opacity:0;transform:translateY(1rem);transition:opacity .2s ease-in-out,transform .2s ease-in-out}.slide .city-wrapper figure:hover h4{transform:translateY(0);opacity:1}}.slide .city-wrapper figure h4 b{background-color:var(--color-white);color:var(--color-black);padding:.5rem 1rem;border-radius:1rem}.slide .city-wrapper figure img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.slide figure.full figcaption{position:absolute;z-index:300;bottom:1rem;right:1rem;color:var(--color-white)}.slide figure.full figcaption p{font-size:var(--font-size-xxx-small)}.slide.infographics{background:#bf4102}.infographics-wrapper{display:grid;width:100%;padding:1rem;height:100%;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-auto-rows:minmax(120px,auto);align-items:center;justify-items:center}.grid-element:nth-child(7),.grid-element:nth-child(8),.grid-element:nth-child(9){display:none}.grid-element:nth-child(7){order:1}@media screen and (min-width:55rem){.infographics-wrapper{gap:2rem;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(3,1fr)}.grid-element:nth-child(7),.grid-element:nth-child(8),.grid-element:nth-child(9){display:flex}.grid-element:first-child{grid-column:1/4}.grid-element:nth-child(2){grid-column:4/7}.grid-element:nth-child(3){grid-column:7/10}.grid-element:nth-child(4){grid-column:10/13}.grid-element:nth-child(5){grid-column:1/5}.grid-element:nth-child(6){grid-column:5/9}.grid-element:nth-child(7){grid-column:9/13}.grid-element:nth-child(8){grid-column:1/4}.grid-element:nth-child(9){grid-column:4/7}.grid-element:nth-child(10){grid-column:7/10}.grid-element:nth-child(11){grid-column:10/13}.grid-element:nth-child(7){order:0}}.infographics-wrapper img{max-width:100%;height:auto}.grid-element{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:.5rem}.grid-element img{margin:0 auto;max-height:120px;width:auto}.grid-element.aircraft-icon img{max-width:100px;height:auto}.grid-element.airline-icon img{max-width:80px;height:auto}.grid-element.featured{grid-column:span 2;grid-row:span 1}@media screen and (min-width:55rem){.grid-element img{max-height:200px}.grid-element.aircraft-icon img{max-width:120px}.grid-element.airline-icon img{max-width:90px}}.column-letter{max-width:500px;position:relative}.paper-letter{transform:rotate(1.5deg);box-shadow:0 2px 8px rgba(0,0,0,.1);background-color:var(--color-white);border:1px solid var(--color-light-warm-brown);padding:2rem;z-index:100;margin:2rem;position:relative;background-size:50px 50px;background-image:linear-gradient(0deg,#ffffff 47.62%,var(--color-line-grey) 47.62%,var(--color-line-grey) 50%,#ffffff 50%,#ffffff 97.62%,var(--color-line-grey) 97.62%,var(--color-line-grey) 100%)}.column-letter figure.swiss-cover{max-width:250px;position:absolute;top:-15%;transform:rotate(6deg);right:-2rem}.column-letter figure.sas-cover{max-width:300px;position:absolute;top:0;transform:rotate(3deg);left:-10rem}@media screen and (min-width:55rem){.column-letter figure.sas-cover{max-width:350px;position:absolute;top:-15%;transform:rotate(6deg);left:-15rem}}.column-letter figure.sas-hungary{max-width:550px;position:absolute;top:20%;transform:rotate(-6deg);right:-50%}@media screen and (min-width:55rem){.column-letter figure.sas-hungary{max-width:550px;position:absolute;top:0;transform:rotate(-6deg);right:-50%}.column-letter figure.swiss-cover{max-width:300px;position:absolute;top:-55%;transform:rotate(4deg);right:-4rem}}.column-letter figure.klm-cover{max-width:300px;position:absolute;top:-10%;transform:rotate(6deg);left:-2rem}@media screen and (min-width:55rem){.column-letter figure.klm-cover{max-width:300px;position:absolute;top:-20%;transform:rotate(-4deg);left:-13rem}}.column-letter.right{transform:rotate(-1.5deg)}.paper-letter p small{font-size:var(--font-sans);text-transform:uppercase;font-weight:600;font-size:var(--font-size-small)}.paper-letter p{font-size:var(--font-size-medium);font-family:var(--font-serif);line-height:25px;text-wrap:pretty;color:var(--color-black);margin:0;padding:0}.paper-letter p a{background-color:var(--color-background-yellow);font-weight:700;transition:all .2s ease-in-out}.paper-letter p a:hover{color:var(--color-white);background-color:var(--color-black)}@media screen and (min-width:55rem){.paper-letter{background-size:60px 60px;margin:0 auto}.paper-letter p{line-height:30px}}figure.dot6{position:absolute;top:-5rem;left:-6rem;z-index:11;transform:rotate(-2deg);max-width:400px}@media screen and (min-width:55rem){figure.dot6{left:-40%}}figure.dot5{position:absolute;bottom:-2rem;right:-6rem;z-index:10;transform:rotate(6deg);max-width:400px}@media screen and (min-width:55rem){figure.dot5{right:-40%}}.slide.blue-world{background-color:#00d0ff}#support{background-color:var(--color-black);color:var(--color-white)}#subscribe{background-color:var(--color-warm-mid-grey);color:var(--color-black);background-image:url(/assets/tickets-subscribe.jpg)}#subscribe #mc_embed_signup_scroll{margin-top:1rem;font-family:var(--font-serif);display:flex;gap:.5rem}#subscribe #mc_embed_signup_scroll input[type=email],#subscribe #mc_embed_signup_scroll input[type=submit]{flex:1 1;padding:.5rem 1rem;border:1px solid var(--color-black);border-radius:.5rem;font-size:var(--font-size-medium);font-family:var(--font-sans)}#subscribe #mc_embed_signup_scroll input[type=submit]{background-color:var(--color-background-yellow);color:var(--color-black);transition:all .25s ease-in-out}#subscribe #mc_embed_signup_scroll input[type=submit]:hover{cursor:pointer;background-color:var(--color-black);color:var(--color-white)}.sidebar{width:100%;position:absolute;bottom:0;z-index:500;background:var(--color-warm-mid-grey)}.sidebar,.sidebar .city-header{color:var(--color-white);left:0}.sidebar .city-header{padding:.5rem;z-index:200;background-color:var(--color-super-black);border-bottom:1px solid var(--color-black);position:-webkit-sticky;position:sticky;top:0;display:none;font-family:var(--font-sans)}.sidebar-header .filter-city{text-transform:capitalize}.sidebar .city-header h3{display:flex;align-items:center;justify-content:space-between}.sidebar .city-header h3 b{text-transform:uppercase;font-family:var(--font-serif);font-size:var(--font-size-base)}.sidebar .city-header h3 span{font-family:var(--font-sans);font-size:var(--font-size-xxx-small)}@media screen and (min-width:55rem){.sidebar,aside{width:25%;z-index:200;min-width:280px;position:absolute;height:100vh;left:auto;right:0;overflow-y:auto}}.sidebar-loading h3{padding:1rem;text-align:center;font-family:var(--font-serif)}.decade-timeline{position:fixed;top:.5rem;left:.5rem;z-index:100}.city-decade-selectors{display:flex;flex-direction:column;gap:.25rem}@media screen and (min-width:55rem){.city-decade-selectors{flex-direction:row}.decade-timeline{bottom:.5rem;top:auto;left:.5rem;right:auto}}.decade-selector{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.25rem .75rem;min-width:150px;font-family:var(--font-serif);background-color:var(--color-white);border:1px solid var(--color-light-grey);color:var(--color-black);font-weight:700;font-size:var(--font-size-x-small);cursor:pointer;border-radius:.5rem;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .2s ease-in-out}.decade-selector.city-selector{padding-top:.4rem;padding-bottom:.5rem}.decade-selector:hover{background-color:var(--color-light-warm-brown);border-color:var(--color-dark-warm-brown)}.decade-selector:focus{outline:2px solid var(--color-dark-warm-brown);outline-offset:2px}.decade-current{flex:1 1;text-align:left}.decade-arrow{font-size:.75em;color:var(--color-grey);transition:transform .2s ease-in-out}.decade-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;background-color:var(--color-white);border:1px solid var(--color-darker-grey);border-radius:4px;box-shadow:0 4px 16px rgba(0,0,0,.15);max-height:300px;overflow-y:auto;z-index:1001}@media screen and (min-width:55rem){.decade-dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:4px;left:auto;right:0;min-width:145px}}.decade-option{display:flex;justify-content:space-between;width:100%;align-items:center;padding:.25rem 1rem;font-family:var(--font-serif);background-color:transparent;border:none;color:var(--color-black);font-weight:700;font-size:var(--font-size-x-small);text-align:left;cursor:pointer;transition:background-color .2s ease-in-out;border-bottom:1px solid var(--color-off-white)}.decade-count{width:1.4rem;height:1.4rem;font-family:var(--font-sans);font-size:var(--font-size-xxxx-small);background-color:var(--color-black);color:var(--color-white);text-align:center;border-radius:50%;line-height:1.4rem}.decade-option:last-child{border-bottom:none}.decade-option:focus,.decade-option:hover{background-color:var(--color-light-warm-brown)}.decade-option:focus{outline:2px solid var(--color-dark-warm-brown);outline-offset:-2px}.decade-option.selected{color:var(--color-white)}.decade-option.selected,.decade-option.selected:hover{background-color:var(--color-dark-warm-brown)}body.route-mode .decade-timeline{display:none}.map-label-container{box-shadow:0 2px 8px rgba(0,0,0,.15);transition:background-color .3s ease,opacity .7s cubic-bezier(.4,0,.2,1);background-color:var(--color-white);color:var(--color-black);opacity:1}.map-label{align-items:center;display:flex;gap:.25rem;font-weight:700;font-size:var(--font-size-x-small);color:var(--color-black);pointer-events:auto;font-family:var(--font-serif);white-space:nowrap;cursor:pointer;transition:background-color .3s ease;overflow:hidden}.map-label span{padding:0 .25rem;display:none}.icon-wrapper{background-color:var(--color-warm-mid-grey);padding:.2rem}.map-label-container.active .icon-wrapper{background-color:var(--color-black)}.map-label .label-logo{width:1.55rem;height:1.55rem;background-color:var(--color-warm-mid-grey);background-image:var(--icon-url);background-size:contain;background-position:50%;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}.map-label-container.active{color:var(--color-white);background-color:var(--color-black)}.map-label-container.active .map-label{color:var(--color-white)}.map-label-container.active .map-label .label-logo{background-color:var(--color-black)}.map-label-container:before{content:"";position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);width:3px;height:40px;background-color:var(--color-warm-mid-grey);transition:all .3s ease}.map-label-container.active:before{background-color:var(--color-black)}.map-label-container.active{border:4px solid var(--color-black)}.shop-modal{position:fixed;height:100%;width:100%;align-content:center;align-items:center;bottom:0;display:flex;overflow:hidden;z-index:600;top:auto;left:0;transition:background-color .3s ease;background-color:rgba(0,0,0,.75)}@media screen and (min-width:55rem){.shop-modal{width:50%;height:100%;width:100%;align-content:center;align-items:center;overflow-x:scroll;bottom:0;display:flex;top:auto;left:0}}.shop-modal-content{display:flex;background:white;gap:1rem;z-index:700;background-color:var(--color-black);position:relative;color:var(--color-white);overflow-x:scroll}.shop-slide{flex:0 0 auto}.shop-slide.notes{max-width:300px;min-width:300px;display:flex}.shop-slide.notes .more-notes{position:relative;margin-top:.5rem;padding-top:.75rem}.shop-slide.notes .more-notes:after{content:"";position:absolute;top:0;width:3rem;height:1px;background-color:var(--color-white);left:0}.shop-slide img{height:var(--slide-height);width:auto;max-width:100%}.shop-slide.notes h2{margin-bottom:.25rem;font-family:var(--font-serif);font-size:var(--font-size-large)}.shop-slide.notes h3{margin-bottom:.5rem;font-family:var(--font-sans);font-size:var(--font-size-small)}.shop-slide.notes p{font-size:var(--font-size-xx-small)}.shop-image{opacity:0;transition:opacity .6s ease}figure.shop-slide{display:flex;align-items:flex-end}figure.shop-slide figcaption{padding:.5rem;max-width:200px}figure.shop-slide figcaption p,figure.shop-slide figcaption small{font-size:var(--font-size-xxx-small)}figure.shop-slide figcaption small{color:var(--color-light-grey);line-height:1.2;margin-top:.25rem;display:block;font-style:italic}.shop-image.loaded{opacity:1}.shop-modal button{position:fixed;background:none;top:calc((100vh - var(--slide-height)) / 2 - 7rem);background-color:var(--color-black);width:auto;width:2rem;line-height:1.6rem;text-align:center;height:2rem;border:none;z-index:3000;left:.5rem;font-family:var(--font-serif);color:var(--color-white);font-size:var(--font-size-xxxx-large);transition:all .2s ease}.shop-modal button:hover{cursor:pointer;background-color:var(--color-white);color:var(--color-black)}.note-wrapper{padding:1rem}header .logo svg{position:fixed;top:.75rem;max-width:140px;height:auto;right:.5rem;z-index:100}.page-home header .logo svg{opacity:0}@media screen and (min-width:55rem){header .logo svg{right:auto;left:.5rem}}body.page-london header .logo svg path,body.page-new-york header .logo svg path,body.page-paris header .logo svg path{fill:var(--color-black)}body.page-route header .logo svg path{fill:var(--color-white)}@media screen and (min-width:55rem){.map-container{width:100%;height:100vh}}.map-area{width:100%;top:0;left:0;bottom:0;right:0;position:absolute;height:100%}.map-wrapper{position:relative}.map-holder{width:100%;height:100%;height:100svh;position:fixed;top:0;left:0;bottom:0;right:0;display:grid;grid-template-rows:1fr auto}@media screen and (min-width:55rem){.map-holder{grid-template-rows:auto;grid-template-columns:auto minmax(250px,25%)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}.routes-list{display:flex;z-index:100;top:0;overflow-x:scroll;pointer-events:all;scroll-snap-type:x mandatory;flex-direction:row}.back-to-city-btn{position:fixed;top:.5rem;left:.5rem;z-index:100}@media screen and (min-width:55rem){.back-to-city-btn{position:fixed;bottom:.5rem;left:.5rem;top:auto;z-index:100}}.sidebar-header{padding:1rem;text-align:center;background-color:var(--color-warm-mid-grey);border-right:1px solid var(--color-white)}@media screen and (min-width:55rem){.sidebar-header{position:-webkit-sticky;position:sticky;top:0;z-index:500;border-right:none;border-bottom:1px solid var(--color-black)}}.sidebar-header .label-logo{width:2.8rem;height:2.8rem;display:block;margin:0 auto;background-position:50%;background-repeat:no-repeat;background-size:contain;background-image:var(--icon-url)}@media screen and (min-width:55rem){.sidebar-header .label-logo{width:4rem;height:4rem}}.sidebar-header h2{padding-top:1rem;text-transform:uppercase;font-family:var(--font-serif);display:none;font-size:var(--font-size-large)}@media screen and (min-width:55rem){.sidebar-header h2{display:block}}.sidebar-header .route-filters{display:flex;gap:.5rem;justify-content:center}.sidebar .routes-content{display:flex;flex-direction:row;width:100%}.airline-header-text{display:none}@media screen and (min-width:55rem){.airline-header-text{display:block}.sidebar .routes-content{flex-direction:column}}.sidebar .routes-content .routes-list{display:flex;width:100%;flex-direction:row}.sidebar .routes-content .routes-list .route-card{min-width:70%;max-width:70%}@media screen and (min-width:55rem){.sidebar .routes-content .routes-list{display:flex;flex-direction:column}.sidebar .routes-content .routes-list .route-card{min-width:auto;max-width:100%}}.route-card{scroll-snap-align:start;animation:fadeInUp .6s ease-out forwards;animation-fill-mode:both;cursor:pointer;transition:background-color .2s ease;border-right:1px solid var(--color-white)}.route-card-wrapper{padding:.5rem}@media screen and (min-width:55rem){.route-card{border-radius:0;border-right:none;border-bottom:1px solid var(--color-black)}}.route-card:last-of-type{border:none}.route-card h3,.route-card h4{font-size:var(--font-size-xx-small)}.route-card h4{font-family:var(--font-serif)}.route-card h5{font-weight:400;font-size:var(--font-size-xxxx-small)}.route-card .route-header{margin-bottom:.25rem}.route-card .route-number{align-self:start}.route-card .route-header em{font-size:var(--font-size-xxx-small);font-style:italic;line-height:1}.route-card .route-meta ul{display:flex;gap:.5rem;margin-bottom:.25rem;list-style-type:none}.route-card .route-meta ul li{letter-spacing:.1rem;font-size:var(--font-size-xxxx-small)}.route-card .route-meta ul li:nth-of-type(2):before{content:"/";padding-right:.5rem}.route-card dl{display:flex;gap:.25rem;font-style:italic;flex-wrap:wrap;font-size:var(--font-size-xxxx-small)}.route-card.selected,.route-card:hover{background-color:var(--color-black)}.route-details-expanded{padding:.5rem;margin-top:.5rem;border:1px dashed var(--color-white)}.routes-notes{min-width:80%;max-width:80%;padding:.5rem;scroll-snap-align:start;font-size:var(--font-size-xxxx-small)}@media screen and (min-width:55rem){.routes-notes{min-width:100%;max-width:100%}}aside .sidebar-list{display:flex;z-index:100;top:0;overflow-x:scroll;pointer-events:all;scroll-snap-type:x mandatory;flex-direction:row}@media screen and (min-width:55rem){aside .sidebar-list{flex-direction:column}}.sidebar-item.has-selected{background-color:var(--color-super-black)}.sidebar-item{scroll-snap-align:start;padding:.5rem;overflow:hidden;position:relative;min-width:280px;max-width:280px;border-right:1px solid var(--color-black);transition:background-color .2s ease}.sidebar-item:last-of-type{border-left:none}@media screen and (min-width:55rem){.sidebar-item{border-bottom:1px solid var(--color-black);border-right:none;min-width:auto;max-width:100%}.sidebar-item:last-of-type{border-bottom:none}}.sidebar-item:hover{cursor:pointer}.sidebar-item:hover,.sidebar-item[aria-pressed=true]{background-color:var(--color-super-black)}.sidebar-item ul.sidebar-locations{list-style:none;display:flex;flex-direction:column;gap:.25rem}.sidebar-item ul.sidebar-locations li{line-height:1.25;font-size:var(--font-size-xxx-small)}.sidebar-item ul.sidebar-locations li .address-details{padding-right:1rem}.sidebar-item ul.sidebar-locations b.range{font-weight:400;font-style:italic;display:block;font-size:var(--font-size-xxxx-small)}.sidebar-item .label-logo{width:2.5rem;display:block;height:2.5rem;background-position:50%;background-repeat:no-repeat;background-size:contain;background-image:var(--icon-url)}.sidebar-shop-content{display:flex;gap:.75rem;flex-direction:row}.sidebar-item .address-details{flex:1 1}.sidebar-shop-content h3{font-size:var(--font-size-x-small);color:var(--color-white);font-family:var(--font-serif);margin-bottom:.25rem;margin-top:.25rem}.sidebar-item .sidebar-location-buttons{position:relative}.sidebar-item button{text-indent:-999rem;width:1.6rem;display:block;background-color:inherit;height:3rem;border:1px solid var(--color-white);background-repeat:no-repeat;background-size:contain;background-position:50%}.sidebar-details-modal-btn{background-image:url(/icons/camera.png)}.sidebar-route-btn{background-image:url(/icons/routes.png)}.sidebar-item .button-wrapper{display:flex;flex-direction:column;gap:.5rem;width:100%}.sidebar-item .sidebar-location-buttons button{flex:1 1}.sidebar-item .sidebar-location-buttons button:hover{cursor:pointer}@media screen and (min-width:55rem){.sidebar-item-icon .label-logo{width:2.5rem;display:block;height:2.5rem}}.sidebar-item-icon svg{width:100%;height:auto}section.world{background-color:var(--color-warm-mid-grey);color:var(--color-white);min-height:100vh}.airlines-list{display:grid;padding-top:10rem;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(280px,3fr))}.airlines-list .airline{padding:1rem;display:flex;flex-direction:column;justify-content:flex-end;text-align:center}.airlines-list .airline h3{font-family:var(--font-serif);font-size:var(--font-size-large);margin:.5rem 0}.airlines-list .airline img{margin:1rem auto}.globe-page{background-color:var(--color-white)}.slide.globe{position:ul.airline-list{display:grid;list-style-type:none;margin:0;padding:0;grid-auto-flow:column;align-items:flex-start;grid-template-columns:unset;grid-auto-columns:1fr;grid-gap:1rem;gap:1rem}@media (max-width:768px){ul.airline-list{gap:.75rem}}@media (max-width:480px){ul.airline-list{gap:.5rem}}background:#00c0b9}.network-intro{position:absolute;top:5rem;width:100%;left:0;z-index:1000;color:var(--color-white)}@media screen and (min-width:55rem){.network-intro{top:1rem}}.network-intro h2{text-align:center;letter-spacing:.1rem;text-transform:uppercase;font-family:var(--font-serif);font-size:var(--font-size-xxx-large)}.network-intro h3{text-align:center;font-family:var(--font-sans)}.globe-container{position:absolute;top:0;left:0;display:flex;align-items:flex-end;bottom:0;right:0;height:100%}@media screen and (min-width:55rem){.globe-container{align-items:center}}.globe-wrapper{display:flex;justify-content:center;align-items:center;padding:2rem;min-height:70vh;width:100%}.globe-container{width:100%;max-width:1200px;margin:0 auto}.globe-container canvas{width:100%;height:auto;max-width:100%}@media screen and (max-width:768px){.globe-wrapper{padding:1rem;min-height:50vh}}@media screen and (max-width:480px){.globe-wrapper{padding:.5rem}}.graticule,.outline{pointer-events:none}.slide.globe{flex-direction:row}.list-holder{position:relative;overflow-x:scroll;scroll-padding:1rem;scrollbar-width:none;scroll-snap-type:x mandatory;padding:5rem 0}.list-holder::-webkit-scrollbar{display:none}.airline-container{width:90%;padding:0 1rem;min-width:-moz-fit-content;min-width:fit-content}ul.airline-list{display:grid;list-style-type:none;margin:0;padding-left:2rem;grid-auto-flow:column;align-items:flex-start;grid-template-columns:unset;grid-auto-columns:1fr;grid-gap:1rem;gap:1rem}ul.airline-list li{text-align:center;color:var(--color-white);scroll-snap-align:start;background-color:var(--color-dark-turquise);min-width:180px;padding:1.5rem;border-radius:1rem;overflow:hidden;width:100%;display:flex;justify-content:space-between;flex-direction:column;height:100%}ul.airline-list li h3{margin-top:1rem;font-family:var(--font-serif);font-size:var(--font-size-large)}ul.airline-list li figure{width:100%;position:relative;padding-bottom:100%}ul.airline-list li figure img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center center}.airline-name-wrapper{align-items:flex-end}.airline-route-count{text-align:center;font-size:var(--font-size-small);color:rgba(255,255,255,.8);margin-top:.5rem;font-style:italic}.airline-decades,.airline-years{margin-top:1rem;display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap}.airline-decades a,.airline-years a{background-color:var(--color-background-yellow);font-size:var(--font-size-small);border-radius:.5rem;padding:.25rem .5rem;color:var(--color-black);border:1px solid var(--color-black);transition:all .2s ease-in-out;text-decoration:none}.airline-decades a:hover,.airline-years a:hover{background-color:var(--color-black);color:var(--color-background-yellow)}.pagination-controls{width:100%;position:absolute;bottom:10%;left:0;gap:.5rem;padding:1rem}.pagination-btn,.pagination-controls{justify-content:center;display:flex;align-items:center}.pagination-btn{background:var(--color-dark-turquise);border-radius:50%;width:3rem;height:3rem;color:var(--color-white);font-size:var(--font-size-small);font-weight:600;cursor:pointer;border:none;border:1px solid var(--color-black);transition:all .2s ease-in-out;white-space:nowrap}.pagination-btn:hover:not(:disabled){background:var(--color-black);color:var(--color-white)}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-next,.pagination-prev{font-size:var(--font-size-small);padding:.75rem 1rem}@media (max-width:768px){.pagination-controls{padding:1rem;gap:.5rem}.pagination-btn{font-size:.875rem}.pagination-btn,.pagination-next,.pagination-prev{padding:.6rem .8rem}}.diagram-page{height:100%}.diagram-map,.diagram-page{position:relative;width:100%}.diagram-map{background:white;overflow:hidden;height:100vh;top:0;background-image:url(/backgrounds/denmark.png);bottom:0;right:0}.diagram-controls{padding:1rem 2rem;background:#f8f9fa;border-bottom:1px solid #e9ecef}.hub-indicator{background:#e74c3c;border:2px solid #c0392b}.regular-indicator{background:#3498db;border:2px solid #2980b9}.connection-line{height:3px;background:#95a5a6;border-radius:2px}.network-svg{width:100%;height:100%}.connection-line{fill:none}.connection-line.stopover{stroke:var(--color-black);stroke-width:.5px!important}.connection-line.hovered{stroke:var(--color-red)}.airport-node.regular{fill:#3498db;stroke:#2980b9}.airport-node.hovered{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3)) brightness(1.1)}.airport-node.selected{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3)) brightness(1.2)}.airport-label{font-size:10px;font-weight:600;fill:#2c3e50;pointer-events:none;transition:all .2s ease}.airport-label.selected{fill:white;font-weight:700}.airport-label{text-shadow:none}.node-group .label-background{z-index:1}.node-group .airport-label{z-index:2}.node-group .airport-node{z-index:3}.label-background{fill:rgba(255,255,255,.9);stroke:rgba(0,0,0,.1);stroke-width:.5px;transition:all .2s ease;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.label-background.selected{fill:rgba(46,204,113,.9);stroke:rgba(46,204,113,.3);stroke-width:1px;filter:drop-shadow(0 2px 4px rgba(46,204,113,.3))}.airport-details{position:absolute;top:1rem;right:1rem;width:280px;background:var(--color-white);border-radius:8px;z-index:10;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.details-content{padding:1.5rem;position:relative}.details-content h3{margin:0 0 .5rem;color:#2c3e50;font-size:1.3rem}.iata-code{font-size:1.1rem;font-weight:700;color:#e74c3c;margin:0}.city{color:#7f8c8d;margin:.25rem 0 1rem}.stats{display:flex;flex-direction:column;gap:.5rem}.stat{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #ecf0f1}.stat:last-child{border-bottom:none}.stat .label{color:#7f8c8d;font-weight:500}.stat .value{color:#2c3e50;font-weight:700}.hub-badge{background:linear-gradient(135deg,#e74c3c,#c0392b);color:white;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;text-align:center;margin-top:.5rem}.close-details{position:absolute;top:.5rem;right:.5rem;width:24px;height:24px;border:none;background:#ecf0f1;border-radius:50%;cursor:pointer;font-size:16px;color:#7f8c8d;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.close-details:hover{background:#e74c3c;color:white}@media (max-width:768px){.diagram-page{padding:1rem}.diagram-header h1{font-size:2rem}.legend{flex-wrap:wrap;gap:1rem}.airport-details{position:fixed;bottom:0;left:0;right:0;top:auto;width:auto;border-radius:12px 12px 0 0;max-height:50vh;overflow-y:auto}.network-svg{height:400px}}.stopover-line{height:3px;background:#f39c12;border-radius:2px;position:relative}.stopover-line:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:4px;height:4px;background:#e67e22;border-radius:50%}.connection-line{stroke:#fff;stroke-linecap:round;cursor:pointer}.connection-line.stopover{stroke:#fff;stroke-width:.1rem!important}.connection-line.selected{stroke:var(--color-black);stroke-width:2px!important}.airport-node.hub{fill:#e74c3c;stroke:#c0392b}.airport-node.regular{fill:var(--color-white);stroke:none}.airport-node.hovered{stroke-width:3px;filter:brightness(1.1)}.airport-node.selected{stroke-width:3px;filter:brightness(1.2)}.loading-message{text-align:center;padding:4rem;color:#7f8c8d;font-size:1.1rem}.d3-tooltip{font-family:inherit}.airline-route-map{font-family:Helvetica,Arial,sans-serif;background:#f8f6f0}.route-line{stroke:#d32f2f;stroke-width:2px;stroke-linecap:round;transition:all .2s ease}.route-line.direct{stroke:#1976d2;stroke-width:2.5px}.route-line.stopover{stroke:#f57c00;stroke-width:1.5px;stroke-dasharray:4,4}.route-line.hovered{stroke-width:4px;stroke:#ff5722;filter:drop-shadow(0 2px 4px rgba(255,87,34,.4))}.route-line.selected{stroke-width:3px;stroke:#4caf50;filter:drop-shadow(0 2px 4px rgba(76,175,80,.4))}.airport-node{fill:white;stroke:#333;stroke-width:2px;transition:all .2s ease;cursor:pointer;filter:drop-shadow(0 2px 3px rgba(0,0,0,.2))}.airport-node.hub{fill:#d32f2f;stroke:#b71c1c;stroke-width:3px}.airport-node.regular{fill:#ffffff;stroke:#424242;stroke-width:2px}.airport-node.hovered{stroke-width:4px;filter:drop-shadow(0 3px 6px rgba(0,0,0,.3));transform:scale(1.1)}.airport-node.selected{stroke:#4caf50;stroke-width:4px;filter:drop-shadow(0 3px 6px rgba(76,175,80,.4))}.airport-label{font-size:11px;font-weight:700;fill:#2e2e2e;text-anchor:middle;font-family:Helvetica,Arial,sans-serif;text-shadow:1px 1px 0 rgba(255,255,255,.8),-1px -1px 0 rgba(255,255,255,.8),1px -1px 0 rgba(255,255,255,.8),-1px 1px 0 rgba(255,255,255,.8)}.airport-label.selected{fill:#4caf50;font-weight:900}.connection-count{font-size:8px;font-weight:600;fill:#666;text-anchor:middle;font-family:Helvetica,Arial,sans-serif}.airport-node.hub+.connection-count{fill:white;font-weight:700}.route-arrow{fill:#666;opacity:.7;transition:opacity .2s ease}.route-line.hovered+.route-arrow,.route-line.selected+.route-arrow{opacity:1;fill:currentColor}.d3-tooltip{background:rgba(0,0,0,.85)!important;color:white!important;font-family:Monaco,Menlo,monospace!important;font-size:11px!important;line-height:1.4!important;border:1px solid #444!important;border-radius:6px!important;box-shadow:0 4px 12px rgba(0,0,0,.3)!important}.diagram-map{background:#f8f6f0;border:2px solid #d4af37;box-shadow:inset 0 0 20px rgba(212,175,55,.1)}.diagram-controls{background:rgba(248,246,240,.95);border:1px solid #d4af37;padding:15px;border-radius:8px;margin:10px}.legend-item{display:flex;align-items:center;margin:8px 0;font-weight:600;color:#2e2e2e}.hub-indicator{width:12px;height:12px;background:#d32f2f;border-radius:50%;margin-right:8px;border:2px solid #b71c1c}.regular-indicator{width:8px;height:8px;background:white;border-radius:50%;margin-right:10px;border:2px solid #424242}.connection-line{background:#1976d2}.connection-line,.stopover-line{width:20px;height:2px;margin-right:8px;border-radius:1px}.stopover-line{background:#f57c00;background-image:repeating-linear-gradient(90deg,#f57c00,#f57c00 4px,transparent 0,transparent 8px)}@media (max-width:768px){.airport-label{font-size:9px}.connection-count{font-size:7px}.route-line{stroke-width:1.5px}}.airport-node.role-origin{fill:#e74c3c;stroke:#c0392b;stroke-width:2px}.airport-node.role-stopover{fill:#f39c12;stroke:#e67e22;stroke-width:2px}.airport-node.role-destination{fill:#3498db;stroke:#2980b9;stroke-width:1.5px}.airport-node.role-origin.hovered{fill:#ff6b6b;stroke:#e74c3c;stroke-width:3px;filter:drop-shadow(0 2px 4px rgba(231,76,60,.4))}.airport-node.role-stopover.hovered{fill:#ffd93d;stroke:#f39c12;stroke-width:3px;filter:drop-shadow(0 2px 4px rgba(243,156,18,.4))}.airport-node.role-destination.hovered{fill:#74b9ff;stroke:#3498db;stroke-width:3px;filter:drop-shadow(0 2px 4px rgba(52,152,219,.4))}.airport-label.role-origin{font-weight:800;font-size:11px;fill:#2c3e50}.airport-label.role-stopover{font-weight:700;font-size:10px;fill:#34495e}.airport-label.role-destination{font-weight:600;font-size:9px;fill:#7f8c8d}.connection-line{stroke:#bdc3c7;opacity:.4;transition:all .2s ease}.connection-line.hovered{stroke:#e74c3c;opacity:.8;stroke-width:3px!important}.connection-line.selected{stroke:#27ae60;opacity:.9;stroke-width:3px!important}