@clay-ds/react 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -180,37 +180,53 @@ const SliderDots = React.forwardRef(
180
180
  }
181
181
  );
182
182
  const btn = "_btn_1imgs_2";
183
+ const style_icon = "_style_icon_1imgs_34";
183
184
  const styleIcon = "_style_icon_1imgs_34";
184
185
  const large$1 = "_large_1imgs_40";
185
186
  const icon$1 = "_icon_1imgs_48";
187
+ const style_primary = "_style_primary_1imgs_53";
186
188
  const stylePrimary = "_style_primary_1imgs_53";
187
189
  const forceHover = "_forceHover_1imgs_54";
188
190
  const regular$1 = "_regular_1imgs_58";
189
191
  const mini = "_mini_1imgs_71";
190
192
  const extraMini = "_extraMini_1imgs_84";
193
+ const color_black = "_color_black_1imgs_128";
191
194
  const colorBlack = "_color_black_1imgs_128";
195
+ const color_iris = "_color_iris_1imgs_138";
192
196
  const colorIris = "_color_iris_1imgs_138";
197
+ const color_white = "_color_white_1imgs_148";
193
198
  const colorWhite = "_color_white_1imgs_148";
199
+ const style_secondary = "_style_secondary_1imgs_160";
194
200
  const styleSecondary = "_style_secondary_1imgs_160";
201
+ const style_link = "_style_link_1imgs_187";
195
202
  const styleLink = "_style_link_1imgs_187";
196
203
  const forceActive = "_forceActive_1imgs_243";
204
+ const color_grey = "_color_grey_1imgs_247";
197
205
  const colorGrey = "_color_grey_1imgs_247";
198
206
  const styles$l = {
199
207
  btn,
208
+ style_icon,
200
209
  styleIcon,
201
210
  large: large$1,
202
211
  icon: icon$1,
212
+ style_primary,
203
213
  stylePrimary,
204
214
  forceHover,
205
215
  regular: regular$1,
206
216
  mini,
207
217
  extraMini,
218
+ color_black,
208
219
  colorBlack,
220
+ color_iris,
209
221
  colorIris,
222
+ color_white,
210
223
  colorWhite,
224
+ style_secondary,
211
225
  styleSecondary,
226
+ style_link,
212
227
  styleLink,
213
228
  forceActive,
229
+ color_grey,
214
230
  colorGrey
215
231
  };
216
232
  const LEGACY_VARIANT = {
@@ -287,28 +303,46 @@ const Button = React.forwardRef(
287
303
  }
288
304
  );
289
305
  const slot = "_slot_1fesr_2";
306
+ const radius_none = "_radius_none_1fesr_16";
290
307
  const radiusNone = "_radius_none_1fesr_16";
308
+ const radius_xs = "_radius_xs_1fesr_17";
291
309
  const radiusXs = "_radius_xs_1fesr_17";
310
+ const radius_sm = "_radius_sm_1fesr_18";
292
311
  const radiusSm = "_radius_sm_1fesr_18";
312
+ const radius_md = "_radius_md_1fesr_19";
293
313
  const radiusMd = "_radius_md_1fesr_19";
314
+ const radius_lg = "_radius_lg_1fesr_20";
294
315
  const radiusLg = "_radius_lg_1fesr_20";
316
+ const radius_xl = "_radius_xl_1fesr_21";
295
317
  const radiusXl = "_radius_xl_1fesr_21";
296
318
  const media$2 = "_media_1fesr_24";
319
+ const fit_cover = "_fit_cover_1fesr_32";
297
320
  const fitCover = "_fit_cover_1fesr_32";
321
+ const fit_contain = "_fit_contain_1fesr_33";
298
322
  const fitContain = "_fit_contain_1fesr_33";
323
+ const fit_fill = "_fit_fill_1fesr_34";
299
324
  const fitFill = "_fit_fill_1fesr_34";
300
325
  const placeholderIcon = "_placeholderIcon_1fesr_37";
301
326
  const styles$k = {
302
327
  slot,
328
+ radius_none,
303
329
  radiusNone,
330
+ radius_xs,
304
331
  radiusXs,
332
+ radius_sm,
305
333
  radiusSm,
334
+ radius_md,
306
335
  radiusMd,
336
+ radius_lg,
307
337
  radiusLg,
338
+ radius_xl,
308
339
  radiusXl,
309
340
  media: media$2,
341
+ fit_cover,
310
342
  fitCover,
343
+ fit_contain,
311
344
  fitContain,
345
+ fit_fill,
312
346
  fitFill,
313
347
  placeholderIcon
314
348
  };
@@ -612,6 +646,7 @@ const card$5 = "_card_mk48x_2";
612
646
  const label$2 = "_label_mk48x_18";
613
647
  const styles$g = {
614
648
  card: card$5,
649
+ "card--background": "_card--background_mk48x_14",
615
650
  label: label$2
616
651
  };
617
652
  const IntegrationCard = React.forwardRef(
@@ -1089,30 +1124,45 @@ const styles$e = {
1089
1124
  actionCaption,
1090
1125
  logos: logos$1,
1091
1126
  media: media$1,
1127
+ "centered-image": "_centered-image_1bgi4_191",
1092
1128
  centeredImage,
1129
+ "text-only": "_text-only_1bgi4_203",
1093
1130
  textOnly,
1094
1131
  split,
1132
+ "split-search": "_split-search_1bgi4_323",
1095
1133
  splitSearch,
1134
+ "split-full-image": "_split-full-image_1bgi4_365",
1096
1135
  splitFullImage,
1136
+ "split-mosaic": "_split-mosaic_1bgi4_430",
1097
1137
  splitMosaic,
1138
+ "floating-left": "_floating-left_1bgi4_529",
1098
1139
  floatingLeft,
1140
+ "floating-scattered": "_floating-scattered_1bgi4_590",
1099
1141
  floatingScattered,
1142
+ "left-center-image": "_left-center-image_1bgi4_666",
1100
1143
  leftCenterImage,
1101
1144
  card: card$4,
1145
+ "floating-card": "_floating-card_1bgi4_754",
1102
1146
  floatingCard: floatingCard$1,
1147
+ "centered-strips": "_centered-strips_1bgi4_806",
1103
1148
  centeredStrips,
1104
1149
  "default": "_default_1bgi4_840",
1105
1150
  containerWide: containerWide$7,
1106
1151
  containerFull: containerFull$7,
1107
1152
  parallaxFall,
1153
+ "clay-scatter-fall": "_clay-scatter-fall_1bgi4_1",
1108
1154
  clayScatterFall,
1109
1155
  parallaxFallSlow,
1156
+ "clay-scatter-fall-slow": "_clay-scatter-fall-slow_1bgi4_1",
1110
1157
  clayScatterFallSlow,
1111
1158
  parallaxRise,
1159
+ "clay-scatter-rise": "_clay-scatter-rise_1bgi4_1",
1112
1160
  clayScatterRise,
1113
1161
  parallaxRiseSlow,
1162
+ "clay-scatter-rise-slow": "_clay-scatter-rise-slow_1bgi4_1",
1114
1163
  clayScatterRiseSlow,
1115
1164
  parallaxRiseFast,
1165
+ "clay-scatter-rise-fast": "_clay-scatter-rise-fast_1bgi4_1",
1116
1166
  clayScatterRiseFast
1117
1167
  };
1118
1168
  const HeaderSection = React.forwardRef(
@@ -1239,261 +1289,277 @@ const CustomerLogoSection = React.forwardRef(
1239
1289
  );
1240
1290
  }
1241
1291
  );
