@import"https://fonts.googleapis.com/css2?family=Grenze+Gotisch:wght@300;600;700;900&family=Montserrat:wght@200;300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@48,400,1,0";*{margin:0;padding:0;box-sizing:border-box}a{color:inherit;text-decoration:none}.cursor-pointer{cursor:pointer}p a{text-decoration:underline}.smooth,body,form input,form textarea,h1,h2,h3,h4,h5,h6,li,p{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Montserrat,sans-serif}@media(min-width:961px){.mobile{display:none!important}}@media(max-width:960px){.desktop{display:none!important}}.bg-grey{background-color:#f6f6f2;color:#00284f}.bg-blue{background-color:#00284f;color:#fff}.bg-red{background-color:#ec513c;color:#fff}.bg-beige{background-color:#edece4;color:#00284f}.bg-white{background-color:#fff}.hero-wrapper header{padding:37px}.hero-wrapper header.has-overlap{padding-bottom:157px}.hero-wrapper header img{width:100%}.hero-wrapper .overlap{margin-top:-120px}.hero-wrapper .overlap section{margin-inline:-48px;padding:48px}@media(max-width:960px){.hero-wrapper .overlap section{margin-inline:unset;padding:48px 0}}.hero-wrapper .overlap section .col{padding-bottom:0}@media(max-width:960px){.hero-wrapper .overlap section .col:not(:last-child){padding-bottom:48px}}section{padding:96px 0 48px}section.no-bottom-padding{padding-bottom:0;margin-bottom:-30px}section.overlap .container{display:grid;grid-template-columns:auto}section.overlap .container .col{max-width:100%;display:flex;flex-direction:column;justify-content:center;padding:0 42px}section.overlap .container .col a.button{margin:0 0 36px auto}@media(max-width:960px){section.overlap .container .col a.button{margin:0}}section.overlap .container .col p{-moz-columns:2;column-count:2;-moz-column-gap:84px;column-gap:84px}@media(max-width:960px){section.overlap .container .col p{max-width:600px;-moz-columns:unset;columns:unset}}section.codes-header{padding:0;background-color:#00284f;display:flex;justify-content:center;align-items:flex-start;min-height:100vh}section.codes-header .col{padding:37px 0;display:flex;min-height:100vh;flex-direction:column;justify-content:space-between;align-items:center}section.codes-header .col a,section.codes-header .col a img{width:100%}section.codes-header .col .codes-header-text{padding:96px 24px}section.codes-header .col .codes-header-text p{font-size:20px;max-width:600px}section.codes-header .col a.scroll-indicator{width:unset;margin-top:auto}section.codes-header .col *{color:#fff}@media(max-width:960px){section{padding:48px 0 24px}}.container{margin:0 auto;max-width:1280px;display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,auto))}.container .col{padding:0 24px 48px;margin:0 auto;max-width:600px;width:100%}.container .col.align-center{align-self:center}.container .col.accent{background-color:#f6f6f2;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:48px 48px 24px;text-align:center}.container .col.accent p{font-weight:500}.container .col.accent a.button{margin:20px 0}@media(max-width:960px){.container .col.accent{padding:24px}}.container .col.full{max-width:100%}.container .col.wide{max-width:960px}.container .col.narrow{max-width:438px}@media(max-width:960px){.container .col{padding:0 36px 24px}.container{display:flex;flex-direction:column}}h1 span.dropcap,h2 span.dropcap{transform:translate(-100%);position:absolute;color:#fff;text-align:right;background-repeat:no-repeat;background-size:cover;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);background-color:#00284f;padding-top:.12em;top:-.12em;width:1.2em;height:1.4em}h1 span.dropcap.red,h2 span.dropcap.red{background-color:#fff;color:#ec513c}h1 span.dropcap.blue,h2 span.dropcap.blue{background-color:#fff;color:#00284f}h1 span.dropcap.grey,h2 span.dropcap.grey{color:#f6f6f2}h1 span.dropcap.beige,h2 span.dropcap.beige{color:#edece4}span.scroll-indicator{animation:bounce 1.2s ease-in-out infinite;font-size:3.5rem}@keyframes bounce{50%{transform:translateY(-20%)}}h1,h2{color:#00284f;font-family:Grenze Gotisch,cursive;letter-spacing:-.005em;z-index:0;position:relative}h1{font-size:3.5rem;font-weight:600;line-height:.85;letter-spacing:-.02em}h2{font-size:2.65rem;font-weight:700;line-height:1;margin-bottom:.4em}h3{font-size:1.85rem;letter-spacing:.01em;font-weight:800;line-height:1.05;margin-bottom:.8em;color:#00284f}h4{font-size:.85rem;text-transform:uppercase;color:#ec513c;letter-spacing:.2em;font-weight:400;margin-bottom:.35em}h5{font-size:1em;font-weight:600;color:#00284f;margin-bottom:1em}h6{text-transform:uppercase;font-weight:900;font-size:.85em;letter-spacing:.035em}p{font-size:1rem;line-height:1.7;color:#000;font-weight:400;margin-bottom:1em;-webkit-hyphens:auto;hyphens:auto}p:last-child{margin-bottom:0}p.code{font-size:18px;margin-top:24px;color:#00284f}ul{color:#222;font-weight:400;line-height:1.6;list-style-position:outside;padding-left:1.6em}a.button,button{display:block;padding:.15em 1.2em .15em 2em;height:36px;background-color:#ec513c;border-radius:99px;border:none;outline:none;text-decoration:none;color:#fff;text-transform:uppercase;letter-spacing:.15em;font-size:.9rem;font-weight:400;width:-moz-min-content;width:min-content;display:flex;align-items:center;white-space:nowrap;transition:all .14s ease;cursor:pointer}a.button:hover,button:hover{background-color:#b12411;transform:scale(1.05)}a.button:active,button:active{background-color:#000}a.button:not(.no-arrow):after,button:not(.no-arrow):after{font-family:Material Symbols Rounded;content:"";font-size:1.8em}a.button.arrow-down:after,button.arrow-down:after{content:""}a.button.back,button.back{padding:.15em 2em .15em 1.2em}a.button.back:after,button.back:after{content:unset}a.button.back:before,button.back:before{font-family:Material Symbols Rounded;font-size:1.8em;content:""}a.button:disabled,button:disabled{cursor:default;background-color:#e0e0e0;color:#a8a8a8}img{max-width:100%}img.photos{filter:drop-shadow(0 12px 36px rgba(0,0,0,.12))}form{display:flex;flex-direction:column;margin-bottom:1em}form input,form textarea{background:#fbfbfb;border:1px solid #d0d0d0;margin-bottom:1em;padding:.85em;font-size:14px;font-family:inherit;border-radius:3px;outline:none;resize:vertical;transition:all .12s ease}form input.error,form textarea.error{border-color:#ec513c}form input:focus,form textarea:focus{border-color:#00284f}form textarea{min-height:150px}form span.error{font-size:14px;text-align:center;color:#ec513c;margin-top:1em}form button{margin-left:auto}.join-our-code{padding-bottom:96px}.join-our-code h2{padding-bottom:.5em}.kc-codes p.video{padding:.25em .65em;border-radius:999px;background-color:#ec513c;color:#fff;font-size:1.2em;cursor:pointer}.kc-codes p.video.is-playing,.kc-codes p.video:hover:not(.is-playing){background-color:#fff;outline:1px solid #ec513c;color:#ec513c}.kc-codes p.video.is-playing{opacity:.2}@media(min-width:960px){.kc-codes:nth-child(odd) .codes-title{order:1}}.video-image-wrapper{position:relative;display:flex;justify-content:center;align-items:center}.video-image-wrapper img{transition:opacity .12s ease-in}.video-image-wrapper img.transparent{opacity:.1}.video-image-wrapper .video{position:absolute;padding-bottom:56.25%;width:100%;flex-grow:1}.video-image-wrapper .video span.close{position:absolute;width:28px;height:28px;border-radius:50%;background-color:#ec513c;color:#fff;z-index:1;display:flex;justify-content:center;align-items:center;font-size:18.2px;top:-14px;right:-14px;font-weight:900;cursor:pointer}.video-image-wrapper .video iframe{width:100%;height:100%;position:absolute;left:0;top:0;overflow:hidden;border:0}footer{color:#424245}footer a:hover{text-decoration:underline}footer .container{padding:48px 12px 0;display:grid;grid-template-columns:1fr 1fr 1fr}footer .container>div{padding:12px 15px 0;border-left:1px solid #d0d0d1}footer .container>div:last-child{border-right:1px solid #d0d0d1}@media(max-width:960px){footer .container>div:last-child{border-right:none}footer .container>div{border-left:none;margin-bottom:36px}footer .container>div#address{order:3}footer .container>div#sitemap{order:2}footer .container>div#channels{order:1}footer .container{padding:24px 12px 0;grid-template-columns:1fr}}footer .address{display:flex;justify-content:flex-start;align-items:center;margin-bottom:8px;margin-top:-12px}footer .address img.pand{margin-top:12px;margin-right:8px;height:72px}footer .address iframe{width:100%;height:120px}footer h6{margin-bottom:1.2em}footer ul{list-style:none;padding-left:unset}footer li,footer p{font-weight:400;font-size:.9em;line-height:1.5;padding:0;margin-bottom:1em}footer li a,footer p a{color:inherit;text-decoration:none}footer li a.router-link-active,footer p a.router-link-active{font-weight:600}footer .social{display:flex;flex-wrap:wrap;gap:1em}footer .social div{display:flex}footer .social div:not(:last-child):after{padding-left:.65em;content:"/"}footer .social div a{display:flex;gap:.5em}footer .social div a img{width:1em}footer .footer-logo{display:flex;justify-content:center;align-items:center;background-color:#00284f;margin:90px auto 0;width:90px;height:90px;padding:12px}footer .footer-logo img{height:100%}.thank-you-footer{display:flex;justify-content:space-between}.thank-you-footer .signature{width:-moz-max-content;width:max-content;padding:0 24px;display:flex;flex-direction:column;align-items:center}.thank-you-footer .signature img{width:115px;margin-bottom:12px}.thank-you-footer .signature span.name{font-size:14px;color:#00284f;font-weight:600;margin-bottom:.2em}.thank-you-footer .signature span.title{font-size:14px;color:#222;font-weight:400;font-style:italic}#CybotCookiebotDialogBodyButtonDecline,#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll{display:flex!important}
