*,*::before,*::after{box-sizing:border-box}html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,figure,blockquote{margin:0;padding:0}html{font-size:100%;scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{font-family:jura,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#333;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:jura,sans-serif;font-weight:700;line-height:1.2;color:#333;margin-bottom:1rem}h1{font-size:2.25rem}@media(min-width:768px){h1{font-size:3rem}}h2{font-size:1.875rem}@media(min-width:768px){h2{font-size:2.25rem}}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}a{color:#0077be;text-decoration:none;transition:color 150ms ease}a:hover,a:focus{color:#005a8f;text-decoration:underline}a:focus{outline:2px solid #0077be;outline-offset:2px}ul,ol{list-style-position:inside;margin-bottom:1rem}li{margin-bottom:.25rem}img{max-width:100%;height:auto;display:block}code,pre{font-family:sf mono,Monaco,cascadia code,Consolas,monospace;font-size:.875rem}code{background-color:#f5f5f5;padding:.25rem .5rem;border-radius:.25rem}pre{background-color:#f5f5f5;padding:1rem;border-radius:.5rem;overflow-x:auto}pre code{background:0 0;padding:0}blockquote{border-left:4px solid #0077be;padding-left:1.5rem;margin:1.5rem 0;font-style:italic;color:#666}hr{border:none;border-top:1px solid #ddd;margin:2rem 0}::selection{background-color:#0077be;color:#fff}:focus-visible{outline:2px solid #0077be;outline-offset:2px}.skip-link{position:absolute;top:-100%;left:1rem;background:#0077be;color:#fff;padding:.5rem 1rem;border-radius:.25rem;z-index:600;transition:top 150ms ease}.skip-link:focus{top:1rem}.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.container{padding-left:2rem;padding-right:2rem}}.container--narrow{max-width:768px}.container--wide{max-width:100%}.main{min-height:calc(100vh - 200px);padding-top:2rem;padding-bottom:4rem}@media(min-width:768px){.main{padding-top:3rem;padding-bottom:6rem}}.section{padding-top:3rem;padding-bottom:3rem}@media(min-width:768px){.section{padding-top:4rem;padding-bottom:4rem}}@media(min-width:1024px){.section{padding-top:6rem;padding-bottom:6rem}}.section--alt{background-color:#f5f5f5}.section--dark{background-color:#1a1a2e;color:#fff}.section--dark h1,.section--dark h2,.section--dark h3,.section--dark h4,.section--dark h5,.section--dark h6{color:#fff}.section--dark a{color:#33a0d8}.section--dark a:hover,.section--dark a:focus{color:#fff}.grid{display:grid;gap:1.5rem}@media(min-width:768px){.grid{gap:2rem}}@media(min-width:768px){.grid--2{grid-template-columns:repeat(2,1fr)}}@media(min-width:480px){.grid--3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid--3{grid-template-columns:repeat(3,1fr)}}@media(min-width:480px){.grid--4{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.grid--4{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.grid--4{grid-template-columns:repeat(4,1fr)}}.flex{display:flex}.flex--wrap{flex-wrap:wrap}.flex--center{align-items:center;justify-content:center}.flex--between{justify-content:space-between}.flex--column{flex-direction:column}.flex--gap-sm{gap:.5rem}.flex--gap-md{gap:1rem}.flex--gap-lg{gap:1.5rem}.layout-split{display:grid;gap:2rem}@media(min-width:768px){.layout-split{grid-template-columns:1fr 1fr;gap:3rem}}@media(min-width:768px){.layout-split--reverse{direction:rtl}.layout-split--reverse>*{direction:ltr}}.layout-sidebar{display:grid;gap:2rem}@media(min-width:1024px){.layout-sidebar{grid-template-columns:1fr 300px}}@media(min-width:1024px){.layout-sidebar--left{grid-template-columns:300px 1fr}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1.5rem;font-family:jura,sans-serif;font-size:1rem;font-weight:500;line-height:1.5;text-align:center;text-decoration:none;white-space:nowrap;cursor:pointer;border:2px solid transparent;border-radius:.5rem;transition:all 150ms ease;min-height:44px}.btn:hover{text-decoration:none}.btn:focus{outline:2px solid #0077be;outline-offset:2px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background-color:#0077be;color:#fff}.btn--primary:hover,.btn--primary:focus{background-color:#005a8f;color:#fff}.btn--secondary{background-color:initial;color:#0077be;border-color:#0077be}.btn--secondary:hover,.btn--secondary:focus{background-color:#0077be;color:#fff}.btn--large{padding:1rem 2rem;font-size:1.125rem}.btn--small{padding:.25rem 1rem;font-size:.875rem}.btn--block{display:flex;width:100%}.card{background-color:#fff;border:1px solid #eee;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 2px rgba(0,0,0,5%);transition:box-shadow 150ms ease}.card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.card__title{font-size:1.25rem;margin-bottom:.5rem}.card__text{color:#666;margin-bottom:1rem}.card__icon{width:48px;height:48px;margin-bottom:1rem;color:#0077be}.header{position:sticky;top:0;z-index:200;background-color:#fff;border-bottom:1px solid #eee;box-shadow:0 1px 2px rgba(0,0,0,5%)}.header__container{display:flex;align-items:center;justify-content:space-between;height:72px}@media(min-width:1024px){.header__container{height:80px}}.header__logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#333;font-weight:700;font-size:1.125rem}.header__logo:hover,.header__logo:focus{color:#0077be;text-decoration:none}.header__logo-img{width:40px;height:40px}@media(min-width:768px){.header__logo-img{width:48px;height:48px}}.header__logo-name{font-weight:400;opacity:.8}@media(max-width:768px){.header__logo-name{display:none}}.header__menu-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:0 0;border:none;cursor:pointer}@media(min-width:1024px){.header__menu-toggle{display:none}}.header__menu-icon{position:relative;width:24px;height:2px;background-color:#333;transition:background-color 150ms ease}.header__menu-icon::before,.header__menu-icon::after{content:"";position:absolute;left:0;width:24px;height:2px;background-color:#333;transition:transform 150ms ease}.header__menu-icon::before{top:-8px}.header__menu-icon::after{top:8px}.header__menu-toggle[aria-expanded=true] .header__menu-icon{background-color:initial}.header__menu-toggle[aria-expanded=true] .header__menu-icon::before{top:0;transform:rotate(45deg)}.header__menu-toggle[aria-expanded=true] .header__menu-icon::after{top:0;transform:rotate(-45deg)}.header__nav{display:none;position:absolute;top:100%;left:0;right:0;background-color:#fff;border-bottom:1px solid #eee;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);padding:1rem}@media(min-width:1024px){.header__nav{display:flex;position:static;background:0 0;border:none;box-shadow:none;padding:0}}.header__nav.is-open{display:block}.header__nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}@media(min-width:1024px){.header__nav-list{flex-direction:row;gap:1.5rem}}.header__nav-item{margin:0}.header__nav-link{display:block;padding:.5rem 1rem;color:#333;text-decoration:none;font-weight:500;border-radius:.25rem;transition:color 150ms ease,background-color 150ms ease;min-height:44px;display:flex;align-items:center}@media(min-width:1024px){.header__nav-link{padding:.5rem;min-height:auto}}.header__nav-link:hover,.header__nav-link:focus{color:#0077be;text-decoration:none}.header__nav-link--active{color:#0077be;font-weight:600}.footer{background-color:#1a1a2e;color:#fff;padding:3rem 0 1.5rem}.footer__content{display:grid;gap:2rem;margin-bottom:2rem}@media(min-width:768px){.footer__content{grid-template-columns:2fr 1fr 1fr}}.footer__section h3{color:#fff}.footer__logo{display:flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;font-weight:700;font-size:1.125rem;margin-bottom:1rem}.footer__logo img{width:32px;height:32px}.footer__logo:hover,.footer__logo:focus{color:#33a0d8}.footer__tagline{color:rgba(255,255,255,.7);margin-bottom:0}.footer__heading{font-size:1rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.footer__nav-list{list-style:none;margin:0;padding:0}.footer__link{display:block;color:rgba(255,255,255,.7);padding:.25rem 0;transition:color 150ms ease}.footer__link:hover,.footer__link:focus{color:#fff}.footer__address{font-style:normal;display:flex;flex-direction:column;gap:.5rem}.footer__bottom{padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;align-items:center;gap:.5rem}@media(min-width:768px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__copyright{color:rgba(255,255,255,.5);font-size:.875rem;margin:0;text-align:center}@media(min-width:768px){.footer__copyright{text-align:left}}.footer__link--cookie-settings{font-size:.875rem}.hero{padding:4rem 0;text-align:center}@media(min-width:768px){.hero{padding:6rem 0;text-align:left}}.hero__title{font-size:2.25rem;margin-bottom:1rem}@media(min-width:768px){.hero__title{font-size:3rem}}.hero__subtitle{font-size:1.125rem;color:#666;margin-bottom:2rem;max-width:600px}@media(min-width:768px){.hero__subtitle{font-size:1.25rem}}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media(min-width:768px){.hero__actions{justify-content:flex-start}}.contact-form-wrapper{max-width:600px}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form[hidden]{display:none}.contact-form__honeypot{position:absolute;left:-9999px;opacity:0;pointer-events:none}.contact-form__field{display:flex;flex-direction:column;gap:.25rem}.contact-form__label{font-weight:500;color:#333}.contact-form__label .required{color:#dc3545}.contact-form__input,.contact-form__select,.contact-form__textarea{width:100%;padding:.5rem 1rem;font-family:jura,sans-serif;font-size:1rem;color:#333;background-color:#fff;border:2px solid #ddd;border-radius:.5rem;transition:border-color 150ms ease,box-shadow 150ms ease;min-height:44px}.contact-form__input:hover,.contact-form__select:hover,.contact-form__textarea:hover{border-color:#999}.contact-form__input:focus,.contact-form__select:focus,.contact-form__textarea:focus{outline:none;border-color:#0077be;box-shadow:0 0 0 3px rgba(0,119,190,.1)}.contact-form__input::placeholder,.contact-form__select::placeholder,.contact-form__textarea::placeholder{color:#999}.contact-form__input--error,.contact-form__select--error,.contact-form__textarea--error{border-color:#dc3545}.contact-form__input--error:focus,.contact-form__select--error:focus,.contact-form__textarea--error:focus{border-color:#dc3545;box-shadow:0 0 0 3px rgba(220,53,69,.1)}.contact-form__select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:3rem}.contact-form__textarea{resize:vertical;min-height:150px}.contact-form__error{font-size:.875rem;color:#dc3545;min-height:1.25em}.contact-form__actions{margin-top:1rem}.contact-form__submit{min-width:200px}.contact-form__submit-loading{display:inline-flex;align-items:center;gap:.5rem}.contact-form__submit-loading[hidden]{display:none}.contact-form__submit-loading::before{content:"";width:16px;height:16px;border:2px solid;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.contact-form__message{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;border-radius:.5rem;font-size:1rem}.contact-form__message[hidden]{display:none}.contact-form__message svg{flex-shrink:0;margin-top:2px}.contact-form__message p{margin:0}.contact-form__message--success{background-color:#d4edda;color:#155724}.contact-form__message--success svg{color:#28a745}.contact-form__message--error{background-color:#f8d7da;color:#721c24}.contact-form__message--error svg{color:#dc3545}.contact-form__message--warning{background-color:#fff3cd;color:#856404}.contact-form__message--warning svg{color:#ffc107}.badge{display:inline-block;padding:.125rem .375rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.02em;border-radius:.25rem;vertical-align:middle;margin-left:.25rem}.badge--soon{background-color:#fff3cd;color:#856404}.badge--new{background-color:#d4edda;color:#155724}.header__nav-link--disabled{color:#999;cursor:not-allowed;opacity:.7}.header__nav-link--disabled:hover{color:#999;text-decoration:none}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:300;background-color:#1a1a2e;color:#fff;box-shadow:0 -4px 12px rgba(0,0,0,.15)}.cookie-banner[hidden]{display:none}.cookie-banner__content{max-width:1200px;margin:0 auto;padding:1.5rem 1rem;display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.cookie-banner__content{flex-direction:row;align-items:center;justify-content:space-between;padding:1.5rem 2rem}}.cookie-banner__text-content{flex:1}.cookie-banner__title{font-size:1.125rem;font-weight:600;margin:0 0 .25rem;color:#fff}.cookie-banner__text{font-size:.875rem;color:rgba(255,255,255,.85);margin:0;line-height:1.6}@media(min-width:768px){.cookie-banner__text{font-size:1rem}}.cookie-banner__actions{display:flex;flex-direction:column;gap:.5rem;width:100%}@media(min-width:480px){.cookie-banner__actions{flex-direction:row;width:auto}}.cookie-banner__btn{min-width:120px;min-height:44px;padding:.5rem 1.5rem;font-size:1rem;font-weight:500;text-align:center;border-radius:.5rem;cursor:pointer;transition:all 150ms ease;border:2px solid transparent}.cookie-banner__btn:focus{outline:2px solid #33a0d8;outline-offset:2px}.cookie-banner__btn--accept{background-color:#0077be;color:#fff;border-color:#0077be}.cookie-banner__btn--accept:hover,.cookie-banner__btn--accept:focus{background-color:#33a0d8;border-color:#33a0d8}.cookie-banner__btn--decline{background-color:initial;color:#fff;border-color:rgba(255,255,255,.5)}.cookie-banner__btn--decline:hover,.cookie-banner__btn--decline:focus{background-color:rgba(255,255,255,.1);border-color:#fff}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-muted{color:#999}.text-light{color:#666}.text-primary{color:#0077be}.text-success{color:#28a745}.text-error{color:#dc3545}.text-small{font-size:.875rem}.text-large{font-size:1.125rem}.text-bold{font-weight:700}.text-uppercase{text-transform:uppercase;letter-spacing:.05em}.mt-0{margin-top:0}.mt-sm{margin-top:.5rem}.mt-md{margin-top:1rem}.mt-lg{margin-top:1.5rem}.mt-xl{margin-top:2rem}.mt-2xl{margin-top:3rem}.mb-0{margin-bottom:0}.mb-sm{margin-bottom:.5rem}.mb-md{margin-bottom:1rem}.mb-lg{margin-bottom:1.5rem}.mb-xl{margin-bottom:2rem}.mb-2xl{margin-bottom:3rem}.my-0{margin-top:0;margin-bottom:0}.my-md{margin-top:1rem;margin-bottom:1rem}.my-lg{margin-top:1.5rem;margin-bottom:1.5rem}.my-xl{margin-top:2rem;margin-bottom:2rem}.pt-0{padding-top:0}.pt-md{padding-top:1rem}.pt-lg{padding-top:1.5rem}.pt-xl{padding-top:2rem}.pb-0{padding-bottom:0}.pb-md{padding-bottom:1rem}.pb-lg{padding-bottom:1.5rem}.pb-xl{padding-bottom:2rem}.d-none{display:none}.d-block{display:block}.d-inline{display:inline}.d-inline-block{display:inline-block}.d-flex{display:flex}.d-grid{display:grid}@media(min-width:768px){.d-md-none{display:none}.d-md-block{display:block}.d-md-flex{display:flex}}@media(min-width:1024px){.d-lg-none{display:none}.d-lg-block{display:block}.d-lg-flex{display:flex}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.visible{visibility:visible}.invisible{visibility:hidden}.w-100{width:100%}.w-auto{width:auto}.max-w-sm{max-width:640px}.max-w-md{max-width:768px}.max-w-lg{max-width:1024px}.list-unstyled{list-style:none;padding-left:0;margin:0}.list-inline{list-style:none;padding-left:0;margin:0;display:flex;flex-wrap:wrap;gap:1rem}.img-fluid{max-width:100%;height:auto}.img-cover{object-fit:cover;width:100%;height:100%}.img-contain{object-fit:contain}.rounded{border-radius:.5rem}.rounded-lg{border-radius:1rem}.rounded-full{border-radius:9999px}.border{border:1px solid #ddd}.border-top{border-top:1px solid #ddd}.border-bottom{border-bottom:1px solid #ddd}.shadow-sm{box-shadow:0 1px 2px rgba(0,0,0,5%)}.shadow{box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.shadow-none{box-shadow:none}.bg-white{background-color:#fff}.bg-alt{background-color:#f5f5f5}.bg-dark{background-color:#1a1a2e;color:#fff}.bg-primary{background-color:#0077be;color:#fff}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}