.card-offer-row{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;background-color:#fff}.card-offer-row::before{position:absolute;left:-9999px;right:-9999px;content:"";background-color:#1a1a35;-webkit-box-shadow:0 -2px 4px 0 rgba(0,0,0,.06);box-shadow:0 -2px 4px 0 rgba(0,0,0,.06);top:0;bottom:0;z-index:-1}.card-offer-row .bottom-state-restricted{width:100%;text-align:center}.card-offer-row .bottom-state-restricted p{background-color:#fccf00;border-radius:4px;display:inline-block;padding:0 5px}.card-offer-row.sticky-bottom-offer{position:fixed;left:0;bottom:-100%;right:0;z-index:999;min-height:68px;visibility:hidden;opacity:0;-webkit-transition:opacity .25s ease-in-out,visibility .25s ease-in-out,bottom .25s ease-in-out;transition:opacity .25s ease-in-out,visibility .25s ease-in-out,bottom .25s ease-in-out}.card-offer-row.sticky-bottom-offer.is-shown{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;bottom:0;visibility:visible;opacity:1}.card-offer-row.sticky-bottom-offer .alternative{position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background-color:#c0c0d2;padding:5px;margin-top:18px}.card-offer-row.sticky-bottom-offer .alternative-info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0}.card-offer-row.sticky-bottom-offer .alternative-heading{position:absolute;bottom:100%;left:0;width:auto;padding:2px 5px;border-radius:4px;background-color:#eceff1;font-weight:500;font-size:14px;text-transform:none}.card-offer-row.sticky-bottom-offer .alternative-text{display:none}.card-offer-row.sticky-bottom-offer .alternative .bonus{display:block;color:#2d2d2d}.card-offer-row.sticky-bottom-offer .alternative .btn{width:40%;padding-left:10px;padding-right:10px;margin:0}.card-offer-row .col-logo{width:auto;max-width:30%;-ms-flex-negative:0;flex-shrink:0;height:48px}.card-offer-row .col-logo .logo-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;border-radius:11px;overflow:hidden}.card-offer-row .col-logo .logo-holder img{max-height:100%;width:auto}.card-offer-row .col-bonus{width:auto}.card-offer-row .col-btn{width:35%;-ms-flex-negative:0;flex-shrink:0}.card-offer-row .col-btn:has(.alternative){width:100%}.card-offer-row .bonus{font-size:18px;font-weight:600;line-height:1.2;color:#fff}.card-offer-row .bonus>strong{display:inline-block;font-size:18px;color:gold}.card-offer-row .btn-cta{padding-left:10px;padding-right:10px;white-space:nowrap}@media (min-width:576px){.card-offer-row{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width:768px){.card-offer-row{max-width:740px;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}}@media (min-width:992px){.card-offer-row.sticky-bottom-offer .alternative{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;padding:10px}.card-offer-row.sticky-bottom-offer .alternative-heading{padding:4px 10px}}