luna-one 3.1.589 → 3.1.590

Sign up to get free protection for your applications and to get access to all the features.
Files changed (194) 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 +113 -113
  15. package/dist/global-styles/global-terra.scss +10 -10
  16. package/dist/global-styles/global-vars.scss +599 -599
  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 +102 -102
  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 +915 -915
  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/BlockListItems.scss +285 -285
  37. package/dist/luna/components/BrowserSupportBanner/BrowserSupportBanner.scss +6 -6
  38. package/dist/luna/components/CTAButtons/CTAButtons.js +1 -1
  39. package/dist/luna/components/CTAButtons/CTAButtons.scss +19 -19
  40. package/dist/luna/components/ComparisonTable/ComparisonTable.scss +331 -331
  41. package/dist/luna/components/CtaWithHeader/CtaWithHeader.scss +324 -324
  42. package/dist/luna/components/DataPoint/DataPoint.scss +170 -170
  43. package/dist/luna/components/EventCard/EventCard.scss +134 -134
  44. package/dist/luna/components/FilterSection/FilterSection.scss +143 -143
  45. package/dist/luna/components/HTMLEmbed/HTMLEmbed.scss +51 -51
  46. package/dist/luna/components/Header/Header.scss +36 -36
  47. package/dist/luna/components/ImageGallery/ImageGallery.scss +442 -442
  48. package/dist/luna/components/InPageJumpNav/InPageJumpNav.scss +122 -122
  49. package/dist/luna/components/JobPosting/JobPosting.scss +171 -171
  50. package/dist/luna/components/LinkList/LinkList.scss +59 -59
  51. package/dist/luna/components/LinkList/LinkListMethods.js +3 -0
  52. package/dist/luna/components/LoadingSpinner/LoadingSpinner.scss +34 -34
  53. package/dist/luna/components/Login/Login.scss +180 -180
  54. package/dist/luna/components/MegaMenu/MegaMenu.js +2 -2
  55. package/dist/luna/components/MegaMenu/MegaMenu.scss +570 -570
  56. package/dist/luna/components/MegaMenu/menu-generators/AllSections.js +6 -6
  57. package/dist/luna/components/MegaMenu/menu-generators/FeatureSection.js +5 -4
  58. package/dist/luna/components/MegaMenu/menu-generators/FullSubMenu.js +4 -4
  59. package/dist/luna/components/MegaMenu/menu-generators/PartialSubMenu.js +4 -4
  60. package/dist/luna/components/MegaMenu/menu-generators/SubMenu.js +15 -15
  61. package/dist/luna/components/MegaMenu/menu-generators/TertiaryMenu.js +3 -3
  62. package/dist/luna/components/MegaMenu/menu-generators/UncollapsedLinks.js +14 -14
  63. package/dist/luna/components/MegaMenu/menu-generators/UncollapsedSubMenu.js +7 -7
  64. package/dist/luna/components/MiniFeatDropdown/MiniFeatDropdown.scss +107 -107
  65. package/dist/luna/components/MobileLogin/MobileLogin.scss +38 -38
  66. package/dist/luna/components/MobileMegaMenu/MobileMegaMenu.js +8 -8
  67. package/dist/luna/components/MobileMegaMenu/MobileMegaMenu.scss +289 -289
  68. package/dist/luna/components/MobileMegaMenu/MobileMegaMenuCategory.js +9 -9
  69. package/dist/luna/components/MobileMenu/MobileMenu.scss +70 -70
  70. package/dist/luna/components/MobileNav/MobileNav.scss +286 -286
  71. package/dist/luna/components/NavBarTop/NavBarTop.scss +403 -403
  72. package/dist/luna/components/NavSearch/NavSearch.scss +130 -130
  73. package/dist/luna/components/NonTimeBasedListEntries/NonTimeBasedListEntries.scss +339 -339
  74. package/dist/luna/components/OverlayNotice/OverlayNotice.scss +247 -247
  75. package/dist/luna/components/Pagination/Pagination.scss +27 -27
  76. package/dist/luna/components/ProductSummary/ProductSummary.scss +273 -273
  77. package/dist/luna/components/ProseLayout/ProseLayout.scss +384 -384
  78. package/dist/luna/components/RegionCard/RegionCard.scss +86 -86
  79. package/dist/luna/components/ResourceGrid/ResourceGrid.scss +34 -34
  80. package/dist/luna/components/ScrollInPlace/ScrollInPlace.scss +219 -219
  81. package/dist/luna/components/SketchUpPricingCard/SketchUpPricingCard.scss +142 -142
  82. package/dist/luna/components/SlideOutFeat/SlideOutFeat.scss +124 -124
  83. package/dist/luna/components/StoreFrontCard/StoreFrontCard.scss +434 -434
  84. package/dist/luna/components/SupportCard/SupportCard.scss +134 -134
  85. package/dist/luna/components/Tabs/Tabs.scss +871 -871
  86. package/dist/luna/components/TimeBasedList/TimeBasedList.scss +394 -394
  87. package/dist/luna/components/TrainerCard/TrainerCard.scss +51 -51
  88. package/dist/luna/components/TrialForm/TrialComponents/TrialSpecifics.scss +44 -44
  89. package/dist/luna/components/TrialForm/TrialComponents/TrialSummary.scss +57 -57
  90. package/dist/luna/components/TrialForm/TrialFormStart/TrialFormStart.scss +28 -28
  91. package/dist/luna/components/TrialForm/images/check.svg +3 -3
  92. package/dist/luna/components/TrialForm/images/form-border-bottom-dark.svg +4 -4
  93. package/dist/luna/components/TrialForm/images/form-border-bottom-light.svg +4 -4
  94. package/dist/luna/components/TrialForm/images/form-border-top-dark.svg +4 -4
  95. package/dist/luna/components/TrialForm/images/form-border-top-light.svg +4 -4
  96. package/dist/luna/components/UnboundedCard/UnboundedCard.scss +108 -108
  97. package/dist/luna/components/UnboundedCard/playIcon.svg +17 -17
  98. package/dist/luna/components/VariableContentCard/VariableContentCard.scss +253 -253
  99. package/dist/luna/components/Video/Video.scss +209 -209
  100. package/dist/luna/components/VidyardModal/VidyardModal.scss +34 -34
  101. package/dist/luna/components/WaffleMenu/WaffleMenu.scss +73 -73
  102. package/dist/luna/featurettes/Accordion/Accordion.scss +154 -154
  103. package/dist/luna/featurettes/CustomFeat/CustomFeat.scss +17 -17
  104. package/dist/luna/featurettes/Feat1/Feat1.scss +110 -110
  105. package/dist/luna/featurettes/Feat2A/Feat2A.scss +132 -132
  106. package/dist/luna/featurettes/Feat2B/Feat2B.scss +231 -231
  107. package/dist/luna/featurettes/Feat3/Feat3.scss +49 -49
  108. package/dist/luna/featurettes/Feat4/Feat4.scss +86 -86
  109. package/dist/luna/featurettes/Feat5/Feat5.scss +235 -235
  110. package/dist/luna/featurettes/Feat7/Feat7.scss +49 -49
  111. package/dist/luna/featurettes/Feat8/Feat8.scss +103 -103
  112. package/dist/luna/featurettes/IconTextList/IconTextList.scss +124 -124
  113. package/dist/luna/featurettes/ProductsPackage/ProductsPackage.scss +194 -194
  114. package/dist/luna/featurettes/PullQuote/PullQuote.scss +400 -400
  115. package/dist/luna/featurettes/PullQuote/ico-quote-white.svg +3 -3
  116. package/dist/luna/featurettes/PullQuote/ico-quote.svg +3 -3
  117. package/dist/luna/heroes/FilterHero/FilterHero.scss +80 -80
  118. package/dist/luna/heroes/FullBackgroundHero/FullBackgroundHero.scss +722 -722
  119. package/dist/luna/heroes/Hero1/Hero1.scss +223 -223
  120. package/dist/luna/heroes/Hero2/Hero2.scss +165 -165
  121. package/dist/luna/heroes/Hero3/Hero3.scss +250 -250
  122. package/dist/luna/heroes/Hero4/Hero4.scss +112 -112
  123. package/dist/luna/heroes/Hero6/Hero6.scss +127 -127
  124. package/dist/luna/heroes/Hero7/Hero7.scss +193 -193
  125. package/dist/luna/heroes/SuperHero/SuperHero.scss +804 -804
  126. package/dist/luna/images/arrow-diagonal-black.svg +13 -13
  127. package/dist/luna/images/arrow-diagonal-blue.svg +13 -13
  128. package/dist/luna/images/arrow-diagonal-white.svg +13 -13
  129. package/dist/luna/images/bulletpoint.svg +3 -3
  130. package/dist/luna/images/callout-icon.svg +3 -3
  131. package/dist/luna/images/check-blue.svg +4 -4
  132. package/dist/luna/images/circle-arrow-right-black.svg +3 -3
  133. package/dist/luna/images/circle-arrow-right-white.svg +3 -3
  134. package/dist/luna/images/circle-arrow.svg +3 -3
  135. package/dist/luna/images/close-button.svg +42 -42
  136. package/dist/luna/images/close-dark-navy.svg +3 -3
  137. package/dist/luna/images/close-icon.svg +3 -3
  138. package/dist/luna/images/collapse-close-blue.svg +5 -5
  139. package/dist/luna/images/collapse-close-gold.svg +5 -5
  140. package/dist/luna/images/collapse-open-blue.svg +4 -4
  141. package/dist/luna/images/collapse-open-gold.svg +4 -4
  142. package/dist/luna/images/cross-medium-blue.svg +4 -4
  143. package/dist/luna/images/cross-medium-white.svg +5 -5
  144. package/dist/luna/images/down-caret-dark-blue.svg +4 -4
  145. package/dist/luna/images/down-caret-dark-gray.svg +4 -4
  146. package/dist/luna/images/down-caret-light-gray.svg +4 -4
  147. package/dist/luna/images/downArrow.svg +36 -36
  148. package/dist/luna/images/external-arrow-blue.svg +11 -11
  149. package/dist/luna/images/external-arrow-white-theme.svg +12 -12
  150. package/dist/luna/images/external-arrow.svg +12 -12
  151. package/dist/luna/images/form-border-top-light.svg +4 -4
  152. package/dist/luna/images/frame-intersection.svg +3 -3
  153. package/dist/luna/images/gallery-image-corner-border.svg +3 -3
  154. package/dist/luna/images/green-tick.svg +3 -3
  155. package/dist/luna/images/internal-arrow-blue.svg +15 -15
  156. package/dist/luna/images/internal-arrow-white-theme.svg +15 -15
  157. package/dist/luna/images/internal-arrow.svg +15 -15
  158. package/dist/luna/images/logo-icon.svg +17 -17
  159. package/dist/luna/images/pdf-doc.svg +9 -9
  160. package/dist/luna/images/play.svg +17 -17
  161. package/dist/luna/images/right-caret-dark-blue.svg +3 -3
  162. package/dist/luna/images/right-caret-light-gray.svg +4 -4
  163. package/dist/luna/images/right-caret-light-yellow-stroke.svg +9 -9
  164. package/dist/luna/images/right-caret-light-yellow.svg +4 -4
  165. package/dist/luna/images/right-caret-medium-gray.svg +4 -4
  166. package/dist/luna/images/search.svg +9 -9
  167. package/dist/luna/images/skipicon.svg +154 -154
  168. package/dist/luna/images/text-doc.svg +9 -9
  169. package/dist/luna/images/text-lines.svg +22 -22
  170. package/dist/luna/images/tooltip-close-icon.svg +3 -3
  171. package/dist/luna/images/tooltip-icon.svg +3 -3
  172. package/dist/luna/images/up-arrow.svg +36 -36
  173. package/dist/luna/images/up-right-arrow.svg +9 -9
  174. package/dist/luna/images/user-profile.svg +37 -37
  175. package/dist/luna/images/user.svg +4 -4
  176. package/dist/luna/images/waffle.svg +11 -11
  177. package/dist/luna/images/worldwide.svg +19 -19
  178. package/dist/luna/list-feats/ListFeat/ListFeat.scss +112 -112
  179. package/dist/luna/list-feats/ListFeat1/ListFeat1.scss +94 -94
  180. package/dist/luna/list-feats/ListFeat2/ListFeat2.scss +19 -19
  181. package/dist/luna/list-feats/ListFeat4/ListFeat4.scss +32 -32
  182. package/dist/luna/list-feats/ListFeat5/ListFeat5.scss +26 -26
  183. package/dist/luna/list-feats/ListFeat6/ListFeat6.scss +34 -34
  184. package/dist/luna/list-feats/ListFeat7/ListFeat7.scss +13 -13
  185. package/dist/luna/list-feats/ListFeatCustom/ListFeatCustom.scss +7 -7
  186. package/dist/luna/other-organisms/Carousel/Carousel.scss +155 -155
  187. package/dist/luna/other-organisms/Flyout/Flyout.scss +367 -367
  188. package/dist/luna/other-organisms/Footer/Footer.scss +484 -484
  189. package/dist/luna/other-organisms/LanguageSelector/LanguageSelector.scss +318 -318
  190. package/dist/luna/other-organisms/MarketoForm/MarketoForm.scss +56 -56
  191. package/dist/luna/other-organisms/NavBar/NavBar.scss +628 -628
  192. package/dist/luna/other-organisms/SubNav/SubNav.scss +274 -274
  193. package/dist/luna/utils/generateLinks.js +3 -3
  194. package/package.json +91 -91
