.btn-default{display:inline-flex;align-items:stretch;margin-block:.5rem;border-radius:.25rem;overflow:hidden;cursor:pointer;transition:all 250ms ease-in-out;background-color:transparent;padding:0}.btn-default .btn-label{padding:.5rem 1rem;background-color:#1e42e3;color:#fff;display:inline-flex;align-items:center;line-height:1rem;border-radius:.35rem;transition:all 250ms ease-in-out;z-index:2;font-size:.9rem}@media screen and (max-width:767px){.btn-default .btn-label{font-size:1rem}}.btn-default .btn-icon{width:2.25rem;height:2.25rem;background-color:#1e42e3;background-image:url(/images/arrow-right.svg);background-repeat:repeat-x;background-size:2rem .75rem;background-position:0;border-radius:.35rem;transition:all .3s ease-in-out;overflow:hidden}.btn-default:hover .btn-label,.btn-default:hover .btn-icon{filter:brightness(110%)}.btn-default:hover .btn-label{border-radius:.25rem 0 0 .25rem}.btn-default:hover .btn-icon{border-radius:0 .25rem .25rem 0;background-position:2rem}.btn-light{display:inline-flex;align-items:stretch;margin-block:.5rem;border-radius:.25rem;overflow:hidden;cursor:pointer;transition:all 250ms ease-in-out;background-color:transparent;padding:0}.btn-light .btn-label{padding:.5rem 1rem;background-color:#1e42e3;color:#fff;display:inline-flex;align-items:center;line-height:1rem;border-radius:.35rem;transition:all 250ms ease-in-out;z-index:2;font-size:.9rem}@media screen and (max-width:767px){.btn-light .btn-label{font-size:1rem}}.btn-light .btn-icon{width:2.25rem;height:2.25rem;background-color:#1e42e3;background-image:url(/images/arrow-right.svg);background-repeat:repeat-x;background-size:2rem .75rem;background-position:0;border-radius:.35rem;transition:all .3s ease-in-out;overflow:hidden}.btn-light:hover .btn-label,.btn-light:hover .btn-icon{filter:brightness(110%)}.btn-light:hover .btn-label{border-radius:.25rem 0 0 .25rem}.btn-light:hover .btn-icon{border-radius:0 .25rem .25rem 0;background-position:2rem}.btn-light .btn-label{background-color:#fff;color:#0c0c0c}.btn-light .btn-icon{background-color:#fff;background-image:url(/images/arrow-right-black.svg)}#intro{padding-top:3rem;background-color:#f7f7f7}#intro .content{max-width:32rem}#intro .content h1{font-weight:300}#intro .content p{color:#5a5a5a}#projects-list{padding-block:3rem;background-color:#f7f7f7}#projects-list .list a{display:grid;grid-template-columns:1fr 30rem;gap:2rem;border-bottom:1px solid #0c0c0c;padding-block:2rem .5rem}#projects-list .list a>div{display:flex;flex-direction:column;justify-content:space-between}#projects-list .list a>div>div{display:flex;gap:1rem}#projects-list .list a figure{height:16rem;max-height:25vw;width:80%;margin-inline:auto 0;transition:all .5s ease-in-out}#projects-list .list a figure img{max-height:100%;max-width:100%;object-fit:cover}#projects-list .list a:hover{color:#1e42e3}#projects-list .list a:hover figure{width:100%}@media screen and (max-width:600px){#projects-list .list a{grid-template-columns:1fr}#projects-list .list a figure{height:20rem;max-height:40vw;margin-inline:0 auto}}#end-cta{margin-top:2rem}