:root{--brand-red: #e1000f;--soft-blue: #bdcdda;--soft-blue-light: #DDE7EC;--black: #000;--white: #fff;--grey: #8c8c8c;--light-grey: #eeeeee;--warm-grey: #ded7d6;--hug-grey: #ededed;--sage-green: #bfcfbe;--light-grey: #F1F1F1}@font-face{font-family:HenkelFlexa;src:url(/assets/fonts/HenkelGTFlexa-300.woff2) format("woff2");font-weight:300;font-style:normal;font-stretch:normal;font-display:swap}@font-face{font-family:HenkelGTFlexa;src:url(/assets/fonts/HenkelGTFlexa-400.woff2) format("woff2");font-weight:400;font-style:normal;font-stretch:normal;font-display:swap}@font-face{font-family:HenkelGTFlexa;src:url(/assets/fonts/HenkelGTFlexa-400i.woff2) format("woff2");font-weight:400;font-style:italic;font-stretch:normal;font-display:swap}@font-face{font-family:HenkelGTFlexa;src:url(/assets/fonts/HenkelGTFlexa-500.woff2) format("woff2");font-weight:500;font-style:normal;font-stretch:normal;font-display:swap}@font-face{font-family:HenkelGTFlexa;src:url(/assets/fonts/HenkelGTFlexa-700.woff2) format("woff2");font-weight:700;font-style:normal;font-stretch:normal;font-display:swap}@font-face{font-family:HenkelGTFlexa;src:url(/assets/fonts/HenkelGTFlexa-800.woff2) format("woff2");font-weight:800;font-style:normal;font-stretch:normal;font-display:swap}@font-face{font-family:HenkelGTFlexa;src:url(/assets/fonts/HenkelGTFlexa-800i.woff2) format("woff2");font-weight:800;font-style:italic;font-stretch:normal;font-display:swap}.bg-red{background-color:var(--brand-red)}.bg-blue{background-color:var(--soft-blue)}.bg-blue-light{background-color:var(--soft-blue-light)}.bg-light-grey{background-color:var(--light-grey)}.bg-warm-grey{background-color:var(--warm-grey)}.bg-sage-green{background-color:var(--sage-green)}.flex{display:flex;flex-wrap:wrap}.flex-row{display:flex;flex-direction:row}.flex-row-reverse{display:flex;flex-direction:row-reverse}.flex-row-wrap{display:flex;flex-direction:row;flex-wrap:wrap}.flex-col{display:flex;flex-direction:column}@media only screen and (max-width:48rem){.flex-col{flex-direction:column;place-content:center}}.flex-justify-sb{justify-content:space-between}.flex-justify-center{justify-content:center}.disable-scroll-x{overflow-x:hidden}.hidden{display:none!important}.full-width{width:100%}ul{margin:0}ul li{list-style-type:none}select{font-family:HenkelGTFlexa,sans-serif}strong{font-weight:700}sup{font-size:.5em}a.cta{text-decoration:none;color:var(--white);background-color:var(--brand-red);padding:10px 50px;display:inline-block;transition:.25s;border-radius:40px;width:fit-content;text-align:center;white-space:nowrap}a.cta:hover{filter:brightness(95%)}a.cta.white{color:var(--brand-red);background-color:var(--white);border:1px solid var(--brand-red)}a.link{position:absolute;width:100%;height:100%}a.btn{color:var(--brand-red);padding-inline:1.5em;padding-block:.5em;border:1px solid var(--brand-red);border-radius:2rem}a.btn.red{background-color:var(--brand-red);color:var(--white);text-decoration:none}a.btn.red:hover{text-decoration:underline}a.grey{background-color:#999}.content{margin:0 auto;max-width:73.75rem;width:100%}@media only screen and (max-width:48rem){.content{padding:0 30px;flex-direction:column}}.content>ul{list-style:none;padding-bottom:30px;margin:0}@media only screen and (max-width:48rem){.content>ul{padding-inline-start:10px}}.content>ul li a{color:var(--black);display:flex;font-size:1rem;font-style:normal;font-weight:400;padding:.25rem .5rem;line-height:1.5;text-decoration:none}.content>ul li a:hover{background-color:var(--brand-red);color:var(--white)}.text-card-wrapper{position:relative;z-index:0}.text-card-wrapper:nth-child(1){width:46%}@media only screen and (max-width:48rem){.text-card-wrapper:nth-child(1){width:100%}}.text-card-wrapper:nth-child(1) .text-card{max-width:400px;width:100%;margin-right:auto}.text-card-wrapper:nth-child(2){width:23%}@media only screen and (max-width:48rem){.text-card-wrapper:nth-child(2){width:100%}}.text-card-wrapper:nth-child(3){width:26%}@media only screen and (max-width:48rem){.text-card-wrapper:nth-child(3){width:100%}}.text-card-wrapper .text-card h2{margin-bottom:1rem}.text-card-wrapper .text-card p.title{height:82px;display:flex;align-items:flex-end}section{position:relative;padding:6.25rem 0}@media only screen and (max-width:48rem){section{padding:4.375rem 0}}@media only screen and (min-width:48rem){section{width:calc(100% - 3rem)}}section.banner{position:relative;padding:6.25rem 0;padding-top:0}section.banner .content{margin:0 auto;max-width:73.75rem;width:100%;background-color:var(--brand-red);display:flex;flex-direction:row}@media only screen and (max-width:48rem){section.banner .content{padding:0 30px;flex-direction:column}}@media only screen and (max-width:48rem){section.banner{padding-top:2.1875rem}section.banner .content{background-color:transparent}section.banner .content .text-wrapper,section.banner .content .image-wrapper{background-color:var(--brand-red)}section.banner .content .text-wrapper{padding:4.375rem 1.75rem}}@media only screen and (min-width:48rem){section.banner{width:calc(100% - 3rem);margin-right:1.5rem;margin-left:1.5rem}}section.banner .banner{min-width:100%}@media only screen and (min-width:48rem){section.banner .banner{padding:3.75rem 4.375rem 3.125rem 6.875rem;display:flex;flex-wrap:wrap;justify-content:space-between}}section.banner .banner .text-card{color:var(--white);width:50%;max-width:25rem}@media only screen and (max-width:48rem){section.banner .banner .text-card{width:100%;max-width:100%}}section.banner .banner .text-card.align-right{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center}@media only screen and (max-width:48rem){section.banner .banner .text-card.align-right{justify-content:center;margin-top:2.5rem}}section.banner .banner .text-card .tagline{font-weight:700;font-size:16px;line-height:35px;text-transform:uppercase;color:var(--white);margin-bottom:0}section.banner .banner .text-card h3{font-weight:700;font-size:30px;line-height:32px;color:var(--white);margin:0;margin-bottom:1rem}section.banner .banner .text-card p{font-size:16px;line-height:24px;margin:.25rem 0 1rem}section.banner .banner .text-card .cta{background-color:var(--white);color:var(--brand-red);text-decoration:none;padding:13px 50px;display:inline-block;transition:.25s;border-radius:40px;width:fit-content;text-align:center;white-space:nowrap;font-size:1rem;line-height:1.1875rem;font-weight:700}.text-wrapper{width:50%}@media only screen and (max-width:48rem){.text-wrapper{width:100%}}.text-wrapper.pad{padding:1.5rem 3.5rem}@media only screen and (max-width:48rem){.text-wrapper.pad{padding:0 1.75rem}}.text-wrapper.wide-pad{padding:5rem 9.375rem}@media only screen and (max-width:48rem){.text-wrapper.wide-pad{padding:4.375rem 1.5rem}}.text-wrapper.full-width{width:100%}.text-wrapper .text-card{width:50%;max-width:25rem}@media only screen and (max-width:48rem){.text-wrapper .text-card{width:100%}}.text-wrapper .text-card .icon{background-repeat:no-repeat;background-size:contain;display:inline-flex;margin-bottom:20px}.text-wrapper .text-card .icon.people{width:100%;height:54px;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjMuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMDEgNjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMSA2MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNFMTAwMEY7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNzkuNCwzNS41di0xLjljNC4xLTMuMSw2LjgtOCw2LjgtMTMuNWMwLTkuNC03LjYtMTctMTctMTdzLTE3LDcuNi0xNywxN2MwLDUuNSwyLjcsMTAuNCw2LjgsMTMuNXYxLjkKCWMtMy41LDEuMy02LjcsMy4xLTkuMyw1LjVjLTIuNi0yLjQtNS44LTQuMy05LjMtNS41di0xLjljNC4xLTMuMSw2LjgtOCw2LjgtMTMuNWMwLTkuNC03LjYtMTctMTctMTdzLTE3LDcuNi0xNywxNwoJYzAsNS41LDIuNywxMC40LDYuOCwxMy41djEuOWMtOS45LDMuNS0xNywxMi0xNywyMS45aDQuNWMwLTEwLjUsMTAuMS0xOS4xLDIyLjYtMTkuMWM2LjUsMCwxMi4zLDIuMywxNi40LDYKCWMtMi45LDMuNy00LjYsOC4yLTQuNiwxMy4xaDQuNWMwLTMuNSwxLjEtNi44LDMuMS05LjZjMiwyLjgsMy4xLDYuMSwzLjEsOS42aDQuNWMwLTQuOC0xLjctOS4zLTQuNi0xMy4xYzQuMS0zLjcsMTAtNiwxNi40LTYKCWMxMi41LDAsMjIuNiw4LjUsMjIuNiwxOS4xaDQuNUM5Ni40LDQ3LjUsODkuMywzOSw3OS40LDM1LjV6IE0zMC4yLDMyLjVjLTYuOCwwLTEyLjQtNS42LTEyLjQtMTIuNGMwLTYuOCw1LjYtMTIuNCwxMi40LTEyLjQKCXMxMi40LDUuNiwxMi40LDEyLjRDNDIuNywyNi45LDM3LjEsMzIuNSwzMC4yLDMyLjV6IE02OS4yLDMyLjVjLTYuOCwwLTEyLjQtNS42LTEyLjQtMTIuNGMwLTYuOCw1LjYtMTIuNCwxMi40LTEyLjQKCXMxMi40LDUuNiwxMi40LDEyLjRDODEuNywyNi45LDc2LjEsMzIuNSw2OS4yLDMyLjV6Ii8+Cjwvc3ZnPgo=)}.text-wrapper .text-card .icon.certificate{width:41px;height:48px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDEiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0MSA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI0LjIwMjIgMTUuMjU2OUwyMi40MDk2IDkuNTc0NzFIMTkuMTc5NkwxNy4zODcgMTUuMjU2OUgxMS40MzQyTDEwLjQzNjUgMTguMjY3MUwxNS4yNzMxIDIxLjczMzlMMTMuMzk1OSAyNy40MzNMMTYuMDAwMyAyOS4yOTMyTDIwLjc4NjIgMjUuNzQxOUwyNS41ODkgMjkuMjkzMkwyOC4xOTMzIDI3LjQzM0wyNi4zMzMgMjEuNzMzOUwzMS4xNjk3IDE4LjI2NzFMMzAuMTcxOSAxNS4yMDYyTDI0LjIwMjIgMTUuMjU2OVpNMjMuMzIyOCAxOS43MjE1TDIyLjcxNCAyMS42MzI0TDIzLjI4OSAyMy4zMjM1TDIxLjgwMDggMjIuMzU5NkgxOS43ODg0TDE4LjMwMDIgMjMuNDU4OEwxOC44NzUyIDIxLjc2NzdMMTguMjY2NCAxOS44NTY3TDE2Ljc0NDQgMTguNzc0NEgxOC42MDQ2TDIwLjI5NTcgMTcuNjA3NkwyMC44NTM4IDE1LjkxNjRMMjEuNDI4OCAxNy42MDc2TDIzLjExOTkgMTguNzc0NEgyNC45ODAxTDIzLjMyMjggMTkuNzIxNVoiIGZpbGw9IiNFMTAwMEYiLz4KPHBhdGggZD0iTTQwLjg0MjkgMTguNTIwOEwzNi45NTMzIDE0LjQ5NTlMMzcuNzMxMiA4LjkzMjA5TDM2LjM0NDUgNy4wMzgwM0wzMC44MTQ1IDYuMDU3MThMMjguMTkzMyAxLjEwMjE4TDI1Ljk2MSAwLjM3NUwyMC44ODc2IDIuODQ0MDRMMTUuODY1IDAuMzc1TDEzLjYzMjcgMS4xMDIxOEwxMC45OTQ1IDYuMDU3MThMNS40NjQ1OCA3LjAzODAzTDQuMDc3ODUgOC45MzIwOUw0Ljg3MjY4IDE0LjQ5NTlMMC45NjYxODcgMTguNTIwOFYyMC44NzE0TDQuODcyNjggMjQuOTEzMkw0LjA3Nzg1IDMwLjQ3N0w1LjQ2NDU4IDMyLjM3MTFMMTAuOTk0NSAzMy4zNTE5TDExLjE5NzUgMzMuNzI0VjQ2LjEzNjhMMTMuNjgzNCA0Ny42MjVMMjAuNzg2MiA0My43ODYxTDI3LjkwNTggNDcuNjI1TDMwLjM5MTcgNDYuMTM2OFYzNC4xOTc1TDMwLjgxNDUgMzMuNDAyNkwzNi4zNDQ1IDMyLjQyMThMMzcuNzMxMiAzMC41Mjc3TDM2Ljk1MzMgMjQuOTYzOUw0MC44NDI5IDIwLjkyMjJWMTguNTIwOFpNMjEuNTk3OSA0MC4zNzAxSDE5Ljk5MTNMMTQuNTc5NyA0My4yOTU3VjM4LjYxMTNMMTUuODY1IDM5LjAzNDFMMjAuOTM4NCAzNi41NjVMMjYuMDExNyAzOS4wMzQxTDI3LjA2MDIgMzguNjk1OVY0My4yOTU3TDIxLjU5NzkgNDAuMzcwMVpNMzMuOTQzMSAyMy4xNTQ0TDMzLjQ4NjUgMjQuNTc1TDM0LjE2MjkgMjkuMzI3TDI5LjQyNzggMzAuMTU1N0wyOC4yMjcxIDMxLjAzNTFMMjcuMTI3OSAzMy4wOTgySDI3LjAwOTVWMzMuMzE4MUwyNS45NjEgMzUuMjc5OEwyMS42NDg2IDMzLjE2NTlIMjAuMTYwNEwxNS44NDgxIDM1LjI3OThMMTMuNTk4OSAzMS4wMzUxTDEyLjM5ODIgMzAuMTU1N0w3LjczMDY4IDI5LjMyN0w4LjQwNzEzIDI0LjU3NUw3Ljk1MDUzIDIzLjE1NDRMNC41NjgyOCAxOS43NzIyTDcuOTUwNTMgMTYuMzg5OUw4LjQwNzEzIDE0Ljk2OTRMNy43MzA2OCAxMC4wODIxTDEyLjQ2NTggOS4yNTM0TDEzLjY2NjUgOC4zNzQwMkwxNS44NDgxIDQuMTI5MjlMMjAuMTYwNCA2LjI0MzJIMjEuNjQ4NkwyNS45NjEgNC4xMjkyOUwyOC4yMjcxIDguMzc0MDJMMjkuNDI3OCA5LjI1MzRMMzQuMTYyOSAxMC4wODIxTDMzLjQ4NjUgMTQuODM0MUwzMy45NDMxIDE2LjI1NDdMMzcuMzI1MyAxOS42MzY5TDMzLjk0MzEgMjMuMTU0NFoiIGZpbGw9IiNFMTAwMEYiLz4KPC9zdmc+Cg==)}.pos-r{position:relative}.width-700{width:100%;max-width:43.75rem}.bigger-font{font-weight:300;font-size:20px;line-height:28px}@media only screen and (max-width:48rem){.bigger-font{font-size:16px;line-height:24px;margin-bottom:0}}.mt20{margin-top:20px}.mt30{margin-top:30px}.mt30-p{margin-top:30px;padding-block:.9rem!important}.mt60{margin-top:60px}@media only screen and (max-width:48rem){.mt60{margin-top:40px}}.mb25{margin-bottom:25px}@media only screen and (max-width:48rem){.mb25{margin-bottom:15px}}.manual-headline{padding-bottom:1.5rem}.disabled{cursor:not-allowed!important;pointer-events:none}.menu{height:100%;align-items:center}@media only screen and (max-width:48rem){.menu{height:40%}}.menu li{display:flex;padding:0 1rem}.menu li a{color:var(--grey)}.menu li a.btn{color:var(--brand-red)}.items-list{margin:25px 0 0;padding:0}@media only screen and (max-width:48rem){.items-list{margin-top:15px}}.items-list li{font-size:16px;line-height:24px;font-weight:300;margin-bottom:15px}.items-list li:before{content:"";background-repeat:no-repeat;background-size:contain;display:inline-flex;width:17px;height:16px;margin-right:.75rem;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgOC42NzczOEw3Ljg2MDQ3IDE0LjQzNzRMMTUuNSAxLjU2MjUiIHN0cm9rZT0iI0UxMDAwRiIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==)}.items-list li sup{font-size:.5rem}section.small-pad{padding:3.75rem 0}@media only screen and (max-width:48rem){section.small-pad{padding:1.75rem 0}}section.no-pad{padding:0}.banner-wrapper{display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:5.625rem;position:relative}.banner-wrapper .banner-wrapper-bg{height:11.875rem;width:100%;position:absolute;bottom:0}@media only screen and (max-width:48rem){.banner-wrapper .banner-wrapper-bg{height:6rem}}@media only screen and (max-width:48rem){.banner-wrapper .content{padding:0}}*{box-sizing:border-box}body,html{width:100%;height:100%;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:HenkelGTFlexa,sans-serif;font-weight:300;color:var(--black)}a{line-height:1.1875rem;text-decoration:none}h1,.h1{font-weight:300;font-size:70px;line-height:70px;font-style:italic;text-transform:uppercase;color:var(--brand-red);margin-block-start:0;margin-block-end:25px}@media only screen and (max-width:48rem){h1,.h1{font-size:40px;line-height:50px}}h1 span,.h1 span{font-size:2.525rem!important}h1 span,.h1 span{font-size:1.75rem!important}h2{font-size:40px;line-height:42px;color:var(--black);font-weight:900;margin:0}@media only screen and (max-width:48rem){h2{font-size:38px;line-height:46px}}h3{font-weight:700;font-size:30px;line-height:32px;margin:0}@media only screen and (max-width:48rem){h3{font-size:30px;line-height:32px;margin-bottom:15px}}p{font-size:16px;line-height:24px;margin:.25rem 0 1rem}@media only screen and (max-width:48rem){p{font-size:16px;line-height:24px}}p.title{font-weight:800;font-size:40px;line-height:45px;color:var(--brand-red);white-space:break-spaces;margin-bottom:20px}@media only screen and (max-width:48rem){p.title{font-size:2em;line-height:normal}}section#header{width:100%;margin-right:0;margin-left:0}section#header .hero-block{padding:4.375rem 1.5rem}@media only screen and (max-width:48rem){section#header .hero-block{padding:2rem 1.875rem 4.375rem}}section#header .hero-block .content{padding:0;margin-top:4rem}@media only screen and (max-width:48rem){section#header .hero-block .content{flex-direction:column-reverse}}@media only screen and (max-width:48rem){section#header .hero-block .content .text-wrapper{margin-top:-25px;position:relative;z-index:1}}@media only screen and (max-width:48rem){section#reasons .content{flex-direction:column-reverse;background:unset;padding-top:0}section#reasons .content .text-wrapper,section#reasons .content .image-wrapper{background-color:var(--soft-blue)}section#reasons .content .text-wrapper{padding:4.375rem 1.75rem}}@media only screen and (max-width:48rem){section#image-text .content .image-wrapper-block:first-of-type{margin-bottom:70px}}@media only screen and (max-width:48rem){section#manual-info .content{flex-direction:column-reverse;background:unset}section#manual-info .content .text-wrapper,section#manual-info .content .image-wrapper{background-color:var(--light-grey)}section#manual-info .content .text-wrapper{padding:4.375rem 1.75rem}}section#newsletter{width:100%;margin-right:0;margin-left:0}@media only screen and (max-width:48rem){section#newsletter .image-wrapper{display:none}}.hero-block .content .image-wrapper{width:50%;min-height:470px;position:relative}@media only screen and (max-width:48rem){.hero-block .content .image-wrapper{width:100%;min-height:0}}.hero-block .content .image-wrapper img{height:100%;position:absolute;left:0;width:auto}@media only screen and (max-width:48rem){.hero-block .content .image-wrapper img{left:auto;width:100%;aspect-ratio:16/9;position:relative}}.hero-block .content .text-wrapper{width:40%}@media only screen and (max-width:48rem){.hero-block .content .text-wrapper{width:100%;margin-right:0}}.hero-block .content .text-wrapper p{margin:0}.asteriks{font-size:14px;padding-bottom:.9rem;line-height:22px;position:absolute;bottom:0;width:70%}@media only screen and (max-width:48rem){.asteriks{position:relative;width:100%}}@media only screen and (max-width:73.75rem){.asteriks{position:relative;width:100%}}.image-wrapper,.image-wrapper-block{width:50%}@media only screen and (max-width:48rem){.image-wrapper,.image-wrapper-block{width:100%}}.image-wrapper img,.image-wrapper-block img{object-fit:cover;width:100%;height:100%}.image-wrapper-block img{object-position:center;height:auto;aspect-ratio:1/1}.image-wrapper-block:nth-child(1) img{margin-right:40px}@media only screen and (max-width:48rem){.image-wrapper-block:nth-child(1) img{margin-right:0}}.image-wrapper-block:nth-child(2){margin-left:40px}@media only screen and (max-width:48rem){.image-wrapper-block:nth-child(2){margin-left:0}}.image-wrapper-block .text-wrapper{width:80%;margin-top:1em}@media only screen and (max-width:48rem){.image-wrapper-block .text-wrapper{width:100%}}.image-wrapper-block .text-wrapper p{margin-bottom:10px}@media only screen and (min-width:48rem){.newsletter{padding:0 1.5rem}}.newsletter h2{font-weight:800;font-size:50px;line-height:50px;margin-bottom:13px}.newsletter h3{font-weight:700;font-size:14px;line-height:17px;margin-bottom:0}.newsletter span{font-size:12px;line-height:16px;font-weight:400}.newsletter .tagline p{font-size:18px;font-weight:400}@media only screen and (max-width:48rem){.newsletter .tagline p{font-size:16px}}.newsletter fieldset{border:0;padding:0;margin:0}.newsletter .credentials{max-width:430px;padding:30px 0}.newsletter .credentials input{max-height:40px;outline:1px solid var(--brand-red);border:none;border-radius:5px;padding:11px 16px;color:var(--black);font-weight:700;font-size:16px;line-height:19px;width:100%;margin-bottom:10px;background:transparent}.newsletter .credentials input:focus-visible,.newsletter .credentials input:visited{outline:1px solid var(--brand-red);background:var(--white)}.newsletter .terms label{display:flex;flex-direction:row-reverse;margin-bottom:20px}.newsletter .terms label:last-of-type{margin-bottom:0}.newsletter .terms input{border:1px solid #fff;border-radius:2px;padding:.5em;outline-color:#fff}.newsletter .terms input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0 15px 0 0;width:18px;height:18px;min-width:18px;background-color:#fff}.newsletter .terms input[type=checkbox]:checked{border:1px solid #fff;background-color:#e1000f;background-size:10px;background-position:center center;background-repeat:no-repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgNyA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC41IDJMMi41IDRMNiAwLjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K)}#header[data-astro-cid-3ef6ksr2]{position:fixed;background-color:var(--white);z-index:2;width:100%}@media only screen and (min-width:48rem){#header[data-astro-cid-3ef6ksr2]{padding:0 1.5rem}}#header[data-astro-cid-3ef6ksr2] .content[data-astro-cid-3ef6ksr2]{padding-top:2rem;padding-bottom:2rem}@media only screen and (max-width:48rem){#header[data-astro-cid-3ef6ksr2] .content[data-astro-cid-3ef6ksr2]{flex-direction:row;align-items:center;align-content:center;padding-top:20px;padding-bottom:20px}}#header[data-astro-cid-3ef6ksr2] .nav-wrapper[data-astro-cid-3ef6ksr2]{display:flex}@media only screen and (max-width:48rem){#header[data-astro-cid-3ef6ksr2] .nav-wrapper[data-astro-cid-3ef6ksr2]{flex-direction:row-reverse;align-items:center}}@media only screen and (max-width:48rem){#header[data-astro-cid-3ef6ksr2] nav[data-astro-cid-3ef6ksr2]{display:none}}#header[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2]{display:none}@media only screen and (max-width:48rem){#header[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2]{display:flex}#header[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2] .hamburger-menu[data-astro-cid-3ef6ksr2]{display:block;z-index:12;width:1.5rem;height:1.5rem;transition:.2s ease-in;margin-left:.75rem;position:relative}#header[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2] .hamburger-menu[data-astro-cid-3ef6ksr2] button[data-astro-cid-3ef6ksr2].hamburger-menu-button{cursor:pointer;touch-action:manipulation;appearance:none;width:3rem;height:3rem;z-index:2;margin:0;opacity:0;position:absolute;top:-.75rem;left:0}#header[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2] .hamburger-menu[data-astro-cid-3ef6ksr2] .hamburger-lines[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;height:1.5rem;width:1.5rem;justify-content:center;transition:.2s ease-in}#header[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2] .hamburger-menu[data-astro-cid-3ef6ksr2] .hamburger-lines[data-astro-cid-3ef6ksr2] .line[data-astro-cid-3ef6ksr2]{height:2px;width:100%;background-color:var(--black)}#header[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2] .hamburger-menu[data-astro-cid-3ef6ksr2] .hamburger-lines[data-astro-cid-3ef6ksr2] .line[data-astro-cid-3ef6ksr2]:not(:nth-of-type(2)){transform-origin:0% 0%;transition:all .3s ease-in-out}#header[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2] .hamburger-menu[data-astro-cid-3ef6ksr2] .hamburger-lines[data-astro-cid-3ef6ksr2] .line[data-astro-cid-3ef6ksr2]:nth-of-type(2){transition:all .2s ease-in-out}#header[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2] .hamburger-menu[data-astro-cid-3ef6ksr2] .hamburger-lines[data-astro-cid-3ef6ksr2] .line[data-astro-cid-3ef6ksr2]:not(:last-of-type){margin-bottom:4px}#header[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2].active .hamburger-menu[data-astro-cid-3ef6ksr2] .hamburger-lines[data-astro-cid-3ef6ksr2]{margin-left:2px}#header[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2].active .hamburger-menu[data-astro-cid-3ef6ksr2] .hamburger-lines[data-astro-cid-3ef6ksr2] .line[data-astro-cid-3ef6ksr2]:first-of-type{transform:rotate(45deg);margin-left:2px}#header[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2].active .hamburger-menu[data-astro-cid-3ef6ksr2] .hamburger-lines[data-astro-cid-3ef6ksr2] .line[data-astro-cid-3ef6ksr2]:nth-of-type(2){transform:scaleY(0)}#header[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2].active .hamburger-menu[data-astro-cid-3ef6ksr2] .hamburger-lines[data-astro-cid-3ef6ksr2] .line[data-astro-cid-3ef6ksr2]:last-of-type{transform:rotate(-45deg);margin-top:4px}#header[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2].active~nav[data-astro-cid-3ef6ksr2]{display:flex;height:100%;position:fixed;top:0;left:0;overflow-x:hidden;background-color:#fff;align-items:baseline;justify-content:space-between;flex-direction:column;z-index:11;max-height:100%;width:100%}#header[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2].active~nav[data-astro-cid-3ef6ksr2] .menu[data-astro-cid-3ef6ksr2]{flex-direction:column;padding-top:110px;padding-left:30px;padding-right:30px;min-width:100%;align-items:flex-start}#header[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2].active~nav[data-astro-cid-3ef6ksr2] .menu[data-astro-cid-3ef6ksr2] li[data-astro-cid-3ef6ksr2]{padding:1.25rem 0}#header[data-astro-cid-3ef6ksr2] .mobile-menu[data-astro-cid-3ef6ksr2].active~nav[data-astro-cid-3ef6ksr2] .menu[data-astro-cid-3ef6ksr2] li[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{font-style:normal;font-weight:400;font-size:30px;line-height:36px;color:#8c8c8c}}.logo[data-astro-cid-3ef6ksr2]{display:flex;position:relative;z-index:12}.logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{height:2rem;object-position:left;object-fit:contain}@media only screen and (max-width:48rem){.logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{height:24px}}.menu-item-btn[data-astro-cid-3ef6ksr2]{display:flex;position:relative;z-index:12}@media only screen and (max-width:48rem){.menu-item-btn[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2].btn{padding:8px 25px;font-weight:400;font-size:13px;line-height:16px}}#language-select[data-astro-cid-3ef6ksr2]{font-size:1rem}a[data-astro-cid-3ef6ksr2]{color:#8c8c8c}a[data-astro-cid-3ef6ksr2]:active{color:var(--black)}@media(max-width:40rem){#language-select[data-astro-cid-3ef6ksr2]{text-align:left!important}}ul[data-astro-cid-3ef6ksr2]{padding-right:1rem}.center[data-astro-cid-3ef6ksr2]{align-items:center;gap:1rem;height:100%}@media only screen and (max-width:48rem){.center[data-astro-cid-3ef6ksr2]{flex-direction:column;align-items:start;transform:translateY(15%)}}