@@ -1,722 +1,722 @@
1
- @import "../../../global-styles/terra.scss";
2
-
3
- .luna-full-background-hero {
4
- height: auto;
5
-
6
- &__image {
7
- width: 100%;
8
- height: 100%;
9
- object-fit: cover;
10
- }
11
-
12
- &-variant-1 {
13
- display: grid;
14
- grid-template-rows: repeat(6, 1fr);
15
- grid-template-columns: 1fr;
16
- min-height: 100vh;
17
-
18
- @media screen and (min-width: $breakpoint-md) {
19
- min-height: calc(100vh - 105px);
20
- height: calc(100vh - 105px);
21
- }
22
-
23
- @media screen and (max-width: $breakpoint-md) {
24
- height: auto;
25
- min-height: auto;
26
- }
27
-
28
- @media screen and (max-width: $breakpoint-xs) {
29
- display: flex;
30
- flex-direction: column;
31
- height: auto;
32
- }
33
- }
34
-
35
- &-variant-2 {
36
- display: grid;
37
- grid-template-rows: repeat(10, 1fr);
38
- grid-template-columns: 1fr;
39
- height: auto;
40
-
41
- @media screen and (max-width: $breakpoint-sm) {
42
- grid-template-rows: repeat(11, 1fr);
43
- height: auto;
44
- }
45
-
46
- @media screen and (max-width: 700px) {
47
- display: flex;
48
- flex-direction: column;
49
- height: auto;
50
- position: relative;
51
- }
52
- }
53
-
54
- &-variant-2-inset {
55
- display: grid;
56
- grid-template-rows: repeat(10, 1fr);
57
- grid-template-columns: 1fr;
58
- height: auto;
59
-
60
- @media screen and (max-width: $breakpoint-sm) {
61
- grid-template-rows: repeat(11, 1fr);
62
- height: auto;
63
- }
64
-
65
- @media screen and (max-width: $breakpoint-xs) {
66
- display: flex;
67
- flex-direction: column;
68
- height: auto;
69
- position: relative;
70
- }
71
- }
72
-
73
- &-variant-3 {
74
- display: grid;
75
- grid-template-rows: repeat(7, 1fr);
76
- grid-template-columns: 1fr;
77
- min-height: 560px;
78
-
79
- @media screen and (max-width: $breakpoint-sm) {
80
- grid-template-rows: repeat(8, 1fr);
81
- min-height: 480px;
82
- .default-layout {
83
- margin-bottom: 0;
84
- &__grid {
85
- margin: 0;
86
- }
87
- }
88
- }
89
-
90
- @media screen and (max-width: $breakpoint-xs) {
91
- display: flex;
92
- flex-direction: column;
93
- height: auto;
94
- background: $white !important;
95
- position: relative;
96
- }
97
- }
98
-
99
- &--2x2 {
100
- min-height: 850px;
101
- }
102
-
103
- &__image-wrapper {
104
-
105
- &-variant-1 {
106
- grid-row: 1 / span 6;
107
- grid-column: 1 / span 1;
108
- }
109
-
110
- &-variant-2 {
111
- grid-row: 1 / span 10;
112
- grid-column: 1 / span 1;
113
- display: grid;
114
- grid-template-rows: repeat(10, 1fr);
115
- grid-template-columns: 1fr;
116
- height: 1000px;
117
-
118
- @media screen and (max-width: $breakpoint-sm) {
119
- grid-row: 1 / span 11;
120
- grid-template-rows: repeat(11, 1fr);
121
- height: 1100px;
122
- }
123
-
124
- @media screen and (max-width: 700px) {
125
- display: flex;
126
- flex-direction: column;
127
- height: auto;
128
- }
129
- }
130
-
131
- &-variant-2-inset {
132
- grid-row: 1 / span 10;
133
- grid-column: 1 / span 1;
134
- display: grid;
135
- grid-template-rows: repeat(10, 1fr);
136
- grid-template-columns: 1fr;
137
- height: 1000px;
138
-
139
- @media screen and (max-width: $breakpoint-sm) {
140
- grid-row: 1 / span 11;
141
- grid-template-rows: repeat(11, 1fr);
142
- height: 1100px;
143
- }
144
-
145
- @media screen and (max-width: $breakpoint-xs) {
146
- display: flex;
147
- flex-direction: column;
148
- height: auto;
149
- }
150
- }
151
-
152
- &-variant-3 {
153
- grid-row: 1 / span 8;
154
- grid-column: 1 / span 1;
155
- }
156
-
157
- &-background {
158
- &-variant-1 {
159
- height: 100%;
160
-
161
- @media screen and (min-width: $breakpoint-md) {
162
- > .ter-focused-image-container {
163
- padding-bottom: 0px !important;
164
-
165
- > img {
166
- inset: 0 !important;
167
- }
168
- }
169
- }
170
-
171
- @media screen and (max-width: $breakpoint-xs) {
172
- height: 280px;
173
- overflow: hidden;
174
- }
175
- }
176
-
177
- @-moz-document url-prefix() {
178
- &-variant-2 {
179
- @media screen and (min-width: 1650px) {
180
- height: auto !important;
181
-
182
- picture {
183
- padding-bottom: 0 !important;
184
- }
185
- }
186
-
187
- }
188
- }
189
-
190
- &-variant-2 {
191
- height: 100%;
192
- grid-row: 1 / span 5;
193
- grid-column: 1 / span 1;
194
-
195
- picture {
196
- @media screen and (min-width: $breakpoint-lg) {
197
- padding-bottom: 0 !important;
198
- }
199
- }
200
-
201
- @media screen and (max-width: 700px) {
202
- height: 280px;
203
- overflow: hidden;
204
- }
205
- }
206
-
207
- &-variant-2-inset {
208
- height: 100%;
209
- grid-row: 1 / span 5;
210
- grid-column: 1 / span 1;
211
-
212
- @media screen and (max-width: $breakpoint-xs) {
213
- height: 280px;
214
- overflow: hidden;
215
- }
216
- }
217
-
218
- &-variant-3 {
219
- height: 100%;
220
-
221
- @media screen and (max-width: $breakpoint-sm) {
222
- min-height: 480px;
223
- }
224
-
225
- @media screen and (max-width: $breakpoint-xs) {
226
- height: 280px;
227
- min-height: 280px;
228
- overflow: hidden;
229
- }
230
- }
231
- &--lottie {
232
- overflow: hidden;
233
- }
234
- }
235
-
236
- &-content {
237
- &-variant-1,
238
- &-variant-2-inset,
239
- &-variant-3 {
240
- display: none;
241
- }
242
-
243
- &-variant-2 {
244
- height: 100%;
245
- grid-row: 6 / span 5;
246
- grid-column: 1 / span 1;
247
-
248
- @media screen and (max-width: $breakpoint-sm) {
249
- grid-row: 6 / span 6;
250
- }
251
-
252
- @media screen and (max-width: 700px) {
253
- display: none;
254
- }
255
- }
256
- }
257
- .lf-player-container {
258
- height: 100%;
259
- }
260
- }
261
-
262
- &__content-wrapper {
263
- width: 100%;
264
- padding: 0px calc((100% - 1280px) / 2);
265
- z-index: 10;
266
-
267
- @media screen and (max-width: $breakpoint-sm) {
268
- padding: 0;
269
- .default-layout,
270
- .default-layout__grid {
271
- margin: 0;
272
- padding-top: 0;
273
- }
274
- }
275
-
276
- &-variant-1 {
277
- grid-row: 2 / span 4;
278
- grid-column: 1 / span 1;
279
-
280
- @media screen and (max-width: $breakpoint-xs) {
281
- margin: 30px 0px;
282
- }
283
- }
284
-
285
- &-variant-2 {
286
- grid-row: 5 / span 6;
287
- grid-column: 1 / span 1;
288
-
289
- @media screen and (max-width: $breakpoint-sm) {
290
- grid-row: 4 / span 8;
291
- }
292
- }
293
-
294
- &-variant-2-inset {
295
- grid-row: 5 / span 6;
296
- grid-column: 1 / span 1;
297
-
298
- @media screen and (max-width: $breakpoint-sm) {
299
- grid-row: 5 / span 7;
300
- }
301
- }
302
-
303
- &-variant-3 {
304
- grid-row: 2 / span 6;
305
- grid-column: 1 / span 1;
306
-
307
- @media screen and (max-width: $breakpoint-xs) {
308
- margin: 40px 0px;
309
- }
310
- }
311
-
312
- &-grid {
313
- @include grid-container;
314
- grid-template-rows: 5px 1fr;
315
- height: 100%;
316
- align-items: center;
317
-
318
- &-variant-1 {
319
- align-items: center;
320
- }
321
-
322
- &-variant-2,
323
- &-variant-3 {
324
- align-items: flex-start;
325
- }
326
- }
327
-
328
- &-left {
329
-
330
- &-variant-1 {
331
- grid-column: 2 / span 6;
332
-
333
- @media screen and (max-width: $breakpoint-sm) {
334
- grid-column: 2 / span 5;
335
- }
336
-
337
- @media screen and (max-width: $breakpoint-xs) {
338
- grid-column: 2 / span 14;
339
- }
340
-
341
- &--full {
342
- @media screen and (max-width: $breakpoint-sm) {
343
- grid-column: 2 / span 8;
344
- }
345
-
346
- @media screen and (max-width: $breakpoint-xs) {
347
- grid-column: 2 / span 14;
348
- }
349
- }
350
- }
351
-
352
- &-variant-2 {
353
- grid-column: 2 / span 7;
354
- margin-top: 150px;
355
-
356
- @media screen and (max-width: $breakpoint-sm) {
357
- grid-column: 2 / span 8;
358
- margin-top: 250px;
359
- }
360
-
361
- @media screen and (max-width: 700px) {
362
- grid-column: 2 / span 14;
363
- margin: 50px 0px;
364
- }
365
-
366
- &--image {
367
- @media screen and (max-width: 700px) {
368
- margin: 160px 0px 50px 0px;
369
- }
370
- }
371
- }
372
-
373
- &-variant-2-inset {
374
- grid-column: 2 / span 6;
375
- margin-top: 60px;
376
-
377
- @media screen and (max-width: $breakpoint-sm) {
378
- grid-column: 2 / span 6;
379
- }
380
-
381
- @media screen and (max-width: $breakpoint-xs) {
382
- grid-column: 2 / span 14;
383
- margin: 50px 0px;
384
- }
385
-
386
- @media screen and (min-width: $breakpoint-xl) {
387
- margin-top: 150px;
388
- }
389
- }
390
-
391
- &-variant-3 {
392
- grid-column: 2 / span 6;
393
-
394
- @media screen and (max-width: $breakpoint-xs) {
395
- grid-column: 2 / span 14;
396
-
397
- > * .cta-container, .cta-container {
398
- color: $gray-10 !important;
399
-
400
- > .cta-buttons {
401
- > .ter-button--secondary--1 {
402
- background-color: $blue-10 !important;
403
- border: 2px solid $blue-10 !important;
404
- color: $white !important;
405
- transition: all .3s ease;
406
- line-height: 24px;
407
- padding: 12px;
408
- justify-content: space-between;
409
-
410
- @media screen and (max-width: $breakpoint-xs) {
411
- padding-left: 40px;
412
- }
413
-
414
- .arrow {
415
- fill: $white;
416
- }
417
-
418
- &:hover,
419
- &:focus,
420
- &:active {
421
- background-color: darken($blue-10, 7%) !important;
422
- }
423
- }
424
-
425
- > .ter-button--secondary--2 {
426
- background-color: transparent;
427
- border: 2px solid $blue-10;
428
- color: $blue-10;
429
- transition: all .3s ease;
430
- line-height: 24px;
431
- padding: 12px;
432
- justify-content: space-between;
433
-
434
- @media screen and (max-width: $breakpoint-xs) {
435
- padding-left: 40px;
436
- }
437
-
438
- .arrow {
439
- fill: $blue-10;
440
- }
441
-
442
- &:hover,
443
- &:focus,
444
- &:active {
445
- background-color: $trimble-blue;
446
- color: $white;
447
- }
448
-
449
- &:hover .arrow,
450
- &:focus .arrow,
451
- &:active .arrow {
452
- fill: $white;
453
- }
454
- }
455
- }
456
- }
457
- }
458
- }
459
- }
460
-
461
- &-right {
462
-
463
- &-variant-1 {
464
- grid-column: 9 / span 7;
465
-
466
- @media screen and (max-width: $breakpoint-sm) {
467
- grid-column: 8 / span 8;
468
- }
469
-
470
- @media screen and (max-width: $breakpoint-xs) {
471
- grid-column: 2 / span 14;
472
- margin-top: 50px;
473
- }
474
-
475
- > .luna-2x2__short-data-point {
476
- @media screen and (max-width: $breakpoint-md) {
477
- max-width: 480px;
478
- height: 480px;
479
- }
480
-
481
- @media screen and (max-width: $breakpoint-xs) {
482
- max-width: 600px;
483
- height: 960px;
484
- }
485
- }
486
-
487
- > .data-point--variant_2b {
488
- @media screen and (max-width: $breakpoint-xs) {
489
- width: auto;
490
- }
491
- }
492
- }
493
-
494
- &-variant-2 {
495
- grid-column: 10 / span 6;
496
-
497
- @media screen and (max-width: $breakpoint-sm) {
498
- grid-column: 11 / span 5;
499
- }
500
-
501
- @media screen and (max-width: 850px) {
502
- grid-column: 10 / span 5;
503
- }
504
-
505
- @media screen and (max-width: 700px) {
506
- grid-column: 2 / span 14;
507
- grid-row: 1 / span 1;
508
- }
509
- }
510
-
511
- &-variant-2-inset {
512
- grid-column: 9 / span 7;
513
-
514
- @media screen and (max-width: $breakpoint-sm) {
515
- grid-column: 9 / span 7;
516
- }
517
-
518
- @media screen and (max-width: $breakpoint-xs) {
519
- grid-column: 2 / span 14;
520
- margin-bottom: 50px;
521
- }
522
-
523
- > .luna-2x2__short-data-point {
524
- @media screen and (max-width: $breakpoint-md) {
525
- max-width: 420px;
526
- height: 420px;
527
- }
528
-
529
- @media screen and (max-width: $breakpoint-xs) {
530
- max-width: 600px;
531
- height: 960px;
532
- }
533
- }
534
- & > .default-layout > .default-layout__grid {
535
- margin-top: 0;
536
- & > .default-layout__children {
537
- // fix for 2x2 sizing
538
- grid-column: 1/span 16 !important;
539
- }
540
- }
541
- }
542
-
543
- &-variant-3 {
544
- grid-column: 10 / span 5;
545
-
546
- @media screen and (max-width: $breakpoint-sm) {
547
- grid-column: 10 / span 6;
548
- }
549
-
550
- @media screen and (max-width: $breakpoint-xs) {
551
- position: absolute;
552
- top: 0px;
553
- right: 35px;
554
- height: 280px;
555
- }
556
- }
557
-
558
- &-figure {
559
- width: 480px;
560
- height: 480px;
561
-
562
- @media screen and (max-width: $breakpoint-md) {
563
- height: 420px;
564
- width: 420px;
565
- }
566
-
567
- @media screen and (max-width: $breakpoint-sm) {
568
- height: 300px;
569
- width: 300px;
570
- }
571
-
572
- @media screen and (max-width: 700px) {
573
- width: 280px;
574
- height: 280px;
575
- position: relative !important;
576
- bottom: 170px !important;
577
- left: calc((100% - 280px) / 2);
578
- }
579
-
580
- &--square {
581
- border: 8px solid;
582
- box-sizing: border-box;
583
- }
584
-
585
- &--circle {
586
- border: 8px solid;
587
- box-sizing: border-box;
588
- border-radius: 50%;
589
-
590
- > .ter-focused-image-container, .luna-full-background-hero__image {
591
- border-radius: 50%;
592
- }
593
- }
594
-
595
- &--triangle {
596
- position: relative;
597
- clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
598
- width: 480px;
599
- height: 480px;
600
-
601
- & > picture {
602
- aspect-ratio: auto !important;
603
- }
604
-
605
- @media screen and (max-width: $breakpoint-md) {
606
- height: 420px;
607
- width: 420px;
608
- }
609
-
610
- @media screen and (max-width: $breakpoint-sm) {
611
- width: 300px;
612
- height: 300px;
613
- }
614
-
615
- @media screen and (max-width: 700px) {
616
- width: 280px;
617
- height: 280px;
618
- }
619
-
620
- > .ter-focused-image-container {
621
- position: absolute !important;
622
- top: 16px;
623
- left: 16px;
624
- right: 16px;
625
- bottom: 8px;
626
- padding: 0px !important;
627
- height: auto !important;
628
- width: auto !important;
629
- clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
630
- }
631
-
632
- > .luna-full-background-hero__image {
633
- position: absolute !important;
634
- top: 20px;
635
- left: 16px;
636
- clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
637
- width: 448px;
638
- height: 448px;
639
-
640
- @media screen and (max-width: $breakpoint-sm) {
641
- width: 268px;
642
- height: 268px;
643
- }
644
-
645
- @media screen and (max-width: 700px) {
646
- width: 248px;
647
- height: 248px;
648
- }
649
- }
650
- }
651
- }
652
-
653
- &--no-content {
654
- display: none;
655
- }
656
- }
657
- }
658
- &__white-bg {
659
- @media screen and (max-width: $breakpoint-sm) {
660
- .ter-button--secondary--1 {
661
- border-color: $trimble-blue;
662
-
663
- &:hover,
664
- &:focus,
665
- &:active {
666
- background-color: $trimble-blue !important;
667
- color: $white !important;
668
- border-color: $trimble-blue !important;
669
-
670
- .arrow {
671
- fill: $white !important;
672
- }
673
- }
674
- }
675
- .ter-button--secondary--2 {
676
- background-color: $trimble-blue;
677
-
678
- &:hover,
679
- &:focus,
680
- &:active {
681
- background-color: darken($blue-10, 7%) !important;
682
- color: $white !important;
683
-
684
- .arrow {
685
- fill: $white !important;
686
- }
687
- }
688
- }
689
- }
690
- }
691
-
692
- .cta-container {
693
- .header {
694
- .eyebrow {
695
- margin-bottom: 6px;
696
- }
697
- .heading {
698
- margin-bottom: 12px;
699
- line-height: 38px;
700
- @media screen and (max-width: $breakpoint-sm){
701
- line-height: 32px;
702
- }
703
- }
704
- .subheading {
705
- font-family: $regular-font-family;
706
- line-height: 25px;
707
- p {
708
- line-height: 25px;
709
- }
710
- }
711
- &:not(:last-child){
712
- margin-bottom: 12px;
713
- }
714
- }
715
- }
716
-
717
- .ter-header {
718
- @media only screen and (max-width: $breakpoint-xs) {
719
- color: $gray-10 !important;
720
- }
721
- }
722
- }
1
+ @import "../../../global-styles/terra.scss";
2
+
3
+ .luna-full-background-hero {
4
+ height: auto;
5
+
6
+ &__image {
7
+ width: 100%;
8
+ height: 100%;
9
+ object-fit: cover;
10
+ }
11
+
12
+ &-variant-1 {
13
+ display: grid;
14
+ grid-template-rows: repeat(6, 1fr);
15
+ grid-template-columns: 1fr;
16
+ min-height: 100vh;
17
+
18
+ @media screen and (min-width: $breakpoint-md) {
19
+ min-height: calc(100vh - 105px);
20
+ height: calc(100vh - 105px);
21
+ }
22
+
23
+ @media screen and (max-width: $breakpoint-md) {
24
+ height: auto;
25
+ min-height: auto;
26
+ }
27
+
28
+ @media screen and (max-width: $breakpoint-xs) {
29
+ display: flex;
30
+ flex-direction: column;
31
+ height: auto;
32
+ }
33
+ }
34
+
35
+ &-variant-2 {
36
+ display: grid;
37
+ grid-template-rows: repeat(10, 1fr);
38
+ grid-template-columns: 1fr;
39
+ height: auto;
40
+
41
+ @media screen and (max-width: $breakpoint-sm) {
42
+ grid-template-rows: repeat(11, 1fr);
43
+ height: auto;
44
+ }
45
+
46
+ @media screen and (max-width: 700px) {
47
+ display: flex;
48
+ flex-direction: column;
49
+ height: auto;
50
+ position: relative;
51
+ }
52
+ }
53
+
54
+ &-variant-2-inset {
55
+ display: grid;
56
+ grid-template-rows: repeat(10, 1fr);
57
+ grid-template-columns: 1fr;
58
+ height: auto;
59
+
60
+ @media screen and (max-width: $breakpoint-sm) {
61
+ grid-template-rows: repeat(11, 1fr);
62
+ height: auto;
63
+ }
64
+
65
+ @media screen and (max-width: $breakpoint-xs) {
66
+ display: flex;
67
+ flex-direction: column;
68
+ height: auto;
69
+ position: relative;
70
+ }
71
+ }
72
+
73
+ &-variant-3 {
74
+ display: grid;
75
+ grid-template-rows: repeat(7, 1fr);
76
+ grid-template-columns: 1fr;
77
+ min-height: 560px;
78
+
79
+ @media screen and (max-width: $breakpoint-sm) {
80
+ grid-template-rows: repeat(8, 1fr);
81
+ min-height: 480px;
82
+ .default-layout {
83
+ margin-bottom: 0;
84
+ &__grid {
85
+ margin: 0;
86
+ }
87
+ }
88
+ }
89
+
90
+ @media screen and (max-width: $breakpoint-xs) {
91
+ display: flex;
92
+ flex-direction: column;
93
+ height: auto;
94
+ background: $white !important;
95
+ position: relative;
96
+ }
97
+ }
98
+
99
+ &--2x2 {
100
+ min-height: 850px;
101
+ }
102
+
103
+ &__image-wrapper {
104
+
105
+ &-variant-1 {
106
+ grid-row: 1 / span 6;
107
+ grid-column: 1 / span 1;
108
+ }
109
+
110
+ &-variant-2 {
111
+ grid-row: 1 / span 10;
112
+ grid-column: 1 / span 1;
113
+ display: grid;
114
+ grid-template-rows: repeat(10, 1fr);
115
+ grid-template-columns: 1fr;
116
+ height: 1000px;
117
+
118
+ @media screen and (max-width: $breakpoint-sm) {
119
+ grid-row: 1 / span 11;
120
+ grid-template-rows: repeat(11, 1fr);
121
+ height: 1100px;
122
+ }
123
+
124
+ @media screen and (max-width: 700px) {
125
+ display: flex;
126
+ flex-direction: column;
127
+ height: auto;
128
+ }
129
+ }
130
+
131
+ &-variant-2-inset {
132
+ grid-row: 1 / span 10;
133
+ grid-column: 1 / span 1;
134
+ display: grid;
135
+ grid-template-rows: repeat(10, 1fr);
136
+ grid-template-columns: 1fr;
137
+ height: 1000px;
138
+
139
+ @media screen and (max-width: $breakpoint-sm) {
140
+ grid-row: 1 / span 11;
141
+ grid-template-rows: repeat(11, 1fr);
142
+ height: 1100px;
143
+ }
144
+
145
+ @media screen and (max-width: $breakpoint-xs) {
146
+ display: flex;
147
+ flex-direction: column;
148
+ height: auto;
149
+ }
150
+ }
151
+
152
+ &-variant-3 {
153
+ grid-row: 1 / span 8;
154
+ grid-column: 1 / span 1;
155
+ }
156
+
157
+ &-background {
158
+ &-variant-1 {
159
+ height: 100%;
160
+
161
+ @media screen and (min-width: $breakpoint-md) {
162
+ > .ter-focused-image-container {
163
+ padding-bottom: 0px !important;
164
+
165
+ > img {
166
+ inset: 0 !important;
167
+ }
168
+ }
169
+ }
170
+
171
+ @media screen and (max-width: $breakpoint-xs) {
172
+ height: 280px;
173
+ overflow: hidden;
174
+ }
175
+ }
176
+
177
+ @-moz-document url-prefix() {
178
+ &-variant-2 {
179
+ @media screen and (min-width: 1650px) {
180
+ height: auto !important;
181
+
182
+ picture {
183
+ padding-bottom: 0 !important;
184
+ }
185
+ }
186
+
187
+ }
188
+ }
189
+
190
+ &-variant-2 {
191
+ height: 100%;
192
+ grid-row: 1 / span 5;
193
+ grid-column: 1 / span 1;
194
+
195
+ picture {
196
+ @media screen and (min-width: $breakpoint-lg) {
197
+ padding-bottom: 0 !important;
198
+ }
199
+ }
200
+
201
+ @media screen and (max-width: 700px) {
202
+ height: 280px;
203
+ overflow: hidden;
204
+ }
205
+ }
206
+
207
+ &-variant-2-inset {
208
+ height: 100%;
209
+ grid-row: 1 / span 5;
210
+ grid-column: 1 / span 1;
211
+
212
+ @media screen and (max-width: $breakpoint-xs) {
213
+ height: 280px;
214
+ overflow: hidden;
215
+ }
216
+ }
217
+
218
+ &-variant-3 {
219
+ height: 100%;
220
+
221
+ @media screen and (max-width: $breakpoint-sm) {
222
+ min-height: 480px;
223
+ }
224
+
225
+ @media screen and (max-width: $breakpoint-xs) {
226
+ height: 280px;
227
+ min-height: 280px;
228
+ overflow: hidden;
229
+ }
230
+ }
231
+ &--lottie {
232
+ overflow: hidden;
233
+ }
234
+ }
235
+
236
+ &-content {
237
+ &-variant-1,
238
+ &-variant-2-inset,
239
+ &-variant-3 {
240
+ display: none;
241
+ }
242
+
243
+ &-variant-2 {
244
+ height: 100%;
245
+ grid-row: 6 / span 5;
246
+ grid-column: 1 / span 1;
247
+
248
+ @media screen and (max-width: $breakpoint-sm) {
249
+ grid-row: 6 / span 6;
250
+ }
251
+
252
+ @media screen and (max-width: 700px) {
253
+ display: none;
254
+ }
255
+ }
256
+ }
257
+ .lf-player-container {
258
+ height: 100%;
259
+ }
260
+ }
261
+
262
+ &__content-wrapper {
263
+ width: 100%;
264
+ padding: 0px calc((100% - 1280px) / 2);
265
+ z-index: 10;
266
+
267
+ @media screen and (max-width: $breakpoint-sm) {
268
+ padding: 0;
269
+ .default-layout,
270
+ .default-layout__grid {
271
+ margin: 0;
272
+ padding-top: 0;
273
+ }
274
+ }
275
+
276
+ &-variant-1 {
277
+ grid-row: 2 / span 4;
278
+ grid-column: 1 / span 1;
279
+
280
+ @media screen and (max-width: $breakpoint-xs) {
281
+ margin: 30px 0px;
282
+ }
283
+ }
284
+
285
+ &-variant-2 {
286
+ grid-row: 5 / span 6;
287
+ grid-column: 1 / span 1;
288
+
289
+ @media screen and (max-width: $breakpoint-sm) {
290
+ grid-row: 4 / span 8;
291
+ }
292
+ }
293
+
294
+ &-variant-2-inset {
295
+ grid-row: 5 / span 6;
296
+ grid-column: 1 / span 1;
297
+
298
+ @media screen and (max-width: $breakpoint-sm) {
299
+ grid-row: 5 / span 7;
300
+ }
301
+ }
302
+
303
+ &-variant-3 {
304
+ grid-row: 2 / span 6;
305
+ grid-column: 1 / span 1;
306
+
307
+ @media screen and (max-width: $breakpoint-xs) {
308
+ margin: 40px 0px;
309
+ }
310
+ }
311
+
312
+ &-grid {
313
+ @include grid-container;
314
+ grid-template-rows: 5px 1fr;
315
+ height: 100%;
316
+ align-items: center;
317
+
318
+ &-variant-1 {
319
+ align-items: center;
320
+ }
321
+
322
+ &-variant-2,
323
+ &-variant-3 {
324
+ align-items: flex-start;
325
+ }
326
+ }
327
+
328
+ &-left {
329
+
330
+ &-variant-1 {
331
+ grid-column: 2 / span 6;
332
+
333
+ @media screen and (max-width: $breakpoint-sm) {
334
+ grid-column: 2 / span 5;
335
+ }
336
+
337
+ @media screen and (max-width: $breakpoint-xs) {
338
+ grid-column: 2 / span 14;
339
+ }
340
+
341
+ &--full {
342
+ @media screen and (max-width: $breakpoint-sm) {
343
+ grid-column: 2 / span 8;
344
+ }
345
+
346
+ @media screen and (max-width: $breakpoint-xs) {
347
+ grid-column: 2 / span 14;
348
+ }
349
+ }
350
+ }
351
+
352
+ &-variant-2 {
353
+ grid-column: 2 / span 7;
354
+ margin-top: 150px;
355
+
356
+ @media screen and (max-width: $breakpoint-sm) {
357
+ grid-column: 2 / span 8;
358
+ margin-top: 250px;
359
+ }
360
+
361
+ @media screen and (max-width: 700px) {
362
+ grid-column: 2 / span 14;
363
+ margin: 50px 0px;
364
+ }
365
+
366
+ &--image {
367
+ @media screen and (max-width: 700px) {
368
+ margin: 160px 0px 50px 0px;
369
+ }
370
+ }
371
+ }
372
+
373
+ &-variant-2-inset {
374
+ grid-column: 2 / span 6;
375
+ margin-top: 60px;
376
+
377
+ @media screen and (max-width: $breakpoint-sm) {
378
+ grid-column: 2 / span 6;
379
+ }
380
+
381
+ @media screen and (max-width: $breakpoint-xs) {
382
+ grid-column: 2 / span 14;
383
+ margin: 50px 0px;
384
+ }
385
+
386
+ @media screen and (min-width: $breakpoint-xl) {
387
+ margin-top: 150px;
388
+ }
389
+ }
390
+
391
+ &-variant-3 {
392
+ grid-column: 2 / span 6;
393
+
394
+ @media screen and (max-width: $breakpoint-xs) {
395
+ grid-column: 2 / span 14;
396
+
397
+ > * .cta-container, .cta-container {
398
+ color: $gray-10 !important;
399
+
400
+ > .cta-buttons {
401
+ > .ter-button--secondary--1 {
402
+ background-color: $blue-10 !important;
403
+ border: 2px solid $blue-10 !important;
404
+ color: $white !important;
405
+ transition: all .3s ease;
406
+ line-height: 24px;
407
+ padding: 12px;
408
+ justify-content: space-between;
409
+
410
+ @media screen and (max-width: $breakpoint-xs) {
411
+ padding-left: 40px;
412
+ }
413
+
414
+ .arrow {
415
+ fill: $white;
416
+ }
417
+
418
+ &:hover,
419
+ &:focus,
420
+ &:active {
421
+ background-color: darken($blue-10, 7%) !important;
422
+ }
423
+ }
424
+
425
+ > .ter-button--secondary--2 {
426
+ background-color: transparent;
427
+ border: 2px solid $blue-10;
428
+ color: $blue-10;
429
+ transition: all .3s ease;
430
+ line-height: 24px;
431
+ padding: 12px;
432
+ justify-content: space-between;
433
+
434
+ @media screen and (max-width: $breakpoint-xs) {
435
+ padding-left: 40px;
436
+ }
437
+
438
+ .arrow {
439
+ fill: $blue-10;
440
+ }
441
+
442
+ &:hover,
443
+ &:focus,
444
+ &:active {
445
+ background-color: $trimble-blue;
446
+ color: $white;
447
+ }
448
+
449
+ &:hover .arrow,
450
+ &:focus .arrow,
451
+ &:active .arrow {
452
+ fill: $white;
453
+ }
454
+ }
455
+ }
456
+ }
457
+ }
458
+ }
459
+ }
460
+
461
+ &-right {
462
+
463
+ &-variant-1 {
464
+ grid-column: 9 / span 7;
465
+
466
+ @media screen and (max-width: $breakpoint-sm) {
467
+ grid-column: 8 / span 8;
468
+ }
469
+
470
+ @media screen and (max-width: $breakpoint-xs) {
471
+ grid-column: 2 / span 14;
472
+ margin-top: 50px;
473
+ }
474
+
475
+ > .luna-2x2__short-data-point {
476
+ @media screen and (max-width: $breakpoint-md) {
477
+ max-width: 480px;
478
+ height: 480px;
479
+ }
480
+
481
+ @media screen and (max-width: $breakpoint-xs) {
482
+ max-width: 600px;
483
+ height: 960px;
484
+ }
485
+ }
486
+
487
+ > .data-point--variant_2b {
488
+ @media screen and (max-width: $breakpoint-xs) {
489
+ width: auto;
490
+ }
491
+ }
492
+ }
493
+
494
+ &-variant-2 {
495
+ grid-column: 10 / span 6;
496
+
497
+ @media screen and (max-width: $breakpoint-sm) {
498
+ grid-column: 11 / span 5;
499
+ }
500
+
501
+ @media screen and (max-width: 850px) {
502
+ grid-column: 10 / span 5;
503
+ }
504
+
505
+ @media screen and (max-width: 700px) {
506
+ grid-column: 2 / span 14;
507
+ grid-row: 1 / span 1;
508
+ }
509
+ }
510
+
511
+ &-variant-2-inset {
512
+ grid-column: 9 / span 7;
513
+
514
+ @media screen and (max-width: $breakpoint-sm) {
515
+ grid-column: 9 / span 7;
516
+ }
517
+
518
+ @media screen and (max-width: $breakpoint-xs) {
519
+ grid-column: 2 / span 14;
520
+ margin-bottom: 50px;
521
+ }
522
+
523
+ > .luna-2x2__short-data-point {
524
+ @media screen and (max-width: $breakpoint-md) {
525
+ max-width: 420px;
526
+ height: 420px;
527
+ }
528
+
529
+ @media screen and (max-width: $breakpoint-xs) {
530
+ max-width: 600px;
531
+ height: 960px;
532
+ }
533
+ }
534
+ & > .default-layout > .default-layout__grid {
535
+ margin-top: 0;
536
+ & > .default-layout__children {
537
+ // fix for 2x2 sizing
538
+ grid-column: 1/span 16 !important;
539
+ }
540
+ }
541
+ }
542
+
543
+ &-variant-3 {
544
+ grid-column: 10 / span 5;
545
+
546
+ @media screen and (max-width: $breakpoint-sm) {
547
+ grid-column: 10 / span 6;
548
+ }
549
+
550
+ @media screen and (max-width: $breakpoint-xs) {
551
+ position: absolute;
552
+ top: 0px;
553
+ right: 35px;
554
+ height: 280px;
555
+ }
556
+ }
557
+
558
+ &-figure {
559
+ width: 480px;
560
+ height: 480px;
561
+
562
+ @media screen and (max-width: $breakpoint-md) {
563
+ height: 420px;
564
+ width: 420px;
565
+ }
566
+
567
+ @media screen and (max-width: $breakpoint-sm) {
568
+ height: 300px;
569
+ width: 300px;
570
+ }
571
+
572
+ @media screen and (max-width: 700px) {
573
+ width: 280px;
574
+ height: 280px;
575
+ position: relative !important;
576
+ bottom: 170px !important;
577
+ left: calc((100% - 280px) / 2);
578
+ }
579
+
580
+ &--square {
581
+ border: 8px solid;
582
+ box-sizing: border-box;
583
+ }
584
+
585
+ &--circle {
586
+ border: 8px solid;
587
+ box-sizing: border-box;
588
+ border-radius: 50%;
589
+
590
+ > .ter-focused-image-container, .luna-full-background-hero__image {
591
+ border-radius: 50%;
592
+ }
593
+ }
594
+
595
+ &--triangle {
596
+ position: relative;
597
+ clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
598
+ width: 480px;
599
+ height: 480px;
600
+
601
+ & > picture {
602
+ aspect-ratio: auto !important;
603
+ }
604
+
605
+ @media screen and (max-width: $breakpoint-md) {
606
+ height: 420px;
607
+ width: 420px;
608
+ }
609
+
610
+ @media screen and (max-width: $breakpoint-sm) {
611
+ width: 300px;
612
+ height: 300px;
613
+ }
614
+
615
+ @media screen and (max-width: 700px) {
616
+ width: 280px;
617
+ height: 280px;
618
+ }
619
+
620
+ > .ter-focused-image-container {
621
+ position: absolute !important;
622
+ top: 16px;
623
+ left: 16px;
624
+ right: 16px;
625
+ bottom: 8px;
626
+ padding: 0px !important;
627
+ height: auto !important;
628
+ width: auto !important;
629
+ clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
630
+ }
631
+
632
+ > .luna-full-background-hero__image {
633
+ position: absolute !important;
634
+ top: 20px;
635
+ left: 16px;
636
+ clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
637
+ width: 448px;
638
+ height: 448px;
639
+
640
+ @media screen and (max-width: $breakpoint-sm) {
641
+ width: 268px;
642
+ height: 268px;
643
+ }
644
+
645
+ @media screen and (max-width: 700px) {
646
+ width: 248px;
647
+ height: 248px;
648
+ }
649
+ }
650
+ }
651
+ }
652
+
653
+ &--no-content {
654
+ display: none;
655
+ }
656
+ }
657
+ }
658
+ &__white-bg {
659
+ @media screen and (max-width: $breakpoint-sm) {
660
+ .ter-button--secondary--1 {
661
+ border-color: $trimble-blue;
662
+
663
+ &:hover,
664
+ &:focus,
665
+ &:active {
666
+ background-color: $trimble-blue !important;
667
+ color: $white !important;
668
+ border-color: $trimble-blue !important;
669
+
670
+ .arrow {
671
+ fill: $white !important;
672
+ }
673
+ }
674
+ }
675
+ .ter-button--secondary--2 {
676
+ background-color: $trimble-blue;
677
+
678
+ &:hover,
679
+ &:focus,
680
+ &:active {
681
+ background-color: darken($blue-10, 7%) !important;
682
+ color: $white !important;
683
+
684
+ .arrow {
685
+ fill: $white !important;
686
+ }
687
+ }
688
+ }
689
+ }
690
+ }
691
+
692
+ .cta-container {
693
+ .header {
694
+ .eyebrow {
695
+ margin-bottom: 6px;
696
+ }
697
+ .heading {
698
+ margin-bottom: 12px;
699
+ line-height: 38px;
700
+ @media screen and (max-width: $breakpoint-sm){
701
+ line-height: 32px;
702
+ }
703
+ }
704
+ .subheading {
705
+ font-family: $regular-font-family;
706
+ line-height: 25px;
707
+ p {
708
+ line-height: 25px;
709
+ }
710
+ }
711
+ &:not(:last-child){
712
+ margin-bottom: 12px;
713
+ }
714
+ }
715
+ }
716
+
717
+ .ter-header {
718
+ @media only screen and (max-width: $breakpoint-xs) {
719
+ color: $gray-10 !important;
720
+ }
721
+ }
722
+ }