.hero-bg-light-theme{fill:#0384c8}.hero-bg-dark-theme{fill:#1a1a1a}
.theme-toggle-button{width:var(--toggle-width);height:var(--toggle-height);padding:var(--toggle-padding);border-radius:calc(var(--toggle-width)/2);cursor:pointer;background:var(--color-bg-toggle);border:0;justify-content:space-around;align-items:center;font-size:1.5rem;line-height:1;transition:background .25s ease-in-out,box-shadow .25s ease-in-out;display:flex;position:relative}.theme-toggle-button :focus{outline-offset:5px}.theme-toggle-button :focus:not(:focus-visible){outline:none}.theme-toggle-button :hover{box-shadow:0 0 5px 2px var(--color-bg-toggle)}.theme-toggle-thumb{top:var(--toggle-padding);left:var(--toggle-padding);width:calc(var(--toggle-height) - (var(--toggle-padding)*2));height:calc(var(--toggle-height) - (var(--toggle-padding)*2));background:#fff;border-radius:50%;transition:transform .25s ease-in-out;position:absolute}
.header-desktop section{flex-flow:row;justify-content:space-between;padding:2rem;display:flex}.header-desktop section .navigation{flex-flow:row;align-items:center;display:flex}.header-desktop section nav{flex-flow:row;justify-content:space-around;width:30rem;display:flex}.header-desktop section nav a{color:var(--brand-color-white);text-decoration:none}header input{opacity:0}header h1{z-index:6;text-transform:uppercase;font-family:sans-serif;font-size:20px;font-weight:900;position:fixed;top:40px;left:40px}header h1>span{text-transform:none;opacity:.5;font-size:12px;font-weight:300}header input+label{z-index:5;width:15px;height:20px;position:fixed;top:20px;right:40px}header input+label span{background:#fff;width:100%;height:2px;margin-top:-1px;transition:all .5s;display:block;position:absolute;top:50%;left:0}header input+label span:first-child{top:3px}header input+label span:last-child{top:16px}header label:hover{cursor:pointer}header input:checked+label span{opacity:0;top:50%}header input:checked+label span:first-child{opacity:1;transform:rotate(405deg)}header input:checked+label span:last-child{opacity:1;transform:rotate(-405deg)}header input~nav{z-index:3;background:#7148fc;width:100%;height:70px;transition:all .5s .5s;position:fixed;top:0;left:0;overflow:hidden}header input~nav>ul{text-align:center;list-style:none;position:absolute;top:35%;left:20%;right:20%}header input~nav>ul>li{opacity:0;transition:all .5s}header input~nav>ul>li>a{text-transform:uppercase;color:#fff;padding:30px;font-family:sans-serif;font-weight:700;text-decoration:none;display:block}header input~nav>ul li:first-child{justify-content:center;display:flex}header input:checked~nav{height:100%;transition-delay:0s}header input:checked~nav>ul>li{opacity:1;transition-delay:.5s}.logo-theme-toggle{flex-flow:row;align-items:center;width:10rem;padding:.5rem;display:flex}.header-mobile-no-menu{z-index:1;background:#7148fc;flex-flow:row;justify-content:space-around;align-items:center;width:100%;padding:.2rem;display:flex;position:fixed}@media (min-width:1281px){.header-desktop{display:block}.header-mobile,.header-mobile-no-menu{display:none}}@media (min-width:1025px) and (max-width:1280px){.header-desktop{display:block}.header-mobile,.header-mobile-no-menu{display:none}}@media (min-width:768px) and (max-width:1024px){.header-desktop{display:none}.header-mobile,.header-mobile-no-menu{display:flex}}@media (min-width:768px) and (max-width:1024px) and (orientation:landscape){.header-desktop{display:none}.header-mobile,.header-mobile-no-menu{display:flex}}@media (min-width:481px) and (max-width:767px){.header-desktop{display:none}.header-mobile,.header-mobile-no-menu{display:flex}}@media (min-width:320px) and (max-width:480px){.header-desktop{display:none}.header-mobile,.header-mobile-no-menu{display:flex}}
.hero-profile-container{color:#fff}.hero-profile{text-align:center;flex-flow:column;justify-content:center;align-items:center;display:flex}.hero-profile p{font-size:1.25rem;font-weight:500}.hero-profile h1{margin:0 0 1rem;font-size:2.5rem;font-weight:700}.hero-profile span{margin:1rem 0;font-size:1.563rem;font-weight:500}.hero-profile img{border-radius:100%;width:6.25rem;margin-bottom:1rem}.hero-profile-tagline{background-color:#0b0b0bb3;border-radius:1rem;margin:1rem 0 2rem;padding:.5rem}.hero-profile-button-light-theme{text-transform:uppercase;text-align:center;color:var(--brand-color-blue-main);background:var(--brand-color-grey);cursor:pointer;border-radius:5rem;width:15rem;height:2.5rem;padding:1rem 1rem 2rem;font-size:.75rem;font-weight:500;text-decoration:none;transition:background .5s linear;box-shadow:0 .1rem .313rem 0 #9e9e9e}.hero-profile-button-light-theme:hover{background:#fff}.hero-profile-button-dark-theme{text-transform:uppercase;text-align:center;color:var(--brand-color-white);background:var(--main-font-color);cursor:pointer;border-radius:5rem;width:15rem;height:2.5rem;padding:1rem 1rem 2rem;font-size:.75rem;font-weight:500;text-decoration:none;transition:background .5s linear;box-shadow:0 .1rem .313rem 0 #333}.hero-profile-button-dark-theme:hover{background:#1f1f1f}@media (min-width:768px) and (max-width:1024px){.hero-profile img{display:block}.hero-profile p{display:none}.hero-profile h1{font-size:1.5rem}.hero-profile-tagline{display:none}.hero-profile-button-light-theme,.hero-profile-button-dark-theme{width:10rem;height:1rem;margin-top:1rem;padding:.5rem .5rem 1rem;font-size:.5rem;left:0}.hero-profile span{font-size:1rem}}@media (min-width:481px) and (max-width:767px){.hero-profile img,.hero-profile p{display:none}.hero-profile h1{font-size:1.5rem}.hero-profile-tagline{display:none}.hero-profile-button-light-theme,.hero-profile-button-dark-theme{width:10rem;height:1rem;margin-top:1rem;padding:.5rem .5rem 1rem;font-size:.5rem;left:0}.hero-profile span{font-size:1rem}}@media (min-width:320px) and (max-width:480px){.hero-profile img,.hero-profile p{display:none}.hero-profile h1{font-size:1.5rem}.hero-profile-tagline{display:none}.hero-profile-button-light-theme,.hero-profile-button-dark-theme{width:10rem;height:1rem;margin-top:1rem;padding:.5rem .5rem 1rem;font-size:.5rem;left:0}.hero-profile span{background:var(--main-font-color);padding:.2rem;font-size:1rem}}
.about-profile-text p{margin-bottom:1.5rem;font-size:1.5rem;font-weight:500}@media (min-width:320px) and (max-width:480px){.about-profile-text p{font-size:1rem}}
.about-profile-image svg{width:50rem;max-width:50rem}@media (min-width:1281px){.about-profile-image svg{width:50rem;max-width:50rem}}@media (min-width:1025px) and (max-width:1280px){.about-profile-image svg{width:30rem;max-width:30rem}}@media (min-width:768px) and (max-width:1024px){.about-profile-image svg{width:30rem;max-width:30rem}}@media (min-width:768px) and (max-width:1024px) and (orientation:landscape){.about-profile-image svg{width:30rem;max-width:30rem}}@media (min-width:481px) and (max-width:767px){.about-profile-image svg{width:30rem;max-width:30rem}}@media (min-width:320px) and (max-width:480px){.about-profile-image svg{width:20rem;max-width:20rem}}
.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-o-transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);z-index:2;cursor:pointer;background:0 0;border:0;font-size:32px;transition:all .25s ease-in;position:absolute;top:20px}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{content:"";border-top:8px solid #0000;border-bottom:8px solid #0000;margin:0 5px;display:inline-block}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{width:100%;position:relative}.carousel *{box-sizing:border-box}.carousel img{pointer-events:none;width:100%;display:inline-block}.carousel .carousel{position:relative}.carousel .control-arrow{background:0 0;border:0;outline:0;margin-top:-13px;font-size:18px;top:50%}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-o-transition:all .15s ease-in;white-space:nowrap;list-style:none;transition:all .15s ease-in;position:relative;transform:translate(0,0)}.carousel .thumb{-o-transition:border .15s ease-in;white-space:nowrap;border:3px solid #fff;margin-right:6px;padding:2px;transition:border .15s ease-in;display:inline-block;overflow:hidden}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{margin:0;position:relative;overflow:hidden}.carousel.carousel-slider .control-arrow{color:#fff;margin-top:0;padding:5px;font-size:26px;top:0;bottom:0}.carousel.carousel-slider .control-arrow:hover{background:#0003}.carousel .slider-wrapper{-o-transition:height .15s ease-in;width:100%;margin:auto;transition:height .15s ease-in;overflow:hidden}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{width:100%;margin:0;padding:0;list-style:none;position:relative}.carousel .slider.animated{-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.carousel .slide{text-align:center;min-width:100%;margin:0;position:relative}.carousel .slide img{vertical-align:top;border:0;width:100%}.carousel .slide iframe{border:0;width:calc(100% - 80px);margin:0 40px 40px;display:inline-block}.carousel .slide .legend{-o-transition:all .5s ease-in-out;color:#fff;text-align:center;opacity:.25;transition:all .5s ease-in-out;-o-transition:opacity .35s ease-in-out;background:#000;border-radius:10px;width:90%;margin-left:-45%;padding:10px;font-size:12px;transition:opacity .35s ease-in-out;position:absolute;bottom:40px;left:50%}.carousel .control-dots{text-align:center;z-index:1;width:100%;margin:10px 0;padding:0;position:absolute;bottom:0}@media (min-width:960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-o-transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);cursor:pointer;background:#fff;border-radius:50%;width:8px;height:8px;margin:0 8px;transition:opacity .25s ease-in;display:inline-block;box-shadow:1px 1px 2px #000000e6}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{text-shadow:1px 1px 1px #000000e6;color:#fff;padding:5px;font-size:10px;position:absolute;top:0;right:0}.carousel:hover .slide .legend{opacity:1}
.social-media-carousel-slide-light-theme{border:.5rem solid var(--main-font-color);background:var(--brand-color-blue-main);cursor:pointer;border-radius:2rem;flex-flow:row;justify-content:space-between;align-items:center;height:25rem;display:flex}.social-media-carousel-slide-dark-theme{background:var(--brand-color-blue-main);cursor:pointer;border:.5rem solid #fff;border-radius:2rem;flex-flow:row;justify-content:space-between;align-items:center;height:25rem;display:flex}.social-media-carousel-slide-logo{flex:1;width:5rem;height:5rem}.social-media-carousel-slide-content{text-align:left;color:var(--brand-color-white);flex:1;padding:2rem}.social-media-carousel-slide-content h1{font-size:2rem}.social-media-carousel-slide-content p{margin:2rem auto;font-size:1.5rem}.social-media-carousel-slide-graphic{background:#2f2f3a;border-radius:1rem;flex:1;justify-content:center;align-items:center;height:100%;display:flex}.carousel-button-light-theme{text-transform:uppercase;text-align:center;color:var(--brand-color-blue-main);background:var(--brand-color-grey);cursor:pointer;border-radius:5rem;width:15rem;height:2.5rem;padding:1rem 1rem 2rem;font-size:.75rem;font-weight:500;text-decoration:none;transition:background .5s linear;display:inline-block;box-shadow:0 .1rem .313rem 0 #9e9e9e}.carousel-button-light-theme:hover{background:#fff}.carousel-button-dark-theme{text-transform:uppercase;text-align:center;color:var(--brand-color-white);background:var(--main-font-color);cursor:pointer;border-radius:5rem;width:15rem;height:2.5rem;padding:1rem 1rem 2rem;font-size:.75rem;font-weight:500;text-decoration:none;transition:background .5s linear;display:inline-block;box-shadow:0 .1rem .313rem 0 #333}.carousel-button-dark-theme:hover{background:#1f1f1f}.carousel-root{flex-flow:column;display:flex}.carousel .thumbs-wrapper{justify-content:center;display:flex}.carousel .thumb{background-color:#fff;border-radius:1rem}.carousel .thumb:hover,.carousel .thumb.selected{border:.3rem solid var(--brand-color-blue-main)}.selected{border-radius:2.2rem}.thumbs-wrapper{border-radius:1rem}.thumbs{cursor:pointer;flex-flow:wrap;display:flex}@media (min-width:1025px) and (max-width:1280px){.social-media-carousel-slide-light-theme,.social-media-carousel-slide-dark-theme{flex-flow:column;height:40rem;padding:2rem}.social-media-carousel-slide-graphic{width:100%;padding:2rem}}@media (min-width:768px) and (max-width:1024px){.social-media-carousel-slide-light-theme,.social-media-carousel-slide-dark-theme{flex-flow:column;height:40rem;padding:2rem}.social-media-carousel-slide-graphic{width:100%;padding:2rem}.control-arrow,.thumbs{display:none}}@media (min-width:768px) and (max-width:1024px) and (orientation:landscape){.social-media-carousel-slide-light-theme,.social-media-carousel-slide-dark-theme{flex-flow:column;height:40rem;padding:2rem}.social-media-carousel-slide-graphic{width:100%;padding:2rem}.control-arrow,.thumbs{display:none}}@media (min-width:481px) and (max-width:767px){.social-media-carousel-slide-light-theme,.social-media-carousel-slide-dark-theme{flex-flow:column;height:60rem;padding:2rem}.social-media-carousel-slide-graphic{width:100%;padding:2rem}.social-media-carousel-slide-content{text-align:center}.social-media-carousel-slide-content p{padding:1rem;font-size:1rem}.carousel-button-light-theme,.carousel-button-dark-theme{width:10rem}.carousel .slide img,.control-arrow,.thumbs{display:none}}@media (min-width:320px) and (max-width:480px){.social-media-carousel-slide-light-theme,.social-media-carousel-slide-dark-theme{flex-flow:column;height:60rem;padding:2rem}.social-media-carousel-slide-graphic{width:100%;padding:2rem}.social-media-carousel-slide-content{text-align:center}.social-media-carousel-slide-content p{padding:1rem;font-size:1rem}.carousel-button-light-theme,.carousel-button-dark-theme{width:10rem}.carousel .slide img,.control-arrow,.thumbs{display:none}}
.tech-stack-container{flex-flow:wrap;justify-content:center;width:100rem;display:flex}.tech-stack{text-align:center;margin:1rem 4rem}.skill-light-theme{color:var(--main-font-color)}.skill-dark-theme{color:var(--brand-color-blue-main)}

.contact-text{text-align:center;width:100rem}.contact-text p{font-size:1.5rem;font-weight:500}.contact-text a{color:var(--brand-color-blue-main);font-weight:700;text-decoration:none}@media (min-width:320px) and (max-width:480px){.contact-text p{font-size:1rem}}
.footer-text p:first-of-type{margin-bottom:1rem}.footer-text-link-light-theme{color:var(--brand-color-white)}.footer-text-link-dark-theme{color:var(--main-font-color)}