1242
- const section$9 = "_section_1iihw_3";
1243
- const container$6 = "_container_1iihw_14";
1244
- const accordion = "_accordion_1iihw_25";
1245
- const item$1 = "_item_1iihw_33";
1246
- const itemActive = "_itemActive_1iihw_40";
1247
- const itemHeader = "_itemHeader_1iihw_45";
1248
- const itemHeading = "_itemHeading_1iihw_59";
1249
- const chevron$1 = "_chevron_1iihw_75";
1250
- const chevronOpen$1 = "_chevronOpen_1iihw_83";
1251
- const itemContent = "_itemContent_1iihw_88";
1252
- const itemDescription = "_itemDescription_1iihw_93";
1253
- const itemMedia = "_itemMedia_1iihw_105";
1254
- const mediaPanel = "_mediaPanel_1iihw_114";
1255
- const mediaFallback = "_mediaFallback_1iihw_118";
1256
- const sideBySideLines = "_side-by-side-lines_1iihw_129";
1257
- const itemLines = "_itemLines_1iihw_142";
1258
- const tabsCard = "_tabsCard_1iihw_194";
1259
- const tabContent = "_tabContent_1iihw_207";
1260
- const tabText = "_tabText_1iihw_214";
1261
- const tabTopic = "_tabTopic_1iihw_221";
1262
- const tabHeading = "_tabHeading_1iihw_229";
1263
- const tabDescription = "_tabDescription_1iihw_239";
1264
- const tabMedia = "_tabMedia_1iihw_248";
1265
- const strokeCard = "_strokeCard_1iihw_265";
1266
- const strokeText = "_strokeText_1iihw_280";
1267
- const strokeTextGroup = "_strokeTextGroup_1iihw_286";
1268
- const strokeHeading = "_strokeHeading_1iihw_292";
1269
- const strokeDescription = "_strokeDescription_1iihw_302";
1270
- const strokeMedia = "_strokeMedia_1iihw_312";
1271
- const sideBySideBullets = "_side-by-side-bullets_1iihw_329";
1272
- const bulletSectionHeader = "_bulletSectionHeader_1iihw_336";
1273
- const bulletTopic = "_bulletTopic_1iihw_342";
1274
- const bulletSectionHeading = "_bulletSectionHeading_1iihw_350";
1275
- const bulletCard = "_bulletCard_1iihw_361";
1276
- const bulletList = "_bulletList_1iihw_366";
1277
- const bulletItemInactive = "_bulletItemInactive_1iihw_372";
1278
- const bulletIcon$2 = "_bulletIcon_1iihw_387";
1279
- const bulletInactiveLabel = "_bulletInactiveLabel_1iihw_396";
1280
- const bulletItemActive = "_bulletItemActive_1iihw_404";
1281
- const bulletActiveLabel = "_bulletActiveLabel_1iihw_416";
1282
- const bulletActiveDesc = "_bulletActiveDesc_1iihw_424";
1283
- const bulletMediaPanel = "_bulletMediaPanel_1iihw_433";
1284
- const bulletMediaFallback = "_bulletMediaFallback_1iihw_446";
1285
- const bulletCarouselWrapper = "_bulletCarouselWrapper_1iihw_453";
1286
- const bulletCarouselTrack = "_bulletCarouselTrack_1iihw_459";
1287
- const bulletCarouselCard = "_bulletCarouselCard_1iihw_474";
1288
- const bulletCarouselText = "_bulletCarouselText_1iihw_486";
1289
- const bulletCarouselTitle = "_bulletCarouselTitle_1iihw_492";
1290
- const bulletCarouselDesc = "_bulletCarouselDesc_1iihw_500";
1291
- const bulletCarouselMedia = "_bulletCarouselMedia_1iihw_509";
1292
- const bulletCarouselNav = "_bulletCarouselNav_1iihw_522";
1293
- const tabCardsCarousel = "_tab-cards-carousel_1iihw_532";
1294
- const tcSectionText = "_tcSectionText_1iihw_539";
1295
- const tcTopic = "_tcTopic_1iihw_548";
1296
- const tcSectionHeading = "_tcSectionHeading_1iihw_556";
1297
- const tcTabBar = "_tcTabBar_1iihw_566";
1298
- const tcTab = "_tcTab_1iihw_566";
1299
- const tcTabActive = "_tcTabActive_1iihw_595";
1300
- const tcCarouselOuter = "_tcCarouselOuter_1iihw_600";
1301
- const tcCarouselTrack = "_tcCarouselTrack_1iihw_605";
1302
- const tcCard = "_tcCard_1iihw_612";
1303
- const tcCardHeader = "_tcCardHeader_1iihw_625";
1304
- const tcCardMeta = "_tcCardMeta_1iihw_632";
1305
- const tcCardIcon = "_tcCardIcon_1iihw_640";
1306
- const tcCardText = "_tcCardText_1iihw_657";
1307
- const tcCardTitle = "_tcCardTitle_1iihw_663";
1308
- const tcCardSubtitle = "_tcCardSubtitle_1iihw_671";
1309
- const tcCtaDeskWrap = "_tcCtaDeskWrap_1iihw_679";
1310
- const tcCtaMobWrap = "_tcCtaMobWrap_1iihw_683";
1311
- const tcMedia = "_tcMedia_1iihw_687";
1312
- const tcNav = "_tcNav_1iihw_701";
1313
- const stackedRows = "_stacked-rows_1iihw_711";
1314
- const srHeader = "_srHeader_1iihw_718";
1315
- const srTopic = "_srTopic_1iihw_726";
1316
- const srSectionHeading = "_srSectionHeading_1iihw_734";
1317
- const srRow = "_srRow_1iihw_745";
1318
- const srContentCard = "_srContentCard_1iihw_751";
1319
- const srCardInner = "_srCardInner_1iihw_760";
1320
- const srTopGroup = "_srTopGroup_1iihw_766";
1321
- const srTagWrap = "_srTagWrap_1iihw_772";
1322
- const srTagDot = "_srTagDot_1iihw_778";
1323
- const srTagLabel = "_srTagLabel_1iihw_786";
1324
- const srHeading = "_srHeading_1iihw_794";
1325
- const srDesc = "_srDesc_1iihw_804";
1326
- const srBottomGroup = "_srBottomGroup_1iihw_813";
1327
- const srBullets = "_srBullets_1iihw_819";
1328
- const srBullet = "_srBullet_1iihw_819";
1329
- const srBulletIcon = "_srBulletIcon_1iihw_833";
1330
- const srBulletLabel = "_srBulletLabel_1iihw_843";
1331
- const srMedia = "_srMedia_1iihw_853";
1332
- const horizontalCards = "_horizontal-cards_1iihw_870";
1333
- const hcHeader = "_hcHeader_1iihw_878";
1334
- const hcTagline = "_hcTagline_1iihw_887";
1335
- const hcSectionHeading = "_hcSectionHeading_1iihw_895";
1336
- const hcSectionDesc = "_hcSectionDesc_1iihw_904";
1337
- const hcGrid = "_hcGrid_1iihw_914";
1338
- const hcCard = "_hcCard_1iihw_933";
1339
- const hcMedia = "_hcMedia_1iihw_945";
1340
- const hcContent = "_hcContent_1iihw_958";
1341
- const hcTextGroup = "_hcTextGroup_1iihw_967";
1342
- const hcHeading = "_hcHeading_1iihw_974";
1343
- const hcDesc = "_hcDesc_1iihw_983";
1344
- const hcAction = "_hcAction_1iihw_992";
1345
- const hcDots = "_hcDots_1iihw_1014";
1346
- const horizontalIcons = "_horizontal-icons_1iihw_1023";
1347
- const hiHeader = "_hiHeader_1iihw_1030";
1348
- const hiTagline = "_hiTagline_1iihw_1036";
1349
- const hiSectionHeading = "_hiSectionHeading_1iihw_1044";
1350
- const hiSectionDesc = "_hiSectionDesc_1iihw_1054";
1351
- const hiGrid = "_hiGrid_1iihw_1063";
1352
- const hiColumn = "_hiColumn_1iihw_1070";
1353
- const hiIconWrap = "_hiIconWrap_1iihw_1076";
1354
- const hiTextGroup = "_hiTextGroup_1iihw_1085";
1355
- const hiHeading = "_hiHeading_1iihw_1091";
1356
- const hiDesc = "_hiDesc_1iihw_1101";
1357
- const stackedMediaLeft = "_stacked-media-left_1iihw_1114";
1358
- const smlSectionHeader = "_smlSectionHeader_1iihw_1121";
1359
- const smlSectionTopic = "_smlSectionTopic_1iihw_1127";
1360
- const smlSectionHeading = "_smlSectionHeading_1iihw_1135";
1361
- const smlRow = "_smlRow_1iihw_1145";
1362
- const smlMedia = "_smlMedia_1iihw_1151";
1363
- const smlContent = "_smlContent_1iihw_1165";
1364
- const smlTagline = "_smlTagline_1iihw_1172";
1365
- const smlHeading = "_smlHeading_1iihw_1180";
1366
- const smlDesc = "_smlDesc_1iihw_1190";
1367
- const smlActions = "_smlActions_1iihw_1199";
1368
- const horizontalMediaTop = "_horizontal-media-top_1iihw_1211";
1369
- const hmtHeader = "_hmtHeader_1iihw_1219";
1370
- const hmtTopic = "_hmtTopic_1iihw_1227";
1371
- const hmtSectionHeading = "_hmtSectionHeading_1iihw_1235";
1372
- const hmtGrid = "_hmtGrid_1iihw_1245";
1373
- const hmtColumn = "_hmtColumn_1iihw_1252";
1374
- const hmtMedia = "_hmtMedia_1iihw_1258";
1375
- const hmtContent = "_hmtContent_1iihw_1272";
1376
- const hmtTextGroup = "_hmtTextGroup_1iihw_1278";
1377
- const hmtHeading = "_hmtHeading_1iihw_1284";
1378
- const hmtDesc = "_hmtDesc_1iihw_1294";
1379
- const hmtAction = "_hmtAction_1iihw_1303";
1380
- const stackedCardsCarousel = "_stacked-cards-carousel_1iihw_1327";
1381
- const sccDeskStack = "_sccDeskStack_1iihw_1335";
1382
- const sccMobTrack = "_sccMobTrack_1iihw_1340";
1383
- const sccCard = "_sccCard_1iihw_1354";
1384
- const sccMedia = "_sccMedia_1iihw_1364";
1385
- const sccCardContent = "_sccCardContent_1iihw_1371";
1386
- const sccDotTag = "_sccDotTag_1iihw_1379";
1387
- const sccDot = "_sccDot_1iihw_1379";
1388
- const sccDotLabel = "_sccDotLabel_1iihw_1393";
1389
- const sccHeading = "_sccHeading_1iihw_1399";
1390
- const sccDesc = "_sccDesc_1iihw_1408";
1391
- const sccMobDots = "_sccMobDots_1iihw_1415";
1392
- const contentCarousel = "_content-carousel_1iihw_1421";
1393
- const ccHeader = "_ccHeader_1iihw_1429";
1394
- const ccSectionHeading = "_ccSectionHeading_1iihw_1438";
1395
- const ccSectionDesc = "_ccSectionDesc_1iihw_1447";
1396
- const ccMobTrack = "_ccMobTrack_1iihw_1455";
1397
- const ccDeskGrid = "_ccDeskGrid_1iihw_1474";
1398
- const ccCard = "_ccCard_1iihw_1478";
1399
- const ccMedia = "_ccMedia_1iihw_1486";
1400
- const ccContent = "_ccContent_1iihw_1494";
1401
- const ccCardHeading = "_ccCardHeading_1iihw_1501";
1402
- const ccCardDesc = "_ccCardDesc_1iihw_1510";
1403
- const ccLearnMore = "_ccLearnMore_1iihw_1517";
1404
- const ccNavRow = "_ccNavRow_1iihw_1531";
1405
- const ccArrows = "_ccArrows_1iihw_1538";
1406
- const listRightMedia = "_list-right-media_1iihw_1543";
1407
- const lrmContainer = "_lrmContainer_1iihw_1550";
1408
- const lrmLeft = "_lrmLeft_1iihw_1557";
1409
- const lrmSectionText = "_lrmSectionText_1iihw_1563";
1410
- const lrmTagline = "_lrmTagline_1iihw_1569";
1411
- const lrmSectionHeading = "_lrmSectionHeading_1iihw_1576";
1412
- const lrmSectionDesc = "_lrmSectionDesc_1iihw_1585";
1413
- const lrmList = "_lrmList_1iihw_1592";
1414
- const lrmItem = "_lrmItem_1iihw_1597";
1415
- const lrmItemHeading = "_lrmItemHeading_1iihw_1605";
1416
- const lrmItemDesc = "_lrmItemDesc_1iihw_1614";
1417
- const lrmMedia = "_lrmMedia_1iihw_1621";
1418
- const tabsMediaRight = "_tabs-media-right_1iihw_1630";
1419
- const tmrSectionHeader = "_tmrSectionHeader_1iihw_1638";
1420
- const tmrTagline = "_tmrTagline_1iihw_1647";
1421
- const tmrSectionHeading = "_tmrSectionHeading_1iihw_1654";
1422
- const tmrSectionDesc = "_tmrSectionDesc_1iihw_1663";
1423
- const tmrSectionActions = "_tmrSectionActions_1iihw_1670";
1424
- const tmrPanel = "_tmrPanel_1iihw_1678";
1425
- const tmrPanelText = "_tmrPanelText_1iihw_1687";
1426
- const tmrDotTag = "_tmrDotTag_1iihw_1694";
1427
- const tmrDot = "_tmrDot_1iihw_1694";
1428
- const tmrDotLabel = "_tmrDotLabel_1iihw_1708";
1429
- const tmrPanelHeading = "_tmrPanelHeading_1iihw_1714";
1430
- const tmrPanelDesc = "_tmrPanelDesc_1iihw_1723";
1431
- const tmrPanelMedia = "_tmrPanelMedia_1iihw_1730";
1432
- const tmrTabsWrap = "_tmrTabsWrap_1iihw_1738";
1433
- const amrContainer = "_amrContainer_1iihw_1762";
1434
- const amrLeft = "_amrLeft_1iihw_1769";
1435
- const amrSectionText = "_amrSectionText_1iihw_1775";
1436
- const amrSectionHeading = "_amrSectionHeading_1iihw_1781";
1437
- const amrSectionDesc = "_amrSectionDesc_1iihw_1791";
1438
- const amrAccordion = "_amrAccordion_1iihw_1798";
1439
- const amrItem = "_amrItem_1iihw_1803";
1440
- const amrItemTrigger = "_amrItemTrigger_1iihw_1811";
1441
- const amrItemTitle = "_amrItemTitle_1iihw_1824";
1442
- const amrItemOpen = "_amrItemOpen_1iihw_1832";
1443
- const amrChevron = "_amrChevron_1iihw_1836";
1444
- const amrItemContent = "_amrItemContent_1iihw_1847";
1445
- const amrItemDesc = "_amrItemDesc_1iihw_1855";
1446
- const amrMedia = "_amrMedia_1iihw_1862";
1447
- const naContainer = "_naContainer_1iihw_1871";
1448
- const naSectionHeader = "_naSectionHeader_1iihw_1878";
1449
- const naTagline = "_naTagline_1iihw_1886";
1450
- const naSectionHeading = "_naSectionHeading_1iihw_1893";
1451
- const naSectionDesc = "_naSectionDesc_1iihw_1903";
1452
- const naDesktopRow = "_naDesktopRow_1iihw_1911";
1453
- const naMobileList = "_naMobileList_1iihw_1916";
1454
- const naMobileActiveItem = "_naMobileActiveItem_1iihw_1923";
1455
- const naMobileNumber = "_naMobileNumber_1iihw_1932";
1456
- const naMobileHeading = "_naMobileHeading_1iihw_1940";
1457
- const naMobileDesc = "_naMobileDesc_1iihw_1950";
1458
- const naMobileMedia = "_naMobileMedia_1iihw_1957";
1459
- const naMobileInactiveItem = "_naMobileInactiveItem_1iihw_1964";
1460
- const naMobileInactiveLabel = "_naMobileInactiveLabel_1iihw_1978";
1461
- const snContainer = "_snContainer_1iihw_1987";
1462
- const snRow = "_snRow_1iihw_1994";
1463
- const snNumber = "_snNumber_1iihw_2001";
1464
- const snContent = "_snContent_1iihw_2011";
1465
- const snSectionTitle = "_snSectionTitle_1iihw_2017";
1466
- const snTagline = "_snTagline_1iihw_2023";
1467
- const snHeadingBlock = "_snHeadingBlock_1iihw_2030";
1468
- const snHeading = "_snHeading_1iihw_2030";
1469
- const snDesc = "_snDesc_1iihw_2046";
1470
- const snActions = "_snActions_1iihw_2053";
1471
- const silContainer = "_silContainer_1iihw_2061";
1472
- const silLeft = "_silLeft_1iihw_2068";
1473
- const silSectionTitle = "_silSectionTitle_1iihw_2074";
1474
- const silTagline = "_silTagline_1iihw_2080";
1475
- const silHeadingBlock = "_silHeadingBlock_1iihw_2087";
1476
- const silSectionHeading = "_silSectionHeading_1iihw_2093";
1477
- const silSectionDesc = "_silSectionDesc_1iihw_2103";
1478
- const silActions = "_silActions_1iihw_2110";
1479
- const silRight = "_silRight_1iihw_2117";
1480
- const silCard = "_silCard_1iihw_2123";
1481
- const silIcon = "_silIcon_1iihw_2132";
1482
- const silItemHeading = "_silItemHeading_1iihw_2139";
1483
- const silItemDesc = "_silItemDesc_1iihw_2148";
1484
- const naActivePanel = "_naActivePanel_1iihw_2808";
1485
- const naActivePanelContent = "_naActivePanelContent_1iihw_2815";
1486
- const naActivePanelHeader = "_naActivePanelHeader_1iihw_2824";
1487
- const naNumber = "_naNumber_1iihw_2830";
1488
- const naPanelHeading = "_naPanelHeading_1iihw_2838";
1489
- const naPanelDesc = "_naPanelDesc_1iihw_2848";
1490
- const naMedia = "_naMedia_1iihw_2855";
1491
- const naInactivePanel = "_naInactivePanel_1iihw_2863";
1492
- const naInactiveNumber = "_naInactiveNumber_1iihw_2880";
1493
- const naLabelWrap = "_naLabelWrap_1iihw_2889";
1494
- const naLabel = "_naLabel_1iihw_2889";
1495
- const containerWide$6 = "_containerWide_1iihw_2994";
1496
- const containerFull$6 = "_containerFull_1iihw_2998";
1292
+ const section$9 = "_section_1uz4c_8";
1293
+ const container$6 = "_container_1uz4c_19";
1294
+ const accordion = "_accordion_1uz4c_30";
1295
+ const item$1 = "_item_1uz4c_38";
1296
+ const itemActive = "_itemActive_1uz4c_45";
1297
+ const itemHeader = "_itemHeader_1uz4c_50";
1298
+ const itemHeading = "_itemHeading_1uz4c_64";
1299
+ const chevron$1 = "_chevron_1uz4c_80";
1300
+ const chevronOpen$1 = "_chevronOpen_1uz4c_88";
1301
+ const itemContent = "_itemContent_1uz4c_93";
1302
+ const itemContentOpen = "_itemContentOpen_1uz4c_99";
1303
+ const itemContentInner = "_itemContentInner_1uz4c_103";
1304
+ const itemDescription = "_itemDescription_1uz4c_108";
1305
+ const itemMedia = "_itemMedia_1uz4c_120";
1306
+ const mediaPanel = "_mediaPanel_1uz4c_129";
1307
+ const mediaFallback = "_mediaFallback_1uz4c_133";
1308
+ const sideBySideLines = "_side-by-side-lines_1uz4c_144";
1309
+ const itemLines = "_itemLines_1uz4c_157";
1310
+ const mediaPanelInner = "_mediaPanelInner_1uz4c_213";
1311
+ const sblFadeIn = "_sblFadeIn_1uz4c_1";
1312
+ const tabsCard = "_tabsCard_1uz4c_242";
1313
+ const tabContent = "_tabContent_1uz4c_255";
1314
+ const tabText = "_tabText_1uz4c_262";
1315
+ const tabTopic = "_tabTopic_1uz4c_269";
1316
+ const tabHeading = "_tabHeading_1uz4c_277";
1317
+ const tabDescription = "_tabDescription_1uz4c_287";
1318
+ const tabMedia = "_tabMedia_1uz4c_296";
1319
+ const strokeCard = "_strokeCard_1uz4c_313";
1320
+ const strokeText = "_strokeText_1uz4c_328";
1321
+ const strokeTextGroup = "_strokeTextGroup_1uz4c_334";
1322
+ const strokeHeading = "_strokeHeading_1uz4c_340";
1323
+ const strokeDescription = "_strokeDescription_1uz4c_350";
1324
+ const strokeMedia = "_strokeMedia_1uz4c_360";
1325
+ const sideBySideBullets = "_side-by-side-bullets_1uz4c_377";
1326
+ const bulletSectionHeader = "_bulletSectionHeader_1uz4c_384";
1327
+ const bulletTopic = "_bulletTopic_1uz4c_390";
1328
+ const bulletSectionHeading = "_bulletSectionHeading_1uz4c_398";
1329
+ const bulletCard = "_bulletCard_1uz4c_409";
1330
+ const bulletList = "_bulletList_1uz4c_414";
1331
+ const bulletItemInactive = "_bulletItemInactive_1uz4c_420";
1332
+ const bulletIcon$2 = "_bulletIcon_1uz4c_435";
1333
+ const bulletInactiveLabel = "_bulletInactiveLabel_1uz4c_444";
1334
+ const bulletItemActive = "_bulletItemActive_1uz4c_452";
1335
+ const bulletActiveLabel = "_bulletActiveLabel_1uz4c_464";
1336
+ const bulletActiveDesc = "_bulletActiveDesc_1uz4c_472";
1337
+ const bulletMediaPanel = "_bulletMediaPanel_1uz4c_481";
1338
+ const bulletMediaFallback = "_bulletMediaFallback_1uz4c_494";
1339
+ const bulletCarouselWrapper = "_bulletCarouselWrapper_1uz4c_501";
1340
+ const bulletCarouselTrack = "_bulletCarouselTrack_1uz4c_507";
1341
+ const bulletCarouselCard = "_bulletCarouselCard_1uz4c_522";
1342
+ const bulletCarouselText = "_bulletCarouselText_1uz4c_534";
1343
+ const bulletCarouselTitle = "_bulletCarouselTitle_1uz4c_540";
1344
+ const bulletCarouselDesc = "_bulletCarouselDesc_1uz4c_548";
1345
+ const bulletCarouselMedia = "_bulletCarouselMedia_1uz4c_557";
1346
+ const bulletCarouselNav = "_bulletCarouselNav_1uz4c_570";
1347
+ const tabCardsCarousel = "_tab-cards-carousel_1uz4c_580";
1348
+ const tcSectionText = "_tcSectionText_1uz4c_587";
1349
+ const tcTopic = "_tcTopic_1uz4c_596";
1350
+ const tcSectionHeading = "_tcSectionHeading_1uz4c_604";
1351
+ const tcTabBar = "_tcTabBar_1uz4c_614";
1352
+ const tcTab = "_tcTab_1uz4c_614";
1353
+ const tcTabActive = "_tcTabActive_1uz4c_643";
1354
+ const tcCarouselOuter = "_tcCarouselOuter_1uz4c_648";
1355
+ const tcCarouselTrack = "_tcCarouselTrack_1uz4c_653";
1356
+ const tcCard = "_tcCard_1uz4c_660";
1357
+ const tcCardHeader = "_tcCardHeader_1uz4c_673";
1358
+ const tcCardMeta = "_tcCardMeta_1uz4c_680";
1359
+ const tcCardIcon = "_tcCardIcon_1uz4c_688";
1360
+ const tcCardText = "_tcCardText_1uz4c_705";
1361
+ const tcCardTitle = "_tcCardTitle_1uz4c_711";
1362
+ const tcCardSubtitle = "_tcCardSubtitle_1uz4c_719";
1363
+ const tcCtaDeskWrap = "_tcCtaDeskWrap_1uz4c_727";
1364
+ const tcCtaMobWrap = "_tcCtaMobWrap_1uz4c_731";
1365
+ const tcMedia = "_tcMedia_1uz4c_735";
1366
+ const tcNav = "_tcNav_1uz4c_749";
1367
+ const stackedRows = "_stacked-rows_1uz4c_759";
1368
+ const srHeader = "_srHeader_1uz4c_766";
1369
+ const srTopic = "_srTopic_1uz4c_774";
1370
+ const srSectionHeading = "_srSectionHeading_1uz4c_782";
1371
+ const srRow = "_srRow_1uz4c_793";
1372
+ const srContentCard = "_srContentCard_1uz4c_799";
1373
+ const srCardInner = "_srCardInner_1uz4c_808";
1374
+ const srTopGroup = "_srTopGroup_1uz4c_814";
1375
+ const srTagWrap = "_srTagWrap_1uz4c_820";
1376
+ const srTagDot = "_srTagDot_1uz4c_826";
1377
+ const srTagLabel = "_srTagLabel_1uz4c_834";
1378
+ const srHeading = "_srHeading_1uz4c_842";
1379
+ const srDesc = "_srDesc_1uz4c_852";
1380
+ const srBottomGroup = "_srBottomGroup_1uz4c_861";
1381
+ const srBullets = "_srBullets_1uz4c_867";
1382
+ const srBullet = "_srBullet_1uz4c_867";
1383
+ const srBulletIcon = "_srBulletIcon_1uz4c_881";
1384
+ const srBulletLabel = "_srBulletLabel_1uz4c_891";
1385
+ const srMedia = "_srMedia_1uz4c_901";
1386
+ const horizontalCards = "_horizontal-cards_1uz4c_918";
1387
+ const hcHeader = "_hcHeader_1uz4c_926";
1388
+ const hcTagline = "_hcTagline_1uz4c_935";
1389
+ const hcSectionHeading = "_hcSectionHeading_1uz4c_943";
1390
+ const hcSectionDesc = "_hcSectionDesc_1uz4c_952";
1391
+ const hcGrid = "_hcGrid_1uz4c_962";
1392
+ const hcCard = "_hcCard_1uz4c_981";
1393
+ const hcMedia = "_hcMedia_1uz4c_993";
1394
+ const hcContent = "_hcContent_1uz4c_1006";
1395
+ const hcTextGroup = "_hcTextGroup_1uz4c_1015";
1396
+ const hcHeading = "_hcHeading_1uz4c_1022";
1397
+ const hcDesc = "_hcDesc_1uz4c_1031";
1398
+ const hcAction = "_hcAction_1uz4c_1040";
1399
+ const hcDots = "_hcDots_1uz4c_1062";
1400
+ const horizontalIcons = "_horizontal-icons_1uz4c_1071";
1401
+ const hiHeader = "_hiHeader_1uz4c_1078";
1402
+ const hiTagline = "_hiTagline_1uz4c_1084";
1403
+ const hiSectionHeading = "_hiSectionHeading_1uz4c_1092";
1404
+ const hiSectionDesc = "_hiSectionDesc_1uz4c_1102";
1405
+ const hiGrid = "_hiGrid_1uz4c_1111";
1406
+ const hiColumn = "_hiColumn_1uz4c_1118";
1407
+ const hiIconWrap = "_hiIconWrap_1uz4c_1124";
1408
+ const hiTextGroup = "_hiTextGroup_1uz4c_1133";
1409
+ const hiHeading = "_hiHeading_1uz4c_1139";
1410
+ const hiDesc = "_hiDesc_1uz4c_1149";
1411
+ const stackedMediaLeft = "_stacked-media-left_1uz4c_1162";
1412
+ const smlSectionHeader = "_smlSectionHeader_1uz4c_1169";
1413
+ const smlSectionTopic = "_smlSectionTopic_1uz4c_1175";
1414
+ const smlSectionHeading = "_smlSectionHeading_1uz4c_1183";
1415
+ const smlRow = "_smlRow_1uz4c_1193";
1416
+ const smlMedia = "_smlMedia_1uz4c_1199";
1417
+ const smlContent = "_smlContent_1uz4c_1213";
1418
+ const smlTagline = "_smlTagline_1uz4c_1220";
1419
+ const smlHeading = "_smlHeading_1uz4c_1228";
1420
+ const smlDesc = "_smlDesc_1uz4c_1238";
1421
+ const smlActions = "_smlActions_1uz4c_1247";
1422
+ const horizontalMediaTop = "_horizontal-media-top_1uz4c_1259";
1423
+ const hmtHeader = "_hmtHeader_1uz4c_1267";
1424
+ const hmtTopic = "_hmtTopic_1uz4c_1275";
1425
+ const hmtSectionHeading = "_hmtSectionHeading_1uz4c_1283";
1426
+ const hmtGrid = "_hmtGrid_1uz4c_1293";
1427
+ const hmtColumn = "_hmtColumn_1uz4c_1300";
1428
+ const hmtMedia = "_hmtMedia_1uz4c_1306";
1429
+ const hmtContent = "_hmtContent_1uz4c_1320";
1430
+ const hmtTextGroup = "_hmtTextGroup_1uz4c_1326";
1431
+ const hmtHeading = "_hmtHeading_1uz4c_1332";
1432
+ const hmtDesc = "_hmtDesc_1uz4c_1342";
1433
+ const hmtAction = "_hmtAction_1uz4c_1351";
1434
+ const stackedCardsCarousel = "_stacked-cards-carousel_1uz4c_1375";
1435
+ const sccDeskStack = "_sccDeskStack_1uz4c_1383";
1436
+ const sccMobTrack = "_sccMobTrack_1uz4c_1388";
1437
+ const sccCard = "_sccCard_1uz4c_1402";
1438
+ const sccMedia = "_sccMedia_1uz4c_1412";
1439
+ const sccCardContent = "_sccCardContent_1uz4c_1419";
1440
+ const sccDotTag = "_sccDotTag_1uz4c_1427";
1441
+ const sccDot = "_sccDot_1uz4c_1427";
1442
+ const sccDotLabel = "_sccDotLabel_1uz4c_1441";
1443
+ const sccHeading = "_sccHeading_1uz4c_1447";
1444
+ const sccDesc = "_sccDesc_1uz4c_1456";
1445
+ const sccMobDots = "_sccMobDots_1uz4c_1463";
1446
+ const contentCarousel = "_content-carousel_1uz4c_1469";
1447
+ const ccHeader = "_ccHeader_1uz4c_1477";
1448
+ const ccSectionHeading = "_ccSectionHeading_1uz4c_1486";
1449
+ const ccSectionDesc = "_ccSectionDesc_1uz4c_1495";
1450
+ const ccMobTrack = "_ccMobTrack_1uz4c_1503";
1451
+ const ccDeskGrid = "_ccDeskGrid_1uz4c_1522";
1452
+ const ccCard = "_ccCard_1uz4c_1526";
1453
+ const ccMedia = "_ccMedia_1uz4c_1534";
1454
+ const ccContent = "_ccContent_1uz4c_1542";
1455
+ const ccCardHeading = "_ccCardHeading_1uz4c_1549";
1456
+ const ccCardDesc = "_ccCardDesc_1uz4c_1558";
1457
+ const ccLearnMore = "_ccLearnMore_1uz4c_1565";
1458
+ const ccNavRow = "_ccNavRow_1uz4c_1579";
1459
+ const ccArrows = "_ccArrows_1uz4c_1586";
1460
+ const listRightMedia = "_list-right-media_1uz4c_1591";
1461
+ const lrmContainer = "_lrmContainer_1uz4c_1598";
1462
+ const lrmLeft = "_lrmLeft_1uz4c_1605";
1463
+ const lrmSectionText = "_lrmSectionText_1uz4c_1611";
1464
+ const lrmTagline = "_lrmTagline_1uz4c_1617";
1465
+ const lrmSectionHeading = "_lrmSectionHeading_1uz4c_1624";
1466
+ const lrmSectionDesc = "_lrmSectionDesc_1uz4c_1633";
1467
+ const lrmList = "_lrmList_1uz4c_1640";
1468
+ const lrmItem = "_lrmItem_1uz4c_1645";
1469
+ const lrmItemHeading = "_lrmItemHeading_1uz4c_1653";
1470
+ const lrmItemDesc = "_lrmItemDesc_1uz4c_1662";
1471
+ const lrmMedia = "_lrmMedia_1uz4c_1669";
1472
+ const tabsMediaRight = "_tabs-media-right_1uz4c_1678";
1473
+ const tmrSectionHeader = "_tmrSectionHeader_1uz4c_1686";
1474
+ const tmrTagline = "_tmrTagline_1uz4c_1695";
1475
+ const tmrSectionHeading = "_tmrSectionHeading_1uz4c_1702";
1476
+ const tmrSectionDesc = "_tmrSectionDesc_1uz4c_1711";
1477
+ const tmrSectionActions = "_tmrSectionActions_1uz4c_1718";
1478
+ const tmrPanel = "_tmrPanel_1uz4c_1726";
1479
+ const tmrPanelText = "_tmrPanelText_1uz4c_1735";
1480
+ const tmrDotTag = "_tmrDotTag_1uz4c_1742";
1481
+ const tmrDot = "_tmrDot_1uz4c_1742";
1482
+ const tmrDotLabel = "_tmrDotLabel_1uz4c_1756";
1483
+ const tmrPanelHeading = "_tmrPanelHeading_1uz4c_1762";
1484
+ const tmrPanelDesc = "_tmrPanelDesc_1uz4c_1771";
1485
+ const tmrPanelMedia = "_tmrPanelMedia_1uz4c_1778";
1486
+ const tmrTabsWrap = "_tmrTabsWrap_1uz4c_1786";
1487
+ const amrContainer = "_amrContainer_1uz4c_1810";
1488
+ const amrLeft = "_amrLeft_1uz4c_1817";
1489
+ const amrSectionText = "_amrSectionText_1uz4c_1823";
1490
+ const amrSectionHeading = "_amrSectionHeading_1uz4c_1829";
1491
+ const amrSectionDesc = "_amrSectionDesc_1uz4c_1839";
1492
+ const amrAccordion = "_amrAccordion_1uz4c_1846";
1493
+ const amrItem = "_amrItem_1uz4c_1851";
1494
+ const amrItemTrigger = "_amrItemTrigger_1uz4c_1859";
1495
+ const amrItemTitle = "_amrItemTitle_1uz4c_1872";
1496
+ const amrItemOpen = "_amrItemOpen_1uz4c_1880";
1497
+ const amrChevron = "_amrChevron_1uz4c_1884";
1498
+ const amrItemContent = "_amrItemContent_1uz4c_1895";
1499
+ const amrItemDesc = "_amrItemDesc_1uz4c_1903";
1500
+ const amrMedia = "_amrMedia_1uz4c_1910";
1501
+ const naContainer = "_naContainer_1uz4c_1919";
1502
+ const naSectionHeader = "_naSectionHeader_1uz4c_1926";
1503
+ const naTagline = "_naTagline_1uz4c_1934";
1504
+ const naSectionHeading = "_naSectionHeading_1uz4c_1941";
1505
+ const naSectionDesc = "_naSectionDesc_1uz4c_1951";
1506
+ const naDesktopRow = "_naDesktopRow_1uz4c_1959";
1507
+ const naMobileList = "_naMobileList_1uz4c_1964";
1508
+ const naMobileItem = "_naMobileItem_1uz4c_1971";
1509
+ const naMobileItemHeader = "_naMobileItemHeader_1uz4c_1978";
1510
+ const naMobileItemBody = "_naMobileItemBody_1uz4c_1992";
1511
+ const naMobileItemActive = "_naMobileItemActive_1uz4c_1998";
1512
+ const naMobileInactiveLabel = "_naMobileInactiveLabel_1uz4c_2003";
1513
+ const naMobileBodyInner = "_naMobileBodyInner_1uz4c_2007";
1514
+ const naMobileNumber = "_naMobileNumber_1uz4c_2016";
1515
+ const naMobileHeading = "_naMobileHeading_1uz4c_2027";
1516
+ const naMobileDesc = "_naMobileDesc_1uz4c_2037";
1517
+ const naMobileMedia = "_naMobileMedia_1uz4c_2044";
1518
+ const snContainer = "_snContainer_1uz4c_2063";
1519
+ const snRow = "_snRow_1uz4c_2070";
1520
+ const snNumber = "_snNumber_1uz4c_2077";
1521
+ const snContent = "_snContent_1uz4c_2087";
1522
+ const snSectionTitle = "_snSectionTitle_1uz4c_2093";
1523
+ const snTagline = "_snTagline_1uz4c_2099";
1524
+ const snHeadingBlock = "_snHeadingBlock_1uz4c_2106";
1525
+ const snHeading = "_snHeading_1uz4c_2106";
1526
+ const snDesc = "_snDesc_1uz4c_2122";
1527
+ const snActions = "_snActions_1uz4c_2129";
1528
+ const snSticky = "_snSticky_1uz4c_2137";
1529
+ const snNumDisplay = "_snNumDisplay_1uz4c_2141";
1530
+ const snDigitZero = "_snDigitZero_1uz4c_2154";
1531
+ const snDigitCol = "_snDigitCol_1uz4c_2159";
1532
+ const snDigitItem = "_snDigitItem_1uz4c_2165";
1533
+ const snRows = "_snRows_1uz4c_2170";
1534
+ const snBarTrack = "_snBarTrack_1uz4c_2176";
1535
+ const snBarFill = "_snBarFill_1uz4c_2183";
1536
+ const silContainer = "_silContainer_1uz4c_2191";
1537
+ const silLeft = "_silLeft_1uz4c_2198";
1538
+ const silSectionTitle = "_silSectionTitle_1uz4c_2204";
1539
+ const silTagline = "_silTagline_1uz4c_2210";
1540
+ const silHeadingBlock = "_silHeadingBlock_1uz4c_2217";
1541
+ const silSectionHeading = "_silSectionHeading_1uz4c_2223";
1542
+ const silSectionDesc = "_silSectionDesc_1uz4c_2233";
1543
+ const silActions = "_silActions_1uz4c_2240";
1544
+ const silRight = "_silRight_1uz4c_2247";
1545
+ const silCard = "_silCard_1uz4c_2253";
1546
+ const silIcon = "_silIcon_1uz4c_2262";
1547
+ const silItemHeading = "_silItemHeading_1uz4c_2269";
1548
+ const silItemDesc = "_silItemDesc_1uz4c_2278";
1549
+ const naPanel = "_naPanel_1uz4c_2952";
1550
+ const naPanelActive = "_naPanelActive_1uz4c_2964";
1551
+ const naPanelSide = "_naPanelSide_1uz4c_2969";
1552
+ const naPanelBody = "_naPanelBody_1uz4c_2984";
1553
+ const naActivePanelContent = "_naActivePanelContent_1uz4c_2997";
1554
+ const naActivePanelHeader = "_naActivePanelHeader_1uz4c_3006";
1555
+ const naNumber = "_naNumber_1uz4c_3012";
1556
+ const naPanelHeading = "_naPanelHeading_1uz4c_3020";
1557
+ const naPanelDesc = "_naPanelDesc_1uz4c_3030";
1558
+ const naMedia = "_naMedia_1uz4c_3037";
1559
+ const naLabelWrap = "_naLabelWrap_1uz4c_3045";
1560
+ const naLabel = "_naLabel_1uz4c_3045";
1561
+ const containerWide$6 = "_containerWide_1uz4c_3135";
1562
+ const containerFull$6 = "_containerFull_1uz4c_3139";
1497
1563
  const styles$c = {
1498
1564
  section: section$9,
1499
1565
  container: container$6,
@@ -1505,12 +1571,17 @@ const styles$c = {
1505
1571
  chevron: chevron$1,
1506
1572
  chevronOpen: chevronOpen$1,
1507
1573
  itemContent,
1574
+ itemContentOpen,
1575
+ itemContentInner,
1508
1576
  itemDescription,
1509
1577
  itemMedia,
1510
1578
  mediaPanel,
1511
1579
  mediaFallback,
1580
+ "side-by-side-lines": "_side-by-side-lines_1uz4c_144",
1512
1581
  sideBySideLines,
1513
1582
  itemLines,
1583
+ mediaPanelInner,
1584
+ sblFadeIn,
1514
1585
  tabsCard,
1515
1586
  tabContent,
1516
1587
  tabText,
@@ -1524,6 +1595,7 @@ const styles$c = {
1524
1595
  strokeHeading,
1525
1596
  strokeDescription,
1526
1597
  strokeMedia,
1598
+ "side-by-side-bullets": "_side-by-side-bullets_1uz4c_377",
1527
1599
  sideBySideBullets,
1528
1600
  bulletSectionHeader,
1529
1601
  bulletTopic,
@@ -1546,6 +1618,7 @@ const styles$c = {
1546
1618
  bulletCarouselDesc,
1547
1619
  bulletCarouselMedia,
1548
1620
  bulletCarouselNav,
1621
+ "tab-cards-carousel": "_tab-cards-carousel_1uz4c_580",
1549
1622
  tabCardsCarousel,
1550
1623
  tcSectionText,
1551
1624
  tcTopic,
@@ -1566,6 +1639,7 @@ const styles$c = {
1566
1639
  tcCtaMobWrap,
1567
1640
  tcMedia,
1568
1641
  tcNav,
1642
+ "stacked-rows": "_stacked-rows_1uz4c_759",
1569
1643
  stackedRows,
1570
1644
  srHeader,
1571
1645
  srTopic,
@@ -1585,6 +1659,7 @@ const styles$c = {
1585
1659
  srBulletIcon,
1586
1660
  srBulletLabel,
1587
1661
  srMedia,
1662
+ "horizontal-cards": "_horizontal-cards_1uz4c_918",
1588
1663
  horizontalCards,
1589
1664
  hcHeader,
1590
1665
  hcTagline,
@@ -1599,6 +1674,7 @@ const styles$c = {
1599
1674
  hcDesc,
1600
1675
  hcAction,
1601
1676
  hcDots,
1677
+ "horizontal-icons": "_horizontal-icons_1uz4c_1071",
1602
1678
  horizontalIcons,
1603
1679
  hiHeader,
1604
1680
  hiTagline,
@@ -1610,6 +1686,7 @@ const styles$c = {
1610
1686
  hiTextGroup,
1611
1687
  hiHeading,
1612
1688
  hiDesc,
1689
+ "stacked-media-left": "_stacked-media-left_1uz4c_1162",
1613
1690
  stackedMediaLeft,
1614
1691
  smlSectionHeader,
1615
1692
  smlSectionTopic,
@@ -1621,6 +1698,7 @@ const styles$c = {
1621
1698
  smlHeading,
1622
1699
  smlDesc,
1623
1700
  smlActions,
1701
+ "horizontal-media-top": "_horizontal-media-top_1uz4c_1259",
1624
1702
  horizontalMediaTop,
1625
1703
  hmtHeader,
1626
1704
  hmtTopic,
@@ -1633,6 +1711,7 @@ const styles$c = {
1633
1711
  hmtHeading,
1634
1712
  hmtDesc,
1635
1713
  hmtAction,
1714
+ "stacked-cards-carousel": "_stacked-cards-carousel_1uz4c_1375",
1636
1715
  stackedCardsCarousel,
1637
1716
  sccDeskStack,
1638
1717
  sccMobTrack,
@@ -1645,6 +1724,7 @@ const styles$c = {
1645
1724
  sccHeading,
1646
1725
  sccDesc,
1647
1726
  sccMobDots,
1727
+ "content-carousel": "_content-carousel_1uz4c_1469",
1648
1728
  contentCarousel,
1649
1729
  ccHeader,
1650
1730
  ccSectionHeading,
@@ -1659,6 +1739,7 @@ const styles$c = {
1659
1739
  ccLearnMore,
1660
1740
  ccNavRow,
1661
1741
  ccArrows,
1742
+ "list-right-media": "_list-right-media_1uz4c_1591",
1662
1743
  listRightMedia,
1663
1744
  lrmContainer,
1664
1745
  lrmLeft,
@@ -1671,6 +1752,7 @@ const styles$c = {
1671
1752
  lrmItemHeading,
1672
1753
  lrmItemDesc,
1673
1754
  lrmMedia,
1755
+ "tabs-media-right": "_tabs-media-right_1uz4c_1678",
1674
1756
  tabsMediaRight,
1675
1757
  tmrSectionHeader,
1676
1758
  tmrTagline,
@@ -1707,13 +1789,16 @@ const styles$c = {
1707
1789
  naSectionDesc,
1708
1790
  naDesktopRow,
1709
1791
  naMobileList,
1710
- naMobileActiveItem,
1792
+ naMobileItem,
1793
+ naMobileItemHeader,
1794
+ naMobileItemBody,
1795
+ naMobileItemActive,
1796
+ naMobileInactiveLabel,
1797
+ naMobileBodyInner,
1711
1798
  naMobileNumber,
1712
1799
  naMobileHeading,
1713
1800
  naMobileDesc,
1714
1801
  naMobileMedia,
1715
- naMobileInactiveItem,
1716
- naMobileInactiveLabel,
1717
1802
  snContainer,
1718
1803
  snRow,
1719
1804
  snNumber,
@@ -1724,6 +1809,14 @@ const styles$c = {
1724
1809
  snHeading,
1725
1810
  snDesc,
1726
1811
  snActions,
1812
+ snSticky,
1813
+ snNumDisplay,
1814
+ snDigitZero,
1815
+ snDigitCol,
1816
+ snDigitItem,
1817
+ snRows,
1818
+ snBarTrack,
1819
+ snBarFill,
1727
1820
  silContainer,
1728
1821
  silLeft,
1729
1822
  silSectionTitle,
@@ -1737,15 +1830,16 @@ const styles$c = {
1737
1830
  silIcon,
1738
1831
  silItemHeading,
1739
1832
  silItemDesc,
1740
- naActivePanel,
1833
+ naPanel,
1834
+ naPanelActive,
1835
+ naPanelSide,
1836
+ naPanelBody,
1741
1837
  naActivePanelContent,
1742
1838
  naActivePanelHeader,
1743
1839
  naNumber,
1744
1840
  naPanelHeading,
1745
1841
  naPanelDesc,
1746
1842
  naMedia,
1747
- naInactivePanel,
1748
- naInactiveNumber,
1749
1843
  naLabelWrap,
1750
1844
  naLabel,
1751
1845
  containerWide: containerWide$6,
@@ -1776,28 +1870,6 @@ function ChevronIcon$1({ open }) {
1776
1870
  );
1777
1871
  }
1778
1872
  function AccordionItem$1({ item: item2, index: index2, isActive, onToggle, showMedia, variant = "fill" }) {
1779
- const contentRef = React.useRef(null);
1780
- const isFirstRender = React.useRef(true);
1781
- const [height, setHeight] = React.useState(isActive ? "auto" : "0px");
1782
- React.useEffect(() => {
1783
- if (isFirstRender.current) {
1784
- isFirstRender.current = false;
1785
- return;
1786
- }
1787
- if (!contentRef.current) return;
1788
- if (isActive) {
1789
- const h = contentRef.current.scrollHeight;
1790
- setHeight(`${h}px`);
1791
- const timer = setTimeout(() => setHeight("auto"), 320);
1792
- return () => clearTimeout(timer);
1793
- } else {
1794
- const h = contentRef.current.scrollHeight;
1795
- setHeight(`${h}px`);
1796
- requestAnimationFrame(() => {
1797
- requestAnimationFrame(() => setHeight("0px"));
1798
- });
1799
- }
1800
- }, [isActive]);
1801
1873
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: `${styles$c.item} ${isActive ? styles$c.itemActive : ""} ${variant === "lines" ? styles$c.itemLines : ""}`, children: [
1802
1874
  /* @__PURE__ */ jsxRuntime.jsxs(
1803
1875
  "button",
@@ -1812,17 +1884,15 @@ function AccordionItem$1({ item: item2, index: index2, isActive, onToggle, showM
1812
1884
  ]
1813
1885
  }
1814
1886
  ),
1815
- /* @__PURE__ */ jsxRuntime.jsxs(
1887
+ /* @__PURE__ */ jsxRuntime.jsx(
1816
1888
  "div",
1817
1889
  {
1818
- ref: contentRef,
1819
- className: styles$c.itemContent,
1820
- style: { height },
1890
+ className: `${styles$c.itemContent} ${isActive ? styles$c.itemContentOpen : ""}`,
1821
1891
  "aria-hidden": !isActive,
1822
- children: [
1892
+ children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$c.itemContentInner, children: [
1823
1893
  /* @__PURE__ */ jsxRuntime.jsx("p", { className: styles$c.itemDescription, children: item2.description }),
1824
1894
  showMedia && item2.media && /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$c.itemMedia, children: item2.media })
1825
- ]
1895
+ ] })
1826
1896
  }
1827
1897
  )
1828
1898
  ] });
@@ -2372,22 +2442,85 @@ function HorizontalMediaTopLayout({
2372
2442
  ] });
2373
2443
  }
2374
2444
  function StepsNumberedLayout({ items }) {
2375
- return /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$c.snContainer, children: items.map((item2, i) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$c.snRow, children: [
2376
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$c.snNumber, children: String(i + 1).padStart(2, "0") }),
2377
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$c.snContent, children: [
2378
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$c.snSectionTitle, children: [
2379
- item2.topic && /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$c.snTagline, children: item2.topic }),
2380
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$c.snHeadingBlock, children: [
2381
- /* @__PURE__ */ jsxRuntime.jsx("h2", { className: styles$c.snHeading, children: item2.heading }),
2382
- /* @__PURE__ */ jsxRuntime.jsx("p", { className: styles$c.snDesc, children: item2.description })
2383
- ] })
2384
- ] }),
2385
- (item2.cta || item2.cta2) && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$c.snActions, children: [
2386
- item2.cta && /* @__PURE__ */ jsxRuntime.jsx(Button, { buttonStyle: "primary", color: "black", size: "regular", onClick: item2.cta.onClick, children: item2.cta.label }),
2387
- item2.cta2 && /* @__PURE__ */ jsxRuntime.jsx(Button, { buttonStyle: "secondary", color: "black", size: "regular", onClick: item2.cta2.onClick, children: item2.cta2.label })
2388
- ] })
2389
- ] })
2390
- ] }, i)) });
2445
+ const containerRef = React.useRef(null);
2446
+ const digitColRef = React.useRef(null);
2447
+ const cardRefs = React.useRef([]);
2448
+ const barFillRefs = React.useRef([]);
2449
+ React.useEffect(() => {
2450
+ var _a;
2451
+ if ((_a = window.matchMedia) == null ? void 0 : _a.call(window, "(prefers-reduced-motion: reduce)").matches) return;
2452
+ const clamp01 = (v) => v < 0 ? 0 : v > 1 ? 1 : v;
2453
+ const onScroll = () => {
2454
+ const container2 = containerRef.current;
2455
+ const digitCol = digitColRef.current;
2456
+ if (container2 && digitCol) {
2457
+ const section2 = container2.closest("section");
2458
+ if (section2) {
2459
+ const rect = section2.getBoundingClientRect();
2460
+ const p = clamp01(-rect.top / rect.height);
2461
+ const N = items.length;
2462
+ const translatePct = -p * ((N - 1) / N) * 100;
2463
+ digitCol.style.transform = `translateY(${translatePct.toFixed(2)}%)`;
2464
+ }
2465
+ }
2466
+ const vh = window.innerHeight;
2467
+ cardRefs.current.forEach((card2, i) => {
2468
+ const barFill = barFillRefs.current[i];
2469
+ if (!card2 || !barFill) return;
2470
+ const rect = card2.getBoundingClientRect();
2471
+ const cardP = clamp01((vh / 2 - rect.top) / rect.height);
2472
+ barFill.style.width = `${(cardP * 100).toFixed(1)}%`;
2473
+ });
2474
+ };
2475
+ onScroll();
2476
+ window.addEventListener("scroll", onScroll, { passive: true });
2477
+ window.addEventListener("resize", onScroll, { passive: true });
2478
+ return () => {
2479
+ window.removeEventListener("scroll", onScroll);
2480
+ window.removeEventListener("resize", onScroll);
2481
+ };
2482
+ }, [items.length]);
2483
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { ref: containerRef, className: styles$c.snContainer, children: [
2484
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$c.snSticky, children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$c.snNumDisplay, children: [
2485
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$c.snDigitZero, children: "0" }),
2486
+ /* @__PURE__ */ jsxRuntime.jsx("div", { ref: digitColRef, className: styles$c.snDigitCol, children: items.map((_, i) => /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$c.snDigitItem, children: i + 1 }, i)) })
2487
+ ] }) }),
2488
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$c.snRows, children: items.map((item2, i) => /* @__PURE__ */ jsxRuntime.jsxs(
2489
+ "div",
2490
+ {
2491
+ ref: (el) => {
2492
+ cardRefs.current[i] = el;
2493
+ },
2494
+ className: styles$c.snRow,
2495
+ children: [
2496
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$c.snNumber, children: String(i + 1).padStart(2, "0") }),
2497
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$c.snBarTrack, children: /* @__PURE__ */ jsxRuntime.jsx(
2498
+ "div",
2499
+ {
2500
+ ref: (el) => {
2501
+ barFillRefs.current[i] = el;
2502
+ },
2503
+ className: styles$c.snBarFill
2504
+ }
2505
+ ) }),
2506
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$c.snContent, children: [
2507
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$c.snSectionTitle, children: [
2508
+ item2.topic && /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$c.snTagline, children: item2.topic }),
2509
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$c.snHeadingBlock, children: [
2510
+ /* @__PURE__ */ jsxRuntime.jsx("h2", { className: styles$c.snHeading, children: item2.heading }),
2511
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: styles$c.snDesc, children: item2.description })
2512
+ ] })
2513
+ ] }),
2514
+ (item2.cta || item2.cta2) && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$c.snActions, children: [
2515
+ item2.cta && /* @__PURE__ */ jsxRuntime.jsx(Button, { buttonStyle: "primary", color: "black", size: "regular", onClick: item2.cta.onClick, children: item2.cta.label }),
2516
+ item2.cta2 && /* @__PURE__ */ jsxRuntime.jsx(Button, { buttonStyle: "secondary", color: "black", size: "regular", onClick: item2.cta2.onClick, children: item2.cta2.label })
2517
+ ] })
2518
+ ] })
2519
+ ]
2520
+ },
2521
+ i
2522
+ )) })
2523
+ ] });
2391
2524
  }
