.card-list--slider .card-list-cards-nav{position:absolute;width:36px;height:122px;display:flex;justify-content:center;align-items:center;background-color:var(--color-button-primary);box-sizing:border-box;cursor:pointer}.card-list--slider .card-list-cards-nav:focus,.card-list--slider .card-list-cards-nav:hover{opacity:.7}.card-list--slider .card-list-cards-nav.card-list-cards-nav-left{bottom:300px;left:0}.card-list--slider .card-list-cards-nav.card-list-cards-nav-right{bottom:300px;right:0}.card-list--slider .card-list-cards-nav.card-list-cards-nav-left:after,.card-list--slider .card-list-cards-nav.card-list-cards-nav-right:after{content:"";position:absolute;top:48px;width:25px;height:26px;background:url(https://cdn2.hubspot.net/hubfs/3370273/Website_assets_3/icons/chevron-white.svg) no-repeat}.card-list--slider .card-list-cards-nav.card-list-cards-nav-left:after{left:11px}.card-list--slider .card-list-cards-nav.card-list-cards-nav-right:after{right:11px;transform:rotate(180deg)}.card-list-content--slider .card-list-cards-wrapper.card-list-cards-wrapper-visible{animation:grow .4s ease}.card-list-cta{align-items:center;display:flex;justify-content:center;padding:1rem}.card-list-cta a.cta_button{margin-right:32px;display:inline-block;position:relative;padding:10px 24px 14px;font-size:16px;line-height:24px;font-weight:600;letter-spacing:0;text-decoration:none;text-align:center;box-sizing:border-box;border-radius:0;outline:none;border:none;background:none;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-appearance:none;-moz-appearance:none;transition:all .2s ease;color:var(--color-font-contrast-pure);background-color:var(--color-button-primary)}.card-list-cta a.cta_button:hover{background-color:var(--color-button-primary-hover)}@media (max-width:1349px){.card-list--slider .card-list-cards-nav.card-list-cards-nav-left,.card-list--slider .card-list-cards-nav.card-list-cards-nav-right{display:none}}@media (min-width:1350px){.card-list-content--slider .card-list-cards-wrapper:not(.card-list-cards-wrapper-visible){display:none!important}}@keyframes grow{0%{transform:translate(-20px,-40px);box-shadow:40px 80px 0 var(--color-brand)}to{transform:translate(0);box-shadow:4px 4px 0 var(--color-brand)}}