*,:before,:after{box-sizing:border-box}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font-family:inherit;font-size:inherit}p{margin:0}a{color:inherit;text-decoration:none}html,body{background:var(--bg-color);min-height:100vh;color:var(--text-color);margin:0}.wrapper{flex-direction:column;min-height:100vh;margin-inline:16px;padding-block:24px;display:flex}@media (width>=768px){.wrapper{margin-inline:48px}}.container{flex-direction:column;flex-grow:1;justify-content:space-between;margin:20px 24px;display:flex}@media (width>=768px){.container{justify-content:center;margin:0}}.language-switcher{font-family:var(--language-switcher-font-family);font-weight:var(--language-switcher-font-weight);flex-wrap:wrap;justify-content:flex-end;align-items:flex-end;gap:5px;margin-bottom:20px;display:flex}@media (width>=768px){.language-switcher{margin-bottom:10px}}.language-switcher .language-options{flex-wrap:wrap;gap:5px;display:flex}.language-switcher .item{text-transform:uppercase;position:relative}.language-switcher .item.selected:after{content:"";inset-inline:0;height:var(--language-switcher-underline-width);background-color:var(--language-switcher-underline-color);position:absolute;bottom:0}.logo img{margin-inline:auto}@media (width>=768px){.logo img{width:460px;height:35px}}.title{text-align:center;font-family:var(--title-font-family);font-size:var(--title-font-size-sm);font-weight:var(--title-font-weight);text-wrap:balance;max-width:20ch;margin-inline:auto}@media (width>=768px){.title{font-size:var(--title-font-size-md);max-width:25ch;margin-block:100px}}@media (width>=1440px){.title{margin-block:200px}}.redirect{justify-content:center;display:flex}.redirect a{background-color:var(--button-bg-color);border-radius:var(--button-border-radius);align-items:center;min-height:48px;padding:8px 24px;text-decoration:none;display:inline-flex}.redirect a span{font-family:var(--button-font-family);font-weight:var(--button-font-weight);font-size:var(--button-font-size);color:var(--button-text-color)}:root{--head-font-family:"LHG Head", sans-serif;--text-font-family:"Lufthansa Text", sans-serif;--font-weight-light:300;--font-weight-bold:700;--bg-color:linear-gradient(169deg, #3257bc 0%, #05164d 100%);--text-color:#fff;--title-font-family:var(--head-font-family);--title-font-weight:var(--font-weight-light);--title-font-size-sm:28px;--title-font-size-md:48px;--language-switcher-font-family:var(--text-font-family);--language-switcher-font-weight:var(--font-weight-bold);--language-switcher-font-size:16px;--language-switcher-underline-width:2px;--language-switcher-underline-color:#cce4fe;--button-font-family:var(--text-font-family);--button-font-weight:var(--font-weight-bold);--button-font-size:18px;--button-border-radius:8px;--button-bg-color:#fff;--button-text-color:#05164d}@font-face{font-family:LHG Head;src:url(/assets/LHGHead-Light-D6wFKVx2.otf)format("opentype");font-style:normal;font-weight:300}@font-face{font-family:Lufthansa Text;src:url(/assets/LufthansaTextWeb-Bold-DFKmrpJK.woff)format("woff");font-style:normal;font-weight:700}
