@clay-ds/react 0.3.0 → 0.3.1
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.
- package/dist/catalog.json +13 -13
- package/dist/{footerDefaults-BILm5CMK.cjs → footerDefaults-C-9-hOSt.cjs} +220 -183
- package/dist/footerDefaults-C-9-hOSt.cjs.map +1 -0
- package/dist/{footerDefaults-Dx94Jc_F.js → footerDefaults-DRDmvQb8.js} +236 -199
- package/dist/footerDefaults-DRDmvQb8.js.map +1 -0
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +323 -245
- package/dist/index.d.ts +19 -0
- package/dist/index.js +17 -16
- package/dist/render.cjs +1 -1
- package/dist/render.js +1 -1
- package/package.json +1 -1
- package/dist/footerDefaults-BILm5CMK.cjs.map +0 -1
- package/dist/footerDefaults-Dx94Jc_F.js.map +0 -1
package/dist/index.css
CHANGED
|
@@ -5510,7 +5510,7 @@
|
|
|
5510
5510
|
@layer clay.components {
|
|
5511
5511
|
/* ── Base (mobile-first) ── */
|
|
5512
5512
|
|
|
5513
|
-
.
|
|
5513
|
+
._section_14jny_4 {
|
|
5514
5514
|
box-sizing: border-box;
|
|
5515
5515
|
width: 100%;
|
|
5516
5516
|
max-width: 100%;
|
|
@@ -5519,7 +5519,7 @@
|
|
|
5519
5519
|
calc(var(--clay-layout-section-padding-x-mobile) * 1px);
|
|
5520
5520
|
}
|
|
5521
5521
|
|
|
5522
|
-
.
|
|
5522
|
+
._container_14jny_13 {
|
|
5523
5523
|
box-sizing: border-box;
|
|
5524
5524
|
display: flex;
|
|
5525
5525
|
flex-direction: column;
|
|
@@ -5529,7 +5529,7 @@
|
|
|
5529
5529
|
margin: 0 auto;
|
|
5530
5530
|
}
|
|
5531
5531
|
|
|
5532
|
-
.
|
|
5532
|
+
._card_14jny_23 {
|
|
5533
5533
|
box-sizing: border-box;
|
|
5534
5534
|
width: 100%;
|
|
5535
5535
|
background: var(--clay-color-grey-100);
|
|
@@ -5538,7 +5538,7 @@
|
|
|
5538
5538
|
overflow: clip;
|
|
5539
5539
|
}
|
|
5540
5540
|
|
|
5541
|
-
.
|
|
5541
|
+
._inner_14jny_32 {
|
|
5542
5542
|
display: flex;
|
|
5543
5543
|
flex-direction: column;
|
|
5544
5544
|
gap: calc(var(--clay-size-space-1000) * 1px);
|
|
@@ -5546,14 +5546,14 @@
|
|
|
5546
5546
|
width: 100%;
|
|
5547
5547
|
}
|
|
5548
5548
|
|
|
5549
|
-
.
|
|
5549
|
+
._textContent_14jny_40 {
|
|
5550
5550
|
display: flex;
|
|
5551
5551
|
flex-direction: column;
|
|
5552
5552
|
gap: calc(var(--clay-size-space-500) * 1px);
|
|
5553
5553
|
width: 100%;
|
|
5554
5554
|
}
|
|
5555
5555
|
|
|
5556
|
-
.
|
|
5556
|
+
._textBlock_14jny_47 {
|
|
5557
5557
|
display: flex;
|
|
5558
5558
|
flex-direction: column;
|
|
5559
5559
|
gap: calc(var(--clay-size-space-200) * 1px);
|
|
@@ -5561,13 +5561,13 @@
|
|
|
5561
5561
|
color: var(--clay-color-text-default-default);
|
|
5562
5562
|
}
|
|
5563
5563
|
|
|
5564
|
-
.
|
|
5564
|
+
._titleGroup_14jny_55 {
|
|
5565
5565
|
display: flex;
|
|
5566
5566
|
flex-direction: column;
|
|
5567
5567
|
gap: calc(var(--clay-size-space-200) * 1px);
|
|
5568
5568
|
}
|
|
5569
5569
|
|
|
5570
|
-
.
|
|
5570
|
+
._miniTitle_14jny_61 {
|
|
5571
5571
|
margin: 0;
|
|
5572
5572
|
font-size: calc(var(--clay-web-type-p3-size) * 1px);
|
|
5573
5573
|
font-weight: var(--clay-web-type-weight-regular);
|
|
@@ -5576,7 +5576,7 @@
|
|
|
5576
5576
|
color: var(--clay-color-text-default-default);
|
|
5577
5577
|
}
|
|
5578
5578
|
|
|
5579
|
-
.
|
|
5579
|
+
._heading_14jny_70 {
|
|
5580
5580
|
margin: 0;
|
|
5581
5581
|
font-size: calc(var(--clay-web-type-h3-mobile-size) * 1px);
|
|
5582
5582
|
font-weight: var(--clay-web-type-h3-mobile-weight);
|
|
@@ -5584,7 +5584,7 @@
|
|
|
5584
5584
|
letter-spacing: calc(var(--clay-web-type-h3-mobile-letter-spacing) * 1px);
|
|
5585
5585
|
}
|
|
5586
5586
|
|
|
5587
|
-
.
|
|
5587
|
+
._description_14jny_78 {
|
|
5588
5588
|
margin: 0;
|
|
5589
5589
|
font-size: calc(var(--clay-web-type-p3-size) * 1px);
|
|
5590
5590
|
font-weight: var(--clay-web-type-weight-regular);
|
|
@@ -5592,73 +5592,101 @@
|
|
|
5592
5592
|
letter-spacing: calc(var(--clay-web-type-p-letter-spacing) * 1px);
|
|
5593
5593
|
}
|
|
5594
5594
|
|
|
5595
|
-
.
|
|
5595
|
+
._actions_14jny_86 {
|
|
5596
5596
|
display: flex;
|
|
5597
5597
|
flex-wrap: wrap;
|
|
5598
5598
|
gap: calc(var(--clay-size-space-300) * 1px);
|
|
5599
5599
|
}
|
|
5600
5600
|
|
|
5601
|
-
.
|
|
5601
|
+
._media_14jny_92 {
|
|
5602
5602
|
width: 100%;
|
|
5603
5603
|
border-radius: calc(var(--clay-radius-lg) * 1px);
|
|
5604
5604
|
overflow: hidden;
|
|
5605
5605
|
aspect-ratio: 16 / 9;
|
|
5606
5606
|
}
|
|
5607
5607
|
|
|
5608
|
-
.
|
|
5608
|
+
._media_14jny_92 > * {
|
|
5609
5609
|
width: 100%;
|
|
5610
5610
|
height: 100%;
|
|
5611
5611
|
object-fit: cover;
|
|
5612
5612
|
}
|
|
5613
5613
|
|
|
5614
|
+
/* ── Mobile/tablet (<1200px) — sticky stacking (full-cover deck) ── */
|
|
5615
|
+
|
|
5616
|
+
._side-by-side_14jny_107 ._container_14jny_13 {
|
|
5617
|
+
gap: 0;
|
|
5618
|
+
}
|
|
5619
|
+
|
|
5620
|
+
._side-by-side_14jny_107 ._card_14jny_23 {
|
|
5621
|
+
position: sticky;
|
|
5622
|
+
top: var(--clay-sticky-top, 15%);
|
|
5623
|
+
/* Fixed equal height so each incoming card fully covers the one before it
|
|
5624
|
+
(matches the desktop full-cover behaviour, tuned for portrait viewports). */
|
|
5625
|
+
height: 78vh;
|
|
5626
|
+
margin-bottom: 12vh;
|
|
5627
|
+
overflow: clip;
|
|
5628
|
+
}
|
|
5629
|
+
|
|
5630
|
+
._side-by-side_14jny_107 ._inner_14jny_32 {
|
|
5631
|
+
height: 100%;
|
|
5632
|
+
}
|
|
5633
|
+
|
|
5634
|
+
/* Media flex-fills the remaining height instead of holding a 16/9 box, so the
|
|
5635
|
+
card reaches its fixed height without leaving a gap below the content. */
|
|
5636
|
+
._side-by-side_14jny_107 ._media_14jny_92 {
|
|
5637
|
+
flex: 1 1 auto;
|
|
5638
|
+
min-height: 0;
|
|
5639
|
+
aspect-ratio: auto;
|
|
5640
|
+
}
|
|
5641
|
+
|
|
5614
5642
|
/* ── Desktop (≥1200px) — sticky stacking + horizontal split ── */
|
|
5615
5643
|
|
|
5616
5644
|
@media (min-width: 1200px) {
|
|
5617
|
-
.
|
|
5645
|
+
._section_14jny_4 {
|
|
5618
5646
|
padding: calc(var(--clay-size-space-2400) * 1px)
|
|
5619
5647
|
calc(var(--clay-layout-section-padding-x) * 1px);
|
|
5620
5648
|
}
|
|
5621
5649
|
|
|
5622
|
-
.
|
|
5650
|
+
._card_14jny_23 {
|
|
5623
5651
|
border-radius: calc(var(--clay-size-space-800) * 1px);
|
|
5624
5652
|
padding: calc(var(--clay-size-space-800) * 1px);
|
|
5625
5653
|
padding-left: calc(var(--clay-size-space-1200) * 1px);
|
|
5626
5654
|
}
|
|
5627
5655
|
|
|
5628
|
-
.
|
|
5656
|
+
._inner_14jny_32 {
|
|
5629
5657
|
flex-direction: row;
|
|
5630
5658
|
align-items: center;
|
|
5631
5659
|
justify-content: space-between;
|
|
5632
5660
|
gap: calc(var(--clay-size-space-800) * 1px);
|
|
5633
5661
|
}
|
|
5634
5662
|
|
|
5635
|
-
.
|
|
5663
|
+
._textContent_14jny_40 {
|
|
5636
5664
|
flex: 1;
|
|
5637
5665
|
min-width: 0;
|
|
5638
5666
|
gap: calc(var(--clay-size-space-1000) * 1px);
|
|
5639
5667
|
}
|
|
5640
5668
|
|
|
5641
|
-
.
|
|
5669
|
+
._textBlock_14jny_47 {
|
|
5642
5670
|
gap: calc(var(--clay-size-space-600) * 1px);
|
|
5643
5671
|
max-width: 540px;
|
|
5644
5672
|
}
|
|
5645
5673
|
|
|
5646
|
-
.
|
|
5674
|
+
._miniTitle_14jny_61 {
|
|
5647
5675
|
font-size: calc(var(--clay-web-type-p3-size) * 1px);
|
|
5648
5676
|
}
|
|
5649
5677
|
|
|
5650
|
-
.
|
|
5678
|
+
._heading_14jny_70 {
|
|
5651
5679
|
font-size: calc(var(--clay-web-type-h4-desktop-size) * 1px);
|
|
5652
5680
|
font-weight: var(--clay-web-type-h4-desktop-weight);
|
|
5653
5681
|
line-height: 1.2;
|
|
5654
5682
|
letter-spacing: calc(var(--clay-web-type-h4-desktop-letter-spacing) * 1px);
|
|
5655
5683
|
}
|
|
5656
5684
|
|
|
5657
|
-
.
|
|
5685
|
+
._description_14jny_78 {
|
|
5658
5686
|
font-size: calc(var(--clay-web-type-p2-size) * 1px);
|
|
5659
5687
|
}
|
|
5660
5688
|
|
|
5661
|
-
.
|
|
5689
|
+
._media_14jny_92 {
|
|
5662
5690
|
flex: 0 1 50%;
|
|
5663
5691
|
min-width: 0;
|
|
5664
5692
|
aspect-ratio: 1 / 1;
|
|
@@ -5667,11 +5695,11 @@
|
|
|
5667
5695
|
|
|
5668
5696
|
/* ── Sticky stacking ── */
|
|
5669
5697
|
|
|
5670
|
-
._side-by-
|
|
5698
|
+
._side-by-side_14jny_107 ._container_14jny_13 {
|
|
5671
5699
|
gap: 0;
|
|
5672
5700
|
}
|
|
5673
5701
|
|
|
5674
|
-
._side-by-
|
|
5702
|
+
._side-by-side_14jny_107 ._card_14jny_23 {
|
|
5675
5703
|
position: sticky;
|
|
5676
5704
|
top: var(--clay-sticky-top, 15%);
|
|
5677
5705
|
height: 70vh;
|
|
@@ -5679,16 +5707,15 @@
|
|
|
5679
5707
|
overflow: clip;
|
|
5680
5708
|
}
|
|
5681
5709
|
|
|
5682
|
-
|
|
5683
|
-
|
|
5684
|
-
}
|
|
5710
|
+
/* Keep trailing runway on the last card so the incoming card can scroll
|
|
5711
|
+
all the way to the shared sticky position and fully cover the one before it. */
|
|
5685
5712
|
|
|
5686
|
-
._side-by-
|
|
5713
|
+
._side-by-side_14jny_107 ._inner_14jny_32 {
|
|
5687
5714
|
height: 100%;
|
|
5688
5715
|
align-items: stretch;
|
|
5689
5716
|
}
|
|
5690
5717
|
|
|
5691
|
-
._side-by-
|
|
5718
|
+
._side-by-side_14jny_107 ._media_14jny_92 {
|
|
5692
5719
|
flex: 0 0 50%;
|
|
5693
5720
|
align-self: stretch;
|
|
5694
5721
|
aspect-ratio: unset;
|
|
@@ -5700,18 +5727,18 @@
|
|
|
5700
5727
|
Layout: grid
|
|
5701
5728
|
══════════════════════════════════════════════ */
|
|
5702
5729
|
|
|
5703
|
-
.
|
|
5730
|
+
._grid_14jny_221 ._container_14jny_13 {
|
|
5704
5731
|
gap: calc(var(--clay-size-space-800) * 1px);
|
|
5705
5732
|
}
|
|
5706
5733
|
|
|
5707
|
-
.
|
|
5734
|
+
._gridWrapper_14jny_225 {
|
|
5708
5735
|
display: flex;
|
|
5709
5736
|
flex-direction: column;
|
|
5710
5737
|
gap: calc(var(--clay-size-space-800) * 1px);
|
|
5711
5738
|
width: 100%;
|
|
5712
5739
|
}
|
|
5713
5740
|
|
|
5714
|
-
.
|
|
5741
|
+
._gridCard_14jny_232 {
|
|
5715
5742
|
box-sizing: border-box;
|
|
5716
5743
|
display: flex;
|
|
5717
5744
|
flex-direction: column;
|
|
@@ -5721,27 +5748,27 @@
|
|
|
5721
5748
|
overflow: clip;
|
|
5722
5749
|
}
|
|
5723
5750
|
|
|
5724
|
-
.
|
|
5751
|
+
._gridMedia_14jny_242 {
|
|
5725
5752
|
width: 100%;
|
|
5726
5753
|
height: 280px;
|
|
5727
5754
|
background: var(--clay-color-grey-300);
|
|
5728
5755
|
overflow: hidden;
|
|
5729
5756
|
}
|
|
5730
5757
|
|
|
5731
|
-
.
|
|
5758
|
+
._gridMedia_14jny_242 > * {
|
|
5732
5759
|
width: 100%;
|
|
5733
5760
|
height: 100%;
|
|
5734
5761
|
object-fit: cover;
|
|
5735
5762
|
}
|
|
5736
5763
|
|
|
5737
|
-
.
|
|
5764
|
+
._gridContent_14jny_255 {
|
|
5738
5765
|
display: flex;
|
|
5739
5766
|
flex-direction: column;
|
|
5740
5767
|
gap: calc(var(--clay-size-space-1200) * 1px);
|
|
5741
5768
|
padding: calc(var(--clay-size-space-600) * 1px);
|
|
5742
5769
|
}
|
|
5743
5770
|
|
|
5744
|
-
.
|
|
5771
|
+
._gridTexts_14jny_262 {
|
|
5745
5772
|
display: flex;
|
|
5746
5773
|
flex-direction: column;
|
|
5747
5774
|
gap: calc(var(--clay-size-space-400) * 1px);
|
|
@@ -5749,7 +5776,7 @@
|
|
|
5749
5776
|
color: var(--clay-color-text-default-default);
|
|
5750
5777
|
}
|
|
5751
5778
|
|
|
5752
|
-
.
|
|
5779
|
+
._gridHeading_14jny_270 {
|
|
5753
5780
|
margin: 0;
|
|
5754
5781
|
font-size: calc(var(--clay-web-type-p1-size) * 1px);
|
|
5755
5782
|
font-weight: var(--clay-web-type-weight-semi);
|
|
@@ -5757,7 +5784,7 @@
|
|
|
5757
5784
|
letter-spacing: calc(var(--clay-web-type-p-letter-spacing) * 1px);
|
|
5758
5785
|
}
|
|
5759
5786
|
|
|
5760
|
-
.
|
|
5787
|
+
._gridDescription_14jny_278 {
|
|
5761
5788
|
margin: 0;
|
|
5762
5789
|
font-size: calc(var(--clay-web-type-p3-size) * 1px);
|
|
5763
5790
|
font-weight: var(--clay-web-type-weight-regular);
|
|
@@ -5765,29 +5792,29 @@
|
|
|
5765
5792
|
letter-spacing: calc(var(--clay-web-type-p-letter-spacing) * 1px);
|
|
5766
5793
|
}
|
|
5767
5794
|
|
|
5768
|
-
.
|
|
5795
|
+
._gridActions_14jny_286 {
|
|
5769
5796
|
display: flex;
|
|
5770
5797
|
align-items: center;
|
|
5771
5798
|
}
|
|
5772
5799
|
|
|
5773
5800
|
/* Grid desktop */
|
|
5774
5801
|
@media (min-width: 1200px) {
|
|
5775
|
-
.
|
|
5802
|
+
._grid_14jny_221 ._container_14jny_13 {
|
|
5776
5803
|
gap: calc(var(--clay-size-space-500) * 1px);
|
|
5777
5804
|
}
|
|
5778
5805
|
|
|
5779
|
-
.
|
|
5806
|
+
._gridWrapper_14jny_225 {
|
|
5780
5807
|
display: grid;
|
|
5781
5808
|
grid-template-columns: 1fr 1fr;
|
|
5782
5809
|
gap: calc(var(--clay-size-space-500) * 1px);
|
|
5783
5810
|
}
|
|
5784
5811
|
|
|
5785
|
-
.
|
|
5812
|
+
._gridCard_14jny_232 {
|
|
5786
5813
|
flex-direction: row;
|
|
5787
5814
|
height: 332px;
|
|
5788
5815
|
}
|
|
5789
5816
|
|
|
5790
|
-
.
|
|
5817
|
+
._gridMedia_14jny_242 {
|
|
5791
5818
|
width: 315px;
|
|
5792
5819
|
min-width: 315px;
|
|
5793
5820
|
flex-shrink: 0;
|
|
@@ -5795,7 +5822,7 @@
|
|
|
5795
5822
|
order: 2;
|
|
5796
5823
|
}
|
|
5797
5824
|
|
|
5798
|
-
.
|
|
5825
|
+
._gridContent_14jny_255 {
|
|
5799
5826
|
flex: 1;
|
|
5800
5827
|
min-width: 0;
|
|
5801
5828
|
justify-content: space-between;
|
|
@@ -5808,18 +5835,18 @@
|
|
|
5808
5835
|
══════════════════════════════════════════════ */
|
|
5809
5836
|
|
|
5810
5837
|
/* Section overrides */
|
|
5811
|
-
._value-
|
|
5838
|
+
._value-cards_14jny_329 {
|
|
5812
5839
|
padding-left: calc(var(--clay-size-space-1000) * 1px);
|
|
5813
5840
|
padding-right: calc(var(--clay-size-space-1000) * 1px);
|
|
5814
5841
|
}
|
|
5815
5842
|
|
|
5816
|
-
._value-
|
|
5843
|
+
._value-cards_14jny_329 ._container_14jny_13 {
|
|
5817
5844
|
gap: calc(var(--clay-size-space-1200) * 1px);
|
|
5818
5845
|
align-items: center;
|
|
5819
5846
|
}
|
|
5820
5847
|
|
|
5821
5848
|
/* Section heading */
|
|
5822
|
-
.
|
|
5849
|
+
._vcHeading_14jny_340 {
|
|
5823
5850
|
margin: 0;
|
|
5824
5851
|
font-family: var(--clay-web-type-family);
|
|
5825
5852
|
font-size: calc(var(--clay-web-type-h3-mobile-size) * 1px);
|
|
@@ -5831,7 +5858,7 @@
|
|
|
5831
5858
|
}
|
|
5832
5859
|
|
|
5833
5860
|
/* Cards row — single column on mobile */
|
|
5834
|
-
.
|
|
5861
|
+
._vcRow_14jny_352 {
|
|
5835
5862
|
display: flex;
|
|
5836
5863
|
flex-direction: column;
|
|
5837
5864
|
gap: calc(var(--clay-size-space-500) * 1px);
|
|
@@ -5839,7 +5866,7 @@
|
|
|
5839
5866
|
}
|
|
5840
5867
|
|
|
5841
5868
|
/* Individual card */
|
|
5842
|
-
.
|
|
5869
|
+
._vcCard_14jny_360 {
|
|
5843
5870
|
box-sizing: border-box;
|
|
5844
5871
|
width: 100%;
|
|
5845
5872
|
background: var(--clay-color-grey-200);
|
|
@@ -5847,25 +5874,25 @@
|
|
|
5847
5874
|
padding: calc(var(--clay-size-space-600) * 1px);
|
|
5848
5875
|
}
|
|
5849
5876
|
|
|
5850
|
-
.
|
|
5877
|
+
._vcCardInner_14jny_368 {
|
|
5851
5878
|
display: flex;
|
|
5852
5879
|
flex-direction: column;
|
|
5853
5880
|
gap: calc(var(--clay-size-space-1600) * 1px);
|
|
5854
5881
|
}
|
|
5855
5882
|
|
|
5856
|
-
.
|
|
5883
|
+
._vcTextGroup_14jny_374 {
|
|
5857
5884
|
display: flex;
|
|
5858
5885
|
flex-direction: column;
|
|
5859
5886
|
gap: calc(var(--clay-size-space-400) * 1px);
|
|
5860
5887
|
}
|
|
5861
5888
|
|
|
5862
|
-
.
|
|
5889
|
+
._vcIcon_14jny_380 {
|
|
5863
5890
|
width: 40px;
|
|
5864
5891
|
height: 40px;
|
|
5865
5892
|
flex-shrink: 0;
|
|
5866
5893
|
}
|
|
5867
5894
|
|
|
5868
|
-
.
|
|
5895
|
+
._vcTexts_14jny_386 {
|
|
5869
5896
|
display: flex;
|
|
5870
5897
|
flex-direction: column;
|
|
5871
5898
|
gap: calc(var(--clay-size-space-300) * 1px);
|
|
@@ -5873,7 +5900,7 @@
|
|
|
5873
5900
|
color: var(--clay-color-text-default-default);
|
|
5874
5901
|
}
|
|
5875
5902
|
|
|
5876
|
-
.
|
|
5903
|
+
._vcCardHeading_14jny_394 {
|
|
5877
5904
|
margin: 0;
|
|
5878
5905
|
font-size: calc(var(--clay-web-type-h3-mobile-size) * 1px);
|
|
5879
5906
|
font-weight: var(--clay-web-type-h3-mobile-weight);
|
|
@@ -5881,20 +5908,20 @@
|
|
|
5881
5908
|
letter-spacing: calc(var(--clay-web-type-h3-mobile-letter-spacing) * 1px);
|
|
5882
5909
|
}
|
|
5883
5910
|
|
|
5884
|
-
.
|
|
5911
|
+
._vcCardDescription_14jny_402 {
|
|
5885
5912
|
margin: 0;
|
|
5886
5913
|
font-size: calc(var(--clay-web-type-p3-size) * 1px);
|
|
5887
5914
|
font-weight: var(--clay-web-type-weight-regular);
|
|
5888
5915
|
line-height: var(--clay-web-type-p-line-height);
|
|
5889
5916
|
}
|
|
5890
5917
|
|
|
5891
|
-
.
|
|
5918
|
+
._vcFooter_14jny_409 {
|
|
5892
5919
|
display: flex;
|
|
5893
5920
|
justify-content: flex-end;
|
|
5894
5921
|
width: 100%;
|
|
5895
5922
|
}
|
|
5896
5923
|
|
|
5897
|
-
.
|
|
5924
|
+
._vcPlusBtn_14jny_415 {
|
|
5898
5925
|
display: flex;
|
|
5899
5926
|
align-items: center;
|
|
5900
5927
|
justify-content: center;
|
|
@@ -5909,24 +5936,24 @@
|
|
|
5909
5936
|
|
|
5910
5937
|
/* Desktop overrides for value-cards */
|
|
5911
5938
|
@media (min-width: 900px) {
|
|
5912
|
-
._value-
|
|
5939
|
+
._value-cards_14jny_329 {
|
|
5913
5940
|
padding-left: calc(var(--clay-size-space-1000) * 1px);
|
|
5914
5941
|
padding-right: calc(var(--clay-size-space-1000) * 1px);
|
|
5915
5942
|
}
|
|
5916
5943
|
|
|
5917
|
-
.
|
|
5944
|
+
._vcHeading_14jny_340 {
|
|
5918
5945
|
font-size: calc(var(--clay-web-type-h4-desktop-size) * 1px);
|
|
5919
5946
|
font-weight: var(--clay-web-type-h4-desktop-weight);
|
|
5920
5947
|
line-height: 1.2;
|
|
5921
5948
|
letter-spacing: calc(var(--clay-web-type-h4-desktop-letter-spacing) * 1px);
|
|
5922
5949
|
}
|
|
5923
5950
|
|
|
5924
|
-
.
|
|
5951
|
+
._vcRow_14jny_352 {
|
|
5925
5952
|
flex-direction: row;
|
|
5926
5953
|
align-items: stretch;
|
|
5927
5954
|
}
|
|
5928
5955
|
|
|
5929
|
-
.
|
|
5956
|
+
._vcCard_14jny_360 {
|
|
5930
5957
|
flex: 1;
|
|
5931
5958
|
min-width: 0;
|
|
5932
5959
|
padding-top: calc(var(--clay-size-space-2000) * 1px);
|
|
@@ -5935,23 +5962,23 @@
|
|
|
5935
5962
|
padding-right: calc(var(--clay-size-space-800) * 1px);
|
|
5936
5963
|
}
|
|
5937
5964
|
|
|
5938
|
-
.
|
|
5965
|
+
._vcCardInner_14jny_368 {
|
|
5939
5966
|
gap: calc(var(--clay-size-space-1000) * 1px);
|
|
5940
5967
|
height: 100%;
|
|
5941
5968
|
}
|
|
5942
5969
|
|
|
5943
|
-
.
|
|
5970
|
+
._vcTextGroup_14jny_374 {
|
|
5944
5971
|
flex: 1;
|
|
5945
5972
|
}
|
|
5946
5973
|
|
|
5947
|
-
.
|
|
5974
|
+
._vcCardHeading_14jny_394 {
|
|
5948
5975
|
font-size: calc(var(--clay-web-type-h4-desktop-size) * 1px);
|
|
5949
5976
|
font-weight: var(--clay-web-type-h4-desktop-weight);
|
|
5950
5977
|
line-height: 1.2;
|
|
5951
5978
|
letter-spacing: calc(var(--clay-web-type-h4-desktop-letter-spacing) * 1px);
|
|
5952
5979
|
}
|
|
5953
5980
|
|
|
5954
|
-
.
|
|
5981
|
+
._vcCardDescription_14jny_402 {
|
|
5955
5982
|
font-size: calc(var(--clay-web-type-p2-size) * 1px);
|
|
5956
5983
|
}
|
|
5957
5984
|
}
|
|
@@ -5960,12 +5987,12 @@
|
|
|
5960
5987
|
Layout: one-media
|
|
5961
5988
|
══════════════════════════════════════════════ */
|
|
5962
5989
|
|
|
5963
|
-
._one-
|
|
5990
|
+
._one-media_14jny_481 ._container_14jny_13 {
|
|
5964
5991
|
gap: calc(var(--clay-size-space-1200) * 1px);
|
|
5965
5992
|
align-items: center;
|
|
5966
5993
|
}
|
|
5967
5994
|
|
|
5968
|
-
.
|
|
5995
|
+
._mmHeading_14jny_486 {
|
|
5969
5996
|
margin: 0;
|
|
5970
5997
|
font-family: var(--clay-web-type-family);
|
|
5971
5998
|
font-size: calc(var(--clay-web-type-h3-mobile-size) * 1px);
|
|
@@ -5976,13 +6003,13 @@
|
|
|
5976
6003
|
text-align: center;
|
|
5977
6004
|
}
|
|
5978
6005
|
|
|
5979
|
-
.
|
|
6006
|
+
._mmRow_14jny_497 {
|
|
5980
6007
|
display: flex;
|
|
5981
6008
|
flex-direction: column;
|
|
5982
6009
|
width: 100%;
|
|
5983
6010
|
}
|
|
5984
6011
|
|
|
5985
|
-
.
|
|
6012
|
+
._mmFeatureCard_14jny_503 {
|
|
5986
6013
|
box-sizing: border-box;
|
|
5987
6014
|
width: 100%;
|
|
5988
6015
|
border: 1px solid var(--clay-color-grey-300);
|
|
@@ -5997,13 +6024,13 @@
|
|
|
5997
6024
|
margin-bottom: -1px;
|
|
5998
6025
|
}
|
|
5999
6026
|
|
|
6000
|
-
.
|
|
6027
|
+
._mmIcon_14jny_518 {
|
|
6001
6028
|
width: calc(var(--clay-size-space-1000) * 1px);
|
|
6002
6029
|
height: calc(var(--clay-size-space-1000) * 1px);
|
|
6003
6030
|
flex-shrink: 0;
|
|
6004
6031
|
}
|
|
6005
6032
|
|
|
6006
|
-
.
|
|
6033
|
+
._mmTexts_14jny_524 {
|
|
6007
6034
|
display: flex;
|
|
6008
6035
|
flex-direction: column;
|
|
6009
6036
|
gap: calc(var(--clay-size-space-300) * 1px);
|
|
@@ -6011,7 +6038,7 @@
|
|
|
6011
6038
|
color: var(--clay-color-text-default-default);
|
|
6012
6039
|
}
|
|
6013
6040
|
|
|
6014
|
-
.
|
|
6041
|
+
._mmCardHeading_14jny_532 {
|
|
6015
6042
|
margin: 0;
|
|
6016
6043
|
font-size: calc(var(--clay-web-type-h4-mobile-size) * 1px);
|
|
6017
6044
|
font-weight: var(--clay-web-type-weight-medium);
|
|
@@ -6019,14 +6046,14 @@
|
|
|
6019
6046
|
letter-spacing: calc(var(--clay-web-type-h4-mobile-letter-spacing) * 1px);
|
|
6020
6047
|
}
|
|
6021
6048
|
|
|
6022
|
-
.
|
|
6049
|
+
._mmCardDescription_14jny_540 {
|
|
6023
6050
|
margin: 0;
|
|
6024
6051
|
font-size: calc(var(--clay-web-type-p3-size) * 1px);
|
|
6025
6052
|
font-weight: var(--clay-web-type-weight-regular);
|
|
6026
6053
|
line-height: var(--clay-web-type-p-line-height);
|
|
6027
6054
|
}
|
|
6028
6055
|
|
|
6029
|
-
.
|
|
6056
|
+
._mmMediaCard_14jny_547 {
|
|
6030
6057
|
box-sizing: border-box;
|
|
6031
6058
|
width: 100%;
|
|
6032
6059
|
height: 272px;
|
|
@@ -6036,26 +6063,26 @@
|
|
|
6036
6063
|
flex-shrink: 0;
|
|
6037
6064
|
}
|
|
6038
6065
|
|
|
6039
|
-
.
|
|
6066
|
+
._mmMediaCard_14jny_547 > * {
|
|
6040
6067
|
width: 100%;
|
|
6041
6068
|
height: 100%;
|
|
6042
6069
|
object-fit: cover;
|
|
6043
6070
|
}
|
|
6044
6071
|
|
|
6045
6072
|
@media (min-width: 992px) {
|
|
6046
|
-
.
|
|
6073
|
+
._mmHeading_14jny_486 {
|
|
6047
6074
|
font-size: calc(var(--clay-web-type-h4-desktop-size) * 1px);
|
|
6048
6075
|
font-weight: var(--clay-web-type-h4-desktop-weight);
|
|
6049
6076
|
line-height: 1.2;
|
|
6050
6077
|
letter-spacing: calc(var(--clay-web-type-h4-desktop-letter-spacing) * 1px);
|
|
6051
6078
|
}
|
|
6052
6079
|
|
|
6053
|
-
.
|
|
6080
|
+
._mmRow_14jny_497 {
|
|
6054
6081
|
flex-direction: row;
|
|
6055
6082
|
align-items: flex-start;
|
|
6056
6083
|
}
|
|
6057
6084
|
|
|
6058
|
-
.
|
|
6085
|
+
._mmFeatureCard_14jny_503 {
|
|
6059
6086
|
flex: 1;
|
|
6060
6087
|
min-width: 0;
|
|
6061
6088
|
padding-top: calc(var(--clay-size-space-800) * 1px);
|
|
@@ -6066,18 +6093,18 @@
|
|
|
6066
6093
|
margin-right: -1px;
|
|
6067
6094
|
}
|
|
6068
6095
|
|
|
6069
|
-
.
|
|
6096
|
+
._mmCardHeading_14jny_532 {
|
|
6070
6097
|
font-size: calc(var(--clay-web-type-h5-desktop-size) * 1px);
|
|
6071
6098
|
font-weight: var(--clay-web-type-h5-desktop-weight);
|
|
6072
6099
|
line-height: 1.2;
|
|
6073
6100
|
letter-spacing: calc(var(--clay-web-type-h5-desktop-letter-spacing) * 1px);
|
|
6074
6101
|
}
|
|
6075
6102
|
|
|
6076
|
-
.
|
|
6103
|
+
._mmCardDescription_14jny_540 {
|
|
6077
6104
|
font-size: calc(var(--clay-web-type-p2-size) * 1px);
|
|
6078
6105
|
}
|
|
6079
6106
|
|
|
6080
|
-
.
|
|
6107
|
+
._mmMediaCard_14jny_547 {
|
|
6081
6108
|
flex: 1;
|
|
6082
6109
|
min-width: 0;
|
|
6083
6110
|
height: 330px;
|
|
@@ -6088,27 +6115,27 @@
|
|
|
6088
6115
|
Layout: media-top
|
|
6089
6116
|
══════════════════════════════════════════════ */
|
|
6090
6117
|
|
|
6091
|
-
._media-
|
|
6118
|
+
._media-top_14jny_609 ._container_14jny_13 {
|
|
6092
6119
|
gap: calc(var(--clay-size-space-2000) * 1px);
|
|
6093
6120
|
align-items: center;
|
|
6094
6121
|
}
|
|
6095
6122
|
|
|
6096
6123
|
/* Cards row — stacked on mobile */
|
|
6097
|
-
.
|
|
6124
|
+
._mtRow_14jny_615 {
|
|
6098
6125
|
display: flex;
|
|
6099
6126
|
flex-direction: column;
|
|
6100
6127
|
gap: calc(var(--clay-size-space-600) * 1px);
|
|
6101
6128
|
width: 100%;
|
|
6102
6129
|
}
|
|
6103
6130
|
|
|
6104
|
-
.
|
|
6131
|
+
._mtCard_14jny_622 {
|
|
6105
6132
|
display: flex;
|
|
6106
6133
|
flex-direction: column;
|
|
6107
6134
|
width: 100%;
|
|
6108
6135
|
}
|
|
6109
6136
|
|
|
6110
6137
|
/* Top image area */
|
|
6111
|
-
.
|
|
6138
|
+
._mtMediaArea_14jny_629 {
|
|
6112
6139
|
width: 100%;
|
|
6113
6140
|
height: 240px;
|
|
6114
6141
|
overflow: hidden;
|
|
@@ -6117,14 +6144,14 @@
|
|
|
6117
6144
|
flex-shrink: 0;
|
|
6118
6145
|
}
|
|
6119
6146
|
|
|
6120
|
-
.
|
|
6147
|
+
._mtMediaArea_14jny_629 > * {
|
|
6121
6148
|
width: 100%;
|
|
6122
6149
|
height: 100%;
|
|
6123
6150
|
object-fit: cover;
|
|
6124
6151
|
}
|
|
6125
6152
|
|
|
6126
6153
|
/* Bottom content area */
|
|
6127
|
-
.
|
|
6154
|
+
._mtContent_14jny_645 {
|
|
6128
6155
|
display: flex;
|
|
6129
6156
|
flex-direction: column;
|
|
6130
6157
|
gap: calc(var(--clay-size-space-800) * 1px);
|
|
@@ -6136,14 +6163,14 @@
|
|
|
6136
6163
|
border-radius: 0 0 calc(var(--clay-radius-lg) * 1px) calc(var(--clay-radius-lg) * 1px);
|
|
6137
6164
|
}
|
|
6138
6165
|
|
|
6139
|
-
.
|
|
6166
|
+
._mtContentTop_14jny_657 {
|
|
6140
6167
|
display: flex;
|
|
6141
6168
|
flex-direction: column;
|
|
6142
6169
|
gap: calc(var(--clay-size-space-600) * 1px);
|
|
6143
6170
|
}
|
|
6144
6171
|
|
|
6145
6172
|
/* Tagline pill badge */
|
|
6146
|
-
.
|
|
6173
|
+
._mtTag_14jny_664 {
|
|
6147
6174
|
display: inline-flex;
|
|
6148
6175
|
align-items: center;
|
|
6149
6176
|
align-self: flex-start;
|
|
@@ -6159,7 +6186,7 @@
|
|
|
6159
6186
|
white-space: nowrap;
|
|
6160
6187
|
}
|
|
6161
6188
|
|
|
6162
|
-
.
|
|
6189
|
+
._mtTexts_14jny_680 {
|
|
6163
6190
|
display: flex;
|
|
6164
6191
|
flex-direction: column;
|
|
6165
6192
|
gap: calc(var(--clay-size-space-300) * 1px);
|
|
@@ -6167,7 +6194,7 @@
|
|
|
6167
6194
|
color: var(--clay-color-text-default-default);
|
|
6168
6195
|
}
|
|
6169
6196
|
|
|
6170
|
-
.
|
|
6197
|
+
._mtCardHeading_14jny_688 {
|
|
6171
6198
|
margin: 0;
|
|
6172
6199
|
font-size: calc(var(--clay-web-type-h4-mobile-size) * 1px);
|
|
6173
6200
|
font-weight: var(--clay-web-type-weight-medium);
|
|
@@ -6175,14 +6202,14 @@
|
|
|
6175
6202
|
letter-spacing: 0;
|
|
6176
6203
|
}
|
|
6177
6204
|
|
|
6178
|
-
.
|
|
6205
|
+
._mtCardDescription_14jny_696 {
|
|
6179
6206
|
margin: 0;
|
|
6180
6207
|
font-size: calc(var(--clay-web-type-p3-size) * 1px);
|
|
6181
6208
|
font-weight: var(--clay-web-type-weight-regular);
|
|
6182
6209
|
line-height: var(--clay-web-type-p-line-height);
|
|
6183
6210
|
}
|
|
6184
6211
|
|
|
6185
|
-
.
|
|
6212
|
+
._mtActions_14jny_703 {
|
|
6186
6213
|
display: flex;
|
|
6187
6214
|
align-items: center;
|
|
6188
6215
|
align-self: flex-start;
|
|
@@ -6190,34 +6217,34 @@
|
|
|
6190
6217
|
|
|
6191
6218
|
/* Desktop overrides */
|
|
6192
6219
|
@media (min-width: 768px) {
|
|
6193
|
-
.
|
|
6220
|
+
._mtRow_14jny_615 {
|
|
6194
6221
|
flex-direction: row;
|
|
6195
6222
|
align-items: stretch;
|
|
6196
6223
|
gap: calc(var(--clay-size-space-800) * 1px);
|
|
6197
6224
|
}
|
|
6198
6225
|
|
|
6199
|
-
.
|
|
6226
|
+
._mtCard_14jny_622 {
|
|
6200
6227
|
flex: 1;
|
|
6201
6228
|
min-width: 0;
|
|
6202
6229
|
}
|
|
6203
6230
|
}
|
|
6204
6231
|
|
|
6205
6232
|
@media (min-width: 1200px) {
|
|
6206
|
-
.
|
|
6233
|
+
._mtMediaArea_14jny_629 {
|
|
6207
6234
|
height: 360px;
|
|
6208
6235
|
}
|
|
6209
6236
|
|
|
6210
|
-
.
|
|
6237
|
+
._mtContent_14jny_645 {
|
|
6211
6238
|
padding: calc(var(--clay-size-space-800) * 1px);
|
|
6212
6239
|
}
|
|
6213
6240
|
|
|
6214
|
-
.
|
|
6241
|
+
._mtCardHeading_14jny_688 {
|
|
6215
6242
|
font-size: calc(var(--clay-web-type-h5-desktop-size) * 1px);
|
|
6216
6243
|
font-weight: var(--clay-web-type-h5-desktop-weight);
|
|
6217
6244
|
line-height: 1.2;
|
|
6218
6245
|
}
|
|
6219
6246
|
|
|
6220
|
-
.
|
|
6247
|
+
._mtCardDescription_14jny_696 {
|
|
6221
6248
|
font-size: calc(var(--clay-web-type-p3-size) * 1px);
|
|
6222
6249
|
}
|
|
6223
6250
|
}
|
|
@@ -6226,12 +6253,12 @@
|
|
|
6226
6253
|
Layout: icon-with-link
|
|
6227
6254
|
══════════════════════════════════════════════ */
|
|
6228
6255
|
|
|
6229
|
-
._icon-with-
|
|
6256
|
+
._icon-with-link_14jny_747 ._container_14jny_13 {
|
|
6230
6257
|
gap: calc(var(--clay-size-space-2000) * 1px);
|
|
6231
6258
|
align-items: center;
|
|
6232
6259
|
}
|
|
6233
6260
|
|
|
6234
|
-
.
|
|
6261
|
+
._fgHeading_14jny_752 {
|
|
6235
6262
|
margin: 0;
|
|
6236
6263
|
font-family: var(--clay-web-type-family);
|
|
6237
6264
|
font-size: calc(var(--clay-web-type-h3-mobile-size) * 1px);
|
|
@@ -6242,14 +6269,14 @@
|
|
|
6242
6269
|
text-align: center;
|
|
6243
6270
|
}
|
|
6244
6271
|
|
|
6245
|
-
.
|
|
6272
|
+
._fgRow_14jny_763 {
|
|
6246
6273
|
display: flex;
|
|
6247
6274
|
flex-direction: column;
|
|
6248
6275
|
gap: calc(var(--clay-size-space-600) * 1px);
|
|
6249
6276
|
width: 100%;
|
|
6250
6277
|
}
|
|
6251
6278
|
|
|
6252
|
-
.
|
|
6279
|
+
._fgCard_14jny_770 {
|
|
6253
6280
|
box-sizing: border-box;
|
|
6254
6281
|
display: flex;
|
|
6255
6282
|
flex-direction: column;
|
|
@@ -6264,21 +6291,21 @@
|
|
|
6264
6291
|
padding-right: calc(var(--clay-size-space-400) * 1px);
|
|
6265
6292
|
}
|
|
6266
6293
|
|
|
6267
|
-
.
|
|
6294
|
+
._fgTop_14jny_785 {
|
|
6268
6295
|
display: flex;
|
|
6269
6296
|
flex-direction: column;
|
|
6270
6297
|
gap: calc(var(--clay-size-space-400) * 1px);
|
|
6271
6298
|
width: 100%;
|
|
6272
6299
|
}
|
|
6273
6300
|
|
|
6274
|
-
.
|
|
6301
|
+
._fgIcon_14jny_792 {
|
|
6275
6302
|
width: calc(var(--clay-size-space-1200) * 1px);
|
|
6276
6303
|
height: calc(var(--clay-size-space-1200) * 1px);
|
|
6277
6304
|
flex-shrink: 0;
|
|
6278
6305
|
overflow: hidden;
|
|
6279
6306
|
}
|
|
6280
6307
|
|
|
6281
|
-
.
|
|
6308
|
+
._fgContent_14jny_799 {
|
|
6282
6309
|
display: flex;
|
|
6283
6310
|
flex-direction: column;
|
|
6284
6311
|
width: 100%;
|
|
@@ -6286,11 +6313,11 @@
|
|
|
6286
6313
|
color: var(--clay-color-text-default-default);
|
|
6287
6314
|
}
|
|
6288
6315
|
|
|
6289
|
-
.
|
|
6316
|
+
._fgHeadline_14jny_807 {
|
|
6290
6317
|
padding-bottom: calc(var(--clay-size-space-200) * 1px);
|
|
6291
6318
|
}
|
|
6292
6319
|
|
|
6293
|
-
.
|
|
6320
|
+
._fgCardHeading_14jny_811 {
|
|
6294
6321
|
margin: 0;
|
|
6295
6322
|
font-size: calc(var(--clay-web-type-h6-mobile-size) * 1px);
|
|
6296
6323
|
font-weight: var(--clay-web-type-weight-medium);
|
|
@@ -6298,14 +6325,14 @@
|
|
|
6298
6325
|
letter-spacing: 0;
|
|
6299
6326
|
}
|
|
6300
6327
|
|
|
6301
|
-
.
|
|
6328
|
+
._fgCardDescription_14jny_819 {
|
|
6302
6329
|
margin: 0;
|
|
6303
6330
|
font-size: calc(var(--clay-web-type-p3-size) * 1px);
|
|
6304
6331
|
font-weight: var(--clay-web-type-weight-regular);
|
|
6305
6332
|
line-height: var(--clay-web-type-p-line-height);
|
|
6306
6333
|
}
|
|
6307
6334
|
|
|
6308
|
-
.
|
|
6335
|
+
._fgLink_14jny_826 {
|
|
6309
6336
|
display: inline-flex;
|
|
6310
6337
|
align-items: center;
|
|
6311
6338
|
align-self: flex-start;
|
|
@@ -6324,31 +6351,31 @@
|
|
|
6324
6351
|
white-space: nowrap;
|
|
6325
6352
|
}
|
|
6326
6353
|
|
|
6327
|
-
.
|
|
6354
|
+
._fgLinkText_14jny_845 {
|
|
6328
6355
|
/* inherits from fgLink */
|
|
6329
6356
|
}
|
|
6330
6357
|
|
|
6331
6358
|
@media (min-width: 992px) {
|
|
6332
|
-
.
|
|
6359
|
+
._fgHeading_14jny_752 {
|
|
6333
6360
|
font-size: calc(var(--clay-web-type-h4-desktop-size) * 1px);
|
|
6334
6361
|
font-weight: var(--clay-web-type-h4-desktop-weight);
|
|
6335
6362
|
line-height: 1.2;
|
|
6336
6363
|
letter-spacing: calc(var(--clay-web-type-h4-desktop-letter-spacing) * 1px);
|
|
6337
6364
|
}
|
|
6338
6365
|
|
|
6339
|
-
.
|
|
6366
|
+
._fgRow_14jny_763 {
|
|
6340
6367
|
flex-direction: row;
|
|
6341
6368
|
align-items: stretch;
|
|
6342
6369
|
gap: calc(var(--clay-size-space-800) * 1px);
|
|
6343
6370
|
}
|
|
6344
6371
|
|
|
6345
|
-
.
|
|
6372
|
+
._fgCard_14jny_770 {
|
|
6346
6373
|
flex: 1;
|
|
6347
6374
|
min-width: 0;
|
|
6348
6375
|
justify-content: space-between;
|
|
6349
6376
|
}
|
|
6350
6377
|
|
|
6351
|
-
.
|
|
6378
|
+
._fgCardHeading_14jny_811 {
|
|
6352
6379
|
font-size: calc(var(--clay-web-type-h6-desktop-size) * 1px);
|
|
6353
6380
|
}
|
|
6354
6381
|
}
|
|
@@ -6357,16 +6384,16 @@
|
|
|
6357
6384
|
Layout: horizontal-reveal
|
|
6358
6385
|
══════════════════════════════════════════════ */
|
|
6359
6386
|
|
|
6360
|
-
._horizontal-
|
|
6387
|
+
._horizontal-reveal_14jny_878 {
|
|
6361
6388
|
overflow: clip;
|
|
6362
6389
|
}
|
|
6363
6390
|
|
|
6364
|
-
._horizontal-
|
|
6391
|
+
._horizontal-reveal_14jny_878 ._container_14jny_13 {
|
|
6365
6392
|
align-items: center;
|
|
6366
6393
|
gap: calc(var(--clay-size-space-1200) * 1px);
|
|
6367
6394
|
}
|
|
6368
6395
|
|
|
6369
|
-
.
|
|
6396
|
+
._sectionHeader_14jny_887 {
|
|
6370
6397
|
display: flex;
|
|
6371
6398
|
flex-direction: column;
|
|
6372
6399
|
align-items: center;
|
|
@@ -6374,7 +6401,7 @@
|
|
|
6374
6401
|
max-width: 768px;
|
|
6375
6402
|
}
|
|
6376
6403
|
|
|
6377
|
-
.
|
|
6404
|
+
._sectionHeaderInner_14jny_895 {
|
|
6378
6405
|
display: flex;
|
|
6379
6406
|
flex-direction: column;
|
|
6380
6407
|
align-items: center;
|
|
@@ -6385,14 +6412,14 @@
|
|
|
6385
6412
|
color: var(--clay-color-text-default-default);
|
|
6386
6413
|
}
|
|
6387
6414
|
|
|
6388
|
-
.
|
|
6415
|
+
._tagline_14jny_906 {
|
|
6389
6416
|
margin: 0;
|
|
6390
6417
|
font-size: calc(var(--clay-web-type-p3-size) * 1px);
|
|
6391
6418
|
font-weight: var(--clay-web-type-weight-regular);
|
|
6392
6419
|
line-height: var(--clay-web-type-p-line-height);
|
|
6393
6420
|
}
|
|
6394
6421
|
|
|
6395
|
-
._horizontal-
|
|
6422
|
+
._horizontal-reveal_14jny_878 ._heading_14jny_70 {
|
|
6396
6423
|
font-size: calc(var(--clay-web-type-h3-mobile-size) * 1px);
|
|
6397
6424
|
font-weight: var(--clay-web-type-h3-mobile-weight);
|
|
6398
6425
|
line-height: var(--clay-web-type-h3-mobile-line-height);
|
|
@@ -6400,14 +6427,14 @@
|
|
|
6400
6427
|
text-align: center;
|
|
6401
6428
|
}
|
|
6402
6429
|
|
|
6403
|
-
._horizontal-
|
|
6430
|
+
._horizontal-reveal_14jny_878 ._description_14jny_78 {
|
|
6404
6431
|
font-size: calc(var(--clay-web-type-p3-size) * 1px);
|
|
6405
6432
|
text-align: center;
|
|
6406
6433
|
}
|
|
6407
6434
|
|
|
6408
6435
|
/* ── Card row ── */
|
|
6409
6436
|
|
|
6410
|
-
.
|
|
6437
|
+
._cardRow_14jny_928 {
|
|
6411
6438
|
display: flex;
|
|
6412
6439
|
gap: calc(var(--clay-size-space-600) * 1px);
|
|
6413
6440
|
width: 100%;
|
|
@@ -6417,36 +6444,36 @@
|
|
|
6417
6444
|
scrollbar-width: none;
|
|
6418
6445
|
}
|
|
6419
6446
|
|
|
6420
|
-
.
|
|
6447
|
+
._cardRow_14jny_928::-webkit-scrollbar {
|
|
6421
6448
|
display: none;
|
|
6422
6449
|
}
|
|
6423
6450
|
|
|
6424
6451
|
/* ── Auto-scroll marquee ── */
|
|
6425
6452
|
|
|
6426
|
-
.
|
|
6453
|
+
._marqueeWrapper_14jny_944 {
|
|
6427
6454
|
width: 100vw;
|
|
6428
6455
|
margin-left: calc(-50vw + 50%);
|
|
6429
6456
|
overflow: visible;
|
|
6430
6457
|
}
|
|
6431
6458
|
|
|
6432
|
-
.
|
|
6459
|
+
._cardRowMarquee_14jny_950 {
|
|
6433
6460
|
display: flex;
|
|
6434
6461
|
width: max-content;
|
|
6435
|
-
animation:
|
|
6462
|
+
animation: _marquee_14jny_944 var(--marquee-duration, 30s) linear infinite;
|
|
6436
6463
|
}
|
|
6437
6464
|
|
|
6438
|
-
.
|
|
6465
|
+
._cardRowMarquee_14jny_950:hover {
|
|
6439
6466
|
animation-play-state: paused;
|
|
6440
6467
|
}
|
|
6441
6468
|
|
|
6442
|
-
.
|
|
6469
|
+
._marqueeTrack_14jny_960 {
|
|
6443
6470
|
display: flex;
|
|
6444
6471
|
flex-shrink: 0;
|
|
6445
6472
|
gap: calc(var(--clay-size-space-600) * 1px);
|
|
6446
6473
|
padding-right: calc(var(--clay-size-space-600) * 1px);
|
|
6447
6474
|
}
|
|
6448
6475
|
|
|
6449
|
-
@keyframes
|
|
6476
|
+
@keyframes _marquee_14jny_944 {
|
|
6450
6477
|
0% {
|
|
6451
6478
|
transform: translateX(0);
|
|
6452
6479
|
}
|
|
@@ -6457,7 +6484,7 @@
|
|
|
6457
6484
|
|
|
6458
6485
|
/* ── Individual reveal card ── */
|
|
6459
6486
|
|
|
6460
|
-
.
|
|
6487
|
+
._revealCard_14jny_978 {
|
|
6461
6488
|
position: relative;
|
|
6462
6489
|
box-sizing: border-box;
|
|
6463
6490
|
display: flex;
|
|
@@ -6476,15 +6503,15 @@
|
|
|
6476
6503
|
transition: box-shadow 0.2s ease;
|
|
6477
6504
|
}
|
|
6478
6505
|
|
|
6479
|
-
.
|
|
6480
|
-
.
|
|
6481
|
-
.
|
|
6506
|
+
._revealCard_14jny_978:hover,
|
|
6507
|
+
._revealCard_14jny_978:focus-within,
|
|
6508
|
+
._revealCard_14jny_978._revealed_14jny_999 {
|
|
6482
6509
|
box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
|
|
6483
6510
|
}
|
|
6484
6511
|
|
|
6485
6512
|
/* ── Front state (default) ── */
|
|
6486
6513
|
|
|
6487
|
-
.
|
|
6514
|
+
._revealFront_14jny_1005 {
|
|
6488
6515
|
flex: 1;
|
|
6489
6516
|
min-height: 0;
|
|
6490
6517
|
border-radius: calc(var(--clay-radius-lg) * 1px);
|
|
@@ -6492,53 +6519,53 @@
|
|
|
6492
6519
|
background: var(--clay-color-stone-100, #f7f3ea);
|
|
6493
6520
|
}
|
|
6494
6521
|
|
|
6495
|
-
.
|
|
6522
|
+
._revealMedia_14jny_1013 {
|
|
6496
6523
|
width: 100%;
|
|
6497
6524
|
height: 100%;
|
|
6498
6525
|
overflow: hidden;
|
|
6499
6526
|
border-radius: calc(var(--clay-radius-lg) * 1px);
|
|
6500
6527
|
}
|
|
6501
6528
|
|
|
6502
|
-
.
|
|
6529
|
+
._revealMedia_14jny_1013 > * {
|
|
6503
6530
|
width: 100%;
|
|
6504
6531
|
height: 100%;
|
|
6505
6532
|
object-fit: cover;
|
|
6506
6533
|
}
|
|
6507
6534
|
|
|
6508
|
-
.
|
|
6509
|
-
.
|
|
6510
|
-
.
|
|
6535
|
+
._revealCard_14jny_978._revealed_14jny_999 ._revealFront_14jny_1005,
|
|
6536
|
+
._revealCard_14jny_978:hover ._revealFront_14jny_1005,
|
|
6537
|
+
._revealCard_14jny_978:focus-within ._revealFront_14jny_1005 {
|
|
6511
6538
|
display: none;
|
|
6512
6539
|
}
|
|
6513
6540
|
|
|
6514
|
-
.
|
|
6515
|
-
.
|
|
6516
|
-
.
|
|
6541
|
+
._revealCard_14jny_978._revealed_14jny_999,
|
|
6542
|
+
._revealCard_14jny_978:hover,
|
|
6543
|
+
._revealCard_14jny_978:focus-within {
|
|
6517
6544
|
gap: 0;
|
|
6518
6545
|
}
|
|
6519
6546
|
|
|
6520
6547
|
/* ── Back state (hover/focus) ── */
|
|
6521
6548
|
|
|
6522
|
-
.
|
|
6549
|
+
._revealBack_14jny_1040 {
|
|
6523
6550
|
display: none;
|
|
6524
6551
|
flex-direction: column;
|
|
6525
6552
|
gap: calc(var(--clay-size-space-500) * 1px);
|
|
6526
6553
|
width: 100%;
|
|
6527
6554
|
}
|
|
6528
6555
|
|
|
6529
|
-
.
|
|
6530
|
-
.
|
|
6531
|
-
.
|
|
6556
|
+
._revealCard_14jny_978._revealed_14jny_999 ._revealBack_14jny_1040,
|
|
6557
|
+
._revealCard_14jny_978:hover ._revealBack_14jny_1040,
|
|
6558
|
+
._revealCard_14jny_978:focus-within ._revealBack_14jny_1040 {
|
|
6532
6559
|
display: flex;
|
|
6533
6560
|
}
|
|
6534
6561
|
|
|
6535
|
-
.
|
|
6562
|
+
._revealHeader_14jny_1053 {
|
|
6536
6563
|
display: flex;
|
|
6537
6564
|
align-items: center;
|
|
6538
6565
|
gap: calc(var(--clay-size-space-200) * 1px);
|
|
6539
6566
|
}
|
|
6540
6567
|
|
|
6541
|
-
.
|
|
6568
|
+
._revealAvatar_14jny_1059 {
|
|
6542
6569
|
width: 64px;
|
|
6543
6570
|
height: 64px;
|
|
6544
6571
|
min-width: 64px;
|
|
@@ -6547,13 +6574,13 @@
|
|
|
6547
6574
|
background: var(--clay-color-stone-100, #f7f3ea);
|
|
6548
6575
|
}
|
|
6549
6576
|
|
|
6550
|
-
.
|
|
6577
|
+
._revealAvatar_14jny_1059 > * {
|
|
6551
6578
|
width: 100%;
|
|
6552
6579
|
height: 100%;
|
|
6553
6580
|
object-fit: cover;
|
|
6554
6581
|
}
|
|
6555
6582
|
|
|
6556
|
-
.
|
|
6583
|
+
._revealName_14jny_1074 {
|
|
6557
6584
|
font-family: var(--clay-web-type-family);
|
|
6558
6585
|
font-size: calc(var(--clay-web-type-p3-size) * 1px);
|
|
6559
6586
|
font-weight: var(--clay-web-type-weight-medium);
|
|
@@ -6561,7 +6588,7 @@
|
|
|
6561
6588
|
color: var(--clay-color-text-default-default);
|
|
6562
6589
|
}
|
|
6563
6590
|
|
|
6564
|
-
.
|
|
6591
|
+
._revealList_14jny_1082 {
|
|
6565
6592
|
list-style: none;
|
|
6566
6593
|
margin: 0;
|
|
6567
6594
|
padding: 0;
|
|
@@ -6570,7 +6597,7 @@
|
|
|
6570
6597
|
gap: calc(var(--clay-size-space-400) * 1px);
|
|
6571
6598
|
}
|
|
6572
6599
|
|
|
6573
|
-
.
|
|
6600
|
+
._revealListItem_14jny_1091 {
|
|
6574
6601
|
display: flex;
|
|
6575
6602
|
align-items: flex-start;
|
|
6576
6603
|
gap: calc(var(--clay-size-space-200) * 1px);
|
|
@@ -6581,7 +6608,7 @@
|
|
|
6581
6608
|
color: var(--clay-color-text-default-secondary);
|
|
6582
6609
|
}
|
|
6583
6610
|
|
|
6584
|
-
.
|
|
6611
|
+
._bulletIcon_14jny_1102 {
|
|
6585
6612
|
display: inline-block;
|
|
6586
6613
|
width: 6px;
|
|
6587
6614
|
height: 6px;
|
|
@@ -6593,7 +6620,7 @@
|
|
|
6593
6620
|
|
|
6594
6621
|
/* ── Footer ── */
|
|
6595
6622
|
|
|
6596
|
-
.
|
|
6623
|
+
._revealFooter_14jny_1114 {
|
|
6597
6624
|
display: flex;
|
|
6598
6625
|
align-items: center;
|
|
6599
6626
|
justify-content: space-between;
|
|
@@ -6601,14 +6628,14 @@
|
|
|
6601
6628
|
margin-top: auto;
|
|
6602
6629
|
}
|
|
6603
6630
|
|
|
6604
|
-
.
|
|
6631
|
+
._revealFooterContent_14jny_1122 {
|
|
6605
6632
|
display: flex;
|
|
6606
6633
|
align-items: center;
|
|
6607
6634
|
gap: calc(var(--clay-size-space-200) * 1px);
|
|
6608
6635
|
min-width: 0;
|
|
6609
6636
|
}
|
|
6610
6637
|
|
|
6611
|
-
.
|
|
6638
|
+
._revealFooterName_14jny_1129 {
|
|
6612
6639
|
font-family: var(--clay-web-type-family);
|
|
6613
6640
|
font-size: calc(var(--clay-web-type-p3-size) * 1px);
|
|
6614
6641
|
font-weight: var(--clay-web-type-weight-medium);
|
|
@@ -6618,13 +6645,13 @@
|
|
|
6618
6645
|
padding-left: calc(var(--clay-size-space-200) * 1px);
|
|
6619
6646
|
}
|
|
6620
6647
|
|
|
6621
|
-
.
|
|
6648
|
+
._revealTags_14jny_1139 {
|
|
6622
6649
|
display: flex;
|
|
6623
6650
|
gap: calc(var(--clay-size-space-200) * 1px);
|
|
6624
6651
|
flex-wrap: wrap;
|
|
6625
6652
|
}
|
|
6626
6653
|
|
|
6627
|
-
.
|
|
6654
|
+
._revealTag_14jny_1139 {
|
|
6628
6655
|
font-family: var(--clay-web-type-family);
|
|
6629
6656
|
font-size: calc(var(--clay-web-type-p4-size) * 1px);
|
|
6630
6657
|
font-weight: var(--clay-web-type-weight-regular);
|
|
@@ -6636,7 +6663,7 @@
|
|
|
6636
6663
|
white-space: nowrap;
|
|
6637
6664
|
}
|
|
6638
6665
|
|
|
6639
|
-
.
|
|
6666
|
+
._revealToggle_14jny_1157 {
|
|
6640
6667
|
display: flex;
|
|
6641
6668
|
align-items: center;
|
|
6642
6669
|
justify-content: center;
|
|
@@ -6652,15 +6679,15 @@
|
|
|
6652
6679
|
flex-shrink: 0;
|
|
6653
6680
|
}
|
|
6654
6681
|
|
|
6655
|
-
.
|
|
6656
|
-
.
|
|
6657
|
-
.
|
|
6682
|
+
._revealCard_14jny_978._revealed_14jny_999 ._revealToggle_14jny_1157,
|
|
6683
|
+
._revealCard_14jny_978:hover ._revealToggle_14jny_1157,
|
|
6684
|
+
._revealCard_14jny_978:focus-within ._revealToggle_14jny_1157 {
|
|
6658
6685
|
transform: rotate(45deg);
|
|
6659
6686
|
}
|
|
6660
6687
|
|
|
6661
6688
|
/* ── Navigation dots (mobile) ── */
|
|
6662
6689
|
|
|
6663
|
-
.
|
|
6690
|
+
._navDots_14jny_1181 {
|
|
6664
6691
|
display: flex;
|
|
6665
6692
|
justify-content: center;
|
|
6666
6693
|
}
|
|
@@ -6668,40 +6695,40 @@
|
|
|
6668
6695
|
/* ── Desktop overrides for horizontal-reveal ── */
|
|
6669
6696
|
|
|
6670
6697
|
@media (min-width: 900px) {
|
|
6671
|
-
._horizontal-
|
|
6698
|
+
._horizontal-reveal_14jny_878 ._container_14jny_13 {
|
|
6672
6699
|
gap: 80px;
|
|
6673
6700
|
}
|
|
6674
6701
|
|
|
6675
|
-
.
|
|
6702
|
+
._sectionHeaderInner_14jny_895 {
|
|
6676
6703
|
gap: calc(var(--clay-size-space-400) * 1px);
|
|
6677
6704
|
}
|
|
6678
6705
|
|
|
6679
|
-
._horizontal-
|
|
6706
|
+
._horizontal-reveal_14jny_878 ._heading_14jny_70 {
|
|
6680
6707
|
font-size: calc(var(--clay-web-type-h4-desktop-size) * 1px);
|
|
6681
6708
|
font-weight: var(--clay-web-type-h4-desktop-weight);
|
|
6682
6709
|
line-height: 1.2;
|
|
6683
6710
|
letter-spacing: calc(var(--clay-web-type-h4-desktop-letter-spacing) * 1px);
|
|
6684
6711
|
}
|
|
6685
6712
|
|
|
6686
|
-
._horizontal-
|
|
6713
|
+
._horizontal-reveal_14jny_878 ._description_14jny_78 {
|
|
6687
6714
|
font-size: calc(var(--clay-web-type-p2-size) * 1px);
|
|
6688
6715
|
}
|
|
6689
6716
|
|
|
6690
|
-
.
|
|
6717
|
+
._cardRow_14jny_928 {
|
|
6691
6718
|
justify-content: center;
|
|
6692
6719
|
overflow: visible;
|
|
6693
6720
|
}
|
|
6694
6721
|
|
|
6695
|
-
.
|
|
6722
|
+
._navDots_14jny_1181 {
|
|
6696
6723
|
display: none;
|
|
6697
6724
|
}
|
|
6698
6725
|
}
|
|
6699
6726
|
|
|
6700
|
-
.
|
|
6727
|
+
._containerWide_14jny_1218 {
|
|
6701
6728
|
max-width: calc(var(--clay-layout-container-wide) * 1px);
|
|
6702
6729
|
}
|
|
6703
6730
|
|
|
6704
|
-
.
|
|
6731
|
+
._containerFull_14jny_1222 {
|
|
6705
6732
|
max-width: none;
|
|
6706
6733
|
}
|
|
6707
6734
|
}
|
|
@@ -10271,15 +10298,15 @@
|
|
|
10271
10298
|
}
|
|
10272
10299
|
@layer clay.components {
|
|
10273
10300
|
/* ── Base (mobile-first) ── */
|
|
10274
|
-
.
|
|
10301
|
+
._footer_17cq5_3 {
|
|
10275
10302
|
box-sizing: border-box;
|
|
10276
10303
|
width: 100%;
|
|
10277
10304
|
max-width: 100%;
|
|
10278
10305
|
background: var(--clay-color-background-default-default, #fff);
|
|
10279
10306
|
}
|
|
10280
10307
|
|
|
10281
|
-
.
|
|
10282
|
-
.
|
|
10308
|
+
._dividerTop_17cq5_10,
|
|
10309
|
+
._dividerBottom_17cq5_11 {
|
|
10283
10310
|
height: 0;
|
|
10284
10311
|
border-top: 1px solid var(--clay-color-border-neutral-tertiary, #dcdfec);
|
|
10285
10312
|
max-width: 100%;
|
|
@@ -10287,7 +10314,7 @@
|
|
|
10287
10314
|
}
|
|
10288
10315
|
|
|
10289
10316
|
/* ── Navigation Grid ── */
|
|
10290
|
-
.
|
|
10317
|
+
._navContainer_17cq5_19 {
|
|
10291
10318
|
box-sizing: border-box;
|
|
10292
10319
|
width: 100%;
|
|
10293
10320
|
max-width: 100%;
|
|
@@ -10295,28 +10322,28 @@
|
|
|
10295
10322
|
padding: 32px 24px 0;
|
|
10296
10323
|
}
|
|
10297
10324
|
|
|
10298
|
-
.
|
|
10325
|
+
._navGrid_17cq5_27 {
|
|
10299
10326
|
display: flex;
|
|
10300
10327
|
flex-wrap: wrap;
|
|
10301
10328
|
gap: 0;
|
|
10302
10329
|
}
|
|
10303
10330
|
|
|
10304
|
-
.
|
|
10331
|
+
._column_17cq5_33 {
|
|
10305
10332
|
box-sizing: border-box;
|
|
10306
10333
|
width: 50%;
|
|
10307
10334
|
padding-bottom: 35px;
|
|
10308
10335
|
padding-right: 16px;
|
|
10309
10336
|
}
|
|
10310
10337
|
|
|
10311
|
-
.
|
|
10338
|
+
._columnBrand_17cq5_40 {
|
|
10312
10339
|
padding-top: 10px;
|
|
10313
10340
|
}
|
|
10314
10341
|
|
|
10315
|
-
.
|
|
10342
|
+
._brand_17cq5_44 {
|
|
10316
10343
|
margin-bottom: 4px;
|
|
10317
10344
|
}
|
|
10318
10345
|
|
|
10319
|
-
.
|
|
10346
|
+
._logoImg_17cq5_48 {
|
|
10320
10347
|
display: block;
|
|
10321
10348
|
height: 26px;
|
|
10322
10349
|
width: auto;
|
|
@@ -10324,7 +10351,7 @@
|
|
|
10324
10351
|
object-fit: contain;
|
|
10325
10352
|
}
|
|
10326
10353
|
|
|
10327
|
-
.
|
|
10354
|
+
._heading_17cq5_56 {
|
|
10328
10355
|
font-family: var(--clay-web-type-family, 'Poppins', sans-serif);
|
|
10329
10356
|
font-size: 14px;
|
|
10330
10357
|
font-weight: 500;
|
|
@@ -10335,7 +10362,7 @@
|
|
|
10335
10362
|
padding: 0;
|
|
10336
10363
|
}
|
|
10337
10364
|
|
|
10338
|
-
.
|
|
10365
|
+
._links_17cq5_67 {
|
|
10339
10366
|
list-style: none;
|
|
10340
10367
|
margin: 0;
|
|
10341
10368
|
padding: 0;
|
|
@@ -10344,13 +10371,13 @@
|
|
|
10344
10371
|
gap: 15.5px;
|
|
10345
10372
|
}
|
|
10346
10373
|
|
|
10347
|
-
.
|
|
10374
|
+
._linkItem_17cq5_76 {
|
|
10348
10375
|
display: flex;
|
|
10349
10376
|
align-items: center;
|
|
10350
10377
|
gap: 8px;
|
|
10351
10378
|
}
|
|
10352
10379
|
|
|
10353
|
-
.
|
|
10380
|
+
._linkIcon_17cq5_82 {
|
|
10354
10381
|
display: flex;
|
|
10355
10382
|
align-items: center;
|
|
10356
10383
|
justify-content: center;
|
|
@@ -10359,14 +10386,14 @@
|
|
|
10359
10386
|
flex-shrink: 0;
|
|
10360
10387
|
}
|
|
10361
10388
|
|
|
10362
|
-
.
|
|
10363
|
-
.
|
|
10389
|
+
._linkIcon_17cq5_82 img,
|
|
10390
|
+
._linkIcon_17cq5_82 svg {
|
|
10364
10391
|
width: 100%;
|
|
10365
10392
|
height: 100%;
|
|
10366
10393
|
object-fit: contain;
|
|
10367
10394
|
}
|
|
10368
10395
|
|
|
10369
|
-
.
|
|
10396
|
+
._link_17cq5_67 {
|
|
10370
10397
|
font-family: var(--clay-web-type-family, 'Poppins', sans-serif);
|
|
10371
10398
|
font-size: 13px;
|
|
10372
10399
|
font-weight: 400;
|
|
@@ -10377,16 +10404,16 @@
|
|
|
10377
10404
|
transition: color 0.15s ease;
|
|
10378
10405
|
}
|
|
10379
10406
|
|
|
10380
|
-
.
|
|
10407
|
+
._link_17cq5_67:hover {
|
|
10381
10408
|
color: var(--clay-color-text-default-default, #1c1d21);
|
|
10382
10409
|
}
|
|
10383
10410
|
|
|
10384
|
-
.
|
|
10411
|
+
._subGroup_17cq5_113 {
|
|
10385
10412
|
margin-top: 38px;
|
|
10386
10413
|
}
|
|
10387
10414
|
|
|
10388
10415
|
/* ── Bottom Section ── */
|
|
10389
|
-
.
|
|
10416
|
+
._bottomContainer_17cq5_118 {
|
|
10390
10417
|
box-sizing: border-box;
|
|
10391
10418
|
width: 100%;
|
|
10392
10419
|
max-width: 100%;
|
|
@@ -10394,32 +10421,32 @@
|
|
|
10394
10421
|
padding: 0 24px 20px;
|
|
10395
10422
|
}
|
|
10396
10423
|
|
|
10397
|
-
.
|
|
10424
|
+
._bottomContent_17cq5_126 {
|
|
10398
10425
|
display: flex;
|
|
10399
10426
|
flex-direction: column;
|
|
10400
10427
|
gap: 0;
|
|
10401
10428
|
}
|
|
10402
10429
|
|
|
10403
10430
|
/* Left: language + compliance */
|
|
10404
|
-
.
|
|
10431
|
+
._bottomLeft_17cq5_133 {
|
|
10405
10432
|
display: flex;
|
|
10406
10433
|
flex-direction: column;
|
|
10407
10434
|
gap: 16px;
|
|
10408
10435
|
order: 3;
|
|
10409
10436
|
}
|
|
10410
10437
|
|
|
10411
|
-
.
|
|
10438
|
+
._languageSelector_17cq5_140 {
|
|
10412
10439
|
display: none;
|
|
10413
10440
|
}
|
|
10414
10441
|
|
|
10415
|
-
.
|
|
10442
|
+
._complianceBadges_17cq5_144 {
|
|
10416
10443
|
display: flex;
|
|
10417
10444
|
align-items: center;
|
|
10418
10445
|
gap: 8px;
|
|
10419
10446
|
padding: 12px 0;
|
|
10420
10447
|
}
|
|
10421
10448
|
|
|
10422
|
-
.
|
|
10449
|
+
._complianceBadge_17cq5_144 {
|
|
10423
10450
|
display: block;
|
|
10424
10451
|
height: 32px;
|
|
10425
10452
|
width: auto;
|
|
@@ -10427,21 +10454,21 @@
|
|
|
10427
10454
|
}
|
|
10428
10455
|
|
|
10429
10456
|
/* Center: social + legal + copyright */
|
|
10430
|
-
.
|
|
10457
|
+
._bottomCenter_17cq5_159 {
|
|
10431
10458
|
display: flex;
|
|
10432
10459
|
flex-direction: column;
|
|
10433
10460
|
gap: 5px;
|
|
10434
10461
|
order: 1;
|
|
10435
10462
|
}
|
|
10436
10463
|
|
|
10437
|
-
.
|
|
10464
|
+
._socialLinks_17cq5_166 {
|
|
10438
10465
|
display: flex;
|
|
10439
10466
|
align-items: center;
|
|
10440
10467
|
gap: 12px;
|
|
10441
10468
|
padding: 8px 0;
|
|
10442
10469
|
}
|
|
10443
10470
|
|
|
10444
|
-
.
|
|
10471
|
+
._socialLink_17cq5_166 {
|
|
10445
10472
|
display: flex;
|
|
10446
10473
|
align-items: center;
|
|
10447
10474
|
justify-content: center;
|
|
@@ -10451,37 +10478,37 @@
|
|
|
10451
10478
|
transition: opacity 0.15s ease;
|
|
10452
10479
|
}
|
|
10453
10480
|
|
|
10454
|
-
.
|
|
10481
|
+
._socialLink_17cq5_166:hover {
|
|
10455
10482
|
opacity: 0.7;
|
|
10456
10483
|
}
|
|
10457
10484
|
|
|
10458
|
-
.
|
|
10459
|
-
.
|
|
10485
|
+
._socialLink_17cq5_166 img,
|
|
10486
|
+
._socialLink_17cq5_166 svg {
|
|
10460
10487
|
width: 100%;
|
|
10461
10488
|
height: 100%;
|
|
10462
10489
|
object-fit: contain;
|
|
10463
10490
|
}
|
|
10464
10491
|
|
|
10465
|
-
.
|
|
10492
|
+
._legalBlock_17cq5_194 {
|
|
10466
10493
|
display: flex;
|
|
10467
10494
|
flex-direction: column;
|
|
10468
10495
|
gap: 8px;
|
|
10469
10496
|
}
|
|
10470
10497
|
|
|
10471
|
-
.
|
|
10498
|
+
._legalLinks_17cq5_200 {
|
|
10472
10499
|
display: flex;
|
|
10473
10500
|
flex-wrap: wrap;
|
|
10474
10501
|
gap: 20px;
|
|
10475
10502
|
align-items: center;
|
|
10476
10503
|
}
|
|
10477
10504
|
|
|
10478
|
-
.
|
|
10505
|
+
._legalItem_17cq5_207 {
|
|
10479
10506
|
display: flex;
|
|
10480
10507
|
align-items: center;
|
|
10481
10508
|
gap: 12px;
|
|
10482
10509
|
}
|
|
10483
10510
|
|
|
10484
|
-
.
|
|
10511
|
+
._legalLink_17cq5_200 {
|
|
10485
10512
|
font-family: var(--clay-web-type-family, 'Poppins', sans-serif);
|
|
10486
10513
|
font-size: 13px;
|
|
10487
10514
|
font-weight: 400;
|
|
@@ -10490,15 +10517,15 @@
|
|
|
10490
10517
|
text-decoration: underline;
|
|
10491
10518
|
}
|
|
10492
10519
|
|
|
10493
|
-
.
|
|
10520
|
+
._legalLink_17cq5_200:hover {
|
|
10494
10521
|
color: var(--clay-color-text-default-default, #1c1d21);
|
|
10495
10522
|
}
|
|
10496
10523
|
|
|
10497
|
-
.
|
|
10524
|
+
._pipe_17cq5_226 {
|
|
10498
10525
|
display: none;
|
|
10499
10526
|
}
|
|
10500
10527
|
|
|
10501
|
-
.
|
|
10528
|
+
._copyright_17cq5_230 {
|
|
10502
10529
|
font-family: var(--clay-web-type-family, 'Poppins', sans-serif);
|
|
10503
10530
|
font-size: 13px;
|
|
10504
10531
|
font-weight: 400;
|
|
@@ -10508,31 +10535,31 @@
|
|
|
10508
10535
|
}
|
|
10509
10536
|
|
|
10510
10537
|
/* Right: app store + accessibility */
|
|
10511
|
-
.
|
|
10538
|
+
._bottomRight_17cq5_240 {
|
|
10512
10539
|
display: flex;
|
|
10513
10540
|
flex-direction: column;
|
|
10514
10541
|
gap: 16px;
|
|
10515
10542
|
order: 2;
|
|
10516
10543
|
}
|
|
10517
10544
|
|
|
10518
|
-
.
|
|
10545
|
+
._appStoreBadges_17cq5_247 {
|
|
10519
10546
|
display: none;
|
|
10520
10547
|
}
|
|
10521
10548
|
|
|
10522
|
-
.
|
|
10549
|
+
._appStoreBadge_17cq5_247 {
|
|
10523
10550
|
display: block;
|
|
10524
10551
|
height: 40px;
|
|
10525
10552
|
width: auto;
|
|
10526
10553
|
object-fit: contain;
|
|
10527
10554
|
}
|
|
10528
10555
|
|
|
10529
|
-
.
|
|
10556
|
+
._accessibility_17cq5_258 {
|
|
10530
10557
|
display: flex;
|
|
10531
10558
|
align-items: center;
|
|
10532
10559
|
gap: 8px;
|
|
10533
10560
|
}
|
|
10534
10561
|
|
|
10535
|
-
.
|
|
10562
|
+
._accessibilityIcon_17cq5_264 {
|
|
10536
10563
|
display: flex;
|
|
10537
10564
|
align-items: center;
|
|
10538
10565
|
justify-content: center;
|
|
@@ -10541,14 +10568,14 @@
|
|
|
10541
10568
|
flex-shrink: 0;
|
|
10542
10569
|
}
|
|
10543
10570
|
|
|
10544
|
-
.
|
|
10545
|
-
.
|
|
10571
|
+
._accessibilityIcon_17cq5_264 img,
|
|
10572
|
+
._accessibilityIcon_17cq5_264 svg {
|
|
10546
10573
|
width: 100%;
|
|
10547
10574
|
height: 100%;
|
|
10548
10575
|
object-fit: contain;
|
|
10549
10576
|
}
|
|
10550
10577
|
|
|
10551
|
-
.
|
|
10578
|
+
._accessibilityLink_17cq5_280 {
|
|
10552
10579
|
font-family: var(--clay-web-type-family, 'Poppins', sans-serif);
|
|
10553
10580
|
font-size: 12px;
|
|
10554
10581
|
font-weight: 400;
|
|
@@ -10559,66 +10586,66 @@
|
|
|
10559
10586
|
|
|
10560
10587
|
/* ── Desktop (>=900px) ── */
|
|
10561
10588
|
@media (min-width: 900px) {
|
|
10562
|
-
.
|
|
10589
|
+
._navContainer_17cq5_19 {
|
|
10563
10590
|
padding: 80px 64px 0;
|
|
10564
10591
|
}
|
|
10565
10592
|
|
|
10566
|
-
.
|
|
10593
|
+
._navGrid_17cq5_27 {
|
|
10567
10594
|
flex-wrap: nowrap;
|
|
10568
10595
|
justify-content: space-between;
|
|
10569
10596
|
}
|
|
10570
10597
|
|
|
10571
|
-
.
|
|
10598
|
+
._column_17cq5_33 {
|
|
10572
10599
|
width: auto;
|
|
10573
10600
|
flex: 1 1 0;
|
|
10574
10601
|
min-width: 0;
|
|
10575
10602
|
padding-bottom: 48px;
|
|
10576
10603
|
}
|
|
10577
10604
|
|
|
10578
|
-
.
|
|
10605
|
+
._column_17cq5_33:first-child {
|
|
10579
10606
|
flex: 0 0 160px;
|
|
10580
10607
|
}
|
|
10581
10608
|
|
|
10582
|
-
.
|
|
10609
|
+
._columnBrand_17cq5_40 {
|
|
10583
10610
|
padding-top: 0;
|
|
10584
10611
|
}
|
|
10585
10612
|
|
|
10586
|
-
.
|
|
10613
|
+
._brand_17cq5_44 {
|
|
10587
10614
|
margin-bottom: 12px;
|
|
10588
10615
|
}
|
|
10589
10616
|
|
|
10590
|
-
.
|
|
10617
|
+
._logoImg_17cq5_48 {
|
|
10591
10618
|
height: 32px;
|
|
10592
10619
|
}
|
|
10593
10620
|
|
|
10594
|
-
.
|
|
10621
|
+
._heading_17cq5_56 {
|
|
10595
10622
|
font-size: calc(var(--clay-web-type-p4-size, 14) * 1px);
|
|
10596
10623
|
letter-spacing: 0;
|
|
10597
10624
|
color: var(--clay-color-text-default-secondary, #535768);
|
|
10598
10625
|
margin: 12px 0 24px;
|
|
10599
10626
|
}
|
|
10600
10627
|
|
|
10601
|
-
.
|
|
10628
|
+
._links_17cq5_67 {
|
|
10602
10629
|
gap: calc(var(--clay-layout-footer-link-gap, 16) * 1px);
|
|
10603
10630
|
}
|
|
10604
10631
|
|
|
10605
|
-
.
|
|
10632
|
+
._link_17cq5_67 {
|
|
10606
10633
|
font-size: calc(var(--clay-web-type-p4-size, 14) * 1px);
|
|
10607
10634
|
line-height: 1.5;
|
|
10608
10635
|
letter-spacing: 0;
|
|
10609
10636
|
color: var(--clay-color-text-default-secondary, #7c7b7b);
|
|
10610
10637
|
}
|
|
10611
10638
|
|
|
10612
|
-
.
|
|
10639
|
+
._dividerBottom_17cq5_11 {
|
|
10613
10640
|
max-width: 100%;
|
|
10614
10641
|
}
|
|
10615
10642
|
|
|
10616
10643
|
/* Bottom section: horizontal layout */
|
|
10617
|
-
.
|
|
10644
|
+
._bottomContainer_17cq5_118 {
|
|
10618
10645
|
padding: 40px 64px 48px;
|
|
10619
10646
|
}
|
|
10620
10647
|
|
|
10621
|
-
.
|
|
10648
|
+
._bottomContent_17cq5_126 {
|
|
10622
10649
|
flex-direction: row;
|
|
10623
10650
|
align-items: flex-start;
|
|
10624
10651
|
justify-content: space-between;
|
|
@@ -10626,21 +10653,21 @@
|
|
|
10626
10653
|
gap: 24px;
|
|
10627
10654
|
}
|
|
10628
10655
|
|
|
10629
|
-
.
|
|
10656
|
+
._bottomLeft_17cq5_133 {
|
|
10630
10657
|
order: 0;
|
|
10631
10658
|
justify-content: space-between;
|
|
10632
10659
|
height: 92px;
|
|
10633
10660
|
}
|
|
10634
10661
|
|
|
10635
|
-
.
|
|
10662
|
+
._languageSelector_17cq5_140 {
|
|
10636
10663
|
display: flex;
|
|
10637
10664
|
}
|
|
10638
10665
|
|
|
10639
|
-
.
|
|
10666
|
+
._complianceBadges_17cq5_144 {
|
|
10640
10667
|
padding: 0;
|
|
10641
10668
|
}
|
|
10642
10669
|
|
|
10643
|
-
.
|
|
10670
|
+
._bottomCenter_17cq5_159 {
|
|
10644
10671
|
order: 0;
|
|
10645
10672
|
flex: 1;
|
|
10646
10673
|
padding-left: 32px;
|
|
@@ -10648,31 +10675,31 @@
|
|
|
10648
10675
|
height: 92px;
|
|
10649
10676
|
}
|
|
10650
10677
|
|
|
10651
|
-
.
|
|
10678
|
+
._socialLinks_17cq5_166 {
|
|
10652
10679
|
padding: 0;
|
|
10653
10680
|
}
|
|
10654
10681
|
|
|
10655
|
-
.
|
|
10682
|
+
._legalBlock_17cq5_194 {
|
|
10656
10683
|
gap: 8px;
|
|
10657
10684
|
}
|
|
10658
10685
|
|
|
10659
|
-
.
|
|
10686
|
+
._legalLinks_17cq5_200 {
|
|
10660
10687
|
gap: 0;
|
|
10661
10688
|
flex-wrap: nowrap;
|
|
10662
10689
|
}
|
|
10663
10690
|
|
|
10664
|
-
.
|
|
10691
|
+
._legalItem_17cq5_207 {
|
|
10665
10692
|
gap: 0;
|
|
10666
10693
|
}
|
|
10667
10694
|
|
|
10668
|
-
.
|
|
10695
|
+
._legalLink_17cq5_200 {
|
|
10669
10696
|
font-size: calc(var(--clay-web-type-p5-size, 12) * 1px);
|
|
10670
10697
|
line-height: 1.5;
|
|
10671
10698
|
color: var(--clay-color-text-default-secondary, #7c7b7b);
|
|
10672
10699
|
text-decoration: none;
|
|
10673
10700
|
}
|
|
10674
10701
|
|
|
10675
|
-
.
|
|
10702
|
+
._pipe_17cq5_226 {
|
|
10676
10703
|
display: inline-block;
|
|
10677
10704
|
width: 1px;
|
|
10678
10705
|
height: 14px;
|
|
@@ -10681,34 +10708,85 @@
|
|
|
10681
10708
|
vertical-align: middle;
|
|
10682
10709
|
}
|
|
10683
10710
|
|
|
10684
|
-
.
|
|
10711
|
+
._copyright_17cq5_230 {
|
|
10685
10712
|
font-size: calc(var(--clay-web-type-p5-size, 12) * 1px);
|
|
10686
10713
|
line-height: 1.5;
|
|
10687
10714
|
color: var(--clay-color-text-default-secondary, #7c7b7b);
|
|
10688
10715
|
margin: 0;
|
|
10689
10716
|
}
|
|
10690
10717
|
|
|
10691
|
-
.
|
|
10718
|
+
._bottomRight_17cq5_240 {
|
|
10692
10719
|
order: 0;
|
|
10693
10720
|
align-items: flex-end;
|
|
10694
10721
|
justify-content: space-between;
|
|
10695
10722
|
height: 92px;
|
|
10696
10723
|
}
|
|
10697
10724
|
|
|
10698
|
-
.
|
|
10725
|
+
._appStoreBadges_17cq5_247 {
|
|
10699
10726
|
display: flex;
|
|
10700
10727
|
gap: 16px;
|
|
10701
10728
|
align-items: center;
|
|
10702
10729
|
}
|
|
10703
10730
|
|
|
10704
|
-
.
|
|
10731
|
+
._accessibility_17cq5_258 {
|
|
10705
10732
|
padding-bottom: 4px;
|
|
10706
10733
|
}
|
|
10707
10734
|
|
|
10708
|
-
.
|
|
10735
|
+
._accessibilityLink_17cq5_280 {
|
|
10709
10736
|
text-decoration: none;
|
|
10710
10737
|
}
|
|
10711
10738
|
}
|
|
10739
|
+
|
|
10740
|
+
/* ── Short variant ──────────────────────────────────────────
|
|
10741
|
+
Compact footer: logo + a single row of link columns (each with
|
|
10742
|
+
a couple of links, no headings). Shares the bottom bar with the
|
|
10743
|
+
default (full) variant. */
|
|
10744
|
+
|
|
10745
|
+
/* Base (mobile): logo full-width, link columns wrap 2-up. */
|
|
10746
|
+
._short_17cq5_448 ._columnBrand_17cq5_40 {
|
|
10747
|
+
width: 100%;
|
|
10748
|
+
flex-basis: 100%;
|
|
10749
|
+
}
|
|
10750
|
+
|
|
10751
|
+
._short_17cq5_448 ._column_17cq5_33 {
|
|
10752
|
+
padding-bottom: 24px;
|
|
10753
|
+
}
|
|
10754
|
+
|
|
10755
|
+
/* Short link columns hold ~2 links — give them breathing room. */
|
|
10756
|
+
._short_17cq5_448 ._links_17cq5_67 {
|
|
10757
|
+
gap: 16px;
|
|
10758
|
+
}
|
|
10759
|
+
|
|
10760
|
+
@media (min-width: 900px) {
|
|
10761
|
+
/* Compact nav: less top padding than the full mega footer. */
|
|
10762
|
+
._short_17cq5_448 ._navContainer_17cq5_19 {
|
|
10763
|
+
padding-top: 48px;
|
|
10764
|
+
}
|
|
10765
|
+
|
|
10766
|
+
._short_17cq5_448 ._navGrid_17cq5_27 {
|
|
10767
|
+
flex-wrap: nowrap;
|
|
10768
|
+
justify-content: space-between;
|
|
10769
|
+
gap: 16px;
|
|
10770
|
+
}
|
|
10771
|
+
|
|
10772
|
+
/* Logo cell is intrinsic width, link columns share the rest evenly. */
|
|
10773
|
+
._short_17cq5_448 ._columnBrand_17cq5_40 {
|
|
10774
|
+
flex: 0 0 220px;
|
|
10775
|
+
width: auto;
|
|
10776
|
+
}
|
|
10777
|
+
|
|
10778
|
+
._short_17cq5_448 ._column_17cq5_33 {
|
|
10779
|
+
flex: 1 1 0;
|
|
10780
|
+
min-width: 0;
|
|
10781
|
+
max-width: 222px;
|
|
10782
|
+
padding-bottom: 48px;
|
|
10783
|
+
}
|
|
10784
|
+
|
|
10785
|
+
/* The logo column must not inherit the full footer's narrow first-col rule. */
|
|
10786
|
+
._short_17cq5_448 ._column_17cq5_33:first-child {
|
|
10787
|
+
flex: 0 0 220px;
|
|
10788
|
+
}
|
|
10789
|
+
}
|
|
10712
10790
|
}
|
|
10713
10791
|
@layer clay.components {
|
|
10714
10792
|
._icon_171j1_2 {
|