.adm-benefit-card{display:flex;flex-wrap:wrap;gap:24px}.adm-benefit-card__img{display:block}.adm-benefit-card__item{position:relative;display:inline-flex;min-width:310px;padding:24px;border-radius:16px;overflow:hidden;background-color:var(--adm-background-primary-default)}.adm-benefit-card__item--vertical{flex-direction:column}@media screen and (min-width:768px){.adm-benefit-card__item{border-radius:24px}}.adm-benefit-card__text a{z-index:1;position:relative}.adm-benefit-card__btn:after{position:absolute;top:0;right:0;width:100%;height:100%;content:""}.adm-benefit-card--large .adm-benefit-card__item{flex-direction:row;flex-wrap:wrap;padding-bottom:0;overflow:hidden;flex:1}@media screen and (min-width:768px){.adm-benefit-card--large .adm-benefit-card__item{padding-top:48px;padding-right:48px;padding-left:48px}}.adm-benefit-card--large .adm-benefit-card__content{flex:2 1 200px;max-width:500px;margin-bottom:32px}.adm-benefit-card--large .adm-benefit-card__title{display:inline-flex;margin-bottom:16px}.adm-benefit-card--large .adm-benefit-card__text{margin-bottom:16px}.adm-benefit-card--large .adm-benefit-card__img{width:auto;max-width:100%;height:auto;max-height:318px;margin-top:auto;margin-right:auto;margin-left:auto}.adm-benefit-card--large .adm-benefit-card__btn.inverted-link{color:var(--adm-text-on-color-default)}.adm-benefit-card--large .adm-benefit-card__btn.inverted-link:hover{color:var(--adm-link-inverted)}.adm-benefit-card--small .adm-benefit-card__title{margin-bottom:16px}.adm-benefit-card--small .adm-benefit-card__item{gap:32px;flex:1 1 25%;align-content:flex-start;max-width:480px}.adm-benefit-card--small .adm-benefit-card__item--horizontal{flex-wrap:wrap}.adm-benefit-card--small .adm-benefit-card__item--horizontal .adm-benefit-card__content{flex:2 1 240px}@media screen and (min-width:768px){.adm-benefit-card--small .adm-benefit-card__item{padding:32px}}.adm-benefit-card--small .adm-benefit-card__btn{display:inline-block;margin-top:16px}