.card-gallery{display:flex;padding:0;flex-direction:column;align-items:center;gap:48px;max-width:100vw;background:var(--base-white,#FFF)}@media(min-width:1024px){.card-gallery{gap:96px;padding:0}}.card-gallery .card-gallery-layout{display:grid;grid-template-columns:1fr;grid-row-gap:2.5rem;width:100vw;grid-template-areas:"text" "grid"}@media(min-width:1024px){.card-gallery .card-gallery-layout{grid-column-gap:2.5rem;grid-row-gap:2.5rem;grid-template-rows:auto;grid-template-columns:1fr;justify-content:space-between;padding-bottom:4rem}}.card-gallery .card-gallery-layout .card-gallery-text{background:linear-gradient(180deg,#012536 .81%,#003853 49.78%,#FBFBFB 82.85%);height:85rem;padding:150px 0;display:flex;flex-direction:column;align-items:center;gap:50px;flex:1 0 0%;grid-area:text}.card-gallery .card-gallery-layout .card-gallery-text .card-gallery-text-heading{display:flex;flex-direction:column;align-items:center;gap:50px;align-self:stretch;text-align:center;max-width:90vw;margin:0 auto}@media(min-width:1024px){.card-gallery .card-gallery-layout .card-gallery-text .card-gallery-text-heading{max-width:60vw}}.card-gallery .card-gallery-layout .card-gallery-text .card-gallery-text-heading .card-gallery-text-title{color:#fff;leading-trim:both;text-edge:cap;font-family:"area-normal",sans-serif;font-size:2.5rem;font-style:normal;font-weight:500;line-height:3rem;letter-spacing:-3.2px;text-transform:uppercase}@media(min-width:1200px){.card-gallery .card-gallery-layout .card-gallery-text .card-gallery-text-heading .card-gallery-text-title{font-size:4rem;line-height:5rem}}.card-gallery .card-gallery-layout .card-gallery-text .card-gallery-text-heading .card-gallery-text-description{color:#fff;font-family:Indivisible;font-size:1.5rem;font-style:normal;font-weight:400;line-height:2rem}.card-gallery .card-gallery-layout .card-gallery-grid{width:100%;display:flex;justify-content:center;align-items:center;border-radius:48px;grid-area:grid;margin-top:-75rem}@media(max-width:1023px){.card-gallery .card-gallery-layout .card-gallery-grid{width:90%;margin:-65rem auto 5rem auto}}.card-gallery .card-gallery-layout .card-gallery-grid .cols{display:grid;grid-template-columns:1fr 1fr;gap:1rem;max-width:100vw;width:100%}@media(max-width:1023px){.card-gallery .card-gallery-layout .card-gallery-grid .cols{grid-template-columns:1fr;grid-template-rows:repeat(4,minmax(16.75rem,1fr))}}.card-gallery .card-gallery-layout .card-gallery-grid .cols .col{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;border-radius:1.875rem;overflow:hidden;background:#d3d3d3 50%/cover no-repeat,#d9d9d9}.card-gallery .card-gallery-layout .card-gallery-grid .cols .col.left{border-radius:0 1.875rem 1.875rem 0}@media(max-width:1023px){.card-gallery .card-gallery-layout .card-gallery-grid .cols .col.left{border-radius:1.875rem}}.card-gallery .card-gallery-layout .card-gallery-grid .cols .col.right{border-radius:1.875rem 0 0 1.875rem}@media(max-width:1023px){.card-gallery .card-gallery-layout .card-gallery-grid .cols .col.right{border-radius:1.875rem}}.card-gallery .card-gallery-layout .card-gallery-grid .cols .col:nth-child(1){height:39.75rem}@media(max-width:1023px){.card-gallery .card-gallery-layout .card-gallery-grid .cols .col:nth-child(1){height:16.75rem}}.card-gallery .card-gallery-layout .card-gallery-grid .cols .col:nth-child(4){height:39.75rem;margin-top:-13.25rem}@media(max-width:1023px){.card-gallery .card-gallery-layout .card-gallery-grid .cols .col:nth-child(4){height:16.75rem;margin-top:0rem}}.card-gallery .card-gallery-layout .card-gallery-grid .cols .col:nth-child(2),.card-gallery .card-gallery-layout .card-gallery-grid .cols .col:nth-child(3){height:26.5rem}@media(max-width:1023px){.card-gallery .card-gallery-layout .card-gallery-grid .cols .col:nth-child(2),.card-gallery .card-gallery-layout .card-gallery-grid .cols .col:nth-child(3){height:16.75rem}}.card-gallery .card-gallery-layout .card-gallery-grid .cols .col .bottom-panel{display:flex;width:100%;padding:0;flex-direction:column;justify-content:center;align-items:center}.card-gallery .card-gallery-layout .card-gallery-grid .cols .col .bottom-panel .col-text{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:100%;gap:2rem;align-self:stretch;padding:40px 50px;background:linear-gradient(180deg,#fff0 0%,#003853 100%)}@media(max-width:1023px){.card-gallery .card-gallery-layout .card-gallery-grid .cols .col .bottom-panel .col-text{padding:20px;flex-direction:column;justify-content:center;gap:0}}.card-gallery .card-gallery-layout .card-gallery-grid .cols .col .bottom-panel .col-text .col-title{color:#fff;leading-trim:both;text-edge:cap;font-family:"area-normal",sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:143.838%;text-align:left}@media(max-width:1023px){.card-gallery .card-gallery-layout .card-gallery-grid .cols .col .bottom-panel .col-text .col-title{font-size:20px;text-align:center}}.card-gallery .card-gallery-layout .card-gallery-grid .cols .col .bottom-panel .col-text .col-description{color:#fff;leading-trim:both;text-edge:cap;font-family:Indivisible;font-size:24px;font-style:normal;font-weight:400;line-height:143.838%}@media(max-width:1023px){.card-gallery .card-gallery-layout .card-gallery-grid .cols .col .bottom-panel .col-text .col-description{font-size:20px;text-align:center}}