.xds-Grid-1{width:100%;display:grid;--xds-grid-mobile-gap:6px;--xds-grid-tablet-gap:6px;grid-template-columns:repeat(12,1fr);--xds-grid-desktop-gap:6px}@media screen and (max-width:767.98px){.xds-Grid-1{gap:var(--xds-grid-mobile-gap,6px) min(8.333333333333334%,var(--xds-grid-mobile-gap,6px))}}@media screen and (min-width:768px) and (max-width:969.98px){.xds-Grid-1{gap:var(--xds-grid-tablet-gap,6px) min(8.333333333333334%,var(--xds-grid-tablet-gap,6px))}}@media screen and (min-width:970px){.xds-Grid-1{gap:var(--xds-grid-desktop-gap,6px) min(8.333333333333334%,var(--xds-grid-desktop-gap,6px))}}.xds-Grid-2{display:flex;align-items:flex-start;--xds-gc-mobile-col:auto;--xds-gc-mobile-row:auto;--xds-gc-tablet-col:auto;--xds-gc-tablet-row:auto;--xds-gc-desktop-col:auto;--xds-gc-desktop-row:auto;--xds-gc-mobile-width:12;--xds-gc-tablet-width:12;--xds-gc-desktop-width:12;--xds-gc-mobile-height:1;--xds-gc-tablet-height:1;--xds-gc-desktop-height:1}.xds-Grid-2>*{flex-grow:1}@media screen and (max-width:767.98px){.xds-Grid-2{grid-row:var(--xds-gc-mobile-row,auto)/span var(--xds-gc-mobile-height,1);grid-column:var(--xds-gc-mobile-col,auto)/span var(--xds-gc-mobile-width,12)}}@media screen and (min-width:768px) and (max-width:969.98px){.xds-Grid-2{grid-row:var(--xds-gc-tablet-row,auto)/span var(--xds-gc-tablet-height,1);grid-column:var(--xds-gc-tablet-col,auto)/span var(--xds-gc-tablet-width,12)}}@media screen and (min-width:970px){.xds-Grid-2{grid-row:var(--xds-gc-desktop-row,auto)/span var(--xds-gc-desktop-height,1);grid-column:var(--xds-gc-desktop-col,auto)/span var(--xds-gc-desktop-width,12)}}