.fcdd__container{display:flex;flex-direction:column;gap:64px}.fcdd__subheading{max-width:820px}.fcdd__grid{display:grid;gap:32px;grid-template-columns:1fr}.fcdd__card{display:flex;flex-direction:column;gap:24px;overflow:hidden;padding:40px}.fcdd__card-icon{align-items:center;background-color:#fff;border-radius:100px;display:flex;flex-shrink:0;height:52px;justify-content:center;width:52px}.fcdd__card-icon img{height:24px;object-fit:contain;width:24px}.fcdd__card-content{display:flex;flex-direction:column;gap:24px}.fcdd__card-title{font-family:var(--secondary_font);font-size:20px;font-weight:600;line-height:1.4;margin:0;text-transform:none}.fcdd__cta-card{border:1px solid #161618;display:flex;flex-direction:column;overflow:hidden;position:relative}.fcdd__cta-bg{height:100%!important;left:0;object-fit:cover;pointer-events:none;position:absolute;top:0;width:100%}.fcdd__cta-bg--fallback{background:linear-gradient(135deg,#00b4d8,#0077b6,#e91e8c)}.fcdd__cta-inner{display:flex;flex:1;flex-direction:column;height:100%;justify-content:space-between;padding:0 40px 40px;position:relative;z-index:2}.fcdd__cta-logo{align-items:center;background-color:#fff;border-radius:0 0 5px 5px;display:flex;flex-shrink:0;height:50px;justify-content:center;overflow:hidden;width:50px}.fcdd__cta-logo img{height:30px;object-fit:contain;width:30px}.fcdd__cta-content{display:flex;flex:1;flex-direction:column;gap:40px;justify-content:space-between;margin-top:110px;padding-bottom:0}.fcdd__cta-heading{color:#fff;font-family:var(--primary_font);font-size:28px;font-weight:700;line-height:1.2;margin:0;text-transform:uppercase}.fcdd__cta-button{align-items:center;background-color:#fff;border:1px solid #161618;border-radius:50px;color:#161618;display:flex;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;height:50px;justify-content:center;text-decoration:none;transition:background-color .25s ease,color .25s ease,transform .2s ease;width:100%}.fcdd__cta-button:hover{background-color:#161618;color:#fff;transform:translateY(-1px)}@media (min-width:768px){.fcdd__grid{grid-template-columns:repeat(2,1fr)}.fcdd__card-title{font-size:22px}.fcdd__card-description{font-size:16px}.fcdd__cta-heading{font-size:28px}}@media (min-width:1024px){.fcdd__grid--cols-3{grid-template-columns:repeat(3,1fr)}.fcdd__grid--cols-2{grid-template-columns:repeat(2,1fr)}.fcdd__card-title{font-size:24px}.fcdd__cta-heading{font-size:32px}}@media(max-width:767px){.fcdd__card-content{gap:16px}.fcdd__card{gap:40px;padding:32px}.fcdd__grid{gap:26px}.fcdd__cta-inner{padding:0 24px 40px}.fcdd__cta-content{gap:64px;margin-top:95px}.fcdd__cta-heading{max-width:250px}}