@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--header-height:3rem;--hue:0;--sat:0%;--title-color:hsl(var(--hue),var(--sat),20%);--title-color-dark:hsl(var(--hue),var(--sat),0%);--text-color:hsl(var(--hue),var(--sat),46%);--body-color:hsl(var(--hue),var(--sat),98%);--container-color:#fff;--body-font:"Poppins",sans-serif;--big-font-size:3.5rem;--h1-font-size:2.25rem;--h2-font-size:1.5rem;--h3-font-size:1.25rem;--normal-font-size:1rem;--small-font-size:0.875rem;--smaller-font-size:0.813rem;--tiny-font-size:0.625rem;--font-normal:400;--font-medium:500;--font-semi-bold:600;--mb-0-25:0.25rem;--mb-0-5:0.5rem;--mb-0-75:0.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;--background:#242836;--rectangle:#1c212e;--success:#fff3;--text:#fff;--arrow:#fff;--checkmark:#fff;--shadow:#0a16323d;--title-switcher:#666;--boxShadow-header:0 -1px 4px #00000026;--box-shadow-home-img:inset 0 0 0 9px #333c;--border-bottom-switcher:1px solid #dedede}@media screen and (max-width:992px){:root{--big-font-size:2.75rem;--h1-font-size:1.5rem;--h2-font-size:1.25rem;--h3-font-size:1rem;--normal-font-size:0.938rem;--small-font-size:0.813rem;--smaller-font-size:0.75rem}}.dark-theme{--title-color:#fff;--title-color-dark:#ccc;--text-color:#999;--container-color:#2c2b2b;--body-color:#262626;--title-switcher:#fff;--arrow:#999;--boxShadow-header:0 -1px 4px #fffdfd26}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,button,input,textarea{font-family:Poppins,sans-serif;font-family:var(--body-font);font-size:1rem;font-size:var(--normal-font-size)}body{background-color:#fafafa;background-color:var(--body-color);color:#757575;color:var(--text-color)}h1,h2,h3{color:#333;color:var(--title-color);font-weight:600;font-weight:var(--font-semi-bold)}ul{list-style:none}a{text-decoration:none}button{border:none;cursor:pointer;outline:none}img{height:auto;max-width:100%}.section{padding:6rem 0 2rem}.section__title{color:#333;color:var(--title-color);font-size:2.25rem;font-size:var(--h1-font-size)}.section__subtitle{display:block;font-size:.875rem;font-size:var(--small-font-size);margin-bottom:4rem}.section__subtitle,.section__title{text-align:center}.container{margin-left:auto;margin-right:auto;max-width:968px}.grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.button{background-color:#333;background-color:var(--title-color);border-radius:1rem;color:#fff;color:var(--container-color);display:inline-block;font-weight:500;font-weight:var(--font-medium);padding:1.25rem 2rem}.button:hover{background-color:#000;background-color:var(--title-color-dark)}.button__icon{margin-left:.5rem;margin-left:var(--mb-0-5)}.button--flex{align-items:center;display:inline-flex}@media screen and (max-width:992px){.container{margin-left:1.5rem;margin-left:var(--mb-1-5);margin-right:1.5rem;margin-right:var(--mb-1-5)}.button{padding:1rem 1.75rem}.button__icon{height:22px;width:22px}}@media screen and (max-width:768px){body{margin:0 0 3rem;margin:0 0 var(--header-height) 0}.section{padding:2rem 0 4rem}.section__subtitle{margin-bottom:3rem;margin-bottom:var(--mb-3)}}@media screen and (max-width:350px){:root{--big-font-size:2.25rem}.container{margin-left:1rem;margin-left:var(--mb-1);margin-right:1rem;margin-right:var(--mb-1)}}.header{background-color:var(--body-color);left:0;position:fixed;top:0;width:100%;z-index:var(--z-fixed)}.nav{column-gap:1rem;height:calc(var(--header-height) + 1.5rem);justify-content:space-between}.logo-text,.nav{align-items:center;display:flex}.logo-text{-webkit-text-fill-color:#0000;background:#cf0c13;background:repeating-linear-gradient(90deg,#cf0c13,#ff0a95 50%,#ff5724);-webkit-background-clip:text}.logo-text tspan:first-child{fill:red;font-size:20px}.logo-text tspan:nth-child(2){margin-left:.5rem}.logo-text tspan:nth-child(3){font-size:20px}.nav__logo,.nav__toggle{color:var(--title-color);font-weight:var(--font-medium)}.nav__list{column-gap:2rem;display:flex}.nav__link{align-items:center;color:var(--title-color);display:flex;flex-direction:column;font-size:var(--small-font-size);font-weight:var(--font-medium);transition:.3s}.nav__toggle{cursor:pointer;font-size:1.1rem}.nav__close,.nav__icon,.nav__toggle{display:none}.active-link,.nav__link:hover{color:var(--title-color-dark)}.scroll-header{box-shadow:var(--boxShadow-header)}@media screen and (max-width:768px){.header{bottom:0;top:auto}.nav{height:var(--header-height)}.nav__menu{background-color:var(--body-color);border-radius:1.5rem 1.5rem 0 0;bottom:-100%;box-shadow:0 -1px 4px #00000026;left:0;padding:2rem 1.5rem 4rem;position:fixed;transition:.3s;width:100%}.show-menu{bottom:0}.nav__icon{font-size:1.2rem}.nav__close{bottom:.5rem;color:var(--title-color);cursor:pointer;font-size:1.5rem;position:absolute;right:1.3rem}.nav__close:hover{color:var(--title-color-dark)}.nav__list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.nav__close,.nav__icon,.nav__toggle{display:block}}@media screen and (max-width:350px){.nav__menu{padding:2rem .25rem 4rem}.nav__list{column-gap:0}}.sobre__container{align-items:center;column-gap:1rem;grid-template-columns:repeat(2,1fr)}.sobre__informacoes{gap:.5rem;grid-template-columns:repeat(3,140px);margin-bottom:-1.44rem}.sobre__informacoes>:nth-child(n+3){grid-row:2;width:140px}.sobre__informacoes>:first-child{grid-column:2/span 1;width:140px}.sobre__box{background-color:var(--container-color);border:1px solid #0000001a;border-radius:.75rem;padding:1rem 1.25rem;text-align:center}.sobre__box:hover{border:1px solid #0000001a;box-shadow:0 4px 8px #0000001a}.sobre__roman-number{border:2px solid #757575;border-radius:50%;color:var(--title-color);display:inline-block;font-size:16px;font-weight:700;height:27px;line-height:26px;margin-bottom:8px;position:relative;text-align:center;width:27px}.sobre__roman-number:after,.sobre__roman-number:before{background-color:var(--title-color);content:"";left:50%;position:absolute;transform:translateX(-50%)}.sobre__roman-number:after{height:2px;top:16px;width:15px}.sobre__roman-number:before{height:2px;top:5px;width:15px}.sobre__skillSetBox{align-items:center;background-color:var(--container-color);border:1px solid #0000001a;border-radius:.75rem;cursor:pointer;display:flex;height:80px;justify-content:space-around;margin-bottom:.7rem;padding:1rem 1.25rem;text-align:center}.sobre__skillSetBox .html-icon:hover{color:#e34c26}.sobre__skillSetBox .css-icon:hover{color:#1572b6}.sobre__skillSetBox .javascript-icon:hover{color:#f7df1e}.sobre__skillSetBox .vuejs-icon:hover{color:#4fc08d}.sobre__skillSetBox .react-icon:hover{color:#61dafb}.sobre__skillSetBox .php-icon:hover{color:#4f5b93}.sobre__iconskillSetBox{display:flex;flex-direction:column;font-size:1rem;font-size:var(--tiny-font-size);margin-bottom:var(--mb-0-5)}.sobre__icon,.sobre__iconskillSetBox:before{font-size:1.5rem}.sobre__icon{color:var(--title-color);margin-bottom:var(--mb-0-5)}.sobre__title{font-size:var(--small-font-size);font-weight:var(--font-medium)}.sobre__subtitle{font-size:var(--tiny-font-size)}.sobre__data{margin-bottom:var(--mb-2)}.sobre__descricao{margin-bottom:.4rem;margin-top:-.5rem;padding:0 .75rem 0 0}.sobre__link{align-items:center;color:var(--title-color);column-gap:.25rem;font-size:var(--small-font-size);font-weight:500;justify-content:center}.icon-container{background:var(--rectangle);height:60px;position:relative;width:60px}.buttonDowanload{align-items:center;background:#242836;border-radius:.5rem;color:var(--container-color);display:inline-flex;font-weight:var(--font-medium);overflow:hidden}.buttonDowanload:hover,.buttonDowanload:hover .button-text,.buttonDowanload:hover .button__iconCv,.buttonDowanload:hover .icon-container{background-color:var(--title-color-dark);color:var(--arrow)}.button-text{-webkit-backface-visibility:hidden;backface-visibility:hidden;color:#fff;font-size:16px;font-weight:590;line-height:28px;list-style:none;margin:0;padding:16px 40px;position:relative;text-align:center;transition:opacity .2s ease}.button__iconCv{fill:none;stroke-width:1.4px;stroke:var(--arrow);stroke-linecap:round;stroke-linejoin:round;display:block;height:20px;left:50%;margin:-9px 0 0 -10px;position:absolute;top:50%;width:20px;z-index:1}.loading-background{bottom:0;height:0;left:0;overflow:hidden;position:absolute;width:100%}.loading-background .bx-download{color:var(--arrow);display:block;opacity:0;transform:translateY(-20px);transition:opacity .3s ease,transform 4s ease}.bx-check,.loading-background .bx-download{fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;font-size:1.3rem;height:20px;left:50%;margin:-9px 0 0 -10px;position:absolute;top:50%;width:20px;z-index:1}.bx-check{animation:blink 1s infinite;color:#4bc793;display:none}@media screen and (max-width:992px){.sobre__container{grid-template-columns:1fr;row-gap:2.5rem}.sobre__box{padding:.75rem .5rem}.sobre__data{text-align:center}.sobre__informacoes{justify-content:center}.sobre__descricao{margin-bottom:2rem;margin-top:0;padding:0 5rem}.sobre__skillSetBox{margin-bottom:1rem}}@media screen and (max-width:640px){.sobre__informacoes{grid-template-columns:repeat(3,1fr);grid-template-columns:repeat(2,1fr)}.sobre__informacoes>:nth-child(n+3){grid-row:unset;width:100%}.sobre__informacoes>:first-child,.sobre__informacoes>:nth-child(2){grid-column:unset;width:100%}.sobre__descricao{padding:0}}@media screen and (max-width:350px){.sobre__informacoes{grid-template-columns:repeat(2,1fr)}}.home__container{row-gap:7rem}.home__content{align-items:center;column-gap:2rem;grid-template-columns:116px repeat(2,1fr);padding-top:5.5rem}.home__social{grid-row-gap:1rem;display:grid;grid-template-columns:-webkit-max-content;grid-template-columns:max-content;row-gap:1rem}.home__social-icon{color:var(--title-color);font-size:1.25rem}.home__social-icon:hover{color:var(--title-color-dark)}.home__title{font-size:var(--big-font-size);margin-bottom:var(--mb-0-25)}.home__hand{height:38px;margin-left:.4rem;width:38px}.home__subtitle{font-size:var(--h3--font-size);font-weight:var(--font-normal);margin-bottom:var(--mb-1);padding-left:5.4rem;position:relative}.home__subtitle:before{background-color:var(--text-color);content:"";height:1px;left:0;position:absolute;top:.77rem;width:70px}.home__description{margin-bottom:var(--mb-3);max-width:400px}.home__img{animation:profile__animate 8s ease-in-out 1s infinite;background:url(/static/media/profile.58fd64c10ce081acad94.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;box-shadow:var(--box-shadow-home-img);height:300px;justify-self:center;order:1;width:300px}@keyframes profile__animate{0%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30% 60%}to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}}.home__scroll{margin-left:9.25rem}.wheel{animation:scroll 2s ease infinite}@keyframes scroll{0%{transform:translateY(0)}30%{transform:translateY(3.75rem)}}.home__scroll-name{color:var(--title-color);font-weight:var(--font-medium);margin-left:2px;margin-right:var(--mb-0-25)}.home__scroll-arrow{color:var(--title-color);font-size:1.25rem}@media screen and (max-width:992px){.home__content{column-gap:1.25rem;grid-template-columns:100px repeat(2,1fr)}.home__hand{height:26px;width:26px}.home__subtitle{margin-bottom:var(--mb-1);padding-left:3.75rem}.home__subtitle:before{top:.8rem;width:42px}.home__description{margin-bottom:var(--mb-2-5);max-width:none}.home__img{box-shadow:var(--box-shadow-home-img);height:250px;width:250px}.home__scroll{margin-left:7.5rem}}@media screen and (max-width:768px){.home__content{grid-template-columns:.5fr 3fr;padding-top:3.5rem}.home__img{justify-self:inherit;order:inherit}.home__data{grid-column:1/3}.home__img{box-shadow:inset 0 0 0 6px #333c;height:200px;width:200px}.home__scroll{display:none}}@media screen and (max-width:350px){.home__img{height:180px;width:180px}.home__hand{height:22px;width:22px}}.habilidades__container{column-gap:1rem;grid-template-columns:repeat(3,350px);justify-content:center}.habilidades__content{background-color:var(--container-color);border:1px solid #0000001a;border-radius:1.25rem;padding:2rem 4rem}.habilidades__title{font-size:var(--normal-font-size);font-weight:var(--font-medium);margin-bottom:var(--mb-1-5);text-align:center}.habilidades__box{column-gap:2.5rem;display:flex;justify-content:center}.habilidades__group{grid-row-gap:1rem;align-items:center;display:grid;row-gap:1rem}.habilidades__data{column-gap:.5rem;display:flex}.habilidades .bx-badge-check{color:var(--title-color);font-size:1rem}.habilidades__name{font-size:var(--normal-font-size);font-weight:var(--font-medium);line-height:18px}.habilidades__level{font-size:var(--tiny-font-size)}@media screen and (max-width:992px){.habilidades__container{grid-template-columns:-webkit-max-content;grid-template-columns:max-content;row-gap:2rem}}@media screen and (max-width:1116px){.habilidades__container{grid-template-columns:repeat(2,1fr)}.habilidades__content{padding:1.5rem}}@media screen and (max-width:690px){.habilidades__container{grid-template-columns:1fr}}@media screen and (max-width:576px){.habilidades__container{grid-template-columns:1fr}.habilidades__content{padding:1.5rem}}@media screen and (max-width:350px){.habilidades__box{column-gap:1.25rem}.habilidades__name{font-size:var(--small-font-size)}}.project__filters{align-items:center;column-gap:.75rem;display:flex;justify-content:center;margin-bottom:var(--mb-2)}.project__item{border-radius:.5rem;color:var(--text-color);cursor:pointer;font-weight:var(--font-medium);padding:.25rem .75rem;text-transform:capitalize}.project__item:hover{background-color:var(--title-color);color:var(--container-color)}.project__container{gap:1.25rem;grid-template-columns:repeat(3,minmax(0,-webkit-max-content));grid-template-columns:repeat(3,minmax(0,max-content));justify-content:center}.project__card{align-content:space-between;background-color:var(--container-color);border:1px solid #0000001a;border-radius:1rem;cursor:pointer;display:grid;filter:none;padding:1.25rem;transition:border .8s ease,box-shadow .8s ease,filter .8s ease}.project__card.active,.project__card:hover{border:2px solid #0000001a;box-shadow:0 4px 8px #0000001a}.project__container:hover .project__card:not(:hover):not(.active){filter:blur(1px)}.project__img{border:1px solid #2222221c;border-radius:1rem;cursor:pointer;height:163px;margin-bottom:var(--mb-1);object-fit:cover;transition:transform .8s ease,box-shadow .8s ease;width:295px}.project__img:hover{box-shadow:5px 16px 40px #444d884d;transform:scale(.95)}.project__title{font-size:var(--nomal-font-size);font-weight:var(--font-medium);margin-bottom:var(--mb-0-5)}.project__description{color:var(--text-color);font-size:.75rem;max-width:400px}.technologies-list{grid-gap:1rem;align-items:start;display:grid;font-weight:var(--font-medium);gap:1rem;grid-template-columns:repeat(auto-fill,minmax(4rem,1fr));height:96px;justify-content:center;margin:1.2rem 0;overflow:hidden;overflow-y:auto;width:100%}.technologies-item{background-color:#f2f2f2;border-radius:.55rem;font-size:.7rem;padding:.5rem .1rem;text-align:center;width:100%}.project__container-link{display:flex;justify-content:space-between;margin-left:3px}.project__button{align-items:center;color:var(--text-color);column-gap:.25rem;display:flex;font-size:var(--small-font-size);white-space:nowrap}.project__button-icon{font-size:1rem;transition:.4s}.project__button:hover .project__button-icon{transform:translateX(.2rem)}.active-project{background-color:var(--title-color);color:var(--container-color)}@media screen and (max-width:992px){.project__container{gap:1.25rem}.project__card{padding:1rem}.project__img{margin-bottom:.7rem}.project__title{margin-bottom:.25rem}}@media screen and (max-width:768px){.project__container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:576px){.project__container{grid-template-columns:1fr}.project__img{width:100%}}@media screen and (max-width:350px){.project__item{font-size:var(--small-font-size)}.project__filters{column-gap:.25rem}}.qualificacao__container{max-width:768px}.qualificacao__tabs{display:flex;justify-content:center;margin-bottom:var(--mb-2)}.qualificacao__button{color:var(--title-color);cursor:pointer;font-size:var(--h3-font-size);font-weight:var(--font-medium);margin:0 var(--mb-1)}.qualificacao__button:hover{color:var(--first-color--dark)}.qualificacao__icon{font-size:1.8rem;margin-right:var(--mb-0-25)}.qualificacao__active{color:var(--title-color-dark)}.qualificacao__sections{display:grid;grid-template-columns:.5fr;justify-content:center}.qualificacao__content{display:none}.qualificacao__content-active{display:block}.qualificacao__data{grid-column-gap:1.5rem;column-gap:1.5rem;display:grid;grid-template-columns:1fr -webkit-max-content 1fr;grid-template-columns:1fr max-content 1fr}.qualificacao__title{font-size:var(--normal-font-size);font-weight:var(--font-medium)}.qualificacao__subtitle{display:inline-block;margin-bottom:var(--mb-1)}.qualificacao__calendar,.qualificacao__subtitle{font-size:var(--smaller-font-size)}.qualificacao__rounder{background-color:var(--text-color);border-radius:50%;display:inline-block;height:13px;width:13px}.qualificacao__line{background-color:var(--text-color);display:block;height:100%;transform:translate(6px,-7px);width:1px}@media screen and (max-width:992px){.qualificacao__container{margin-left:auto;margin-right:auto}}@media screen and (max-width:768px){.qualificacao__container{margin-left:var(--mb-1-5);margin-right:var(--mb-1-5)}.qualificacao__data{column-gap:.5rem}}@media screen and (max-width:576px){.qualificacao__sections{grid-template-columns:none}.qualificacao__button{margin:0 var(--mb-0-75)}.qualificacao__sections{padding:0 10px 0 28px}}@media screen and (max-width:350px){.qualificacao__data{gap:.2rem}.qualificacao__title{font-size:.7rem}.qualificacao__subtitle{display:contents}.qualificacao__sections{padding:0 10px 0 28px}}.contato__container{column-gap:6rem;grid-template-columns:repeat(2,-webkit-max-content);grid-template-columns:repeat(2,max-content);justify-content:center;padding-bottom:3rem}.contato__title{font-size:var(--h3-font-size);font-weight:var(--font-medium);margin-bottom:var(--mb-1-5);text-align:center}.contato__info{grid-row-gap:1rem;display:grid;grid-template-columns:300px;row-gap:1rem}.contato__card{background-color:var(--container-color);border:1px solid #0000001a;border-radius:.75rem;padding:1rem;text-align:center}.contato__card:hover{border:1px solid #0000001a;box-shadow:0 4px 8px #0000001a}.contato__card-icon{color:var(--title-color);font-size:2rem;margin-bottom:var(--mb-0-25)}.contato__card-data,.contato__card-title{font-size:var(--small-font-size)}.contato__card-title{font-weight:var(--font-medium)}.contato__card-data{display:block;margin-bottom:var(--mb-0-75)}.contato__button{align-items:center;color:var(--title-color);column-gap:.25rem;display:inline-flex;font-size:var(--small-font-size);justify-content:center}.contato__button-icon{font-size:1rem;transition:.3s}.contato__card:hover .contato__button-icon{transform:translate(.25rem)}.contato__form{width:360px}.contato__form-div{height:4rem;margin-bottom:var(--mb-2-5);position:relative}.contato__form-input{background:none;border:2px solid #0000004d;border-radius:.75rem;color:var(--title-color);height:100%;left:0;outline:none;padding:1.5rem;position:absolute;top:0;width:100%;z-index:1}.contato__form-tag{background-color:var(--body-color);font-size:var(--small-font-size);left:1.25rem;padding:.25rem;position:absolute;top:-.75rem;z-index:10}.contato__form-area{height:11rem}.contato__form-area textarea{resize:none}@media screen and (max-width:992px){.contato__container{column-gap:3rem}}@media screen and (max-width:768px){.contato__container{grid-template-columns:1fr;row-gap:3rem}.contato__info{column-gap:1rem;grid-template-columns:repeat(2,1fr);justify-content:center}.contato__form{margin:0 auto}}@media screen and (max-width:690px){.contato__info{grid-template-columns:1fr}}@media screen and (max-width:576px){.contato__info{grid-template-columns:1fr}.contato__form{width:100%}}.footer{background-color:var(--container-color);border-top:1px solid #0000001a}.footer__container{padding:2rem 0 6rem}.footer__link,.footer__title{color:var(--title-color)}.footer__title{margin-bottom:var(--mb-2);text-align:center}.footer__link:hover{color:var(--title-color-dark)}.footer__list{column-gap:1.5rem;margin-bottom:var(--mb-2)}.footer__list,.footer__social{display:flex;justify-content:center}.footer__social{column-gap:1.25rem}.footer__social-link{background-color:var(--title-color);border-radius:.5rem;color:var(--container-color);display:inline-flex;font-size:1.125rem;padding:.4rem}.footer__social-link:hover{background-color:var(--title-color-dark)}.footer__copy{color:var(--title-color);display:block;font-size:var(--small-font-size);margin-top:4.5rem;text-align:center}@media screen and (max-width:992px){.footer__social-link{border-radius:.25rem;font-size:1rem;padding:.25rem}}.scrollup{background-color:var(--title-color);border-radius:.4rem;bottom:-20%;opacity:.8;padding:.3rem .5rem;position:fixed;right:2.5rem;transition:.4s;z-index:var(--z-tooltip)}.scrollup__icon{color:var(--container-color);font-size:1.5rem}.scrollup:hover{background-color:var(--title-color-dark)}.show-scroll{bottom:3rem}@media screen and (max-width:992px){.scrollup{padding:.25rem .4rem;right:1.5rem}.scrollup__icon{font-size:1.25rem}}@media screen and (max-width:768px){.scrollup{bottom:4rem}}@media screen and (max-width:350px){.scrollup{bottom:-10%;right:1rem}.show-scroll{bottom:4rem}}.style__switcher{background-color:var(--color-white);border-radius:5px;box-shadow:0 0 4px #ccc;padding:15px;position:fixed;right:10px;top:35%;transform:translateX(105%);transition:all .3s ease;width:220px;z-index:970}.show-switcher{transform:translateX(0)}.style__switcher,.style__switcher-toggler,.theme__toggler,.theme_language{border-radius:5px 0 0 5px}.style__switcher-items{grid-column-gap:4px;grid-row-gap:8px;column-gap:4px;display:grid;grid-template-columns:repeat(5,1fr);row-gap:8px}.style__switcher-title{color:var(--title-switcher)}.style__switcher,.style__switcher-toggler,.theme__toggler{color:#666}.style__switcher-title{border-bottom:var(--border-bottom-switcher);font-size:var(--small-font-size);font-weight:var(--font-semi-bold);margin-bottom:15px;margin-right:10px;padding-bottom:5px;text-align:right}.theme__img{cursor:pointer;width:30px}.theme__img:hover{border:1px solid #0000001a;box-shadow:0 4px 8px #0000001a}.style__switcher-toggler,.theme__toggler,.theme_language{background-color:var(--text);box-shadow:0 0 2px #ccc;cursor:pointer;display:grid;font-size:var(--small-font-size);height:50px;place-items:center;position:absolute;right:100%;transition:all .3s ease;width:50px}.show-switcher .style__switcher-toggler,.show-switcher .theme__toggler,.show-switcher .theme_language{right:-100%}.style__switcher-toggler{top:10%}.theme__toggler{bottom:10%}.theme_language{bottom:-33%}.theme_language .language-switcher__button{background:none;border:none}.language__switcher-languageName,.language__switcher-selectYourLanguage{color:red;font-size:.6rem}.language__switcher-selectYourLanguage{display:none}.language-switcher:hover .language__switcher-selectYourLanguage{background-color:#292929;border:none;border-radius:.5rem;color:#fff;display:inline;font-size:.66rem;opacity:0;padding:.66rem;position:absolute;right:4rem;top:.3rem;transition:opacity .4s ease;white-space:nowrap}.language-switcher:hover .language__switcher-selectYourLanguage:after{border-bottom:10px solid #0000;border-left:10px solid #292929;border-top:10px solid #0000;content:attr(data-text);position:absolute;right:-10.5px;top:50%;transform:translateY(-50%)}.language-switcher:hover .language__switcher-selectYourLanguage{opacity:1}.language__switcher-img{background-position:50%;background-repeat:no-repeat;background-size:cover;height:18px;margin-bottom:-1px;max-width:100%;width:18px}.language-switcher__button.selected img.language__switcher-img{display:none}.language-switcher__button.selected span.language__switcher-languageName{display:block}.style__switcher-close{color:var(--title-color);cursor:pointer;font-size:var(--h2-font-size);left:15px;position:absolute;top:8%}.style__switcher-close:hover{color:var(--title-color-dark)}@media screen and (max-width:992px){.style__switcher-toggler,.theme__toggler,.theme_language{font-size:1rem;height:45px;width:45px}.style__switcher-toggler{top:20%}.theme_language{bottom:-30%}}@media screen and (max-width:350px){.style__switcher{margin-top:6rem}.style__switcher-toggler,.theme__toggler,.theme_language{font-size:.75rem;height:40px;width:40px}.style__switcher-toggler{top:25%}.theme_language{bottom:-25%}.language__switcher-img{height:12px;margin-bottom:-1px;margin-top:1px;width:12px}}.progress-modal__container{bottom:0;left:0;position:fixed;right:0;top:0;z-index:101}.modal__img{background:url(/static/media/modal.33dd7c4ab08b2be2a767.png);background-position:50%;background-repeat:no-repeat;background-size:cover;height:250px;justify-self:center;order:1;width:300px}.progress-modal__overlay{align-items:center;animation:fadeIn .3s ease-out;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:absolute;right:0;top:0}.progress-modal__content{animation:slideIn .3s ease-out;background-color:var(--container-color);border-radius:.4rem;box-shadow:0 10px 30px #0000004d;max-width:500px;overflow:hidden;padding:20px;width:100%}.progress-modal__header{position:relative}.progress-modal__close{align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;position:absolute;right:-14px;top:-14px;transition:background-color .2s;width:32px}.progress-modal__close:hover{background-color:#01010124}.progress-modal__title{font-size:var(--small-font-size);font-weight:var(--font-medium)}.progress-modal__subtitle{font-size:var(--tiny-font-size)}.progress-modal__body{padding:24px 0 24px 4px}.progress-modal__progress-container{margin-bottom:24px}.progress-modal__progress-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.progress-modal__progress-bar-container{background-color:#e5e7eb;border-radius:4px;height:8px;overflow:hidden;width:100%}.progress-modal__progress-bar{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;height:100%;position:relative;transition:width .3s ease-out}.progress-modal__progress-shimmer{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);bottom:0;left:0;position:absolute;right:0;top:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.cookieConsent{align-items:flex-end;background-color:#000c;bottom:0;display:flex;height:100%;left:0;position:fixed;right:0;width:100%;z-index:102}.content{align-items:center;background-color:var(--container-color);border:1px solid #0000001a;border-radius:.4rem;box-shadow:-2px -1px 8px #ffffff94;display:flex;gap:.5rem;height:34%;padding:2rem;position:relative;text-align:center;width:100%}.content>.section__title{font-size:24px}.content>.style__switcher-close{left:inherit;right:12px;top:9px}.content>.section__subtitle{font-size:var(--smaller-font-size);margin-bottom:0}.cookieConsent__subtitle__sublink{align-items:center;color:var(--title-color);font-size:var(--tiny-font-size);font-weight:500;margin-bottom:0;text-decoration:underline;transition:all .45s}.cookieConsent__subtitle__sublink:hover{opacity:.9;transition:all .35s}.buttons{align-items:center;flex-direction:column;gap:.5rem;width:30%}.buttons,.buttons>.button{display:flex;justify-content:center}.buttons>.button{font-size:var(--small-font-size);padding:1.25rem 3rem;width:100%}.declineButton{background-color:var(--body-color);border:1px solid #ccc;color:var(--title-color)}.declineButton:hover{background-color:#e2e6ea}@media screen and (max-width:992px){.content{flex-direction:column;height:auto;justify-content:space-between}.buttons{flex-direction:row;gap:1.5rem}}
/*# sourceMappingURL=main.446cd384.css.map*/