@import url(https://fonts.googleapis.com/css2?family=Knewave&family=Manrope:wght@200..800&display=swap);@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-1rem)}}.realisations-grid .grid{align-items:start;gap:3rem 5rem;grid-auto-flow:dense;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:masonry}.realisations-grid .grid .realisationcell{order:1}.realisations-grid .grid .realisationcell:before{display:none}.realisations-grid .grid .realisationcell:nth-child(2),.realisations-grid .grid .realisationcell:nth-child(3n+2){padding-top:5rem}.realisations-grid .grid .realisationcell .image{aspect-ratio:1/.7;background:var(--grey-color);overflow:hidden;position:relative}.realisations-grid .grid .realisationcell .image .bg-img{transition:all .25s ease}.realisations-grid .grid .realisationcell .details{background:var(--white-color);font-size:1.8rem;padding:3rem}.realisations-grid .grid .realisationcell .details .title{font-size:1.998rem;font-stretch:110;font-style:normal;font-variation-settings:"slnt" 0,"wght" 700,"wdth" 110;font-weight:700;margin-bottom:1rem}.realisations-grid .grid .realisationcell .details .agent{align-items:center;display:grid;font-size:1.008rem;gap:1rem;grid-template-columns:5rem 1fr;line-height:1.5;margin-top:1rem}.realisations-grid .grid .realisationcell .details .agent .avatar{border-radius:50%;height:5rem;overflow:hidden;width:5rem}.realisations-grid .grid .realisationcell .details .agent .avatar img{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;width:100%}.realisations-grid .grid .realisationcell .details .review{border-top:1px solid var(--light-grey-color);margin-top:1rem;padding-top:1rem}.realisations-grid .grid .realisationcell .details .review .reviewcell{position:relative}.realisations-grid .grid .realisationcell .details .review .reviewcell .stars{margin:3rem 0}.realisations-grid .grid .realisationcell .details .review .reviewcell .stars img,.realisations-grid .grid .realisationcell .details .review .reviewcell .stars svg{display:inline-block;height:1em;vertical-align:middle;width:1em}.realisations-grid .grid .realisationcell .details .review .reviewcell .stars img+img,.realisations-grid .grid .realisationcell .details .review .reviewcell .stars img+svg,.realisations-grid .grid .realisationcell .details .review .reviewcell .stars svg+img,.realisations-grid .grid .realisationcell .details .review .reviewcell .stars svg+svg{margin-left:.1em}.realisations-grid .grid .realisationcell .details .review .reviewcell .text{color:var(--grey-color);margin:2rem 0}.realisations-grid .grid .realisationcell .details .review .reviewcell .author{font-size:1.206rem;font-weight:700;margin-top:3rem;text-transform:uppercase}@media only screen and (max-width:768px){.realisations-grid .grid .realisationcell:nth-child(2),.realisations-grid .grid .realisationcell:nth-child(3n+2){padding-top:0}.realisations-grid .grid .realisationcell:nth-child(2n){padding-top:5rem}}@media only screen and (max-width:576px){.realisations-grid .grid .realisationcell:nth-child(2n){padding-top:0}.realisations-grid .grid .realisationcell .details{gap:2rem;grid-template-columns:1fr}}.realisations-grid .grid .ctacell{background:var(--white-color);color:var(--main-color);display:grid;grid-template-columns:1fr!important;order:1;overflow:hidden;padding:3rem;position:relative;text-align:center}.realisations-grid .grid .ctacell:before{display:none}.realisations-grid .grid .ctacell .content{margin:auto;max-width:90%;padding:2rem;width:auto}.realisations-grid .grid .ctacell .content .text{margin:3rem 0}.realisations-grid .noresults{text-align:center}.realisations-grid .noresults p+.btn{margin-top:3rem}@media only screen and (max-width:1124px){.realisations-grid .grid{gap:3rem}}@media only screen and (max-width:768px){.realisations-grid .grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:576px){.realisations-grid .grid{grid-template-columns:1fr}}