:root{--black: #000;--grey: #15161a;--light-grey: #a1a1a1;--white: #fff;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#e6e6e6}html,body,#root{height:100%;margin:0;padding:0;width:100%}button{all:unset;display:inline-block;cursor:pointer}.component-container{font-family:MiSans;box-sizing:content-box;margin-left:auto;margin-right:auto;max-width:1648px;padding:0 15px}@media (min-width: 720px){.component-container{padding:0 48px}}@media (min-width: 1080px){.component-container{padding:0 72px}}@media (min-width: 1440px){.component-container{padding:0 112px}}.content-container{border-top:4px solid #000;border-bottom:4px solid #000;padding:32px 0;margin-top:32px;margin-bottom:120px}.fade-in{opacity:1;transition:opacity .4s ease-in}.fade-out{opacity:0;transition:opacity .4s ease-out}.scroll-background{min-height:100vh;animation:scrollBackground 30s linear infinite;background-image:linear-gradient(45deg,rgba(0,0,0,.03) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.03) 75%,rgba(0,0,0,.03)),linear-gradient(45deg,rgba(0,0,0,.03) 25%,transparent 25%,transparent 75%,rgba(0,0,0,.03) 75%,rgba(0,0,0,.03));background-size:80px 80px;background-position:0 0,40px 40px}@keyframes scrollBackground{0%{background-position:0 0,40px 40px}to{background-position:80px 80px,120px 120px}}.hero{padding-top:48px;min-height:200px;width:100%;display:flex;align-items:flex-start;gap:32px;flex-direction:column;align-items:stretch}@media (min-width: 720px){.hero{flex-direction:row;gap:32px}}.hero-picture{pointer-events:none;width:100%;height:auto;border-radius:16px;background-color:var(--white);flex-shrink:0;filter:drop-shadow(5px 5px 10px rgba(0,0,0,.4));width:175px;height:175px}@media (min-width: 720px){.hero-picture{width:200px;height:200px}}.hero-picture-container{display:flex;flex-direction:row;gap:16px;justify-content:center}@media (min-width: 720px){.hero-picture-container{justify-content:flex-start}}.hero-name-container{display:flex;flex-direction:column;gap:16px}.hero-info-container{display:flex;flex-direction:column;justify-content:space-between}.hero-name-container{display:flex;flex-direction:row;justify-content:space-between}.hero-name{font-weight:900;line-height:36px;color:var(--black);-webkit-animation:text-focus-in .5s cubic-bezier(.55,.085,.68,.53) both;animation:text-focus-in .5s cubic-bezier(.55,.085,.68,.53) both;padding-bottom:18px;font-size:24px;line-height:24px}@media (min-width: 720px){.hero-name{font-size:32px}}@media (min-width: 1080px){.hero-name{font-size:42px;line-height:36px}}.hero-description-container{display:flex;flex-direction:column;gap:16px;max-width:800px}.hero-description{font-weight:700;color:var(--black);-webkit-animation:text-focus-in .5s cubic-bezier(.55,.085,.68,.53) both;animation:text-focus-in .5s cubic-bezier(.55,.085,.68,.53) both;font-size:14px}@media (min-width: 1080px){.hero-description{font-size:18px}}.hero-icons-containers{display:flex;gap:12px}.hero-icon-container{width:auto;height:28px}.hero-icon-container:hover .hero-icon{-webkit-animation:wobble-ver-left .65s both;animation:wobble-ver-left .65s both}.hero-icon-container:hover .footer-up-icon{-webkit-animation:pulsate-bck .5s ease-in-out infinite both;animation:pulsate-bck .5s ease-in-out infinite both}.hero-icon{pointer-events:none;width:28px;height:28px;transform-origin:center center;fill:var(--grey);transition:transform .3s,fill .3s}.hero-selector-button.m--active{color:var(--white);cursor:default}.hero-buttons-container{display:flex}.hero-button-shadow{filter:drop-shadow(0px 5px 10px rgba(0,0,0,.15))}.hero-button{display:flex;align-items:center;text-align:center;text-decoration:none;background-color:var(--white);color:var(--black);gap:8px;padding:4px 12px;font-size:16px;font-weight:700;line-height:24px;cursor:pointer;transition:outline .3s,color .3s}.hero-button-left{border-radius:24px 0 0 24px;margin-right:-12px;padding-right:20px;clip-path:polygon(0% 0%,100% 0%,calc(100% - 15px) 100%,0% 100%)}.hero-button-right{border-radius:0 24px 24px 0;padding-left:20px;clip-path:polygon(calc(0% + 15px) 0%,100% 0%,100% 100%,0% 100%)}.hero-button-icon{fill:var(--black);width:24px;height:24px}@-webkit-keyframes text-focus-in{0%{-webkit-filter:blur(12px);filter:blur(12px);opacity:0}to{-webkit-filter:blur(0px);filter:blur(0px);opacity:1}}@keyframes text-focus-in{0%{-webkit-filter:blur(12px);filter:blur(12px);opacity:0}to{-webkit-filter:blur(0px);filter:blur(0px);opacity:1}}@-webkit-keyframes wobble-ver-left{0%,to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}15%{-webkit-transform:translateY(-30px) rotate(-6deg);transform:translateY(-30px) rotate(-6deg)}30%{-webkit-transform:translateY(15px) rotate(6deg);transform:translateY(15px) rotate(6deg)}45%{-webkit-transform:translateY(-15px) rotate(-3.6deg);transform:translateY(-15px) rotate(-3.6deg)}60%{-webkit-transform:translateY(9px) rotate(2.4deg);transform:translateY(9px) rotate(2.4deg)}75%{-webkit-transform:translateY(-6px) rotate(-1.2deg);transform:translateY(-6px) rotate(-1.2deg)}}@keyframes wobble-ver-left{0%,to{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}0%{transform:scale(1.1)}to{transform:scale(1.04)}15%{-webkit-transform:translateY(-3px) rotate(-6deg);transform:translateY(-3px) rotate(-6deg)}30%{-webkit-transform:translateY(1px) rotate(6deg);transform:translateY(1px) rotate(6deg)}45%{-webkit-transform:translateY(-1px) rotate(-3.6deg);transform:translateY(-1px) rotate(-3.6deg)}60%{-webkit-transform:translateY(1px) rotate(2.4deg);transform:translateY(1px) rotate(2.4deg)}75%{-webkit-transform:translateY(-.6px) rotate(-1.2deg);transform:translateY(-0px) rotate(-1.2deg);transform:scale(1)}}.content-personal{column-count:2}@media (min-width: 1080px){.content-personal{column-count:3}}.footer{width:100%;background:linear-gradient(124deg,#000 0% 14%,#1f1f1f);color:var(--white);height:140px;display:flex;text-align:start;align-items:center;justify-content:flex-start}.footer-container{position:relative;display:flex;justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 15px;gap:16px}@media (min-width: 720px){.footer-container{padding:0 48px}}@media (min-width: 1080px){.footer-container{padding:0 72px}}@media (min-width: 1440px){.footer-container{padding:0 112px}}.footer-text{color:var(--white);font-size:12px;font-weight:700;line-height:24px}@media (min-width: 720px){.footer-text{font-size:14px}}.footer-link{color:var(--white);font-weight:700;line-height:24px}.footer-info-container{position:relative;display:flex;flex-direction:column;gap:4px}.footer-up-nav-container{position:relative;display:flex;flex-direction:column;align-items:flex-end;gap:4px}.footer-picture{width:48px;height:48px;image-rendering:pixelated;image-rendering:crisp-edges}.footer-up-nav{position:absolute;background:linear-gradient(124deg,#000,#1f1f1f 60%);bottom:100%;padding:12px 12px 0;right:15px}.footer-up-nav:hover .footer-up-icon{-webkit-animation:pulsate-bck .8s ease-in-out infinite both;animation:pulsate-bck .8s ease-in-out infinite both;fill:#fff}@media (min-width: 720px){.footer-up-nav{right:48px}}@media (min-width: 1080px){.footer-up-nav{right:72px}}@media (min-width: 1440px){.footer-up-nav{right:112px}}.footer-up-icon{pointer-events:none;width:32px;height:32px;fill:var(--light-grey);transition:transform .3s,fill .3s}@-webkit-keyframes pulsate-bck{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulsate-bck{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);transform:scale(1)}}.top-bar-stuck{padding-top:32px;height:72px;width:100%}.top-bar{position:relative;width:100%;background-color:transparent;z-index:999}.top-bar.is-sticky{transition:background-color .5s ease;position:fixed;top:0;left:0;padding-top:32px;padding-bottom:32px;background-color:#0000001a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);-webkit-mask-image:linear-gradient(to bottom,black 80%,transparent 100%);mask-image:linear-gradient(to bottom,black 80%,transparent 100%)}.top-bar-inner-container{display:flex;align-items:center;height:auto;justify-content:space-between;padding:0 15px}@media (min-width: 720px){.top-bar-inner-container{padding:0 48px}}@media (min-width: 1080px){.top-bar-inner-container{padding:0 72px}}@media (min-width: 1440px){.top-bar-inner-container{padding:0 112px}}.top-bar-home-container{display:flex;align-items:center;justify-content:center;height:40px;width:40px;border-radius:18px;background-color:var(--white);cursor:pointer;filter:drop-shadow(0px 5px 10px rgba(0,0,0,.15))}.top-bar-home-container:hover .top-bar-home-icon{color:#e4007c;opacity:1}.top-bar-home-icon{transition:color .1s;height:24px;width:24px;color:var(--black);opacity:.5}.top-bar-selector-group{border-radius:24px;background-color:var(--white);padding:10px;display:flex;align-items:center;gap:16px;width:300px;filter:drop-shadow(0px 5px 10px rgba(0,0,0,.15))}.top-bar-selector-wrapper{position:relative;display:flex;width:100%;height:40px;border-radius:8px}.top-bar-selector-indicator{position:absolute;bottom:0;left:0;width:33.33%;border-bottom:4px solid #000;border-radius:11216px;transition:transform .3s ease;z-index:0;background:linear-gradient(124deg,#000,#2d2d2d);text-decoration:underline}.top-bar-selector-button{z-index:1;color:var(--light-grey);font-weight:800;text-align:center;flex:1;transition:color .3s,color .3s}.top-bar-selector-button:hover{color:var(--black)}.top-bar-selector-button.m--active{color:var(--black);pointer-events:none;cursor:default}.top-bar-selector-button.m--active-item{color:var(--light-grey);pointer-events:all;cursor:pointer}.top-bar-selector-button.m--active-item:hover{color:var(--black)}.top-bar-buttons-container{display:flex}.top-bar-button-shadow{filter:drop-shadow(0px 5px 10px rgba(0,0,0,.15))}.top-bar-button{display:flex;align-items:center;text-align:center;text-decoration:none;background-color:var(--white);color:var(--light-grey);gap:8px;padding:8px 16px;font-size:16px;font-weight:700;line-height:24px;cursor:pointer;transition:outline .3s,color .3s}.top-bar-button:hover{color:#e4007c}.top-bar-button:hover .top-bar-button-icon{fill:#e4007c}.top-bar-button-left{border-radius:24px 0 0 24px;margin-right:-12px;padding-right:20px;clip-path:polygon(0% 0%,100% 0%,calc(100% - 15px) 100%,0% 100%)}.top-bar-button-right{border-radius:0 24px 24px 0;padding-left:20px;clip-path:polygon(calc(0% + 15px) 0%,100% 0%,100% 100%,0% 100%)}.top-bar-button-icon{fill:var(--light-grey);width:24px;height:24px;transition:fill .3s}.top-bar-item{flex:1;display:flex;justify-content:center}.top-bar-item:first-child>div{margin-right:auto}.top-bar-item:last-child>div{margin-left:auto}@font-face{font-family:MiSans;src:url(./MiSansLatin-Thin-BgMPGQKg.woff2) format("woff2");font-weight:100;font-style:normal}@font-face{font-family:MiSans;src:url(./MiSansLatin-ExtraLight-yUcCXhQL.woff2) format("woff2");font-weight:200;font-style:normal}@font-face{font-family:MiSans;src:url(./MiSansLatin-Light-HnzVtm2G.woff2) format("woff2");font-weight:300;font-style:normal}@font-face{font-family:MiSans;src:url(./MiSansLatin-Normal-B0PujF4n.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:MiSans;src:url(./MiSansLatin-Regular-mDc85Gd7.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:MiSans;src:url(./MiSansLatin-Medium-jjP_x0w_.woff2) format("woff2");font-weight:600;font-style:normal}@font-face{font-family:MiSans;src:url(./MiSansLatin-Demibold-B9cBjf4b.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:MiSans;src:url(./MiSansLatin-Semibold-BDZEEJ0c.woff2) format("woff2");font-weight:800;font-style:normal}@font-face{font-family:MiSans;src:url(./MiSansLatin-Bold-TFC09Fp6.woff2) format("woff2");font-weight:900;font-style:normal}@font-face{font-family:MiSans;src:url(./MiSansLatin-Heavy-CB3tCoQd.woff2) format("woff2");font-weight:1000;font-style:normal}.about-me{border-top:4px solid #000;border-bottom:4px solid #000;padding:32px 0;margin-top:32px;margin-bottom:120px;color:var(--white)}.about-me-section{display:flex;flex-direction:column;width:100%;gap:12px;box-sizing:border-box;animation:.5s fadeInUp}@keyframes fadeInUp{0%{transform:translateY(10%);opacity:0}to{transform:translateY(0);opacity:1}}.about-me-top{display:flex;height:20%;gap:8px;box-sizing:border-box;flex-direction:column}@media (min-width: 720px){.about-me-top{flex-direction:row}}.about-me-bottom{display:flex;height:80%;box-sizing:border-box;gap:8px;flex-direction:column}@media (min-width: 720px){.about-me-bottom{flex-direction:row}}.about-me-part{box-shadow:0 1px 1px #00000013,0 2px 2px #00000013,0 4px 4px #00000013,0 8px 8px #00000013,0 16px 16px #00000013;box-sizing:border-box;background:linear-gradient(124deg,#000 0% 14%,#1f1f1f);border-radius:12px;padding:24px}.about-me-based-in{width:100%}@media (min-width: 720px){.about-me-based-in{width:30%}}.about-me-education{width:100%}@media (min-width: 720px){.about-me-education{width:70%}}.about-me-work{width:100%}@media (min-width: 720px){.about-me-work{width:80%}}.about-me-tools{width:100%}@media (min-width: 720px){.about-me-tools{width:20%}}.about-me-title-group{display:flex;flex-direction:row;gap:8px;padding-bottom:24px}.about-me-title{font-size:24px;font-weight:700;line-height:24px;width:100%}.about-me-list{display:flex;flex-direction:column;gap:8px}.about-me-list-item{display:flex;flex-direction:row;justify-content:space-between;border-bottom:1px solid #636363;padding-bottom:8px}.about-me-list-description{display:flex;flex-direction:row}.about-me-description{font-size:16px;font-weight:600;line-height:24px;color:var(--white)}.about-me-icon{height:24px;width:24px;color:var(--white)}.content-details-main-section{display:flex;flex-direction:row;justify-content:space-between;color:var(--black);gap:16px}.content-details-main-info{display:flex;flex-direction:column;gap:12px}.content-details-main-group{display:flex;flex-direction:row;gap:12px;align-items:center}.content-details-link-icon-group{display:flex;flex-direction:row;align-items:center;justify-content:center;width:28px;height:28px;background-color:#fff;border-radius:16px}.content-details-link-icon-group:hover .content-details-link-icon{width:20px;height:20px}.content-details-link-icon{fill:#e4007c;width:18px;height:18px;transition:width .3s,height .3s}.content-details-main-company{font-size:22px;line-height:22px;font-weight:900}@media (min-width: 720px){.content-details-main-company{font-size:28px;line-height:28px}}.content-details-main-title{font-size:22px;font-weight:700}@media (min-width: 720px){.content-details-main-title{font-size:18px}}.content-details-main-date{font-size:16px;font-weight:700}.content-details-sections{display:flex;flex-direction:column;box-sizing:border-box;gap:42px;padding-top:32px}.content-details-title{font-size:24px;font-weight:700;line-height:24px;width:100%;padding-bottom:16px}.content-details-description{font-weight:600;line-height:24px;font-size:14px}@media (min-width: 1080px){.content-details-description{font-size:16px}}.content-details-section-text{box-shadow:0 1px 1px #00000013,0 2px 2px #00000013,0 4px 4px #00000013,0 8px 8px #00000013,0 16px 16px #00000013;box-sizing:border-box;background:linear-gradient(124deg,#000 0% 14%,#1f1f1f);border-radius:12px;padding:24px}.content-details-section-image{display:flex;justify-content:center;box-sizing:border-box;border-radius:12px;width:100%}.content-details-image{border-radius:12px;height:auto;width:550px;box-shadow:0 1px 1px #00000013,0 2px 2px #00000013,0 4px 4px #00000013,0 8px 8px #00000013,0 16px 16px #00000013}.content-details-section-video{display:flex;justify-content:center;box-sizing:border-box;border-radius:12px;width:100%;height:100%}.content-details-video{border:0;border-radius:12px;width:800px;height:100%;aspect-ratio:16/9}.content-professional{column-count:2}@media (min-width: 1080px){.content-professional{column-count:3}}.content-item{position:relative;width:100%;margin-bottom:1em;border-radius:16px;overflow:hidden;filter:drop-shadow(0px 5px 10px rgba(0,0,0,.3));cursor:pointer;transition:.3s ease;opacity:0;transform:translateY(20px)}.content-item:hover{transform:scale(1.02);filter:drop-shadow(5px 10px 10px rgba(0,0,0,.6))}.content-item:hover .content-info{padding-bottom:12px}.content-item:hover .content-learn-more{opacity:1}.visible{opacity:1;transform:translateY(0)}.content-image{width:100%;height:auto;transition:transform .3s ease;display:block}.content-info{display:flex;flex-direction:column;align-items:flex-start;align-content:flex-start;flex:1;position:absolute;box-sizing:border-box;width:100%;bottom:0;height:164px;background:linear-gradient(0deg,#000 0% 14%,#fff0);padding-left:20px;padding-right:20px;transition:.15s ease;padding-bottom:8px;font-weight:800;font-size:14px}@media (min-width: 720px){.content-info{font-size:16px}}.content-info-inner{margin-top:auto;width:100%}.content-info-details{padding-top:8px;display:flex;flex-direction:row;align-items:flex-start;align-content:flex-start;justify-content:space-between;width:100%;font-weight:700;font-size:11px}@media (min-width: 720px){.content-info-details{font-size:13px}}.content-learn-more{flex:1;opacity:0;position:absolute;text-align:center;top:50%;left:50%;transform:translate(-50%,-50%);font-size:18px;font-weight:1000;transition:.3s ease;text-shadow:3px 3px 2px rgb(0,0,0);padding:10px 0;width:50%;margin:auto;border-radius:8px}.content-learn-more-icon{transition:color .3s ease;height:24px;width:24px;padding-top:8px;color:var(--white)}
