:root{--sky: #91b7e6;--ground: rgb(209, 205, 193);--panel: #003399;--bevel-light: #7d97c7;--bevel-dark: #041c49;--link: #99ffff;--link-hover: #ddffff;--head: #ddddff}*{box-sizing:border-box}html{background:var(--ground);scroll-behavior:smooth}body{margin:0;padding:0 0 12rem;background:url(/images/airlines_bkg.jpg) center top var(--sky) repeat-x;min-height:100vh;min-height:100dvh}body{background-image:image-set(url(/images/airlines_bkg.webp) type("image/webp"),url(/images/airlines_bkg.jpg) type("image/jpeg"));font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5;color:#fff}.shell{max-width:1000px;margin:0 auto;padding:0 1rem}.shell h1{margin:0;padding:.6rem 0 .2rem;font-size:clamp(1.5rem,4vw,2.2rem);text-align:center;color:#fff;text-shadow:.1em .1em .3em #000084}.intro{max-width:44rem;margin:0 auto .75rem;text-align:center;font-size:.92rem;text-shadow:.1em .1em .3em #000084}.keys{display:flex;flex-wrap:wrap;justify-content:center;gap:2px;max-width:1000px;margin:.25rem auto .5rem;padding:0 1rem}.key{width:32px;height:32px;display:block;background-image:url(/buttons/letters.png);background-repeat:no-repeat;background-position:0 var(--y);border:0;text-decoration:none;cursor:pointer}.key--current{background-position:0 calc(var(--y) - 32px)}@media(hover:hover){.key:hover{background-image:var(--hover);background-position:0 0}.key--current:hover{background-image:var(--hover);background-position:0 -32px}}.key--text{width:32px;height:32px;padding:0;font:700 11px/24px Arial,sans-serif;text-align:center;color:#fff;background:#082d74;border-top:4px solid #6984b7;border-left:4px solid #4367ab;border-right:4px solid #020e25;border-bottom:4px solid #020e25;border-radius:9px}.key--text.key--current,.key--text:active{background:#082356;border-top-color:#020e25;border-left-color:#082356;border-right-color:#4367ab;border-bottom-color:#6984b7}@media(hover:hover){.key--text:hover{background:#0b3a92}}.panel{max-width:1000px;margin:0 auto;padding:.5rem;background:#003399e6;border-left:8px solid var(--bevel-light);border-top:8px solid var(--bevel-light);border-right:8px solid var(--bevel-dark);border-bottom:8px solid var(--bevel-dark)}.panel{scrollbar-color:#4367ab #062d75}.panel::-webkit-scrollbar{width:16px}.panel::-webkit-scrollbar-track{background:#062d75}.panel::-webkit-scrollbar-thumb{background:#4367ab;border-top:2px solid var(--bevel-light);border-left:2px solid var(--bevel-light);border-right:2px solid var(--bevel-dark);border-bottom:2px solid var(--bevel-dark)}.panel::-webkit-scrollbar-thumb:hover{background:#5a7cc0}.panel::-webkit-scrollbar-button{height:16px;background-color:#4367ab;background-repeat:no-repeat;background-position:center;border-top:2px solid var(--bevel-light);border-left:2px solid var(--bevel-light);border-right:2px solid var(--bevel-dark);border-bottom:2px solid var(--bevel-dark)}.panel::-webkit-scrollbar-button:hover{background-color:#5a7cc0}.panel::-webkit-scrollbar-button:vertical:decrement{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='M5 2.5 9 7.5H1z' fill='%23ffffff'/%3E%3C/svg%3E")}.panel::-webkit-scrollbar-button:vertical:increment{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10'%3E%3Cpath d='M5 7.5 1 2.5h8z' fill='%23ffffff'/%3E%3C/svg%3E")}.panel::-webkit-scrollbar-button:vertical:start:increment,.panel::-webkit-scrollbar-button:vertical:end:decrement{display:none}a{color:var(--link)}a:hover{color:var(--link-hover)}.notice{margin:.5rem 0;padding:.5rem .7rem;background:#041c49cc;border-left:4px solid var(--bevel-light)}.notice--error{border-left-color:#ff8a80}.notice--dev{border-left-color:#fc6;color:#ffe9b3;font-size:.9rem}.filters{display:flex;flex-wrap:wrap;gap:.6rem 1rem;align-items:flex-end;margin:.25rem 0 1rem;padding:.6rem .7rem;background:#041c498c;border:1px inset var(--panel)}.filters__field{display:flex;flex-direction:column;gap:.15rem}.filters__field--search{flex:1 1 18rem;max-width:26rem}.filters__field--search input{width:100%}.filters__field label{font-size:.78rem;font-weight:700;color:var(--head)}.filters__field input,.filters__field select{min-width:14rem;height:2.25rem;padding:0 .45rem;font:inherit;line-height:2.25rem;color:#06122b;background:#fff;border:1px solid var(--bevel-dark)}@supports (-moz-appearance: none){.filters__field select{line-height:normal}}.filters__count{margin:0;font-size:.88rem;color:var(--head)}.linkish{margin-left:.4rem;padding:0;font:inherit;color:var(--link);background:none;border:0;text-decoration:underline;cursor:pointer}.entries{margin:0 0 1rem}.entries{width:100%;table-layout:fixed;border-collapse:collapse;background-color:var(--panel);color:#fff}.entries col.col--name{width:26%}.entries col.col--country{width:14%}.entries col.col--language{width:16%}.entries col.col--phone{width:14%}.entries col.col--comment{width:auto}.entries th,.entries td{border:1px inset var(--panel);padding:2px 4px;text-align:left;vertical-align:top}.entries thead th{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:.82rem;color:var(--head);white-space:nowrap}.entries a{color:#ddf}.group__heading{position:relative;padding:.15rem 0;font-family:Arial Black,Arial,sans-serif;font-size:20px;text-align:center;color:var(--head);background:#041c4999;border:1px inset var(--panel);caption-side:top}.anchor{position:absolute;top:-1rem;pointer-events:none}.entry:nth-child(odd){background:#ffffff0d}@media(hover:hover){.entry:hover{background:#ffffff1f}}.entry__name{font-weight:700}.entry__link{color:#ddf}.entry__link--none{color:#b9c6e6;cursor:help}.entry__country,.entry__language,.entry__phone{white-space:normal}.entry__comment{font-style:italic;color:#cfe0ff}.entries td{overflow-wrap:break-word}.entry__seealso{font-style:italic;color:#cfe0ff}.entry__seealso--unlinked{border-bottom:1px dotted #9db4e0;cursor:help}@media(max-width:620px){.entries thead{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.entries,.entries tbody,.entry,.entries td{display:block;width:auto}.entry{margin:0 0 .4rem;border:1px inset var(--panel)}.entries td{border:0;padding:.15rem .4rem}.entries td:empty{display:none}.entry__country,.entry__language,.entry__phone{white-space:normal}.entries td[data-label]:before{content:attr(data-label) ": ";font-weight:700;color:var(--head)}.entry__name{font-size:1.05rem}}.plane{position:fixed;left:50%;bottom:0;z-index:1;pointer-events:none}.plane__body{position:absolute;left:-275px;bottom:0}.plane__tail{position:absolute;left:-2px;bottom:116px}@media(max-height:520px),(max-width:620px){.plane{display:none}body{padding-bottom:3rem}}.site-foot{position:relative;z-index:2;max-width:1000px;margin:1rem auto 0;padding:0 1rem;font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:12px;text-align:right;text-shadow:.1em .1em .3em #000084}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:3px solid #fff;outline-offset:2px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media(max-width:30rem){.filters__field,.filters__field input,.filters__field select{width:100%;min-width:0}.panel{border-width:4px}}.letterline{margin:0 0 .5rem;text-align:center}.notice--invite{margin:0;padding:2rem 1rem;min-height:24rem;text-align:center;background:none;border:0}.copyright{text-decoration:none}.copyright:hover{text-decoration:underline}.site-foot .logo{height:1.8em;width:auto;vertical-align:-.5em}.site-foot{display:flex;flex-wrap:wrap;gap:.5rem 1rem;justify-content:space-between}.site-foot__left{margin:0;text-align:left}.site-foot__right{margin:0;text-align:right}@media(min-height:640px)and (min-width:700px){.panel{max-height:calc(100dvh - 16rem);overflow-y:auto;overscroll-behavior:contain}body{padding-bottom:0}}.key--A{--y: -0px;--hover: url(/buttons/Am.gif)}.key--B{--y: -64px;--hover: url(/buttons/Bm.gif)}.key--C{--y: -128px;--hover: url(/buttons/Cm.gif)}.key--D{--y: -192px;--hover: url(/buttons/Dm.gif)}.key--E{--y: -256px;--hover: url(/buttons/Em.gif)}.key--F{--y: -320px;--hover: url(/buttons/Fm.gif)}.key--G{--y: -384px;--hover: url(/buttons/Gm.gif)}.key--H{--y: -448px;--hover: url(/buttons/Hm.gif)}.key--I{--y: -512px;--hover: url(/buttons/Im.gif)}.key--J{--y: -576px;--hover: url(/buttons/Jm.gif)}.key--K{--y: -640px;--hover: url(/buttons/Km.gif)}.key--L{--y: -704px;--hover: url(/buttons/Lm.gif)}.key--M{--y: -768px;--hover: url(/buttons/Mm.gif)}.key--N{--y: -832px;--hover: url(/buttons/Nm.gif)}.key--O{--y: -896px;--hover: url(/buttons/Om.gif)}.key--P{--y: -960px;--hover: url(/buttons/Pm.gif)}.key--Q{--y: -1024px;--hover: url(/buttons/Qm.gif)}.key--R{--y: -1088px;--hover: url(/buttons/Rm.gif)}.key--S{--y: -1152px;--hover: url(/buttons/Sm.gif)}.key--T{--y: -1216px;--hover: url(/buttons/Tm.gif)}.key--U{--y: -1280px;--hover: url(/buttons/Um.gif)}.key--V{--y: -1344px;--hover: url(/buttons/Vm.gif)}.key--W{--y: -1408px;--hover: url(/buttons/Wm.gif)}.key--X{--y: -1472px;--hover: url(/buttons/Xm.gif)}.key--Y{--y: -1536px;--hover: url(/buttons/Ym.gif)}.key--Z{--y: -1600px;--hover: url(/buttons/Zm.gif)}.cookie{position:fixed;left:0;right:0;bottom:0;z-index:3;display:flex;flex-wrap:wrap;gap:.5rem 1rem;align-items:center;justify-content:center;padding:.6rem 1rem;background:#041c49f5;border-top:2px solid var(--bevel-light);font-size:.9rem}.cookie__text{margin:0;max-width:44rem}.cookie__buttons{display:flex;gap:.5rem}.cookie__button{padding:.35rem .9rem;font:inherit;color:#fff;background:#082d74;border-top:2px solid #6984b7;border-left:2px solid #4367ab;border-right:2px solid #082356;border-bottom:2px solid #082356;border-radius:4px;cursor:pointer}@media(hover:hover){.cookie__button:hover{background:#0b3a92}}.cookie__button--yes{font-weight:700}.cookie~.plane{bottom:4.5rem}
