.themeSwitcher_toggle-switch__V5SrE{position:relative;width:64px;margin-left:auto;transform:translate(-32px,-16px)}.themeSwitcher_theme-label__uuyid{position:absolute;width:100%;height:32px;background-color:var(--secondary);border-radius:50px;cursor:pointer}.themeSwitcher_theme-label__uuyid input{position:absolute;display:none}.themeSwitcher_slider__GsJLO{position:absolute;width:100%;height:100%;border-radius:50px;transition:.3s}.themeSwitcher_theme-label__uuyid input:checked~.themeSwitcher_slider__GsJLO{background-color:var(--secondary-dark)}.themeSwitcher_slider__GsJLO:before{content:"";position:absolute;top:-1px;left:0;width:34px;height:34px;border-radius:50%;background-color:var(--primary);box-shadow:none;transition:.4s;transition-timing-function:cubic-bezier(.68,-.55,.27,1.55)}.themeSwitcher_theme-label__uuyid input:checked~.themeSwitcher_slider__GsJLO:before{transform:translateX(30px);box-shadow:inset -9px -1px 0 0 var(--secondary-light);background-color:var(--secondary-dark)}@media (max-width:500px){.themeSwitcher_toggle-switch__V5SrE{width:32px}.themeSwitcher_theme-label__uuyid input:checked~.themeSwitcher_slider__GsJLO:before{transform:translateX(0)}}.layout_main__aOLSO{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;margin-top:64px;margin-bottom:0;min-height:88vh}.layout_icon-container__JL_3S{display:flex;flex-direction:row;justify-content:space-evenly}.layout_icon-container__JL_3S svg{height:24px;width:24px;margin:0 .4rem;fill:var(--secondary);transition:all .25s}.layout_icon-container__JL_3S svg:hover{fill:var(--primary)}.layout_footer__prWjH{display:flex;flex-direction:row;padding:.4rem .4rem 0;justify-content:flex-start;align-content:center}.layout_topMenu__L8HCr{position:fixed;top:0;left:0;display:flex;flex-direction:row;flex-wrap:nowrap;list-style:none;align-items:center;z-index:10;width:100%;background-color:var(--background);max-height:6rem;font-weight:700;font-size:16px}.layout_topMenuItem__bbKQU{padding:0 1rem;display:flex;flex-wrap:wrap;align-content:center;height:60px;color:var(--secondary-dark)}.layout_topMenuItem__bbKQU:last-child{flex:1 1}.layout_siteLogo__JLYXS{height:64px;width:64px;min-width:32px;min-height:32px;margin:12px 0 0}.layout_menuLinks__qPzEK{justify-content:center;align-content:center;display:flex;flex-direction:row;box-shadow:rgba(var(--background),.4);margin-left:0;left:0;font-size:18px;width:100%;margin-top:0}.layout_menuLinks__qPzEK:focus-within{top:100%;opacity:1;transition-duration:.25s;transition-delay:-.25s;transition-property:top}@media (min-width:768px){.layout_menuLinks__qPzEK{margin-left:1rem;font-weight:700;transition:all .4s;flex-direction:row;opacity:1;font-size:2rem}}@media(max-width:500px){.layout_topMenuItem__bbKQU{padding:0 4px}}.projects_tag-cloud__8eOXc{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;margin-bottom:2.5rem}.projects_tag-cloud__8eOXc button{margin-bottom:.4rem}.projects_filter-button__RfPzh{margin:0 .2rem;background:none;border:1px solid var(--secondary-dark);color:var(--secondary-dark)}.projects_filter-button__RfPzh:hover{background-color:var(--secondary-dark);color:var(--background)}.projects_filter-button-active___YFwG{margin:0 .2rem;border:1px solid var(--primary-light);background-color:var(--primary)}.projects_projects-container__vJAi2{max-width:1200px;display:grid;grid-template-columns:repeat(1,1fr);grid-gap:.5rem;margin-bottom:4rem;list-style:none;min-height:50vh;max-width:1400px}.projects_project-card__UalSK{display:flex;flex-direction:column;align-content:center;text-align:center;justify-content:center;object-fit:cover;transition:all .2s;position:relative}.projects_project-card__UalSK:hover{transform:translateY(-10px);box-shadow:4px 4px 4px 2px #d3d3d3;transition:all .2s}.projects_project-tray__cZ9sT a{text-decoration:none;color:#3e272b}.projects_project-tray__cZ9sT h2{max-width:100%;font-size:1.2rem;margin:.4rem 0;color:#3e272b;display:inline-flex}.projects_project-tray__cZ9sT .projects_content__y2M_f{height:8rem}.projects_icon-tray__VH2Rh{display:flex;flex-direction:row;justify-content:space-around;align-content:center;padding:.5rem;height:48px;border-top:1px solid gray}.projects_icon-tray__VH2Rh svg{height:32px;width:32px;fill:var(--secondary);transition:fill .3s}.projects_icon-tray__VH2Rh svg:hover{fill:var(--primary);transition:fill .3s}.projects_icon-wrap__fgv1s{position:relative}.projects_icon-wrap__fgv1s:hover>.projects_project-tooltip__umQfW{display:block;opacity:1;transition:all .2s}.projects_svg-icon___YHuX{height:32px;width:32px}.projects_project-image__r_mMM{position:relative;object-fit:cover;min-height:250px;height:50%}.projects_text-link__dzbdm{text-decoration:none}.projects_project-tooltip__umQfW{position:absolute;display:flex;flex-direction:row;width:150px;min-width:100px;max-width:250px;font-size:12px;text-align:center;top:-3rem;padding:.5rem;background-color:orange;border-radius:12px;color:#fff;display:none;z-index:10;opacity:0;transition:all .4s}.projects_project-tooltip__umQfW:after{content:"";position:absolute;top:calc(100%-2px);left:15%;width:0;height:0;border-top:10px solid orange;border-left:10px solid transparent;border-right:10px solid transparent}@supports not (display:grid){.projects_projects-container__vJAi2{display:flex;flex-direction:row}.projects_project-card__UalSK{width:50%}}@media (min-width:750px){.projects_projects-container__vJAi2{grid-template-columns:repeat(2,1fr)}.projects_project-card__UalSK{padding:1rem}}@media (min-width:1200px){.projects_projects-container__vJAi2{grid-template-columns:repeat(3,1fr)}}@keyframes projects_tooltip__7ZEXN{0%{opacity:0;transform:scale(.1);transform:translateY(60px)}75%{opacity:.9;transform:scale(1.2)}80%{transform:scaleY(.9)}to{opacity:1;transform:scale(1)}}