.c-cards__wrap{display:flex;flex-direction:column;row-gap:1.25rem}@media only screen and (min-width:768px)and (min-width:768px){.c-cards__wrap:has(.c-cards__item:nth-child(3)):not(:has(.c-cards__item:nth-child(4))){display:grid;gap:20px;grid-template-columns:1fr 2fr}.c-cards__wrap:has(.c-cards__item:nth-child(3)):not(:has(.c-cards__item:nth-child(4))) .c-cards__item:nth-child(2),.c-cards__wrap:has(.c-cards__item:nth-child(3)):not(:has(.c-cards__item:nth-child(4))) .c-cards__item:nth-child(3){align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:1.25rem;justify-content:space-between}.c-cards__wrap:has(.c-cards__item:nth-child(3)):not(:has(.c-cards__item:nth-child(4))) .c-cards__item:first-child{grid-column:1/2;grid-row:1/3}.c-cards__wrap:has(.c-cards__item:nth-child(3)):not(:has(.c-cards__item:nth-child(4))) .c-cards__item:nth-child(2){grid-column:2/3;grid-row:1/2}.c-cards__wrap:has(.c-cards__item:nth-child(3)):not(:has(.c-cards__item:nth-child(4))) .c-cards__item:nth-child(3){grid-column:2/3;grid-row:2/3}}@media only screen and (min-width:768px)and (min-width:768px){.c-cards__wrap:has(.c-cards__item:nth-child(4)):not(:has(.c-cards__item:nth-child(5))){display:grid;gap:20px;grid-template-columns:1fr 2.5rem 1fr}}@media only screen and (min-width:768px){.c-cards__wrap:has(.c-cards__item:nth-child(4)):not(:has(.c-cards__item:nth-child(5))) .c-cards__item:not(.c-cards__item--highlight){align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:1.25rem;justify-content:space-between}.c-cards__wrap:has(.c-cards__item:nth-child(4)):not(:has(.c-cards__item:nth-child(5))) .c-cards__item:not(.c-cards__item--highlight) .c-cards__content{max-width:21.875rem;text-align:left}.c-cards__wrap:has(.c-cards__item:nth-child(4)):not(:has(.c-cards__item:nth-child(5))) .c-cards__item:not(.c-cards__item--highlight) .c-cards__headline{padding-bottom:1.25rem;position:relative;text-align:left}.c-cards__wrap:has(.c-cards__item:nth-child(4)):not(:has(.c-cards__item:nth-child(5))) .c-cards__item:not(.c-cards__item--highlight) .c-cards__headline:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='109' height='3' fill='none'%3E%3Cpath stroke='%23DFEF6C' stroke-width='3' d='M0 1.5h108.619'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;background-size:cover;bottom:0;content:"";height:3px;position:absolute;transition:all .3s ease;width:108px}.c-cards__wrap:has(.c-cards__item:nth-child(4)):not(:has(.c-cards__item:nth-child(5))) .c-cards__item:not(.c-cards__item--highlight) .c-cards__headline:after{left:0}.c-cards__wrap:has(.c-cards__item:nth-child(4)):not(:has(.c-cards__item:nth-child(5))) .c-cards__item:not(.c-cards__item--highlight) .c-cards__headline:after{transform:translateX(0)}.c-cards__wrap:has(.c-cards__item:nth-child(4)):not(:has(.c-cards__item:nth-child(5))) .c-cards__item:first-child{grid-column:1/2}.c-cards__wrap:has(.c-cards__item:nth-child(4)):not(:has(.c-cards__item:nth-child(5))) .c-cards__item:nth-child(2){grid-column:2/4}.c-cards__wrap:has(.c-cards__item:nth-child(4)):not(:has(.c-cards__item:nth-child(5))) .c-cards__item:nth-child(3){grid-column:1/3}.c-cards__wrap:has(.c-cards__item:nth-child(4)):not(:has(.c-cards__item:nth-child(5))) .c-cards__item:nth-child(4){grid-column:3/4}.c-cards__wrap:has(.c-cards__item:nth-child(5)){display:grid;gap:20px;grid-template-columns:repeat(3,1fr);grid-template-rows:230px auto 230px}.c-cards__wrap:has(.c-cards__item:nth-child(5)) .c-cards__item:nth-child(2){grid-column:2/3;grid-row:1/3}.c-cards__wrap:has(.c-cards__item:nth-child(5)) .c-cards__item:nth-child(3){grid-column:3/4;grid-row:1/3}.c-cards__wrap:has(.c-cards__item:nth-child(5)) .c-cards__item:nth-child(4){grid-column:1/2;grid-row:2/4}.c-cards__wrap:has(.c-cards__item:nth-child(5)) .c-cards__item:nth-child(5){align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;grid-column:2/4;grid-row:3/4;justify-content:space-between}.c-cards__wrap:has(.c-cards__item:nth-child(5)) .c-cards__item:nth-child(5) .c-cards__content{max-width:26.875rem}}.c-cards__item{align-items:center;background-color:var(--color-primary-100);border-radius:var(--radius-md);display:flex;flex-direction:column;height:auto;padding:1.875rem;text-align:center;width:100%}@media only screen and (min-width:1024px){.c-cards__item{padding:3.75rem}}.c-cards__item--highlight{background-color:var(--color-primary-700);justify-content:center}@media only screen and (min-width:1024px){.c-cards__item--highlight{padding:2.5rem}}.c-cards__item--highlight .c-cards__headline{color:#fffefd;margin-bottom:0;padding-bottom:0}.c-cards__item--highlight .c-cards__headline:after,.c-cards__item--highlight .c-cards__headline:before{content:none}.c-cards__item--highlight .c-cards__text{color:#fffefd}.c-cards__item--highlight .c-cards__image-wrap{height:3.125rem;width:3.125rem}.c-cards__item--highlight .c-cards__image{filter:brightness(0) invert(1)}.c-cards__headline{color:var(--color-primary-700);padding-bottom:1.25rem;position:relative;text-align:center}.c-cards__headline:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='109' height='3' fill='none'%3E%3Cpath stroke='%23DFEF6C' stroke-width='3' d='M0 1.5h108.619'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;background-size:cover;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease;width:108px}.c-cards__image-wrap{align-items:center;background:transparent;border-radius:50%;display:flex;flex-shrink:0;height:6.875rem;justify-content:center;margin-bottom:1.875rem;order:-1;width:6.875rem}.c-cards__image{font-family:"object-fit:contain;object-position:center";height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%}