@import"https://fonts.googleapis.com/css2?family=Lexend+Mega:wght@100..900&display=swap";:root{--background: #FAF2DE;--black: #282826;--white: #FFFFFF;--red: #FF7A5C;--green: #90EE90;--yellow: #F4D738;--purple: #C4A1FF;--blue: #69D2E7;--wooden: #E48745;--wooden-line: #95480D;--button-transition: transform .3s cubic-bezier(.68, -.55, .27, 1.55);--wooden-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);--card-shadow: 6px 6px 0px 0px var(--black);--card-radius: 15px;--card-inner-radius: 11px;--card-border: 4px solid var(--black)}@media screen and (max-width: 991px){:root{--card-shadow: 4px 4px 0px 0px var(--black)}}@media screen and (max-width: 991px){:root{--card-radius: 10px;--card-inner-radius: 7px}}@media screen and (max-width: 991px){:root{--card-border: 3px solid var(--black)}}*{margin:0;padding:0;box-sizing:border-box;font-family:Lexend Mega,sans-serif;color:var(--black);scrollbar-color:var(--red) transparent}*::selection{background:var(--red)}html{scroll-behavior:smooth}html body{background-color:var(--background);background-image:url("data:image/svg+xml,%3Csvg width='34' height='17' viewBox='0 0 34 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_141_361)'%3E%3Cpath d='M0.5 1C0.776142 1 1 0.776142 1 0.5C1 0.223858 0.776142 0 0.5 0C0.223858 0 0 0.223858 0 0.5C0 0.776142 0.223858 1 0.5 1Z' fill='%234E4E4B'/%3E%3Cpath d='M17.5 1C17.7761 1 18 0.776142 18 0.5C18 0.223858 17.7761 0 17.5 0C17.2239 0 17 0.223858 17 0.5C17 0.776142 17.2239 1 17.5 1Z' fill='%234E4E4B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_141_361'%3E%3Crect width='34' height='17' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");min-height:100vh;overflow-x:hidden}html body video,html body img,html body svg,html body object{max-width:100%;height:auto;vertical-align:middle}html body video::selection,html body img::selection,html body svg::selection,html body object::selection{background:none}html body li{list-style:none;text-decoration:none}html body a{text-decoration:none}html body h1{font-size:8rem;font-weight:900;line-height:1;text-transform:uppercase;letter-spacing:-1.375rem}@media screen and (max-width: 1399px){html body h1{font-size:6rem;letter-spacing:-1.125rem}}@media screen and (max-width: 1199px){html body h1{font-size:5rem;letter-spacing:-.875rem}}@media screen and (max-width: 991px){html body h1{font-size:4rem;letter-spacing:-.6875rem;margin-left:-.6875rem}}html body .hidden-title{position:absolute;font-size:0}html body main{display:flex;flex-direction:column;padding-bottom:150px}html body section:not(.skills),html body .skills-list{margin:auto;width:1480px}@media screen and (max-width: 1699px){html body section:not(.skills),html body .skills-list{width:1350px}}@media screen and (max-width: 1399px){html body section:not(.skills),html body .skills-list{width:1128px}}@media screen and (max-width: 1199px){html body section:not(.skills),html body .skills-list{max-width:960px}}@media screen and (max-width: 991px){html body section:not(.skills),html body .skills-list{width:100%;padding:0 20px}}html body section:not(.hero){padding:150px 0}.about{display:flex;flex-direction:column;gap:100px}@media screen and (max-width: 767px){.about{gap:60px}}.about .cta{margin:auto}.about-texts{font-size:4rem;font-weight:700;letter-spacing:-.5rem}@media screen and (max-width: 991px){.about-texts{font-size:2.25rem;letter-spacing:-.28125rem}}.about-texts__content--highlight{position:relative}.about-texts__content--highlight .wooden-board{display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;position:absolute;top:50%;left:5%;width:90%;height:50px;background:var(--wooden);box-shadow:var(--wooden-shadow);border:2px solid var(--black)}.about-texts__content--highlight .wooden-board--pick-up{display:none}.about-texts__content--highlight .wooden-board .dots{display:flex;justify-content:space-between;width:100%;padding:2px}.about-texts__content--highlight .wooden-board .dots__dot{width:6px;height:6px;background:var(--black);border-radius:50%}.about-texts__content--highlight .wooden-board .lines{display:flex;flex-direction:column;gap:16px;width:100%}.about-texts__content--highlight .wooden-board .lines__line{width:100%;height:2px;background:var(--wooden-line)}.cta{position:relative;display:flex;width:fit-content}.cta:after{content:"";display:block;width:100%;height:100%;border-radius:10px;position:absolute;top:0;left:0;z-index:-1;background:var(--black);transform:translate(4px,6px)}@media screen and (max-width: 991px){.cta:after{border-radius:9px;transform:translate(3px,5px)}}.cta__buttons{display:flex;justify-content:center;align-items:center;height:70px;min-width:280px;width:fit-content;padding:0 20px;border-radius:10px;font-size:1.25rem;font-weight:700;letter-spacing:-.09375rem;text-align:center;transition:var(--button-transition)}@media screen and (max-width: 991px){.cta__buttons{font-size:1rem;letter-spacing:-.075rem}}@media screen and (max-width: 767px){.cta__buttons{font-size:.875rem;letter-spacing:-.06875rem}}@media screen and (max-width: 1199px){.cta__buttons{height:60px;min-width:240px}}@media screen and (max-width: 991px){.cta__buttons{border-radius:9px;height:50px;min-width:200px;padding:0 18px}}.cta__buttons:hover{transform:translate(4px,6px)}@media screen and (max-width: 991px){.cta__buttons:hover{transform:translate(3px,5px)}}.cta--link{background:var(--green);border:4px solid var(--black)}@media screen and (max-width: 991px){.cta--link{border:3px solid var(--black)}}.cta--button{cursor:pointer;background:var(--green);border:4px solid var(--black)}@media screen and (max-width: 991px){.cta--button{cursor:pointer;background:var(--green);border:3px solid var(--black)}}.hero{display:flex;justify-content:space-between;align-items:center;height:100vh}@media screen and (max-width: 991px){.hero{flex-direction:column-reverse;justify-content:center;gap:50px}}.hero__left{display:flex;flex-direction:column;justify-content:center;gap:3.125rem}@media screen and (max-width: 1399px){.hero__left{gap:2.5rem}}@media screen and (max-width: 1199px){.hero__left{gap:1.875rem}}@media screen and (max-width: 991px){.hero__left{align-items:center;width:100%}}.hero__texts{display:flex;flex-direction:column;justify-content:center;gap:.9375rem}@media screen and (max-width: 1399px){.hero__texts{gap:.75rem}}@media screen and (max-width: 1199px){.hero__texts{gap:.625rem}}@media screen and (max-width: 991px){.hero__texts{gap:.5rem;text-align:center}}.hero__firstname{position:relative}.hero__firstname:after{content:"";position:absolute;z-index:-1;top:-.4375rem;right:2.125rem;width:90px;height:90px;background-image:url("data:image/svg+xml,%3Csvg width='90' height='89' viewBox='0 0 90 89' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M52.9223 21.2874L67.4898 10.0052L63.2787 27.9431L62.9196 29.4725L64.4846 29.3348L82.8392 27.7194L69.5987 40.533L68.4697 41.6256L69.8607 42.3558L86.175 50.9201L68.1087 54.5412L66.5684 54.8499L67.3438 56.2163L76.438 72.2411L59.2819 65.5201L57.8192 64.947L57.7328 66.5157L56.7196 84.9134L45.9207 69.984L45 68.7111L44.0793 69.984L33.2804 84.9134L32.2672 66.5157L32.1808 64.947L30.7181 65.5201L13.562 72.2411L22.6562 56.2163L23.4316 54.8499L21.8913 54.5412L3.82503 50.9201L20.1393 42.3558L21.5303 41.6256L20.4013 40.533L7.16077 27.7194L25.5154 29.3348L27.0804 29.4725L26.7213 27.9431L22.5102 10.0052L37.0777 21.2874L38.3198 22.2494L38.8446 20.7686L45 3.40161L51.1554 20.7686L51.6802 22.2494L52.9223 21.2874Z' fill='%2369D2E7' stroke='%23282826' stroke-width='2.27273'/%3E%3C/svg%3E%0A");background-size:cover;animation:rotate 10s linear infinite}@keyframes rotate{0%{transform:translate(100%) rotate(0)}to{transform:translate(100%) rotate(360deg)}}@media (max-width: 1399px){.hero__firstname:after{top:-.3125rem;right:1.875rem;width:72px;height:72px}}@media screen and (max-width: 1199px){.hero__firstname:after{top:-.3125rem;right:1.5625rem;width:60px;height:60px}}@media screen and (max-width: 991px){.hero__firstname:after{top:-.25rem;right:1.25rem;width:44px;height:44px}}.hero__description{font-size:3rem;font-weight:700;letter-spacing:-.375rem}@media screen and (max-width: 1399px){.hero__description{font-size:2rem;letter-spacing:-.25rem}}@media screen and (max-width: 1199px){.hero__description{font-size:1.75rem;letter-spacing:-.1875rem}}@media screen and (max-width: 991px){.hero__description{font-size:1.5rem;letter-spacing:-.1875rem;margin-left:-.1875rem}}.hero__right{display:flex;align-items:center}.hero__images{position:relative;display:flex;padding-right:100px}@media screen and (max-width: 1399px){.hero__images{padding-right:90px}}@media screen and (max-width: 1199px){.hero__images{padding-right:80px}}@media screen and (max-width: 991px){.hero__images{padding-right:0}}.hero__bubble{position:absolute;z-index:3;top:-8.92%;right:0;width:31.25%;animation:levitate 5s infinite}@media screen and (max-width: 991px){.hero__bubble{right:-25%;width:40%}}.hero__bubble-container{position:relative}.hero__bubble-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.25rem;font-weight:700;letter-spacing:-.09375rem}@media screen and (max-width: 1399px){.hero__bubble-text{font-size:1rem;letter-spacing:-.075rem}}@media screen and (max-width: 1199px){.hero__bubble-text{font-size:.875rem;letter-spacing:-.06875rem}}@media screen and (max-width: 991px){.hero__bubble-text{font-size:.75rem;letter-spacing:-.0625rem}}.hero__bubble img{position:relative;z-index:-1;filter:drop-shadow(3px 4px 0 var(--black))}@media screen and (max-width: 991px){.hero__bubble img{filter:drop-shadow(2px 3px 0 var(--black))}}.hero__coffee{position:absolute;top:19.49%;left:-14.87%;z-index:3;width:21.48%;filter:drop-shadow(3px 4px 0 var(--black));animation:levitate 5s infinite .2s}@media screen and (max-width: 991px){.hero__coffee{width:27.5%}}.hero__hide{position:absolute;z-index:3;left:-20%;bottom:12%;width:53.32%;animation:levitate 5s infinite .4s}@media screen and (max-width: 991px){.hero__hide{width:83.33%}}.hero__hide-container{position:relative}.hero__hide-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.9375rem;font-weight:700;letter-spacing:-.06875rem;text-wrap:nowrap}@media screen and (max-width: 1399px){.hero__hide-text{font-size:.8125rem;letter-spacing:-.0625rem}}@media screen and (max-width: 1199px){.hero__hide-text{font-size:.75rem}}@media screen and (max-width: 991px){.hero__hide-text{font-size:.6875rem;letter-spacing:-.05625rem}}.hero__hide img{position:relative;z-index:-1;filter:drop-shadow(3px 4px 0 var(--black))}@keyframes levitate{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.hero__me{position:relative;cursor:pointer}.hero__me:hover .scratch{right:-3.17%;bottom:25.73%;transform:rotate(-12deg)}.hero__mask-container{display:flex;align-items:flex-end;position:absolute;z-index:2;left:1.46%;bottom:2.6%;clip-path:url(#hero-mask);width:97.3%;height:103.31%;overflow:hidden}.hero__mask-container .me{width:84.25%}.hero__mask-container .scratch{position:absolute;transition:all ease-out .4s;right:-21.79%;bottom:22.81%;width:25.5%}.hero__shape{position:relative;z-index:1;filter:drop-shadow(10px 16px 0 var(--black))}@media screen and (max-width: 1399px){.hero__shape{width:360px;filter:drop-shadow(9px 15px 0 var(--black))}}@media screen and (max-width: 1199px){.hero__shape{width:320px;filter:drop-shadow(8px 14px 0 var(--black))}}@media screen and (max-width: 991px){.hero__shape{width:240px;filter:drop-shadow(6px 9px 0 var(--black))}}.cursor{position:fixed;top:0;left:0;width:40px;transform:translate(-50%,-50%)}@media screen and (max-width: 991px){.cursor{display:none}}.skills{display:flex;flex-direction:column;gap:70px}@media screen and (max-width: 991px){.skills{gap:50px}}@media screen and (max-width: 767px){.skills{gap:20px}}.skills-list{display:flex;flex-wrap:wrap;width:100%;gap:50px}@media screen and (max-width: 991px){.skills-list{gap:30px}}@media screen and (max-width: 767px){.skills-list{justify-content:center;gap:20px}}.skill{display:flex;flex-direction:column;align-items:center;border-radius:var(--card-radius);box-shadow:var(--card-shadow);border:var(--card-border);width:250px;height:250px;padding:30px 15px;gap:10px}@media screen and (max-width: 991px){.skill{width:200px;height:200px;padding:25px 12px;gap:8px}}@media screen and (max-width: 767px){.skill{padding:19px 12px;width:160px;height:160px;gap:7px}}.skill__icon{height:75px}@media screen and (max-width: 991px){.skill__icon{height:60px}}@media screen and (max-width: 767px){.skill__icon{height:48px}}.skill__texts{display:flex;flex-direction:column;gap:6px;text-align:center}@media screen and (max-width: 991px){.skill__texts{gap:5px}}@media screen and (max-width: 767px){.skill__texts{gap:4px}}.skill__name{font-size:2rem;font-weight:700;letter-spacing:-.15rem}@media screen and (max-width: 991px){.skill__name{font-size:1.5625rem;letter-spacing:-.11875rem}}@media screen and (max-width: 767px){.skill__name{font-size:1.25rem;letter-spacing:-.09375rem}}.skill__description{font-size:1.25rem;font-weight:700;letter-spacing:-.09375rem}@media screen and (max-width: 991px){.skill__description{font-size:1rem;letter-spacing:-.075rem}}@media screen and (max-width: 767px){.skill__description{font-size:.75rem;letter-spacing:-.0625rem}}.filters{display:flex;gap:40px;margin:auto;width:1480px}@media screen and (max-width: 1699px){.filters{width:1350px}}@media screen and (max-width: 1399px){.filters{width:1128px}}@media screen and (max-width: 1199px){.filters{width:960px}}@media screen and (max-width: 991px){.filters{width:initial;height:58px;gap:20px;margin:initial;padding:0 20px;overflow-x:auto;overflow-y:visible;scrollbar-width:none}.filters::-webkit-scrollbar{display:none}}.filters__item{display:flex;height:fit-content;position:relative}.filters__item:after{content:"";display:block;width:100%;height:100%;border-radius:10px;position:absolute;top:0;left:0;z-index:-1;background:var(--black);transform:translate(2px,3px)}@media screen and (max-width: 991px){.filters__item:after{border-radius:9px}}.filters__item--selected .filters__button{transform:translate(2px,3px)!important}.filters__button{cursor:pointer;background:none;border:3px solid var(--black);font-size:1rem;font-weight:700;letter-spacing:-.075rem;text-wrap:nowrap;border-radius:10px;padding:0 30px;height:60px;transition:var(--button-transition)}@media screen and (max-width: 991px){.filters__button{font-size:.875rem;letter-spacing:-.0625rem}}@media screen and (max-width: 991px){.filters__button{border-radius:9px;padding:0 28px;height:55px}}.navbar{position:fixed;z-index:9999;top:0;left:0;width:100%;height:100px;padding:20px 110px}@media screen and (max-width: 1440px){.navbar{height:80px;padding:10px 50px}}@media screen and (max-width: 991px){.navbar{display:inline-flex;top:20px;left:20px;width:fit-content;height:fit-content;padding:0}}.navbar__burger{position:relative;z-index:9999;display:none;justify-content:center;align-items:center;width:50px;height:50px;border-radius:50px;cursor:pointer;background:var(--red);border:2px solid var(--black);transition:var(--button-transition)}@media screen and (max-width: 991px){.navbar__burger{display:flex}}.navbar__burger--opened{transform:translate(2px,3px)}.navbar__burger--opened .burger-icon__top{top:50%!important;left:50%!important;transform:translate(-50%,-50%) rotate(45deg)}.navbar__burger--opened .burger-icon__middle{opacity:0}.navbar__burger--opened .burger-icon__bottom{top:50%!important;left:50%!important;transform:translate(-50%,-50%) rotate(-45deg)}.navbar__burger-container{position:relative}.navbar__burger-container:after{content:"";display:block;width:100%;height:100%;border-radius:50px;position:absolute;top:0;left:0;z-index:9998;background:var(--black);transform:translate(2px,3px)}.navbar .burger-icon{position:relative;display:flex;flex-direction:column;justify-content:center;width:30px;height:22px}.navbar .burger-icon__top{position:absolute;top:0;right:0}.navbar .burger-icon__bottom{position:absolute;left:0;bottom:0}.navbar__nav{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}@media screen and (max-width: 991px){.navbar__nav{display:none;position:fixed;z-index:9997;top:0;left:0;right:0;bottom:0;background-color:var(--background);background-image:url("data:image/svg+xml,%3Csvg width='34' height='17' viewBox='0 0 34 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_141_361)'%3E%3Cpath d='M0.5 1C0.776142 1 1 0.776142 1 0.5C1 0.223858 0.776142 0 0.5 0C0.223858 0 0 0.223858 0 0.5C0 0.776142 0.223858 1 0.5 1Z' fill='%234E4E4B'/%3E%3Cpath d='M17.5 1C17.7761 1 18 0.776142 18 0.5C18 0.223858 17.7761 0 17.5 0C17.2239 0 17 0.223858 17 0.5C17 0.776142 17.2239 1 17.5 1Z' fill='%234E4E4B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_141_361'%3E%3Crect width='34' height='17' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")}}.navbar__nav--opened{display:flex!important;justify-content:center}.navbar__logo{height:100%}@media screen and (max-width: 991px){.navbar__logo{display:none}}.navbar__logo img{width:auto;height:100%}.navbar__list{display:flex;align-items:center;gap:50px}@media screen and (max-width: 1199px){.navbar__list{gap:30px}}@media screen and (max-width: 991px){.navbar__list{flex-direction:column;gap:50px}}.navbar__item{font-size:1.25rem;font-weight:700;letter-spacing:-.09375rem}@media screen and (max-width: 1199px){.navbar__item{font-size:1rem;letter-spacing:-.075rem}}@media screen and (max-width: 991px){.navbar__item{font-size:1.5rem;letter-spacing:-.1125rem}}.navbar__link{position:relative;display:flex;align-items:center;height:28px;padding:0 .25rem}@media screen and (max-width: 1199px){.navbar__link{height:26px;padding:0 .125rem}}@media screen and (max-width: 991px){.navbar__link{height:30px;padding:0 .375rem}}.navbar__link:before{content:"";position:absolute;z-index:-1;left:0;bottom:0;width:100%;height:100%;background-color:var(--red);transform:scaleX(0);transform-origin:right;transition:transform .3s ease-out}.navbar__link:hover:before{transform:scaleX(1);transform-origin:left}.contact{display:flex;justify-content:center}.contact__list{display:flex;justify-content:center;max-width:850px;gap:50px;flex-wrap:wrap}@media screen and (max-width: 991px){.contact__list{gap:10px}}.contact-card{position:relative;width:250px;height:250px;border-radius:var(--card-radius);border:var(--card-border);transform-style:preserve-3d;transition:transform .1s;cursor:pointer}@media screen and (max-width: 991px){.contact-card{width:200px;height:200px}}@media screen and (max-width: 767px){.contact-card{width:170px;height:170px}}.contact-card--flipped{transform:rotateY(180deg)!important;transition:transform .6s}.contact-card__recto,.contact-card__verso{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;text-align:center;border-radius:var(--card-inner-radius);backface-visibility:hidden}.contact-card__recto{justify-content:space-between;background-color:var(--background);padding:30px 12px 15px}@media screen and (max-width: 767px){.contact-card__recto{padding:20px 8px 10px}}.contact-card__verso{justify-content:center;gap:20px;padding:30px 8px;transform:rotateY(180deg)}.contact-card__upper-title{font-size:1.25rem;font-weight:700;letter-spacing:-.09375rem;margin-bottom:10px}@media screen and (max-width: 991px){.contact-card__upper-title{font-size:1rem;letter-spacing:-.075rem}}@media screen and (max-width: 767px){.contact-card__upper-title{font-size:.875rem;letter-spacing:-.0625rem}}@media screen and (max-width: 767px){.contact-card__upper-title{margin-bottom:7px}}.contact-card__title{font-size:2rem;font-weight:700;letter-spacing:-.15rem}@media screen and (max-width: 991px){.contact-card__title{font-size:1.5625rem;letter-spacing:-.11875rem}}@media screen and (max-width: 767px){.contact-card__title{font-size:1.25rem;letter-spacing:-.09375rem}}.contact-card__details p{font-size:1rem;font-weight:700;letter-spacing:-.075rem;padding:8px 8px 0}@media screen and (max-width: 991px){.contact-card__details p{font-size:.75rem;letter-spacing:-.05625rem}}@media screen and (max-width: 767px){.contact-card__details p{padding:6px 4px 0}}.contact-card__touch{height:40px}@media screen and (max-width: 767px){.contact-card__touch{height:28px}}.contact-card__icon{height:75px}@media screen and (max-width: 991px){.contact-card__icon{height:60px}}@media screen and (max-width: 767px){.contact-card__icon{height:54px}}.contact-card__description{font-size:1.25rem;font-weight:700;letter-spacing:-.09375rem;padding:6px 8px 0}@media screen and (max-width: 991px){.contact-card__description{font-size:1rem;letter-spacing:-.075rem}}@media screen and (max-width: 767px){.contact-card__description{font-size:.875rem;letter-spacing:-.0625rem}}@media screen and (max-width: 767px){.contact-card__description{padding:4px 4px 0}}.contact-card.instagram .contact-card__description,.contact-card.email .contact-card__description{word-break:break-all}.realisations{display:flex;flex-direction:column;align-items:center;gap:15px;width:fit-content!important}@media screen and (max-width: 991px){.realisations{width:100%!important}}.realisations-list{position:relative;width:986px;height:558px}@media screen and (max-width: 991px){.realisations-list{width:100%;height:auto;aspect-ratio:16/9}}.realisations-list .realisation{position:absolute;top:0;left:0;width:980px;background-color:var(--white);border-radius:40px;border:var(--card-border);box-shadow:var(--wooden-shadow);cursor:grab;overflow:hidden;pointer-events:none}@media screen and (max-width: 991px){.realisations-list .realisation{width:100%;border-radius:20px}}.realisations-list .realisation:first-child{pointer-events:initial}.realisations-list .realisation.realisation--passed-smashed+.realisation:not(.realisation--passed-smashed){pointer-events:initial}.realisations-list .realisation--passed-smashed{opacity:0;pointer-events:none!important}.realisations-list .realisation--passed{transform:translate(-25%) rotate(-3.75deg)!important;transform-origin:left bottom}.realisations-list .realisation--smashed{transform:translate(25%) rotate(3.75deg)!important;transform-origin:right bottom}.realisations-list .realisation__container{position:relative;width:100%;aspect-ratio:16/9;padding:20px;overflow-y:auto;scrollbar-width:none}@media screen and (max-width: 991px){.realisations-list .realisation__container{padding:10px}}.realisations-list .realisation__container::-webkit-scrollbar{display:none}.realisations-list .realisation__reveal{display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;pointer-events:none}.realisations-list .realisation__pass,.realisations-list .realisation__smash{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.realisations-list .realisation__pass p,.realisations-list .realisation__smash p{font-size:2rem;font-weight:700;letter-spacing:-.15rem;text-transform:uppercase;color:var(--white);width:fit-content;height:fit-content;padding:10px 15px;border-radius:20px;border:8px solid var(--white)}@media screen and (max-width: 991px){.realisations-list .realisation__pass p,.realisations-list .realisation__smash p{font-size:1.5625rem;letter-spacing:-.11875rem}}@media screen and (max-width: 767px){.realisations-list .realisation__pass p,.realisations-list .realisation__smash p{font-size:1.25rem;letter-spacing:-.09375rem}}@media screen and (max-width: 991px){.realisations-list .realisation__pass p,.realisations-list .realisation__smash p{padding:8px 13px;border-radius:15px;border:6px solid var(--white)}}.realisations-list .realisation__pass{background-color:var(--green)}.realisations-list .realisation__smash{background-color:var(--red)}.realisations-list .realisation__image{border-radius:20px;width:100%;height:100%;object-fit:cover}@media screen and (max-width: 991px){.realisations-list .realisation__image{border-radius:10px}}.realisations-list .realisation__texts{margin-top:20px}.realisations-list .realisation__title{font-size:2rem;font-weight:700;letter-spacing:-.15rem}@media screen and (max-width: 991px){.realisations-list .realisation__title{font-size:1.5625rem;letter-spacing:-.11875rem}}@media screen and (max-width: 767px){.realisations-list .realisation__title{font-size:1.25rem;letter-spacing:-.09375rem}}.realisations-list .realisation__description{font-size:1.25rem;font-weight:700;letter-spacing:-.09375rem;margin-top:6px}@media screen and (max-width: 991px){.realisations-list .realisation__description{font-size:1rem;letter-spacing:-.075rem}}@media screen and (max-width: 767px){.realisations-list .realisation__description{font-size:.75rem;letter-spacing:-.0625rem}}.realisations-list .realisation__technologies{display:flex;gap:15px;margin-top:20px}.realisations-list .realisation__technology-icon{height:60px}@media screen and (max-width: 991px){.realisations-list .realisation__technology-icon{height:40px}}.realisations-actions{display:flex;gap:50px}@media screen and (max-width: 991px){.realisations-actions{gap:30px}}.realisations-actions__item{position:relative}.realisations-actions__item:after{content:"";display:block;width:100%;height:100%;border-radius:50%;position:absolute;top:0;left:0;z-index:-1;background:var(--black);transform:translate(4px,6px)}@media screen and (max-width: 991px){.realisations-actions__item:after{transform:translate(3px,5px)}}.realisations-actions__button{display:flex;justify-content:center;align-items:center;width:70px;height:70px;border-radius:50%;transition:var(--button-transition)}@media screen and (max-width: 991px){.realisations-actions__button{width:60px;height:60px}}.realisations-actions__button.pass{cursor:pointer;background:var(--green);border:4px solid var(--black)}@media screen and (max-width: 991px){.realisations-actions__button.pass{cursor:pointer;background:var(--green);border:3px solid var(--black)}}.realisations-actions__button.rollback{cursor:pointer;background:var(--yellow);border:4px solid var(--black)}@media screen and (max-width: 991px){.realisations-actions__button.rollback{cursor:pointer;background:var(--yellow);border:3px solid var(--black)}}.realisations-actions__button.smash{cursor:pointer;background:var(--red);border:4px solid var(--black)}@media screen and (max-width: 991px){.realisations-actions__button.smash{cursor:pointer;background:var(--red);border:3px solid var(--black)}}.realisations-actions__button:hover{transform:translate(4px,6px)}@media screen and (max-width: 991px){.realisations-actions__button:hover{transform:translate(3px,5px)}}.not-found{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh}.not-found__text{width:70%;margin-bottom:30px}@media screen and (max-width: 991px){.not-found__text{width:100%;margin-bottom:20px}}.not-found__title{font-size:8rem;font-weight:900;line-height:1;text-transform:uppercase;letter-spacing:-1.375rem;text-align:center}@media screen and (max-width: 1399px){.not-found__title{font-size:6rem;letter-spacing:-1.125rem}}@media screen and (max-width: 1199px){.not-found__title{font-size:5rem;letter-spacing:-.875rem}}@media screen and (max-width: 991px){.not-found__title{font-size:4rem;letter-spacing:-.6875rem;margin-left:-.6875rem}}.not-found__chapo{font-size:3rem;font-weight:700;letter-spacing:-.375rem;text-align:center}@media screen and (max-width: 1399px){.not-found__chapo{font-size:2rem;letter-spacing:-.25rem}}@media screen and (max-width: 1199px){.not-found__chapo{font-size:1.75rem;letter-spacing:-.1875rem}}@media screen and (max-width: 991px){.not-found__chapo{font-size:1.5rem;letter-spacing:-.1875rem;margin-left:-.1875rem}}.not-found__video{aspect-ratio:16/9;width:70%;height:auto}@media screen and (max-width: 991px){.not-found__video{width:100%}}.not-found__brackets{font-size:1.25rem;font-weight:700;letter-spacing:-.09375rem;margin-top:20px}@media screen and (max-width: 991px){.not-found__brackets{font-size:1rem;letter-spacing:-.075rem}}@media screen and (max-width: 767px){.not-found__brackets{font-size:.75rem;letter-spacing:-.0625rem}}
