luna-one 3.1.430 → 3.1.431

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.
Files changed (167) hide show
  1. package/README.md +2315 -2315
  2. package/dist/application/assets/images/carat-down.svg +3 -3
  3. package/dist/application/assets/images/carat-up.svg +3 -3
  4. package/dist/application/assets/images/close-blue.svg +4 -4
  5. package/dist/application/assets/images/close.svg +3 -3
  6. package/dist/application/assets/images/ellipses.svg +6 -6
  7. package/dist/application/assets/images/facebook.svg +13 -13
  8. package/dist/application/assets/images/instagram.svg +19 -19
  9. package/dist/application/assets/images/linkedin.svg +15 -15
  10. package/dist/application/assets/images/twitter.svg +17 -17
  11. package/dist/application/assets/images/youtube.svg +14 -14
  12. package/dist/application/components/Loading/Loading.scss +10 -10
  13. package/dist/global-styles/content/typography.scss +140 -140
  14. package/dist/global-styles/fonts/benton.scss +5 -5
  15. package/dist/global-styles/global-terra.scss +10 -10
  16. package/dist/global-styles/global-vars.scss +600 -600
  17. package/dist/global-styles/layout/_css-grid.scss +20 -20
  18. package/dist/global-styles/layout/_media-queries.scss +35 -35
  19. package/dist/global-styles/layout/_normalize.scss +340 -340
  20. package/dist/global-styles/layout/_reset.scss +13 -13
  21. package/dist/global-styles/mixins/_box-shadow.scss +6 -6
  22. package/dist/global-styles/mixins/_mixins.scss +5 -5
  23. package/dist/global-styles/mixins/_organism-padding-hack.scss +7 -7
  24. package/dist/global-styles/mixins/_typography.scss +110 -110
  25. package/dist/global-styles/mixins/_yiq.scss +50 -50
  26. package/dist/global-styles/mixins/_z-index.scss +3 -3
  27. package/dist/global-styles/terra.scss +15 -15
  28. package/dist/global-styles/utilities/_box-shadow.scss +8 -8
  29. package/dist/global-styles/utilities/_display.scss +48 -48
  30. package/dist/global-styles/utilities/_font-family.scss +15 -15
  31. package/dist/global-styles/utilities/_parallax.scss +23 -23
  32. package/dist/global-styles/utilities/_text-align.scss +24 -24
  33. package/dist/luna/components/2x2/2x2.scss +776 -776
  34. package/dist/luna/components/AdminCategoryData/AdminCategoryData.scss +81 -81
  35. package/dist/luna/components/AdminProductData/AdminProductData.scss +75 -75
  36. package/dist/luna/components/BlockListItems/AppCards.js +1 -1
  37. package/dist/luna/components/BlockListItems/BlockListItems.scss +236 -236
  38. package/dist/luna/components/BrowserSupportBanner/BrowserSupportBanner.scss +6 -6
  39. package/dist/luna/components/CTAButtons/CTAButtons.scss +19 -19
  40. package/dist/luna/components/ComparisonTable/ComparisonTable.scss +354 -354
  41. package/dist/luna/components/CtaWithHeader/CtaWithHeader.scss +279 -279
  42. package/dist/luna/components/DataPoint/DataPoint.scss +160 -160
  43. package/dist/luna/components/EventCard/EventCard.scss +134 -134
  44. package/dist/luna/components/HTMLEmbed/HTMLEmbed.scss +26 -26
  45. package/dist/luna/components/Header/Header.scss +34 -34
  46. package/dist/luna/components/ImageGallery/ImageGallery.scss +438 -438
  47. package/dist/luna/components/InPageJumpNav/InPageJumpNav.scss +124 -124
  48. package/dist/luna/components/JobPosting/JobPosting.scss +171 -171
  49. package/dist/luna/components/LinkList/LinkList.scss +44 -44
  50. package/dist/luna/components/Login/Login.scss +180 -180
  51. package/dist/luna/components/MegaMenu/MegaMenu.scss +570 -570
  52. package/dist/luna/components/MiniFeatDropdown/MiniFeatDropdown.scss +107 -107
  53. package/dist/luna/components/MobileLogin/MobileLogin.scss +38 -38
  54. package/dist/luna/components/MobileMegaMenu/MobileMegaMenu.scss +272 -272
  55. package/dist/luna/components/MobileMenu/MobileMenu.scss +70 -70
  56. package/dist/luna/components/MobileNav/MobileNav.scss +283 -283
  57. package/dist/luna/components/NavBarTop/NavBarTop.scss +408 -408
  58. package/dist/luna/components/NavSearch/NavSearch.scss +129 -129
  59. package/dist/luna/components/NonTimeBasedListEntries/NonTimeBasedListEntries.scss +338 -338
  60. package/dist/luna/components/OverlayNotice/OverlayNotice.scss +248 -248
  61. package/dist/luna/components/Pagination/Pagination.scss +27 -27
  62. package/dist/luna/components/ProductSummary/ProductSummary.scss +266 -266
  63. package/dist/luna/components/ProseLayout/ProseLayout.scss +384 -384
  64. package/dist/luna/components/RegionCard/RegionCard.scss +86 -86
  65. package/dist/luna/components/ScrollInPlace/ScrollInPlace.scss +219 -219
  66. package/dist/luna/components/SketchUpPricingCard/SketchUpPricingCard.scss +142 -142
  67. package/dist/luna/components/SlideOutFeat/SlideOutFeat.scss +124 -124
  68. package/dist/luna/components/StoreFrontCard/StoreFrontCard.scss +434 -434
  69. package/dist/luna/components/SupportCard/SupportCard.scss +134 -134
  70. package/dist/luna/components/Tabs/Tabs.scss +747 -747
  71. package/dist/luna/components/TimeBasedList/TimeBasedList.scss +394 -394
  72. package/dist/luna/components/TrainerCard/TrainerCard.scss +51 -51
  73. package/dist/luna/components/UnboundedCard/UnboundedCard.scss +101 -101
  74. package/dist/luna/components/UnboundedCard/playIcon.svg +17 -17
  75. package/dist/luna/components/VariableContentCard/VariableContentCard.scss +253 -253
  76. package/dist/luna/components/Video/Video.scss +207 -207
  77. package/dist/luna/components/VidyardModal/VidyardModal.scss +32 -32
  78. package/dist/luna/featurettes/Accordion/Accordion.scss +137 -137
  79. package/dist/luna/featurettes/CustomFeat/CustomFeat.scss +17 -17
  80. package/dist/luna/featurettes/Feat1/Feat1.scss +110 -110
  81. package/dist/luna/featurettes/Feat2A/Feat2A.scss +132 -132
  82. package/dist/luna/featurettes/Feat2B/Feat2B.scss +231 -231
  83. package/dist/luna/featurettes/Feat3/Feat3.scss +49 -49
  84. package/dist/luna/featurettes/Feat4/Feat4.scss +86 -86
  85. package/dist/luna/featurettes/Feat5/Feat5.scss +235 -235
  86. package/dist/luna/featurettes/Feat7/Feat7.scss +49 -49
  87. package/dist/luna/featurettes/Feat8/Feat8.scss +103 -103
  88. package/dist/luna/featurettes/IconTextList/IconTextList.scss +118 -118
  89. package/dist/luna/featurettes/ProductsPackage/ProductsPackage.scss +187 -187
  90. package/dist/luna/featurettes/PullQuote/PullQuote.scss +322 -322
  91. package/dist/luna/featurettes/PullQuote/ico-quote-white.svg +3 -3
  92. package/dist/luna/featurettes/PullQuote/ico-quote.svg +3 -3
  93. package/dist/luna/heroes/FilterHero/FilterHero.scss +80 -80
  94. package/dist/luna/heroes/FullBackgroundHero/FullBackgroundHero.scss +605 -605
  95. package/dist/luna/heroes/Hero1/Hero1.scss +223 -223
  96. package/dist/luna/heroes/Hero2/Hero2.scss +165 -165
  97. package/dist/luna/heroes/Hero3/Hero3.scss +250 -250
  98. package/dist/luna/heroes/Hero4/Hero4.scss +112 -112
  99. package/dist/luna/heroes/Hero6/Hero6.scss +127 -127
  100. package/dist/luna/heroes/Hero7/Hero7.scss +193 -193
  101. package/dist/luna/heroes/SuperHero/SuperHero.scss +774 -774
  102. package/dist/luna/images/arrow-diagonal-black.svg +13 -13
  103. package/dist/luna/images/arrow-diagonal-blue.svg +13 -13
  104. package/dist/luna/images/arrow-diagonal-white.svg +13 -13
  105. package/dist/luna/images/bulletpoint.svg +3 -3
  106. package/dist/luna/images/callout-icon.svg +3 -3
  107. package/dist/luna/images/check-blue.svg +4 -4
  108. package/dist/luna/images/circle-arrow-right-black.svg +3 -3
  109. package/dist/luna/images/circle-arrow-right-white.svg +3 -3
  110. package/dist/luna/images/circle-arrow.svg +3 -3
  111. package/dist/luna/images/close-button.svg +42 -42
  112. package/dist/luna/images/close-dark-navy.svg +3 -3
  113. package/dist/luna/images/close-icon.svg +3 -3
  114. package/dist/luna/images/collapse-close-blue.svg +5 -5
  115. package/dist/luna/images/collapse-close-gold.svg +5 -5
  116. package/dist/luna/images/collapse-open-blue.svg +4 -4
  117. package/dist/luna/images/collapse-open-gold.svg +4 -4
  118. package/dist/luna/images/cross-medium-blue.svg +4 -4
  119. package/dist/luna/images/cross-medium-white.svg +5 -5
  120. package/dist/luna/images/down-caret-dark-blue.svg +4 -4
  121. package/dist/luna/images/down-caret-dark-gray.svg +4 -4
  122. package/dist/luna/images/down-caret-light-gray.svg +4 -4
  123. package/dist/luna/images/downArrow.svg +36 -36
  124. package/dist/luna/images/external-arrow-blue.svg +11 -11
  125. package/dist/luna/images/external-arrow-white-theme.svg +12 -12
  126. package/dist/luna/images/external-arrow.svg +12 -12
  127. package/dist/luna/images/form-border-top-light.svg +4 -4
  128. package/dist/luna/images/frame-intersection.svg +3 -3
  129. package/dist/luna/images/gallery-image-corner-border.svg +3 -3
  130. package/dist/luna/images/green-tick.svg +3 -3
  131. package/dist/luna/images/internal-arrow-blue.svg +15 -15
  132. package/dist/luna/images/internal-arrow-white-theme.svg +15 -15
  133. package/dist/luna/images/internal-arrow.svg +15 -15
  134. package/dist/luna/images/logo-icon.svg +17 -17
  135. package/dist/luna/images/pdf-doc.svg +9 -9
  136. package/dist/luna/images/play.svg +17 -17
  137. package/dist/luna/images/right-caret-dark-blue.svg +3 -3
  138. package/dist/luna/images/right-caret-light-gray.svg +4 -4
  139. package/dist/luna/images/right-caret-light-yellow-stroke.svg +9 -9
  140. package/dist/luna/images/right-caret-light-yellow.svg +4 -4
  141. package/dist/luna/images/right-caret-medium-gray.svg +4 -4
  142. package/dist/luna/images/search.svg +9 -9
  143. package/dist/luna/images/skipicon.svg +154 -154
  144. package/dist/luna/images/text-doc.svg +9 -9
  145. package/dist/luna/images/text-lines.svg +22 -22
  146. package/dist/luna/images/tooltip-close-icon.svg +3 -3
  147. package/dist/luna/images/tooltip-icon.svg +3 -3
  148. package/dist/luna/images/up-arrow.svg +36 -36
  149. package/dist/luna/images/up-right-arrow.svg +9 -9
  150. package/dist/luna/images/user-profile.svg +37 -37
  151. package/dist/luna/images/worldwide.svg +19 -19
  152. package/dist/luna/list-feats/ListFeat/ListFeat.scss +112 -112
  153. package/dist/luna/list-feats/ListFeat1/ListFeat1.scss +94 -94
  154. package/dist/luna/list-feats/ListFeat2/ListFeat2.scss +19 -19
  155. package/dist/luna/list-feats/ListFeat4/ListFeat4.scss +32 -32
  156. package/dist/luna/list-feats/ListFeat5/ListFeat5.scss +26 -26
  157. package/dist/luna/list-feats/ListFeat6/ListFeat6.scss +34 -34
  158. package/dist/luna/list-feats/ListFeat7/ListFeat7.scss +13 -13
  159. package/dist/luna/list-feats/ListFeatCustom/ListFeatCustom.scss +7 -7
  160. package/dist/luna/other-organisms/Carousel/Carousel.scss +134 -134
  161. package/dist/luna/other-organisms/Flyout/Flyout.scss +254 -254
  162. package/dist/luna/other-organisms/Footer/Footer.scss +469 -469
  163. package/dist/luna/other-organisms/LanguageSelector/LanguageSelector.scss +317 -317
  164. package/dist/luna/other-organisms/MarketoForm/MarketoForm.scss +56 -56
  165. package/dist/luna/other-organisms/NavBar/NavBar.scss +638 -638
  166. package/dist/luna/other-organisms/SubNav/SubNav.scss +232 -232
  167. package/package.json +93 -93
