@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap";body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}html{scroll-behavior:smooth}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{color:#fff;background-color:#000;justify-content:space-between;padding:0 2.5%;font-size:1.5rem;display:flex}@media screen and (width<=768px){.navbar{text-align:right}}.navbar__logo{align-self:center;margin-right:auto}.navbar__items{justify-content:space-between;display:flex}.navbar__items>*{padding:1rem}.navbar__items a{color:inherit;text-decoration:none}.navbar__items a:visited{color:inherit}.navbar__items a:hover{text-decoration:none}@media only screen and (width<=1200px){.navbar__items{flex-direction:column;width:95%}}.navbar__items-link{color:#fff;justify-content:center;min-width:5em;padding:1em;text-decoration:none;transition:all 1s;display:flex}.navbar__items-link:hover{background-color:gray}.navbar__items-link a,.navbar__items-link a:link,.navbar__items-link a:visited{color:#fff;text-decoration:none}html{width:100vw}body{overflow-x:hidden}.main-grid{width:80%;margin:0 auto;padding-bottom:2em}@media only screen and (width<=1200px){.main-grid{width:95%}}.section__title{border-bottom:1px solid gray}.homepage{text-align:center;width:80%;min-height:auto;margin:0 auto;padding:0 20px;overflow:hidden}.hero{color:#fff;background:linear-gradient(to top right,#6a11cb,#2575fc);border-radius:10px;justify-content:space-between;margin:2rem 0;padding:4rem 2rem;display:flex;position:relative}.hero-content h1{opacity:0;background:linear-gradient(to bottom left,#6a11cb,#2575fc);border-radius:10px;justify-self:flex-start;margin-bottom:1rem;padding:1rem 2rem;font-size:3.5rem;font-weight:700;animation:3s ease-in-out .5s forwards fade-in;transform:translateY(10px)}.hero-content p{opacity:0;margin-bottom:2rem;font-size:1.2rem;animation:3s ease-in-out 1s forwards slide-up;transform:translateY(20px)}.cta-buttons{opacity:0;gap:1rem;margin-top:1rem;animation:3s ease-in-out 1.5s forwards fade-in;display:flex;transform:translateY(10px)}.btn{cursor:pointer;border:none;border-radius:25px;padding:.8rem 2rem;font-size:1rem;transition:all .3s}.btn.primary{color:#2575fc;background:#fff;font-weight:700}.btn.secondary{color:#fff;background:0 0;border:2px solid #fff}.btn:hover{color:#fff;background:#fff3;transform:scale(1.05)}.hero-image img{opacity:.8;border-radius:20px;max-width:400px;animation:3s ease-in-out 2s forwards zoom-in;transform:scale(.8)}.footer p{opacity:0;margin:0;animation:3s ease-in-out 2.5s forwards fade-in;transform:translateY(10px)}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes zoom-in{0%{opacity:.8;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes slide-up{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.pretty-section{text-align:left;background:#f9f9f9;border-radius:10px;margin:2rem 20px;padding:3rem 2rem;position:relative;box-shadow:0 4px 15px #0000001a}.pretty-section .content{max-width:800px;margin-left:auto;margin-right:auto}.pretty-section h2{color:#333;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.pretty-section p{color:#555;opacity:0;margin:1rem 0;font-size:1.2rem;line-height:1.6;animation:1s ease-out forwards slide-left-fade;transform:translate(50px)}.pretty-section p:nth-child(2){animation-delay:.3s}.pretty-section p:nth-child(3){animation-delay:.6s}@keyframes slide-left-fade{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.mid-sections{justify-content:space-between;gap:2rem;margin-top:2rem;display:flex}.mid-sections>:first-child{flex-basis:70%}.mid-sections>:last-child{flex-basis:30%}@media screen and (width<=768px){.mid-sections{flex-direction:column}}.about{text-align:left;cursor:pointer;background:linear-gradient(90deg,#ffe7e7,#f6c5db);border-radius:15px;padding:2.5rem;box-shadow:0 6px 20px #0000001a}.about .container{background:linear-gradient(90deg,#f6c5db,#ffe7e7);flex-direction:column;padding:2rem;display:flex}.about .animation-status{color:#666;background:linear-gradient(90deg,#f6c5db,#ffe7e7);border:1px solid #ddd;border-radius:5px;align-self:flex-end;width:fit-content;padding:.5rem;font-size:.8rem}.about .fade-in{opacity:0;animation:1s ease-in forwards fadeIn}.about .delay-1{animation-delay:1s}.about .staggered-list{padding:0;line-height:2;list-style:none}.about .staggered-list .list-item{opacity:0;white-space:normal;animation:1s ease-out forwards slideIn;display:block;transform:translate(50px)}.about .staggered-list .no-break{white-space:nowrap;display:inline-flex}.about .staggered-list .letter{opacity:0;animation:ease-out forwards spinAndSlideIn;display:inline-block;transform:translate(20px)rotate(360deg)}.about .staggered-list .space{width:.3rem;display:inline-block}.about.animations-stopped *{opacity:1!important;animation:none!important;transform:none!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes spinAndSlideIn{0%{opacity:0;transform:translate(20px)rotate(1080deg)}10%{opacity:1}to{opacity:1;transform:translate(0)rotate(0)}}.container{background:linear-gradient(270deg,#e76363,#420d25);border-radius:10px;padding:2rem}.skills-wrapper{background:linear-gradient(90deg,#e76363,#420d25);border-radius:10px;flex-direction:column;align-items:center;margin:0 0 0 10px;padding:3rem 2rem;display:flex}.skills-container{text-align:left;background:linear-gradient(90deg,#e76363,#420d25);border-radius:10px;flex-direction:column;align-items:center;min-width:50%;margin:20px;padding:3rem 2rem;display:flex;box-shadow:0 4px 15px #0000001a}.skills-list{padding:2rem;animation:1s ease-in-out slide-in}.skill-item{border-radius:5px;align-items:center;margin-bottom:1rem;padding:1rem;animation:1s ease-in-out slide-up;display:flex}@keyframes slide-in{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.work-experience{box-sizing:border-box;flex-direction:column;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.work-experience:not(:last-child){border-bottom:1px dotted gray}.work-experience *{box-sizing:inherit;margin:0;padding:0}.work-experience__title{justify-self:flex-start;font-size:1.5em;font-weight:600}.work-experience__date{text-align:right}.work-experience__heading{justify-content:space-around;align-items:center;width:100%;display:flex}@media only screen and (width<=1000px){.work-experience__heading{flex-direction:column}}.work-experience__heading>*{flex-basis:33.33%}.work-experience__heading-title{color:#5151dd;text-align:left;font-weight:600}.work-experience__heading-company{text-align:center}.work-experience__heading-date{text-align:end}.work-experience__company p{font-size:.8em;font-weight:300}.work-experience__description{width:100%}.work-experience__description ul{margin-top:1em;margin-left:2rem;font-size:1.5em}@keyframes slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slide-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}.educations-container{flex-flow:wrap;justify-content:space-between;display:flex}.educations-container .education-data{flex-direction:column;padding:.5em;display:flex}.educations-container-print{flex-direction:column;justify-content:space-around;display:flex}.educations{box-sizing:border-box;background-color:beige;border-radius:.5em;flex-direction:column;max-width:33%;margin:.3em;padding:.5em;font-size:.8em;display:flex}.educations:not(:last-child){border-bottom:1px dotted gray}@media only screen and (width<=1100px){.educations{flex-direction:column}}.educations>*{text-align:center;flex-basis:20%}.educations__date{font-style:italic}.educations__institution-link{color:#fff;border-radius:.2em;justify-content:space-around;align-items:center;padding:.2em;text-decoration:none;display:flex}@media only screen and (width<=1200px){.educations__institution-link{flex-direction:column-reverse;justify-content:center;align-items:center}}.educations__institution-link:hover{background-color:#f2bde9}.educations__institution-link:hover .educations__title{background-color:#ad9abf;transition:all 1s ease-in-out}.educations__title{background-color:#75a3a0;border-radius:1em;padding:.5em;transition:all 1s ease-in-out}.educations__image-container{max-width:2em;max-height:2em;padding-right:.5em}.educations__image-container img{object-fit:contain;width:100%;height:100%}@media only screen and (width<=1200px){.educations__image-container{display:flex}}.education__item{border:1px solid #000}@media only screen and (width<=1200px){.about-me{display:none}.main-page{flex-direction:column}}.coffee-images-container{max-width:900px;margin:0 auto;padding:1em 2em}@media screen and (width<=600px){.coffee-images-container{padding:1em}}.promise-tabs{border-bottom:2px solid #e0e0e0;flex-wrap:wrap;justify-content:flex-start;gap:.4em;margin:1.5em 0 0;padding-bottom:0;display:flex}.promise-tab{color:#555;cursor:pointer;text-align:center;word-break:break-word;-webkit-hyphens:none;hyphens:none;background:#f5f5f5;border:2px solid #e0e0e0;border-bottom:none;border-radius:6px 6px 0 0;margin-bottom:-2px;padding:.6em .5em;font-size:.8em;transition:background .2s,color .2s}.promise-tab:hover{color:#222;background:#e8eaf0}.promise-tab--active{color:#2575fc;background:#fff;border-color:#e0e0e0 #e0e0e0 #fff;border-bottom-style:solid;border-bottom-width:2px;font-weight:600}.promise-description{text-align:left;background:#f0f4ff;border:1px solid #c5d3f5;border-top:none;border-radius:0 0 8px 8px;min-height:6em;margin:0 0 1em;padding:1.2em 1.5em}.promise-description h3{color:#1a1a2e;margin:0 0 .4em;font-size:1.1em}.promise-description p{color:#444;margin:0;font-size:.95em;line-height:1.5}.promise-tab-panel{background:#fff;border:2px solid #e0e0e0;border-top:none;border-radius:0 0 10px 10px;padding:1.5em}.promise-controls{background:#fafafa;border:1px solid #e8e8e8;border-radius:8px;flex-direction:column;align-items:center;gap:.8em;margin-bottom:1.5em;padding:1.2em;display:flex}.promise-controls:before{content:"Configure";letter-spacing:.08em;text-transform:uppercase;color:#888;align-self:flex-start;font-size:.75em;font-weight:600;display:block}.promise-scenario-toggle{border:2px solid #e0e0e0;border-radius:6px;gap:0;margin-bottom:1.2em;display:inline-flex;overflow:hidden}.promise-scenario-btn__icon{margin-right:.4em}.promise-scenario-btn{color:#2e7d32;cursor:pointer;background:#e8f5e9;border:none;border-right:1px solid #e0e0e0;padding:.4em 1.1em;font-size:.85em;transition:background .15s,color .15s}.promise-scenario-btn:last-child{border-right:none}.promise-scenario-btn:hover:not(:disabled){filter:brightness(.95)}.promise-scenario-btn--active{color:#c62828;background:#ffebee;font-weight:600}.promise-scenario-btn:disabled{opacity:.5;cursor:not-allowed}.promise-groups-title{margin:.5em 0;font-size:2em;font-weight:700}@media screen and (width<=600px){.promise-groups-title{text-align:center;padding:0 5vw;font-size:1.5em}}.home-container{background-color:orange;grid-template:"left right right"1fr"left bottom bottom"1fr/1fr 1fr 1fr;gap:15px 10px;width:100vw;height:100vh;display:grid}@media only screen and (width<=1000px){.home-container{top:2em}}.left{grid-area:left}.left .grid-item{background-color:green}.right{grid-area:right}.right .grid-item{background-color:#ff0}.bottom{grid-area:bottom}.bottom .grid-item{background-color:#00f}.grid-container{flex-wrap:wrap;display:flex;overflow:hidden}.grid-container.left{color:#fff;flex-direction:column-reverse}.grid-container.right{color:#ff8c00}.grid-container.bottom{color:#90ee90;flex-direction:column}.grid-item{border:1px solid red;border-radius:5px;flex:32%;justify-content:center;align-items:center;margin:2px;display:flex}.home-title{color:#1515b5;opacity:0;font-size:2em;animation-fill-mode:forwards}.home-intro{color:#1515b5;opacity:0;width:50%;margin:0 auto;font-size:2em;animation-fill-mode:forwards;position:relative}.animation-1{opacity:0;transform-origin:0;animation-name:animation-1;animation-duration:1s;animation-delay:1.5s;animation-fill-mode:forwards}.animation-2{opacity:0;animation-name:animation-2;animation-duration:1s;animation-delay:2s;animation-fill-mode:forwards}.animation-3{opacity:0;animation-name:animation-3;animation-duration:1s;animation-delay:5.5s;animation-fill-mode:forwards}.animation-4{animation-name:animation-4;animation-duration:1s;animation-fill-mode:forwards}.animation-5{animation-name:animation-5;animation-duration:1s;animation-delay:.5s;animation-fill-mode:forwards}.animation-6{opacity:0;transform-origin:0 100%;animation-name:animation-6;animation-duration:3s;animation-delay:2.5s;animation-fill-mode:forwards;display:inline-block}.ani-async-1s{animation-name:ani-async;animation-duration:1s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}.ani-async-2s{animation-name:ani-async;animation-duration:2s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}.ani-async-3s{animation-name:ani-async;animation-duration:3s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}.promise-all{border:1px solid #e0e0e0;border-radius:8px;padding:2em}.test{flex-direction:column;flex-basis:50%;align-items:center;display:flex}.result{box-sizing:border-box;border:1px solid #ccc;border-radius:8px;flex-basis:50%;justify-content:center;align-self:stretch;align-items:center;min-width:10em;margin:1em;padding:1em;font-size:1.2em;transition:background-color 1s;display:flex}.result--not-started,.result--pending{background-color:#e8eaf0}.result--fulfilled{background-color:#2e7d32}.result--rejected{background-color:#c62828}.result-text{flex-direction:column;align-items:center;display:flex}.example{justify-content:center;align-items:stretch;gap:1em;padding:1em 0;display:flex}@media screen and (width<=600px){.example{flex-direction:column;padding:10px}}.anim-container{border:1px solid #e0e0e0;border-radius:8px;min-width:13em;margin:1em;padding:1em}.animation-ui-button{color:#1515b5;background-color:#0ff;border-radius:.5em;padding:1em;transition:all .2s ease-in-out;box-shadow:1px 1px 1px #000}.animation-ui-button:hover{color:#0ff;background-color:#1515b5;transform:translateY(-2px);box-shadow:3px 3px 3px #000}.animation-ui-button:active{outline:none;transform:translateY(1px);box-shadow:1px 1px 1px #000}.animation-ui-button:disabled{color:#fff;box-shadow:none;background-color:gray;transform:none}@keyframes ani-async{0%{left:0}to{left:calc(100% - 1.5em)}}@keyframes animation-6{0%{opacity:0;transform:translate(100%)}20%{transform:translate(0)}25%{transform:translate(0)rotate(100deg)}30%{transform:translate(0)rotate(82deg)}35%{transform:translate(0)rotate(98deg)}40%{transform:translate(0)rotate(84deg)}45%{transform:translate(0)rotate(96deg)}50%{transform:translate(0)rotate(86deg)}55%{opacity:1;transform:translate(0)rotate(94deg)}60%{opacity:1;transform:translate(0)rotate(88deg)}65%{opacity:1;transform:translate(0)rotate(90deg)}to{opacity:0;visibility:hidden;color:red;display:none;transform:translateY(1500%)rotate(90deg)}}@keyframes animation-1{0%{opacity:0;transform:translateY(100%)rotate(90deg)}50%{opacity:1;transform:translateY(0%)rotate(90deg)}to{opacity:1;color:red;transform:translateY(0)}}@keyframes animation-2{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes animation-3{0%{opacity:0;position:absolute;transform:translate(100%)}to{opacity:1;color:purple;transform:translate(-25%)}}@keyframes animation-4{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes animation-5{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}.anim-track{margin:.5em 0}.anim-track__labels{color:inherit;opacity:.8;justify-content:space-between;margin-bottom:.25em;font-size:.8em;display:flex}.anim-track__runner{height:2em;position:relative}.anim{background:0 0;font-size:1.5em;line-height:1;transition:left .4s;position:absolute;left:0;transform:scaleX(-1)}.anim-icon{animation:.25s anim-pop;display:inline-block}@keyframes anim-pop{0%{opacity:0;transform:scale(.3)}to{opacity:1;transform:scale(1)}}.anim-container{border:2px solid #e0e0e0;border-radius:8px;min-width:13em;margin:1em;padding:1em;transition:background-color 1s}.anim-container--not-started{color:#333;background-color:#e8eaf0}.anim-container--pending{color:#333;background-color:#e8eaf0;animation:1s ease-in-out infinite pulse-border}.anim-container--fulfilled{color:#fff;background-color:#2e7d32}.anim-container--rejected{color:#fff;background-color:#c62828}.anim-label{color:inherit;margin:0 0 .5em;font-size:.9em;font-weight:700}@keyframes pulse-border{0%,to{border-color:#e0e0e0}50%{border-color:#2575fc}}.tech-and-lang{width:100%}.tech-and-lang .technologies,.tech-and-lang .languages{flex-wrap:wrap;place-content:space-around;align-items:center;display:flex}.tech-and-lang .technologies .language-item,.tech-and-lang .technologies .tech-item,.tech-and-lang .languages .language-item,.tech-and-lang .languages .tech-item{border-radius:5px;flex:0 0 10%;align-self:center;margin:.1em 0;padding:.2em 2em}.projects *{margin:0;padding:0}.projects{flex-direction:column;place-content:center;margin-bottom:.1em;padding:1em 0;display:flex}.projects:not(:last-child){border-bottom:2px dashed gray}.projects__technologies{text-align:center;flex-direction:column;flex:0 0 50%;display:flex}.projects__technologies-list{flex-wrap:wrap;align-content:center;display:flex}.projects__technologies-list li{background-color:#ddd;border:1px solid gray;flex:1 0 25%;margin:0;padding:0;list-style:none}.projects__name{flex-basis:30%;align-self:center}.projects__maintaining{flex-basis:20%;align-self:center}.projects__details{justify-content:space-around;align-items:center;display:flex}@media only screen and (width<=1000px){.projects__details{flex-direction:column}}.interests{flex-wrap:wrap;justify-content:space-around;display:flex}.interests .interest-item{padding:0 2em}.social-items{background-color:#eee9e9;border-radius:10px;justify-content:center;align-items:center;width:50%;height:3em;margin:0 auto .3em;transition:transform .1s;display:flex}.social-items:hover{transform:translateY(-1px);box-shadow:0 1px 1px 1px #0000004d}.social-items:active{transform:translateY(1px);box-shadow:1px 1px 1px #0000004d}@media only screen and (width<=1100px){.social-items{width:90%}}.social-items a,.social-items a:link,.social-items a:link{color:#000;text-decoration:none}.social-items p{margin:0;padding:0}.social-items__item{align-items:center;padding:.3em;display:flex}.course__filter{border:1px solid #ccc;border-radius:4px;outline:none;width:50%;margin:15px 0;padding:10px 15px;font-size:16px;transition:border-color .2s ease-in-out}.course__filter:focus{border-color:#0077b6}.course{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));justify-content:center;gap:20px;display:grid}.course .course__card{text-align:center;background-color:#fff;border-radius:5px;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 6px #0000001a}.course .course__card:hover{transform:translateY(-5px);box-shadow:0 8px 12px #00000026}.course .course__card .course__card__image__container{height:200px;padding:1em;position:relative;overflow:hidden}.course .course__card .course__card__image__container:before{content:"";opacity:.1;z-index:1;border-radius:10em;width:100%;height:100%;margin:1em;display:block;position:absolute;top:0;left:0}.course .course__card .course__card__image__container .course__card__image__container__image{z-index:2;object-fit:contain;border-radius:35%;width:100%;height:100%;display:block;position:relative}.course .course__card .course__card__name{padding:16px}.course .course__card .course__card__name .course_card_link{color:#1a73e8;font-size:18px;font-weight:700;text-decoration:none;transition:color .3s}.course .course__card .course__card__name .course_card_link:hover{color:#0d5bdc}.course .course__card .course__card__description{color:#333;flex-grow:1;padding:0 16px 16px;font-size:16px;font-style:italic;overflow-y:auto}.course .course__card .course__card__institution{font-weight:700}.blog-post{justify-content:space-between;align-items:center;width:100%;display:flex}.blog-post>*{text-align:center;flex-basis:33%}.books{box-sizing:border-box;flex-direction:column;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.books:not(:last-child){border-bottom:1px dotted gray}.books *{box-sizing:inherit;margin:0;padding:0}.books__title{justify-self:flex-start;font-size:1.5em;font-weight:600}.books__date{text-align:right}.books__heading{justify-content:space-around;align-items:center;width:100%;display:flex}@media only screen and (width<=1000px){.books__heading{flex-direction:column}}.books__heading>*{flex-basis:33.33%}.books__heading-title{color:#5151dd;text-align:left;font-weight:600}.books__heading-company{text-align:center}.books__heading-date{text-align:end}.books__company p{font-size:.8em;font-weight:300}.books__description{width:100%}.books__description ul{margin-top:1em;margin-left:2rem;font-size:1.5em}.books-container{text-align:center;background-color:#f0f8ff;border-radius:1em;flex-flow:wrap;justify-content:center;padding:1em;display:flex}.books-container.series{text-align:left}.book-series{border-radius:2em;align-self:stretch;margin:.5em;padding:1em}.book-series ul{margin:0;padding:0}.odd-one{background-color:#aabac8}.even-one{background-color:#7fffd4}.slide-in-right{animation-name:slide-in-right;animation-duration:1s}.slide-in-left{animation-name:slide-in-left;animation-duration:1s}.image-container{flex-direction:column;justify-content:space-between;width:7em;margin:.1em;animation:1s linear sliddy;display:flex}.image-book{border-radius:1em;width:100%;max-width:100%;height:100%;max-height:100%}@keyframes sliddy{0%{transform:translate(-150rem)}to{transform:translateX(0), skewX(25deg)}}.podcast__name{font-weight:700}@media only screen and (width<=1200px){.about-me{display:none}.main-page{flex-direction:column}}.footer{color:#fff;text-align:center;background-color:#333;margin-top:20px;padding:20px;font-size:.8em}
