.sign-up-trial-banner{width:350px;height:fit-content}@media(max-width:1699px){.sign-up-trial-banner{width:300px}}@media(max-width:1599px){.sign-up-trial-banner{width:300px}}@media(max-width:1499px){.sign-up-trial-banner{width:300px}}.sign-up-trial-banner .banner-header{display:flex;flex-direction:column;cursor:pointer}.sign-up-trial-banner .banner-header .banner-image{height:250px;width:100%;border-radius:10px 10px 0 0;cursor:pointer}.sign-up-trial-banner .banner-header .banner-image img{object-fit:cover;margin-bottom:0;width:100%;height:100%;object-position:left center}.sign-up-trial-banner .banner-header .banner-header-text{color:var(--white);background-color:var(--purple);padding:15px;text-align:center;font-size:14px;font-weight:600}.sign-up-trial-banner .banner-content{display:flex;flex-direction:column;row-gap:20px;background-color:var(--white);padding:20px 15px;color:var(--black);border-radius:0 0 10px 10px}.sign-up-trial-banner .banner-content .banner-content-container{display:flex;flex-direction:column;row-gap:20px;cursor:pointer}.sign-up-trial-banner .banner-content .banner-content-container .banner-content-row{display:flex;flex-direction:row;align-items:center;column-gap:15px;font-size:14px}.sign-up-trial-banner .banner-content .banner-content-container .banner-content-row img{width:20px;height:20px;object-fit:contain;margin-bottom:0}.sign-up-trial-banner .banner-content .banner-content-footer{font-size:16px;display:flex;flex-direction:column;row-gap:8px;text-align:center;padding:0 20px}.sign-up-trial-banner .banner-content .btn.btn-primary{background-color:var(--btn-light);font-weight:600;font-size:16px}.sign-up-trial-banner-v2 .banner-content-row{font-weight:400!important}