html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:Open Sans;font-style:normal;font-weight:400;src:url(/fonts/open-sans-v29-latin-regular.eot);src:local(""),url(/fonts/open-sans-v29-latin-regular.eot?#iefix) format("embedded-opentype"),url(/fonts/open-sans-v29-latin-regular.woff2) format("woff2"),url(/fonts/open-sans-v29-latin-regular.woff) format("woff"),url(/fonts/open-sans-v29-latin-regular.ttf) format("truetype"),url(/fonts/open-sans-v29-latin-regular.svg#OpenSans) format("svg")}@font-face{font-family:Roca Two Thin;src:url(/fonts/roca-two-thin.woff2) format("woff2"),url(/fonts/roca-two-thin.woff) format("woff");font-weight:100;font-style:normal;font-display:swap}:root{--color-green: #0a373b;--color-beige: #efe7df;--color-gold-light: #d4ac6f;--color-gold-dark: #b2966c;--text-light: #eeddc2;--text-dark: #321e0a}.container{box-sizing:border-box;max-width:960px;width:100%;margin:0 auto;padding:0 clamp(1rem,.8364rem + .8182vw,2rem)}.split{display:flex;gap:4rem;justify-content:space-between;flex-direction:row}@media screen and (max-width:960px){.split{flex-direction:column}.split img{max-height:200px!important}}.split>*{width:50%}@media screen and (max-width:960px){.split>*{width:100%}}.section{min-height:calc(100dvh - 100px);display:flex;flex-direction:column;justify-content:center}.btn-menu{width:50px;display:flex;flex-direction:column;align-items:flex-end;gap:7px;cursor:pointer;position:fixed;top:4rem;right:4rem;z-index:2}.btn-menu:hover .line{width:100%}.btn-menu .line{transition:all .2s ease-in-out;border-radius:3px;height:6px;background-color:var(--color-gold-dark)}.btn-menu .line-top{width:80%}.btn-menu .line-middle{width:60%}.btn-menu .line-bottom{width:90%}.btn-menu.btn-menu-active{align-items:center}.btn-menu.btn-menu-active .line{width:100%}.btn-menu.btn-menu-active .line-top{transform:translateY(13px) rotate(45deg)}@media screen and (max-width:600px){.btn-menu.btn-menu-active .line-top{transform:translateY(11px) rotate(45deg)}}.btn-menu.btn-menu-active .line-bottom{transform:translateY(-13px) rotate(-45deg)}@media screen and (max-width:600px){.btn-menu.btn-menu-active .line-bottom{transform:translateY(-11px) rotate(-45deg)}}.btn-menu.btn-menu-active .line-middle{opacity:0}@media screen and (max-width:600px){.btn-menu{width:30px;top:2rem;right:2rem}.btn-menu .line{height:4px}}.menu{position:fixed;box-sizing:border-box;padding:0 4rem;top:0;right:0;bottom:0;z-index:1;background-color:#082f32cc;backdrop-filter:blur(15px);transform:translate(100%);transition:transform .2s ease-in-out;display:flex;justify-content:flex-end}@media screen and (max-width:600px){.menu{width:60%;padding:0 2rem}}.menu.menu-active{transform:translate(0);box-shadow:0 0 100px #0009}.menu a{text-decoration:none;color:#fff}.menu a:hover{text-decoration:underline}.menu ul{margin-top:8rem;padding:0;min-width:max-content;width:10vw;list-style-type:none;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;gap:1rem}.menu ul li{text-align:right;font-size:clamp(1.2rem,2.5vw,2rem)}.menu ul li:last-child{margin-top:100%}.menu ul li:last-child a{font-size:.8rem}.section-intro{background-color:var(--color-green);min-height:100vh}.section-intro .intro-img-wrapper{display:flex;align-items:stretch;justify-content:center;height:fit-content}.section-intro .intro-img-wrapper img{max-height:60vh;max-width:100%;width:auto}.section-intro{justify-content:flex-end}@media screen and (max-width:600px){.section-intro{padding-top:10rem}}.section-intro p{font-size:1.2rem;line-height:1.6;color:var(--text-light)}.section-intro .btn-cta{display:inline-block;background-color:var(--color-gold-dark);color:#fff;font-weight:700;padding:.4rem .8rem;font-size:1.2rem;border-radius:.4rem;text-decoration:none;margin-bottom:2rem}.section-intro .btn-cta:hover{text-decoration:underline}.title-container{display:flex;justify-content:center;margin-bottom:5rem}.title{color:var(--color-gold-light)}.title h4{text-transform:uppercase;letter-spacing:.4rem;font-size:clamp(.8rem,.6855rem + .5727vw,1.5rem);margin-top:0}.title h1{font-size:clamp(3rem,2.5091rem + 2.4545vw,6rem);margin-left:5rem;margin-top:0;margin-bottom:0}@media screen and (max-width:600px){.title h1{font-size:clamp(1.5rem,2.5091rem + 2.4545vw,2.5rem);margin-left:0}}.section-wietod{background-color:var(--color-beige)}.section-wietod img{border-top-left-radius:9999px;border-top-right-radius:9999px;max-height:60vh;max-width:100%;width:auto}.section-wietod h2{color:var(--color-gold-dark)}.section-wietod p{color:var(--text-dark)}.section-wietod .wietod-text{max-width:45ch}.section-wietod .split{justify-content:space-between;align-items:center}.section-wietod .split .img{display:flex;justify-content:center}.section-rede{background-color:var(--color-green)}.section-rede img{border-radius:10rem;max-height:60vh;width:auto;max-width:100%}.section-rede h2{color:var(--color-gold-light)}.section-rede p,.section-rede li,.section-rede h3{color:var(--text-light)}.section-rede h3{font-size:clamp(1.2rem,1.1509rem + .2455vw,1.5rem)}.section-rede .rede-text{max-width:45ch}@media screen and (max-width:960px){.section-rede .rede-text{width:100%}}.split{justify-content:space-between;align-items:center}.split .img{display:flex;justify-content:center}.section-bernd{background-color:var(--color-beige)}.section-bernd img{border-radius:2rem;max-height:60vh;max-width:100%;width:auto}.section-bernd h2{color:var(--color-gold-dark)}.section-bernd p{color:var(--text-dark)}.section-bernd .bernd-text{max-width:45ch}.section-bernd .split{justify-content:space-between;align-items:center}.section-bernd .split .img{display:flex;justify-content:center}.section-worte{background-color:var(--color-green)}.section-worte h2{color:var(--color-gold-light);text-align:center}.section-worte p,.section-worte h3{color:var(--text-light);text-align:center}.section-worte h3{font-size:clamp(1.2rem,1.1509rem + .2455vw,1.5rem)}.section-worte .worte{display:flex;justify-content:space-around;gap:4rem}@media screen and (max-width:960px){.section-worte .worte{flex-direction:column;align-items:center}}.section-worte .worte div{max-width:30ch}.section-cta{background-color:var(--color-beige)}.section-cta *{text-align:center}.section-cta .img-cta{border-radius:50% 50% 0 0;max-height:15rem;max-width:100%}.section-cta h2{color:var(--color-gold-dark)}.section-cta p,.section-cta a{color:var(--text-dark)}.section-cta a{text-decoration:none}.section-cta a:hover{text-decoration:underline}.section-cta h3{font-size:2rem}.section-cta .container-partner{margin-top:10rem}.section-cta .container-partner .logos{display:flex;align-items:center;justify-content:center;gap:4rem}@media screen and (max-width:600px){.section-cta .container-partner .logos{gap:2rem;flex-direction:column}}.section-cta .container-partner img{max-width:300px;max-height:100px}.section-legal{display:block;color:var(--color-gold-light);padding:2rem 0}.section-legal h6{font-size:1.5rem}.section-legal h5{font-size:1.2rem}.section-legal h1,.section-legal h2,.section-legal h3,.section-legal h4,.section-legal h5,.section-legal h6{margin:2rem 0 .5rem}.section-legal p{margin:.5rem 0}.section-legal a{color:var(--color-gold-light)}.section-legal .btn-back{display:inline-block;background-color:var(--color-gold-light);color:var(--color-green);padding:.2rem .4rem;font-size:80%;border-radius:.4rem;text-decoration:none}.section-legal .btn-back:hover{text-decoration:underline}*{transition:all .2s}:root{font-size:16px}body{background-color:var(--color-green);font-family:Open Sans,sans-serif;overflow-x:hidden}html{scroll-behavior:smooth}p,a,span,li{font-size:clamp(1rem,.9673rem + .1636vw,1.2rem);font-family:Open Sans,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Roca Two Thin,sans-serif}h2{font-size:clamp(2rem,1.7545rem + 1.2273vw,3.5rem)}@media screen and (max-width:600px){.hide-mobile{display:none!important}}
