@charset "UTF-8";@import"https://api.fontshare.com/v2/css?f[]=satoshi@300,301,400,401,500,501,700,701,900,901,1,2&display=swap";:root{--main-color: #0D0D0D;--grey-color: #2F2F2F;--text-color: #EDEDED;--accent-color: #6C835F;--light-grey: #DDDDDD;--overlay-color: hsla(0, 0%, 5%, .5);--xl-sizing: 96px;--l-sizing: 64px;--m-sizing: 40px;--s-sizing: 16px}*{padding:0;margin:0;box-sizing:border-box;scroll-behavior:smooth}html,body{background-color:var(--main-color);color:var(--text-color);font-family:Satoshi,sans-serif}h1{font-size:var(--xl-sizing);font-weight:700;line-height:1.1;text-transform:uppercase;color:var(--text-color)}h2{font-size:var(--l-sizing);font-weight:700;line-height:1.2;color:var(--text-color)}h3{font-size:var(--m-sizing);font-weight:500;line-height:1.3;color:var(--text-color)}p{font-size:var(--s-sizing);font-weight:400;line-height:1.6;color:var(--text-color)}a{text-decoration:none;font-size:1rem;font-weight:500;color:color-mix(in oklab,var(--text-color) 50%,transparent);transition:color .3s ease}a:hover{color:var(--text-color)}.container{max-width:1280px;margin:0 auto;padding:0 16px}header{position:fixed;width:100%;top:0;padding:20px;z-index:1;opacity:1;transform:translateY(0);transition:.5s all ease}header .header{align-items:center;position:relative;z-index:2;display:flex;justify-content:space-between;width:100%}header .header .left .location p{color:var(--light-grey)}header .header .middle{display:flex;flex-direction:row;gap:1rem}header .header .right{display:flex;gap:1rem;align-items:center}header .header .right .languages{position:relative;cursor:pointer}header .header .right .languages .languagesValue{display:flex;align-items:center;gap:.5rem}header .header .right .languages .languagesValue span{height:20px;width:30px;display:block}header .header .right .languages .languagesValue img{height:100%;width:100%}header .header .right .languages .languagesValue svg{transform:rotate(0);transition:.3s all ease}header .header .right .languages_list{cursor:pointer;list-style-type:none;display:flex;flex-direction:column;gap:.5rem;position:absolute;background-color:var(--light-grey);right:0;top:2rem;border-radius:5px;max-height:0;min-height:0;overflow:hidden;transition:.3s all ease}header .header .right .languages_list_item{display:flex;align-items:center;gap:.5rem;color:var(--grey-color)}header .header .right .languages_list_item span{height:20px;width:30px;display:block}header .header .right .languages_list_item img{width:100%;height:100%}header .header .right .languages_list_item:nth-child(1){padding:.5rem 1rem 0}header .header .right .languages_list_item:nth-child(2){padding:0rem 1rem .5rem}header .header .right .languages.-open .languagesValue svg{transform:rotate(90deg);transition:.3s all ease}header .header .right .languages.-open .languages_list{max-height:150px;overflow:hidden;transition:.3s all ease}header .header .right .switchMode{height:30px}header .header .right .switchMode input[type=checkbox]{position:relative;width:60px;height:30px;outline:none;-webkit-appearance:none;background-color:color-mix(in oklab,var(--text-color) 50%,transparent);transition:.5s;border-radius:20px}header .header .right .switchMode input[type=checkbox]:before{content:"👨‍💻";display:flex;justify-content:center;align-items:center;position:absolute;width:25px;height:25px;top:50%;left:3px;background-color:#fff;border-radius:50px;box-shadow:0 2px 5px #0003;transition:.5s;transform:translateY(-50%)}header .header .right .switchMode input[type=checkbox]:checked:before{left:32px;content:"🤪";background-color:#555;transform:translateY(-50%) rotate(360deg)}header .header .right .menu{cursor:pointer;width:30px;height:30px;border:1px solid #2F2F2F;border-radius:100vmax;padding:.2rem;position:relative}header .header .right .menu_container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:85%;height:85%;cursor:pointer;border:1px solid #2F2F2F;border-radius:100vmax}header .header .right .menu_container .dot{width:2px;height:2px;border-radius:100vmax;background-color:var(--text-color);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.8s}header .header .right .menu_container .dot:before,header .header .right .menu_container .dot:after{content:" ";width:2px;height:2px;border-radius:100vmax;background-color:var(--text-color);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.8s}header .header .right .menu_container .dot:before{left:-3px}header .header .right .menu_container .dot:after{left:5px}header .header .right .menu_container:hover{background-color:var(--light-grey)}header .header .right .menu_container.-open .dot:before{width:12px;height:2px;left:-5px;top:0;background-color:var(--text-color);transform:rotate(45deg);transform-origin:50% 50%}header .header .right .menu_container.-open .dot:after{width:12px;height:2px;left:-5px;top:0;background-color:var(--text-color);transform:rotate(135deg);transform-origin:50% 50%}header.-loading{opacity:0;transform:translateY(-30px);transition:.5s all ease}header:after{content:"";width:100%;height:100%;position:absolute;inset:0;background-color:var(--overlay-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1;transition:background-color .6s ease,backdrop-filter .3s ease}footer{position:fixed;width:100%;bottom:0;padding:20px;z-index:1;opacity:1;transform:translateY(0);transition:.5s all ease}footer .footer{display:flex;justify-content:space-between}footer .footer_right{display:flex;gap:5rem}footer .footer_right_social{opacity:0;transition:.5s all ease;display:flex;gap:.5rem}footer .footer.-openedMenu .footer_right_social{opacity:1;transition:.5s all ease}footer.-loading{opacity:0;transform:translateY(30px);transition:.5s all ease}@media screen and (max-width: 768px){footer .footer_right{gap:.5rem}footer .footer_right_social{display:none}}.projects{width:100%;height:100vh;position:fixed;inset:0}.projects .title{position:absolute;top:-10000px;left:-10000px;opacity:0}.projects .swiper{height:100%}.projects .swiper-slide{display:flex;align-items:center;justify-content:center}.projects .swiper-slide img{width:100%;height:70%;object-fit:cover}.navigation{position:fixed;bottom:4rem;width:auto;left:50%;transform:translate(-50%);z-index:1;display:flex;flex-direction:column;align-items:center;gap:1rem}.navigation_getInto{opacity:1;transition:.3s all ease}.navigation_getInto_button{border-radius:100vmax;border:1px solid #2F2F2F;cursor:pointer;padding:.1rem .6rem}.navigation_getInto_button button{display:flex;gap:.2rem;cursor:pointer;background:unset;border:unset;color:var(--text-color);align-items:end}.navigation_getInto_button button svg{transform:rotate(-45deg)}.navigation_getInto_button:hover{background-color:#232222;cursor:pointer}.navigation_getInto.-loading{opacity:0;transition:.3s all ease}.navigation_main{display:flex;align-items:center;justify-content:center;gap:2rem;border:1px solid #2F2F2F;border-radius:100vmax;padding:.2rem;opacity:1;transition:.3s all ease}.navigation_main_next,.navigation_main_prev{border-radius:100vmax;border:1px solid #2F2F2F;cursor:pointer;padding:.1rem}.navigation_main_next button,.navigation_main_prev button{display:flex;background:unset;border:unset;cursor:pointer}.navigation_main_next:hover,.navigation_main_prev:hover{background-color:#232222}.navigation_main.-loading{opacity:0;transition:.3s all ease}.nav{position:fixed;inset:0;width:100vw;height:100vh;z-index:1;pointer-events:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:color-mix(in oklab,var(--main-color) 70%,transparent);display:flex;align-items:center;justify-content:center;opacity:0;transition:.5s all ease}.nav_list{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}.nav_list a{font-size:var(--m-sizing);text-transform:uppercase;overflow:hidden;position:relative}.nav_list a span{transform:translateY(-100%);display:block;transition:.5s all ease}.nav_list a.-active span{transform:translateY(0);transition:.5s all ease}.nav.-open{opacity:1;transition:.5s all ease;pointer-events:auto}.loading{position:fixed;bottom:4rem;width:auto;left:50%;transform:translate(-50%);z-index:1;display:flex;flex-direction:column;align-items:center;gap:.1rem}.loading_bar{height:10px;overflow:hidden;border:1px solid var(--grey-color);border-radius:100vmax;background:transparent;width:100%}.loading_bar .progress-bar{height:100%;background-color:#232222;transition:width .1s ease-in-out}.formulaire{position:fixed;top:50%;left:50%;transform:translate(-50%,-45%);max-width:640px}.formulaire_container{display:flex;flex-direction:column;gap:1rem;height:75vh;width:100%}.formulaire_container_top{flex-grow:1;background-color:var(--grey-color);border-radius:20px;padding:2rem;max-height:68vh;overflow:scroll;scrollbar-width:none;-ms-overflow-style:none}.formulaire_container_top::-webkit-scrollbar{display:none}.formulaire_container_top_list{list-style-type:none;display:flex;flex-direction:column;gap:1rem;align-items:start}.formulaire_container_top_list_item{display:flex;width:100%;justify-content:start;transform:translateY(30px);opacity:0;transition:.5s all ease}.formulaire_container_top_list_item:nth-child(1) span p,.formulaire_container_top_list_item:nth-child(1) span h1{font-size:var(--m-sizing)}.formulaire_container_top_list_item.-user{justify-content:end}.formulaire_container_top_list_item.-user span{background-color:var(--overlay-color);padding:.5rem 1rem;border-radius:20px}.formulaire_container_top_list_item.-visible{transform:translateY(0);opacity:1;transition:.5s all ease}.formulaire_container_top_list .redirecting span{font-weight:700}.formulaire_container_bottom{background-color:var(--grey-color);height:60px;width:100%;border-radius:20px;padding:.5rem 1rem .5rem .5rem}.formulaire_container_bottom form{display:flex;justify-content:space-between;height:100%;gap:1rem}.formulaire_container_bottom form input{flex-grow:1;background-color:var(--overlay-color);border:0;border-radius:20px;padding:0 1rem;color:var(--text-color);font-size:var(--s-sizing);font-family:Satoshi,sans-serif}.formulaire_container_bottom form input::placeholder{color:var(--text-color);font-family:Satoshi,sans-serif;font-size:var(--s-sizing)}.formulaire_container_bottom form button{cursor:pointer;background:transparent;border:0}.typing-loader{display:flex;align-items:center;gap:.5rem}.typing-loader .dots{display:flex;gap:.25rem}.typing-loader .dots span{width:6px;height:6px;background:var(--text-color);border-radius:50%;animation:typingBlink 1.2s infinite ease-in-out}.typing-loader .dots span:nth-child(2){animation-delay:.2s}.typing-loader .dots span:nth-child(3){animation-delay:.4s}@keyframes typingBlink{0%,80%,to{opacity:.2;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}@media screen and (max-width: 768px){.formulaire{max-width:100%;width:80%}}.notFound{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.notFound p span{font-weight:700}.projectsLibrary{position:fixed;inset:50% 0 0;height:60%;transform:translateY(-50%)}.projectsLibrary_listImage{width:fit-content;position:absolute;inset:0;display:flex;gap:30px}.projectsLibrary_listImage img{object-fit:cover;transform:translate(150vw);transition:1s all cubic-bezier(.23,1,.32,1)}.projectsLibrary_title{position:absolute;top:0;left:50%;transform:translate(-50%,-70%);z-index:2;width:max-content;opacity:0;transition:.3s all ease}.projectsLibrary_title h1{transform:translateY(-30px);transition:.3s all ease}.projectsLibrary_title.-reveal{opacity:1;transition:.3s all ease}.projectsLibrary_title.-reveal h1{transform:translateY(0);transition:.3s all ease}.projectsLibrary_container{height:100%;overflow:visible!important;opacity:1;pointer-events:auto}.projectsLibrary_container_list{height:100%}.projectsLibrary_container_list_item{width:100%;height:100%;filter:brightness(1);transition:.5s all ease}.projectsLibrary_container_list_item .image{width:100%;height:100%;overflow:hidden;z-index:1;position:relative}.projectsLibrary_container_list_item .image img{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:.5s all ease}.projectsLibrary_container_list_item .info{position:absolute;top:100%;width:100%;display:flex;justify-content:space-between;align-items:center;opacity:0;transition:.5s all ease}.projectsLibrary_container_list_item:hover .info{opacity:1;transition:.5s all ease}.projectsLibrary_container_list_item.-is-inactive{filter:brightness(.4);transition:.5s all ease}.projectsLibrary_container_list_item.-is-active .image img,.projectsLibrary_container_list_item.-is-clicked .image img{transform:scale(1.1);transition:.5s all ease}.projectsLibrary_container_list_item.-is-disabled,.projectsLibrary_container_list_item.-is-disabled-end{pointer-events:none;opacity:0;transition:.5s all ease}.projectsLibrary_container_list_item.-is-disabled .image img,.projectsLibrary_container_list_item.-is-disabled-end .image img{width:0px!important;transition:.5s all ease}.projectsLibrary_container_list_item.-is-disabled-end .image{display:flex;justify-content:end}.projectsLibrary_container.-disabled{opacity:0;pointer-events:none}.single_header{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center}.single_header_picture img{width:100%;height:100%;object-fit:cover}.single_header_title{position:absolute;opacity:0;transition:.3s all ease}.single_header_title h1{transform:translateY(-30px);transition:.3s all ease}.single_header_discover{position:absolute;bottom:4rem;left:50%;transform:translate(-50%,-20px);opacity:0;display:flex;flex-direction:column;align-items:center;transition:.3s all ease}.single_header_discover a{display:flex;flex-direction:column;align-items:center}.single_header_discover a svg{transform:rotate(-90deg);animation:bounce 2s infinite}.single_header.-reveal .single_header_title{opacity:1;transition:.3s all ease}.single_header.-reveal .single_header_title h1{transform:translateY(0);transition:.3s all ease;text-align:center}.single_header.-reveal .single_header_discover{opacity:1;transform:translate(-50%);transition:.3s all ease}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) rotate(-90deg)}40%{transform:translateY(15px) rotate(-90deg)}60%{transform:translateY(7px) rotate(-90deg)}}@media screen and (max-width: 768px){.single_header_picture{width:50%}}.info{padding:20px}.info_container{display:flex;gap:5rem;position:relative}.info_container_left{flex:0 0 30%;display:flex;flex-direction:column;gap:1rem}.info_container_left_item_name h3{font-size:var(--l-sizing)}.info_container_left_item_info{display:flex;gap:1rem;flex-wrap:wrap}.info_container_right{position:sticky;top:100px;height:fit-content;display:flex;flex-direction:column;gap:1rem}.info_container_right h2{font-size:var(--s-sizing);font-weight:400;line-height:1.6}.next{display:flex;align-items:center;justify-content:center;margin:3rem 0 5rem}.next_container{z-index:0;position:relative}@media screen and (max-width: 768px){.info_container{flex-direction:column}}.laptop{pointer-events:none}.button{position:relative;width:fit-content;opacity:1;transition:.3s all ease;padding:1rem 2rem;border:1px solid var(--accent-color);cursor:pointer}.button a{color:var(--text-color);position:relative;z-index:1;transition:.5s all ease}.button span{position:absolute;bottom:0;width:calc(25% + 1px);height:0;background-color:var(--accent-color);left:0;transition:1s all ease;transition-delay:.3s}.button span:nth-child(2){left:25%;transition-delay:.2s}.button span:nth-child(3){left:50%;transition-delay:0s}.button span:nth-child(4){left:75%;transition-delay:.1s}.button:hover a{color:var(--main-color);transition:.5s all ease}.button:hover span{transition:.5s all ease;height:100%;transition-delay:.3s}.button:hover span:nth-child(3){transition-delay:0s}.button:hover span:nth-child(2){transition-delay:.2s}.button:hover span:nth-child(4){transition-delay:.1s}.infiniteSlide{position:fixed;top:50%;transform:translateY(-50%)}.infiniteSlide_first,.infiniteSlide_second{display:flex}.infiniteSlide_first_list,.infiniteSlide_second_list{display:flex;flex-wrap:nowrap;animation:defile 30s linear infinite}.infiniteSlide_first_list p,.infiniteSlide_second_list p{font-size:var(--l-sizing);width:max-content}.infiniteSlide_second{background-color:var(--text-color);transform:rotate(.5deg)}.infiniteSlide_second_list{animation:defile 30s linear infinite reverse}.infiniteSlide_second_list p{color:var(--main-color)}@keyframes defile{0%{transform:translate(0)}to{transform:translate(-100%)}}.aboutSection{display:flex;flex-wrap:nowrap}.aboutTitle{width:100%;height:100vh;display:flex;flex:1 0 100%;align-items:center;justify-content:center;flex-direction:column}.aboutTitle_container{display:flex;align-items:center;justify-content:center;flex-direction:column}.aboutTitle_container h1{display:flex;flex-direction:column;font-size:inherit;text-transform:unset;font-weight:400}.aboutTitle_container span.big{font-size:150px;line-height:150px;position:relative}.aboutTitle_container span.big img{height:105px;width:105px;object-fit:cover;border-radius:100vmax;overflow:hidden;border:1px solid var(--text-color)}.aboutTitle_container span.big:after{content:"";position:absolute;left:0;width:100%;height:100%;background-color:var(--text-color);transition:1s all ease}.aboutTitle_container span.big:nth-child(2){margin-left:10rem}.aboutTitle_container span.big:nth-child(2):after{right:0;left:unset}.aboutTitle_container span.big.-active:after{width:0%;transition:1s all ease}.aboutTitle_container .small{width:100%;text-align:right}@media screen and (max-width: 768px){.aboutTitle_container span.big{font-size:50px;line-height:50px}.aboutTitle_container span.big img{width:40px;height:40px}.aboutTitle_container span.big:nth-child(2){margin-left:0rem;width:100%;text-align:end}}.descriptionTheo{width:100%;height:100vh;display:flex;flex:1 0 100%;align-items:center;justify-content:center;flex-direction:column}.descriptionTheo_container{width:70%;margin:0 auto}.citation{width:100%;height:100vh;display:flex;flex:1 0 100%;align-items:center;justify-content:center;flex-direction:column}.citation_container{width:75%;margin:0 auto}.citation_container p{display:flex;flex-wrap:wrap;text-align:center;justify-content:center}.citation_container p .char{opacity:.3;font-size:var(--m-sizing);line-height:var(--m-sizing);will-change:opacity}.experiences{width:100%;height:100vh;display:flex;flex:1 0 100%;align-items:center;justify-content:center;flex-direction:column}.experiences_container{width:70%;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.experiences_container_left{width:45%}.experiences_container_left_list{display:flex;flex-direction:column;gap:.5rem}.experiences_container_left_list_item{opacity:.3}.experiences_container_left_list_item_info{display:flex;justify-content:space-between}.experiences_container_left_list_item_desc{opacity:0}.experiences_container_left_list_item.-active,.experiences_container_left_list_item.-active .experiences_container_left_list_item_desc{opacity:1}.experiences_container_right{width:45%}.experiences_container_right_list{height:600px;position:relative}.experiences_container_right_list_item{position:absolute;inset:0;width:100%;height:100%;z-index:5}.experiences_container_right_list_item img{width:100%;height:100%;object-fit:cover}.experiences_container_right_list_item:nth-child(1){z-index:4}.experiences_container_right_list_item:nth-child(2){z-index:3}.experiences_container_right_list_item:nth-child(3){z-index:2}.experiences_container_right_list_item:nth-child(4){z-index:1;background-color:#fff}.experiences_container_right_list_item:nth-child(4) img{object-fit:contain}@media screen and (max-width: 768px){.experiences_container{flex-direction:column;width:80%;gap:2rem}.experiences_container_left,.experiences_container_right{width:100%}.experiences_container_left_list_item_info p:nth-child(2){flex:1 0 25%;text-align:right}.experiences_container_right_list{height:250px}}.projectsSlider{width:100%;height:100vh;display:flex;flex:1 0 100%;align-items:center;justify-content:center;flex-direction:column}.projectsSlider_container{width:70%;margin:0 auto;display:flex;justify-content:space-between;overflow:hidden}.projectsSlider_container_left{width:45%}.projectsSlider_container_left .first,.projectsSlider_container_left .second{display:flex;flex-direction:column}.projectsSlider_container_left_list{animation:defileY 15s linear infinite reverse;list-style-type:none}.projectsSlider_container_left_list_item{height:200px;overflow:hidden;transition:.3s all ease}.projectsSlider_container_left_list_item img{width:100%;height:100%;object-fit:cover;transition:.3s all ease}.projectsSlider_container_left_list_item:hover img{scale:1.2}.projectsSlider_container_right{width:45%;height:100%;display:flex;align-items:center;justify-content:center}.projectsSlider_container_right_title{display:flex;flex-direction:column;gap:1rem;align-items:center}.projectsSlider_container_right_title p{width:100%}@media screen and (max-width: 768px){.projectsSlider_container{flex-direction:column}.projectsSlider_container_left{width:100%}.projectsSlider_container_left_list{flex-direction:row;animation:defile 20s linear infinite reverse}.projectsSlider_container_left_list_item{width:200px}.projectsSlider_container_right{width:100%}.projectsSlider_container_right_title{align-items:start}}@keyframes defileY{0%{transform:translateY(0)}to{transform:translateY(-100%)}}.contactSection{width:100%;height:100vh;display:flex;flex:1 0 100%;align-items:center;justify-content:center;flex-direction:column}.contactSection_container{width:70%;margin:0 auto}.contactSection_container h2{text-align:center;cursor:pointer}.contactSection_container h2 .switcher{position:relative;overflow:hidden;height:1.2em;vertical-align:bottom;display:inline-grid;width:310px;text-align:left}.contactSection_container h2 .switcher .word{display:block;transition:transform .4s ease;will-change:transform;grid-area:1/1;white-space:nowrap}.contactSection_container h2 .switcher .word.word--back{position:absolute;left:0;top:100%}.contactSection_container h2 .switcher.isFun{width:230px}.contactSection_container h2:hover .word--front,.contactSection_container h2:hover .word--back{transform:translateY(-100%)}@media screen and (max-width: 768px){.contactSection_container h2{font-size:var(--m-sizing)}.contactSection_container h2 .switcher{width:unset!important}}.intro-page-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1000;display:flex;flex-direction:column;overflow:hidden;pointer-events:all}.intro-page-overlay .bars-container{position:absolute;top:0;left:0;width:100%;height:100%;display:flex}.intro-page-overlay .bars-container .animationPage_bar{flex:1;background-color:var(--accent-color);transform-origin:top}.intro-page-overlay .book-canvas-container{position:relative;width:100%;height:100%;z-index:10;display:flex;justify-content:center;align-items:center}.intro-page-overlay .book-canvas-container canvas{width:100%!important;height:100%!important;outline:none}.main-content-wrapper{width:100%;min-height:100vh}.CV{max-width:1100px;margin:0 auto;padding:80px 40px;background:#f4f4f2;color:#0b0b0b;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.7;letter-spacing:.15px}.CV h1,.CV h2,.CV h3,.CV span,.CV p,.CV a{color:#0b0b0b}.CV .headerCV{display:grid;grid-template-columns:1fr 1fr;margin-bottom:20px}.CV .headerCV_identity h1{font-size:64px;font-weight:600;letter-spacing:-1px}.CV .headerCV_identity span{display:block;color:#6f6f6f;margin-top:8px;font-size:14px}.CV .headerCV_meta{text-align:right;font-size:14px;color:#6f6f6f}.CV .section{margin-bottom:50px}.CV .section h2{font-size:44px;font-weight:500;margin-bottom:40px;border-bottom:1px solid rgba(0,0,0,.12);padding-bottom:16px}.CV .aProposCV_about{max-width:720px;font-size:16px;color:#1a1a1a}.CV .list{display:grid;gap:48px}.CV .item{display:grid;grid-template-columns:200px 1fr;gap:40px}.CV .item .left{color:#6f6f6f;font-size:14px}.CV .item .right h3{font-size:24px;font-weight:500;margin-bottom:8px}.CV .item .right p{color:#1f1f1f;max-width:620px}.CV .tags{margin-top:12px;display:flex;gap:12px;flex-wrap:wrap}.CV .tag{font-size:12px;padding:6px 12px;border:1px solid rgba(0,0,0,.12);border-radius:999px;color:#6f6f6f}.CV .skills{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.CV .skill-block h3{font-size:20px;margin-bottom:12px}.CV .skill-block ul{list-style:none;color:#6f6f6f}@media (max-width: 900px){.CV .headerCV,.CV .item{grid-template-columns:1fr}.CV_meta{text-align:left;margin-top:24px}.CV .skills{grid-template-columns:1fr}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}