2392
2525
  function SplitIconListLayout({
2393
2526
  items,
@@ -2435,25 +2568,32 @@ function NumberedAccordionLayout({
2435
2568
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$c.naDesktopRow, children: items.map((item2, i) => {
2436
2569
  const isActive = i === activeIndex;
2437
2570
  const num = String(i + 1).padStart(2, "0");
2438
- if (isActive) {
2439
- return /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$c.naActivePanel, children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$c.naActivePanelContent, children: [
2440
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$c.naActivePanelHeader, children: [
2441
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$c.naNumber, children: num }),
2442
- /* @__PURE__ */ jsxRuntime.jsx("h3", { className: styles$c.naPanelHeading, children: item2.heading }),
2443
- /* @__PURE__ */ jsxRuntime.jsx("p", { className: styles$c.naPanelDesc, children: item2.description })
2444
- ] }),
2445
- item2.media && /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$c.naMedia, children: item2.media })
2446
- ] }) }, i);
2447
- }
2448
2571
  return /* @__PURE__ */ jsxRuntime.jsxs(
2449
- "button",
2572
+ "div",
2450
2573
  {
2451
- type: "button",
2452
- className: styles$c.naInactivePanel,
2453
- onClick: () => setActiveIndex(i),
2574
+ className: `${styles$c.naPanel}${isActive ? ` ${styles$c.naPanelActive}` : ""}`,
2454
2575
  children: [
2455
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$c.naInactiveNumber, children: num }),
2456
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$c.naLabelWrap, children: /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$c.naLabel, children: item2.topic ?? item2.heading }) })
2576
+ /* @__PURE__ */ jsxRuntime.jsxs(
2577
+ "button",
2578
+ {
2579
+ type: "button",
2580
+ className: styles$c.naPanelSide,
2581
+ onClick: () => setActiveIndex(i),
2582
+ "aria-expanded": isActive,
2583
+ "aria-label": `${item2.topic ?? item2.heading}, panel ${num}`,
2584
+ children: [
2585
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$c.naNumber, children: num }),
2586
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$c.naLabelWrap, children: /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$c.naLabel, children: item2.topic ?? item2.heading }) })
2587
+ ]
2588
+ }
2589
+ ),
2590
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$c.naPanelBody, "aria-hidden": !isActive, children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$c.naActivePanelContent, children: [
2591
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$c.naActivePanelHeader, children: [
2592
+ /* @__PURE__ */ jsxRuntime.jsx("h3", { className: styles$c.naPanelHeading, children: item2.heading }),
2593
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: styles$c.naPanelDesc, children: item2.description })
2594
+ ] }),
2595
+ item2.media && /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$c.naMedia, children: item2.media })
2596
+ ] }) })
2457
2597
  ]
