.module--featured-references .featured-references{display:flex;flex-flow:column;gap:calc(var(--spacing-base)*8)}.module--featured-references .featured-references__item{align-items:stretch;display:flex;gap:calc(var(--spacing-base)*4)}.module--featured-references .featured-references__item:nth-child(2n){flex-flow:row-reverse}.module--featured-references .featured-references__item__image{border-radius:calc(var(--spacing-base)*4);display:flex;flex:0 0 230px;overflow:hidden}.module--featured-references .featured-references__item__image img{height:100%;object-fit:cover;width:100%}.module--featured-references .featured-references__item__text{background-color:var(--first-accent-color);border-radius:calc(var(--spacing-base)*4);color:var(--black-color);display:flex;flex-flow:column;gap:calc(var(--spacing-base)*8);padding:calc(var(--spacing-base)*10) calc(var(--spacing-base)*8);position:relative}.module--featured-references .featured-references__item__text__heading{display:flex;gap:calc(var(--spacing-base)*4);justify-content:space-between}.module--featured-references .featured-references__item__text__heading__text{font-size:var(--h4-font-size);font-weight:var(--h4-font-weight-bold);line-height:var(--h4-line-height);max-width:55%}.module--featured-references .featured-references__item__text__heading__logo{border-radius:10px;display:flex;height:fit-content;overflow:hidden;width:fit-content}.module--featured-references .featured-references__item__text__button-container{background-color:var(--white-color);border-top-left-radius:calc(var(--spacing-base)*7);bottom:0;padding-left:calc(var(--spacing-base)*3);padding-top:calc(var(--spacing-base)*3);position:absolute;right:0}.module--featured-references .featured-references__item__text__button-container__shape.featured-references__item__text__button-container__shape--top{position:absolute;right:0;top:0;transform:translateY(-100%)}.module--featured-references .featured-references__item__text__button-container__shape.featured-references__item__text__button-container__shape--bottom{bottom:0;left:0;position:absolute;transform:translateX(-100%)}.module--featured-references .featured-references__item__text__button-container__link{align-items:center;aspect-ratio:1/1;background:var(--tenth-color);border-radius:9999px;display:flex;height:calc(var(--spacing-base)*10);justify-content:center;overflow:hidden;position:relative;width:calc(var(--spacing-base)*10)}.module--featured-references .featured-references__item__text__button-container__link svg{z-index:2}.module--featured-references .featured-references__item__text__button-container__link:before{background-color:var(--button-background-color);border-radius:50%;bottom:0;content:"";display:flex;height:calc(var(--spacing-base)*8);left:0;position:absolute;transform:translate(-100%,100%);transition:transform .4s linear,width .45s linear,height .45s linear,left .45s linear,background-color .3s linear .1s,top .45s linear;width:calc(var(--spacing-base)*8);z-index:1}body:not(.hs-editor) .module--featured-references .featured-references__item__text__button-container__link:hover:before{border-radius:var(--button-border-radius);height:110%;transform:scale(2);width:110%}@media (width <= 992px){.module--featured-references .featured-references__item,.module--featured-references .featured-references__item:nth-child(2n){flex-flow:column}.module--featured-references .featured-references__item__text{gap:calc(var(--spacing-base)*2);padding:calc(var(--spacing-base)*10) calc(var(--spacing-base)*4) calc(var(--spacing-base)*14) calc(var(--spacing-base)*4)}.module--featured-references .featured-references__item__text__heading{flex-flow:column-reverse}.module--featured-references .featured-references__item__text__heading__text{max-width:100%}}@media (width > 992px){.module--featured-references .featured-references__item__text__description ul{list-style:initial;padding-left:calc(var(--spacing-base)*6)}}