.aho_projects__card{background-color:var(--white-smoke);position:relative;border-radius:2.5rem;overflow:hidden;transition:ease all .2s;will-change:transform}@media (hover: hover) and (pointer: fine){.aho_projects__card:hover{scale:1.025;animation:smallTremor .4s ease-in-out}}@media (hover: none) and (pointer: coarse){.aho_projects__card{cursor:default}.aho_projects__card:hover{scale:1;animation:none}.aho_projects__card__video{display:block}.aho_projects__card__content,.aho_projects__card__button{opacity:1!important;transform:none!important}}.aho_projects__card__content{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:15;padding:2rem;display:flex;flex-direction:column;gap:1rem;justify-content:space-between}.aho_projects__card__tags{width:100%;display:flex;gap:.5rem}.aho_projects__card__tags span{color:var(--white);font-size:.875rem;border-radius:.675rem;padding:.35rem .75rem;background-color:var(--black);scale:0;transition:ease all .2s}.aho_projects__card__info{margin-top:auto;width:100%;display:flex;gap:1rem;justify-content:space-between;align-items:center}.aho_projects__card__title{font-size:1.25rem;color:var(--white);background-color:var(--black);padding:.75rem 1rem;border-radius:1rem}.aho_projects__card__buttons-wrapper{display:flex;flex-direction:row;gap:.5rem;scale:0;transition:ease-in-out all .15s}.aho_projects__card__button{font-size:1.25rem;font-family:Playfair,serif;font-style:italic;font-weight:400;color:var(--black);background-color:var(--white);padding:.6rem 1.2rem;border-radius:var(--border-round);transition:ease-in-out all .15s;text-wrap:nowrap}.aho_projects__card__button:hover{animation:tremor .4s ease-in-out}.aho_projects__card__button svg{width:1rem;height:1rem;stroke:currentColor;stroke-width:2;flex-shrink:0;margin-left:.3rem}.aho_projects__card__button span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aho_projects__card__image{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:10;transition:ease all .2s}.aho_projects__card__video{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:5;transition:ease all .25s}.aho_projects__card__video.is-horizontal{z-index:6;display:block}.aho_projects__card__video.is-square{display:block}.aho_projects__card:hover .aho_projects__card__buttons-wrapper,.aho_projects__card:hover .aho_projects__card__tags span{scale:1;animation:tremor .4s ease-in-out}@media screen and (min-width:992px){.aho_projects__card:hover .aho_projects__card__image,.aho_projects__card:hover .aho_projects__card__video{transform:scale(1.15)}}@media screen and (max-width:1500px){.aho_projects__card__video.is-horizontal{display:none}.aho_projects__card__video.is-square{display:block}}@media screen and (max-width:1200px){.aho_projects__card{border-radius:2rem}}@media screen and (max-width:991px){.aho_projects__card{height:100%;min-height:20rem;background-color:transparent;border-radius:0rem;margin-bottom:1.5rem;overflow:visible}.aho_projects__card__link{display:flex;gap:1rem;flex-direction:column-reverse}.aho_projects__card__content{padding:0rem;position:relative;left:auto;right:auto;top:auto;bottom:auto;height:auto;flex-direction:column-reverse}.aho_projects__card__title{background-color:var(--transparent);font-size:1.5rem;padding:0rem;border-radius:0rem;color:var(--black)}.aho_projects__card__tags span{display:none;color:var(--black);background-color:var(--light-grey)}.aho_projects__card__video{position:relative;left:auto;right:auto;top:auto;bottom:auto;z-index:1;height:auto;border-radius:2rem}.aho_projects__card__button{background-color:var(--purple);color:var(--white)}.aho_projects__card__tags span,.aho_projects__card__buttons-wrapper{scale:1}}@media screen and (max-width:767px){.aho_projects__card__content{gap:.5rem}.aho_projects__card__info{flex-wrap:wrap}}@media screen and (max-width:576px){.aho_projects__card{min-height:16rem}}.aho_projects__wrapper{width:100%;height:100%;display:flex;flex-direction:column;gap:1.5rem}.aho_projects__header{width:100%;display:flex;gap:2rem;justify-content:space-between;align-items:center}.aho_projects__header-title{display:flex;gap:1.5rem;align-items:center;position:relative;font-size:5rem;font-weight:700}.aho_projects__header-title .is-script-italic{font-size:6rem}.aho_projects__content{width:100%;height:100%}.aho_projects__grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:1fr 1fr;width:100%;height:100%;gap:2rem}.aho_projects__grid .aho_projects__card:nth-child(1){grid-column:span 2}.aho_projects__grid .aho_projects__card:nth-child(6){grid-column:span 2}.aho_projects__cta{display:none;gap:1rem}.aho_projects__cta-text{max-width:16rem;font-size:1.75rem;line-height:1.1}.aho_projects__cta-text .is-script-italic{font-size:2.15rem}.aho_projects__cta-button{font-family:Playfair,serif;font-style:italic;font-weight:400;margin-top:auto;margin-bottom:auto;color:var(--white);background-color:var(--green);padding:.9rem 2.25rem 1rem;border-radius:var(--border-round);transition:ease all .1s;text-wrap:nowrap;font-size:2rem;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.aho_projects__cta-button:hover{background-color:var(--black)}@media screen and (max-width:1500px){.aho_projects__grid{grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr}.aho_projects__grid .aho_projects__card:nth-child(1),.aho_projects__grid .aho_projects__card:nth-child(6){grid-column:span 1}.aho_projects__header-title{font-size:4.5rem}.aho_projects__header-title .is-script-italic{font-size:5rem}}@media screen and (max-width:1400px){.aho_projects__header-title{font-size:4rem}.aho_projects__header-title .is-script-italic{font-size:4.5rem}}@media screen and (max-width:1200px){.aho_projects__grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}}@media screen and (max-width:991px){.aho_projects__wrapper{height:auto;padding-top:.5rem;gap:1.5rem}.aho_projects__grid{gap:1.5rem}.aho_projects__cta{display:flex;align-items:center;justify-content:center}}@media screen and (max-width:767px){.aho_projects__cta{align-items:center;justify-content:center}.aho_projects__cta-text{display:block}}@media screen and (max-width:576px){.aho_projects__wrapper{max-width:26rem;margin-left:auto;margin-right:auto}.aho_projects__header-title{font-size:3.5rem}.aho_projects__header-title .is-script-italic{font-size:4rem}.aho_projects__grid{grid-template-columns:1fr;grid-template-rows:auto}.aho_projects__cta{flex-direction:column;align-items:center;justify-content:center}.aho_projects__cta-text{text-align:center;font-size:1.5rem;max-width:none}.aho_projects__cta-text .is-script-italic{font-size:1.75rem}}
