/* Purified 09/09/2024 10:04 - css/main_course.css */
@charset "UTF-8";.transition--all{transition:all 300ms ease-in-out !important;will-change:all}.anim-fadein{opacity:0}.animate-in.anim-fadein{animation:fadein 1000ms cubic-bezier(0.01,0.94,0.9,1) 1s;animation-fill-mode:both;transform:translate3d(0,0,0);opacity:1}@keyframes fadein{0%{opacity:0;transform:translate3d(0,20px,200px);border-color:#f1f7fa}100%{opacity:1;border-color:#008fce;transform:translate3d(0,0,0)}}.anim-nodelay{animation-delay:0ms !important}.header,.container{padding-left:0.5rem;padding-right:0.5rem}@media screen and (min-width:360px){.header,.container{padding-left:1rem;padding-right:1rem}}@media screen and (min-width:420px){.header,.container{padding-left:1rem;padding-right:1rem}}@media screen and (min-width:650px){.header,.container{padding-left:2rem;padding-right:2rem}}@media screen and (min-width:950px){.header,.container{padding-left:2rem;padding-right:2rem}}@media screen and (min-width:1100px){.header,.container{padding-left:3rem;padding-right:3rem}}.header{padding-top:0.5rem}@media screen and (min-width:420px){.header{padding-top:1rem}}.p-3{padding:1rem !important}.px-2{padding-left:0.5rem !important;padding-right:0.5rem !important}.px-3{padding-left:1rem !important;padding-right:1rem !important}.py-4{padding-top:2rem !important;padding-bottom:2rem !important}.py-6{padding-top:4rem !important;padding-bottom:4rem !important}.py-8{padding-top:6rem !important;padding-bottom:6rem !important}.pt-2-5{padding-top:0.75rem !important}.pt-3{padding-top:1rem !important}.pt-5{padding-top:3rem !important}.pt-6{padding-top:4rem !important}.pr-4{padding-right:2rem !important}.pb-2-5{padding-bottom:0.75rem !important}.pb-4{padding-bottom:2rem !important}.pb-6{padding-bottom:4rem !important}.pl-3-5{padding-left:1.5rem !important}@media screen and (min-width:360px){.xs\:px-4{padding-left:2rem !important;padding-right:2rem !important}}@media screen and (min-width:420px){.sm\:p-4{padding:2rem !important}.sm\:px-4{padding-left:2rem !important;padding-right:2rem !important}.sm\:px-6{padding-left:4rem !important;padding-right:4rem !important}}@media screen and (min-width:650px){.md\:px-0{padding-left:0 !important;padding-right:0 !important}.md\:px-3{padding-left:1rem !important;padding-right:1rem !important}.md\:px-4{padding-left:2rem !important;padding-right:2rem !important}.md\:px-5{padding-left:3rem !important;padding-right:3rem !important}.md\:pt-0{padding-top:0 !important}.md\:pl-6{padding-left:4rem !important}}@media screen and (min-width:950px){.lg\:py-6{padding-top:4rem !important;padding-bottom:4rem !important}.lg\:py-8{padding-top:6rem !important;padding-bottom:6rem !important}.lg\:pt-8{padding-top:6rem !important}.lg\:pb-6{padding-bottom:4rem !important}.lg\:pb-8{padding-bottom:6rem !important}}@media screen and (min-width:1100px){.xl\:p-5{padding:3rem !important}}.mx-auto{margin-left:auto !important;margin-right:auto !important}.m-0{margin:0 !important}.mx-2{margin-left:0.5rem !important;margin-right:0.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.mt--6{margin-top:-4rem !important}.mt-0{margin-top:0 !important}.mt-3{margin-top:1rem !important}.mr-1{margin-right:0.25rem !important}.mr-3{margin-right:1rem !important}.mb-2{margin-bottom:0.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:2rem !important}.ml--3{margin-left:-1rem !important}.ml-1{margin-left:0.25rem !important}.ml-2{margin-left:0.5rem !important}@media screen and (min-width:420px){.sm\:ml-3{margin-left:1rem !important}}@media screen and (min-width:650px){.md\:mx-0{margin-left:0 !important;margin-right:0 !important}.md\:mb-1{margin-bottom:0.25rem !important}.md\:ml-4{margin-left:2rem !important}.md\:ml-6{margin-left:4rem !important}}@media screen and (min-width:950px){.lg\:mt-3{margin-top:1rem !important}.lg\:mr-9{margin-right:7rem !important}.lg\:mb-5{margin-bottom:3rem !important}.lg\:ml--30{margin-left:-28rem !important}.lg\:ml--9{margin-left:-7rem !important}.lg\:ml-7{margin-left:5rem !important}.lg\:ml-9{margin-left:7rem !important}}.rounded-full{border-radius:9999px !important}a.close{position:absolute;top:10px;right:20px;width:30px;height:30px;z-index:60;cursor:pointer}a.close:before,a.close:after{content:"";width:26px;height:3px;position:absolute;top:50%;left:50%;margin-left:-13px;opacity:0;background-color:#000;-moz-transition:opacity 300ms,-moz-transform 300ms;transition:opacity 300ms,transform 300ms;will-change:opacity,transform}a.close:not(.close--nodelay):before,a.close:not(.close--nodelay):after{-moz-transition:opacity 300ms,-moz-transform 300ms 300ms;transition:opacity 300ms,transform 300ms 300ms}a.close:hover:before,a.close:hover:after{background-color:#008fce}a.close:before{-moz-transform:rotate(-90deg);transform:rotate(-90deg)}.ti-foldout--open a.close:before{opacity:1;-moz-transform:rotate(-45deg);transform:rotate(-45deg)}.ti-foldout--open a.close:after{opacity:1;-moz-transform:rotate(45deg);transform:rotate(45deg)}.ti-foldout{display:block;overflow:hidden;-moz-transition:max-height 400ms ease-in-out,padding 300ms ease-in-out;transition:max-height 400ms ease-in-out,padding 300ms ease-in-out;max-height:0;pointer-events:none}.ti-foldout-container{position:relative}.ti-foldout-container > .ti-foldout--summary{position:absolute;bottom:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.ti-foldout--open .ti-foldout--hide-on-open,.ti-foldout--open ~ .ti-foldout--hide-on-open{display:none}.ti-foldout.ti-foldout--open{pointer-events:auto;max-height:20em !important}.ti-foldout.ti-foldout--open.ti-details--xl{max-height:100em !important}.js .ti-foldout:not(.ti-foldout--open):not(.ti-foldout--preview){padding-top:0 !important;padding-bottom:0 !important}.no-js .ti-foldout{max-height:none !important}.no-js .ti-foldout--hide-no-js{max-height:0 !important;padding-top:0 !important;padding-bottom:0 !important}.no-js .ti-foldout--summary,.no-js .ti-foldout--preview:after,.no-js .ti-foldout--preview-lg:after{display:none}body{--txt-clear:#fff;--txt-lightest:#f3f3f3;--txt-lightere:#eee;--txt-lighter:#ddd;--txt-light:#bbb;--txt-normal:#8e8e8e;--txt-dark:#646464;--txt-darker:#444;--txt-darkest:#222;--txt-opaque:#000;--bg-clear:#fff;--bg-lightest:#f3f3f3;--bg-lightere:#eee;--bg-lighter:#ddd;--bg-light:#bbb;--bg-normal:#8e8e8e;--bg-dark:#646464;--bg-darker:#444;--bg-darkest:#222;--bg-opaque:#000;--border-clear:#fff;--border-lightest:#f3f3f3;--border-lightere:#eee;--border-lighter:#ddd;--border-light:#bbb;--border-normal:#8e8e8e;--border-dark:#646464;--border-darker:#444;--border-darkest:#222;--border-opaque:#000;--txt-default:#444;--txt-highlight:#C4000E;--txt-link:#008fce;--txt-link--hover:#4ba6ce;--bg-default:#fff;--bg-highlight:#C4000E;--bg-link--hover:#4ba6ce}.theme-yellow{--txt-clear:#fff;--txt-lightest:#f8ecc5;--txt-lighter:#b5862a;--txt-light:#483206;--txt-normal:#8e8e8e;--txt-dark:#646464;--txt-darker:#444;--txt-darkest:#222;--txt-opaque:#000;--bg-clear:#fff;--bg-lightest:#faf9e7;--bg-lighter:#f8ecc5;--bg-light:#f5cd78;--bg-normal:#f2b63f;--bg-dark:#b5862a;--bg-darker:#483206;--bg-darkest:#1b1200;--bg-opaque:#000;--border-clear:#fff;--border-lightest:#faf9e7;--border-lighter:#f8ecc5;--border-light:#f5cd78;--border-normal:#f2b63f;--border-dark:#b5862a;--border-darker:#483206;--border-darkest:#1b1200;--border-opaque:#000;--txt-default:#444;--txt-highlight:#f2b63f;--txt-link:#008fce;--txt-link--hover:#4ba6ce;--bg-default:#faf9e7;--bg-highlight:#f2b63f;--bg-link--hover:#4ba6ce}.theme-blue{--txt-clear:#fff;--txt-lightest:#c4e5f4;--txt-lighter:#008fce;--txt-light:#0273aa;--txt-normal:#8e8e8e;--txt-dark:#646464;--txt-darker:#444;--txt-darkest:#222;--txt-opaque:#000;--bg-clear:#fff;--bg-lightest:#f1f7fa;--bg-lighter:#c4e5f4;--bg-light:#4ba6ce;--bg-normal:#008fce;--bg-dark:#0273aa;--bg-darker:#063b63;--bg-darkest:#081d3d;--bg-opaque:#000;--border-clear:#fff;--border-lightest:#f1f7fa;--border-lighter:#c4e5f4;--border-light:#4ba6ce;--border-normal:#008fce;--border-dark:#0273aa;--border-darker:#063b63;--border-darkest:#081d3d;--border-opaque:#000;--txt-default:#444;--txt-highlight:#C4000E;--txt-link:#008fce;--txt-link--hover:#4ba6ce;--bg-default:#c4e5f4;--bg-highlight:#C4000E;--bg-link--hover:#4ba6ce}.theme-green{--txt-clear:#fff;--txt-lightest:#c9e4bc;--txt-lighter:#66a54a;--txt-light:#456f32;--txt-normal:#8e8e8e;--txt-dark:#646464;--txt-darker:#444;--txt-darkest:#222;--txt-opaque:#000;--bg-clear:#fff;--bg-lightest:#eff6ec;--bg-lighter:#c9e4bc;--bg-light:#77b65b;--bg-normal:#66a54a;--bg-dark:#456f32;--bg-darker:#2f4f21;--bg-darkest:#091b00;--bg-opaque:#000;--border-clear:#fff;--border-lightest:#eff6ec;--border-lighter:#c9e4bc;--border-light:#77b65b;--border-normal:#66a54a;--border-dark:#456f32;--border-darker:#2f4f21;--border-darkest:#091b00;--border-opaque:#000;--txt-default:#444;--txt-highlight:#C4000E;--txt-link:#008fce;--txt-link--hover:#4ba6ce;--bg-default:#c9e4bc;--bg-highlight:#C4000E;--bg-link--hover:#4ba6ce}.theme-yellow,.theme-green,.theme-blue{color:#222;color:var(--txt-default);background-color:#f3f3f3;background-color:var(--bg-default);border-color:#fff;border-color:var(--border-clear);fill:#f3f3f3;fill:var(--bg-default)}body > *{color:#444}h1,h2,h3{color:#222}.txt-dark-blue{color:#0273aa !important}.txt-darker-blue{color:#063b63 !important}.txt-darker-green{color:#2f4f21 !important}.txt-dark-green{color:#456f32 !important}.txt-darker-yellow{color:#483206 !important}.txt-dark-yellow{color:#b5862a !important}.txt-black{color:#000 !important}.txt-light{color:#bbb !important;color:var(--txt-light) !important}.txt-dark{color:#646464 !important;color:var(--txt-dark) !important}.txt-darker{color:#444 !important;color:var(--txt-darker) !important}.txt-opaque{color:#000 !important;color:var(--txt-opaque) !important}.hover\:txt-opaque:hover{color:#000 !important;color:var(--txt-opaque) !important}.txt-opaque\:hover:hover{color:#000 !important;color:var(--txt-opaque) !important}.bg-lightest-green{background-color:#eff6ec !important}.bg-white{background-color:#fff !important}.bg-clear{background-color:#fff !important;background-color:var(--bg-clear) !important;fill:var(--bg-clear) !important}.bg-lightest{background-color:#f3f3f3 !important;background-color:var(--bg-lightest) !important;fill:var(--bg-lightest) !important}.bg-opaque\:before:before{background-color:#000 !important;background-color:var(--bg-opaque) !important;fill:var(--bg-opaque) !important}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.theme-blue{background-color:#f1f7fa}.theme-blue.bg-lightest{background-color:#f1f7fa !important}.theme-yellow{background-color:#faf9e7}.theme-yellow.bg-lightest{background-color:#faf9e7 !important}.theme-green{background-color:#eff6ec}.theme-green.bg-lightest{background-color:#eff6ec !important}}button,input{border:0;outline:0;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none}input:not([type=button]):not([type=submit]):not(.btn){background-color:#bbb;background-color:var(--bg-lightest);padding:0.4em 0.5em 0.35em}button,input{position:relative;display:block;width:100%;border-radius:4px;padding:0.4em 0.5em 0.45em;cursor:pointer;line-height:1.5;margin-top:0.5rem;margin-bottom:0.5rem;box-sizing:border-box}button:hover{text-decoration:none !important}button:not(.icon):not(.btn--no-icon):after{content:"";display:block;position:absolute;top:50%;right:0;margin-top:-0.225em;width:1.5em;background:transparent url("../img/icon-arrow-down-black.svg") no-repeat center center;background-size:contain;transform-origin:center center;transform:rotate(-90deg);height:0.45em}button:not(.btn--outline){border-top:1px solid transparent;border-left:1px solid transparent;border-right:1px solid transparent;border-bottom-style:solid;border-bottom-width:2px}.box-shadow--normal{box-shadow:0 0.5rem 3rem rgba(0,0,0,0.3) !important}.box-shadow{box-shadow:0 0.5rem 3rem rgba(0,0,0,0.3) !important}.box-shadow--above{box-shadow:0 -1rem 1rem rgba(0,0,0,0.05) !important}.font-fam-hdl,h1,h2,h3{font-family:"KlintRegular",Tahoma,Helvetica,sans-serif !important;font-weight:300 !important}.font-fam-display,h5,h6{font-family:"KlintRegular",Tahoma,Helvetica,sans-serif !important;font-weight:300 !important}.font-fam-regular{font-family:Arial,sans-serif !important;font-weight:300 !important}.font-fam-hdl.bold,h2.bold,h3.bold{font-family:"KlintBold",Tahoma,Helvetica,sans-serif !important;font-weight:300 !important}.font-sz-0,.font-sz-1,.font-sz-4,h1,h2,h3,h5,h6{min-height:0vw;line-height:1.25;margin-top:1rem;margin-bottom:0.5rem}.font-sz-1:first-child,.font-sz-4:first-child,h2:first-child,h3:first-child,h5:first-child,h6:first-child{margin-top:0}.font-sz-0,.font-sz-1,h1,h2,h3{letter-spacing:-0.025em}.font-sz-billboard{margin-left:-0.04em;line-height:1.1;font-size:38.9061369015px}.font-sz-billboard{font-size:38.9061369015px}@media screen and (min-width:360px){.font-sz-billboard{font-size:calc(38.9061369015px + 78.7368551241 * (0.65 * (100vw - 360px) / 1480 + 0)) !important}}@media screen and (min-width:1840px){.font-sz-billboard{font-size:calc(38.9061369015px + 78.7368551241 * ((0.65px) + 0)) !important}}@media screen and (min-height:460px){.font-sz-billboard{font-size:calc(38.9061369015px + 78.7368551241 * (0px + 0.35 * (100vh - 460px) / 260)) !important}}@media screen and (min-height:720px){.font-sz-billboard{font-size:calc(38.9061369015px + 78.7368551241 * (0px + (0.35px))) !important}}@media screen and (min-width:360px) and (min-height:460px){.font-sz-billboard{font-size:calc(38.9061369015px + 78.7368551241 * (0.65 * (100vw - 360px) / 1480 + 0.35 * (100vh - 460px) / 260)) !important}}@media screen and (min-width:1840px) and (min-height:460px){.font-sz-billboard{font-size:calc(38.9061369015px + 78.7368551241 * ((0.65px) + 0.35 * (100vh - 460px) / 260)) !important}}@media screen and (min-width:360px) and (min-height:720px){.font-sz-billboard{font-size:calc(38.9061369015px + 78.7368551241 * (0.65 * (100vw - 360px) / 1480 + (0.35px))) !important}}@media screen and (min-width:1840px) and (min-height:720px){.font-sz-billboard{font-size:117.6429920256px !important}}.font-sz-0{margin-left:-0.04em;line-height:1.1;font-size:32.15383215px}.font-sz-0{font-size:32.15383215px}@media screen and (min-width:360px){.font-sz-0{font-size:calc(32.15383215px + 49.54269009 * (0.65 * (100vw - 360px) / 1480 + 0)) !important}}@media screen and (min-width:1840px){.font-sz-0{font-size:calc(32.15383215px + 49.54269009 * ((0.65px) + 0)) !important}}@media screen and (min-height:460px){.font-sz-0{font-size:calc(32.15383215px + 49.54269009 * (0px + 0.35 * (100vh - 460px) / 260)) !important}}@media screen and (min-height:720px){.font-sz-0{font-size:calc(32.15383215px + 49.54269009 * (0px + (0.35px))) !important}}@media screen and (min-width:360px) and (min-height:460px){.font-sz-0{font-size:calc(32.15383215px + 49.54269009 * (0.65 * (100vw - 360px) / 1480 + 0.35 * (100vh - 460px) / 260)) !important}}@media screen and (min-width:1840px) and (min-height:460px){.font-sz-0{font-size:calc(32.15383215px + 49.54269009 * ((0.65px) + 0.35 * (100vh - 460px) / 260)) !important}}@media screen and (min-width:360px) and (min-height:720px){.font-sz-0{font-size:calc(32.15383215px + 49.54269009 * (0.65 * (100vw - 360px) / 1480 + (0.35px))) !important}}@media screen and (min-width:1840px) and (min-height:720px){.font-sz-0{font-size:81.69652224px !important}}.font-sz-1,h1{margin-left:-0.04em;font-size:24.15765px}.font-sz-1,h1{font-size:24.15765px}@media screen and (min-width:360px){.font-sz-1,h1{font-size:calc(24.15765px + 23.12043 * (0.65 * (100vw - 360px) / 1480 + 0)) !important}}@media screen and (min-width:1840px){.font-sz-1,h1{font-size:calc(24.15765px + 23.12043 * ((0.65px) + 0)) !important}}@media screen and (min-height:460px){.font-sz-1,h1{font-size:calc(24.15765px + 23.12043 * (0px + 0.35 * (100vh - 460px) / 260)) !important}}@media screen and (min-height:720px){.font-sz-1,h1{font-size:calc(24.15765px + 23.12043 * (0px + (0.35px))) !important}}@media screen and (min-width:360px) and (min-height:460px){.font-sz-1,h1{font-size:calc(24.15765px + 23.12043 * (0.65 * (100vw - 360px) / 1480 + 0.35 * (100vh - 460px) / 260)) !important}}@media screen and (min-width:1840px) and (min-height:460px){.font-sz-1,h1{font-size:calc(24.15765px + 23.12043 * ((0.65px) + 0.35 * (100vh - 460px) / 260)) !important}}@media screen and (min-width:360px) and (min-height:720px){.font-sz-1,h1{font-size:calc(24.15765px + 23.12043 * (0.65 * (100vw - 360px) / 1480 + (0.35px))) !important}}@media screen and (min-width:1840px) and (min-height:720px){.font-sz-1,h1{font-size:47.27808px !important}}h2{margin-left:-0.02em;font-size:21.9615px}h2{font-size:21.9615px}@media screen and (min-width:360px){h2{font-size:calc(21.9615px + 17.4369 * (0.65 * (100vw - 360px) / 1480 + 0)) !important}}@media screen and (min-width:1840px){h2{font-size:calc(21.9615px + 17.4369 * ((0.65px) + 0)) !important}}@media screen and (min-height:460px){h2{font-size:calc(21.9615px + 17.4369 * (0px + 0.35 * (100vh - 460px) / 260)) !important}}@media screen and (min-height:720px){h2{font-size:calc(21.9615px + 17.4369 * (0px + (0.35px))) !important}}@media screen and (min-width:360px) and (min-height:460px){h2{font-size:calc(21.9615px + 17.4369 * (0.65 * (100vw - 360px) / 1480 + 0.35 * (100vh - 460px) / 260)) !important}}@media screen and (min-width:1840px) and (min-height:460px){h2{font-size:calc(21.9615px + 17.4369 * ((0.65px) + 0.35 * (100vh - 460px) / 260)) !important}}@media screen and (min-width:360px) and (min-height:720px){h2{font-size:calc(21.9615px + 17.4369 * (0.65 * (100vw - 360px) / 1480 + (0.35px))) !important}}@media screen and (min-width:1840px) and (min-height:720px){h2{font-size:39.3984px !important}}h3{font-size:19.965px}h3{font-size:19.965px}@media screen and (min-width:360px){h3{font-size:calc(19.965px + 12.867 * (0.65 * (100vw - 360px) / 1480 + 0)) !important}}@media screen and (min-width:1840px){h3{font-size:calc(19.965px + 12.867 * ((0.65px) + 0)) !important}}@media screen and (min-height:460px){h3{font-size:calc(19.965px + 12.867 * (0px + 0.35 * (100vh - 460px) / 260)) !important}}@media screen and (min-height:720px){h3{font-size:calc(19.965px + 12.867 * (0px + (0.35px))) !important}}@media screen and (min-width:360px) and (min-height:460px){h3{font-size:calc(19.965px + 12.867 * (0.65 * (100vw - 360px) / 1480 + 0.35 * (100vh - 460px) / 260)) !important}}@media screen and (min-width:1840px) and (min-height:460px){h3{font-size:calc(19.965px + 12.867 * ((0.65px) + 0.35 * (100vh - 460px) / 260)) !important}}@media screen and (min-width:360px) and (min-height:720px){h3{font-size:calc(19.965px + 12.867 * (0.65 * (100vw - 360px) / 1480 + (0.35px))) !important}}@media screen and (min-width:1840px) and (min-height:720px){h3{font-size:32.832px !important}}.font-sz-4{font-size:18.15px}.font-sz-4{font-size:18.15px}@media screen and (min-width:360px){.font-sz-4{font-size:calc(18.15px + 9.21 * (0.65 * (100vw - 360px) / 1480 + 0)) !important}}@media screen and (min-width:1840px){.font-sz-4{font-size:calc(18.15px + 9.21 * ((0.65px) + 0)) !important}}@media screen and (min-height:460px){.font-sz-4{font-size:calc(18.15px + 9.21 * (0px + 0.35 * (100vh - 460px) / 260)) !important}}@media screen and (min-height:720px){.font-sz-4{font-size:calc(18.15px + 9.21 * (0px + (0.35px))) !important}}@media screen and (min-width:360px) and (min-height:460px){.font-sz-4{font-size:calc(18.15px + 9.21 * (0.65 * (100vw - 360px) / 1480 + 0.35 * (100vh - 460px) / 260)) !important}}@media screen and (min-width:1840px) and (min-height:460px){.font-sz-4{font-size:calc(18.15px + 9.21 * ((0.65px) + 0.35 * (100vh - 460px) / 260)) !important}}@media screen and (min-width:360px) and (min-height:720px){.font-sz-4{font-size:calc(18.15px + 9.21 * (0.65 * (100vw - 360px) / 1480 + (0.35px))) !important}}@media screen and (min-width:1840px) and (min-height:720px){.font-sz-4{font-size:27.36px !important}}h5,h6{font-size:16.5px}h5,h6{font-size:16.5px}@media screen and (min-width:360px){h5,h6{font-size:calc(16.5px + 6.3 * (0.65 * (100vw - 360px) / 1480 + 0)) !important}}@media screen and (min-width:1840px){h5,h6{font-size:calc(16.5px + 6.3 * ((0.65px) + 0)) !important}}@media screen and (min-height:460px){h5,h6{font-size:calc(16.5px + 6.3 * (0px + 0.35 * (100vh - 460px) / 260)) !important}}@media screen and (min-height:720px){h5,h6{font-size:calc(16.5px + 6.3 * (0px + (0.35px))) !important}}@media screen and (min-width:360px) and (min-height:460px){h5,h6{font-size:calc(16.5px + 6.3 * (0.65 * (100vw - 360px) / 1480 + 0.35 * (100vh - 460px) / 260)) !important}}@media screen and (min-width:1840px) and (min-height:460px){h5,h6{font-size:calc(16.5px + 6.3 * ((0.65px) + 0.35 * (100vh - 460px) / 260)) !important}}@media screen and (min-width:360px) and (min-height:720px){h5,h6{font-size:calc(16.5px + 6.3 * (0.65 * (100vw - 360px) / 1480 + (0.35px))) !important}}@media screen and (min-width:1840px) and (min-height:720px){h5,h6{font-size:22.8px !important}}.font-sz-body,body > *{font-size:15px}.font-sz-body,body > *{font-size:15px}@media screen and (min-width:360px){.font-sz-body,body > *{font-size:calc(15px + 4 * (0.65 * (100vw - 360px) / 1480 + 0)) !important}}@media screen and (min-width:1840px){.font-sz-body,body > *{font-size:calc(15px + 4 * ((0.65px) + 0)) !important}}@media screen and (min-height:460px){.font-sz-body,body > *{font-size:calc(15px + 4 * (0px + 0.35 * (100vh - 460px) / 260)) !important}}@media screen and (min-height:720px){.font-sz-body,body > *{font-size:calc(15px + 4 * (0px + (0.35px))) !important}}@media screen and (min-width:360px) and (min-height:460px){.font-sz-body,body > *{font-size:calc(15px + 4 * (0.65 * (100vw - 360px) / 1480 + 0.35 * (100vh - 460px) / 260)) !important}}@media screen and (min-width:1840px) and (min-height:460px){.font-sz-body,body > *{font-size:calc(15px + 4 * ((0.65px) + 0.35 * (100vh - 460px) / 260)) !important}}@media screen and (min-width:360px) and (min-height:720px){.font-sz-body,body > *{font-size:calc(15px + 4 * (0.65 * (100vw - 360px) / 1480 + (0.35px))) !important}}@media screen and (min-width:1840px) and (min-height:720px){.font-sz-body,body > *{font-size:19px !important}}.small{font-size:0.9090909091em}strong,.bold{font-weight:600 !important}img{vertical-align:middle;width:100%;height:auto}.bg-img{background-position:center center;background-repeat:no-repeat;background-size:100%;background-size:cover}picture.cover img{position:absolute;left:0;top:0;width:100.5%;height:100.5%}picture.cover img{object-fit:cover;object-position:center center}picture.cover{position:relative}ul{margin:0;padding:0 0 0 1.2em}ul li{margin-top:0.5rem;margin-bottom:0.5rem}ul li:first-child{margin-top:0}ul li:last-child{margin-bottom:0}ul{list-style:disc}.list-none{list-style:none;padding:0}ul:not(.icon-checkmark):not(.list-none){position:relative;list-style:none;padding-left:0}ul:not(.icon-checkmark):not(.list-none) li{padding-left:2.25em}ul:not(.icon-checkmark):not(.list-none) li:before{content:"";position:absolute;left:0.45em;margin-top:0.35em;width:0.8em;height:0.8em;background-color:#ddd;background-color:var(--bg-lighter);border-radius:1em}.bg-lightest ul > li:before{background-color:#fff;background-color:var(--bg-light)}.bar{position:relative;width:100%;height:0.5rem;background-color:#f3f3f3}body{max-width:calc(100vw - 2px)}*{box-sizing:border-box}body{background-color:#f3f3f3;color:#444;font-family:Arial,sans-serif;font-weight:300;font-size:0.95rem;line-height:1.5;overflow-y:scroll}h1,h2,h3{color:#222}a{color:#008fce;color:var(--txt-link);text-decoration:none;cursor:pointer}a:not(.decoration-none):not(.btn):hover{text-decoration:underline}a.hover-color:hover,a:hover .hover-color{color:#4ba6ce !important;color:var(--txt-link--hover) !important}p{margin-top:0.5rem;margin-bottom:1rem}p:last-child{margin-bottom:0}.ti-line--highlight,.ti-line\:after{position:relative}.ti-line--highlight:before,.ti-line\:after:after{content:"";display:block;position:absolute;left:50%;width:6rem;height:0.5rem;margin-left:-3rem;background-color:#C4000E;bottom:-2rem}.ti-line--left.ti-line\:after:after{left:0;margin-left:0}.ti-line--highlight:before{width:100%;left:0;margin-left:0;bottom:auto;top:100%}.ti-line--highlight.ti-line--thin:before{height:0.25rem}blockquote{position:relative;margin:0;background-color:transparent !important;text-align:left;padding:0;padding-top:3em;color:#8e8e8e;color:var(--txt-normal);z-index:0}blockquote:before,blockquote:after{position:absolute;font-size:9.2em;line-height:1;color:#C4000E;color:var(--txt-highlight);color:#0273aa !important;z-index:-1;font-family:"KlintRegular",Tahoma,Helvetica,sans-serif;font-weight:300;color:#008fce}blockquote:before{content:"";background:transparent url("../img/icon-quotemark-lg-blue.svg") no-repeat center center;background-size:100%;background-size:contain;top:0;left:-0.02em}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){blockquote:before,blockquote:after{font-size:9.2rem}}.countdown i{position:relative;display:inline-block;width:0.55em;height:0.8em;font-style:normal;overflow:hidden;text-align:left;white-space:wrap !important}.countdown i:after{position:absolute;display:inline-block;width:0.9em;line-height:1em;margin-top:-0.05em}.countdown .c-100s:after{top:-8em}.countdown .c-10s:after{top:-9em}.countdown .c-1s:after{top:-10em}.countdown.c-10s-0 .c-10s:after{content:"1 2 3 4 5 6 7 8 9 0"}.countdown.c-1s-0 .c-1s:after{content:"0 1 2 3 4 5 6 7 8 9 0"}.countdown.c-100s-1 .c-100s:after{content:"3 4 5 6 7 8 9 0 1"}.countdown.c-10s-1 .c-10s:after{content:"2 3 4 5 6 7 8 9 0 1"}.countdown.c-1s-5 .c-1s:after{content:"5 6 7 8 9 0 1 2 3 4 5"}.countdown.c-10s-8 .c-10s:after{content:"9 0 1 2 3 4 5 6 7 8"}.countdown.visible .c-100s:after{animation:numbers-hundreds-fast 3s}.countdown.visible .c-10s:after{animation:numbers-tens-fast 3s}.countdown.visible .c-1s:after{animation:numbers-ones-fast 3s}.countdown i:nth-last-child(1):after{animation-duration:1500ms !important}.countdown i:nth-last-child(2):after{animation-duration:1650ms !important}.countdown i:nth-last-child(3):after{animation-duration:1800ms !important}.countdown.visible i:nth-child(1):after,.countdown.visible i:nth-child(2):after,.countdown.visible i:nth-child(3):after,.countdown i:after{animation-timing-function:ease-out}@keyframes numbers-ones-fast{0%{top:0}100%{top:-10em}}@keyframes numbers-tens-fast{0%{top:0}100%{top:-9em}}@keyframes numbers-hundreds-fast{0%{top:0}100%{top:-8em}}.spinner.small:before,.spinner.small:after{width:16px;height:16px;margin-top:3px}.spinner.small:before,.spinner.small:after{margin-left:-8px}.spinner-container .spinner.small{width:20px;height:20px}.spinner-container .spinner,.spinner-container:after{display:inline-block;vertical-align:middle}.spinner-container:after{content:"";height:97%;margin-left:-0.005em}@media screen and (min-width:650px){.md\:pointer-events-auto{pointer-events:auto !important}}.z-0{z-index:0 !important}.z-1{z-index:1 !important}.z-2{z-index:2 !important}.z-3001{z-index:3001 !important}.translate-3d-fix{transform:translate3d(0,0,10000px) !important;perspective:0 !important;z-index:1}.nowrap{white-space:nowrap}.overflow-hidden{overflow:hidden !important}.align-center{text-align:center !important}.align-left{text-align:left !important}.va-txt-b{vertical-align:text-bottom !important}.lh-tightest{line-height:1 !important}.lh-snug{line-height:1.375 !important}.decoration-none{text-decoration:none !important}.icon:not(.select-container):not(.input-container){display:inline-block}.icon{width:1em !important;height:0.8em !important}.icon-s3em{width:0.75em !important;height:0.75em !important}.icon-s9em{width:2.25em !important;height:2.25em !important}.icon{overflow:hidden;text-indent:-999em;vertical-align:middle;position:relative}.icon:after{content:"";background-image:none;background-repeat:no-repeat;background-position:center center;background-size:75%;background-size:contain;position:absolute;top:0;left:0;bottom:2%;right:0}.icon--right--blue:after{background-image:url("../img/icon-arrow-down-blue.svg");transform:rotate(-90deg)}.icon--file-pdf:after{background-image:url("../img/icon-file-pdf-lg.png")}.header{margin:0 auto;max-width:1840px}.container{margin:0 auto !important;max-width:1840px !important}.block{display:block !important}.inline-block{display:inline-block !important}.flex{display:flex !important}@media screen and (min-width:650px){.md\:hide{display:none !important}.md\:hidden{display:none !important}.md\:inline{display:inline !important}.md\:flex{display:flex !important}}.relative{position:relative !important}.absolute{position:absolute !important}.sticky{position:sticky !important}.container-1x1,.container-fill{display:block !important;overflow:hidden !important;width:100% !important;height:0 !important}.container-1x1{padding:0 0 100% 0 !important}.container-fill{position:absolute !important;top:0 !important;bottom:0 !important;left:0 !important;right:0 !important;height:100% !important;padding:0 !important}.items-start{align-items:flex-start !important}.items-center{align-items:center !important}@media screen and (min-width:650px){.md\:items-end{align-items:flex-end !important}}.flex-shrink-0{flex-shrink:0 !important}.flex-row{flex-direction:row !important}.flex-col{flex-direction:column !important}.flex-col-reverse{flex-direction:column-reverse !important}@media screen and (min-width:650px){.md\:flex-row{flex-direction:row !important}}@media screen and (min-width:950px){.lg\:flex-row{flex-direction:row !important}}.h-1{height:16rem !important}.h-2\/3{height:66.666667% !important}.h-full{height:100% !important}.h-s8{height:2rem !important}.h-auto{height:auto !important}.min-h-5\/6vh{min-height:83.3333333vh !important}.w-1\/4{width:25% !important}.w-full{width:100% !important}.w-s8{width:2rem !important}.min-w-s24{min-width:6rem !important}.max-w-2{max-width:20rem !important}.max-w-9{max-width:56rem !important}.max-w-s24{max-width:6rem !important}.max-w-s60{max-width:15rem !important}@media screen and (min-width:420px){.sm\:w-1\/3{width:33.333333% !important}}@media screen and (min-width:650px){.md\:max-h-none{max-height:none !important}.md\:w-4{width:28rem !important}.md\:w-1\/2{width:50% !important}.md\:min-w-1{min-width:16rem !important}.md\:max-w-s28{max-width:7rem !important}}@media screen and (min-width:950px){.lg\:h-auto{height:auto !important}.lg\:min-h-1\/2vh{min-height:50vh !important}.lg\:w-1\/2{width:50% !important}.lg\:w-2\/3{width:66.666667% !important}}@media screen and (min-width:1400px){.xxl\:w-1\/3{width:33.333333% !important}}.top-0{top:0 !important}.top-1\/6{top:16.666666% !important}.right-0{right:0 !important}.bottom--3{bottom:-24rem !important}.left-1\/2{left:50% !important}@media screen and (min-width:950px){.lg\:left-1\/2{left:50% !important}}.min-h-5\/6vh{min-height:83.3333333vh !important}.min-h-11\/12vh{min-height:91.6666666vh !important}@media screen and (min-width:950px){.lg\:min-h-1\/2vh{min-height:50vh !important}}blockquote{max-width:none}body{margin:0}.header > .container{padding-left:0;padding-right:0}header #search-field{background-color:#fff !important;padding:14px 3px 14px 14px !important;border-radius:0 !important}header li{margin:0;padding-left:0 !important}header li:before{display:none}header li a{text-decoration:none !important}header > button,header form > button{margin-top:0;margin-bottom:0;padding:0;border-radius:0}header > button:after,header form > button:after{display:none !important}footer{background-color:#fff !important;padding-bottom:2rem !important;margin-bottom:6rem !important;padding-left:0.5rem !important;padding-right:0.5rem !important;font-size:0.8rem !important}footer h6{display:inline-block;background:transparent url("https://www.teknologisk.dk/_/css/img/logo-ti-black.svg") no-repeat left bottom;background-size:102px;width:102px;height:27px;text-indent:-999px;overflow:hidden;margin:15px 0 0 20px !important;-webkit-transition:width 0.5s ease-in-out,height 0.5s ease-in-out,background-size 0.5s ease-in-out,background-position 0.5s ease-in-out;transition:width 0.5s ease-in-out,height 0.5s ease-in-out,background-size 0.5s ease-in-out,background-position 0.5s ease-in-out}footer ul{padding:0 !important;margin:0 !important}footer ul li{padding:0 !important;margin:0.35rem 0 !important}footer ul li:before{display:none !important}footer ul li a{color:#008fce !important}footer ul li a:hover{color:#4ba6ce !important}@media screen and (min-width:420px){footer{padding-left:0.5rem !important;padding-right:0.5rem !important}}@media screen and (min-width:420px) and (max-height:50vw){footer{padding-right:30% !important;padding-right:calc(30% + 1rem) !important}}@media screen and (min-width:650px){footer{padding-left:0.5rem !important;padding-right:0.5rem !important}}@media screen and (min-width:650px) and (max-height:50vw){footer{padding-right:30% !important;padding-right:calc(30% + 2rem) !important}}@media screen and (min-width:950px){footer{padding-left:1rem !important;padding-right:1rem !important}}@media screen and (min-width:950px) and (max-height:50vw){footer{padding-right:25% !important;padding-right:calc(25% + 2rem) !important}}@media screen and (min-width:1100px){footer{padding-left:1rem !important;padding-right:1rem !important}}@media screen and (min-width:1100px) and (max-height:50vw){footer{padding-right:22% !important;padding-right:calc(22% + 3rem) !important}}@media screen and (min-width:1400px){footer{padding-left:3rem !important;padding-right:3rem !important}}@media screen and (min-width:1400px) and (max-height:50vw){footer{padding-right:22% !important;padding-right:calc(22% + 3rem) !important}}@media screen and (min-width:1840px){footer{padding-left:3rem !important;padding-right:3rem !important}}.header{z-index:3020 !important}