@import"https://use.typekit.net/ixj3ozv.css";:root{--primary: #ffb81c;--secondary: #ff9e1b;--red: #da291c;--dark: #575757;--white: #ffffff;--gray: #808080;--lightgray: ;--font-color: var(--white);--bg-color: var(--white);--font-family: "urw-form-condensed", sans-serif;--font-regular: 400;--font-demi: 600;--font-bold: 800;--font-heavy: 900;--h1: 130px;--h2: 90px;--h3: 70px;--h4: 35px;--p: 28px;--small: 20px;--max-width: 1200px;--padding-x: 50px;--padding-y: 150px}*{margin:0;padding:0;box-sizing:border-box;font-family:var(--font-family);font-weight:var(--font-regular);font-style:normal;color:var(--font-color)}h1{font-size:var(--h1);font-weight:var(--font-heavy);text-transform:uppercase;line-height:100%}h2,h2 p{font-size:var(--h2);font-weight:var(--font-heavy);text-transform:uppercase;line-height:100%}h3,h3 p{font-size:var(--h3);font-weight:var(--font-heavy)}h4,h4 p{font-size:var(--h4);font-weight:var(--font-demi);text-transform:uppercase}p{font-size:var(--p)}a{text-decoration:none;text-transform:uppercase;font-size:var(--p);font-weight:var(--font-demi)}strong{font-weight:var(--font-bold)}html{overflow-x:hidden}body{background:#ffb81c;background:linear-gradient(180deg,#ffb81c,#ff9e1b);min-height:100vh;position:relative}body>*{display:flex;flex-direction:column;justify-content:center;align-items:center}body .bg-icon{position:absolute;top:-4%;left:4%;width:500px;z-index:-1;opacity:.05;mix-blend-mode:multiply}body .bg-icon:nth-of-type(2){top:30%;left:75vw;width:900px;opacity:.1}main{overflow:hidden}section{padding:var(--padding-y) var(--padding-x);width:100%;display:grid;place-items:center}.max-width{width:100%;max-width:var(--max-width)}.bg-primary{background-color:var(--secondary)}.btn{padding:8px 15px 10px;border-radius:6px;border:4px solid var(--bg-color);text-transform:uppercase}.btn-active{--font-color: var(--primary);background-color:var(--white);font-weight:var(--font-heavy)}.hidden{display:none}.grid{display:grid;gap:60px;row-gap:100px}.grid.cols-1{gap:20px}.grid.cols-2{grid-template-columns:repeat(2,1fr)}.grid.cols-3{grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr))}.grid.cols-4{grid-template-columns:repeat(auto-fill,minmax(min(100%,300px),1fr));width:100%;gap:0}.grid.cols-4 img{width:100%;aspect-ratio:1 / 1;object-fit:cover;display:block}.grid.cols-1 .content{translate:0 0!important}.grid .card-with-icon{display:flex;gap:40px}.grid .card-with-icon .icon{background-color:var(--white);padding:20px;width:190px;border-radius:50%;aspect-ratio:1 / 1;display:flex;height:fit-content;align-items:center;justify-content:center}.grid .card-with-icon .icon svg path{fill:var(--primary)}.flex{display:flex;column-gap:8%;row-gap:30px;flex-wrap:wrap}.flex-centered{justify-content:center;align-items:center}.flex:has(.btn){gap:20px}section .logos{column-gap:5%}.partner-logos{width:100px}.headlines{text-align:right}section>div:not(:has(.logos)) .grid:has(.headlines){margin-bottom:200px}section>div:has(.logos) .grid{margin-bottom:60px}section div:has(>.grid):has(.span-full) .grid{margin-bottom:0}section .span-full{display:flex;flex-direction:column;align-items:center}section .span-full p{max-width:800px;text-align:center}section>div>div>p{max-width:800px;text-align:center}.grid .content h2 p{font-size:180px;translate:0 -30px}.grid.cols-2>p{grid-column:1 / -1}section:has(.fullscreen_headline){position:relative}.fullscreen_headline h2{text-decoration:underline;font-size:12vw}.fullscreen_headline p{font-size:8vw;text-transform:uppercase;line-height:100%}.fullscreen_headline img{position:absolute;z-index:-1}.fullscreen_headline img.facebook{right:0;top:10%;width:20%}.fullscreen_headline img.google{right:40%;top:20%;width:15%}.fullscreen_headline img.tiktok{right:30%;bottom:10%;width:14%}.fullscreen_headline img.instagram{left:10%;top:10%;width:18%}.fullscreen_headline img.verification{left:30%;bottom:15%;width:12%}.fullscreen_headline img.whatsapp{left:5%;bottom:10%;width:15%}nav{padding:30px 50px;position:fixed;z-index:900;left:0;right:0;top:0;transition:all ease-out .2s}nav>div{display:flex;justify-content:space-between;align-items:center;width:100%}nav .nav-links-wrapper{display:flex;gap:30px;flex:1;justify-content:space-between}nav>div a:has(img){margin-right:20%}nav>div img{max-width:180px}nav a.active{font-weight:var(--font-bold);border-bottom:4px solid var(--font-color)}nav .nav-links{display:flex;align-items:center;flex-wrap:wrap;gap:40px}nav .hamburger{display:none}header{padding:150px var(--padding-x);position:relative;width:100vw;height:100%;min-height:800px;display:grid;place-items:center}header>div{display:flex;flex-direction:column;align-items:center;gap:30px}header .bg-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}header h1,header p{text-align:center}header p{padding:0 140px}header i{font-size:var(--h3)}.grid:has(.card){gap:20px;row-gap:50px}.card{--bg-color: var(--white);--font-color: var(--dark);background-color:var(--bg-color);position:relative;padding:40px;border-radius:30px}.card h4 p{--font-color: var(--primary);font-size:var(--h4);font-weight:var(--font-regular);display:flex;flex-direction:column;margin-bottom:10px}.card:not(:has(table)) p:not(h4 p){margin-bottom:30px}.card p:not(h4 p){--font-color: var(--gray);font-size:var(--small)}.card .price{--bg-color: var(--primary);--font-color: var(--white);background-color:var(--bg-color);display:block;width:fit-content;font-weight:var(--font-heavy);font-size:var(--p);white-space:nowrap;border-radius:10px;padding:10px 20px;position:absolute;bottom:0%;left:50%;translate:-50% 50%}.card .price p{margin-bottom:0;color:var(--white);text-transform:uppercase;font-size:14px;font-weight:var(--font-bold)}.card .price p strong{color:var(--white);font-size:var(--p)}section .filter{margin-bottom:100px;padding:0 30px}section .filter .btn{cursor:pointer}section .grid.modules .images{display:flex;align-items:center;width:100%;overflow:visible}.modules-container{position:relative;width:100% 972px;height:100%;display:flex;align-items:center}.modules-container .modules-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,130px),1fr));place-content:center;position:absolute;width:100%}.modules-container img{width:100%;height:auto}.modules-wrapper div:nth-of-type(2) img{scale:1.2;z-index:+2;position:relative}.modules-wrapper div:not(:nth-of-type(2)):not(:last-of-type) img{scale:1.1;z-index:+1;position:relative;filter:brightness(.9)}.modules-wrapper div:last-of-type img{filter:brightness(.8)}.swipper-container .swiper-slide img{width:100%;position:relative;scale:.8;margin-left:-50px;z-index:0}.swipper-container .swiper-slide{z-index:0;filter:brightness(.7) blur(.7px)}.swipper-container .swiper-slide-active img,.swiper .swiper-wrapper .swiper-slide-next+.swiper-slide img{scale:1;margin-left:0;z-index:+1}.swipper-container .swiper-slide-active,.swiper .swiper-wrapper .swiper-slide-next+.swiper-slide{z-index:+1;filter:brightness(.8) blur(.5px)}.swiper .swiper-wrapper .swiper-slide-next img{scale:1.4;margin-left:0}.swiper .swiper-wrapper .swiper-slide-next{z-index:+10;filter:brightness(1)}.swipper-container{width:100%;position:relative}.swipper-container .swiper{position:absolute;left:0;top:50%;translate:0 -50%}section .grid.modules{margin-top:50px;margin-bottom:100px}section .grid.modules .images-wrapper{display:grid;width:100%}section .grid.modules .images-wrapper:not(.scale-first-element){position:absolute;left:0;translate:10% 0}section .modules h3 p{--h3: 60px;text-transform:uppercase;font-weight:var(--font-regular)}section .modules h3 p strong{font-weight:var(--font-heavy)}section .modules h4{font-weight:var(--font-demi);margin-bottom:20px;margin-top:20px}section .modules h4 strong{font-weight:var(--font-bold);border-bottom:4px solid var(--white)}section .modules .content.content{translate:0px 0px}section .modules:nth-of-type(odd) .content{grid-column:1;grid-row:1}section .modules:nth-of-type(odd) .modules-container{grid-column:2;grid-row:1}.grid:has(.grid.modules .swipper-container){gap:200px}section .modules:nth-of-type(odd) .swipper-container{grid-column:2;grid-row:1}section .modules .scale-first-element img:first-of-type{scale:1.2}section .modules .scale-first-element img:nth-of-type(2){scale:1}section.referenzen{margin-top:100px;padding:0;width:100%}.pricelist-mobile{display:none;flex-direction:column;align-items:center;gap:30px}.pricelist{padding-bottom:0;display:block}.pricelist-mobile table{width:100%}.pricelist tbody,.pricelist-mobile tbody{position:relative}.pricelist tbody:not(:last-of-type),.pricelist-mobile tbody:not(:last-of-type){border-bottom:2px solid var(--gray)}.pricelist tbody:before{content:attr(name);position:absolute;left:-50px;bottom:20%;transform:rotate(-90deg);text-transform:inherit;font-weight:800;color:var(--gray);transform-origin:left;font-size:25px}.pricelist table{width:calc(100% - 60px);border-collapse:collapse;margin-left:60px}.pricelist-mobile table{border-collapse:collapse}.pricelist thead td,.pricelist-mobile .card h4{font-weight:var(--font-bold);color:var(--primary);font-size:var(--h4);padding-bottom:30px}.pricelist tbody tr:nth-of-type(odd),.pricelist-mobile tbody tr:nth-of-type(odd){background-color:#f2f2f2}.pricelist tbody td,.pricelist-mobile tbody td{padding:15px;font-size:var(--small)}.pricelist td:not(:first-of-type),.pricelist-mobile td:not(:first-of-type){text-align:center}.pricelist tr .fa-solid,.pricelist-mobile tr .fa-solid{font-size:25px}.pricelist tr .fa-square-check,.pricelist-mobile tr .fa-square-check{color:#77d147}.pricelist tr .fa-square-xmark,.pricelist-mobile tr .fa-square-xmark{color:#da291c}.pricelist-mobile .card{width:100%}.pricelist-mobile .price_total td{padding:0}.pricelist-mobile .price_total td:last-of-type{display:flex;align-items:end;justify-content:end}.pricelist-mobile tbody.price_total.price_total tr{translate:0 calc(20px + 50%)}tbody.price_total.price_total tr{background-color:transparent;translate:0 50%}tbody.price_total tr td:not(:first-of-type) span{background-color:var(--primary);color:var(--white);width:fit-content;padding:10px 20px;border-radius:6px;font-weight:900;font-size:25px;display:block;white-space:nowrap}.pricelist tbody:has(.price_cat),.pricelist-mobile tbody:has(.price_cat){position:relative}.pricelist .price_cat.price_cat{position:absolute;left:-65px;top:100%;background-color:transparent;rotate:-90deg;transform-origin:left top;display:flex;align-items:center;justify-content:center}.pricelist .price_cat.price_cat td{font-size:var(--p);font-weight:var(--font-bold);color:var(--gray);padding:0;text-align:center;width:100%}.pricelist-mobile .price_cat.price_cat td{font-size:var(--small);font-weight:var(--font-bold);color:var(--dark);padding:15px;text-align:left;width:100%}section:has(.customer-testimonials){padding:0}.customer-testimonials{width:100%}.customer-testimonials .quote.quote{background-color:var(--white);padding-top:200px;padding-bottom:200px}.customer-testimonials .quote,.customer-testimonials .company{display:grid;place-items:center;padding:var(--padding-y) var(--padding-x);position:relative}.customer-testimonials .quote img{position:absolute;right:0;top:0;height:100%}.customer-testimonials .quote h4:before{content:"«";position:absolute;left:-50px;top:-20px;font-family:var(--font-family);font-weight:var(--font-heavy);font-size:200px;line-height:0;z-index:-1;opacity:.3}.customer-testimonials .quote h4:after{content:"»";position:absolute;right:50px;bottom:20px;font-family:var(--font-family);font-weight:var(--font-heavy);font-size:200px;line-height:0;z-index:-1;opacity:.3}.customer-testimonials .quote h4,.customer-testimonials .quote p,.customer-testimonials .quote strong{color:var(--primary);z-index:+1;position:relative;max-width:60vw}.customer-testimonials .quote h4 *{font-size:40px;font-weight:var(--font-regular)}.customer-testimonials .quote h4 strong{font-weight:var(--font-heavy)}.customer-testimonials .company{padding-top:60px;padding-bottom:60px}.customer-testimonials .company>div{display:flex;justify-content:space-between}.customer-testimonials .company.company h4,.customer-testimonials .company.company p{text-align:left}.customer-testimonials .company>div>span{border-right:2px solid var(--white)}.customer-testimonials .company>div>div{padding:0 20px}.customer-testimonials .company>div>div:first-of-type img{width:100px}.customer-testimonials .company>div>div{display:flex;align-items:start;justify-content:center;flex-direction:column}.customer-testimonials .company>div>div:first-of-type{gap:60px;align-items:center;justify-content:start;flex-direction:row}.customer-testimonials .company>div>div:first-of-type p{text-transform:uppercase}.get_started_now_section{position:relative;width:100%;display:flex;justify-content:center;align-items:center;height:800px}.get_started_now_button{background-color:var(--red);color:var(--white);display:flex;align-items:center;border-radius:50%;padding:30px;position:absolute;bottom:50%;left:50%;translate:-50% 50%;aspect-ratio:1 / 1;width:fit-content;z-index:+3}.get_started_now_button p{display:flex;flex-direction:column;text-align:center;font-size:30px}.get_started_now_button p strong{font-size:45px}.get_started_now_section .rocket-wrapper{position:absolute;left:0;top:0;width:100%;height:100%}.get_started_now_section .rocket-wrapper svg{position:absolute;transition:all ease-out 1s;z-index:-1}.flame-anim{animation:startFlames 2s normal 2s forwards,hideRocket 1s normal 3s forwards}.rocket-anim{animation:shakeRocket .2s infinite forwards,startRocket 2s normal 2.3s forwards,hideRocket 1s normal 3s forwards}.button-anim{animation:startButton .2s normal 0s forwards,hideRocket 1s normal 3s forwards}.get_started_now_section .rocket-wrapper .flame-outer,.get_started_now_section .rocket-wrapper .flame-inner{position:absolute;bottom:0;left:50%;translate:-50% 0;width:auto;height:0px}.get_started_now_section .rocket-wrapper .flame-inner{z-index:-1}.get_started_now_section .rocket-wrapper .flame-outer{z-index:-2}.get_started_now_section .rocket-wrapper .flames .flame-inner{z-index:+1}.get_started_now_section .rocket-wrapper svg.rocket{width:400px;left:50%;bottom:-.8%;translate:-50% 0%;z-index:+1}.get_started_now_section .rocket-wrapper svg.smoke-top{z-index:-3}.get_started_now_section .rocket-wrapper svg.smoke-top,.get_started_now_section .rocket-wrapper svg.smoke-middle,.get_started_now_section .rocket-wrapper svg.smoke-bottom{bottom:0;left:0;scale:1.1;width:100%;translate:0 100%}.smoke-top-anim{animation:startSmoke 3s normal 1s forwards,shakeSmoke 1s 1s 5 forwards,hideRocket 2s normal 3.5s forwards}.smoke-middle-anim{animation:startSmoke 3s normal 1s forwards,shakeSmoke 1.2s 1.3s 5 forwards,hideRocket 2s normal 3.5s forwards}.smoke-bottom-anim{animation:startSmoke 3s normal 1s forwards,shakeSmoke .9s 1.8s 5 forwards,hideRocket 2s normal 3.5s forwards}.get_started_now_section .rocket-wrapper svg.smoke-bottom path.cls-1{fill:#fff}.get_started_now_section .rocket-wrapper svg.smoke-middle path.cls-1,.get_started_now_section .rocket-wrapper svg.flame-inner path.cls-1{fill:#f59d15}.overlay-anim{animation:startOverlay 3s normal 2s forwards}.rocket_start_overlay{position:fixed;left:0;top:0;width:100vw;height:100vh;background-color:var(--primary);opacity:0;pointer-events:none}@keyframes startOverlay{to{opacity:1}}@keyframes startRocket{to{translate:-50% -200%}}@keyframes shakeRocket{50%{translate:-49% 0%}to{translate:-51% 0%}}@keyframes startButton{to{translate:-50% 100vh}}@keyframes startFlames{to{height:1300px}}@keyframes startSmoke{to{translate:0 0}}@keyframes shakeSmoke{50%{left:-2%;scale:1.2}to{left:0%;scale:1.1}}@keyframes hideRocket{to{opacity:0}}section.logos{background-color:var(--white);padding-bottom:60px}section.logos .max-width div{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:30px}section.logos .max-width div img{width:100%;max-width:200px}footer{background-color:var(--white);padding:30px 100px}footer>div{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:60px}footer>div img{max-width:200px}footer>div .nav-links{display:flex;align-items:center;flex-wrap:wrap;gap:20px}footer>div .nav-links a{color:var(--dark);font-size:var(--small)}footer>div .nav-links a:last-of-type{font-weight:var(--font-heavy)}@media screen and (max-width: 1600px){nav>div a:has(img){margin-right:8%}}@media screen and (max-width: 1400px){:root{--p: 22px}nav{padding:0 30px 30px}nav>div{flex-direction:column}nav>div img{max-width:150px}}@media screen and (max-width: 1100px){.grid.cols-2{grid-template-columns:repeat(1,1fr);gap:30px}.grid.cols-2 .content{translate:0 0!important}section .modules:nth-of-type(odd) .content{grid-column:1;grid-row:1}section .modules:nth-of-type(odd) .modules-container{grid-column:1;grid-row:2}h2:not(.card h2):not(.card-with-icon h2),h3:not(.card h3):not(.card-with-icon h3),h4:not(.card h4):not(.card-with-icon h4),p:not(.card p):not(.card-with-icon p){text-align:center}.modules-container{grid-row:2;margin-top:5vw}.modules-container .modules-wrapper{position:relative;left:0!important;width:100%!important;max-width:500px;margin:0 auto}}@media screen and (max-width: 1000px){.pricelist-mobile{display:flex;gap:50px}.pricelist.pricelist{display:none}}@media screen and (max-width: 920px){:root{--h1: 60px;--h2: 50px;--h3: 35px;--h4: 25px}nav .hamburger{display:block}nav .logo{z-index:+1}nav>div .nav-links-wrapper{position:fixed;top:0;left:0;right:0;bottom:0;flex-direction:column;background-color:var(--primary);justify-content:center;align-items:center;translate:100% 0;transition:all ease-out .2s}nav:has(.hamburger.is-active) .nav-links-wrapper{translate:0 0}nav .nav-links{flex-direction:column}nav>div{flex-direction:row}nav>div .hamburger-inner,nav>div .hamburger-inner:after,nav>div .hamburger-inner:before,nav .hamburger.is-active .hamburger-inner,nav .hamburger.is-active .hamburger-inner:after,nav .hamburger.is-active .hamburger-inner:before{background-color:var(--white)}h2:not(.card h2):not(.card-with-icon h2),h3:not(.card h3):not(.card-with-icon h3),h4:not(.card h4):not(.card-with-icon h4),p:not(.card p):not(.card-with-icon p){padding:0}.card{padding:20px}.customer-testimonials .company>div{flex-wrap:wrap}.customer-testimonials .company>div>div:nth-of-type(2),.customer-testimonials .company>div>div:nth-of-type(3){flex:1;align-items:center}.customer-testimonials .company>div>span:first-of-type{display:none}}@media screen and (max-width: 780px){:root{--padding-x: 20px}.grid .content h2 p{font-size:10vw}.modules-container .modules-wrapper div:nth-of-type(4){display:none}.grid:has(.card-with-icon){gap:100px}.card-with-icon{flex-wrap:wrap}.grid .card-with-icon .icon{width:80px}.customer-testimonials .quote h4,.customer-testimonials .quote p,.customer-testimonials .quote strong{max-width:100%}.customer-testimonials .quote img{right:-200px}footer{padding:20px}footer>div{flex-wrap:wrap;gap:10px}}@media screen and (max-width: 530px){h1,h2,h3,h4,p:not(.get_started_now_section p){-webkit-hyphens:auto;hyphens:auto;overflow-wrap:anywhere}.modules-container .modules-wrapper div:nth-of-type(3){display:none}.pricelist-mobile td{-webkit-hyphens:auto;hyphens:auto;overflow-wrap:anywhere}}
