.NumberedCardsItemBlock{--box-shadow-soft:0 10px 50px rgba(62,0,117,.14);background:var(--color-white);border-radius:var(--border-radius-large);box-shadow:var(--box-shadow-soft);display:grid;height:100%;overflow:hidden;width:100%}@media(min-width:1280px){.NumberedCardsItemBlock{min-height:calc(1px*var(--block-min-height) - var(--8x))}}.NumberedCardsItemBlock-inner{display:grid;padding:var(--4x);position:relative}.NumberedCardsItemBlock-inner:before{color:var(--block-before-color);content:"";font-family:var(--font-family-heading);font-size:220px;opacity:.05;position:absolute;right:20px;top:-28px}.NumberedCardsItemBlock:first-of-type .NumberedCardsItemBlock-inner:before{content:"1"}.NumberedCardsItemBlock:nth-of-type(2) .NumberedCardsItemBlock-inner:before{content:"2"}.NumberedCardsItemBlock:nth-of-type(3) .NumberedCardsItemBlock-inner:before{content:"3"}.NumberedCardsItemBlock:nth-of-type(4) .NumberedCardsItemBlock-inner:before{content:"4"}.NumberedCardsItemBlock:nth-of-type(5) .NumberedCardsItemBlock-inner:before{content:"5"}.NumberedCardsItemBlock:nth-of-type(6) .NumberedCardsItemBlock-inner:before{content:"6"}.NumberedCardsItemBlock:nth-of-type(7) .NumberedCardsItemBlock-inner:before{content:"7"}.NumberedCardsItemBlock:nth-of-type(8) .NumberedCardsItemBlock-inner:before{content:"8"}.NumberedCardsItemBlock:nth-of-type(9) .NumberedCardsItemBlock-inner:before{content:"9"}.NumberedCardsItemBlock:nth-of-type(10) .NumberedCardsItemBlock-inner:before{content:"10"}.NumberedCardsItemBlock:nth-of-type(11) .NumberedCardsItemBlock-inner:before{content:"11"}.NumberedCardsItemBlock:nth-of-type(12) .NumberedCardsItemBlock-inner:before{content:"12"}.NumberedCardsItemBlock-content{align-items:stretch;display:flex;flex:1;flex-direction:column}.NumberedCardsItemBlock-link{bottom:0;left:0;position:absolute;right:0;top:0;z-index:20}