2458
2598
  },
2459
2599
  i
@@ -2462,23 +2602,29 @@ function NumberedAccordionLayout({
2462
2602
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$c.naMobileList, children: items.map((item2, i) => {
2463
2603
  const isActive = i === activeIndex;
2464
2604
  const num = String(i + 1).padStart(2, "0");
2465
- if (isActive) {
2466
- return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$c.naMobileActiveItem, children: [
2467
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$c.naMobileNumber, children: num }),
2468
- /* @__PURE__ */ jsxRuntime.jsx("h3", { className: styles$c.naMobileHeading, children: item2.heading }),
2469
- /* @__PURE__ */ jsxRuntime.jsx("p", { className: styles$c.naMobileDesc, children: item2.description }),
2470
- item2.media && /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$c.naMobileMedia, children: item2.media })
2471
- ] }, i);
2472
- }
2473
2605
  return /* @__PURE__ */ jsxRuntime.jsxs(
2474
- "button",
2606
+ "div",
2475
2607
  {
2476
- type: "button",
2477
- className: styles$c.naMobileInactiveItem,
2478
- onClick: () => setActiveIndex(i),
2608
+ className: `${styles$c.naMobileItem}${isActive ? ` ${styles$c.naMobileItemActive}` : ""}`,
2479
2609
  children: [
2480
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$c.naMobileNumber, children: num }),
2481
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$c.naMobileInactiveLabel, children: item2.topic ?? item2.heading })
2610
+ /* @__PURE__ */ jsxRuntime.jsxs(
2611
+ "button",
2612
+ {
2613
+ type: "button",
2614
+ className: styles$c.naMobileItemHeader,
2615
+ onClick: () => setActiveIndex(i),
2616
+ "aria-expanded": isActive,
2617
+ children: [
2618
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$c.naMobileNumber, children: num }),
2619
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: styles$c.naMobileInactiveLabel, children: item2.topic ?? item2.heading })
2620
+ ]
2621
+ }
2622
+ ),
2623
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$c.naMobileItemBody, children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$c.naMobileBodyInner, children: [
2624
+ /* @__PURE__ */ jsxRuntime.jsx("h3", { className: styles$c.naMobileHeading, children: item2.heading }),
2625
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: styles$c.naMobileDesc, children: item2.description }),
2626
+ item2.media && /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$c.naMobileMedia, children: item2.media })
2627
+ ] }) })
2482
2628
  ]