@@ -1,775 +1,775 @@
1
- @import "../../../global-styles/terra.scss";
2
-
3
- .luna-super-hero {
4
- @include grid-container;
5
- align-items: center;
6
- grid-template-rows: 1fr;
7
-
8
- @media screen and (max-width: $breakpoint-sm) {
9
- grid-template-rows: minmax(min-content, max-content);
10
- }
11
-
12
- .ter-cta-section {
13
- min-width: 121px !important;
14
- width: fit-content;
15
-
16
- @media screen and (max-width: $breakpoint-xxs) {
17
- min-width: 73px !important;
18
- max-width: 280px;
19
- }
20
-
21
- a.ter-button {
22
- width: auto;
23
- max-width: inherit;
24
- white-space: pre-wrap;
25
- height: auto !important;
26
- padding: spacing("mini") spacing("sm");
27
- line-height: 28px;
28
- min-width: fit-content;
29
-
30
- @media screen and (max-width: $breakpoint-xxs) {
31
- max-width: 280px;
32
- padding: 0 spacing("xxs") !important;
33
- line-height: 28px;
34
- font-size: $body-font-size-mobile;
35
- }
36
- }
37
- }
38
-
39
- /* Mobile CTAs have more margin between stacked buttons */
40
- .ter-cta-section a.ter-button:nth-child(2) {
41
- @media screen and (max-width: $breakpoint-xxs) {
42
- margin-top: 32px !important;
43
- }
44
- }
45
-
46
- &__image {
47
- width: 100%;
48
- height: 100%;
49
- object-fit: cover;
50
- }
51
-
52
- &__image-wrapper {
53
- grid-row: 1 / span 1;
54
-
55
- &--uneven-alignment {
56
- align-self: start !important;
57
- @media screen and (max-width: $breakpoint-sm) {
58
- align-self: center;
59
- }
60
- }
61
- }
62
-
63
- &__content-wrapper {
64
- grid-row: 1 / span 1;
65
- align-self: center;
66
- }
67
-
68
- &__content-wrapper {
69
- @media screen and (max-width: $breakpoint-sm) {
70
- grid-row: 2 / span 1;
71
- grid-column: 1 / span 16 !important;
72
- align-self: start;
73
- }
74
- }
75
-
76
- &__image-wrapper {
77
- @media screen and (max-width: $breakpoint-sm) {
78
- grid-column: 1 / span 16 !important;
79
- padding-bottom: spacing("md");
80
- }
81
-
82
- @media screen and (max-width: $breakpoint-xxs) {
83
- grid-column: 1 / span 16 !important;
84
- padding-bottom: spacing("sm");
85
- }
86
- }
87
- /* variant 1 - 5, left & right styling */
88
-
89
- &__image-wrapper-variant_1-right {
90
- grid-column: 1 / span 10;
91
-
92
- @media screen and (min-width: $breakpoint-sm) {
93
- height: 405px;
94
- }
95
-
96
- @media screen and (min-width: $breakpoint-xs) and (max-width: $breakpoint-sm){
97
- height: 475px;
98
- }
99
-
100
- }
101
-
102
- &__content-wrapper-variant_1-right {
103
- grid-column: 12 / span 5;
104
- }
105
-
106
- &__image-wrapper-variant_1-left {
107
- grid-column: 7 / span 10;
108
-
109
- @media screen and (min-width: $breakpoint-sm) {
110
- height: 405px;
111
- }
112
-
113
- @media screen and (min-width: $breakpoint-xs) and (max-width: $breakpoint-sm){
114
- height: 475px;
115
- }
116
-
117
- }
118
-
119
- &__content-wrapper-variant_1-left {
120
- grid-column: 1 / span 5;
121
- }
122
-
123
- &__image-wrapper-variant_2-right {
124
- grid-column: 1 / span 8;
125
- @media screen and (max-width: $breakpoint-sm) {
126
- padding-bottom: 33px;
127
- }
128
- }
129
-
130
- &__content-wrapper-variant_2-right {
131
- grid-column: 10 / span 8;
132
- }
133
-
134
- &__image-wrapper-variant_2-left {
135
- grid-column: 9 / span 8;
136
-
137
- @media screen and (max-width: $breakpoint-sm) {
138
- padding-bottom: 33px;
139
- }
140
- }
141
-
142
- &__content-wrapper-variant_2-left {
143
- grid-column: 1 / span 7;
144
- }
145
-
146
- &__image-wrapper-variant_3-right {
147
- grid-column: 1 / span 10;
148
-
149
- @media screen and (min-width: $breakpoint-md) {
150
- max-height: 304px;
151
- min-width: 720px;
152
- overflow: hidden;
153
- }
154
- }
155
-
156
- &__content-wrapper-variant_3-right {
157
- grid-column: 12 / span 5;
158
-
159
- .ter-cta-section {
160
- flex-wrap: wrap;
161
- justify-content: start;
162
- }
163
-
164
- .luna-super-hero__text {
165
- margin-bottom: 29px;
166
- }
167
- }
168
-
169
- &__image-wrapper-variant_3-left {
170
- grid-column: 7 / span 10;
171
- @media screen and (min-width: $breakpoint-md) {
172
- max-height: 304px;
173
- min-width: 720px;
174
- overflow: hidden;
175
- }
176
- }
177
-
178
- &__content-wrapper-variant_3-left {
179
- grid-column: 1 / span 5;
180
-
181
- .ter-cta-section {
182
- flex-wrap: wrap;
183
- justify-content: start;
184
- }
185
-
186
- .luna-super-hero__text {
187
- margin-bottom: 29px;
188
- }
189
- }
190
-
191
- &__image-wrapper-variant_4-right {
192
- grid-column: 1 / span 8;
193
-
194
- img {
195
- width: auto;
196
-
197
- @media screen and (max-width: 1300px) {
198
- width: 100%;
199
- }
200
- }
201
-
202
- @media screen and (max-width: $breakpoint-xxs) {
203
- grid-column: 1 / span 16 !important;
204
- padding-bottom: 21px;
205
- }
206
- }
207
-
208
- &__content-wrapper-variant_4-right {
209
- grid-column: 10 / span 7;
210
- }
211
-
212
- &__image-wrapper-variant_4-left {
213
- grid-column: 9 / span 8;
214
-
215
- img {
216
- width: auto;
217
-
218
- @media screen and (max-width: 1300px) {
219
- width: 100%;
220
- }
221
- }
222
-
223
- @media screen and (max-width: $breakpoint-xxs) {
224
- grid-column: 1 / span 16 !important;
225
- padding-bottom: 21px;
226
- }
227
- }
228
-
229
- &__content-wrapper-variant_4-left {
230
- grid-column: 1 / span 7;
231
- }
232
-
233
- &__image-wrapper-variant_7-right {
234
- grid-column: 1 / span 11;
235
-
236
- @media screen and (max-width: $breakpoint-sm) {
237
- padding-bottom: 21px;
238
- }
239
-
240
- @media screen and (min-width: $breakpoint-md) {
241
- max-height: 450px;
242
- overflow: hidden;
243
- }
244
- }
245
-
246
- &__content-wrapper-variant_7-right {
247
- grid-column: 13 / span 4;
248
-
249
- @media screen and (max-width: $breakpoint-sm) {
250
- grid-column: 2 / span 14 !important;
251
- }
252
- }
253
-
254
- &__image-wrapper-variant_7-left {
255
- grid-column: 6 / span 11;
256
- @media screen and (max-width: $breakpoint-sm) {
257
- padding-bottom: 21px;
258
- }
259
- @media screen and (min-width: $breakpoint-md) {
260
- max-height: 450px;
261
- overflow: hidden;
262
- }
263
- }
264
-
265
- &__content-wrapper-variant_7-left {
266
- grid-column: 1 / span 4;
267
- @media screen and (max-width: $breakpoint-sm) {
268
- grid-column: 2 / span 14 !important;
269
- }
270
- }
271
-
272
- &__image-wrapper-variant_6-top,
273
- &__image-wrapper-variant_6-bottom {
274
- grid-column: 1 / span 16;
275
- }
276
-
277
- &__content-wrapper-variant_6-top,
278
- &__content-wrapper-variant_6-bottom {
279
- grid-column: 1 / span 9 !important;
280
-
281
- @media screen and (max-width: $breakpoint-xs) {
282
- grid-column: 1 / span 16 !important;
283
- }
284
-
285
- .ter-cta-section {
286
- flex-wrap: nowrap;
287
- }
288
- }
289
-
290
- &__content-wrapper-variant_6-bottom {
291
- margin: 85px 0 80px;
292
-
293
- @media screen and (max-width: $breakpoint-sm) {
294
- margin: spacing("md") 0;
295
- }
296
-
297
- @media screen and (max-width: $breakpoint-xs) {
298
- margin: spacing("sm") 0;
299
- }
300
- }
301
-
302
- &__content-wrapper-variant_6-top {
303
- margin: 0 0 80px;
304
-
305
- @media screen and (max-width: $breakpoint-sm) {
306
- margin: 0 0 spacing("md");
307
- }
308
-
309
- @media screen and (max-width: $breakpoint-xs) {
310
- margin: 0 0 spacing("sm");
311
- }
312
- }
313
-
314
- &__image-wrapper-variant_6-top > span > img,
315
- &__image-wrapper-variant_6-bottom > span > img {
316
- object-fit: cover;
317
- max-height: 490px !important;
318
- }
319
-
320
- /* content styling */
321
-
322
- &__eyebrow {
323
- font-size: $eyebrow-font-size;
324
- text-transform: uppercase;
325
-
326
- @media screen and (max-width: $breakpoint-xxs) {
327
- font-size: $eyebrow-font-size-mobile;
328
- }
329
- }
330
-
331
- &__header {
332
- font-size: $heading-3-size;
333
- @include benton-very-bold();
334
- @media screen and (max-width: $breakpoint-xxs) {
335
- font-size: $heading-3-size;
336
- }
337
- }
338
-
339
- &__subHeader {
340
- font-size: $subheading-size;
341
- line-height: 1.7;
342
- @media screen and (max-width: $breakpoint-xxs) {
343
- font-size: $subheading-size-mobile;
344
- }
345
- }
346
-
347
- &__text,
348
- &__text h1,
349
- &__text h2,
350
- &__text h3,
351
- &__text h4,
352
- &__text h5,
353
- &__text h6,
354
- &__text a {
355
- font-size: $body-font-size;
356
- line-height: 18px;
357
- letter-spacing: -0.005em;
358
- @include benton-light();
359
- margin-bottom: 37px;
360
- @media screen and (max-width: $breakpoint-xxs) {
361
- font-size: $body-font-size-mobile;
362
- }
363
- }
364
- &__text p {
365
- font-size: $body-font-size;
366
- line-height: 18px;
367
- letter-spacing: -0.005em;
368
- @include benton-light();
369
- @media screen and (max-width: $breakpoint-xxs) {
370
- font-size: $body-font-size-mobile;
371
- }
372
- }
373
-
374
- &__text p:last-child {
375
- margin-bottom: 37px;
376
- }
377
-
378
- &__text-#ffffff p,
379
- &__text-#ffffff h1,
380
- &__text-#ffffff h2,
381
- &__text-#ffffff h3,
382
- &__text-#ffffff h4,
383
- &__text-#ffffff h5,
384
- &__text-#ffffff h6,
385
- &__text-#ffffff a {
386
- color: $white;
387
- }
388
- }
389
-
390
- .luna-super-hero-variant_6-top,
391
- .luna-super-hero-variant_6-bottom {
392
- grid-template-rows: minmax(min-content, max-content) !important;
393
- }
394
-
395
- .luna-super-hero__image-wrapper-variant_6-bottom {
396
- grid-row: 1 / span 1 !important;
397
-
398
- @media screen and (max-width: $breakpoint-sm) {
399
- padding-bottom: 0;
400
- }
401
- @media screen and (min-width: $breakpoint-md) {
402
- max-height: 490px;
403
- overflow: hidden;
404
- }
405
- }
406
-
407
- .luna-super-hero__content-wrapper-variant_6-bottom {
408
- grid-row: 2 / span 1 !important;
409
- }
410
-
411
- .luna-super-hero__image-wrapper-variant_6-top {
412
- grid-row: 2 / span 1 !important;
413
-
414
- @media screen and (max-width: $breakpoint-sm) {
415
- padding-bottom: 0;
416
- }
417
-
418
- @media screen and (min-width: $breakpoint-md) {
419
- max-height: 490px !important;
420
- overflow: hidden;
421
- }
422
- }
423
-
424
- .luna-super-hero__content-wrapper-variant_6-top {
425
- grid-row: 1 / span 1 !important;
426
- }
427
-
428
- .luna-super-hero__image-wrapper.luna-super-hero__image-wrapper-variant_6-bottom
429
- > div
430
- > img.luna-super-hero__thumbnail,
431
- .luna-super-hero__image-wrapper.luna-super-hero__image-wrapper-variant_6-top
432
- > div
433
- > img.luna-super-hero__thumbnail {
434
- max-height: 490px !important;
435
- width: 100%;
436
- height: 100%;
437
- object-fit: cover;
438
- }
439
-
440
- .luna-super-hero-variant_7-right,
441
- .luna-super-hero-variant_7-left {
442
- @media screen and (max-width: $breakpoint-sm) {
443
- padding-bottom: spacing("xs");
444
- .default-layout {
445
- margin-bottom: 0;
446
- &__grid {
447
- margin: 0;
448
- }
449
- }
450
- }
451
- }
452
-
453
- .luna-super-hero-variant_8 {
454
- min-height: calc(100vw / 2);
455
-
456
- @media screen and (min-width: $breakpoint-md) {
457
- min-height: auto;
458
- }
459
-
460
- @media screen and (max-width: $breakpoint-sm) {
461
- height: auto;
462
- min-height: unset;
463
- }
464
-
465
- }
466
-
467
- .super-hero-fullscreen {
468
- @include grid-container;
469
- grid-template-rows: 1fr;
470
-
471
- @media screen and (max-width: $breakpoint-sm) {
472
- grid-template-rows: minmax(min-content, max-content);
473
- }
474
-
475
- &--data-points {
476
- position: relative;
477
- }
478
-
479
- &__eyebrow {
480
- font-size: $eyebrow-font-size;
481
- text-transform: uppercase;
482
- }
483
-
484
- &__header {
485
- font-size: $heading-3-size;
486
-
487
- @media screen and (max-width: $breakpoint-sm) {
488
- font-size: $heading-3-size;
489
- }
490
- }
491
-
492
- &__subHeader {
493
- font-size: $subheading-size;
494
-
495
- @media screen and (max-width: $breakpoint-sm) {
496
- font-size: $subheading-size-mobile;
497
- }
498
- }
499
-
500
- &__text p {
501
- font-size: $body-font-size;
502
- @include benton-light();
503
-
504
- @media screen and (max-width: $breakpoint-sm) {
505
- font-size: $body-font-size-mobile;
506
- line-height: 23px;
507
- }
508
- }
509
-
510
- &__text p:last-child {
511
- margin-bottom: 37px;
512
- }
513
-
514
- &__text,
515
- &__text h1,
516
- &__text h2,
517
- &__text h3,
518
- &__text h4,
519
- &__text h5,
520
- &__text h6,
521
- &__text a {
522
- font-size: $body-font-size;
523
- margin-bottom: 37px;
524
- @include benton-light();
525
-
526
- @media screen and (max-width: $breakpoint-sm) {
527
- font-size: $body-font-size-mobile;
528
- line-height: 23px;
529
- }
530
- }
531
-
532
- &__text-#ffffff p,
533
- &__text-#ffffff h1,
534
- &__text-#ffffff h2,
535
- &__text-#ffffff h3,
536
- &__text-#ffffff h4,
537
- &__text-#ffffff h5,
538
- &__text-#ffffff h6,
539
- &__text-#ffffff a {
540
- color: $white;
541
- }
542
-
543
- &__container {
544
- grid-row: 1 / span 1;
545
- margin: spacing("md") 0;
546
- @media screen and (max-width: $breakpoint-sm) {
547
- justify-content: flex-start !important;
548
- grid-row: 2 / span 1;
549
- grid-column: 2 / span 14 !important;
550
- }
551
-
552
- @media screen and (max-width: $breakpoint-xs) {
553
- margin: spacing("sm") 0;
554
- }
555
-
556
- @media screen and (max-width: $breakpoint-xxs) {
557
- margin: spacing("xs") 0;
558
- }
559
- }
560
-
561
- &__hero-image {
562
- @media screen and (max-width: $breakpoint-sm) {
563
- grid-row: 1 / span 1;
564
- grid-column: 1 / span 16 !important;
565
- }
566
- }
567
-
568
- &__container-variant_8-left,
569
- &__container-variant_9-left {
570
- grid-column: 11 / span 4 !important;
571
- }
572
-
573
- &__hero-image-variant_8-left,
574
- &__hero-image-variant_9-left {
575
- grid-column: 1 / span 8 !important;
576
- }
577
-
578
- &__container-variant_8-right,
579
- &__container-variant_9-right {
580
- grid-column: 3 / span 4 !important;
581
- }
582
-
583
- &__hero-image-variant_8-right,
584
- &__hero-image-variant_9-right {
585
- grid-column: 9 / span 8 !important;
586
- }
587
-
588
- &__hero-image-variant_8-left,
589
- &__hero-image-variant_8-right {
590
- min-height: 720px;
591
- overflow: hidden;
592
- }
593
-
594
- &__container-variant_10-left {
595
- grid-column: 13 / span 3 !important;
596
-
597
- @media screen and (max-width: $breakpoint-sm) {
598
- grid-column: 11 / span 4 !important;
599
- }
600
- }
601
-
602
- &__hero-image-variant_10-left {
603
- grid-column: 1 / span 11 !important;
604
- @media screen and (max-width: $breakpoint-sm) {
605
- grid-column: 1 / span 8 !important;
606
- }
607
- }
608
-
609
- &__container-variant_10-right {
610
- grid-column: 2 / span 3 !important;
611
-
612
- @media screen and (max-width: $breakpoint-sm) {
613
- grid-column: 3 / span 4 !important;
614
- }
615
- }
616
-
617
- &__hero-image-variant_10-right {
618
- grid-column: 6 / span 11 !important;
619
-
620
- @media screen and (max-width: $breakpoint-sm) {
621
- grid-column: 9 / span 8 !important;
622
- }
623
- }
624
-
625
- &__container-variant_8-left,
626
- &__container-variant_9-left,
627
- &__container-variant_10-left,
628
- &__container-variant_8-right,
629
- &__container-variant_9-right,
630
- &__container-variant_10-right {
631
- @media screen and (max-width: $breakpoint-sm) {
632
- grid-row: 1 / span 1;
633
- }
634
-
635
- @media screen and (max-width: $breakpoint-xs) {
636
- grid-column: 2 / 16 !important;
637
- grid-row: 2 / span 1;
638
- }
639
- }
640
-
641
- &__hero-image-variant_8-left,
642
- &__hero-image-variant_9-left,
643
- &__hero-image-variant_10-left,
644
- &__hero-image-variant_8-right,
645
- &__hero-image-variant_9-right,
646
- &__hero-image-variant_10-right {
647
- max-height: 720px;
648
- overflow: hidden;
649
- @media screen and (max-width: $breakpoint-sm) {
650
- grid-row: 1 / span 1;
651
- }
652
- @media screen and (max-width: $breakpoint-xs) {
653
- grid-column: 1 / 17 !important;
654
- grid-row: 1 / span 1;
655
- }
656
- }
657
-
658
- &__hero-image-variant_10-left,
659
- &__hero-image-variant_10-right {
660
- @media screen and (min-width: $breakpoint-md) {
661
- max-height: 720px;
662
- overflow: hidden;
663
- }
664
- }
665
-
666
- &__container {
667
- display: flex;
668
- flex-direction: column;
669
- justify-content: center;
670
- }
671
-
672
- .ter-cta-section {
673
- min-width: 121px !important;
674
- width: fit-content;
675
-
676
- @media screen and (max-width: $breakpoint-xxs) {
677
- min-width: 73px !important;
678
- max-width: 280px;
679
- }
680
-
681
- a.ter-button {
682
- width: auto;
683
- max-width: inherit;
684
- white-space: pre-wrap;
685
- height: auto !important;
686
- padding: spacing("mini") spacing("sm");
687
- line-height: 28px;
688
-
689
- @media screen and (max-width: $breakpoint-xxs) {
690
- max-width: 280px;
691
- padding: 0 spacing("xxs") !important;
692
- line-height: 28px;
693
- font-size: $body-font-size-mobile;
694
- }
695
- }
696
- }
697
- &__data-points {
698
- position: absolute;
699
- left: 42%;
700
- right: 42%;
701
- top: 50%;
702
- transform: translateY(-50%);
703
- @media screen and (max-width: $breakpoint-md){
704
- left: 40%;
705
- right: 40%;
706
- top: 50%;
707
- transform: translateY(-50%);
708
- }
709
- @media screen and (max-width: $breakpoint-sm){
710
- right: 6%;
711
- left: 55%;
712
- top: 45%;
713
-
714
- }
715
- @media screen and (max-width: $breakpoint-xs) {
716
- display: none;
717
- }
718
- .data-point {
719
- padding: 50px 40px 10px 40px;
720
- text-align: center;
721
- &__item {
722
- margin-bottom: 32px;
723
- }
724
- }
725
- &--mobile {
726
- display: none;
727
- bottom: unset;
728
- left: unset;
729
- right: unset;
730
- top: unset;
731
- z-index: 99;
732
- transform: none;
733
- @media screen and (max-width: $breakpoint-xs) {
734
- display: block;
735
- position: relative;
736
- margin: 25px;
737
- }
738
- }
739
- }
740
- }
741
-
742
- .super-hero-fullscreen-variant_8 {
743
- @media screen and (max-width: $breakpoint-sm) {
744
- height: auto;
745
- min-height: unset;
746
- }
747
- }
748
-
749
- .luna-super-hero__content-wrapper-variant_6-top > .ter-cta-section,
750
- .luna-super-hero__content-wrapper-variant_6-bottom > .ter-cta-section {
751
- @media screen and (max-width: $breakpoint-xxs) {
752
- width: auto !important;
753
- }
754
- }
755
-
756
- .super-hero-fullscreen__container-variant_8-right > aside > .super-hero-fullscreen__header,
757
- .super-hero-fullscreen__container-variant_8-left > aside > .super-hero-fullscreen__header,
758
- .super-hero-fullscreen__container-variant_10-left > aside > .super-hero-fullscreen__header,
759
- .super-hero-fullscreen__container-variant_10-right > aside > .super-hero-fullscreen__header {
760
- font-size: $heading-3-size;
761
- @include benton-very-bold();
762
- }
763
-
764
- .super-hero-no-margin .default-layout {
765
- @media screen and (max-width: $breakpoint-sm){
766
- margin: 0;
767
- padding: 0;
768
- }
769
- &__children.space-top-bottom {
770
- @media screen and (max-width: $breakpoint-sm){
771
- margin: 0;
772
- padding: 0;
773
- }
774
- }
1
+ @import "../../../global-styles/terra.scss";
2
+
3
+ .luna-super-hero {
4
+ @include grid-container;
5
+ align-items: center;
6
+ grid-template-rows: 1fr;
7
+
8
+ @media screen and (max-width: $breakpoint-sm) {
9
+ grid-template-rows: minmax(min-content, max-content);
10
+ }
11
+
12
+ .ter-cta-section {
13
+ min-width: 121px !important;
14
+ width: fit-content;
15
+
16
+ @media screen and (max-width: $breakpoint-xxs) {
17
+ min-width: 73px !important;
18
+ max-width: 280px;
19
+ }
20
+
21
+ a.ter-button {
22
+ width: auto;
23
+ max-width: inherit;
24
+ white-space: pre-wrap;
25
+ height: auto !important;
26
+ padding: spacing("mini") spacing("sm");
27
+ line-height: 28px;
28
+ min-width: fit-content;
29
+
30
+ @media screen and (max-width: $breakpoint-xxs) {
31
+ max-width: 280px;
32
+ padding: 0 spacing("xxs") !important;
33
+ line-height: 28px;
34
+ font-size: $body-font-size-mobile;
35
+ }
36
+ }
37
+ }
38
+
39
+ /* Mobile CTAs have more margin between stacked buttons */
40
+ .ter-cta-section a.ter-button:nth-child(2) {
41
+ @media screen and (max-width: $breakpoint-xxs) {
42
+ margin-top: 32px !important;
43
+ }
44
+ }
45
+
46
+ &__image {
47
+ width: 100%;
48
+ height: 100%;
49
+ object-fit: cover;
50
+ }
51
+
52
+ &__image-wrapper {
53
+ grid-row: 1 / span 1;
54
+
55
+ &--uneven-alignment {
56
+ align-self: start !important;
57
+ @media screen and (max-width: $breakpoint-sm) {
58
+ align-self: center;
59
+ }
60
+ }
61
+ }
62
+
63
+ &__content-wrapper {
64
+ grid-row: 1 / span 1;
65
+ align-self: center;
66
+ }
67
+
68
+ &__content-wrapper {
69
+ @media screen and (max-width: $breakpoint-sm) {
70
+ grid-row: 2 / span 1;
71
+ grid-column: 1 / span 16 !important;
72
+ align-self: start;
73
+ }
74
+ }
75
+
76
+ &__image-wrapper {
77
+ @media screen and (max-width: $breakpoint-sm) {
78
+ grid-column: 1 / span 16 !important;
79
+ padding-bottom: spacing("md");
80
+ }
81
+
82
+ @media screen and (max-width: $breakpoint-xxs) {
83
+ grid-column: 1 / span 16 !important;
84
+ padding-bottom: spacing("sm");
85
+ }
86
+ }
87
+ /* variant 1 - 5, left & right styling */
88
+
89
+ &__image-wrapper-variant_1-right {
90
+ grid-column: 1 / span 10;
91
+
92
+ @media screen and (min-width: $breakpoint-sm) {
93
+ height: 405px;
94
+ }
95
+
96
+ @media screen and (min-width: $breakpoint-xs) and (max-width: $breakpoint-sm){
97
+ height: 475px;
98
+ }
99
+
100
+ }
101
+
102
+ &__content-wrapper-variant_1-right {
103
+ grid-column: 12 / span 5;
104
+ }
105
+
106
+ &__image-wrapper-variant_1-left {
107
+ grid-column: 7 / span 10;
108
+
109
+ @media screen and (min-width: $breakpoint-sm) {
110
+ height: 405px;
111
+ }
112
+
113
+ @media screen and (min-width: $breakpoint-xs) and (max-width: $breakpoint-sm){
114
+ height: 475px;
115
+ }
116
+
117
+ }
118
+
119
+ &__content-wrapper-variant_1-left {
120
+ grid-column: 1 / span 5;
121
+ }
122
+
123
+ &__image-wrapper-variant_2-right {
124
+ grid-column: 1 / span 8;
125
+ @media screen and (max-width: $breakpoint-sm) {
126
+ padding-bottom: 33px;
127
+ }
128
+ }
129
+
130
+ &__content-wrapper-variant_2-right {
131
+ grid-column: 10 / span 8;
132
+ }
133
+
134
+ &__image-wrapper-variant_2-left {
135
+ grid-column: 9 / span 8;
136
+
137
+ @media screen and (max-width: $breakpoint-sm) {
138
+ padding-bottom: 33px;
139
+ }
140
+ }
141
+
142
+ &__content-wrapper-variant_2-left {
143
+ grid-column: 1 / span 7;
144
+ }
145
+
146
+ &__image-wrapper-variant_3-right {
147
+ grid-column: 1 / span 10;
148
+
149
+ @media screen and (min-width: $breakpoint-md) {
150
+ max-height: 304px;
151
+ min-width: 720px;
152
+ overflow: hidden;
153
+ }
154
+ }
155
+
156
+ &__content-wrapper-variant_3-right {
157
+ grid-column: 12 / span 5;
158
+
159
+ .ter-cta-section {
160
+ flex-wrap: wrap;
161
+ justify-content: start;
162
+ }
163
+
164
+ .luna-super-hero__text {
165
+ margin-bottom: 29px;
166
+ }
167
+ }
168
+
169
+ &__image-wrapper-variant_3-left {
170
+ grid-column: 7 / span 10;
171
+ @media screen and (min-width: $breakpoint-md) {
172
+ max-height: 304px;
173
+ min-width: 720px;
174
+ overflow: hidden;
175
+ }
176
+ }
177
+
178
+ &__content-wrapper-variant_3-left {
179
+ grid-column: 1 / span 5;
180
+
181
+ .ter-cta-section {
182
+ flex-wrap: wrap;
183
+ justify-content: start;
184
+ }
185
+
186
+ .luna-super-hero__text {
187
+ margin-bottom: 29px;
188
+ }
189
+ }
190
+
191
+ &__image-wrapper-variant_4-right {
192
+ grid-column: 1 / span 8;
193
+
194
+ img {
195
+ width: auto;
196
+
197
+ @media screen and (max-width: 1300px) {
198
+ width: 100%;
199
+ }
200
+ }
201
+
202
+ @media screen and (max-width: $breakpoint-xxs) {
203
+ grid-column: 1 / span 16 !important;
204
+ padding-bottom: 21px;
205
+ }
206
+ }
207
+
208
+ &__content-wrapper-variant_4-right {
209
+ grid-column: 10 / span 7;
210
+ }
211
+
212
+ &__image-wrapper-variant_4-left {
213
+ grid-column: 9 / span 8;
214
+
215
+ img {
216
+ width: auto;
217
+
218
+ @media screen and (max-width: 1300px) {
219
+ width: 100%;
220
+ }
221
+ }
222
+
223
+ @media screen and (max-width: $breakpoint-xxs) {
224
+ grid-column: 1 / span 16 !important;
225
+ padding-bottom: 21px;
226
+ }
227
+ }
228
+
229
+ &__content-wrapper-variant_4-left {
230
+ grid-column: 1 / span 7;
231
+ }
232
+
233
+ &__image-wrapper-variant_7-right {
234
+ grid-column: 1 / span 11;
235
+
236
+ @media screen and (max-width: $breakpoint-sm) {
237
+ padding-bottom: 21px;
238
+ }
239
+
240
+ @media screen and (min-width: $breakpoint-md) {
241
+ max-height: 450px;
242
+ overflow: hidden;
243
+ }
244
+ }
245
+
246
+ &__content-wrapper-variant_7-right {
247
+ grid-column: 13 / span 4;
248
+
249
+ @media screen and (max-width: $breakpoint-sm) {
250
+ grid-column: 2 / span 14 !important;
251
+ }
252
+ }
253
+
254
+ &__image-wrapper-variant_7-left {
255
+ grid-column: 6 / span 11;
256
+ @media screen and (max-width: $breakpoint-sm) {
257
+ padding-bottom: 21px;
258
+ }
259
+ @media screen and (min-width: $breakpoint-md) {
260
+ max-height: 450px;
261
+ overflow: hidden;
262
+ }
263
+ }
264
+
265
+ &__content-wrapper-variant_7-left {
266
+ grid-column: 1 / span 4;
267
+ @media screen and (max-width: $breakpoint-sm) {
268
+ grid-column: 2 / span 14 !important;
269
+ }
270
+ }
271
+
272
+ &__image-wrapper-variant_6-top,
273
+ &__image-wrapper-variant_6-bottom {
274
+ grid-column: 1 / span 16;
275
+ }
276
+
277
+ &__content-wrapper-variant_6-top,
278
+ &__content-wrapper-variant_6-bottom {
279
+ grid-column: 1 / span 9 !important;
280
+
281
+ @media screen and (max-width: $breakpoint-xs) {
282
+ grid-column: 1 / span 16 !important;
283
+ }
284
+
285
+ .ter-cta-section {
286
+ flex-wrap: nowrap;
287
+ }
288
+ }
289
+
290
+ &__content-wrapper-variant_6-bottom {
291
+ margin: 85px 0 80px;
292
+
293
+ @media screen and (max-width: $breakpoint-sm) {
294
+ margin: spacing("md") 0;
295
+ }
296
+
297
+ @media screen and (max-width: $breakpoint-xs) {
298
+ margin: spacing("sm") 0;
299
+ }
300
+ }
301
+
302
+ &__content-wrapper-variant_6-top {
303
+ margin: 0 0 80px;
304
+
305
+ @media screen and (max-width: $breakpoint-sm) {
306
+ margin: 0 0 spacing("md");
307
+ }
308
+
309
+ @media screen and (max-width: $breakpoint-xs) {
310
+ margin: 0 0 spacing("sm");
311
+ }
312
+ }
313
+
314
+ &__image-wrapper-variant_6-top > span > img,
315
+ &__image-wrapper-variant_6-bottom > span > img {
316
+ object-fit: cover;
317
+ max-height: 490px !important;
318
+ }
319
+
320
+ /* content styling */
321
+
322
+ &__eyebrow {
323
+ font-size: $eyebrow-font-size;
324
+ text-transform: uppercase;
325
+
326
+ @media screen and (max-width: $breakpoint-xxs) {
327
+ font-size: $eyebrow-font-size-mobile;
328
+ }
329
+ }
330
+
331
+ &__header {
332
+ font-size: $heading-3-size;
333
+ @include benton-very-bold();
334
+ @media screen and (max-width: $breakpoint-xxs) {
335
+ font-size: $heading-3-size;
336
+ }
337
+ }
338
+
339
+ &__subHeader {
340
+ font-size: $subheading-size;
341
+ line-height: 1.7;
342
+ @media screen and (max-width: $breakpoint-xxs) {
343
+ font-size: $subheading-size-mobile;
344
+ }
345
+ }
346
+
347
+ &__text,
348
+ &__text h1,
349
+ &__text h2,
350
+ &__text h3,
351
+ &__text h4,
352
+ &__text h5,
353
+ &__text h6,
354
+ &__text a {
355
+ font-size: $body-font-size;
356
+ line-height: 18px;
357
+ letter-spacing: -0.005em;
358
+ @include benton-light();
359
+ margin-bottom: 37px;
360
+ @media screen and (max-width: $breakpoint-xxs) {
361
+ font-size: $body-font-size-mobile;
362
+ }
363
+ }
364
+ &__text p {
365
+ font-size: $body-font-size;
366
+ line-height: 18px;
367
+ letter-spacing: -0.005em;
368
+ @include benton-light();
369
+ @media screen and (max-width: $breakpoint-xxs) {
370
+ font-size: $body-font-size-mobile;
371
+ }
372
+ }
373
+
374
+ &__text p:last-child {
375
+ margin-bottom: 37px;
376
+ }
377
+
378
+ &__text-#ffffff p,
379
+ &__text-#ffffff h1,
380
+ &__text-#ffffff h2,
381
+ &__text-#ffffff h3,
382
+ &__text-#ffffff h4,
383
+ &__text-#ffffff h5,
384
+ &__text-#ffffff h6,
385
+ &__text-#ffffff a {
386
+ color: $white;
387
+ }
388
+ }
389
+
390
+ .luna-super-hero-variant_6-top,
391
+ .luna-super-hero-variant_6-bottom {
392
+ grid-template-rows: minmax(min-content, max-content) !important;
393
+ }
394
+
395
+ .luna-super-hero__image-wrapper-variant_6-bottom {
396
+ grid-row: 1 / span 1 !important;
397
+
398
+ @media screen and (max-width: $breakpoint-sm) {
399
+ padding-bottom: 0;
400
+ }
401
+ @media screen and (min-width: $breakpoint-md) {
402
+ max-height: 490px;
403
+ overflow: hidden;
404
+ }
405
+ }
406
+
407
+ .luna-super-hero__content-wrapper-variant_6-bottom {
408
+ grid-row: 2 / span 1 !important;
409
+ }
410
+
411
+ .luna-super-hero__image-wrapper-variant_6-top {
412
+ grid-row: 2 / span 1 !important;
413
+
414
+ @media screen and (max-width: $breakpoint-sm) {
415
+ padding-bottom: 0;
416
+ }
417
+
418
+ @media screen and (min-width: $breakpoint-md) {
419
+ max-height: 490px !important;
420
+ overflow: hidden;
421
+ }
422
+ }
423
+
424
+ .luna-super-hero__content-wrapper-variant_6-top {
425
+ grid-row: 1 / span 1 !important;
426
+ }
427
+
428
+ .luna-super-hero__image-wrapper.luna-super-hero__image-wrapper-variant_6-bottom
429
+ > div
430
+ > img.luna-super-hero__thumbnail,
431
+ .luna-super-hero__image-wrapper.luna-super-hero__image-wrapper-variant_6-top
432
+ > div
433
+ > img.luna-super-hero__thumbnail {
434
+ max-height: 490px !important;
435
+ width: 100%;
436
+ height: 100%;
437
+ object-fit: cover;
438
+ }
439
+
440
+ .luna-super-hero-variant_7-right,
441
+ .luna-super-hero-variant_7-left {
442
+ @media screen and (max-width: $breakpoint-sm) {
443
+ padding-bottom: spacing("xs");
444
+ .default-layout {
445
+ margin-bottom: 0;
446
+ &__grid {
447
+ margin: 0;
448
+ }
449
+ }
450
+ }
451
+ }
452
+
453
+ .luna-super-hero-variant_8 {
454
+ min-height: calc(100vw / 2);
455
+
456
+ @media screen and (min-width: $breakpoint-md) {
457
+ min-height: auto;
458
+ }
459
+
460
+ @media screen and (max-width: $breakpoint-sm) {
461
+ height: auto;
462
+ min-height: unset;
463
+ }
464
+
465
+ }
466
+
467
+ .super-hero-fullscreen {
468
+ @include grid-container;
469
+ grid-template-rows: 1fr;
470
+
471
+ @media screen and (max-width: $breakpoint-sm) {
472
+ grid-template-rows: minmax(min-content, max-content);
473
+ }
474
+
475
+ &--data-points {
476
+ position: relative;
477
+ }
478
+
479
+ &__eyebrow {
480
+ font-size: $eyebrow-font-size;
481
+ text-transform: uppercase;
482
+ }
483
+
484
+ &__header {
485
+ font-size: $heading-3-size;
486
+
487
+ @media screen and (max-width: $breakpoint-sm) {
488
+ font-size: $heading-3-size;
489
+ }
490
+ }
491
+
492
+ &__subHeader {
493
+ font-size: $subheading-size;
494
+
495
+ @media screen and (max-width: $breakpoint-sm) {
496
+ font-size: $subheading-size-mobile;
497
+ }
498
+ }
499
+
500
+ &__text p {
501
+ font-size: $body-font-size;
502
+ @include benton-light();
503
+
504
+ @media screen and (max-width: $breakpoint-sm) {
505
+ font-size: $body-font-size-mobile;
506
+ line-height: 23px;
507
+ }
508
+ }
509
+
510
+ &__text p:last-child {
511
+ margin-bottom: 37px;
512
+ }
513
+
514
+ &__text,
515
+ &__text h1,
516
+ &__text h2,
517
+ &__text h3,
518
+ &__text h4,
519
+ &__text h5,
520
+ &__text h6,
521
+ &__text a {
522
+ font-size: $body-font-size;
523
+ margin-bottom: 37px;
524
+ @include benton-light();
525
+
526
+ @media screen and (max-width: $breakpoint-sm) {
527
+ font-size: $body-font-size-mobile;
528
+ line-height: 23px;
529
+ }
530
+ }
531
+
532
+ &__text-#ffffff p,
533
+ &__text-#ffffff h1,
534
+ &__text-#ffffff h2,
535
+ &__text-#ffffff h3,
536
+ &__text-#ffffff h4,
537
+ &__text-#ffffff h5,
538
+ &__text-#ffffff h6,
539
+ &__text-#ffffff a {
540
+ color: $white;
541
+ }
542
+
543
+ &__container {
544
+ grid-row: 1 / span 1;
545
+ margin: spacing("md") 0;
546
+ @media screen and (max-width: $breakpoint-sm) {
547
+ justify-content: flex-start !important;
548
+ grid-row: 2 / span 1;
549
+ grid-column: 2 / span 14 !important;
550
+ }
551
+
552
+ @media screen and (max-width: $breakpoint-xs) {
553
+ margin: spacing("sm") 0;
554
+ }
555
+
556
+ @media screen and (max-width: $breakpoint-xxs) {
557
+ margin: spacing("xs") 0;
558
+ }
559
+ }
560
+
561
+ &__hero-image {
562
+ @media screen and (max-width: $breakpoint-sm) {
563
+ grid-row: 1 / span 1;
564
+ grid-column: 1 / span 16 !important;
565
+ }
566
+ }
567
+
568
+ &__container-variant_8-left,
569
+ &__container-variant_9-left {
570
+ grid-column: 11 / span 4 !important;
571
+ }
572
+
573
+ &__hero-image-variant_8-left,
574
+ &__hero-image-variant_9-left {
575
+ grid-column: 1 / span 8 !important;
576
+ }
577
+
578
+ &__container-variant_8-right,
579
+ &__container-variant_9-right {
580
+ grid-column: 3 / span 4 !important;
581
+ }
582
+
583
+ &__hero-image-variant_8-right,
584
+ &__hero-image-variant_9-right {
585
+ grid-column: 9 / span 8 !important;
586
+ }
587
+
588
+ &__hero-image-variant_8-left,
589
+ &__hero-image-variant_8-right {
590
+ min-height: 720px;
591
+ overflow: hidden;
592
+ }
593
+
594
+ &__container-variant_10-left {
595
+ grid-column: 13 / span 3 !important;
596
+
597
+ @media screen and (max-width: $breakpoint-sm) {
598
+ grid-column: 11 / span 4 !important;
599
+ }
600
+ }
601
+
602
+ &__hero-image-variant_10-left {
603
+ grid-column: 1 / span 11 !important;
604
+ @media screen and (max-width: $breakpoint-sm) {
605
+ grid-column: 1 / span 8 !important;
606
+ }
607
+ }
608
+
609
+ &__container-variant_10-right {
610
+ grid-column: 2 / span 3 !important;
611
+
612
+ @media screen and (max-width: $breakpoint-sm) {
613
+ grid-column: 3 / span 4 !important;
614
+ }
615
+ }
616
+
617
+ &__hero-image-variant_10-right {
618
+ grid-column: 6 / span 11 !important;
619
+
620
+ @media screen and (max-width: $breakpoint-sm) {
621
+ grid-column: 9 / span 8 !important;
622
+ }
623
+ }
624
+
625
+ &__container-variant_8-left,
626
+ &__container-variant_9-left,
627
+ &__container-variant_10-left,
628
+ &__container-variant_8-right,
629
+ &__container-variant_9-right,
630
+ &__container-variant_10-right {
631
+ @media screen and (max-width: $breakpoint-sm) {
632
+ grid-row: 1 / span 1;
633
+ }
634
+
635
+ @media screen and (max-width: $breakpoint-xs) {
636
+ grid-column: 2 / 16 !important;
637
+ grid-row: 2 / span 1;
638
+ }
639
+ }
640
+
641
+ &__hero-image-variant_8-left,
642
+ &__hero-image-variant_9-left,
643
+ &__hero-image-variant_10-left,
644
+ &__hero-image-variant_8-right,
645
+ &__hero-image-variant_9-right,
646
+ &__hero-image-variant_10-right {
647
+ max-height: 720px;
648
+ overflow: hidden;
649
+ @media screen and (max-width: $breakpoint-sm) {
650
+ grid-row: 1 / span 1;
651
+ }
652
+ @media screen and (max-width: $breakpoint-xs) {
653
+ grid-column: 1 / 17 !important;
654
+ grid-row: 1 / span 1;
655
+ }
656
+ }
657
+
658
+ &__hero-image-variant_10-left,
659
+ &__hero-image-variant_10-right {
660
+ @media screen and (min-width: $breakpoint-md) {
661
+ max-height: 720px;
662
+ overflow: hidden;
663
+ }
664
+ }
665
+
666
+ &__container {
667
+ display: flex;
668
+ flex-direction: column;
669
+ justify-content: center;
670
+ }
671
+
672
+ .ter-cta-section {
673
+ min-width: 121px !important;
674
+ width: fit-content;
675
+
676
+ @media screen and (max-width: $breakpoint-xxs) {
677
+ min-width: 73px !important;
678
+ max-width: 280px;
679
+ }
680
+
681
+ a.ter-button {
682
+ width: auto;
683
+ max-width: inherit;
684
+ white-space: pre-wrap;
685
+ height: auto !important;
686
+ padding: spacing("mini") spacing("sm");
687
+ line-height: 28px;
688
+
689
+ @media screen and (max-width: $breakpoint-xxs) {
690
+ max-width: 280px;
691
+ padding: 0 spacing("xxs") !important;
692
+ line-height: 28px;
693
+ font-size: $body-font-size-mobile;
694
+ }
695
+ }
696
+ }
697
+ &__data-points {
698
+ position: absolute;
699
+ left: 42%;
700
+ right: 42%;
701
+ top: 50%;
702
+ transform: translateY(-50%);
703
+ @media screen and (max-width: $breakpoint-md){
704
+ left: 40%;
705
+ right: 40%;
706
+ top: 50%;
707
+ transform: translateY(-50%);
708
+ }
709
+ @media screen and (max-width: $breakpoint-sm){
710
+ right: 6%;
711
+ left: 55%;
712
+ top: 45%;
713
+
714
+ }
715
+ @media screen and (max-width: $breakpoint-xs) {
716
+ display: none;
717
+ }
718
+ .data-point {
719
+ padding: 50px 40px 10px 40px;
720
+ text-align: center;
721
+ &__item {
722
+ margin-bottom: 32px;
723
+ }
724
+ }
725
+ &--mobile {
726
+ display: none;
727
+ bottom: unset;
728
+ left: unset;
729
+ right: unset;
730
+ top: unset;
731
+ z-index: 99;
732
+ transform: none;
733
+ @media screen and (max-width: $breakpoint-xs) {
734
+ display: block;
735
+ position: relative;
736
+ margin: 25px;
737
+ }
738
+ }
739
+ }
740
+ }
741
+
742
+ .super-hero-fullscreen-variant_8 {
743
+ @media screen and (max-width: $breakpoint-sm) {
744
+ height: auto;
745
+ min-height: unset;
746
+ }
747
+ }
748
+
749
+ .luna-super-hero__content-wrapper-variant_6-top > .ter-cta-section,
750
+ .luna-super-hero__content-wrapper-variant_6-bottom > .ter-cta-section {
751
+ @media screen and (max-width: $breakpoint-xxs) {
752
+ width: auto !important;
753
+ }
754
+ }
755
+
756
+ .super-hero-fullscreen__container-variant_8-right > aside > .super-hero-fullscreen__header,
757
+ .super-hero-fullscreen__container-variant_8-left > aside > .super-hero-fullscreen__header,
758
+ .super-hero-fullscreen__container-variant_10-left > aside > .super-hero-fullscreen__header,
759
+ .super-hero-fullscreen__container-variant_10-right > aside > .super-hero-fullscreen__header {
760
+ font-size: $heading-3-size;
761
+ @include benton-very-bold();
762
+ }
763
+
764
+ .super-hero-no-margin .default-layout {
765
+ @media screen and (max-width: $breakpoint-sm){
766
+ margin: 0;
767
+ padding: 0;
768
+ }
769
+ &__children.space-top-bottom {
770
+ @media screen and (max-width: $breakpoint-sm){
771
+ margin: 0;
772
+ padding: 0;
773
+ }
774
+ }
775
775
  }