.SkillCard{flex-basis:20%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2rem;min-height:200px;max-width:200px;background-color:#3d3e42;border-radius:1rem;color:var(--white_1);font-weight:600;font-size:var(--fSize18);transition:background-color .25s ease-in-out;cursor:pointer}@media(max-width:768px){.SkillCard{gap:1rem}}@media(max-width:1100px){.SkillCard{min-height:125px;max-width:125px}}@media(max-width:768px){.SkillCard{min-height:100px;max-width:100px}}.SkillCard-text{font-size:var(--fSize18)}@media(max-width:1100px){.SkillCard-text{font-size:var(--fSize14)}.SkillCard-image{width:36px;height:36px}}@media(max-width:768px){.SkillCard-image{width:25px;height:25px}}.SkillCard:hover{background-color:#f0bf6c}.About{max-width:1250px;margin:4rem auto 8rem;position:relative;min-height:80vh}.About-title{font-size:var(--fSize64);color:var(--white_1);font-weight:600;margin-bottom:2.5rem}@media(max-width:750px){.About-title{font-size:var(--fSize38)}}@media(max-width:1200px){.About-title{font-size:var(--fSize48)}}.About-text{margin-bottom:2.5rem;line-height:1.5;font-size:var(--fSize18);color:var(--white_1);position:relative}.About-text:last-of-type{margin-bottom:5rem}.About-text:before{position:absolute;left:-65px;top:10px;content:"";height:3px;width:50px;display:block;background-color:var(--yellow_1);border-radius:1rem}.About-highlight{color:var(--yellow_1)}.About-highlight.blue{color:var(--blue_2)}.About-skills-title{font-size:var(--fSize38);color:var(--white_1);font-weight:600;margin-bottom:2.5rem;text-align:center}.About-skills-list{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1.5rem}.About-pops{position:absolute;right:0;bottom:0;z-index:-1}.Pops{width:250px;height:350px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.Pops span{shape-outside:circle();-webkit-clip-path:circle();clip-path:circle();flex-basis:25%;background-color:#6a5c4a;height:10px;width:10px}.Pops span:nth-of-type(odd){height:12px;width:12px}.Pops span:nth-child(10),.Pops span:nth-child(16),.Pops span:nth-child(8){height:14px;width:14px}.Home{padding:3rem 0;max-width:80%;margin:0 auto}.Home-title{margin-bottom:3rem}.Home-thx{margin:4rem auto 2rem;width:-moz-fit-content;width:fit-content;color:var(--yellow_1);font-size:var(--fSize38)}@media(max-width:750px){.Home-thx{font-size:var(--fSize32)}}@media(max-width:520px){.Home-thx{font-size:var(--fSize24)}}.Experience{margin:4rem auto;position:relative}.Experience-title{position:absolute;top:0;left:5%;transform:translateY(-50%);font-size:var(--fSize38);color:var(--white_1)}@media(max-width:750px){.Experience-title{font-size:var(--fSize24)}}.Experience-list{max-width:700px;width:100%;margin:0 auto;padding:3rem 0}.Experience-item{display:flex;align-items:flex-start;gap:6rem;color:var(--white_1)}@media(max-width:500px){.Experience-item{gap:3.5rem}}.Experience-item-year{background-color:#5d5e60;width:-moz-fit-content;width:fit-content;padding:.25rem .25rem .25rem .5rem;position:relative;color:var(--white_1)}.Experience-item-year:after{content:"";transform:rotate(90deg);position:absolute;border-left:14px solid transparent;border-right:14px solid transparent;border-bottom:16px solid #5d5e60;top:22%;right:-45%}.Experience-item-main{position:relative}@media(max-width:500px){.Experience-item-main:after{width:16px!important;height:16px!important;left:-32px!important}.Experience-item-main:before{left:-25px!important}}.Experience-item-main:before{content:"";display:block;width:25px;height:25px;background-color:var(--white_1);position:absolute;left:-50px;bottom:0;width:3px;height:85%;box-shadow:2px 2px 30px var(--white_1)}.Experience-item-main:after{content:"";display:block;background-color:var(--yellow_1);position:absolute;left:-60px;top:8px;width:25px;height:25px;border-radius:50%;box-shadow:2px 2px 30px var(--yellow_1)}.Experience-item-position{font-size:var(--fSize28);margin-bottom:1rem}@media(max-width:750px){.Experience-item-position{font-size:var(--fSize18)}}.Experience-item-company{font-size:var(--fSize20);font-weight:200;color:var(--white_1);margin-bottom:1rem;display:block;width:-moz-fit-content;width:fit-content}@media(max-width:750px){.Experience-item-company{font-size:var(--fSize14)}}.Experience-item-location{font-size:var(--fSize20);margin-bottom:1rem;font-weight:200}@media(max-width:750px){.Experience-item-location{font-size:var(--fSize14)}}.Experience-item-text{color:#a6a7a8;line-height:1.35}@media(max-width:750px){.Experience-item-text{font-size:var(--fSize14)}}.Experience-pops{position:absolute;z-index:-1;bottom:0;left:0}.GeneralInfo{width:100%;margin:2rem auto 0;color:var(--white_1);font-size:var(--fSize24);font-weight:400;height:80vh}@media screen and (max-width:800px){.GeneralInfo{padding:0 1rem}}.GeneralInfo-wrapper{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:10rem}@media screen and (max-width:1100px){.GeneralInfo-wrapper{gap:5rem}}@media screen and (max-width:820px){.GeneralInfo-wrapper{flex-direction:column}}.GeneralInfo-img{width:400px;height:400px;order:2;border-radius:50%}@media screen and (max-width:1100px){.GeneralInfo-img{margin:0 auto 2rem;width:300px;height:300px}}@media screen and (max-width:520px){.GeneralInfo-img{width:200px;height:200px}}.GeneralInfo-content{order:1}.GeneralInfo-text{margin-bottom:1.5rem;font-size:var(--fSize32)}@media screen and (max-width:1100px){.GeneralInfo-text{font-size:var(--fSize24)}}.GeneralInfo-name{color:var(--yellow_1);letter-spacing:.05rem;font-size:var(--fSize38)}@media screen and (max-width:1100px){.GeneralInfo-name{font-size:var(--fSize28)}}.GeneralInfo-major{margin-bottom:3rem;line-height:1.5}.GeneralInfo-link{border:3px solid var(--yellow_2);border-radius:.5rem;padding:.75rem 1.5rem;font-size:var(--fSize16);cursor:pointer;color:var(--white_1)}.GeneralInfo-socials{position:absolute;bottom:10%;right:10%;transform:rotate(90deg);display:flex;align-items:center;gap:1rem}@media screen and (max-width:820px){.GeneralInfo-socials{bottom:0;right:0}}.GeneralInfo-socials:before{position:absolute;top:45%;transform:translateY(-50%);right:110%;content:"";height:3px;width:100px;display:block;background-color:var(--yellow_1);border-radius:1rem}@media screen and (max-width:820px){.GeneralInfo-socials:before{width:50px}}.GeneralInfo-socials img{transform:rotate(-90deg)}.LandingFooter{background-color:#3d3e42;position:relative}.LandingFooter-container{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2rem;min-height:300px}.LandingFooter-title{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);color:var(--white_1);letter-spacing:.05rem;font-size:var(--fSize38);width:100%;text-align:center}@media(max-width:1200px){.LandingFooter-title{font-size:var(--fSize28)}.LandingFooter-title:after,.LandingFooter-title:before{width:35%!important}}@media(max-width:750px){.LandingFooter-title{font-size:var(--fSize20)}.LandingFooter-title:after,.LandingFooter-title:before{width:30%!important}}.LandingFooter-title:after{left:0}.LandingFooter-title:after,.LandingFooter-title:before{content:"";width:40%;height:2px;border:1rem;background-color:var(--yellow_1);display:inline-block;position:absolute;top:50%}.LandingFooter-title:before{right:0}.LandingFooter-link,.LandingFooter-text{display:flex;align-items:flex-end;padding:1rem 1.5rem;background-color:#31333b;color:var(--yellow_1);font-size:var(--fSize18);min-width:250px;border-radius:.5rem}@media(max-width:450px){.LandingFooter-link,.LandingFooter-text{padding:.5rem 1rem;font-size:var(--fSize16)}}.LandingFooter-link.phone:before{content:"☏";font-size:var(--fSize22);margin-right:.5rem;line-height:1}.LandingFooter-link.mail:before{content:"✉";font-size:var(--fSize22);margin-right:.5rem;line-height:1}.LandingFooter-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;row-gap:.75rem;column-gap:.5rem;max-width:600px}@media(max-width:750px){.LandingFooter-links{flex-direction:column;flex-wrap:unset}}.LandingFooter-socials{position:absolute;bottom:0;left:50%;transform:translate(-50%,50%);color:var(--white_1);letter-spacing:.05rem;font-size:var(--fSize38);width:100%;text-align:center;display:flex;justify-content:center;gap:1.5rem}@media(max-width:1200px){.LandingFooter-socials{gap:1.25rem}.LandingFooter-socials:after,.LandingFooter-socials:before{width:35%!important}}@media(max-width:750px){.LandingFooter-socials{gap:1rem}.LandingFooter-socials:after,.LandingFooter-socials:before{width:30%!important}}.LandingFooter-socials:after{left:0}.LandingFooter-socials:after,.LandingFooter-socials:before{content:"";width:40%;height:2px;border:1rem;background-color:var(--yellow_1);display:inline-block;position:absolute;top:50%;z-index:-1}.LandingFooter-socials:before{right:0}@media(max-width:1200px){.LandingFooter-social-img{width:20px;height:20px}}@media(max-width:750px){.LandingFooter-social-img{width:16px;height:16px}}