.custom-numbered-white-cards{max-width:var(--page-layout-width);padding-left:var(--page-layot-sides-padding);padding-right:var(--page-layot-sides-padding);margin-left:auto;margin-right:auto}.custom-numbered-white-cards__inner{display:flex;flex-direction:column;gap:52px}.custom-numbered-white-cards__header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.custom-numbered-white-cards__header-left{display:flex;flex-direction:column;gap:8px;flex:0 1 612px;min-width:0;max-width:612px}.custom-numbered-white-cards__section-label{margin:0;text-transform:uppercase;color:#63a630;white-space:nowrap}.custom-numbered-white-cards__title>*{margin-bottom:0;color:#000}.custom-numbered-white-cards__intro{flex:0 1 612px;min-width:0;max-width:612px;text-wrap:pretty}.custom-numbered-white-cards__intro>*{margin-bottom:0;color:#000}.custom-numbered-white-cards__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:auto minmax(0,1fr);grid-column-gap:24px;-moz-column-gap:24px;column-gap:24px;grid-row-gap:0;row-gap:0;align-items:stretch}.custom-numbered-white-cards__card{display:grid;grid-template-rows:subgrid;grid-row:span 2;grid-row-gap:12px;row-gap:12px;padding:24px;background:#fff;border-radius:18px;box-shadow:0 10px 10.5px rgba(77,96,107,.08)}.custom-numbered-white-cards__card:not(:has(.custom-numbered-white-cards__card-text)){grid-row:span 1}.custom-numbered-white-cards__card-head{display:flex;align-items:center;gap:12px;grid-row:1;align-self:start;min-height:0;align-self:center}.custom-numbered-white-cards__card-number{flex-shrink:0;margin:0;letter-spacing:.72px;white-space:nowrap}.custom-numbered-white-cards__card-title{flex:1 1 auto;min-width:0;margin:0;color:#000;letter-spacing:-.1%;word-break:break-word}.custom-numbered-white-cards__card-text{grid-row:2;align-self:start;margin:0;color:#000}.custom-numbered-white-cards__card--theme-blue .custom-numbered-white-cards__card-number{color:#132362}.custom-numbered-white-cards__card--theme-green .custom-numbered-white-cards__card-number{color:#235d0c}.custom-numbered-white-cards__card--theme-orange .custom-numbered-white-cards__card-number{color:#7a2302}.custom-numbered-white-cards__card--theme-purple .custom-numbered-white-cards__card-number{color:#36104d}@media screen and (max-width:1023px){.custom-numbered-white-cards__header{flex-direction:column;align-items:flex-start}.custom-numbered-white-cards__inner{gap:32px}.custom-numbered-white-cards__header-left,.custom-numbered-white-cards__intro{flex:1 1 auto;max-width:none;width:100%}.custom-numbered-white-cards__cards{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:24px}.custom-numbered-white-cards__card{row-gap:12px;min-height:0}}@media screen and (max-width:676px){.custom-numbered-white-cards__header{row-gap:24px}.custom-numbered-white-cards__inner{gap:24px}.custom-numbered-white-cards__cards{grid-template-columns:1fr}}