.widget-type-cell:has(.repeatable-cards-container.rounded-corners){border-radius:20px}.card.no-heading-card h2{margin:0}.card.no-heading-card{padding-top:24px}.card-header.tw-flex.tw-items-center img{align-self:center}.card-header.tw-flex.tw-items-center h3{align-self:center;margin:0}.card-wrapper,.cards-list.tw-flex.tw-flex-col{display:flex;flex-direction:column}.cards-grid-row{display:grid;justify-items:center}.cards-grid-row:not(.fill-space){display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.cards-grid-row:not(.fill-space) .card-wrapper{flex-shrink:0;width:var(--card-width,300px)}.cards-grid-row:not(.fill-space) .card{flex-shrink:0;width:100%}.cards-grid-row.fill-space .card{height:100%}.cards-grid-row.fill-space{justify-items:stretch}.cards-grid-row.fill-space[data-items-per-row="2"] .card-wrapper:nth-child(odd):last-child{grid-column:1/-1}.cards-grid-row.fill-space[data-items-per-row="3"] .card-wrapper:nth-child(3n+1):last-child,.cards-grid-row.fill-space[data-items-per-row="3"] .card-wrapper:nth-child(3n+2):last-child,.cards-grid-row.fill-space[data-items-per-row="4"] .card-wrapper:nth-child(4n+1):last-child,.cards-grid-row.fill-space[data-items-per-row="4"] .card-wrapper:nth-child(4n+2):last-child,.cards-grid-row.fill-space[data-items-per-row="4"] .card-wrapper:nth-child(4n+3):last-child,.cards-grid-row.fill-space[data-items-per-row="5"] .card-wrapper:nth-child(5n+1):last-child,.cards-grid-row.fill-space[data-items-per-row="5"] .card-wrapper:nth-child(5n+2):last-child,.cards-grid-row.fill-space[data-items-per-row="5"] .card-wrapper:nth-child(5n+3):last-child,.cards-grid-row.fill-space[data-items-per-row="5"] .card-wrapper:nth-child(5n+4):last-child{grid-column:span 2}.cards-grid-hopscotch{display:grid;gap:2rem;grid-template-columns:repeat(2,var(--card-width,300px));justify-content:center;justify-items:center;margin:0 auto;max-width:calc(var(--card-width, 300px)*2 + 2rem)}.cards-grid-hopscotch .card-wrapper:nth-child(3n+3){grid-column:1/-1;justify-self:center}.cards-grid-hopscotch.fill-space{grid-template-columns:repeat(2,1fr);justify-items:stretch}.cards-grid-hopscotch.fill-space .card-wrapper:nth-child(3n+3){grid-column:1/-1;justify-self:stretch}@media (max-width:767px){.cards-list{display:flex!important;flex-direction:column!important;gap:2rem!important}.cards-list .card,.cards-list .card-wrapper{flex-shrink:0!important;max-width:100%!important;width:100%!important}.cards-grid-hopscotch,.cards-grid-row{display:flex!important;flex-direction:column!important;gap:2rem!important}.cards-grid-hopscotch .card-wrapper,.cards-grid-row .card-wrapper{grid-column:unset!important;justify-self:unset!important}}@media (min-width:768px){.content-wrapper[data-column-align=left]{margin-left:0!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important}.content-wrapper[data-column-align=right]{margin-left:auto!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}.content-wrapper:not([data-column-align=center]){max-width:var(--card-width)!important}}