h1{padding-left:20px;padding-right:20px;line-height:1.5em;font-size:clamp(2rem,2rem + 3.6363636364lvw,4rem)}h2{padding-left:20px;padding-right:20px;line-height:1.5em;font-size:clamp(1.75rem,1.75rem + 2.7272727273lvw,3.25rem)}h3{padding-left:20px;padding-right:20px;line-height:1.5em;font-size:clamp(1.5rem,1.5rem + 2.0454545455lvw,2.625rem)}h4{padding-left:20px;padding-right:20px;line-height:1.5em;font-size:clamp(1.25rem,1.25rem + 1.3636363636lvw,2rem)}h5{padding-left:20px;padding-right:20px;line-height:1.5em;font-size:clamp(1.125rem,1.125rem + .9090909091lvw,1.625rem)}h6{padding-left:20px;padding-right:20px;line-height:1.5em;font-size:clamp(1rem,1rem + .6818181818lvw,1.375rem)}p{padding-left:20px;padding-right:20px;line-height:1.5em;font-size:clamp(.875rem,.875rem + .4545454545lvw,1.125rem)}@font-face{font-family:Outfit;src:url(https://s3.kh1.dev/google-fonts/fonts/Outfit/Outfit-VariableFont_wght.ttf) format("truetype");font-weight:100 900;font-display:swap}@font-face{font-family:Material Symbols Outlined;font-style:normal;src:url(https://s3.kh1.dev/google-fonts/icons/MaterialSymbolsOutlined.woff2) format("woff")}:root{touch-action:pan-y}:root{--section-card-border-radius: 40px;--padding: 50px}@media (max-width: 768px){:root{--section-card-border-radius: 25px;--padding: 25px}}:root{--screen-size: "large-screen desktop"}@media (max-width: 768px) and (min-width: 480px){:root{--screen-size: "small-screen tablet"}}@media (max-width: 480px){:root{--screen-size: "small-screen mobile"}}@media (max-width: 1200px) and (min-width: 1024px){:root{--screen-size: "large-screen desktop"}}@media (max-width: 1024px) and (min-width: 768px){:root{--screen-size: "large-screen laptop"}}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr}*{margin:0;padding:0;font-family:Outfit,sans-serif;box-sizing:border-box;color:var(--white)}*:before,*:after{box-sizing:border-box}* ::-webkit-scrollbar{cursor:pointer;width:10px;height:10px;border-radius:100px;background:rgba(var(--black-rgb),.05)}* ::-webkit-scrollbar-thumb{background:rgba(var(--black-rgb),.2);border-radius:100px;cursor:pointer}* input[type=number]::-webkit-inner-spin-button,* input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}*:focus{outline:none}html{overflow-x:hidden;overflow-y:scroll;overscroll-behavior:none;height:-webkit-fill-available}input,textarea,[contenteditable]{caret-color:var(--black)}body{caret-color:transparent;background-color:var(--background-color);overflow:hidden;position:relative;display:flex;justify-content:center;align-items:center}.background-line-logo{position:absolute;background-size:cover;width:max-content;display:flex;justify-content:center;align-items:center;justify-content:flex-end;opacity:.5;transition:all .75s cubic-bezier(.76,0,.24,1)}body,html,.App{margin:0;padding:0}.fade-in{animation:fadeIn .5s ease-in forwards;animation-delay:.15s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.App{width:100lvw;position:relative;display:flex;justify-content:center;align-items:center;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(255,255,255,0);flex-direction:column;justify-content:flex-start;height:max-content}.App .scroll-behavior{content:"";position:absolute;top:calc(min(max(10lvw,50px),120px)*-1);width:0;height:0}.messages{width:100%;height:100%;pointer-events:none;position:fixed;top:0;right:0;z-index:9999999;display:flex;justify-content:center;transition:all .35s cubic-bezier(.4,.2,0,1);background-color:transparent}.messages.show{pointer-events:auto;background-color:rgba(var(--white-rgb),.8)}.messages .messages-bottom-action-buttons{width:280px;height:max-content;position:absolute;top:90px;display:flex;justify-content:center;pointer-events:none;opacity:0;transition:all .35s cubic-bezier(.4,.2,0,1);z-index:60}.messages .messages-bottom-action-buttons .ungroup-messages{width:38px;height:38px;border-radius:100px}.messages .messages-bottom-action-buttons.show{top:100px;pointer-events:auto;opacity:1}.messages .messages-top-action-buttons{top:0;opacity:0!important;display:flex;justify-content:space-between;position:relative;width:280px;height:40px;transition:all .35s cubic-bezier(.4,.2,0,1)}.messages .messages-top-action-buttons.show{top:20px;pointer-events:auto;opacity:1!important}.messages .messages-top-action-buttons.show.disabled{opacity:.3!important}.messages .messages-top-action-buttons .group-messages{width:40px}.message{pointer-events:auto;position:absolute;top:-700px;padding:15px;max-width:280px;min-width:280px;background-color:var(--white);box-shadow:0 0 30px #0000000d;border:1px solid transparent;border-radius:5px;color:var(--black);display:flex;justify-content:flex-start;align-items:center;line-height:1;height:max-content;max-height:150px;overflow:hidden;transition:all .35s cubic-bezier(.4,.2,0,1)}.message:before{content:" ";display:block;width:100%;height:100%;position:absolute;left:0;top:0;z-index:-1;background-color:var(--white)}.message>.text{padding-left:25px;color:var(--black);line-height:1.5;width:max-content;height:max-content;max-height:150px;overflow-y:auto;overflow-x:hidden;transition:all .35s cubic-bezier(.4,.2,0,1)}.message>.text.dismissible{padding:0 50px 0 25px}.message .status-dot{content:"";min-width:10px;min-height:10px;background-color:var(--red);margin-right:15px;border-radius:20px;display:flex;justify-content:center;align-items:center;position:absolute;animation:blob 2s cubic-bezier(.76,0,.24,1) infinite;transition:all .35s cubic-bezier(.4,.2,0,1)}.message .status-dot:before{content:"";display:inline-block;min-width:30px;min-height:30px;border-radius:50px;background-color:var(--red);opacity:.03;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transition:all .35s cubic-bezier(.4,.2,0,1)}.message .status-dot:after{content:"";display:inline-block;min-width:50px;min-height:50px;margin-right:10px;border-radius:50px;background-color:var(--red);opacity:.02;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transition:all .35s cubic-bezier(.4,.2,0,1)}.message.success{border:1px solid var(--green)}.message.success:before{background:linear-gradient(90deg,var(--green-light) -5px,transparent 50px)}.message.success .status-dot{background-color:var(--green)}.message.success .status-dot:before{background-color:var(--green)}.message.success .status-dot:after{background-color:var(--green)}.message.danger{border:1px solid var(--red)}.message.danger:before{background:linear-gradient(90deg,var(--red-light) -5px,transparent 50px)}.message.danger .status-dot{background-color:var(--red)}.message.danger .status-dot:before{background-color:var(--red)}.message.danger .status-dot:after{background-color:var(--red)}.message.warning{border:1px solid var(--yellow)}.message.warning:before{background:linear-gradient(90deg,var(--yellow-light) -5px,transparent 50px)}.message.warning .status-dot{background-color:var(--yellow)}.message.warning .status-dot:before{background-color:var(--yellow)}.message.warning .status-dot:after{background-color:var(--yellow)}.message .icon-container{padding:27px;cursor:pointer;position:fixed;top:0;right:0;display:flex;justify-content:center;align-items:center}.message .icon-container span{font-size:18px;color:var(--black);line-height:0;width:0;height:0;display:flex;justify-content:center;align-items:center}@keyframes messageIn{to{top:25px;box-shadow:0 10px 50px #0000000d}}@keyframes messageOut{to{opacity:0}}@keyframes blob{50%{transform:scale(.8)}}.button{width:max-content;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(255,255,255,0);background-color:var(--white);color:var(--black);border-radius:5px;font-weight:300;cursor:pointer;border:1px solid transparent;transition:all .25s cubic-bezier(.4,.2,0,1);display:flex;justify-content:center;align-items:center;opacity:.9;position:relative;overflow:hidden;letter-spacing:1px;padding:15px;will-change:unset!important}.button *{will-change:unset!important}.button .gradient-effect{position:absolute;width:100%;height:100%;background:radial-gradient(ellipse at bottom center,#bfbfbf 10%,#fff 40%,#fff);background-size:300% 100%;background-position:center bottom;mix-blend-mode:multiply;opacity:.7}.button.flat{padding:0}.button.with-right-icon,.button.with-left-icon{padding:15px 20px}.button.with-right-icon .button-content,.button.with-left-icon .button-content{padding:0}.button.with-right-icon.text,.button.with-left-icon.text{padding-right:8px;padding-left:8px}.button.with-right-icon.text .button-content,.button.with-left-icon.text .button-content{padding-right:15px;padding-left:15px}.button.with-right-icon{padding-left:15px}.button.with-right-icon .button-content{padding-right:20px}.button.with-right-icon.text{padding-left:15px}.button.with-left-icon,.button.with-left-icon .button-content{padding-left:20px}.button.with-left-icon.text{padding-right:15px}.button .button-hover-effect{position:absolute;left:0;width:150%;top:-2px;height:calc(100% + 4px);transform:translate(100%);border-top-left-radius:10px;border-bottom-left-radius:10px;background:rgba(var(--background-color-rgb),.2);transition:transform .75s cubic-bezier(.76,0,.24,1);z-index:5}.button.loading{cursor:wait}.button .loading-effect{height:150%;width:150px;pointer-events:none;background:transparent;background:linear-gradient(90deg,rgba(var(--black-rgb),0) 8%,rgba(var(--black-rgb),.2) 50%,rgba(var(--black-rgb),0) 82%);position:absolute;top:0;left:0;animation:loading 2s cubic-bezier(.4,.2,0,1) infinite}.button.with-shadow{box-shadow:0 5px 15px #0000000d}.button.grey{color:var(--grey)}.button.grey .loading-effect{background:linear-gradient(90deg,rgba(var(--grey-rgb),0) 8%,rgba(var(--grey-rgb),.2) 50%,rgba(var(--grey-rgb),0) 82%)}.button.grey .button-icon{color:var(--grey)}.button.green{color:var(--green)}.button.green .loading-effect{background:linear-gradient(90deg,rgba(var(--green-rgb),0) 8%,rgba(var(--green-rgb),.2) 50%,rgba(var(--green-rgb),0) 82%)}.button.green .button-icon{color:var(--green)}.button.red{color:var(--red)}.button.red .loading-effect{background:linear-gradient(90deg,rgba(var(--red-rgb),0) 8%,rgba(var(--red-rgb),.2) 50%,rgba(var(--red-rgb),0) 82%)}.button.red .button-icon{color:var(--red)}.button.blue{color:var(--blue)}.button.blue .loading-effect{background:linear-gradient(90deg,rgba(var(--blue-rgb),0) 8%,rgba(var(--blue-rgb),.2) 50%,rgba(var(--blue-rgb),0) 82%)}.button.blue .button-icon{color:var(--blue)}.button.yellow{color:var(--yellow)}.button.yellow .loading-effect{background:linear-gradient(90deg,rgba(var(--yellow-rgb),0) 8%,rgba(var(--yellow-rgb),.2) 50%,rgba(var(--yellow-rgb),0) 82%)}.button.yellow .button-icon{color:var(--yellow)}.button:active:not(.disabled){opacity:1}.button:active:not(.disabled).with-shadow{box-shadow:0 10px 40px #0000}.button.app-button{height:50px;background-size:200%;border-radius:5px;opacity:1;font-size:15px;width:max-content;padding:0 25px!important;box-shadow:0 10px 20px -10px rgba(var(--secondary-color-rgb),.2),inset 0 0 0 1px rgba(var(--white-rgb),.5);font-weight:700;color:var(--white);background:linear-gradient(90deg,#ff00c8,#ff005c);border-width:0;letter-spacing:1.5px;transition:all .35s cubic-bezier(.76,0,.24,1)}.button.app-button .loading-effect{height:150%;width:150%;background:transparent;background:linear-gradient(90deg,#fff0 8%,#fff3 50%,#fff0 82%)}.button.primary{background-color:var(--black);color:var(--white);font-weight:500}.button.primary .loading-effect{height:150%;width:150%;background:transparent;background:linear-gradient(90deg,#fff0 8%,#fff3 50%,#fff0 82%)}.button.primary .button-icon{color:var(--white)}.button.primary.grey{background-color:var(--grey);color:var(--black)}.button.primary.grey .button-icon{color:var(--black)}.button.primary.green{background-color:var(--green);color:var(--green-light)}.button.primary.green .button-icon{color:var(--green-light)}.button.primary.red{background-color:var(--red);color:var(--red-light)}.button.primary.red .button-icon{color:var(--red-light)}.button.primary.blue{background-color:var(--blue);color:var(--blue-light)}.button.primary.blue .button-icon{color:var(--blue-light)}.button.primary.yellow{background-color:var(--yellow);color:var(--yellow-light)}.button.primary.yellow .button-icon{color:var(--yellow-light)}.button.outlined{background-color:var(--white);color:var(--black);border:1px solid var(--black)}.button.outlined.grey{background-color:rgba(var(--grey-rgb),.02);color:var(--black);border:1px solid rgba(var(--grey-rgb),.6)}.button.outlined.green{background-color:rgba(var(--green-rgb),.02);color:var(--green);border:1px solid rgba(var(--green-rgb),.6)}.button.outlined.red{background-color:rgba(var(--red-rgb),.02);color:var(--red);border:1px solid rgba(var(--red-rgb),.6)}.button.outlined.blue{background-color:rgba(var(--blue-rgb),.02);color:var(--blue);border:1px solid rgba(var(--blue-rgb),.6)}.button.outlined.yellow{background-color:rgba(var(--yellow-rgb),.02);color:var(--yellow);border:1px solid rgba(var(--yellow-rgb),.6)}.button.text,.button.flat{background-color:transparent;color:var(--black);border:0 solid transparent}.button.text.grey,.button.flat.grey{color:var(--black)}.button.text.green,.button.flat.green{color:var(--green)}.button.text.red,.button.flat.red{color:var(--red)}.button.text.blue,.button.flat.blue{color:var(--blue)}.button.text.yellow,.button.flat.yellow{color:var(--yellow)}.button.disabled{opacity:.5;cursor:default}.button .button-icon{pointer-events:none;line-height:0;height:0;width:0;font-size:15px;display:flex;justify-content:center;align-items:center;color:var(--black);padding:0;font-variation-settings:"FILL" 0,"wght" 300,"GRAD" 0,"opsz" 50!important}@keyframes loading{0%{left:-150px}to{left:120%}}.pages{width:min(100%,1600px);min-height:100dvh;position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;justify-content:space-between}.pages .background-grid-effect{position:fixed;bottom:0;width:max-content;height:min-content;opacity:1;will-change:transform;object-fit:fill;display:flex;justify-content:center;align-items:center;flex-direction:column}.pages .background-grid-effect>img{width:100%}.pages .page-motion-wrapper{width:inherit;height:inherit;display:flex;justify-content:center;align-items:center;flex-direction:column;justify-content:space-between}.pages .noise-effect{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100000000000;object-fit:fill}.pages .primary-button{padding:12px 20px;border-radius:10px;box-shadow:0 5px 15px rgba(var(--black-rgb),.3)}.pages .primary-button .button-content{font-family:arial;font-weight:900;color:var(--black)}.error-404-page{color:var(--white)}.start-page{width:100%;margin:0 50px;position:relative;padding-bottom:150px;display:flex;justify-content:center;align-items:center;flex-direction:column;opacity:0}.start-page *{will-change:transform}@media (max-width: 768px){.start-page{padding-bottom:100px}}@media (max-width: 480px){.start-page{padding-bottom:70px}}.section{position:relative;width:calc(100% - calc(var(--nav-margin)) * 1.5);min-height:max-content;height:max-content;margin:calc(var(--nav-margin)) auto auto}@media (max-width: 768px){.section{margin-top:30px}}@media (max-width: 480px){.section{margin-top:30px;width:calc(100% - (calc(var(--nav-margin))))}}@media (max-width: 768px){.section{margin-top:calc(calc(var(--nav-margin)) / 1.5)}}.section .section-card{min-height:inherit}.technologies-section .section-card{height:100%;gap:50px}.technologies-section .section-card .title-and-description .title .highlighted{color:#ff0071}.technologies-section .section-card .title-and-description .title .highlighted-effect{border-color:#ff0071}.technologies-section .section-card .technologies{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative;gap:var(--scroll-strip-gap);-webkit-mask-image:radial-gradient(ellipse at 50% 50%,rgb(0,0,0) 0%,rgba(0,0,0,0) 50%);mask-image:radial-gradient(ellipse at 50% 50%,#000,#0000 50%);-webkit-mask-size:110% 140%;mask-size:110% 140%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.technologies-section .section-card .technologies .scrolling-row{height:clamp(50px,20lvw,110px);gap:var(--scroll-strip-gap)}.technologies-section .section-card .technologies .scrolling-row-cell{border-radius:20px}.technologies-section .section-card .technologies .scrolling-row-cell:hover{border-color:#ff0071}@media (max-width: 768px){.technologies-section .section-card .technologies .scrolling-row{height:clamp(50px,20lvw,100px);gap:var(--scroll-strip-gap)}}@media (max-width: 480px){.technologies-section .section-card .technologies .scrolling-row{height:clamp(50px,20lvw,60px);gap:10px}.technologies-section .section-card .technologies .scrolling-row-cell{border-radius:var(--scroll-strip-gap)}}.title-and-description{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:30px;width:100%;height:max-content;position:relative}.title-and-description .title{width:100%;max-width:800px;text-align:center;display:inline-table;color:var(--white);font-size:clamp(2rem,2lvw + 1.5rem,3.875rem);z-index:4;text-shadow:0 10px 5px rgba(var(--black-rgb),.1)}.title-and-description .title .highlighted{position:relative;z-index:-1}.title-and-description .title .highlighted-effect{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100% + 40px);height:calc(100% + 15px);border-radius:20px;border:1px solid;opacity:.2;z-index:-1;background-color:rgba(var(--black-rgb),.1);display:none}.title-and-description .description{text-align:center;width:100%;max-width:800px;font-weight:200;color:var(--white);font-size:clamp(1rem,1lvw + .5rem,1.2rem);padding:0 20px}.section-card{color:#fff;height:max-content;width:100%;border-radius:var(--section-card-border-radius);display:flex;justify-content:center;align-items:center;flex-direction:column;box-shadow:0 14px 50px rgba(var(--black-rgb),.3);contain:style;padding:50px;position:relative;z-index:50;background-color:rgba(var(--background-color-rgb),.8);gap:50px}@media (max-width: 768px){.section-card{padding:25px;gap:25px}}.section-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid rgba(var(--white-rgb),.1);background-color:rgba(var(--background-color-rgb),.5);z-index:-1;border-radius:inherit;box-shadow:inset 0 -10px 20px rgba(var(--white-rgb),.01),inset 0 10px 15px rgba(var(--black-rgb),.01)}.section-card .side-text{position:absolute;max-height:calc(100lvh - 150px);width:calc(100lvh - 150px);aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;transform-style:preserve-3d;perspective:500px;perspective-origin:center;z-index:-1;touch-action:none;pointer-events:none}@media (min-width: 1024px){.section-card .side-text{animation:floatY 5s cubic-bezier(.45,.05,.55,.95) infinite}}.section-card .side-text .blurry,.section-card .side-text .non-blurry{height:20%;position:absolute;width:inherit}.section-card .side-text.left{left:0;transform:translate(calc(((100lvh - 150px)/2 + 1px)*-1))}.section-card .side-text.left .blurry,.section-card .side-text.left .non-blurry{transform:rotate(-90deg)}.section-card .side-text.left .blurry{clip-path:inset(50% 0 0 0)}.section-card .side-text.left .non-blurry{clip-path:inset(0 0 50% 0)}.section-card .side-text.right{right:0;transform:translate(calc((100lvh - 150px)/2 + 1px))}.section-card .side-text.right .blurry,.section-card .side-text.right .non-blurry{transform:rotate(-90deg) rotateX(180deg)}.section-card .side-text.right .blurry{clip-path:inset(50% 0 0 0)}.section-card .side-text.right .non-blurry{clip-path:inset(0 0 50% 0)}[data-device-type=ios] .section-card .side-text{max-height:calc(var(--vh, 100lvh) - 100px);width:calc(var(--vh, 100lvh) - 100px)}[data-device-type=ios] .section-card .side-text.left{transform:translate(calc((calc(var(--vh, 100lvh) - 100px) / 2 + 1px) * -1))}[data-device-type=ios] .section-card .side-text.right{transform:translate(calc(calc(var(--vh, 100lvh) - 100px) / 2 + 1px))}.section-card .background{width:100%;height:100%;border-radius:inherit;position:absolute;z-index:0;object-fit:cover;contain:content;top:0;-webkit-overflow-scrolling:touch}.section-card .background .gradient-background{border-radius:inherit;width:100lvw;height:300lvh;object-fit:cover;touch-action:none;pointer-events:none;opacity:.5;transform:translateZ(0)}@keyframes floatY{0%{translate:0 -10px}50%{translate:0 10px}to{translate:0 -10px}}:root{--scroll-strip-gap: 20px}@media (max-width: 768px){:root{--scroll-strip-gap: 15px}}@media (max-width: 480px){:root{--scroll-strip-gap: 10px}}.scrolling-row{width:100%;contain:content;display:flex;justify-content:center;align-items:center;gap:15px;height:clamp(50px,20lvw,150px)}.scrolling-row-cell{left:0;position:absolute;aspect-ratio:4/2.5;height:100%;border-radius:calc(clamp(50px,20lvw,150px)/5);cursor:pointer;transition:background-color .35s ease-in-out,border-color .35s ease-in-out}.start-section{min-height:calc(100lvh - calc(var(--nav-bar-height, 100px)) - calc(var(--nav-margin)) * 1.5);margin-top:calc(calc(var(--nav-bar-height, 100px)) + 2px)}@media (max-width: 480px){.start-section{min-height:calc(var(--vh, 100lvh) - calc(var(--nav-bar-height, 100px)) - calc(var(--nav-margin)) * 1.5)}}.start-section .section-card{position:relative;gap:clamp(2rem,6lvh,10rem)}@media (max-width: 480px){.start-section .section-card{gap:clamp(1.5rem,6lvh,5rem)}}.start-section .section-card .background-videos{position:absolute;border-radius:inherit;width:calc(100% - 2px);height:calc(100% - 2px);touch-action:none;pointer-events:none;overflow:hidden;contain:content;display:flex;justify-content:center;align-items:center}.start-section .section-card .background-videos:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(var(--background-color-rgb),.8);z-index:1}.start-section .section-card .background-videos .background-video-effect{height:inherit;width:max(100%,800px);position:absolute;border-radius:inherit}.start-section .section-card .start-section-stamp{right:0;transform:translateY(50%) rotate(-150deg);top:20dvh;position:absolute;aspect-ratio:1/1;width:0;z-index:1;display:flex;justify-content:center;align-items:center}@media (max-width: 768px){.start-section .section-card .start-section-stamp{bottom:unset;top:13dvh}}.start-section .section-card .start-section-stamp img{width:clamp(120px,15dvw,200px);position:absolute}.start-section .section-card .start-section-stamp img:first-child{animation:rotate360 10s ease-in-out infinite}.start-section .section-card .title-and-description-carousel{position:absolute;top:0;height:100%;width:100%}.start-section .section-card .title-and-description-carousel .carousel-auto-play-toggle-button{bottom:20px;right:20px}@media (max-width: 768px){.start-section .section-card .title-and-description-carousel .carousel-auto-play-toggle-button{bottom:unset;top:20px}}.start-section .section-card .title-and-description-carousel:after{display:none}.start-section .section-card .title-and-description-carousel .carousel-switch-button{background-color:rgba(var(--white-rgb),.1)}.start-section .section-card .title-and-description-carousel .carousel-track-container{-webkit-mask-image:linear-gradient(to right,rgba(0,0,0,0) 5%,rgb(0,0,0) 30%,rgb(0,0,0) 70%,rgba(0,0,0,0) 95%);mask-image:linear-gradient(to right,#0000 5%,#000 30%,#000 70%,#0000 95%);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media (max-width: 768px){.start-section .section-card .title-and-description-carousel .carousel-track-container{-webkit-mask-image:linear-gradient(to right,rgba(0,0,0,0) 0%,rgb(0,0,0) 10%,rgb(0,0,0) 90%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(to right,#0000,#000 10%,#000 90%,#0000);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}}.start-section .section-card .title-and-description-carousel .carousel-track-container .carousel-container{width:100%;max-height:100%}@media (max-width: 768px){.start-section .section-card .title-and-description-carousel .carousel-track-container .carousel-container{max-height:85%}}.start-section .section-card .title-and-description-carousel .carousel-track-container .carousel-container .carousel-item{height:50%}.start-section .section-card .title-and-description-carousel .carousel-track-container .carousel-container .carousel-item .title-and-description .title .highlighted{color:#c3fa5f}.start-section .section-card .title-and-description-carousel .carousel-track-container .carousel-container .carousel-item .title-and-description .title .highlighted-effect{border-color:#c3fa5f}@media (max-width: 768px){.start-section .section-card .title-and-description-carousel .carousel-track-container .carousel-container .carousel-item .title-and-description .description{padding:0 10px}}.start-section .section-card .go-to-contact-button{position:absolute;bottom:15%}.start-section .section-card .go-to-contact-button .button{background-color:#c3fa5f}@keyframes rotate360{to{transform:rotate(360deg)}}.carousel{position:relative;width:100%;height:500px;border-radius:20px;contain:style}.carousel.fill{width:100%;height:100%;min-width:100%;min-height:100%}.carousel .carousel-track-container{top:0;left:0;position:absolute;width:100%;height:100%;contain:content;border-radius:inherit}.carousel .carousel-track-container .carousel-track{position:relative;height:100%;width:100%;will-change:transform}.carousel .carousel-track-container .carousel-track .carousel-container{position:absolute;min-width:100%;width:100%;height:100%;display:flex;will-change:transform}.carousel .carousel-switch-buttons{width:100%;top:50%;transform:translateY(-50%);position:absolute;display:flex;justify-content:space-between;padding:20px;z-index:6;border-radius:inherit}@media (max-width: 768px){.carousel .carousel-switch-buttons{padding:20px;top:auto;transform:translateY(0);bottom:0}}.carousel .carousel-switch-buttons .carousel-switch-button{width:min(max(10lvw,50px),60px);aspect-ratio:1/1;background-color:#fff3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;justify-content:center;align-items:center;border-radius:50px;color:#fff;cursor:pointer;font-size:20px;border:1px solid rgba(var(--black-rgb),.2)}@media (max-width: 768px){.carousel .carousel-switch-buttons .carousel-switch-button{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}}.carousel .carousel-switch-buttons .carousel-switch-button.disabled{pointer-events:none;touch-action:none;opacity:.2}.carousel .carousel-switch-buttons .carousel-switch-button>span{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(255,255,255,0);touch-action:none;pointer-events:none;font-size:40px;font-variation-settings:"FILL" 0,"wght" 200,"GRAD" 0,"opsz" 50!important}.carousel .carousel-switch-buttons.vertical{transform:translateY(0);flex-direction:column;top:unset;bottom:0;right:0;width:max-content;padding:20px;border-radius:inherit}.carousel .carousel-switch-buttons.vertical .carousel-switch-button:first-child{border-radius:10px 10px 0 0}.carousel .carousel-switch-buttons.vertical .carousel-switch-button:last-child{border-radius:0 0 10px 10px}.carousel .carousel-switch-buttons.vertical .carousel-switch-button>span{transform:rotate(90deg)}.carousel .carousel-auto-play-toggle-button{position:absolute;bottom:15px;right:15px;width:35px;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;border-radius:50px;cursor:pointer;transition:all .25s ease-out;background-color:var(--background-color-lighter);border:1px solid rgba(var(--black-rgb),.1);z-index:6}.carousel .carousel-auto-play-toggle-button.pause span{font-size:25px}.carousel .carousel-auto-play-toggle-button span{color:var(--black);font-size:18px;font-variation-settings:"FILL" 0,"wght" 100,"GRAD" 0,"opsz" 50!important}.carousel-item{position:relative;min-width:100%;min-height:100%;display:flex;justify-content:center;align-items:center;color:var(--background-color);border-radius:inherit;contain:content;z-index:4}.carousel-dots{position:absolute;left:50%;transform:translate(-50%);bottom:20px;display:flex;flex-direction:row;align-items:center;gap:6px;z-index:8;width:auto;background-color:rgba(var(--white-rgb),.1);padding:5px;border-radius:10px}@media (max-width: 768px){.carousel-dots{bottom:40px;gap:4px}}.carousel-dots .carousel-dot{width:7px;height:7px;padding:1px;border-radius:100px;background:#ffffff59;transition:width .3s ease-in-out,background .3s ease-in-out,opacity .3s ease-in-out;opacity:.7;position:relative;flex-shrink:0;cursor:pointer;border:none;box-shadow:none;display:block}.carousel-dots .carousel-dot.active{width:22px;background:#fff;opacity:1;border-radius:8px}.carousel-dots .carousel-dot .carousel-dot-click-indicator{position:absolute;width:100%;height:100%;left:0;top:0;cursor:pointer;z-index:2;background:transparent}.carousel-dots .carousel-dot.active:not(.auto-play){background-color:#fff}.carousel-dots .carousel-dot.active.auto-play .auto-play-indicator{content:"";display:block;position:absolute;left:1px;top:1px;height:calc(100% - 2px);width:5px;aspect-ratio:1/1;background-color:var(--black);border-radius:10px;animation:auto-play 5s linear forwards}@keyframes auto-play{to{width:calc(100% - 2px)}}:root{--nav-margin: 30px}.nav-container{position:fixed;display:flex;justify-content:center;align-items:center;max-width:100%;top:0;left:0;width:100%;z-index:99999999999}.nav-container .nav{position:relative;padding:calc(var(--nav-margin));overflow:hidden;box-shadow:unset;background-color:transparent}@media (max-width: 768px){.nav-container .nav{padding:15px 30px}}@media (max-width: 480px){.nav-container .nav{padding:10px 20px}}.nav-container .nav:before{background-color:rgba(var(--background-color-rgb),.9);border-width:0}@media (min-width: 1024px){.nav-container .nav:before{-webkit-mask-image:linear-gradient(to bottom,rgb(0,0,0) 0%,rgba(0,0,0,.8) 90%,rgba(0,0,0,.6) 95%);mask-image:linear-gradient(to bottom,#000,#000c 90%,#0009 95%);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:rgba(var(--background-color-rgb),.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}.nav-container .nav .content{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px}.nav-container .nav .content .nav-top-tail{width:max-content;padding-top:15px;display:flex;justify-content:center;align-items:center;justify-content:space-between}@media (max-width: 768px){.nav-container .nav .content .nav-top-tail{width:100%;padding-top:0;justify-content:space-between}}.nav-container .nav .content .nav-top-tail .logo{height:40px;margin-top:-5px}@media (max-width: 768px){.nav-container .nav .content .nav-top-tail .logo{margin-top:0;height:30px}}.nav-container .nav .content .nav-top-tail .menu-button{display:none;background-color:transparent;border:1px solid rgba(var(--white-rgb),.1);cursor:pointer;aspect-ratio:1/1;height:45px;border-radius:15px}@media (max-width: 768px){.nav-container .nav .content .nav-top-tail .menu-button{display:flex}}.nav-container .nav .content .nav-top-tail .menu-button .button-icon{font-size:25px;color:rgba(var(--white-rgb),.8)}.nav-container .nav .content .nav-buttons{width:100%;display:flex;justify-content:center;align-items:center;gap:30px}@media (max-width: 768px){.nav-container .nav .content .nav-buttons{display:none}}.nav-container .nav .content .nav-buttons .button{font-size:17px;color:#fff;font-weight:100}.nav-container .nav .content .nav-buttons .button.active{font-weight:500}.nav-container .nav .content .nav-buttons .button.new{font-weight:300}.nav-container .nav .content .nav-buttons .button.new.active{font-weight:800}.nav-container .nav .content .nav-buttons .button.new:after{content:"NEW";display:inline-block;margin-left:5px;font-size:12px;color:var(--black);background-color:#c3fa5f;padding:2px 5px;border-radius:5px}.mobile-nav{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--background-color);z-index:99999999999;display:flex;flex-direction:column;align-items:center;padding:clamp(25px,5dvw,50px);justify-content:space-between;touch-action:none;pointer-events:none;opacity:0;transform:translateY(-10px);transition:opacity .3s ease-in-out,transform .3s ease-in-out}@media (max-width: 768px){.mobile-nav.open{touch-action:unset;pointer-events:unset;opacity:1;transform:translateY(0)}}.mobile-nav .nav-top-tail{width:100%;display:flex;justify-content:center;align-items:center;justify-content:space-between}.mobile-nav .nav-top-tail .logo{max-height:clamp(20px,20dvw,40px)}.mobile-nav .nav-top-tail .menu-button{display:none}.mobile-nav .nav-top-tail .close-button{border-radius:10px;width:50px;height:50px}.mobile-nav .nav-top-tail .close-button .button-icon{color:var(--white);font-size:50px}@media (max-width: 768px){.mobile-nav .nav-top-tail .close-button .button-icon{font-size:40px}}.mobile-nav .nav-top-tail .close-button .button-content{color:var(--white)}.mobile-nav .nav-buttons{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%;gap:clamp(25px,5dvw,50px)}.mobile-nav .nav-buttons .button{font-size:clamp(20px,10dvw,30px);color:var(--white);font-weight:100}.mobile-nav .nav-buttons .button.active{font-weight:800}.mobile-nav .nav-buttons .button.new{font-weight:300}.mobile-nav .nav-buttons .button.new.active{font-weight:800}.mobile-nav .nav-buttons .button.new:after{content:"NEW";display:inline-block;margin-left:5px;font-size:12px;color:var(--black);background-color:#c3fa5f;padding:2px 5px;border-radius:5px}.logo{color:red;height:100%}.gradient-card{position:relative;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;box-shadow:0 14px 50px rgba(var(--black-rgb),.3)}.gradient-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid rgba(var(--white-rgb),.1);z-index:5;border-radius:inherit}.gradient-card .background{width:100%;height:100%;border-radius:inherit;position:absolute;z-index:0;object-fit:cover;contain:content;top:0;-webkit-overflow-scrolling:touch}.gradient-card .background .gradient-background{border-radius:inherit;width:100lvw;height:300lvh;object-fit:cover;touch-action:none;pointer-events:none;opacity:1;transform:translateZ(0)}.gradient-card .content{height:100%;width:100%;position:relative;z-index:10;display:flex;justify-content:center;align-items:center}.gradient-card,.services-section .section-card .services-cards-container.small-screen .services-carousel .carousel-track-container .carousel-item{position:relative;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;box-shadow:0 14px 50px rgba(var(--black-rgb),.3)}.gradient-card:before,.services-section .section-card .services-cards-container.small-screen .services-carousel .carousel-track-container .carousel-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid rgba(var(--white-rgb),.1);z-index:5;border-radius:inherit}.gradient-card .background,.services-section .section-card .services-cards-container.small-screen .services-carousel .carousel-track-container .carousel-item .background{width:100%;height:100%;border-radius:inherit;position:absolute;z-index:0;object-fit:cover;contain:content;top:0;-webkit-overflow-scrolling:touch}.gradient-card .background .gradient-background,.services-section .section-card .services-cards-container.small-screen .services-carousel .carousel-track-container .carousel-item .background .gradient-background{border-radius:inherit;width:100lvw;height:300lvh;object-fit:cover;touch-action:none;pointer-events:none;opacity:1;transform:translateZ(0)}.gradient-card .content,.services-section .section-card .services-cards-container.small-screen .services-carousel .carousel-track-container .carousel-item .content{height:100%;width:100%;position:relative;z-index:10;display:flex;justify-content:center;align-items:center}.services-section{height:max-content}.services-section .section-card{height:100%}.services-section .section-card .title-and-description .title .highlighted{color:#d05dff}.services-section .section-card .title-and-description .title .highlighted-effect{border-color:#d05dff}.services-section .section-card .services-cards-container{justify-content:center;align-items:center;flex-wrap:wrap;gap:30px;width:100%;display:flex;align-items:stretch;position:relative;z-index:100}@media (max-width: 768px){.services-section .section-card .services-cards-container{display:none}.services-section .section-card .services-cards-container.small-screen{display:flex}}@media (max-width: 1024px) and (min-width: 768px){.services-section .section-card .services-cards-container{display:none}.services-section .section-card .services-cards-container.small-screen{display:flex}}.services-section .section-card .services-cards-container .service-card{border-radius:20px;width:calc(33.3333333333% - 20px);min-width:350px;padding:15px}@media (max-width: 768px){.services-section .section-card .services-cards-container .service-card{min-width:unset;min-height:100%}}@media (max-width: 1024px) and (min-width: 768px){.services-section .section-card .services-cards-container .service-card{min-width:unset;min-height:100%}}.services-section .section-card .services-cards-container .service-card .content{display:flex;justify-content:center;align-items:center;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px}.services-section .section-card .services-cards-container .service-card .service-card-image{width:100%;aspect-ratio:16/9;border-radius:10px;background-color:rgba(var(--white-rgb),.03);display:flex;justify-content:center;align-items:center;font-weight:500;text-shadow:0 5px 5px rgba(0,0,0,.2);text-align:center}.services-section .section-card .services-cards-container .service-card .service-card-image .service-card-title-placeholder{color:rgba(var(--white-rgb),1)}.services-section .section-card .services-cards-container .service-card .service-card-infos{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:25px;padding:20px 0}.services-section .section-card .services-cards-container.small-screen{border-radius:20px;display:none}@media (max-width: 768px){.services-section .section-card .services-cards-container.small-screen{display:flex}}@media (max-width: 1024px) and (min-width: 768px){.services-section .section-card .services-cards-container.small-screen{display:flex}}.services-section .section-card .services-cards-container.small-screen .services-carousel{border-radius:0;contain:unset}.services-section .section-card .services-cards-container.small-screen .services-carousel .carousel-dots{bottom:25px}@media (max-width: 768px){.services-section .section-card .services-cards-container.small-screen .services-carousel .carousel-switch-buttons{bottom:0;transform:unset;top:unset}}@media (max-width: 1024px) and (min-width: 768px){.services-section .section-card .services-cards-container.small-screen .services-carousel .carousel-switch-buttons{bottom:0;transform:unset;top:unset}}.services-section .section-card .services-cards-container.small-screen .services-carousel .carousel-track-container{contain:unset}.services-section .section-card .services-cards-container.small-screen .services-carousel .carousel-track-container .carousel-item{contain:unset;width:100%;height:100%;border-radius:20px;background-color:var(--background-color);justify-content:flex-start}.services-section .section-card .services-cards-container.small-screen .services-carousel .carousel-track-container .carousel-item .service-card{width:100%;min-height:max-content;height:max-content;display:flex;justify-content:center;align-items:center;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding-bottom:80px}.contact-section{min-height:max-content;height:max-content}.contact-section .section-card{padding:50px}@media (max-width: 768px){.contact-section .section-card{padding:25px}}@media (max-width: 768px){.contact-section .title-and-description{margin-bottom:10px}}.contact-section .title-and-description .title .highlighted{color:#c3fa5f}.contact-section .title-and-description .title .highlighted-effect{border-color:#c3fa5f}.contact-section .contact-form-container{width:min(100%,750px);height:max-content;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative;gap:50px}@media (max-width: 768px){.contact-section .contact-form-container{width:100%;gap:15px}}.contact-section .contact-form-container .contact-form-message{position:absolute;bottom:0;height:100%;width:100%;border-radius:20px;display:flex;justify-content:center;align-items:center;background-color:var(--background-color);display:none;text-align:center}.contact-section .contact-form-container .contact-form-message.sending,.contact-section .contact-form-container .contact-form-message.success,.contact-section .contact-form-container .contact-form-message.error{display:flex}.contact-section .contact-form-container .contact-form-message .highlighted{position:relative}.contact-section .contact-form-container .contact-form-message .highlighted.info{color:var(--orange)}.contact-section .contact-form-container .contact-form-message .highlighted.success{color:var(--green)}.contact-section .contact-form-container .contact-form-message .highlighted.error{color:var(--red)}.contact-section .contact-form-container .dynamic-strapi-form .submit-button{width:max-content;border-width:0;background-color:transparent}.contact-section .contact-form-container .dynamic-strapi-form .submit-button .primary-button{padding:15px 30px;background-color:#c3fa5f;border-radius:10px;width:100%;border:1px solid rgba(var(--black-rgb),.2)}.contact-section .contact-form-container .dynamic-strapi-form .submit-button .primary-button .button-content{color:var(--black)}.contact-section .contact-form-container .email-phone-contact-buttons{display:flex;justify-content:center;align-items:center;width:100%;gap:15px}.contact-section .contact-form-container .email-phone-contact-buttons>.button{border-radius:10px;width:100%;background-color:var(--background-color-lighter);border:1px solid rgba(var(--black-rgb),.2)}.contact-section .contact-form-container .email-phone-contact-buttons>.button .button-content{color:var(--black)}.dynamic-strapi-form{width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:15px}.dynamic-strapi-form .form-field{width:100%;display:flex;flex-direction:column;position:relative;scale:1}.dynamic-strapi-form .form-field.active>label{font-size:10px;top:5px;left:7px;opacity:.5;color:rgba(var(--black-rgb),.8)}.dynamic-strapi-form .form-field.active>label span{font-size:10px}.dynamic-strapi-form .form-field.active .input-container>input,.dynamic-strapi-form .form-field.active .input-container textarea{background-color:rgba(var(--black-rgb),.3)}.dynamic-strapi-form .form-field>label{position:relative;top:20px;left:20px;width:100%;color:rgba(var(--black-rgb),.4);pointer-events:none;touch-action:none;transition:all .15s ease-out;height:0;z-index:5}.dynamic-strapi-form .form-field>label span{transition:font-size .15s ease-out;font-size:15px}.dynamic-strapi-form .form-field .input-container{width:100%;position:relative}.dynamic-strapi-form .form-field .input-container>input,.dynamic-strapi-form .form-field .input-container>textarea{width:calc(100% - 40px);font-size:16px;padding:20px;border-radius:10px;border:1px solid rgba(var(--black-rgb),.2);background-color:rgba(var(--black-rgb),.3);transition:all .15s ease-out;box-sizing:content-box;color:var(--white);font-weight:300;caret-color:var(--white)}.dynamic-strapi-form .form-field .input-container>input:focus,.dynamic-strapi-form .form-field .input-container>textarea:focus{background-color:rgba(var(--black-rgb),.8);border:1px solid rgba(var(--black-rgb),.2)}.dynamic-strapi-form .form-field .input-container>textarea{resize:none;height:200px}.dynamic-strapi-form .form-field .input-container .char-counter{position:absolute;top:5px;right:-10px;color:var(--white);font-size:12px}.dynamic-strapi-form .form-field .input-container .char-counter .error{color:var(--red);opacity:1}.dynamic-strapi-form .form-field .input-container .error-message{width:max-content;position:absolute;font-size:12px;color:var(--secondary-color);padding:0 10px;border-radius:5px;text-align:right;bottom:5px;right:0}.projects-section{min-height:max-content;height:max-content}.projects-section .section-card{gap:50px}.projects-section .section-card .title-and-description .title .highlighted{color:#0084ff}.projects-section .section-card .title-and-description .title .highlighted-effect{border-color:#0084ff}.projects-section .stacking-card-container{position:relative;bottom:-50px;width:calc(100% + 100px);padding:50px;contain:content;margin-top:-100px}@media (max-width: 768px){.projects-section .stacking-card-container{margin-top:-50px;bottom:-25px;width:calc(100% + 50px);padding:25px}}.projects-section .stacking-card-container .stacking-cards{width:100%;aspect-ratio:16/9}@media (max-width: 768px){.projects-section .stacking-card-container .stacking-cards{aspect-ratio:3/4}}.projects-section .stacking-card-container .stacking-cards .project-card{height:calc(100% - 30px);width:calc(100% - 30px);display:flex;justify-content:center;align-items:center;flex-direction:column;contain:content;overflow:hidden;border-radius:10px}.projects-section .stacking-card-container .stacking-cards .project-card:hover:after{opacity:0}.projects-section .stacking-card-container .stacking-cards .project-card:hover .project-infos{opacity:0}.projects-section .stacking-card-container .stacking-cards .project-card:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(var(--background-color-rgb),.8);z-index:1;transition:opacity .35s ease-in-out}.projects-section .stacking-card-container .stacking-cards .project-card .project-infos{position:absolute;z-index:2;transition:opacity .35s ease-in-out;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:15px;width:min(100%,800px);text-align:center}.projects-section .stacking-card-container .stacking-cards .project-card .project-infos .project-description{opacity:.8;line-height:2em}.stacking-cards{height:100%;width:100%;position:relative;display:flex;justify-content:center;align-items:center;margin-top:50px}@media (max-width: 768px){.stacking-cards{margin-top:0}}.stacking-cards .cards{height:100%;width:100%;position:relative}.stacking-cards .cards .card{width:100%;height:100%;position:absolute;border-radius:20px;display:flex;justify-content:center;align-items:center;contain:content;transform-origin:top}@media (max-width: 768px){.stacking-cards .cards .card{border-radius:15px}}.stacking-cards .navigate-buttons{display:flex;justify-content:center;align-items:center;flex-direction:column;position:absolute;bottom:50px;right:50px;gap:10px}@media (max-width: 768px){.stacking-cards .navigate-buttons{bottom:25px}}.stacking-cards .navigate-buttons .card-switch-button{height:60px;aspect-ratio:1/1;padding:0;border-radius:50px;background-color:var(--white);opacity:1}@media (max-width: 768px){.stacking-cards .navigate-buttons .card-switch-button{height:50px}}.stacking-cards .navigate-buttons .card-switch-button span{color:var(--black);font-size:30px;font-variation-settings:"FILL" 0,"wght" 100,"GRAD" 0,"opsz" 24}.footer-section{position:relative;min-width:calc(100lvw - 15px);margin-top:50px;max-width:calc(100% - 30px);display:flex;justify-content:center;align-items:center;flex-direction:column;gap:15px;padding-bottom:15px;margin-block-start:auto;border-radius:var(--section-card-border-radius) var(--section-card-border-radius) 0 0;background-color:rgba(var(--background-color-rgb),.8)}@media (max-width: 768px){.footer-section{min-width:100lvw;border-radius:var(--section-card-border-radius) var(--section-card-border-radius) 0 0}}.footer-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border:1px solid rgba(var(--white-rgb),.1);border-bottom-width:0;background-color:rgba(var(--background-color-rgb),.5);z-index:5;border-radius:inherit}.footer-section .top-text{position:absolute;width:calc(min(100%,1600px) - 10%);top:0;transform:translateY(-50%);aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;touch-action:none;pointer-events:none}@media (min-width: 1024px){.footer-section .top-text{animation:floatY 5s cubic-bezier(.45,.05,.55,.95) infinite 1s}}@media (max-width: 768px){.footer-section .top-text{width:95%}}.footer-section .top-text .blurry,.footer-section .top-text .non-blurry{position:absolute;width:inherit}.footer-section .top-text .blurry{clip-path:inset(50% 0 0 0)}@media (min-width: 1024px){.footer-section .top-text .blurry{animation:clipFloatBlurry 5s cubic-bezier(.45,.05,.55,.95) infinite 1s}}.footer-section .top-text .non-blurry{clip-path:inset(0 0 50% 0)}@media (min-width: 1024px){.footer-section .top-text .non-blurry{animation:clipFloatNonBlurry 5s cubic-bezier(.45,.05,.55,.95) infinite 1s}}.footer-section .background{width:100%;height:100%;border-radius:inherit;position:absolute;z-index:0;object-fit:cover;contain:content;top:0;-webkit-overflow-scrolling:touch}.footer-section .background .gradient-background{border-radius:inherit;width:100lvw;height:300lvh;object-fit:cover;touch-action:none;pointer-events:none;opacity:.5;transform:translateZ(0)}.footer-section .footer-container{width:min(100%,1600px);position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:30px;padding-top:100px;z-index:100}@media (max-width: 768px){.footer-section .footer-container{gap:15px;padding-top:50px}}.footer-section .footer-container .footer-links{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:30px;align-items:flex-end;width:min(90%,1000px)}@media (max-width: 768px){.footer-section .footer-container .footer-links{gap:5px}}@media (max-width: 768px){.footer-section .footer-container .footer-links{gap:5px;width:90%}}@media (max-width: 480px){.footer-section .footer-container .footer-links{flex-wrap:nowrap;flex-direction:column;align-items:center;gap:5px;width:80%}}.footer-section .footer-container .footer-links .button{font-size:17px}.footer-section .footer-container .rights-text{padding:20px;opacity:.5;font-family:arial,serif;font-weight:100;font-size:15px}@keyframes clipFloatBlurry{0%{clip-path:inset(calc(50% + 5px) 0 0 0)}50%{clip-path:inset(calc(50% - 5px) 0 0 0)}to{clip-path:inset(calc(50% + 5px) 0 0 0)}}@keyframes clipFloatNonBlurry{0%{clip-path:inset(0 0 calc(50% - 5px) 0)}50%{clip-path:inset(0 0 calc(50% + 5px) 0)}to{clip-path:inset(0 0 calc(50% - 5px) 0)}}@keyframes floatY{0%{translate:0 -5px}50%{translate:0 5px}to{translate:0 -5px}}.info-page{position:relative;margin-top:calc(calc(var(--nav-bar-height, 100px)) + 2px);margin-bottom:90px;width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:0 50px 50px;font-size:1.2rem;line-height:1.5;font-weight:100}@media (max-width: 768px){.info-page{padding:20px;font-size:1rem}}.info-page>h2{font-size:2rem;margin-bottom:20px}.info-page>strong{margin-bottom:10px}.info-page>p{margin-bottom:10px}.info-page ul{padding-top:10px;padding-left:40px}.info-page ul li{padding:5px}.tutorials-page{position:relative;margin-top:calc(calc(var(--nav-bar-height, 100px)) + 2px);width:calc(100% - calc(var(--nav-margin)) * 1.5);margin-bottom:100px}@media (max-width: 768px){.tutorials-page{margin-bottom:40px}}.tutorials-page .tutorials-cards{justify-content:center;align-items:center;width:100%;display:flex;align-items:stretch;flex-wrap:wrap;padding:50px 0;gap:30px}@media (max-width: 768px){.tutorials-page .tutorials-cards{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px}}.tutorials-page .tutorials-cards .tutorials-empty-placeholder{width:100%;height:100%;opacity:.5;display:flex;justify-content:center;align-items:center}@media (max-width: 768px){.tutorials-page .tutorials-cards .tutorials-empty-placeholder h3{font-size:1.2em}}.tutorials-page .tutorials-cards .tutorials-empty-placeholder h3{font-weight:100}.tutorials-page .tutorials-cards .tutorial-card{width:calc(25% - 30px);min-width:350px;border-radius:20px;justify-content:stretch}@media (max-width: 768px){.tutorials-page .tutorials-cards .tutorial-card{width:calc(50% - 15px);min-width:300px}}@media (max-width: 480px){.tutorials-page .tutorials-cards .tutorial-card{width:100%;min-width:100%}}.tutorials-page .tutorials-cards .tutorial-card .content{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%;justify-content:stretch;padding:15px}.tutorials-page .tutorials-cards .tutorial-card-image{width:100%;height:200px;contain:content;border-radius:10px;background-size:cover;background-position:center;background-repeat:no-repeat}.tutorials-page .tutorials-cards .tutorial-card-image>img{width:100%;height:100%;object-fit:fill;background-color:rgba(var(--black-rgb),.5)}.tutorials-page .tutorials-cards .tutorial-card-text-content{display:flex;justify-content:center;align-items:center;flex-direction:column;justify-content:space-between;flex:1;padding-top:15px;gap:15px;text-align:left;width:100%}.tutorials-page .tutorials-cards .tutorial-card-text-content-title{width:100%;color:var(--white);text-align:left;margin:0!important;padding:10px;font-size:1.5em}.tutorials-page .tutorials-cards .tutorial-card-text-content-button{width:100%;border:1px solid var(--background-color);background-color:var(--white);height:50px;border-radius:11px;margin-top:10px}.tutorials-page .tutorials-cards .tutorial-card-text-content-button .button-content{color:var(--black)}.tutorial-page{position:relative;margin-top:calc(calc(var(--nav-bar-height, 100px)) + 2px);width:calc(100% - calc(var(--nav-margin)) * 1.5);min-height:max-content;height:max-content}.cookie-banner{width:min(100% - 10px,1555px);position:fixed;bottom:20px;left:50%;transform:translate(-50%);background-color:rgba(var(--black-rgb),.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:20px;z-index:1000;color:var(--black);border-radius:20px;border:1px solid rgba(var(--white-rgb),.1)}.cookie-banner .button{height:40px;background-color:transparent;color:var(--white);border:1px solid rgba(var(--white-rgb),.5)}.cookie-banner .button:hover{background-color:rgba(var(--white-rgb),.1);color:var(--white);border:1px solid rgba(var(--white-rgb),1)}
