@import"https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;600;700;900&display=swap";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}*,*:before,*:after{box-sizing:border-box}*{margin:0;scroll-behavior:smooth!important}body{line-height:1.2;-webkit-font-smoothing:antialiased}body{font-family:Optima;background-color:var(--bg-white)}main{width:100%;height:100%}a{text-decoration:none}@font-face{font-family:Trap;src:url(../assets/trap-black.otf) format("opentype")}:root{--main-dark: #333;--main-light: #fff;--main-green: #246b69;--secondary-green: #a8dadc;--main-grey: #a29f9f;--inputfield-grey: #f5f5f5;--case1-green: #43564a;--case1-orange: #ffa500;--case2-green: #00796b;--case2-brown: #64462c;--case2-bg: #f5f5f5;--case2-text: #444444;--case3-green: #246b69;--heading1: 3rem;--heading2: 2.5rem;--heading3: 2rem;--heading4: 1.5rem;--body: 1.25rem;--subtitle: 1rem;--cta-shadow: .375rem .25rem 1.25rem 0rem rgba(0, 0, 0, .2);--main-shadow: .9375rem .375rem 1.875rem 0rem rgba(0, 0, 0, .25);--light: 300;--regular: 400;--semibold: 600;--bold: 700;--black: 900}main{grid-area:main}header{grid-area:header;position:fixed;width:100%;z-index:1}footer{grid-area:footer;bottom:0;height:10vh}.fade{opacity:0;transition:opacity .2s ease-in-out}.fade.show{opacity:1}body{font-family:Mulish,sans-serif}.primary-btn{color:var(--main-light)!important;display:flex;padding:.7rem 2.5rem;align-items:center;gap:.625rem;border-radius:.8rem;background:var(--main-dark);font-size:var(--body);font-weight:var(--black);text-decoration:none;box-shadow:var(--cta-shadow)}.regular-text{font-size:var(--body);font-weight:var(--regular);color:var(--main-dark);line-height:150%;word-wrap:break-word;margin-top:0;margin-bottom:.9375rem}h1,h2,h3,h4{font-family:Mulish,sans-serif;margin-top:2rem;margin-bottom:0;color:var(--main-dark);line-height:130%}p,ul,ol{font-family:Mulish,sans-serif;font-size:var(--body);font-weight:var(--regular);color:var(--main-dark);line-height:150%;word-wrap:break-word;margin-top:0;margin-bottom:.9375rem}.main-title{color:var(--main-green);font-weight:var(--black);font-size:var(--heading1);margin-top:-1rem}.subtitle{color:var(--main-dark);font-weight:var(--bold);font-size:var(--heading3);margin-bottom:1rem;margin-top:1rem}.xl{max-width:1200px;margin:auto}.cases__h4{font-weight:var(--bold);font-size:var(--heading4);color:var(--main-dark);margin-bottom:1.5rem}.back-to-top{font-weight:var(--black);font-size:var(--heading4);color:var(--main-dark);margin-bottom:2rem;line-height:150%;display:flex;gap:1rem;cursor:pointer}.arrow1{margin-top:2rem}.cases__sections{display:flex;flex-direction:column;margin-top:4rem}.cases__columns{display:grid;justify-content:space-between;gap:24rem;grid-template-columns:26rem 1fr}.cases__column{display:flex;flex-direction:column;width:35.3125rem}.title__description{font-weight:var(--light);font-size:1.6rem;color:var(--main-dark);width:45rem;line-height:150%;text-align:center;margin-top:.5rem}.cases__img1--margin{display:flex;margin-top:3rem;margin-bottom:-1.5rem}.cases__img2--margin{width:60%;margin:3rem auto 4rem;display:block}.cases__img1{display:flex;margin-top:1.5rem}.cases__img2{width:60%;display:block}.cases__video{width:40%;height:auto;margin-top:1.5rem;border-radius:2rem}*:focus{outline-color:var(--main-green)}#mobile-dialog{width:70%;margin:auto;border:0;border-radius:.875rem;padding:1rem 0}.pop-up__header,.pop-up__body,.pop-up__footer{text-align:center}.pop-up__header{font-size:1.125rem;font-weight:var(--bold)}.pop-up__body{font-weight:var(--subtitle);padding:0 1rem}.pop-up__body,.pop-up__footer{margin-top:.5rem}.pop-up__footer{border-top:.03125rem solid var(--main-grey);padding-top:.5rem;margin-top:1.125rem}.pop-up__close-btn{border:none;background:none;color:var(--main-green);font-weight:var(--bold);font-size:1.125rem}.pop-up__close-btn:focus{outline:none}.msge-sent{display:flex;flex-direction:column;justify-content:center;align-items:center}.msge-sent__great,.msge-sent__btn{margin-top:3.5rem}.msge-sent img{width:4rem}.msge-sent__great{font-size:var(--heading3)}.msge-sent__msge{font-size:var(--body);font-weight:var(--semi-bold);margin-top:1.75rem}.msge-sent__btn{border:none}#dialog-form{margin:auto;border-radius:1rem;border-radius:20px;border:0;background:var(--main-light);padding:0 0 4.375rem;width:100%;max-width:62.5rem}#contact-form-mobile{display:none}.modal-header__close{cursor:pointer}.modal-header{display:flex;justify-content:flex-end}.modal-header__close{font-size:3rem;padding:1rem 2.25rem 0 0}.modal-body{padding:0 5.5rem}@media(max-width:430px){#contact-form-mobile{display:block}.modal-header{padding-top:5rem}.modal-header__close{display:none}.modal-body{padding:0}}.custom-btn{display:flex;padding:.7rem 2.5rem;align-items:center;justify-content:center;gap:.625rem;border-radius:.8rem;font-size:var(--body);font-weight:var(--black);text-decoration:none;box-shadow:var(--cta-shadow);width:12rem;height:3rem;border:0;cursor:pointer}.custom-btn:active{background-color:#1f1f1f}.custom-btn.secondary:active{background-color:#b5e6eb}.custom-btn.primary{color:var(--main-light);background:var(--main-dark)}.custom-btn.secondary{color:var(--main-dark);background-color:var(--secondary-green)}.custom-btn.case1-green{color:var(--main-light);background-color:var(--case1-green);font-weight:var(--black)}.custom-btn.cases__btn{width:17rem;height:3rem;padding:.9375rem 3.125rem;color:var(--main-light);margin-top:1rem}@media(min-width:768px){.custom-btn:hover{background-color:#555}.custom-btn.secondary:hover{background-color:#b5e6eb}}.navbar-xs,.navbar{position:fixed;display:flex;justify-content:space-between;align-items:center;color:var(--main-dark);padding:2.5rem 3.4375rem;width:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffff1a}.navbar .nav-link{color:var(--main-dark);text-decoration:none;margin:0 .625rem}.nav-link.active{font-weight:var(--black)}.navbar .middle{display:flex;align-items:center}.navbar .middle li{list-style-type:none}.navbar .middle a{font-size:1.5rem;font-style:normal;line-height:130%;margin:0 2.5rem}.navbar-xs .logo a img,.navbar .logo a img{width:4rem;height:1.5rem;object-fit:fill}.navbar-xs{display:none}@media(max-width:430px){.navbar-xs .logo a img{width:3rem;height:1rem}.navbar-xs{display:block;padding:2.5rem 1rem}.navbar{display:none}.menuToggle{display:block;position:relative;top:3.1;z-index:1;-webkit-user-select:none;user-select:none}.menuToggle a{text-decoration:none;color:#232323;transition:all .3s ease}.menuToggle input{display:block;width:2.5rem;height:2rem;position:absolute;top:-.4375rem;cursor:pointer;opacity:0;z-index:2;-webkit-touch-callout:none}.menuToggle span{display:block;width:2.0625rem;height:.25rem;margin-bottom:.3125rem;position:relative;background:var(--main-dark);border-radius:.1875rem;z-index:1;transform-origin:.25rem 0;transition:transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease}.menuToggle span:first-child{transform-origin:0% 0%}.menuToggle span:nth-last-child(2){transform-origin:0% 100%}.menuToggle input:checked~span{opacity:1;transform:rotate(45deg) translate(-2px,-.0625rem);background:#232323}.menuToggle input:checked~span:nth-last-child(3){opacity:0;transform:rotate(0) scale(.2)}.menuToggle input:checked~span:nth-last-child(2){transform:rotate(-45deg) translateY(-.0625rem)}.menuToggle input:checked~.menuItem{transform:none}.menuItem{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;padding:0;width:100vw;height:100vh;text-align:center;background:linear-gradient(100deg,#ffd0f2 21.55%,#bcfcff 77.86%);list-style-type:none;transform-origin:0% 0%;transition:transform .5s cubic-bezier(.77,.2,.05,1)}.menuItem li{padding:.75rem 0;font-size:var(--body)}.menuToggle{position:absolute;right:-1.5625rem;top:2.525rem}.menuToggle input,.menuToggle span{right:2.525rem}.menuItem{right:1.5625rem;margin:0;top:-2.5rem;transform:translate(100%)}.menuItem li a:hover{padding-left:.3125rem}}.container{padding-top:10%;display:flex;flex-direction:row;height:90vh;justify-content:flex-start;align-items:center;margin:0 3.4375rem}.image-container{flex:1}.image-container img{width:75%;height:auto;object-fit:fill;border-radius:1.25rem;box-shadow:var(--cta-shadow)}.text-container{flex:1}.text-container h3{font-size:var(--heading4);font-weight:var(--bold);color:var(--main-dark);margin-bottom:1.5rem}@media(max-width:430px){.container{height:auto;flex-direction:column;padding-top:25%;margin:0 1rem}.image-container img{width:100%}.text-container h3{font-size:1.25rem}.regular-text{font-size:1rem}}.footer-content{display:flex;justify-content:space-between;flex-direction:row;align-items:center;margin:0 3.4375rem;padding:0;background-color:transparent;color:var(--main-dark);height:100%}.footer-text{margin:0}.footer-icons{display:flex;justify-content:flex-end;gap:2rem}.footer-icons img{width:1.875rem;height:1.875rem}@media(max-width:430px){#footer{display:block;margin-top:2rem;height:auto;margin-bottom:1rem}.footer-content{flex-direction:column;justify-content:space-between}.footer-text{font-size:1rem;text-align:center;margin-top:auto}.footer-icons{justify-content:flex-end;margin:1rem auto;align-items:center}.footer-icons img{width:1.5rem;height:1.5rem}}.landing-page{position:relative;background:linear-gradient(100deg,#ffd0f299 21.55%,#bcfcff99 77.86%);height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding-top:5rem}.landing-page h3{color:var(--main-dark);font-size:var(--heading3);font-weight:var(--light);width:48.125rem;line-height:140%}.landing-page__strong{font-weight:var(--semibold)}.main-text{font-size:var(--heading4);font-weight:var(--black);display:flex;align-items:center;justify-content:center;text-align:center;margin-top:6rem;cursor:pointer}.arrow{margin-left:1rem;margin-top:2rem}.case-study{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:9.75rem;height:80vh;width:100%;margin:3rem auto auto}@media(max-width:430px){.case-study{flex-direction:column;height:auto;margin-top:3rem;gap:1rem;padding:0 1rem;display:flex}.landing-page{padding-top:10%}.landing-page h3{width:100%;font-size:1.125rem;padding:1rem}.main-text{font-size:1rem}.arrow{width:1rem;height:1rem;margin-left:.5rem}.image-cases{align-items:center;width:60%}}.mind-me__tags{font-weight:var(--bold);margin-bottom:2.5rem}.mind-me__left{display:flex;flex-direction:column;justify-content:center;width:100%}.mind-me__description{margin-bottom:15px}@media(max-width:430px){.mind-me__left{width:100%;justify-content:flex-start}.mind-me__title{font-size:1.625rem}.mind-me__subtitle{font-size:1.25rem;color:#707070}.mind-me__tags{font-size:1rem;margin-bottom:1rem}.mind-me__description{font-size:1rem}.custom-btn.secondary{display:none}.mind-me{padding-top:2rem}}.beanifesto__left{display:flex;flex-direction:column;justify-content:center;width:100%}.beanifesto__description{margin-bottom:15px}.beanifesto__tags{font-weight:var(--bold);margin-bottom:2.5rem}@media(max-width:430px){.beanifesto__left{width:100%;justify-content:flex-start}.beanifesto__title{font-size:1.625rem}.beanifesto__subtitle{font-size:1.25rem;color:#707070}.beanifesto__tags{font-size:1rem;margin-bottom:1rem}.beanifesto__description{font-size:1rem}.custom-btn.secondary{display:none}.benifesto{padding-top:2rem}.b-image-cases{flex-direction:column-reverse}}.i-travel__tags{font-weight:var(--bold);margin-bottom:2.5rem}.i-travel__left{display:flex;flex-direction:column;justify-content:center;width:100%}.i-travel__description{margin-bottom:15px}.i-travel{height:70vh}@media(max-width:430px){.i-travel__left{width:100%;justify-content:flex-start}.i-travel__title{font-size:1.625rem}.i-travel__subtitle{font-size:1.25rem;color:#707070}.i-travel__tags{font-size:1rem;margin-bottom:1rem}.i-travel__description{font-size:1rem}.i-travel{height:auto}.i-travel{padding-top:2rem}.custom-btn.secondary{display:none}}.onefootball__tags{font-weight:var(--bold);margin-bottom:2.5rem}.onefootball__left{display:flex;flex-direction:column;justify-content:center;width:100%}.onefootball__description{margin-bottom:15px}.onefootball_image{width:400px}.onefootball{padding-top:10rem}@media(max-width:430px){.onefootball__left{width:100%;justify-content:flex-start}.onefootball__title{font-size:1.625rem}.onefootball__subtitle{font-size:1.25rem;color:#707070}.onefootball__tags{font-size:1rem;margin-bottom:1rem}.onefootball__description{font-size:1rem}.onefootball.secondary{display:none}.onefootball{padding-top:2rem}.onefootball_image{width:205px}.b-image-cases{flex-direction:column-reverse}}.resume{display:flex;height:90vh;align-items:center;justify-content:center}.contact-form{display:flex;flex-direction:column;align-items:center}.contact-form h2{margin-bottom:2.5rem}.input-group{display:flex;gap:1.5rem;color:var(--main-dark);height:3.4375rem}textarea,input[type=text],input[type=email]{display:flex;padding:1.5rem 1.25rem;align-items:center;border-radius:.9375rem;background:var(--inputfield-grey);border:none;flex:1;font-size:var(--regular);font-weight:var(--regular);color:var(--main-dark)}textarea,.input-group{width:40rem}textarea{margin-top:1.5rem;height:12.5rem;resize:none}.contact-form__button{border-radius:.9375rem;box-shadow:var(--cta-shadow);margin-top:1.5rem;margin-bottom:0;width:100%}textarea::placeholder,input[type=text]::placeholder,input[type=email]::placeholder{color:var(--main-grey)}@media(max-width:430px){#contact-form{display:block;height:21rem}.contact-form h1{font-size:1.5rem;font-weight:var(--bold)}.input-group{display:block;width:23rem;height:auto}input[type=text],input[type=email]{height:3rem}textarea,input[type=text],input[type=email]{width:100%;font-size:.875rem;margin-top:.5rem}textarea{height:8.75rem}.custom-btn.secondary.form{display:flex;font-size:1rem;height:3rem}.contact-form__button{margin-top:1rem}.contact-form h2{margin-bottom:1.5rem;font-size:1.25rem}}.mind-me-case{display:flex;height:100vh;justify-content:space-between;align-items:center;margin:auto;gap:5rem}.mind-me-case__title{font-family:Trap;font-size:5rem;text-decoration:underline;color:var(--case1-green);margin-bottom:2rem}.mind-me-case__description{margin-bottom:2rem}.mind-me-case__img{width:20rem}.mind-me-case__btn{font-weight:var(--bold);width:21.4375rem}.mind-me-case__btn:hover{background-color:#324336}.cases__sections--margin{margin-top:0}.cases__h4--margin{margin-bottom:0}.beanifesto-case__main{background-color:var(--main-light);height:100vh;padding:8rem;display:flex;flex-direction:column;align-items:center;gap:2rem}.beanifesto-case__mockups{max-width:65%}.beanifesto-case-name__img{max-width:35%}.beanifesto-case__btn{background-color:var(--case2-green)}.beanifesto-case__btn:hover{background-color:#00574e}.beanifesto-cases__column li{font-weight:var(--regular);font-size:var(--body);color:var(--main-dark);margin-bottom:1.5rem;line-height:150%}.beanifesto-case__columns1{display:grid;justify-content:space-between;gap:14rem;grid-template-columns:26rem 1fr;margin-top:1.5rem}.cases__sections--last{display:flex;flex-direction:column;margin-top:4rem;margin-bottom:1.5rem}.itravel__case{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh}.itravel__name{margin-top:5rem;font-size:4rem}.title__description--itravel{width:30rem;margin-top:1.5rem}.onefootball__case{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh}.cases__mockups{max-width:40%;margin-top:2rem}.onefootball__name{margin-top:5rem;font-size:4rem}.title__description--onefootball{width:30rem;margin-top:0rem}.of_cases__img1--margin{display:flex;margin-top:3rem;margin-bottom:1rem}
