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}*{margin:0;outline:none;padding:0;text-decoration:none}*,:after,:before{box-sizing:border-box}.App-logo{height:40vmin;pointer-events:none}.ProgressBar{background-color:#f5f5f5;border:1px solid gray;border-radius:5px;display:flex;height:10px;width:200px}.ProgressBar.Small{height:8px;width:150px}.ProgressBar .Progress{background-color:#1acf49}.row{display:flex;flex-wrap:wrap}.Hidden{display:none!important}button{align-items:center;background-color:var(--theme-color);border:1px solid var(--button-border-color);border-radius:40px;color:var(--button-text-color);cursor:pointer;display:flex;font-size:16px;font-weight:500;padding:12px 35px;transition:all .3s ease}button:disabled{color:grey}input,textarea{background-color:var(--box-background-color);border-color:#ccc;border-radius:20px;color:var(--text-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:20px;margin:0 15px;padding:10px;transition:all .3s ease-in-out}.Error input,.Error textarea{border-color:red}input:focus,textarea:focus{box-shadow:0 0 20px rgba(48,46,77,.15)}input:-webkit-autofill{-webkit-text-fill-color:var(--text-color)!important;-webkit-box-shadow:0 0 0 30px var(--box-background-color) inset!important}textarea{border-style:inset;border-width:2px;overflow:hidden;resize:none}textarea::-webkit-scrollbar{padding-right:5px}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{border-radius:10px;box-shadow:inset 0 0 5px grey}::-webkit-scrollbar-thumb{background:var(--theme-color);border-radius:10px}.Toggle .Switch{align-items:center;cursor:pointer;display:flex;position:relative}.Toggle .Switch:before{background-color:#bbb;border-radius:15px;content:"";height:15px;width:45px}.Toggle .Switch:after{background-color:#ccc;border-radius:50%;content:"";height:25px;position:absolute;transition:all .6s ease-in-out;width:25px}.Toggle input{height:0;opacity:0;width:0}.Toggle input:checked+.Switch:before{background-color:var(--theme-color)}.Toggle input:checked+.Switch:after{-webkit-transform:translateX(100%);transform:translateX(100%)}@media (hover:hover){button:not(:disabled):hover{-webkit-transform:scale(1.05);transform:scale(1.05)}}.ModalBackground{background:rgba(0,0,0,.7);display:flex;z-index:1000}.Modal,.ModalBackground{bottom:0;left:0;position:absolute;right:0;top:0}.Modal{background:var(--background-color);border:1px solid var(--box-border-color);border-radius:10px;color:var(--text-color);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:auto;max-height:calc(100% - 20px);max-width:calc(100% - 20px);opacity:1;overflow:hidden;padding:15px 10px;transition:all .6s ease-in-out;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:1001}.Modal svg{cursor:pointer;position:absolute;right:10px;top:10px}.ToastsContainer{display:flex;flex-flow:column;gap:5px;max-height:max(50%,200px);overflow:hidden;padding:5px;position:absolute;width:max(calc(33.33333% - 16.66667px),300px);z-index:20}.ToastsContainer.Top{top:0}.ToastsContainer.Bottom{bottom:0}.ToastsContainer.Left{left:0}.ToastsContainer.Right{right:0}.ToastsContainer:not(.Left):not(.Right){left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toast{align-items:center;border-radius:5px;color:var(--text-color);display:flex;gap:10px;min-height:75px;opacity:.8;padding:5px 15px 5px 5px;position:relative;width:100%}.Toast:not(.Invisible){transition:all .3s ease-in-out}.Toast.Invisible{opacity:0}.Toast.Error{background-color:#e55555}.Toast.Info{background-color:#0a66c2}.Toast.Success{background-color:#67d984}.Toast.Warning{background-color:#d9c236}.Toast svg:not(.Toast .ContentIcon){cursor:pointer;position:absolute;right:5px;top:5px}.Toast .ContentIcon{height:50px;margin:auto 10px}.Toast.enter,.Toast.leave{opacity:.5;-webkit-transform:scale(.6);transform:scale(.6)}.ModeSelector{align-items:center;background-color:var(--button-text-color);border:2px solid var(--selector-border-color);border-radius:20px;color:var(--button-color);cursor:pointer;display:flex;height:40px;overflow:hidden;padding:8px;position:fixed;right:20px;top:70px;transition:all .6s ease-in-out;width:40px;z-index:15}.ModeSelector:hover{width:115px}.ModeSelector.Light{justify-content:flex-end}.ModeSelector svg{height:20px}.ModeSelector svg.fa-moon{margin:0 2.5px}.ModeSelector .Switch{background-color:#ccc;border-radius:10px;height:15px;margin:0 5px;overflow:hidden;position:relative;width:45px}.ModeSelector .Switch:before{background-color:#bbb;border-radius:15px;content:"";display:block;height:25px;left:50%;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .6s ease-in-out;width:25px}.ModeSelector.Dark .Switch:before{background-color:#000;-webkit-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.ModeSelector:hover .Switch{overflow:visible;overflow:initial}.ModeSelector:hover .Switch:before{-webkit-animation:DisplayOverflow .6s forwards;animation:DisplayOverflow .6s forwards}@-webkit-keyframes DisplayOverflow{0%{height:0;width:0}to{height:25px;width:25px}}@keyframes DisplayOverflow{0%{height:0;width:0}to{height:25px;width:25px}}@media (max-width:1199px){.ModeSelector{bottom:65px;left:15px;right:auto;top:auto}}.ThemeSelector{align-items:center;background-color:var(--button-text-color);border:2px solid var(--selector-border-color);border-radius:20px;color:var(--button-color);cursor:pointer;display:flex;flex-direction:row-reverse;height:40px;overflow:hidden;padding:8px;position:fixed;right:20px;top:20px;transition:all .6s ease-in-out;width:40px;z-index:15}.ThemeSelector svg{height:20px}.ThemeSelector .Colors{display:flex;justify-content:space-between;margin-right:5px;overflow:hidden;transition:all .6s ease-in-out;width:0}.ThemeSelector .Colors span{border-radius:15px;cursor:pointer;height:30px;width:30px}.ThemeSelector:hover{width:150px}.ThemeSelector:hover .Colors{width:100%}.ThemeSelector .Colors span:hover{border-width:2px}.ThemeSelector .Colors .Default{background:#4169e1;border:1px solid #fff}.ThemeSelector .Colors .Red{background:red;border:1px solid #fff}.ThemeSelector .Colors .Green{background:#1acf49;border:1px solid #fff}@media (max-width:1199px){.ThemeSelector{bottom:15px;flex-direction:row;left:15px;right:auto;top:auto}.ThemeSelector .Colors{margin-left:5px;margin-right:0}}.LanguageSelector{align-items:center;background-color:#fff;border:2px solid var(--selector-border-color);border-radius:20px;cursor:pointer;display:flex;flex-direction:column;height:auto;max-height:40px;max-width:40px;overflow:hidden;padding:3px;position:fixed;right:20px;top:120px;transition:all .6s ease-in-out;width:auto;z-index:15}.LanguageSelector:hover{max-height:400px;max-width:400px;padding:5px}.LanguageSelector .Language{align-items:center;display:flex;height:100%;overflow:hidden;transition:all .6s ease-in-out;width:100%}.LanguageSelector:not(:hover) .Language:not(.Current){height:0}.LanguageSelector .Language span{height:100%;margin-left:5px;overflow:hidden;transition:margin-left .6s ease-in-out;width:100%}.LanguageSelector:not(:hover) .Language span{margin-left:0}.LanguageSelector .Language img{transition:all .6s ease-in-out;width:32px}.LanguageSelector:not(:hover) .Language img{width:30px}.LanguageSelector:not(:hover) .Language{pointer-events:none}@media (max-width:1199px){.LanguageSelector{bottom:115px;left:15px;right:auto;top:auto}}.Menu{align-items:center;background-color:var(--menu-background-color);display:flex;height:100%;justify-content:center;left:0;padding:30px;position:fixed;text-align:center;top:0;width:270px;z-index:10}.Menu .Logo{position:absolute;top:50px}.Menu .Logo .LogoSmall{display:none}.Menu .Logo a{display:block}.Menu .Logo a img{margin:auto;max-width:80%}.Menu .nav{list-style:none;margin-top:20px}@media (max-width:1199px){.Menu{width:70px}.Menu .Logo{top:25px}.Menu .Logo img{display:none}.Menu .Logo .LogoSmall{display:block}.Menu .nav{margin-top:0}}@media (max-width:1199px) and (max-height:570px){.Menu{padding-bottom:130px}}.MenuEntry{cursor:pointer;display:block;margin-bottom:20px}.MenuEntry a{border-bottom:1px solid var(--menu-item-border-color);color:var(--menu-item-color);display:flex;font-size:16px;font-weight:600;justify-content:flex-start;padding:5px 15px;place-items:center}.MenuEntry a:visited{color:#fff}.MenuEntry a.selected{border-color:var(--active-menu-item-border-color)}.MenuEntry a svg{margin-right:10px}@media (max-width:1199px){.MenuEntry span{display:none}.MenuEntry a{background:var(--theme-color);border:none;border-radius:50%;justify-content:center;padding:10px}.MenuEntry a.selected{-webkit-transform:scale(1.35);transform:scale(1.35)}.MenuEntry a svg{margin-right:0}}.Home .Presentation{flex:0 0 60%;max-width:60%}.Home .Presentation .Welcome{font-size:28px;margin:15px 0}.Home .Presentation .Job{font-size:30px;margin:15px 0}.Home .Presentation .Description{font-size:20px;margin-bottom:70px}.Home .Picture{flex:0 0 40%;max-width:40%;text-align:center}.Home .Picture img{border-radius:5px;height:400px}.Home button svg{height:22px;margin-right:15px;vertical-align:bottom}@media (max-width:899px){.Home .Presentation{flex-basis:calc(100% - 20px);flex-grow:0;flex-shrink:0;margin:auto;max-width:calc(100% - 20px)}.Home .Picture{display:none}}.Contact .ContactTitle{margin-bottom:20px;text-align:center}.Contact .ContactSubTitle{margin-bottom:30px;text-align:center}.Contact .Contacts{gap:10px;justify-content:space-around;margin-bottom:40px}.Contact .Contacts .ContactInfo{border-radius:10px;flex-grow:0;flex-shrink:0;padding:10px;text-align:center;width:auto}.Contact .Contacts .ContactInfo svg{color:var(--theme-color);height:25px;margin-bottom:10px}.Contact .Contacts .ContactInfo svg.linkedin{color:#0a66c2;margin-bottom:0}.Contact .Contacts .ContactInfo .NetworkLink{align-items:center;cursor:pointer;display:flex;gap:5px;justify-content:center;margin-top:5px}.Contact .Contacts .ContactInfo h4{margin-bottom:10px}.Contact .ContactForm{position:relative}.Contact .ContactForm .Required{font-style:italic;margin-bottom:5px;padding-left:15px}.Contact .ContactForm .row{gap:15px;margin-bottom:15px}.Contact .ContactForm .FormInput+.FormInput,.Contact .ContactForm .FormInput:first-of-type:not(:last-of-type){flex-basis:calc(50% - 7.5px);flex-grow:0;flex-shrink:0;max-width:calc(50% - 7.5px)}.Contact .ContactForm .FormInput{display:flex;flex:0 0 100%;flex-flow:column;max-width:100%;padding-bottom:20px}.Contact .ContactForm .FormInput.Error{padding-bottom:0}.Contact .ContactForm .FormInput span.ErrorMessage{display:none;height:20px;margin:0 15px}.Contact .ContactForm .FormInput.Error span.ErrorMessage{display:block}@media (max-width:899px){.Contact .ContactForm .FormInput+.FormInput,.Contact .ContactForm .FormInput:first-of-type:not(:last-of-type){flex:0 0 100%;max-width:100%}}.Contact .ContactForm .FormInput .FileInput{background-color:var(--box-background-color);border:2px inset #ccc;border-radius:20px;color:var(--text-color);display:flex;flex-basis:calc(100% - 30px);flex-flow:column;flex-grow:0;flex-shrink:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:20px;margin:0 15px;max-width:calc(100% - 30px);padding:10px;transition:all .3s ease-in-out}.Contact .ContactForm .FormInput.Error .FileInput{border-color:red}.Contact .ContactForm .FormInput .FileInput .FileInputContainer{display:flex;flex-flow:column;position:relative}.Contact .ContactForm .FormInput .FileInput .ListedFile{align-items:center;border:1px solid var(--box-border-color);border-radius:5px;display:flex;margin:5px;padding:5px}.Contact .ContactForm .FormInput .FileInput .ListedFile .FileName{max-width:20ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Contact .ContactForm .FormInput .FileInput .ListedFile svg{cursor:pointer;margin-left:5px}.Contact .ContactForm .FormInput .FileInput input{cursor:pointer;height:100%;margin:0;opacity:0;outline:none;padding:0;position:absolute;width:100%}.Contact .ContactForm .FormInput .FileInput span.FileDropper{border:2px dashed var(--box-border-color);margin:5px auto;padding:10px;text-align:center;width:100%}.Contact .ContactForm .FormInput .FileInput .row{gap:5px;margin-bottom:0}.Contact .ContactForm form,.Contact .ContactForm.Submitted .Required{opacity:1;transition:all .6s ease-in-out}.Contact .ContactForm.Submitted .Required,.Contact .ContactForm.Submitted form{opacity:0}.Contact .ContactForm .Submission{align-items:center;bottom:0;display:flex;flex-direction:column;left:0;opacity:0;position:absolute;right:0;top:0;transition:all .6s ease-in-out;z-index:-1}.Contact .ContactForm .Submission.Done,.Contact .ContactForm .Submission.Failed,.Contact .ContactForm .Submission.Pending{opacity:1;z-index:0}.Contact .ContactForm .Submission .Icons{display:flex;justify-content:space-between;margin:auto auto 10px;width:200px}.Contact .ContactForm .Submission .Message{display:flex;flex-direction:column;margin:10px auto auto;position:relative}.Contact .ContactForm .Submission .Message button{left:50%;margin-top:10px;position:absolute;top:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Contact .ContactForm .Submission .Icons svg{height:25px}.Contact .ContactForm .Submission .Icons .fa-check,.Contact .ContactForm .Submission .Icons .fa-xmark{height:18px;left:calc(50% + 10px);position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.Contact .ContactForm .Submission .Icons .fa-check{color:#1acf49}.Contact .ContactForm .Submission .Icons .fa-xmark{color:red}.Contact .ContactForm .Submission.Pending .Icons .fa-envelope{-webkit-animation:EnvelopeSending 1s ease-in-out infinite forwards;animation:EnvelopeSending 1s ease-in-out infinite forwards}@-webkit-keyframes EnvelopeSending{0%{-webkit-transform:translateX(-35px);transform:translateX(-35px)}to{-webkit-transform:translateX(35px);transform:translateX(35px)}}@keyframes EnvelopeSending{0%{-webkit-transform:translateX(-35px);transform:translateX(-35px)}to{-webkit-transform:translateX(35px);transform:translateX(35px)}}.Portfolio{position:relative}.Portfolio .row:not(:first-of-type)+.row{margin-top:15px}.Portfolio .row .Title{margin-bottom:20px}.Portfolio .ErrorContainer,.Portfolio .LoaderContainer{height:80vh}.Portfolio .ProjectsCategory{flex:0 0 100%;max-width:100%}.Portfolio .ProjectsCategory .ProjectsCategoryTitle{margin-bottom:10px}.Portfolio .ProjectsCategory .Projects{display:flex;flex-flow:wrap;gap:10px}.Portfolio .ProjectsCategory .Projects .Box{border-radius:10px;cursor:pointer;flex-basis:calc(33.33333% - 6.66667px);flex-grow:0;flex-shrink:0;max-width:calc(33.33333% - 6.66667px);overflow:hidden;padding:10px;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}@media (max-width:899px){.Portfolio .ProjectsCategory .Projects .Box{flex-basis:calc(50% - 5px);flex-grow:0;flex-shrink:0;max-width:calc(50% - 5px)}}@media (max-width:699px){.Portfolio .ProjectsCategory .Projects .Box{flex-basis:100%;flex-grow:0;flex-shrink:0;max-width:100%}}@media (hover:hover){.Portfolio .ProjectsCategory .Projects .Box:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}}.Box{background-color:var(--box-background-color);border:1px solid var(--box-border-color);border-radius:10px;padding:30px 15px}.ShadowDark{box-shadow:0 0 20px var(--shadow-color)}.Project{pointer-events:none}.Project .ProjectDescription,.Project .ProjectScope{margin-bottom:15px}.Project .ProjectDetail p{font-weight:600;margin-bottom:5px}.ProjectDetail{max-height:100%;overflow:auto}.ProjectDetail .Description,.ProjectDetail .Scope{margin-bottom:15px}.ProjectDetail .Detail p{font-weight:600;margin-bottom:5px}.ProjectDetail .Achievements p,.ProjectDetail .Skills p{width:100%}.ProjectDetail .Achievements p,.ProjectDetail .Detail p,.ProjectDetail .Skills p{font-weight:600;margin-bottom:5px}.ProjectDetail .Skills{gap:10px;justify-content:space-around}.ProjectDetail .Achievements ul,.ProjectDetail .Skills ul{margin-left:30px}.ProjectGallery{align-items:center;display:flex;flex-flow:column;justify-content:center}.ProjectGallery .ImagesSlider{display:flex;height:500px;margin:0;overflow:hidden;pointer-events:all;position:relative;width:100%}.ProjectGallery .ImagesSlider .ImagesContainer{display:flex;flex-flow:row;position:relative;text-align:center;width:100%}.ProjectGallery .ImagesSlider .ImagesContainer .ImageContainer{height:calc(100% - 20px);position:absolute;transition:opacity .6s ease-in-out;width:100%}.ProjectGallery .ImagesSlider .ImagesContainer .ImageContainer.After,.ProjectGallery .ImagesSlider .ImagesContainer .ImageContainer.Before,.ProjectGallery .ImagesSlider .ImagesContainer .ImageContainer.Current{transition:all .6s ease-in-out}.ProjectGallery .ImagesSlider .ImagesContainer .ImageContainer.Current{-webkit-transform:translateX(0);transform:translateX(0)}.ProjectGallery .ImagesSlider .ImagesContainer .ImageContainer:not(.Current){opacity:0}.ProjectGallery .ImagesSlider .ImagesContainer .ImageContainer.Before{-webkit-transform:translateX(calc(-100% - 5px));transform:translateX(calc(-100% - 5px))}.ProjectGallery .ImagesSlider .ImagesContainer .ImageContainer:not(.Current):not(.Before){-webkit-transform:translateX(calc(100% + 5px));transform:translateX(calc(100% + 5px))}.ProjectGallery .ImagesSlider>.ImagesContainer>.ImageContainer svg.fa-image{cursor:auto;font-size:26px;right:50%;top:50%;-webkit-transform:translateX(50%) translateY(-50%);transform:translateX(50%) translateY(-50%)}.ProjectGallery .ImagesSlider>.ImagesContainer>.ImageContainer>img{max-width:100%}.ProjectGallery .ImagesSlider>.ImageNavigator,.ProjectGallery .ImagesSlider>.ImagesContainer>.ImageContainer>img{height:100%}.ProjectGallery .ImagesSlider .ImageNavigator{align-items:center;background-color:rgba(0,0,0,.4);cursor:pointer;display:flex;justify-content:center;overflow:hidden;pointer-events:all;position:absolute;transition:all .3s ease-in-out;width:0;z-index:2}.ProjectGallery .ImagesSlider .ImageNavigator:first-of-type{left:0}.ProjectGallery .ImagesSlider .ImageNavigator:last-of-type{right:0}.ProjectGallery .ImagesSlider:hover .ImageNavigator{width:50px}.ProjectGallery .ImagesSlider .ImageSelectors{bottom:5px;display:flex;gap:5px;left:50%;max-height:0;overflow:hidden;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:all .3s ease-in-out}.ProjectGallery .ImagesSlider:hover .ImageSelectors{max-height:20px}.ProjectGallery .ImagesSlider .ImageSelectors .ImageSelector{background-color:#474343;border-radius:5px;content:"";cursor:pointer;height:10px;pointer-events:all;width:10px}.ProjectGallery .ImagesSlider .ImageSelectors .ImageSelector.Active{background-color:#fff}.LoaderContainer{align-items:center;display:flex;flex-flow:column;height:100%;place-content:center;width:100%}.LoaderContainer .Loader{display:flex;gap:5px;margin-bottom:10px}.LoaderContainer .Loader .Dot{-webkit-animation:Bounce 1s ease-in-out infinite forwards;animation:Bounce 1s ease-in-out infinite forwards;background-color:#fff;border-radius:5px;content:"";height:10px;width:10px}.LoaderContainer .Loader .Dot:first-of-type{-webkit-animation-delay:0ms;animation-delay:0ms}.LoaderContainer .Loader .Dot:nth-of-type(2){-webkit-animation-delay:333ms;animation-delay:333ms}.LoaderContainer .Loader .Dot:nth-of-type(3){-webkit-animation-delay:666ms;animation-delay:666ms}@-webkit-keyframes Bounce{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(10px);transform:translateY(10px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes Bounce{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(10px);transform:translateY(10px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.ViewHeader{justify-content:space-between}.ViewHeader h2.Title{margin-bottom:0}.ViewHeader+.row{gap:10px;justify-content:space-between}.About .Education,.About .PersonalInformation,.About .Skills{align-self:center;margin:auto}.About .Education,.About .Skills{flex-basis:calc(37.5% - 6.66667px);flex-grow:0;flex-shrink:0;max-width:calc(37.5% - 6.66667px);min-width:270px}.About .Education .Title,.About .PersonalInformation .Title,.About .Skills .Title{margin-bottom:10px}.About button{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-right:15px;padding:12px}.About button .ButtonIcons{height:25px;position:relative;width:25px}.About button .ButtonIcons+span{margin-left:5px}.About button svg{height:22px}.About button .fa-user{color:var(--theme-color);height:7px;left:5px;position:absolute;top:2px;z-index:3}.About button .fa-file-lines{background-color:var(--theme-color);left:3px;position:absolute;top:0;z-index:2}.About button .fa-file-lines+.fa-file-lines{left:5px;top:2px;z-index:1}@media (max-width:899px){.About button{padding:12px}.About button .ButtonIcons+span{display:none}}@media (max-width:780px){.About .ViewHeader>.row{width:100%}.About button{margin:10px auto}}.Skills .Box,.Skills .Box .SkillsGroup{width:100%}.Skills .Box .SkillsGroup .Title{margin-bottom:20px}.Skills .Box .SkillsGroup .Skill{align-items:center;display:flex;justify-content:space-between;padding-left:20px}.Skills .Box .SkillsGroup .Skill:not(:last-of-type){margin-bottom:5px}.Skills .Box .SkillsGroup .Skill .SkillDescription{align-items:center;display:flex;max-width:110px}.Skills .Box .SkillsGroup .Skill .SkillDescription img{height:32px;margin-right:10px}.Skills .Box .SkillsGroup+.SkillsGroup{margin-top:30px}.Skills .Box .SkillsGroup .Skill .ProgressBar{margin-left:10px;margin-top:5px}@media (min-width:780px) and (max-width:1349px){.Skills{flex-basis:auto;max-width:100%}.Skills .Box .row{flex-flow:row}.Skills .Box .SkillsGroup+.SkillsGroup{margin-left:20px;margin-top:0}}@media (max-width:1349px){.Skills .Box .SkillsGroup .Skill{padding-left:0}}@media (max-width:899px){.Skills .Box .SkillsGroup .Skill .ProgressBar{max-width:50%}}.Education .timeline-box{flex:0 0 100%;max-width:100%}.Education .timeline-box .timeline{position:relative;width:100%}.Education .timeline-box .timeline .timeline-item{padding-bottom:50px;padding-left:37px;position:relative}.Education .timeline-box .timeline .timeline-item:last-child{padding-bottom:0}.Education .timeline-box .timeline .timeline-item:before{background-color:var(--theme-color);content:"";height:100%;left:7px;position:absolute;top:0;width:2px}.Education .timeline-box .timeline .timeline-item .circle-dot{background-color:var(--theme-color);border-radius:15px;height:15px;left:0;position:absolute;top:0;width:15px}.Education .timeline-box .timeline .timeline-item .timeline-date{color:grey;font-size:14px;font-weight:400;margin-bottom:12px}.Education .timeline-box .timeline .timeline-item .timeline-date svg{margin-right:5px}.Education .timeline-box .timeline .timeline-item .timeline-title{font-size:18px;font-weight:700;margin-bottom:15px}.Education .timeline-box .timeline .timeline-item .timeline-title .TimelineLocation{font-size:16px;font-weight:400}.Education .timeline-box .timeline .timeline-item .TimelineDetail{white-space:break-spaces}.PersonalInformation{flex-basis:calc(25% - 6.66667px);flex-grow:0;flex-shrink:0;max-width:calc(25% - 6.66667px);min-width:255px}.PersonalInformation .Hobbies{margin-bottom:10px}.PersonalInformation .Hobbies .Hobby{align-items:center;display:flex}.PersonalInformation .Hobbies .Hobby:not(:last-of-type){margin-bottom:10px}.PersonalInformation .Hobbies .Hobby svg{height:24px;margin-right:15px}.PersonalInformation .Languages .Language{align-items:center;display:flex}.PersonalInformation .Languages .Language span{font-size:14px;font-style:italic}.PersonalInformation .Languages .Language img{height:52px;margin-right:10px}.Services .ServicesList{display:flex;flex-wrap:wrap;gap:10px}.Services .ServicesList .Box{flex-basis:calc(100% - 6.66667px);flex-grow:0;flex-shrink:0;max-width:calc(33% - 6.66667px)}.Service .ServiceDescription,.Service .ServiceTitle{margin-bottom:15px}.Service .row:first-of-type{justify-content:space-between}.Service .row:first-of-type .ServiceAvailability{color:red}.Service .row:last-of-type{align-items:center;gap:10px;justify-content:space-between;margin-top:auto}.Service .row:last-of-type button{padding:12px}.Service .row:last-of-type .ServicePrice{font-weight:700;margin-left:auto;min-width:14ch;text-align:end}@media (max-width:899px){.Service{flex-basis:calc(50% - 5px);flex-grow:0;flex-shrink:0;max-width:calc(50% - 5px)}}@media (max-width:699px){.Service{flex:0 0 100%;max-width:100%}}.View{background-color:var(--background-color);color:var(--text-color);display:flex;flex-flow:column;height:100%;left:270px;max-height:100%;opacity:1;overflow:auto;position:fixed;right:0;scroll-behavior:smooth;top:0;z-index:0}.View .ViewContent{margin:auto;max-width:1100px;width:calc(100% - 10px)}.View h2.Title{color:var(--theme-color);margin-bottom:30px}@media (max-width:1199px){.View{left:70px}}.Footer{background-color:var(--background-color);border:1px solid var(--box-border-color);border-bottom:none;border-top-left-radius:5px;border-top-right-radius:5px;color:var(--theme-color);display:flex;margin-top:15px}.Footer .Link{cursor:pointer;flex-grow:0;flex-shrink:0;text-align:center}.Footer .Link:first-child:nth-last-child(3),.Footer .Link:first-child:nth-last-child(3)~.Link{flex-basis:33.33333%;max-width:33.33333%}.Footer .Link:first-child:nth-last-child(4),.Footer .Link:first-child:nth-last-child(4)~.Link{flex-basis:25%;max-width:25%}.Footer .Link+.Link{border-left:1px solid var(--box-border-color)}.Footer .Link .SmallTitle{display:none}@media (max-width:899px){.Footer .Link .Title{display:none}.Footer .Link .SmallTitle{display:block}}.Terms .Paragraph .Title{margin-bottom:10px;margin-top:15px}.Terms .Paragraph .Content p{white-space:pre-wrap}.Cookies .Cookie{align-items:center;display:flex}.Cookies .Cookie .Consent{padding-left:5px;padding-right:15px}.Cookies .Cookie .Description .Title{margin-bottom:10px;margin-top:15px}.Cookies .Buttons{display:flex;justify-content:space-around;margin-top:15px}