@charset "UTF-8";/*!
 * Copyright (C) FirstStep LLC - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 */ .grid-card-wrapper{grid-template-columns:repeat(3,1fr);gap:15px 15px}@media(max-width :720px){.grid-card-wrapper{grid-template-columns:repeat(1,1fr);gap:15px 15px}}@media(min-width:721px) and (max-width:1140px){.grid-card-wrapper{grid-template-columns:repeat(2,1fr);gap:15px 15px}}.rounded-lg{border-radius:1rem!important}.card-offer{border-radius:15px!important;background-color:#fffcfb;cursor:pointer}.card-offer.card-slide .occ-img-holder{width:100%;height:160px;overflow:hidden;position:relative;border-top-left-radius:15px;border-top-right-radius:15px}.card-offer.card-slide .occ-img-holder img{position:absolute;top:75%;left:50%;transform:translate(-50%,-50%);width:100%;height:auto}.card-offer.card-list .occ-img-holder{width:20%;height:80px;margin:8px 5px 5px 0;overflow:hidden;position:relative}.card-offer.card-list .occ-img-holder img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:auto;border-radius:5px}.region-title{border-left:solid 5px #528ef7;padding:0 0 0 5px}