@charset "utf-8";.Section__cards{display:grid;grid-template-columns:1fr 48% repeat(2,13%);grid-gap:0}.Section__cards--grid{grid-template-columns:100%;grid-gap:var(--column-gap)}.Section__cards-column{display:grid;grid-template-columns:100%;grid-template-rows:204px repeat(2,140px);grid-gap:0}.Section__cards-column:last-child{grid-template-columns:repeat(2,calc(100% / 2));grid-column:span 2}.Section__card{display:block;position:relative}.Section__cards--columns .Section__card-in{position:relative;z-index:1;border-radius:0;box-sizing:border-box;border:1px solid #EDF2F7;background-color:#EDF2F7;overflow:hidden;height:100%}.Section__cards--grid .Section__card-in{position:relative;z-index:1;border-radius:8px;box-sizing:border-box;border:1px solid #EDF2F7;background-color:#EDF2F7;height:100%;width:100%;padding:20px;box-sizing:border-box}.Section__cards-column:first-child .Section__card:first-child .Section__card-in{border-radius:8px 0 0 0}.Section__cards-column:first-child .Section__card:last-child .Section__card-in{border-radius:0 0 0 8px}.Section__cards-column:last-child .Section__card:last-child .Section__card-in{border-radius:0 8px 8px 0}.Section__cards-column:nth-child(2) .Section__card:first-child{grid-row:span 2}.Section__cards-column:last-child .Section__card{grid-row:span 3}.Section__card--yellow .Section__card-in{border:1px solid #FFDE00;background-color:#FFDE00}.Section__card--light-yellow .Section__card-in{border:1px solid #FFF9CE;background-color:#FFF9CE}.Section__card--black .Section__card-in{border:1px solid #101010;background-color:#101010}.Section__card--light-gray .Section__card-in{border:1px solid #DDE7F0;background-color:#DDE7F0}.Section__card--white .Section__card-in{border:1px solid #FFFFFF;background-color:#FFFFFF}.Section--b2b .Section__card--white .Section__card-in{border-left-color:#DDE7F0;border-bottom-color:#DDE7F0}.Section__card--black-gray .Section__card-in{border:1px solid #1A1B1B;background-color:#1A1B1B}.Section__card--graphite-gray .Section__card-in{border:1px solid #242526;background-color:#242526}.Section__card--dark-gray .Section__card-in{border:1px solid #666C72;background-color:#666C72}.Section__card--gray .Section__card-in{border:1px solid #C3C8CE;background-color:#C3C8CE}.Section__cards--columns .Section__card-title{color:rgba(16,16,16,.50);font-size:16px;font-weight:400;line-height:16px;padding:20px;width:100%;box-sizing:border-box;position:absolute;top:0;left:0;right:0;z-index:10;text-transform:uppercase}.Section__card--yellow .Section__card-title{color:rgba(16,16,16,.70)}.Section__card--black .Section__card-title{color:#C3C8CE}.Section__card--light-gray .Section__card-title{color:#666C72}.Section__card--white .Section__card-title{color:#666C72}.Section__card--black-gray .Section__card-title{color:#C3C8CE}.Section__card--graphite-gray .Section__card-title{color:#C3C8CE}.Section__card--dark-gray .Section__card-title{color:#DDE7F0}.Section__card--gray .Section__card-title{color:#666C72}.Section__cards--grid .Section__card-title{color:rgba(16,16,16,.50);font-size:16px;font-weight:400;line-height:16px;width:100%}.Section__card-text{color:rgba(16,16,16,.50);font-size:16px;font-weight:400;line-height:16px;padding:20px;width:100%;box-sizing:border-box;position:absolute;bottom:0;left:0;right:0;z-index:10;text-transform:uppercase;display:grid;grid-template-columns:repeat(auto-fill,160px);grid-gap:24px}.Section__card--yellow .Section__card-text{color:rgba(16,16,16,.70)}.Section__card--black .Section__card-text{color:#C3C8CE}.Section__card--light-gray .Section__card-text{color:rgba(16,16,16,.50)}.Section__card--white .Section__card-text{color:rgba(16,16,16,.50)}.Section__card--black-gray .Section__card-text{color:#C3C8CE}.Section__card--graphite-gray .Section__card-text{color:#C3C8CE}.Section__card--dark-gray .Section__card-text{color:#DDE7F0}.Section__card--gray .Section__card-text{color:#666C72}.Section__card-images{display:grid;grid-template-columns:100%;grid-gap:var(--column-gap)}* + .Section__card-images{margin-top:40px}.Section__card-image{display:block;width:100%;height:auto}.Section__card-logo{display:block;width:100%;height:auto;object-fit:cover;object-position:center;position:relative;z-index:1}* + .Section__card-logo{margin-top:40px}.Section__cards--grid .Section__card-logo{width:100%;height:100%}@media (max-width:732px){.Section__cards{grid-template-columns:100%}.Section__cards-column{grid-template-rows:auto}.Section__cards-column:last-child{grid-template-columns:100%;grid-column:auto}.Section__cards-column:nth-child(1){order:3}.Section__cards-column:nth-child(1) .Section__card:nth-child(1) .Section__card-in{height:100px;border-radius:0}.Section__cards-column:nth-child(1) .Section__card:nth-child(2) .Section__card-in{height:56px;border-radius:0}.Section__cards-column:nth-child(1) .Section__card:nth-child(3) .Section__card-in{height:56px;border-radius:0 0 8px 8px}.Section__cards-column:nth-child(2){order:1}.Section__cards-column:nth-child(2) .Section__card:nth-child(1) .Section__card-in{height:140px;border-radius:8px 8px 0 0}.Section__cards-column:nth-child(2) .Section__card:nth-child(2) .Section__card-in{height:120px;border-radius:0}.Section__cards-column:nth-child(3){order:2}.Section__cards-column:nth-child(3) .Section__card:nth-child(1) .Section__card-in{height:80px;border-radius:0}.Section__cards-column:nth-child(3) .Section__card:nth-child(2) .Section__card-in{height:80px;border-radius:0}.Section--b2b .Section__card--white .Section__card-in{border-right-color:#DDE7F0}.Section__cards-column:nth-child(2) .Section__card:first-child{grid-row:auto}.Section__cards-column:last-child .Section__card{grid-row:auto}.Section__card-text{font-size:14px;line-height:16px;display:grid;grid-template-columns:100%;grid-gap:8px;justify-items:end;bottom:unset;top:0}}