2483
2629
  },
2484
2630
  i
@@ -2698,104 +2844,105 @@ const FeaturesSection = React.forwardRef(
2698
2844
  },
2699
2845
  i
2700
2846
  )) }),
2701
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$c.mediaPanel, children: activeMedia || /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$c.mediaFallback }) })
2847
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$c.mediaPanel, children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$c.mediaPanelInner, children: activeMedia || /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$c.mediaFallback }) }, activeIndex) })
2702
2848
  ] }) });
2703
2849
  }
2704
2850
  );
2705
- const section$8 = "_section_1q7wf_4";
2706
- const container$5 = "_container_1q7wf_13";
2707
- const card$3 = "_card_1q7wf_23";
2708
- const inner$1 = "_inner_1q7wf_32";
2709
- const textContent$1 = "_textContent_1q7wf_40";
2710
- const textBlock$1 = "_textBlock_1q7wf_47";
2711
- const titleGroup = "_titleGroup_1q7wf_55";
2712
- const miniTitle$2 = "_miniTitle_1q7wf_61";
2713
- const heading$9 = "_heading_1q7wf_70";
2714
- const description$5 = "_description_1q7wf_78";
2715
- const actions$3 = "_actions_1q7wf_86";
2716
- const media = "_media_1q7wf_92";
2717
- const grid$3 = "_grid_1q7wf_164";
2718
- const gridWrapper = "_gridWrapper_1q7wf_168";
2719
- const gridCard = "_gridCard_1q7wf_175";
2720
- const gridMedia = "_gridMedia_1q7wf_185";
2721
- const gridContent = "_gridContent_1q7wf_198";
2722
- const gridTexts = "_gridTexts_1q7wf_205";
2723
- const gridHeading = "_gridHeading_1q7wf_213";
2724
- const gridDescription = "_gridDescription_1q7wf_221";
2725
- const gridActions = "_gridActions_1q7wf_229";
2726
- const valueCards = "_value-cards_1q7wf_272";
2727
- const vcHeading = "_vcHeading_1q7wf_283";
2728
- const vcRow = "_vcRow_1q7wf_295";
2729
- const vcCard = "_vcCard_1q7wf_303";
2730
- const vcCardInner = "_vcCardInner_1q7wf_311";
2731
- const vcTextGroup = "_vcTextGroup_1q7wf_317";
2732
- const vcIcon = "_vcIcon_1q7wf_323";
2733
- const vcTexts = "_vcTexts_1q7wf_329";
2734
- const vcCardHeading = "_vcCardHeading_1q7wf_337";
2735
- const vcCardDescription = "_vcCardDescription_1q7wf_345";
2736
- const vcFooter = "_vcFooter_1q7wf_352";
2737
- const vcPlusBtn = "_vcPlusBtn_1q7wf_358";
2738
- const oneMedia = "_one-media_1q7wf_424";
2739
- const mmHeading = "_mmHeading_1q7wf_429";
2740
- const mmRow = "_mmRow_1q7wf_440";
2741
- const mmFeatureCard = "_mmFeatureCard_1q7wf_446";
2742
- const mmIcon = "_mmIcon_1q7wf_461";
2743
- const mmTexts = "_mmTexts_1q7wf_467";
2744
- const mmCardHeading = "_mmCardHeading_1q7wf_475";
2745
- const mmCardDescription = "_mmCardDescription_1q7wf_483";
2746
- const mmMediaCard = "_mmMediaCard_1q7wf_490";
2747
- const mediaTop = "_media-top_1q7wf_552";
2748
- const mtRow = "_mtRow_1q7wf_558";
2749
- const mtCard = "_mtCard_1q7wf_565";
2750
- const mtMediaArea = "_mtMediaArea_1q7wf_572";
2751
- const mtContent = "_mtContent_1q7wf_588";
2752
- const mtContentTop = "_mtContentTop_1q7wf_600";
2753
- const mtTag = "_mtTag_1q7wf_607";
2754
- const mtTexts = "_mtTexts_1q7wf_623";
2755
- const mtCardHeading = "_mtCardHeading_1q7wf_631";
2756
- const mtCardDescription = "_mtCardDescription_1q7wf_639";
2757
- const mtActions = "_mtActions_1q7wf_646";
2758
- const iconWithLink = "_icon-with-link_1q7wf_690";
2759
- const fgHeading = "_fgHeading_1q7wf_695";
2760
- const fgRow = "_fgRow_1q7wf_706";
2761
- const fgCard = "_fgCard_1q7wf_713";
2762
- const fgTop = "_fgTop_1q7wf_728";
2763
- const fgIcon = "_fgIcon_1q7wf_735";
2764
- const fgContent = "_fgContent_1q7wf_742";
2765
- const fgHeadline = "_fgHeadline_1q7wf_750";
2766
- const fgCardHeading = "_fgCardHeading_1q7wf_754";
2767
- const fgCardDescription = "_fgCardDescription_1q7wf_762";
2768
- const fgLink = "_fgLink_1q7wf_769";
2769
- const fgLinkText = "_fgLinkText_1q7wf_788";
2770
- const horizontalReveal = "_horizontal-reveal_1q7wf_821";
2771
- const sectionHeader = "_sectionHeader_1q7wf_830";
2772
- const sectionHeaderInner = "_sectionHeaderInner_1q7wf_838";
2773
- const tagline = "_tagline_1q7wf_849";
2774
- const cardRow = "_cardRow_1q7wf_871";
2775
- const marqueeWrapper = "_marqueeWrapper_1q7wf_887";
2776
- const cardRowMarquee$1 = "_cardRowMarquee_1q7wf_893";
2777
- const marquee = "_marquee_1q7wf_887";
2778
- const marqueeTrack = "_marqueeTrack_1q7wf_903";
2779
- const revealCard = "_revealCard_1q7wf_921";
2780
- const revealed = "_revealed_1q7wf_942";
2781
- const revealFront = "_revealFront_1q7wf_948";
2782
- const revealMedia = "_revealMedia_1q7wf_956";
2783
- const revealBack = "_revealBack_1q7wf_983";
2784
- const revealHeader = "_revealHeader_1q7wf_996";
2785
- const revealAvatar = "_revealAvatar_1q7wf_1002";
2786
- const revealName = "_revealName_1q7wf_1017";
2787
- const revealList = "_revealList_1q7wf_1025";
2788
- const revealListItem = "_revealListItem_1q7wf_1034";
2789
- const bulletIcon$1 = "_bulletIcon_1q7wf_1045";
2790
- const revealFooter = "_revealFooter_1q7wf_1057";
2791
- const revealFooterContent = "_revealFooterContent_1q7wf_1065";
2792
- const revealFooterName = "_revealFooterName_1q7wf_1072";
2793
- const revealTags = "_revealTags_1q7wf_1082";
2794
- const revealTag = "_revealTag_1q7wf_1082";
2795
- const revealToggle = "_revealToggle_1q7wf_1100";
2796
- const navDots = "_navDots_1q7wf_1124";
2797
- const containerWide$5 = "_containerWide_1q7wf_1161";
2798
- const containerFull$5 = "_containerFull_1q7wf_1165";
2851
+ const section$8 = "_section_1t4uf_4";
2852
+ const container$5 = "_container_1t4uf_13";
2853
+ const card$3 = "_card_1t4uf_23";
2854
+ const inner$1 = "_inner_1t4uf_32";
2855
+ const textContent$1 = "_textContent_1t4uf_40";
2856
+ const textBlock$1 = "_textBlock_1t4uf_47";
2857
+ const titleGroup = "_titleGroup_1t4uf_55";
2858
+ const miniTitle$2 = "_miniTitle_1t4uf_61";
2859
+ const heading$9 = "_heading_1t4uf_70";
2860
+ const description$5 = "_description_1t4uf_78";
2861
+ const actions$3 = "_actions_1t4uf_86";
2862
+ const media = "_media_1t4uf_92";
2863
+ const sideBySide$1 = "_side-by-side_1t4uf_161";
2864
+ const grid$3 = "_grid_1t4uf_194";
2865
+ const gridWrapper = "_gridWrapper_1t4uf_198";
2866
+ const gridCard = "_gridCard_1t4uf_205";
2867
+ const gridMedia = "_gridMedia_1t4uf_215";
2868
+ const gridContent = "_gridContent_1t4uf_228";
2869
+ const gridTexts = "_gridTexts_1t4uf_235";
2870
+ const gridHeading = "_gridHeading_1t4uf_243";
2871
+ const gridDescription = "_gridDescription_1t4uf_251";
2872
+ const gridActions = "_gridActions_1t4uf_259";
2873
+ const valueCards = "_value-cards_1t4uf_302";
2874
+ const vcHeading = "_vcHeading_1t4uf_313";
2875
+ const vcRow = "_vcRow_1t4uf_325";
2876
+ const vcCard = "_vcCard_1t4uf_333";
2877
+ const vcCardInner = "_vcCardInner_1t4uf_341";
2878
+ const vcTextGroup = "_vcTextGroup_1t4uf_347";
2879
+ const vcIcon = "_vcIcon_1t4uf_353";
2880
+ const vcTexts = "_vcTexts_1t4uf_359";
2881
+ const vcCardHeading = "_vcCardHeading_1t4uf_367";
2882
+ const vcCardDescription = "_vcCardDescription_1t4uf_375";
2883
+ const vcFooter = "_vcFooter_1t4uf_382";
2884
+ const vcPlusBtn = "_vcPlusBtn_1t4uf_388";
2885
+ const oneMedia = "_one-media_1t4uf_454";
2886
+ const mmHeading = "_mmHeading_1t4uf_459";
2887
+ const mmRow = "_mmRow_1t4uf_470";
2888
+ const mmFeatureCard = "_mmFeatureCard_1t4uf_476";
2889
+ const mmIcon = "_mmIcon_1t4uf_491";
2890
+ const mmTexts = "_mmTexts_1t4uf_497";
2891
+ const mmCardHeading = "_mmCardHeading_1t4uf_505";
2892
+ const mmCardDescription = "_mmCardDescription_1t4uf_513";
2893
+ const mmMediaCard = "_mmMediaCard_1t4uf_520";
2894
+ const mediaTop = "_media-top_1t4uf_582";
2895
+ const mtRow = "_mtRow_1t4uf_588";
2896
+ const mtCard = "_mtCard_1t4uf_595";
2897
+ const mtMediaArea = "_mtMediaArea_1t4uf_602";
2898
+ const mtContent = "_mtContent_1t4uf_618";
2899
+ const mtContentTop = "_mtContentTop_1t4uf_630";
2900
+ const mtTag = "_mtTag_1t4uf_637";
2901
+ const mtTexts = "_mtTexts_1t4uf_653";
2902
+ const mtCardHeading = "_mtCardHeading_1t4uf_661";
2903
+ const mtCardDescription = "_mtCardDescription_1t4uf_669";
2904
+ const mtActions = "_mtActions_1t4uf_676";
2905
+ const iconWithLink = "_icon-with-link_1t4uf_720";
2906
+ const fgHeading = "_fgHeading_1t4uf_725";
2907
+ const fgRow = "_fgRow_1t4uf_736";
2908
+ const fgCard = "_fgCard_1t4uf_743";
2909
+ const fgTop = "_fgTop_1t4uf_758";
2910
+ const fgIcon = "_fgIcon_1t4uf_765";
2911
+ const fgContent = "_fgContent_1t4uf_772";
2912
+ const fgHeadline = "_fgHeadline_1t4uf_780";
2913
+ const fgCardHeading = "_fgCardHeading_1t4uf_784";
2914
+ const fgCardDescription = "_fgCardDescription_1t4uf_792";
2915
+ const fgLink = "_fgLink_1t4uf_799";
2916
+ const fgLinkText = "_fgLinkText_1t4uf_818";
2917
+ const horizontalReveal = "_horizontal-reveal_1t4uf_851";
2918
+ const sectionHeader = "_sectionHeader_1t4uf_860";
2919
+ const sectionHeaderInner = "_sectionHeaderInner_1t4uf_868";
2920
+ const tagline = "_tagline_1t4uf_879";
2921
+ const cardRow = "_cardRow_1t4uf_901";
2922
+ const marqueeWrapper = "_marqueeWrapper_1t4uf_917";
2923
+ const cardRowMarquee$1 = "_cardRowMarquee_1t4uf_923";
2924
+ const marquee = "_marquee_1t4uf_917";
2925
+ const marqueeTrack = "_marqueeTrack_1t4uf_933";
2926
+ const revealCard = "_revealCard_1t4uf_951";
2927
+ const revealed = "_revealed_1t4uf_972";
2928
+ const revealFront = "_revealFront_1t4uf_978";
2929
+ const revealMedia = "_revealMedia_1t4uf_986";
2930
+ const revealBack = "_revealBack_1t4uf_1013";
2931
+ const revealHeader = "_revealHeader_1t4uf_1026";
2932
+ const revealAvatar = "_revealAvatar_1t4uf_1032";
2933
+ const revealName = "_revealName_1t4uf_1047";
2934
+ const revealList = "_revealList_1t4uf_1055";
2935
+ const revealListItem = "_revealListItem_1t4uf_1064";
2936
+ const bulletIcon$1 = "_bulletIcon_1t4uf_1075";
2937
+ const revealFooter = "_revealFooter_1t4uf_1087";
2938
+ const revealFooterContent = "_revealFooterContent_1t4uf_1095";
2939
+ const revealFooterName = "_revealFooterName_1t4uf_1102";
2940
+ const revealTags = "_revealTags_1t4uf_1112";
2941
+ const revealTag = "_revealTag_1t4uf_1112";
2942
+ const revealToggle = "_revealToggle_1t4uf_1130";
2943
+ const navDots = "_navDots_1t4uf_1154";
2944
+ const containerWide$5 = "_containerWide_1t4uf_1191";
2945
+ const containerFull$5 = "_containerFull_1t4uf_1195";
2799
2946
  const styles$b = {
2800
2947
  section: section$8,
2801
2948
  container: container$5,
@@ -2809,6 +2956,8 @@ const styles$b = {
2809
2956
  description: description$5,
2810
2957
  actions: actions$3,
2811
2958
  media,
2959
+ "side-by-side": "_side-by-side_1t4uf_161",
2960
+ sideBySide: sideBySide$1,
2812
2961
  grid: grid$3,
2813
2962
  gridWrapper,
2814
2963
  gridCard,
@@ -2818,6 +2967,7 @@ const styles$b = {
2818
2967
  gridHeading,
2819
2968
  gridDescription,
2820
2969
  gridActions,
2970
+ "value-cards": "_value-cards_1t4uf_302",
2821
2971
  valueCards,
2822
2972
  vcHeading,
2823
2973
  vcRow,
@@ -2830,6 +2980,7 @@ const styles$b = {
2830
2980
  vcCardDescription,
2831
2981
  vcFooter,
2832
2982
  vcPlusBtn,
2983
+ "one-media": "_one-media_1t4uf_454",
2833
2984
  oneMedia,
2834
2985
  mmHeading,
2835
2986
  mmRow,
@@ -2839,6 +2990,7 @@ const styles$b = {
2839
2990
  mmCardHeading,
2840
2991
  mmCardDescription,
2841
2992
  mmMediaCard,
2993
+ "media-top": "_media-top_1t4uf_582",
2842
2994
  mediaTop,
2843
2995
  mtRow,
2844
2996
  mtCard,
@@ -2850,6 +3002,7 @@ const styles$b = {
2850
3002
  mtCardHeading,
2851
3003
  mtCardDescription,
2852
3004
  mtActions,
3005
+ "icon-with-link": "_icon-with-link_1t4uf_720",
2853
3006
  iconWithLink,
2854
3007
  fgHeading,
2855
3008
  fgRow,
@@ -2862,6 +3015,7 @@ const styles$b = {
2862
3015
  fgCardDescription,
2863
3016
  fgLink,
2864
3017
  fgLinkText,
3018
+ "horizontal-reveal": "_horizontal-reveal_1t4uf_851",
2865
3019
  horizontalReveal,
2866
3020
  sectionHeader,
2867
3021
  sectionHeaderInner,
@@ -2989,19 +3143,24 @@ const CardsSection = React.forwardRef(
2989
3143
  ) }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$b.cardRow, children: revealCards.map((card2, i) => /* @__PURE__ */ jsxRuntime.jsx(RevealCardItem, { card: card2 }, i)) })),
2990
3144
  navigation && /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$b.navDots, children: navigation })
2991
3145
  ] }),
