:root{--current-theme:dark;--navy-shadow:rgba(22,20,31,0.7);--background-color:#191724;--lightest-navy:#403c58;--light-navy:#2a273f;--dark-slate:#6e6a86;--slate:#908caa;--light-slate:#e0def4;--lightest-slate:#c4a7e7;--theme-color:#eb6f92;--white:#ffffff}:root.light{--current-theme:light;--navy-shadow:rgba(242,237,236,0.7);--background-color:#faf4ed;--lightest-navy:#f2e9e1;--light-navy:#ece3db;--dark-slate:#9893a5;--slate:#797593;--light-slate:#575279;--lightest-slate:#907aa9;--theme-color:#d7827e;--white:#ffffff}::selection{color:white;background:var(--theme-color)}body,html{scroll-behavior:smooth!important}:root.light body,body{color-scheme:var(--current-theme);background-color:var(--background-color);counter-reset:title;z-index:99}main{transition:.3s ease-in-out;z-index:99}.blur{filter:blur(10px);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}*{margin:0;padding:0;box-sizing:border-box}html{z-index:99;scrollbar-width:thin;scrollbar-color:var(--dark-slate) var(--background-color)}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:var(--background-color)}::-webkit-scrollbar-thumb{background-color:var(--dark-slate);border:3px solid var(--background-color);border-radius:10px}:root{--tsm:13px;--tsm1:14px;--tsm2:15px;--tbase:16px;--tlarge:18px;--tlarge2:22px;--txlarge:25px;--tx2large:32px;--tgiant:clamp(40px,8vw,80px)}@media screen and (max-width:480px){:root{--tx2large:25px}}.social-icons{position:fixed;bottom:0;left:4rem}.social-icons-list{list-style-type:none;display:flex;flex-direction:column;gap:.5rem}.social-icons-list-item{font-size:var(--tlarge2);transition:.3s ease-in-out;display:flex;justify-content:center;align-items:center}.social-icons-list-item-link{padding:10px;color:var(--lightest-slate);transition:.3s ease-in-out;outline:2px dashed rgba(0,0,0,0)}.social-icons-list-item-link:hover{color:var(--theme-color)}.social-icons-list-item-link:focus{outline-color:var(--theme-color);transform:translateY(-4px);color:var(--theme-color)}.social-icons-list-item:hover{transform:translateY(-4px)}.social-icons-list-item:last-child{margin-bottom:2rem}.social-icons-list:after{content:"";display:block;width:2px;height:90px;margin:0 auto;background-color:var(--light-slate)}@media screen and (max-width:1080px){.social-icons{left:2rem}}@media screen and (max-width:768px){.social-icons{display:none}}.email{position:fixed;bottom:0;right:4rem;display:flex;flex-direction:column;gap:1.5rem}.email-link{writing-mode:vertical-rl;text-decoration:none;color:var(--light-slate);font-family:var(--fira-code);font-size:var(--tsm2);letter-spacing:.1rem;margin-bottom:20px;outline:2px dashed rgba(0,0,0,0);padding:10px;transition:.3s ease-in-out}.email-link:hover{color:var(--theme-color)}.email-link:focus{outline-color:var(--theme-color)}.email:after{content:"";display:block;width:2px;height:90px;margin:0 auto;background-color:var(--light-slate)}@media screen and (max-width:1080px){.email{right:2rem}}@media screen and (max-width:768px){.email{display:none}}.btn{color:var(--theme-color);padding:.75em 1em;text-decoration:none;border:1px solid var(--theme-color);border-radius:4px;background-color:rgba(0,0,0,0);font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-size:var(--tsm);outline:none}.btn:focus,.btn:hover{background-color:var(--lightest-navy)}.link{text-decoration:none;display:inline-block;position:relative;color:var(--theme-color)}.link:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:.5px;bottom:0;left:0;background-color:var(--theme-color);transform-origin:bottom right;transition:transform .25s ease-out}.link:focus:after,.link:hover:after{transform:scaleX(1);transform-origin:bottom left}.link:focus{outline:none}.loader{color:var(--theme-color);fill:none;display:flex;justify-content:center;align-items:center;overflow:hidden;height:90vh}.loader svg{height:10rem;width:10rem}.markdown-content{font-family:var(--raleway);color:var(--slate)}.markdown-content h1,.markdown-content h2,.markdown-content h3,.markdown-content h4,.markdown-content h5,.markdown-content h6{font-family:var(--raleway);color:var(--lightest-slate);font-weight:700;margin-bottom:1.5rem;position:relative}.markdown-content h1{font-size:var(--tx2large);margin-bottom:2rem}.markdown-content h2{font-size:var(--txlarge);margin-bottom:1.5rem}.markdown-content p{color:var(--slate);margin-bottom:1rem;font-size:var(--tlarge);letter-spacing:.07rem;line-height:1.6rem;font-weight:500}.markdown-content ol,.markdown-content ul{padding-left:2rem;margin-bottom:1.5rem}.markdown-content ol li,.markdown-content ul li{font-family:var(--raleway);line-height:1.6rem;font-weight:500;font-size:var(--tbase);color:var(--slate);position:relative;margin-bottom:.5rem}.markdown-content ol li:hover,.markdown-content ul li:hover{color:var(--white)}.markdown-content ul li:before{content:"-";position:absolute;left:-20px;top:6px;color:var(--theme-color);line-height:12px}.markdown-content a{color:var(--theme-color);text-decoration:none;transition:all .25s cubic-bezier(.645,.045,.355,1)}.markdown-content a:hover{text-decoration:underline}.markdown-content img{max-width:100%;border-radius:.2rem}.markdown-content blockquote{border-left:4px solid var(--theme-color);padding-left:1rem;margin-left:0;margin-right:0;font-style:italic}.markdown-content code{font-family:var(--fira-code);font-size:var(--tsm);padding:.2rem .4rem;border-radius:3px}.markdown-content code,.markdown-content pre{background-color:var(--light-navy);color:var(--lightest-slate)}.markdown-content pre{padding:1rem;border-radius:4px;overflow-x:auto;margin-bottom:1.5rem}.markdown-content pre code{background-color:rgba(0,0,0,0);padding:0}.markdown-content hr{border:0;height:1px;background-color:var(--lightest-navy);margin:2rem 0}@media screen and (max-width:768px){.markdown-content h1:after{width:200px}.markdown-content p{margin-right:0}}@media screen and (max-width:480px){.markdown-content h1:after{width:100px}}main{margin:0 10rem}@media screen and (max-width:1020px){main{margin:0 8rem}}@media screen and (max-width:768px){main{margin:0 3rem}}@media screen and (max-width:480px){main{margin:0 1.5rem}}body{max-width:100vw;overflow-x:hidden}nav{min-height:60px}nav .wrapper{width:100%;justify-content:space-between;padding:0 4rem;position:relative}nav .wrapper,nav .wrapper .brand a{display:flex;align-items:center;transition:.3s ease-in-out}nav .wrapper .brand a{color:var(--theme-color);justify-content:center;height:3rem;width:3rem;fill:none;margin:2rem 0;cursor:pointer;outline:2px dashed rgba(0,0,0,0)}nav .wrapper .brand a:focus,nav .wrapper .brand a:hover{fill:rgba(100,250,217,.1019607843)}nav .wrapper .nav-responsive-toggle{display:none;color:var(--theme-color);font-size:var(--tlarge2);justify-content:left;align-items:center;transition:.3s ease-in-out;z-index:15}nav .wrapper .nav-title{display:flex;gap:3em;color:var(--lightest-slate);font-family:var(--fira-code);font-weight:700;font-size:var(--tmeduim);text-decoration:none}nav .wrapper .nav-title:hover{color:var(--theme-color);text-decoration:underline}nav .wrapper .nav-items{display:flex;gap:3em;color:var(--lightest-slate);font-family:var(--fira-code);font-weight:700;font-size:var(--tmeduim);counter-reset:nav-list;margin-left:50%}nav .wrapper .nav-items-list{display:flex;gap:3rem;list-style:none}nav .wrapper .nav-items-list-item a{outline:2px dashed rgba(0,0,0,0);padding:10px;text-decoration:none;color:inherit;transition:.3s ease-in-out}nav .wrapper .nav-items-list-item a:focus{outline-color:var(--theme-color)}nav .wrapper .nav-items-list-item:hover{color:var(--theme-color);text-decoration:underline}@media screen and (max-width:1020px){nav .wrapper{padding:0 2rem}nav .wrapper .nav-responsive-toggle{display:flex;z-index:15}nav .wrapper .nav-items{position:fixed;height:100vh;right:0;width:0;opacity:0;visibility:hidden;top:0;padding:50px 10px;background-color:var(--light-navy);flex-direction:column;justify-content:center;align-items:center;transition:.3s ease-in-out;z-index:11}nav .wrapper .nav-items-list{flex-direction:column}nav .wrapper .nav-responsive{width:min(75vw,400px);visibility:visible;opacity:1}}nav .blur-nav{height:60px;position:fixed;top:0;transition:.3s ease-in-out;z-index:100;background-color:rgba(10,25,47,.85);box-shadow:0 10px 30px -10px var(--navy-shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero{margin-top:4rem;display:flex;flex-direction:column;align-items:flex-start;gap:1rem;justify-content:center;min-height:90vh}.hero-title{color:var(--theme-color);font-size:var(--tsm2);font-family:var(--fira-code)}.hero-title-large{font-size:var(--tgiant);font-family:var(--raleway);color:var(--light-slate)}.hero-title-sub{color:var(--lightest-slate)}.hero-text{color:var(--slate);margin-right:40%;font-size:var(--tlarge);letter-spacing:.07rem;line-height:1.6rem;font-weight:600;font-family:var(--raleway)}.hero-button{margin-top:2rem}.hero-button .btn{padding:1rem 2rem;font-size:var(--tsm1)}@media screen and (max-width:768px){.hero-text{width:90%}}.about{margin:30rem 0 100rem;padding-top:100px}.about .title{font-family:var(--raleway);color:var(--lightest-slate);position:relative}.about .title h2{margin-bottom:2rem;font-size:var(--tx2large);font-weight:700}.about .title h2:before{content:title ".";margin-right:.5rem;color:var(--theme-color)}.about .title h2:after{content:"";display:block;position:absolute;top:20px;width:300px;height:2px;margin-left:200px;background-color:var(--lightest-navy)}.about-grid{display:grid;grid-template-columns:60% 40%;grid-gap:1rem;gap:1rem}.about-grid-info{display:flex;flex-direction:column;gap:1rem}.about-grid-info-text{font-size:var(--tlarge)}.about-grid-info-subtext,.about-grid-info-text{color:var(--slate);margin-right:10%;letter-spacing:.07rem;line-height:1.6rem;font-weight:500;font-family:var(--raleway)}.about-grid-info-subtext{margin-left:5%;font-size:var(--tbase)}.about-grid-info-list{display:grid;grid-template-columns:33% 33% 33%;list-style-type:none;padding:0 3rem}.about-grid-info-list-item{font-family:var(--raleway);line-height:1.6rem;font-weight:400;font-size:var(--tbase);color:var(--slate);position:relative}.about-grid-info-list-item:hover{color:var(--white)}.about-grid-info-list-item:before{content:"-";position:absolute;left:-10px;top:6px;color:var(--theme-color);line-height:12px}.about-grid-photo{position:relative;width:max-content;height:max-content}.about-grid-photo:hover .overlay{background-color:rgba(0,0,0,0)}.about-grid-photo:hover .overlay-border{top:.5rem;left:.5rem}.about-grid-photo:hover img{filter:none}.about-grid-photo .overlay{transition:.3s ease-in-out;z-index:1;position:absolute;height:350px;width:350px;background-color:rgba(157,0,255,.3019607843);border-radius:.2rem}.about-grid-photo .overlay-border{z-index:-3;height:100%;width:100%;position:absolute;border:2px solid var(--theme-color);top:1rem;left:1rem;border-radius:.2rem;transition:.3s ease-in-out}.about-grid-photo-container{position:relative;height:350px;width:350px;object-fit:cover}.about-grid-photo-container img{z-index:0;filter:grayscale(100%);transition:.3s ease-in-out;border-radius:.2rem}@media screen and (max-width:1080px){.about{margin:5rem 0}.about-grid-photo .overlay,.about-grid-photo-container{height:223px;width:223px}.about-grid-info-list{grid-template-columns:1fr}}@media screen and (max-width:768px){.about{margin:5rem auto}.about .title h2:after{width:200px}.about-grid{display:flex;justify-content:center;align-items:center;flex-direction:column}.about-grid-photo{margin-top:3rem}.about-grid-photo .overlay,.about-grid-photo-container{height:300px;width:300px}.about-grid-info-text{margin-right:0}}@media screen and (max-width:480px){.about .title h2:after{width:100px}.about-grid-photo .overlay,.about-grid-photo-container{height:223px;width:223px}}.experience{margin:30rem 0 100rem;padding-top:100px}.experience .title{font-family:var(--raleway);color:var(--lightest-slate);position:relative}.experience .title h2{margin-bottom:2rem;font-size:var(--tx2large);font-weight:700}.experience .title h2:before{content:title ".";margin-right:.5rem;color:var(--theme-color)}.experience .title h2:after{content:"";display:block;position:absolute;top:20px;width:300px;height:2px;margin-left:200px;background-color:var(--lightest-navy)}.experience .container{display:grid;grid-template-columns:25% 75%;grid-gap:3rem;gap:3rem}.experience .container .exp-slider{list-style-type:none;position:relative;height:max-content}.experience .container .exp-slider .underline{background-color:var(--theme-color);position:absolute;left:-.5px;top:0;height:3rem;width:3px;transition:.3s ease-in-out}.experience .container .exp-slider:before{position:absolute;left:0;content:"";height:100%;width:1px;background-color:var(--lightest-navy)}.experience .container .exp-slider-item{height:3rem;padding:0 1.5rem;display:flex;vertical-align:middle;cursor:pointer;width:100%}.experience .container .exp-slider-item span{display:flex;justify-content:center;align-items:center;color:var(--slate);font-family:var(--fira-code);font-size:var(--tmeduim)}.experience .container .exp-slider-item:hover{background-color:var(--light-navy)}.experience .container .exp-slider-item-selected span,.experience .container .exp-slider-item:hover span{color:var(--theme-color)}.experience .container .exp-details{height:40vh;max-width:900px;font-family:var(--raleway)}.experience .container .exp-details-position{color:var(--lightest-slate)}.experience .container .exp-details-position-company{color:var(--theme-color)}.experience .container .exp-details-range{color:var(--light-slate)}.experience .container .exp-details-item,.experience .container .exp-details-list{list-style-type:none;display:flex;flex-direction:column;gap:1rem;margin-top:1rem;padding-left:20px}.experience .container .exp-details-list{margin-bottom:1rem}.experience .container .exp-details-list-item{position:relative;color:var(--slate);font-weight:500;font-size:var(--tlarge)}.experience .container .exp-details-list-item:before{content:"▹";position:absolute;left:-20px;top:6px;color:var(--theme-color);line-height:12px}.experience .container .exp-details-skills{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.experience .container .exp-details-skills .skill-tag{display:inline-block;padding:.3rem .8rem;background-color:rgba(0,0,0,0);border:1px solid var(--light-slate);border-radius:20px;color:var(--light-slate);font-size:var(--tsmall);font-family:var(--raleway);font-weight:500;transition:all .3s ease}.experience .container .exp-details-skills .skill-tag:hover{background-color:var(--light-slate);color:var(--darkest-navy);transform:translateY(-2px);box-shadow:0 4px 8px rgba(100,255,218,.3)}@media screen and (max-width:968px){.experience .title h2:after{width:100px}}@media screen and (max-width:800px){.experience{margin:5rem auto}.experience .container{grid-template-columns:1fr;padding:1rem}.experience .container .exp-details{height:max-content}.experience .container .exp-slider{display:flex;overflow-x:auto;overflow-y:hidden}.experience .container .exp-slider .underline,.experience .container .exp-slider:before{display:none}.experience .container .exp-slider-item-selected{background-color:var(--light-navy)}}@media screen and (max-width:480px){.experience .title h2:after{display:none}}.projects{margin:30rem 0 100rem;padding-top:100px}.projects .title{font-family:var(--raleway);color:var(--lightest-slate);position:relative}.projects .title h2{margin-bottom:5rem;font-size:var(--tx2large);font-weight:700}.projects .title h2:before{content:title ".";margin-right:.5rem;color:var(--theme-color);margin-bottom:auto}.projects .title h2:after{content:"";display:block;position:absolute;top:20px;width:300px;height:2px;margin-left:320px;background-color:var(--lightest-navy)}.projects-container{display:flex;flex-direction:column;gap:12rem}.projects-container .project{position:relative;display:flex;justify-content:flex-end}.projects-container .project-image{position:absolute;top:0;left:0}.projects-container .project-image-container{position:relative;width:800px;height:400px}.projects-container .project-image-container img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.projects-container .project-image:hover .project-image-overlay{background-color:rgba(0,0,0,0)}.projects-container .project-image:hover img{filter:none}.projects-container .project-image-overlay{transition:.3s ease-in-out;z-index:1;position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,.1254901961)}.projects-container .project-image img{z-index:0;filter:grayscale(100%);transition:.3s ease-in-out}.projects-container .project-info{z-index:5;width:800px;display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.projects-container .project-info-overline{color:var(--theme-color);font-family:var(--fira-code)}.projects-container .project-info-title{color:var(--lightest-slate);font-size:var(--txlarge);font-family:var(--raleway);cursor:pointer;transition:.3s ease-in-out}.projects-container .project-info-title:hover{color:var(--theme-color)}.projects-container .project-info-description{background-color:var(--light-navy);border-radius:.2rem}.projects-container .project-info-description p{color:var(--light-slate);font-family:var(--raleway);padding:2rem;text-align:end}.projects-container .project-info-tech-list{display:flex;list-style-type:none;gap:.5rem;flex-wrap:wrap}.projects-container .project-info-tech-list-item{color:var(--light-slate);font-family:var(--raleway);background-color:var(--slate);padding:.2rem .5rem;border-radius:20px;border:.2px solid var(--slate);font-size:var(--tsm1)}.projects-container .project-info-tech-list-item:hover{border:.2px solid var(--theme-color)}.projects-container .project-info-links{font-size:var(--tlarge2);list-style-type:none;display:flex;gap:1rem}.projects-container .project-info-links-item{transition:.3s ease-in-out;display:flex;justify-content:center;align-items:center}.projects-container .project-info-links-item-link{padding:10px;color:var(--lightest-slate);transition:.3s ease-in-out;outline:2px dashed rgba(0,0,0,0)}.projects-container .project-info-links-item-link:hover{color:var(--theme-color)}.projects-container .project-info-links-item-link:focus{outline-color:var(--theme-color);transform:translateY(-4px);color:var(--theme-color)}.projects-container .project:nth-of-type(2n){justify-content:flex-start}.projects-container .project:nth-of-type(2n) .project-image{right:0;left:auto}.projects-container .project:nth-of-type(2n) .project-info{align-items:flex-start}.projects-container .project:nth-of-type(2n) .project-info-description p{text-align:start}@media screen and (max-width:1100px){.projects-container{align-items:center}.projects-container .project{justify-content:flex-start}.projects-container .project .project-info{width:600px;height:300px;background-color:rgba(31,10,44,.592);align-items:flex-start;padding:1rem}.projects-container .project .project-info-description{background-color:rgba(0,0,0,0)}.projects-container .project .project-info-description p{padding:0;text-align:start}.projects-container .project:nth-of-type(2n) .project-image{left:0;right:auto}}@media screen and (max-width:680px){.projects{margin:5rem 0}.projects-container .project .project-info,.projects-container .project-image-container{width:500px;height:300px}}@media screen and (max-width:600px){.projects-container .project .project-info,.projects-container .project-image-container{width:350px;height:400px}}@media screen and (max-width:968px){.projects .title h2:after{width:100px}}@media screen and (max-width:600px){.projects .title h2:after{display:none}}.contact{max-width:700px;margin:15rem auto;display:flex;gap:1rem;justify-content:center;align-items:center;flex-direction:column}.contact .contact-title{color:var(--theme-color);font-size:var(--tbase);font-family:var(--fira-code);font-weight:300}.contact .contact-title:before{counter-increment:title;margin-right:.5rem;color:var(--theme-color)}.contact .contact-sub-title{font-size:var(--tgiant);font-family:var(--raleway);color:var(--light-slate)}.contact .contact-text{color:var(--slate);font-size:var(--tlarge);letter-spacing:.07rem;line-height:1.6rem;font-weight:500;font-family:var(--raleway);text-align:center}.contact .contact-cta{margin-top:1rem}.contact .contact-cta .btn{padding:1rem 2rem;display:flex;align-items:center}footer{display:flex;justify-content:center;align-content:center;padding:15px;min-height:70px}footer .footer-link{text-decoration:none;display:flex;flex-direction:column;gap:.5rem;color:var(--theme-color);outline:2px dashed rgba(0,0,0,0);transition:.3s ease-in-out;padding:10px;font-size:var(--tsm1)}footer .footer-link:focus{outline-color:var(--theme-color)}footer .footer-link .footer-info{font-family:var(--fira-code);text-align:center}footer .footer-link .footer-git{display:flex;justify-content:center;align-items:baseline;gap:1rem}footer .footer-link .footer-git-item{display:flex;gap:.3rem}footer .footer-link .footer-git-item-icon{display:flex;justify-content:center;align-items:center}.modal{margin:3rem auto;position:"absolute"}.modal .title{font-family:var(--raleway);color:var(--lightest-slate);position:relative}.modal .title h2{margin-bottom:2rem;font-size:var(--tx2large);font-weight:700}.modal .title h2:before{counter-increment:title;margin-right:.5rem;color:var(--theme-color)}.modal .title h2:after{content:"";display:block;position:absolute;top:20px;width:300px;height:2px;margin-left:220px;background-color:var(--lightest-navy)}.modal-grid{display:grid;grid-template-columns:60% 40%;grid-gap:1rem;gap:1rem}.modal-grid-info{display:flex;flex-direction:column;gap:1rem}.modal-grid-info-text{color:var(--slate);margin-right:10%;font-size:var(--tlarge);letter-spacing:.07rem;line-height:1.6rem;font-weight:500;font-family:var(--raleway)}.modal-grid-info-list{display:grid;grid-template-columns:33% 33% 33%;list-style-type:none;padding:0 3rem}.modal-grid-info-list-item{font-family:var(--raleway);line-height:1.6rem;font-weight:500;font-size:var(--tbase);color:var(--slate);position:relative}.modal-grid-info-list-item:hover{color:var(--white)}.modal-grid-info-list-item:before{content:"-";position:absolute;left:-20px;top:6px;color:var(--theme-color);line-height:12px}.modal-grid-photo{position:relative;width:max-content;height:max-content}.modal-grid-photo:hover .overlay{background-color:rgba(0,0,0,0)}.modal-grid-photo:hover .overlay-border{top:.5rem;left:.5rem}.modal-grid-photo:hover img{filter:none}.modal-grid-photo .overlay{transition:.3s ease-in-out;z-index:1;position:absolute;height:350px;width:350px;background-color:rgba(157,0,255,.3019607843);border-radius:.2rem}.modal-grid-photo .overlay-border{z-index:-3;height:100%;width:100%;position:absolute;border:2px solid var(--theme-color);top:1rem;left:1rem;border-radius:.2rem;transition:.3s ease-in-out}.modal-grid-photo-container{position:relative;height:350px;width:350px;object-fit:cover}.modal-grid-photo-container img{z-index:0;filter:grayscale(100%);transition:.3s ease-in-out;border-radius:.2rem}@media screen and (max-width:1080px){.modal{margin:5rem 0}.modal-grid-photo .overlay,.modal-grid-photo-container{height:223px;width:223px}.modal-grid-info-list{grid-template-columns:1fr}}@media screen and (max-width:768px){.modal{margin:5rem auto}.modal .title h2:after{width:200px}.modal-grid{display:flex;justify-content:center;align-items:center;flex-direction:column}.modal-grid-photo{margin-top:3rem}.modal-grid-photo .overlay,.modal-grid-photo-container{height:300px;width:300px}.modal-grid-info-text{margin-right:0}}@media screen and (max-width:480px){.modal .title h2:after{width:100px}.modal-grid-photo .overlay,.modal-grid-photo-container{height:223px;width:223px}}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/88da59c891d37117-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Source Sans\ 3;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Source Sans\ 3 Fallback;src:local("Arial");ascent-override:109.21%;descent-override:42.66%;line-gap-override:0.00%;size-adjust:93.76%}.__className_1fdbab{font-family:Source Sans\ 3,Source Sans\ 3 Fallback;font-style:normal}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/1f160ec2cb9962ef-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/ad8a7e2c3c2c120b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/cde148027b808b99-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e61ae719f7cc4155-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/0ea4f4df910e6120-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/739c2d8941231bb4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1f160ec2cb9962ef-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ad8a7e2c3c2c120b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cde148027b808b99-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e61ae719f7cc4155-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/0ea4f4df910e6120-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/739c2d8941231bb4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/1f160ec2cb9962ef-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ad8a7e2c3c2c120b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/cde148027b808b99-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e61ae719f7cc4155-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/0ea4f4df910e6120-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/739c2d8941231bb4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1f160ec2cb9962ef-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ad8a7e2c3c2c120b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/cde148027b808b99-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e61ae719f7cc4155-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0ea4f4df910e6120-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/739c2d8941231bb4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/1f160ec2cb9962ef-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ad8a7e2c3c2c120b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/cde148027b808b99-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e61ae719f7cc4155-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/0ea4f4df910e6120-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/739c2d8941231bb4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto Mono Fallback;src:local("Arial");ascent-override:77.84%;descent-override:20.13%;line-gap-override:0.00%;size-adjust:134.61%}.__className_33c9ff{font-family:Roboto Mono,Roboto Mono Fallback;font-style:normal}