.static-cards-module .content__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media(max-width:941px){.static-cards-module .content__wrapper{margin-bottom:5rem;margin-top:5rem}}.static-cards-module .content__wrapper>div{width:100%}.static-cards-module .title__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4rem}.static-cards-module .title__wrapper>div{text-align:center}.static-cards-module .cards__wrapper{display:grid;gap:1rem;grid-template-columns:repeat(var(--items-per-row,4),1fr);margin-top:5rem}@media(max-width:1140px){.static-cards-module .cards__wrapper{grid-template-columns:repeat(3,1fr)}}@media(max-width:1023px){.static-cards-module .cards__wrapper{grid-template-columns:repeat(2,1fr);margin-top:4rem}}@media(max-width:767px){.static-cards-module .cards__wrapper{grid-template-columns:repeat(1,1fr)}}.static-cards-module .card{border-radius:24px;padding:1rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:unset}.static-cards-module .card,.static-cards-module .card__title{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem}.static-cards-module .card__title{padding:2rem 2rem 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.static-cards-module .card__title>:last-child{margin-bottom:0}.static-cards-module .card__content{padding:0 2rem 2rem}.static-cards-module .card__content>:last-child{margin-bottom:0}.static-cards-module .card__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-position:var(--position-desktop);background-size:cover;border-radius:24px;height:240px;margin-bottom:1rem;overflow:hidden;position:relative;width:100%}@media(max-width:767px){.static-cards-module .card__image{background-position:var(--position-mobile)}}.static-cards-module .card__mask{background:-webkit-gradient(linear,left top,left bottom,from(var(--gradient-direction)),color-stop(0,var(--gradient-start)),to(var(--gradient-end)));background:linear-gradient(var(--gradient-direction),var(--gradient-start) 0,var(--gradient-end) 100%);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.static-cards-module .button__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.6rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.static-cards-module .button__wrapper:has(*){margin-top:5rem}@media(max-width:767px){.static-cards-module .button__wrapper:has(*){margin-top:3rem}}