2992
- layout === "side-by-side" && cards && cards.map((card2, i) => /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$b.card, children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$b.inner, children: [
2993
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$b.textContent, children: [
2994
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$b.textBlock, children: [
2995
- /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$b.titleGroup, children: [
2996
- card2.miniTitle && /* @__PURE__ */ jsxRuntime.jsx("p", { className: styles$b.miniTitle, children: card2.miniTitle }),
2997
- /* @__PURE__ */ jsxRuntime.jsx("h2", { className: styles$b.heading, children: card2.heading })
3146
+ layout === "side-by-side" && (() => {
3147
+ const c = cards ?? [];
3148
+ const filler = c[0] ?? { heading: "" };
3149
+ const displayCards = c.length >= 2 ? c : [...c, ...Array(2 - c.length).fill(filler)];
3150
+ return displayCards.map((card2, i) => /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$b.card, style: { "--clay-sticky-top": `${15 + i * 3}%` }, children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$b.inner, children: [
3151
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$b.textContent, children: [
3152
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$b.textBlock, children: [
3153
+ /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$b.titleGroup, children: [
3154
+ card2.miniTitle && /* @__PURE__ */ jsxRuntime.jsx("p", { className: styles$b.miniTitle, children: card2.miniTitle }),
3155
+ /* @__PURE__ */ jsxRuntime.jsx("h2", { className: styles$b.heading, children: card2.heading })
3156
+ ] }),
3157
+ card2.description && /* @__PURE__ */ jsxRuntime.jsx("p", { className: styles$b.description, children: card2.description })
2998
3158
  ] }),
2999
- card2.description && /* @__PURE__ */ jsxRuntime.jsx("p", { className: styles$b.description, children: card2.description })
3159
+ card2.actions && /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$b.actions, children: card2.actions })
3000
3160
  ] }),
3001
- card2.actions && /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$b.actions, children: card2.actions })
3002
- ] }),
3003
- card2.media && /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$b.media, children: card2.media })
3004
- ] }) }, i)),
3161
+ card2.media && /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$b.media, children: card2.media })
3162
+ ] }) }, i));
3163
+ })(),
3005
3164
  layout === "grid" && cards && /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$b.gridWrapper, children: cards.map((card2, i) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$b.gridCard, children: [
3006
3165
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: styles$b.gridMedia, children: card2.media }),
3007
3166
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: styles$b.gridContent, children: [
@@ -3242,6 +3401,7 @@ const styles$a = {
3242
3401
  miniTitle: miniTitle$1,
3243
3402
  heading: heading$8,
3244
3403
  description: description$4,
3404
+ "mixed-stat-and-quote": "_mixed-stat-and-quote_1bdu6_271",
3245
3405
  mixedStatAndQuote,
3246
3406
  mixedHeader,
3247
3407
  mixedHeaderText,
@@ -3262,6 +3422,7 @@ const styles$a = {
3262
3422
  mixedNav,
3263
3423
  carouselCardStat,
3264
3424
  carouselCardQuote,
3425
+ "carousel-split-media-left": "_carousel-split-media-left_1bdu6_509",
3265
3426
  carouselSplitMediaLeft,
3266
3427
  splitMediaSlot,
3267
3428
  splitContent,
@@ -3277,6 +3438,7 @@ const styles$a = {
3277
3438
  splitNav,
3278
3439
  splitNavDots,
3279
3440
  splitNavArrows,
3441
+ "centered-single": "_centered-single_1bdu6_691",
3280
3442
  centeredSingle,
3281
3443
  centeredInner,
3282
3444
  centeredArrow,
@@ -3288,6 +3450,7 @@ const styles$a = {
3288
3450
  centeredAuthorName,
3289
3451
  centeredAuthorRole,
3290
3452
  centeredDotsRow,
3453
+ "carousel-case-study": "_carousel-case-study_1bdu6_818",
3291
3454
  carouselCaseStudy,
3292
3455
  caseStudyHeading,
3293
3456
  caseStudyBody,
@@ -3302,6 +3465,7 @@ const styles$a = {
3302
3465
  caseStudyDivider,
3303
3466
  caseStudyCategory,
3304
3467
  caseStudyNav,
3468
+ "single-card-stat-quote": "_single-card-stat-quote_1bdu6_1023",
3305
3469
  singleCardStatQuote,
3306
3470
  statQuoteCard,
3307
3471
  statQuoteStatCol,
@@ -3313,6 +3477,7 @@ const styles$a = {
3313
3477
  statQuoteAuthorBlock,
3314
3478
  statQuoteAuthorName,
3315
3479
  statQuoteLogoSlot,
3480
+ "quote-cards": "_quote-cards_1bdu6_1191",
3316
3481
  quoteCards,
3317
3482
  quoteCardsMain,
3318
3483
  quoteCardsHeading,
@@ -3326,6 +3491,7 @@ const styles$a = {
3326
3491
  quoteCardAuthorName,
3327
3492
  quoteCardAuthorRole,
3328
3493
  quoteCardsNav,
3494
+ "quote-cards-with-media": "_quote-cards-with-media_1bdu6_1359",
3329
3495
  quoteCardsWithMedia,
3330
3496
  qcmHeading,
3331
3497
  qcmTrack,
@@ -4612,6 +4778,7 @@ const heading$4 = "_heading_1xn13_44";
4612
4778
  const description$2 = "_description_1xn13_52";
4613
4779
  const actions$1 = "_actions_1xn13_62";
4614
4780
  const card$2 = "_card_1xn13_112";
4781
+ const floating_card = "_floating_card_1xn13_123";
4615
4782
  const floatingCard = "_floating_card_1xn13_123";
4616
4783
  const containerWide$2 = "_containerWide_1xn13_143";
4617
4784
  const containerFull$2 = "_containerFull_1xn13_147";
@@ -4624,6 +4791,7 @@ const styles$5 = {
4624
4791
  description: description$2,
4625
4792
  actions: actions$1,
4626
4793
  card: card$2,
4794
+ floating_card,
4627
4795
  floatingCard,
4628
4796
  containerWide: containerWide$2,
4629
4797
  containerFull: containerFull$2
@@ -12042,4 +12210,4 @@ exports.TestimonialsSection = TestimonialsSection;
12042
12210
  exports.TrustBadge = TrustBadge;
12043
12211
  exports.TrustBentoSection = TrustBentoSection;
12044
12212
  exports.TrustSection = TrustSection;
12045
- //# sourceMappingURL=footerDefaults-DpXUAmYt.cjs.map
12213
+ //# sourceMappingURL=footerDefaults-BILm5CMK.cjs.map