@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap";.nav__menu.svelte-1elxaub{align-items:center;display:flex}.nav__list.svelte-1elxaub{column-gap:2rem;margin:0;padding:0;list-style:none;display:flex}.nav__link.svelte-1elxaub{color:var(--title-color);font-weight:var(--font-medium);transition:color .3s}.nav__link.svelte-1elxaub:hover,.nav__link.active-link.svelte-1elxaub{color:var(--first-color)}:root{--header-height:3rem;--hue-color:235;--first-color:hsl(var(--hue-color), 69%, 61%);--first-color-second:hsl(var(--hue-color), 69%, 61%);--first-color-alt:hsl(var(--hue-color), 57%, 35%);--first-color-lighter:hsl(var(--hue-color), 92%, 85%);--title-color:hsl(var(--hue-color), 8%, 15%);--text-color:hsl(var(--hue-color), 8%, 35%);--text-color-light:hsl(var(--hue-color), 8%, 65%);--input-color:hsl(var(--hue-color), 70%, 96%);--body-color:hsl(var(--hue-color), 60%, 99%);--container-color:#fff;--scroll-bar-color:hsl(var(--hue-color), 12%, 90%);--scroll-thumb-color:hsl(var(--hue-color), 12%, 80%);--body-font:"Poppins", sans-serif;--big-font-size:2rem;--h1-font-size:1.5rem;--h2-font-size:1.25rem;--h3-font-size:1.125rem;--normal-font-size:.938rem;--small-font-size:.813rem;--smaller-font-size:.75rem;--font-medium:500;--font-semi-bold:600;--mb-0-25:.25rem;--mb-0-5:.5rem;--mb-0-75:.75rem;--mb-1:1rem;--mb-1-5:1.5rem;--mb-2:2rem;--mb-2-5:2.5rem;--mb-3:3rem;--z-tooltip:10;--z-fixed:100;--z-modal:1000}.dark-theme{--first-color-second:hsl(var(--hue-color), 30%, 8%);--first-color-alt:hsl(var(--hue-color), 57%, 63%);--first-color-lighter:hsl(var(--hue-color), 92%, 75%);--title-color:hsl(var(--hue-color), 8%, 95%);--text-color:hsl(var(--hue-color), 8%, 75%);--text-color-light:hsl(var(--hue-color), 8%, 55%);--input-color:hsl(var(--hue-color), 29%, 16%);--body-color:hsl(var(--hue-color), 28%, 12%);--container-color:hsl(var(--hue-color), 29%, 16%);--scroll-bar-color:hsl(var(--hue-color), 12%, 48%);--scroll-thumb-color:hsl(var(--hue-color), 12%, 36%)}@media screen and (width>=968px){:root{--big-font-size:3rem;--h1-font-size:2.25rem;--h2-font-size:1.5rem;--h3-font-size:1.25rem;--normal-font-size:1rem;--small-font-size:.875rem;--smaller-font-size:.813rem}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background-color:var(--body-color);scrollbar-gutter:stable;min-height:100%;overflow-y:scroll}body{font-family:var(--body-font);font-size:var(--normal-font-size);background-color:var(--body-color);color:var(--text-color);min-height:100vh;margin:0}h1,h2,h3,h4{color:var(--title-color);font-weight:var(--font-semi-bold)}ul{list-style:none}a{text-decoration:none}img{max-width:100%;height:auto}.section{padding:1rem 0}.section__title{font-size:var(--h1-font-size);color:var(--first-color-alt);padding:1rem 0}.section__subtitle{font-size:var(--small-font-size);margin-bottom:var(--mb-3);display:block}.section__title,.section__subtitle{text-align:center}*{transition:background-color .3s,color .3s,border-color .3s,fill .3s}.container{max-width:768px;margin-left:var(--mb-1-5);margin-right:var(--mb-1-5)}.grid{gap:1.5rem;display:grid}.header{width:100%;z-index:var(--z-fixed);background-color:var(--body-color);position:fixed;bottom:0;left:0}.nav{max-width:968px;height:var(--header-height);justify-content:space-between;align-items:center;display:flex}.nav__logo{color:var(--title-color);font-weight:var(--font-medium)}.nav__logo:hover{color:var(--first-color)}.change-theme{color:var(--title-color);margin-right:var(--mb-1);cursor:pointer;font-size:1.25rem;transition:color .3s}.change-theme:hover{color:var(--first-color)}.scroll-header{box-shadow:0 -1px 4px #00000026}.loading{min-height:200px;color:var(--text-color);font-size:var(--normal-font-size);opacity:.7;justify-content:center;align-items:center;display:flex}.loading:after{content:"";border:2px solid var(--first-color);border-top-color:#0000;border-radius:50%;width:12px;height:12px;margin-left:8px;animation:.8s linear infinite loading-spinner;display:inline-block}@keyframes loading-spinner{to{transform:rotate(360deg)}}.home__container{gap:1rem}.home__content{grid-template-columns:.5fr 3fr;align-items:center;padding-top:3.5rem}.home__social{grid-template-columns:max-content;row-gap:1rem;display:grid}.home__social-icon{color:var(--first-color);font-size:1.25rem}.home__social-icon:hover{color:var(--first-color-alt)}.home__blob{width:200px;fill:var(--first-color-alt)}.home__blob-img{width:100%}.home__data{grid-column:1/3}.home__title{font-size:var(--big-font-size);color:var(--first-color-alt)}.home__subtitle{font-size:var(--h3-font-size);color:var(--text-color);font-weight:var(--font-medium);margin-bottom:var(--mb-0-75)}.home__scroll{display:none}.home__scroll-button{color:var(--first-color);transition:all .3s}.home__scroll-button:hover{transform:translateY(.25rem)}.home__scroll-mouse{font-size:2rem}.home__scroll-name{font-size:var(--small-font-size);color:var(--title-color);font-weight:var(--font-medium);margin-right:var(--mb-0-25)}.home__scroll-arrow{font-size:1.25rem}.button{background-color:var(--first-color);color:#fff;font-weight:var(--font-medium);border-radius:.5rem;padding:1rem;display:inline-block}.button:hover{background-color:var(--first-color-alt)}.button__icon{margin-left:var(--mb-0-5);font-size:1.25rem;transition:all .3s}.button--flex{align-items:center;display:inline-flex}.button--small{padding:.75rem 1rem}.button--link{color:var(--first-color);background-color:#0000;padding:0}.button--link:hover{color:var(--first-color-alt);background-color:#0000}.about__img{border-radius:.5rem;place-self:center;width:200px}.about__container{flex-direction:column;justify-content:center;align-items:center;display:flex}.about__description{text-align:center;margin-bottom:var(--mb-2-5);white-space:pre-line}.about__info{margin-bottom:var(--mb-2-5);justify-content:space-evenly;display:flex}.about__info-title{font-size:var(--h2-font-size);font-weight:var(--font-semi-bold);color:var(--title-color)}.about__info-name{font-size:var(--smaller-font-size)}.about__info-title,.about__info-name{text-align:center;display:block}.about__buttons{text-align:center;justify-content:center;align-items:center;width:100%;display:flex}.qualification__tabs{margin-bottom:var(--mb-2);justify-content:space-evenly;display:flex}.qualification__button{font-size:var(--h3-font-size);font-weight:var(--font-medium);cursor:pointer}.qualification__button:hover{color:var(--first-color)}.qualification__icon{margin-right:var(--mb-0-25);font-size:1.8rem}.qualification__data{grid-template-columns:1fr max-content 1fr;column-gap:.5rem;display:grid}.qualification__left{text-align:right}.qualification__right{text-align:left}.qualification__title{font-size:var(--normal-font-size);font-weight:var(--font-medium)}.qualification__subtitle{font-size:var(--small-font-size);display:inline-block}.qualification__calendar{font-size:var(--smaller-font-size);color:var(--text-color-light)}.qualification__rounder{background-color:var(--first-color);border-radius:50%;width:13px;height:13px;display:inline-block}.qualification__line{background-color:var(--first-color);width:1px;height:100%;display:block;transform:translate(6px,-7px)}.qualification [data-content]{display:none}.qualification__active[data-content]{display:block}.qualification__button.qualification__active{color:var(--first-color)}.footer{padding-top:2rem}.footer__container{row-gap:3.5rem}.footer__bg{background-color:var(--first-color-second);padding:2rem 0 3rem}.footer__title{font-size:var(--h1-font-size);margin-bottom:var(--mb-0-25)}.footer__subtitle{font-size:var(--small-font-size)}.footer__links{flex-direction:column;row-gap:1.5rem;display:flex}.footer__link:hover{color:var(--first-color-lighter)}.footer__social{margin-right:var(--mb-1-5);font-size:1.25rem}.footer__social:hover{color:var(--first-color-lighter)}.footer__copy{font-size:var(--smaller-font-size);text-align:center;color:var(--text-color-light);margin-top:var(--mb-3)}.footer__title,.footer__subtitle,.footer__link,.footer__social{color:#fff}.scrollup{background-color:var(--first-color);z-index:var(--z-tooltip);border-radius:.4rem;padding:0 .3rem;transition:all .4s;position:fixed;bottom:-20%;right:1rem}.scrollup:hover{background-color:var(--first-color-alt)}.scrollup__icon{color:#fff;font-size:1.5rem}.show-scroll{bottom:5rem}::-webkit-scrollbar{background-color:var(--scroll-bar-color);border-radius:.5rem;width:.6rem}::-webkit-scrollbar-thumb{background-color:var(--scroll-thumb-color);border-radius:.5rem}::-webkit-scrollbar-thumb:hover{background-color:var(--text-color-light)}@media screen and (width<=767px){.home__data{text-align:center}}@media screen and (width<=350px){.container{margin-left:var(--mb-1);margin-right:var(--mb-1)}.home__blob{width:180px}.qualification__data{gap:.5rem}.services__container{grid-template-columns:max-content;justify-content:center}.services__content{padding-right:3.5rem}.services__modal{padding:.5rem}}@media screen and (width>=568px){.home__content{grid-template-columns:max-content 1fr 1fr}.home__data{grid-column:initial}.home__img{order:1;justify-self:center}.about__container,.footer__container{grid-template-columns:repeat(2,1fr)}.qualification__sections{grid-template-columns:.6fr;justify-content:center;display:grid}}@media screen and (width>=768px){.container{margin-left:auto;margin-right:auto}body{margin:0}.section{padding:3rem 0 1rem}.header{top:0;bottom:initial}.header,.main,.footer__container{padding:0 1rem}.nav{height:calc(var(--header-height) + 1.5rem);column-gap:1rem}.home__container{row-gap:5rem}.home__content{column-gap:2rem;padding-top:5.5rem}.home__blob{width:270px}.home__scroll{display:block}.home__scroll-button{margin-left:3rem}.about__container{column-gap:5rem}.about__img{width:350px}.about__info{justify-content:space-between}.qualification__tabs{justify-content:center}.qualification__button{margin:0 var(--mb-1)}.qualification__sections{grid-template-columns:.5fr}.services__container{grid-template-columns:repeat(3,218px);justify-content:center}.services__icon{font-size:2rem}.services__content{padding:6rem 0 2rem 2.5rem}.services__modal-content{width:450px}.footer__container{grid-template-columns:repeat(3,1fr)}.footer__bg{padding:3rem 0 3.5rem}.footer__links{flex-direction:row;column-gap:2rem}.footer__socials{justify-self:flex-end}.footer__copy{margin-top:4.5rem}}@media screen and (width>=1024px){.header,.main,.footer__container{padding:0}.home__blob{width:320px}.home__social{transform:translate(-6rem)}.services__container{grid-template-columns:repeat(3,238px)}.contact__form{width:460px}.contact__inputs{grid-template-columns:repeat(2,1fr)}}.blog__container{row-gap:1.5rem}.blog__card{background-color:var(--container-color);border:1px solid var(--scroll-bar-color);box-shadow:0 2px 4px hsla(var(--hue-color), 48%, 8%, .04);border-radius:.75rem;padding:1.5rem}.blog__card:hover{box-shadow:0 4px 12px hsla(var(--hue-color), 48%, 8%, .08)}.blog__meta{color:var(--text-color-light);font-size:var(--smaller-font-size);margin-bottom:var(--mb-0-5);align-items:center;gap:.5rem;display:flex}.blog__dot{opacity:.6}.blog__title{font-size:var(--h3-font-size);margin-bottom:var(--mb-0-75);line-height:1.35}.blog__title a{color:var(--title-color)}.blog__title a:hover{color:var(--first-color)}.blog__summary{color:var(--text-color);margin-bottom:var(--mb-1);line-height:1.6}.blog__tags,.portfolio__tags{margin-bottom:var(--mb-1);flex-wrap:wrap;gap:.5rem;display:flex}.blog__tag,.portfolio__tag{font-size:var(--smaller-font-size);color:var(--first-color-alt);background-color:var(--input-color);font-weight:var(--font-medium);border-radius:1rem;padding:.25rem .625rem}.blog__link{color:var(--first-color);font-size:var(--small-font-size);font-weight:var(--font-medium);align-items:center;gap:.25rem;display:inline-flex}.blog__link:hover{color:var(--first-color-alt)}.blog__link i{transition:transform .2s}.blog__link:hover i{transform:translate(.25rem)}.portfolio__container{row-gap:1.5rem}.portfolio__card{background-color:var(--container-color);border:1px solid var(--scroll-bar-color);box-shadow:0 2px 4px hsla(var(--hue-color), 48%, 8%, .04);border-radius:.75rem;grid-template-columns:auto 1fr;gap:1.25rem;padding:1.5rem;display:grid}.portfolio__card:hover{box-shadow:0 4px 12px hsla(var(--hue-color), 48%, 8%, .08)}.portfolio__icon-wrap{background-color:var(--input-color);border-radius:.5rem;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.portfolio__icon{color:var(--first-color);font-size:1.5rem}.portfolio__title{font-size:var(--h3-font-size);margin-bottom:var(--mb-0-25)}.portfolio__subtitle{color:var(--text-color-light);font-size:var(--small-font-size);margin-bottom:var(--mb-0-75);display:block}.portfolio__description{color:var(--text-color);margin-bottom:var(--mb-1);line-height:1.6}.portfolio__link{margin-top:var(--mb-0-5)}@media screen and (width<=567px){.portfolio__card{grid-template-columns:1fr}}.post__container{max-width:720px}.post__back{color:var(--text-color-light);font-size:var(--small-font-size);margin-bottom:var(--mb-2);align-items:center;gap:.25rem;display:inline-flex}.post__back:hover{color:var(--first-color)}.post__header{margin-bottom:var(--mb-2-5);padding-bottom:var(--mb-2);border-bottom:1px solid var(--scroll-bar-color)}.post__title{font-size:var(--big-font-size);color:var(--title-color);margin-bottom:var(--mb-1);line-height:1.2}.post__meta{color:var(--text-color-light);font-size:var(--small-font-size);margin-bottom:var(--mb-1);align-items:center;gap:.5rem;display:flex}.post__dot{opacity:.6}.post__tags{flex-wrap:wrap;gap:.5rem;display:flex}.post__tag{font-size:var(--smaller-font-size);color:var(--first-color-alt);background-color:var(--input-color);font-weight:var(--font-medium);border-radius:1rem;padding:.25rem .625rem}.post__body{color:var(--text-color);line-height:1.75;font-size:var(--normal-font-size)}.post__body h2{font-size:var(--h2-font-size);color:var(--title-color);margin-top:var(--mb-2-5);margin-bottom:var(--mb-1)}.post__body h3{font-size:var(--h3-font-size);color:var(--title-color);margin-top:var(--mb-2);margin-bottom:var(--mb-0-75)}.post__body p{margin-bottom:var(--mb-1-5)}.post__body ul,.post__body ol{margin-bottom:var(--mb-1-5);padding-left:1.5rem}.post__body ul{list-style:outside}.post__body ol{list-style:decimal}.post__body li{margin-bottom:var(--mb-0-5)}.post__body a{color:var(--first-color);text-underline-offset:2px;text-decoration:underline}.post__body a:hover{color:var(--first-color-alt)}.post__body strong{color:var(--title-color);font-weight:var(--font-semi-bold)}.post__body code{background-color:var(--input-color);color:var(--first-color-alt);border-radius:.25rem;padding:.125rem .375rem;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:.875em}.post__body pre{background-color:var(--input-color);margin-bottom:var(--mb-1-5);border-radius:.5rem;padding:1rem;overflow-x:auto}.post__body pre code{color:var(--text-color);font-size:var(--small-font-size);background:0 0;padding:0}.post__body blockquote{border-left:3px solid var(--first-color);margin:var(--mb-1-5) 0;color:var(--text-color-light);padding-left:1rem;font-style:italic}.post__body img{margin:var(--mb-1-5) 0;border-radius:.5rem}
