@charset "UTF-8";.Home{width:100%;min-height:750px;padding:0 220px;margin-bottom:150px;display:flex;flex-direction:column;align-items:center;justify-content:center}h1{font-size:64px!important;line-height:1;font-family:Overpass,Verdana,Geneva,Tahoma,sans-serif;margin-bottom:5px;color:#e3edff}h2{margin:0}.AllButtons{display:flex;flex-direction:row;justify-content:left;align-items:center}#BuyMeIceCream{width:300px;height:auto}.ContactButton{display:flex;flex-direction:row;justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;padding:20px 0}.ContactButton .button-link{text-decoration:none;margin:10px 20px 10px 0!important}.home-title-section{width:100%;min-height:100vh;max-width:1000px;display:flex;flex-direction:column;justify-content:center;animation:2s ease-out 0s 1 slideInFromBottom}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(3%)}50%{opacity:0;transform:translateY(3%)}to{opacity:1;transform:translateY(0)}}.introduction{font-size:18px;color:#fe3e55;margin-bottom:10px;margin-left:2px;font-family:Overpass Mono,Verdana,Geneva,Tahoma,sans-serif;transition:all .2s ease-out}a:focus{outline:0}p{font-size:18px;font-weight:300;color:#fff;margin-bottom:10px;transition:all .2s ease-out}.description-title{margin-top:35px;font-size:16.5px;font-weight:400;line-height:1.6;font-family:Overpass,Verdana,Geneva,Tahoma,sans-serif;max-width:540px;transition:all .2s ease-out}.sub-header-title{color:#ffffff80;transition:all .2s ease-out;font-size:55px}.orb{height:800px;width:800px;background:url(/_astro/fullerene.DmjV2kiR.webp);z-index:-1;position:fixed;bottom:-320px;right:-150px;animation:orbfloat 12s infinite ease-in-out}@keyframes orbfloat{0%{transform:translate(40px)}50%{transform:translateY(-40px)}to{transform:translate(40px)}}@media only screen and (max-width:1145px){.customButton{font-size:12.5px}#BuyMeIceCream{width:240px}}@media only screen and (max-width:1050px){.Home{padding:0 80px}h1{font-size:60px}.sub-header-title{font-size:48px}p{font-size:16px}.description-title{margin-top:35px;font-weight:300}}@media only screen and (max-width:900px){.Home{min-height:850px}}@media only screen and (max-width:800px){.Home{min-height:650px}}@media only screen and (max-width:730px){.Home{padding:0 40px;margin-bottom:200px}h1{font-size:50px}.sub-header-title{font-size:42px}p{font-size:16px}.description-title{margin-top:35px;font-weight:300;width:90%}.introduction{font-size:14px}#BuyMeIceCream{width:210px}.home-title-section{padding:50px 0}}@media only screen and (max-width:650px){.Home{min-height:700px}h1{font-size:47px}.sub-header-title{font-size:38px}p{font-size:16px}.description-title{font-weight:300;width:90%}}@media only screen and (max-width:500px){.Home{min-height:850px}h1{font-size:39px}#BuyMeIceCream{width:180px}.introduction{font-size:16px}.sub-header-title{font-size:31px}.orb{bottom:-600px;right:-275px}.AllButtons{display:flex;flex-direction:column}.ContactButton .button-link{margin:10px!important}}@media only screen and (max-width:440px){h1{font-size:32px}#BuyMeIceCream{width:150px}.sub-header-title{font-size:26px}p{font-size:14px}.description-title{margin-top:35px;font-weight:300;font-size:15px;width:98%}.introduction{font-size:12px}.ContactButton{display:flex;justify-content:center;align-items:center;flex-direction:column}.home-title-section{padding:100px 0 50px}}@media only screen and (max-width:420px){.Home{padding:0 22px}}@media only screen and (max-width:320px){body{overflow-x:hidden}}.AboutMe{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:150px 220px 0;margin-top:-150px;margin-bottom:150px}.AboutMe .number-heading{font-family:Overpass Mono,Verdana,Geneva,Tahoma,sans-serif;font-size:22px;color:#64ffda;margin-right:-3px;padding-right:10px;padding-top:4px}.AboutMe h2{color:#fffe;margin-bottom:5px;font-family:Overpass,Verdana,Geneva,Tahoma,sans-serif;font-size:30px;position:relative;top:-15px;width:100%;display:flex;justify-content:center;align-items:center;transition:all .2s ease-out}.AboutMe h2 span{font-family:Overpass Mono,Verdana,Geneva,Tahoma,sans-serif;font-size:23px;color:#64ffda;margin-right:-3px}.AboutMe .es6{font-size:70%;position:relative;bottom:1px;right:3px}.AboutMe .about-box{display:flex;max-width:950px;justify-content:space-between}.AboutMe .hyperlink{text-decoration:none;color:#64ffda;border-radius:2px;padding:2px;transition:all .2s ease-out}.AboutMe .hyperlink:hover{color:#64ffda;text-decoration:underline}.AboutMe p{font-weight:400;font-size:17px;width:100%;font-family:Overpass,Verdana,Geneva,Tahoma,sans-serif;color:#e4f3ff;line-height:1.6;margin-bottom:20px;transition:all .2s ease-out}.AboutMe .img-container{display:flex;justify-content:center;align-items:center;flex-direction:column}.AboutMe img{width:300px;height:auto;border-radius:3px;transition:all .2s ease-out;animation:floating 5s infinite ease-in-out}.AboutMe .iconsContainerMobile{display:none}.AboutMe .iconsContainer{margin-top:80px;padding:20px;background-color:#2d344180}.AboutMe .iconsContainer .langIcons{display:flex;align-items:start;flex-direction:column}.AboutMe .iconsContainer .langIcons p{margin:0!important}.AboutMe .iconsContainer .langIcons div{display:flex;margin-bottom:15px}.AboutMe .iconsContainer .langIcons div a{width:100%;padding:3px}.AboutMe .iconsContainer .langIcons div a svg{color:var(--green);opacity:.6}.AboutMe .iconsContainer .langIcons div a svg:hover{opacity:1}@keyframes floating{0%{box-shadow:15px 15px #00ffdd54}50%{box-shadow:15px 15px #64ffdbd8}to{box-shadow:15px 15px #00ffea54}}.skills{display:flex;padding-top:0}.skills ul{margin-right:40px!important;min-width:160px}.skills li{list-style-type:none;line-height:1.8;font-family:Overpass Mono,Verdana,Geneva,Tahoma,sans-serif;font-size:14px;color:#c9dae4}.skills li span{color:#64ffda;padding-right:0}.about-description{padding-top:50px;padding-right:20px;padding-left:20px;width:50%}@media only screen and (max-width:1050px){.AboutMe{padding:150px 80px 0;margin-top:-150px}.AboutMe .about-box{justify-content:space-around}.img-container img{width:225px}.iconsContainer{margin-top:80px;padding:80px;background-color:#2d344180}.iconsContainer .langIcons div{flex-wrap:nowrap}.iconsContainer .langIcons div a{width:40px;padding:2px}}@media only screen and (max-width:1050px){.AboutMe{padding:150px 80px 0}}@media only screen and (max-width:900px){.about-box{flex-direction:column;align-items:center}.AboutMe img{width:250px}.about-description{padding-top:50px;width:100%;display:flex;flex-direction:column;align-items:center}.skills{padding-left:0;margin-left:0;justify-content:flex-start}.skills ul{min-width:133px;font-size:15px;margin-right:20px}.iconsContainer{display:none}.iconsContainerMobile{display:flex!important;flex-direction:column;margin:80px 0;padding:20px;background-color:#2d344180}.iconsContainerMobile .langIcons{display:flex;align-items:start;flex-direction:column}.iconsContainerMobile .langIcons p{margin:0!important}.iconsContainerMobile .langIcons div{display:flex;margin-bottom:15px}.iconsContainerMobile .langIcons div a{width:100%;padding:3px}.iconsContainerMobile .langIcons div a svg{color:var(--green);opacity:.6}.iconsContainerMobile .langIcons div a svg:hover{opacity:1}}@media only screen and (max-width:730px){.AboutMe{padding:150px 40px 0}.langIcons div a{padding:2.5px}.langIcons div a svg{width:17.5px}}@media only screen and (max-width:450px){.AboutMe{padding:150px 22px 0}.AboutMe img{width:250px;margin-right:20px}.AboutMe h2{font-size:25px}.AboutMe .about-description p{font-size:14px}}@media only screen and (max-width:420px){.AboutMe h2{font-size:25px;top:20px}}@media only screen and (max-width:380px){.skills{display:flex;flex-direction:column}.skills ul{margin:0}.AboutMe img{width:200px;margin-right:15px}.AboutMe .about-description{padding-left:10px;padding-right:10px}}@media only screen and (max-width:330px){.AboutMe h2,.AboutMe .number-heading{font-size:19px}.langIcons div{flex-wrap:wrap}.langIcons div a{width:40px!important;padding:1.5px}}.Projects{width:100%;min-height:750px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:150px 220px 0;margin-top:-150px;margin-bottom:150px}.Projects .number-heading{font-family:Overpass Mono,Verdana,Geneva,Tahoma,sans-serif;font-size:22px;color:#64ffda;margin-right:-3px;padding-right:10px;padding-top:4px}.Projects h2{color:#fffe;margin-bottom:5px;font-family:Overpass,Verdana,Geneva,Tahoma,sans-serif;font-size:30px;position:relative;top:-15px}.Projects h2 span{font-family:Overpass Mono,Verdana,Geneva,Tahoma,sans-serif;font-size:22px;color:#64ffda;margin-right:-3px}.Projects .chemprojects-container{margin-top:50px;display:-ms-grid;display:grid;grid-gap:30px 40px;-ms-grid-template-columns:auto-fit,minmax(330px,1fr);grid-template-columns:auto-fit,minmax(330px,1fr);-ms-grid-template-rows:auto;grid-template-rows:auto;justify-items:center;padding:20px 0 0}.Projects .chemprojects-container .section-heading h4{color:var(--green);font-size:22px}.Projects .chemprojects-container .allPostsContainer{display:flex;justify-content:center;flex-wrap:wrap;margin:20px 0}.Projects .chemprojects-container .allPostsContainer .projectSectionLinks{display:flex;flex-direction:column;align-items:center;margin:30px 50px 10px}.Projects .chemprojects-container .allPostsContainer .noDataFoundContainer{display:flex;flex-direction:column;align-items:center;margin-top:-50px}@media only screen and (max-width:1150px){.Projects .chemprojects-container{padding:30px 0 10px}}@media only screen and (max-width:1050px){.Projects{padding:150px 80px 0}}@media only screen and (max-width:900px){.Projects .chemprojects-container{padding:30px 0 10px}}@media only screen and (max-width:730px){.Projects{padding:150px 40px 0}.Projects .chemprojects-container{padding:40px 0}}@media only screen and (max-width:450px){.Projects{padding:150px 22px 0}.Projects h2{font-size:25px}}@media only screen and (max-width:420px){.Projects img{width:250px;margin-right:20px}.Projects h2{font-size:25px;top:20px}.chemProjectsDiv h4{color:#64ffda;font-size:17px}}@media only screen and (max-width:330px){.Projects h2,.Projects .number-heading{font-size:19px}.Projects .chemProjectsDiv h4{font-size:16px}}.tabsContainerDivLeft,.tabsContainerDivLeft2{width:800px;margin-bottom:30px;display:flex;align-items:flex-start;position:relative;opacity:1;animation:tabs-animation 1s both 0s 1;min-height:240px}@keyframes tabs-animation{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.listLeft,.listLeft2{display:block;position:relative;width:max-content;list-style-type:none;z-index:1;margin-right:30px!important}.listLeft li,.listLeft2 li{display:list-item}.listLeft li button,.listLeft2 li button{text-decoration:none;text-decoration-skip-ink:auto;position:relative;cursor:pointer;display:flex;-webkit-box-align:center;align-items:center;width:100%;border-top:none;border-right:none;border-bottom:none;border-image:initial;background-color:transparent;height:42px;padding:0 20px 2px;transition:all .25s cubic-bezier(.645,.045,.355,1) 0s;border-left:2px solid #333f58;text-align:left;white-space:nowrap;font-size:13px;color:var(--gray);-webkit-tap-highlight-color:transparent}.listLeft li button:hover,.listLeft2 li button:hover{color:var(--green);background-color:#333f58bf}.detailsContainerDivLeft,.detailsContainerDivLeft2{position:relative;padding:12px 0 0;-webkit-box-flex:1;flex-grow:1}.detailsContainerDivLeft div,.detailsContainerDivLeft2 div{top:0;left:0;width:100%;height:auto;opacity:1;z-index:2;position:relative;visibility:visible;transition:all .5s cubic-bezier(.645,.045,.355,1) 0s}.detailsContainerDivLeft div h4,.detailsContainerDivLeft2 div h4{color:#ccd6f6;font-size:22px;font-weight:500;margin-bottom:5px;line-height:1}.detailsContainerDivLeft div h4 .highlightAt,.detailsContainerDivLeft2 div h4 .highlightAt{color:var(--green);opacity:.75}.detailsContainerDivLeft div h4 .highlightAt a,.detailsContainerDivLeft2 div h4 .highlightAt a{display:inline-block;text-decoration:none;text-decoration-skip-ink:auto;position:relative;transition:all .25s cubic-bezier(.645,.045,.355,1) 0s;cursor:pointer;color:var(--green)}.detailsContainerDivLeft div h4 .highlightAt a:after,.detailsContainerDivLeft2 div h4 .highlightAt a:after{content:"";display:block;width:0;height:1px;position:relative;bottom:.37em;background-color:#64ffda;transition:all .25s cubic-bezier(.645,.045,.355,1) 0s;opacity:.5}.detailsContainerDivLeft div h4 .highlightAt:hover,.detailsContainerDivLeft2 div h4 .highlightAt:hover{opacity:1}.detailsContainerDivLeft div h5,.detailsContainerDivLeft2 div h5{font-size:13px;font-weight:400;letter-spacing:.5px;color:#a8b2d1;margin-bottom:30px}.detailsContainerDivLeft div h5 ul,.detailsContainerDivLeft2 div h5 ul{padding:0;margin:20px 0 0!important;color:#fff;list-style:none;font-size:18px;width:100%}.detailsContainerDivLeft div h5 ul li,.detailsContainerDivLeft2 div h5 ul li{position:relative;padding-left:20px;font-family:Overpass,Verdana,Geneva,Tahoma,sans-serif;margin-bottom:10px;color:#fff!important}.detailsContainerDivLeft div h5 ul li:before,.detailsContainerDivLeft2 div h5 ul li:before{content:"▹";position:absolute;left:0;color:#64ffda;line-height:20px}@media only screen and (max-width:1050px){.tabsContainerDivLeft,.tabsContainerDivLeft2{width:600px;min-height:290px}}@media only screen and (max-width:950px){.tabsContainerDivLeft,.tabsContainerDivLeft2{display:block;width:500px}.listLeft,.listLeft2{display:flex;overflow-x:scroll;max-width:calc(80% + 96px);margin-left:-50px}}@media only screen and (max-width:630px){.tabsContainerDivLeft,.tabsContainerDivLeft2{width:400px;min-height:320px}.listLeft,.listLeft2{max-width:calc(80% + 66px);margin-left:-25px}.detailsContainerDivLeft h4,.detailsContainerDivLeft2 h4{font-size:18px!important}.detailsContainerDivLeft h5 ul,.detailsContainerDivLeft2 h5 ul{font-size:15px!important}}@media only screen and (max-width:430px){.tabsContainerDivLeft,.tabsContainerDivLeft2{width:85vw;min-height:280px}.listLeft,.listLeft2{max-width:calc(80% + 66px)}.detailsContainerDivLeft h4,.detailsContainerDivLeft2 h4{font-size:16px!important}.detailsContainerDivLeft h5 span,.detailsContainerDivLeft2 h5 span{font-size:11px}.detailsContainerDivLeft h5 ul,.detailsContainerDivLeft2 h5 ul{font-size:13px!important}}@media only screen and (max-width:300px){.listLeft,.listLeft2{max-width:calc(80% + 30px)}.detailsContainerDivLeft h4,.detailsContainerDivLeft2 h4{font-size:14px!important}.detailsContainerDivLeft h5 span,.detailsContainerDivLeft2 h5 span{font-size:11px}.detailsContainerDivLeft h5 ul,.detailsContainerDivLeft2 h5 ul{font-size:12px!important}}.Testimonial{width:100%;margin:-55px auto 0;max-width:var(--max-width);display:flex;justify-content:center;align-items:center;flex-direction:column}.section-center{margin:0 auto;margin-top:4rem;width:80vw;height:500px;max-width:800px;text-align:center;position:relative;display:flex;justify-content:center;overflow:hidden}.section-center .slide{display:flex;min-width:100%;flex-direction:column;align-items:center;text-align:center}.section-center .slide h1,.section-center .slide h2,.section-center .slide h3{color:#fff;letter-spacing:var(--spacing);text-transform:capitalize;line-height:1.25;margin-bottom:.75rem}.section-center .slide h4{color:#64ffda;letter-spacing:var(--spacing);text-transform:capitalize;line-height:1.25;margin-bottom:.75rem}.section-center .slide h1{font-size:3rem}.section-center .slide h2{font-size:2rem}.section-center .slide h3{font-size:1.25rem}.section-center .slide h4{font-size:.875rem}.section-center .slide p{margin-bottom:1.25rem;color:#fff}.section-center .slide .person-img{border-radius:50%;margin-bottom:1rem;object-fit:cover;border:4px solid #64ffda;width:150px;height:150px}.active{display:block}.prev,.next{cursor:pointer;position:absolute;width:auto;padding:16px;margin-top:-22px;color:#fff;font-weight:700;font-size:18px;transition:.6s ease;border-radius:0 3px 3px 0;-webkit-user-select:none;user-select:none}.prev .navigationSign,.next .navigationSign{color:#000;transform:translate(-50%,-50%);width:35px;height:35px}.prev .navigationSign:hover,.next .navigationSign:hover{color:#000}.title{text-align:center;margin-bottom:2rem}.title h2{display:flex;align-items:center;justify-content:center;font-weight:500}.title span{font-size:.85em;color:var(--clr-primary-5);margin-right:1rem;font-weight:700}.section-center{margin:0 auto;margin-top:4rem;width:80vw;height:500px;max-width:800px;text-align:center;position:relative;display:flex;overflow:hidden}.person-img{border-radius:50%;margin-bottom:1rem;width:150px;height:150px;object-fit:cover;border:4px solid #64ffda}article h4{text-transform:uppercase;color:var(--clr-primary-5);margin-bottom:.25rem}.title{text-transform:capitalize;margin-bottom:.75rem;color:var(--gray)!important}.text{max-width:35em;margin:0 auto!important;margin-top:2rem;line-height:2;color:#fff}.icon{width:2rem;height:2rem;margin-top:1rem}.prev,.next{position:absolute;top:200px;transform:translateY(-50%);background:#fff;color:var(--clr-white);width:1.25rem;height:1.25rem;display:grid;place-items:center;border-color:transparent;font-size:1rem;border-radius:10px;cursor:pointer;transition:ease-in}.prev svg,.next svg{margin:0;fill:transparent}.prev:hover,.next:hover{background:#64ffda}.prev svg:hover,.next svg:hover{fill:transparent}.prev{left:0}.next{right:0}@media screen and (max-width:950px){.prev,.next{margin-top:-100px}}@media screen and (max-width:600px){.person-img{width:100px;height:100px}.Testimonial{width:80vw}.slide h1,.slide h2,.slide h3,.slide h4{line-height:1;margin-bottom:.5rem}.slide h1{font-size:1.5rem}.slide h2{font-size:1.25rem}.slide h3{font-size:.75rem}.slide h4{font-size:1rem;width:100%}.slide p{margin-bottom:1rem;color:#fff}}@media screen and (max-width:480px){.person-img{width:80px;height:80px}.Testimonial,.section-center{width:100%}.slide h1{font-size:1.25rem}.slide h2{font-size:1rem}.slide h3{font-size:.5rem}.slide h4{font-size:.85rem}}@media screen and (max-width:450px){.Testimonial h2{font-size:25px}}@media screen and (max-width:350px){.person-img{width:60px;height:60px}.Testimonial{width:100%}.slide h1{font-size:1rem}.slide h2{font-size:.75rem}.slide h3{font-size:.25rem}.slide h4{font-size:.75rem}.prev,.next{margin-top:-100px}}@media screen and (max-width:320px){.Testimonial h2,.Testimonial .number-heading{font-size:19px}}.Portfolio{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:150px 220px 0;margin-top:-150px;margin-bottom:150px}.Portfolio .number-heading{font-family:Overpass Mono,Verdana,Geneva,Tahoma,sans-serif;font-size:22px;color:#64ffda;margin-right:-3px;padding-right:10px;padding-top:4px}.Portfolio h2{color:#fffe;margin-bottom:5px;font-family:Overpass,Verdana,Geneva,Tahoma,sans-serif;font-size:30px;position:relative;top:-15px}.Portfolio h2 span{font-family:Overpass Mono,Verdana,Geneva,Tahoma,sans-serif;font-size:22px;color:#64ffda;margin-right:-3px}.Portfolio .portfolio-container{margin-top:50px;display:-ms-grid;display:grid;grid-gap:30px 40px;-ms-grid-template-columns:auto-fit,minmax(330px,1fr);grid-template-columns:auto-fit,minmax(330px,1fr);-ms-grid-template-rows:auto;grid-template-rows:auto;justify-items:center;padding:20px 0 0}.Portfolio .portfolio-container .section-heading h4{color:var(--green);font-size:22px}@media only screen and (max-width:1050px){.Portfolio{padding:150px 80px 0}}@media only screen and (max-width:730px){.Portfolio{padding:150px 40px 0}}@media only screen and (max-width:450px){.Portfolio{padding:150px 22px 0}.Portfolio h2{font-size:25px}}@media only screen and (max-width:420px){.Portfolio h2{font-size:25px;top:20px}}@media only screen and (max-width:330px){.Portfolio h2,.Portfolio .number-heading{font-size:19px}.Portfolio h4{font-size:17.5px!important}}.Tutorials{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:150px 220px 0;margin-top:-150px;margin-bottom:150px}.Tutorials .number-heading{font-family:Overpass Mono,Verdana,Geneva,Tahoma,sans-serif;font-size:22px;color:#64ffda;margin-right:-3px;padding-right:10px;padding-top:4px}.Tutorials h2{color:#fffe;margin-bottom:5px;font-family:Overpass,Verdana,Geneva,Tahoma,sans-serif;font-size:30px;position:relative;top:-15px}.Tutorials h2 span{font-family:Overpass Mono,Verdana,Geneva,Tahoma,sans-serif;font-size:22px;color:#64ffda;margin-right:-3px}.Tutorials .tutorials-container{margin-top:50px;display:-ms-grid;display:grid;grid-gap:30px 40px;-ms-grid-template-columns:auto-fit,minmax(330px,1fr);grid-template-columns:auto-fit,minmax(330px,1fr);-ms-grid-template-rows:auto;grid-template-rows:auto;justify-items:center;padding:20px 0 0}.Tutorials .tutorials-container .section-heading h4{color:var(--green);font-size:22px}.Tutorials .tutorials-container .allPostsContainer{display:flex;justify-content:center;flex-wrap:wrap;margin:20px 0}.Tutorials .tutorials-container .allPostsContainer .projectSectionLinks{display:flex;flex-direction:column;align-items:center;margin:30px 50px 10px}.Tutorials .tutorials-container .allPostsContainer .noDataFoundContainer{display:flex;flex-direction:column;align-items:center;margin-top:-50px}@media only screen and (max-width:1050px){.Tutorials{padding:150px 80px 0}}@media only screen and (max-width:730px){.Tutorials{padding:150px 40px 0}}@media only screen and (max-width:450px){.Tutorials{padding:150px 22px 0}.Tutorials h2{font-size:25px}}@media only screen and (max-width:420px){.Tutorials h2{font-size:25px;top:20px}}@media only screen and (max-width:330px){.Tutorials h2,.Tutorials .number-heading{font-size:19px}.Tutorials h4{font-size:17.5px!important}}.Contact{width:100%;min-height:600px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:150px 220px 0;margin-top:-150px;margin-bottom:50px}.Contact .number-heading{font-family:Overpass Mono,Verdana,Geneva,Tahoma,sans-serif;font-size:22px;color:#64ffda;margin-right:-3px;padding-right:10px;padding-top:4px}.Contact h2{color:#fffe;margin-bottom:5px;font-family:Overpass,Verdana,Geneva,Tahoma,sans-serif;font-size:30px;position:relative;top:-15px}.Contact h2 span{font-family:Overpass Mono,Verdana,Geneva,Tahoma,sans-serif;font-size:22px;color:#64ffda;margin-right:-3px}.Contact p{width:500px;text-align:center;margin-top:-8px;font-family:Overpass Mono,Verdana,Geneva,Tahoma,sans-serif;font-size:16px;transition:all .2s ease-out;margin-bottom:-50px}.Contact svg{margin:0;padding:0;width:63%}.Contact .email-button{margin-top:50px;transition:all .2s ease-out}.Contact a{background-color:#64ffda;position:relative;width:50px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:100%;transition:all .2s ease-out;box-shadow:0 0 15px #ff3e5425}.Contact a:hover{background:#0b1429;box-shadow:0 0 15px #00388b31}.Contact a:hover .st0{fill:#64ffda}.Contact .st0{fill:#000;transition:all .2s ease-out}@media only screen and (max-width:1100px){.Contact{min-height:520px}}@media only screen and (max-width:1050px){.Contact{padding:150px 80px 0}}@media only screen and (max-width:730px){.Contact{min-height:520px;padding:150px 40px 0}.Contact p{font-size:18px;width:400px}.Contact h2{font-size:30px}.Contact a{background-color:#0b1429;position:relative;width:50px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:100%;transition:all .2s ease-out;box-shadow:0 0 15px #ff3e5425}.Contact a:hover{background:#64ffda;box-shadow:0 0 15px #00388b31}.Contact a:hover .st0{fill:#0b1429}.Contact .st0{fill:#64ffda;transition:all .2s ease-out}}@media only screen and (max-width:550px){.Contact p{font-size:18px;width:400px}.Contact h2{font-size:30px}}@media only screen and (max-width:450px){.Contact{padding:150px 22px 0;min-height:440px}.Contact .number-heading{font-size:22px}.Contact p{font-size:12px;width:320px;margin-bottom:-50px}.Contact h2{font-size:25px;margin-bottom:35px}.Contact h2 span{font-size:12px;margin-bottom:10px}}@media only screen and (max-width:420px){.Contact h2{font-size:25px;top:20px}}@media only screen and (max-width:330px){.Contact h2,.Contact .number-heading{font-size:19px}.Contact p{font-size:11px;width:270px}}