-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
536 lines (503 loc) · 21.5 KB
/
Copy pathstyle.css
File metadata and controls
536 lines (503 loc) · 21.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
@charset "UTF-8";
/*
Theme Name: nexTab Block Theme Template
Theme URI: https://nextab.de
Author: nexTab – Oliver Gehrmann
Author URI: https://nextab.de
Description: Modern WordPress Full Site Editing (FSE) block theme template with clean architecture and reusable components. Built by nexTab for flexible, maintainable WordPress projects.
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.3
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nxt-block-theme
Tags: block-theme, fse, full-site-editing, custom-blocks
*/
/* #region Widths */
/* #endregion Widths */
/* #region Font Definitions */
/* #endregion Font Definitions */
/* #region Clamp Function for Responsive Typography */
/* #endregion Clamp Function for Responsive Typography */
/* #region Font Sizes */
/* #endregion Font Sizes */
/* #region Spacing */
/* #endregion Spacing */
/* #region Border Radius */
/* #endregion Border Radius */
/* #region Inline Icons */
/* #region Social Icons */
/* .social-menu .fab {
@extend %social-icon;
&.fa-linkedin::before {
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M512 96L127.9 96C110.3 96 96 110.5 96 128.3L96 511.7C96 529.5 110.3 544 127.9 544L512 544C529.6 544 544 529.5 544 511.7L544 128.3C544 110.5 529.6 96 512 96zM231.4 480L165 480L165 266.2L231.5 266.2L231.5 480L231.4 480zM198.2 160C219.5 160 236.7 177.2 236.7 198.5C236.7 219.8 219.5 237 198.2 237C176.9 237 159.7 219.8 159.7 198.5C159.7 177.2 176.9 160 198.2 160zM480.3 480L413.9 480L413.9 376C413.9 351.2 413.4 319.3 379.4 319.3C344.8 319.3 339.5 346.3 339.5 374.2L339.5 480L273.1 480L273.1 266.2L336.8 266.2L336.8 295.4L337.7 295.4C346.6 278.6 368.3 260.9 400.6 260.9C467.8 260.9 480.3 305.2 480.3 362.8L480.3 480z'/%3E%3C/svg%3E");
}
&.fa-facebook::before {
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M160 96C124.7 96 96 124.7 96 160L96 480C96 515.3 124.7 544 160 544L258.2 544L258.2 398.2L205.4 398.2L205.4 320L258.2 320L258.2 286.3C258.2 199.2 297.6 158.8 383.2 158.8C399.4 158.8 427.4 162 438.9 165.2L438.9 236C432.9 235.4 422.4 235 409.3 235C367.3 235 351.1 250.9 351.1 292.2L351.1 320L434.7 320L420.3 398.2L351 398.2L351 544L480 544C515.3 544 544 515.3 544 480L544 160C544 124.7 515.3 96 480 96L160 96z'/%3E%3C/svg%3E");
}
&.fa-xing::before {
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M544 160C544 124.7 515.3 96 480 96L160 96C124.7 96 96 124.7 96 160L96 480C96 515.3 124.7 544 160 544L480 544C515.3 544 544 515.3 544 480L544 160zM189.8 384.2C184.3 384.2 181.1 378.9 183.8 373.9L233.1 287.2C233.2 287.2 233.2 287.1 233.1 287L201.7 233C198.7 227.4 201.9 222.9 207.7 222.9L254.3 222.9C259.5 222.9 263.8 225.8 267.2 231.6L299.1 286.9C297.8 289.2 281.1 318.6 249 375.1C245.5 381.3 241.3 384.2 236.4 384.2L189.8 384.2zM353.3 350.8L353.3 351L418.8 470C421.6 475.1 418.9 480.1 412.8 480.1L366.2 480.1C360.7 480.1 356.5 477.2 353.3 471.4L287.3 351.1C289.1 347.9 310.2 310.7 350.6 239.5C362.3 218.8 375.7 195.2 390.7 168.7C394 162.9 398.1 160 403.2 160L450.1 160C455.8 159.9 458.9 164.7 456.1 170L353.3 350.8z'/%3E%3C/svg%3E");
}
&.fa-instagram::before {
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M290.4 275.7C274 286 264.5 304.5 265.5 323.8C266.6 343.2 278.2 360.4 295.6 368.9C313.1 377.3 333.8 375.5 349.6 364.3C366 354 375.5 335.5 374.5 316.2C373.4 296.8 361.8 279.6 344.4 271.1C326.9 262.7 306.2 264.5 290.4 275.7zM432.7 207.3C427.5 202.1 421.2 198 414.3 195.3C396.2 188.2 356.7 188.5 331.2 188.8C327.1 188.8 323.3 188.9 320 188.9C316.7 188.9 312.8 188.9 308.6 188.8C283.1 188.5 243.8 188.1 225.7 195.3C218.8 198 212.6 202.1 207.3 207.3C202 212.5 198 218.8 195.3 225.7C188.2 243.8 188.6 283.4 188.8 308.9C188.8 313 188.9 316.8 188.9 320C188.9 323.2 188.9 327 188.8 331.1C188.6 356.6 188.2 396.2 195.3 414.3C198 421.2 202.1 427.4 207.3 432.7C212.5 438 218.8 442 225.7 444.7C243.8 451.8 283.3 451.5 308.8 451.2C312.9 451.2 316.7 451.1 320 451.1C323.3 451.1 327.2 451.1 331.4 451.2C356.9 451.5 396.2 451.9 414.3 444.7C421.2 442 427.4 437.9 432.7 432.7C438 427.5 442 421.2 444.7 414.3C451.9 396.3 451.5 356.9 451.2 331.3C451.2 327.1 451.1 323.2 451.1 319.9C451.1 316.6 451.1 312.8 451.2 308.5C451.5 283 451.9 243.6 444.7 225.5C442 218.6 437.9 212.4 432.7 207.1L432.7 207.3zM365.6 251.8C383.7 263.9 396.2 282.7 400.5 304C404.8 325.3 400.3 347.5 388.2 365.6C382.2 374.6 374.5 382.2 365.6 388.2C356.7 394.2 346.6 398.3 336 400.4C314.7 404.6 292.5 400.2 274.4 388.1C256.3 376 243.8 357.2 239.5 335.9C235.2 314.6 239.7 292.4 251.7 274.3C263.7 256.2 282.6 243.7 303.9 239.4C325.2 235.1 347.4 239.6 365.5 251.6L365.6 251.6zM394.8 250.5C391.7 248.4 389.2 245.4 387.7 241.9C386.2 238.4 385.9 234.6 386.6 230.8C387.3 227 389.2 223.7 391.8 221C394.4 218.3 397.9 216.5 401.6 215.8C405.3 215.1 409.2 215.4 412.7 216.9C416.2 218.4 419.2 220.8 421.3 223.9C423.4 227 424.5 230.7 424.5 234.5C424.5 237 424 239.5 423.1 241.8C422.2 244.1 420.7 246.2 419 248C417.3 249.8 415.1 251.2 412.8 252.2C410.5 253.2 408 253.7 405.5 253.7C401.7 253.7 398 252.6 394.9 250.5L394.8 250.5zM544 160C544 124.7 515.3 96 480 96L160 96C124.7 96 96 124.7 96 160L96 480C96 515.3 124.7 544 160 544L480 544C515.3 544 544 515.3 544 480L544 160zM453 453C434.3 471.7 411.6 477.6 386 478.9C359.6 480.4 280.4 480.4 254 478.9C228.4 477.6 205.7 471.7 187 453C168.3 434.3 162.4 411.6 161.2 386C159.7 359.6 159.7 280.4 161.2 254C162.5 228.4 168.3 205.7 187 187C205.7 168.3 228.5 162.4 254 161.2C280.4 159.7 359.6 159.7 386 161.2C411.6 162.5 434.3 168.3 453 187C471.7 205.7 477.6 228.4 478.8 254C480.3 280.3 480.3 359.4 478.8 385.9C477.5 411.5 471.7 434.2 453 452.9L453 453z'/%3E%3C/svg%3E");
}
&.fa-youtube::before {
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M378 320.2L282.8 266.1L282.8 374.3L378 320.2zM480 96L160 96C124.7 96 96 124.7 96 160L96 480C96 515.3 124.7 544 160 544L480 544C515.3 544 544 515.3 544 480L544 160C544 124.7 515.3 96 480 96zM494.4 232.1C502 260.7 502 320.3 502 320.3C502 320.3 502 379.9 494.4 408.4C490.2 424.2 477.9 436.1 462.2 440.3C433.9 448 320 448 320 448C320 448 206.1 448 177.8 440.4C162.1 436.2 149.8 424.3 145.6 408.5C138 379.9 138 320.3 138 320.3C138 320.3 138 260.6 145.6 232.1C149.8 216.3 162.1 203.9 177.8 199.7C206.1 192 320 192 320 192C320 192 433.9 192 462.2 199.7C477.9 203.9 490.2 216.3 494.4 232.1z'/%3E%3C/svg%3E");
}
}
*/
/* #endregion Social Icons */
/* #endregion Inline Icons */
/* #region Buttons */
.et_pb_button, .wp-block-button .wp-element-button, .wp-block-nxt-call-to-action .nxt_cta_button_wrapper .wp-element-button {
background-color: #1c365b;
border-radius: 30px;
border: 1px solid #1c365b;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 1rem;
font-weight: 700;
line-height: 1.7;
padding: 8px 24px;
position: relative;
text-decoration: none;
transition: all 300ms ease;
}
.et_pb_button::after, .wp-block-button .wp-element-button::after, .wp-block-nxt-call-to-action .nxt_cta_button_wrapper .wp-element-button::after {
background-color: #fff;
content: "";
height: 16px;
mask-image: url("./assets/img/arrow-right.svg");
mask-position: center;
mask-repeat: no-repeat;
mask-size: contain;
opacity: 0;
pointer-events: none;
position: absolute;
right: 15px;
top: 50%;
transform: translatey(-45%);
transition: all 300ms ease;
visibility: hidden;
width: 16px;
}
.et_pb_button:hover, .wp-block-button .wp-element-button:hover, .wp-block-nxt-call-to-action .nxt_cta_button_wrapper .wp-element-button:hover {
background-color: #1c365b;
/* border-radius: 0 30px 0 30px; */
padding: 8px 32px 8px 16px;
}
.et_pb_button:hover::after, .wp-block-button .wp-element-button:hover::after, .wp-block-nxt-call-to-action .nxt_cta_button_wrapper .wp-element-button:hover::after {
opacity: 1;
right: 10px;
visibility: visible;
}
.et_pb_button.white_button, .wp-block-button.is-style-white-button .wp-element-button {
background-color: #fff;
border-color: #fff;
color: #1c365b;
}
.et_pb_button.white_button:hover, .wp-block-button.is-style-white-button .wp-element-button:hover {
background-color: #fff;
border-color: #fff;
color: #1c365b;
}
.et_pb_button.white_button::after, .wp-block-button.is-style-white-button .wp-element-button::after {
background-color: #1c365b;
}
.wp-block-post-excerpt__more-link {
background: transparent;
border: none;
color: #1f1f1f;
display: inline-block;
font-weight: 700;
padding: 0 3rem 0 0;
position: relative;
text-decoration: none;
transition: all 300ms ease;
}
.wp-block-post-excerpt__more-link:hover {
text-decoration: underline;
}
.wp-block-post-excerpt__more-link:hover::after {
right: 0.75rem;
}
.wp-block-post-excerpt__more-link::after {
aspect-ratio: 1;
background-color: #1f1f1f;
content: "";
height: auto;
mask-image: url("./assets/img/arrow-right.svg");
mask-position: center;
mask-repeat: no-repeat;
mask-size: contain;
opacity: 1;
position: absolute;
right: 1rem;
top: 50%;
transform: translatey(-50%);
transition: all 500ms ease;
visibility: visible;
width: 1.25em;
}
.et_pb_bg_layout_light.wp-block-post-excerpt__more-link::after {
background-color: #1f1f1f;
}
/* #endregion Buttons */
/* #region Lists */
ul.wp-block-list {
list-style: none;
padding-left: 0;
}
ul.wp-block-list li {
padding-bottom: 5px;
padding-left: 20px;
position: relative;
}
ul.wp-block-list li::before {
background-color: #1c365b;
border-radius: 12px;
content: "";
height: 3px;
left: 0;
top: 12.5px;
position: absolute;
width: 10px;
}
ul.wp-block-list li a {
color: #1c365b;
text-decoration: none;
}
/* #endregion Lists */
/* #region Fullheight Sections */
/* #region max-width 782px */
/* #endregion */
/* #endregion Fullheight Sections */
/* #region Placeholder Mixin */
/* #endregion Placeholder Mixin */
/* #region Forms & Selects */
/* #region Inputs */
/* #endregion */
/* #endregion */
/* #region details / summary Support */
details {
margin-top: 5px;
}
details summary {
color: #1c365b;
cursor: pointer;
display: inline-block;
list-style: none;
transition: all 350ms ease;
text-decoration: underline;
}
details summary::-webkit-details-marker {
display: none; /* don't show Triangle */
}
details:hover summary, details[open] summary {
text-decoration: none;
}
details[open] summary {
margin-bottom: 7px;
}
/* #endregion details / summary Support */
/*
Theme Name: nexTab Block Theme Template
Theme URI: https://nextab.de
Author: nexTab – Oliver Gehrmann
Author URI: https://nextab.de
Description: Modern WordPress Full Site Editing (FSE) block theme template with clean architecture and reusable components. Built by nexTab for flexible, maintainable WordPress projects.
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.3
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nxt-block-theme
Tags: block-theme, fse, full-site-editing, custom-blocks
*/
header.wp-block-template-part {
background-color: #fff;
left: 50%;
max-width: var(--wp--style--global--wide-size, 1400px);
position: fixed;
top: var(--wp-admin--admin-bar--height, 0px);
transform: translatex(-50%);
width: 90%;
z-index: 100;
/* #region width <= 1000px */
/* #endregion width <= 1000px */
/* #region width <= 900px */
/* #endregion width <= 900px */
/* #region width <= 460px */
/* #endregion width <= 460px */
}
header.wp-block-template-part > .header_container {
transition: all 300ms ease;
}
header.wp-block-template-part .wp-block-site-logo {
transition: all 300ms ease;
width: 200px;
}
body.scrolled header.wp-block-template-part {
box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
}
body.scrolled header.wp-block-template-part .wp-block-site-logo {
width: 140px;
}
body.scrolled header.wp-block-template-part > .header_container {
padding-bottom: 12px !important;
padding-top: 12px !important;
}
@media only screen and (width <= 1000px) {
header.wp-block-template-part .wp-block-site-logo {
width: 170px;
}
}
@media only screen and (width <= 900px) {
header.wp-block-template-part .wp-block-navigation__responsive-container-open {
display: flex;
}
header.wp-block-template-part .wp-block-navigation__responsive-container {
border-radius: 40px;
}
header.wp-block-template-part .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
display: none;
}
header.wp-block-template-part .wp-block-navigation__responsive-container.is-menu-open {
overflow: visible;
padding: 0;
}
header.wp-block-template-part .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
padding-top: 30px;
}
header.wp-block-template-part .wp-block-navigation__responsive-dialog {
background: #fff;
box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
margin-top: 0 !important;
padding: 30px 20px 50px;
}
header.wp-block-template-part .wp-block-navigation__responsive-container-close {
right: 20px;
top: 20px;
}
}
@media only screen and (width <= 460px) {
header.wp-block-template-part {
width: 100%;
}
header.wp-block-template-part > .header_container {
padding-left: 18px !important;
padding-right: 18px !important;
}
body.scrolled header.wp-block-template-part {
top: 0;
}
}
/* #region Overwrite Gutenberg Special Crap */
:where(.wp-site-blocks) > *, :root :where(.is-layout-constrained):not(section) > * {
margin-block-start: 0;
}
.align_flex_start.is-layout-flex {
align-items: flex-start;
}
.wp-block-buttons.is-content-justification-center.is-layout-flex {
justify-content: center;
width: 100%;
}
.entry-content > section > *:not(.alignfull, .wp-block-cover__background) {
width: 90%;
}
.entry-content > section.wp-block-cover > img.wp-block-cover__image-background {
width: 100%;
}
/* #endregion Overwrite Gutenberg Special Crap */
/* #region Normalization */
*, *::before, *::after {
box-sizing: border-box;
}
*:not(dialog) {
margin: 0;
}
html {
font-size: 16px;
scroll-behavior: smooth !important;
}
body {
-webkit-font-smoothing: antialiased;
font-size: 100%;
line-height: 1.6;
position: relative;
}
img, picture, video, canvas, svg {
display: block;
max-width: 100%;
}
.sticky {
position: sticky;
top: 135px;
}
@media (prefers-reduced-motion: no-preference) {
html {
interpolate-size: allow-keywords;
}
}
/* #endregion Normalization */
/* #region Typography */
p {
text-wrap: pretty;
}
.is-style-highlight-text {
font-family: "IBM Plex Serif", "Times", "Times New Roman", serif;
font-size: var(--wp--preset--font-size--large, clamp(1.125rem, 0.2857vw + 1.0536rem, 1.25rem));
font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
line-height: 1.2;
text-wrap: balance;
}
h1 a, h1 a:where(:link, :visited, :focus, :-webkit-any-link), h2 a, h2 a:where(:link, :visited, :focus, :-webkit-any-link), h3 a, h3 a:where(:link, :visited, :focus, :-webkit-any-link), h4 a, h4 a:where(:link, :visited, :focus, :-webkit-any-link), h5 a, h5 a:where(:link, :visited, :focus, :-webkit-any-link), h6 a, h6 a:where(:link, :visited, :focus, :-webkit-any-link) {
color: inherit;
cursor: pointer;
}
div > h1, div > h2, div > h3, div > h4, div > h5, div > h6 {
margin-top: 0;
}
h1, h2 {
margin-bottom: var(--wp--preset--spacing--50, 1.5rem);
}
.is-style-long-text * + h1, .is-style-long-text * + h2 {
margin-top: var(--wp--preset--spacing--60, clamp(2.25rem, 1.1429vw + 1.9643rem, 2.75rem));
}
.h2-style {
font-size: var(--wp--preset--font-size--h2-font-size, clamp(1.5rem, 2.2857vw + 0.9286rem, 2.5rem));
font-weight: 700;
line-height: 1.15;
}
.has-h2-font-size-font-size > h1 {
font-size: var(--wp--preset--font-size--h2-font-size, clamp(1.5rem, 2.2857vw + 0.9286rem, 2.5rem));
}
h3, h4, h5 {
margin-bottom: var(--wp--preset--spacing--40, 1rem);
}
.is-style-long-text * + h3, .is-style-long-text * + h4, .is-style-long-text * + h5 {
margin-top: var(--wp--preset--spacing--50, 1.5rem);
}
p + * {
margin-top: var(--wp--preset--spacing--40, 1rem);
}
.is-layout-flow p + p, .is-layout-flow * + blockquote, .is-layout-flow blockquote + * {
margin-top: var(--wp--preset--spacing--40, 1rem);
}
:root :where(.is-layout-constrained, .is-layout-flow) > h1, :root :where(.is-layout-constrained, .is-layout-flow) > h2 {
margin-bottom: var(--wp--preset--spacing--50, 1.5rem);
}
:root :where(.is-layout-constrained, .is-layout-flow) > h1.is-style-no-margin, :root :where(.is-layout-constrained, .is-layout-flow) > h2.is-style-no-margin {
margin-bottom: 0;
}
:root :where(.is-layout-constrained, .is-layout-flow) > h3, :root :where(.is-layout-constrained, .is-layout-flow) > h4, :root :where(.is-layout-constrained, .is-layout-flow) > h5 {
margin-bottom: var(--wp--preset--spacing--40, 1rem);
}
:root :where(.is-layout-constrained, .is-layout-flow) > h3.is-style-no-margin, :root :where(.is-layout-constrained, .is-layout-flow) > h4.is-style-no-margin, :root :where(.is-layout-constrained, .is-layout-flow) > h5.is-style-no-margin {
margin-bottom: 0;
}
.has-white-color > :where(h1, h2, h3, h4, h5, h6) {
color: #fff;
}
/* #endregion Typography */
/* #region Blockquotes */
blockquote {
border: none;
font-family: "IBM Plex Serif", "Times", "Times New Roman", serif;
font-size: var(--wp--preset--font-size--medium, 1.125rem);
font-style: italic;
padding-left: 0;
}
blockquote cite {
text-align: right;
}
blockquote cite::before {
content: "-";
margin-right: 5px;
}
/* #endregion Blockquotes */
/* #region Lists */
/* #endregion Lists */
/* #region Blocks */
/* #region Buttons */
.wp-block-button.pdf-download .wp-element-button::after, .wp-block-button.is-style-download-button .wp-element-button::after {
background-color: #1c365b;
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--%3E%3Cpath d='M352 96C352 78.3 337.7 64 320 64C302.3 64 288 78.3 288 96L288 306.7L246.6 265.3C234.1 252.8 213.8 252.8 201.3 265.3C188.8 277.8 188.8 298.1 201.3 310.6L297.3 406.6C309.8 419.1 330.1 419.1 342.6 406.6L438.6 310.6C451.1 298.1 451.1 277.8 438.6 265.3C426.1 252.8 405.8 252.8 393.3 265.3L352 306.7L352 96zM160 384C124.7 384 96 412.7 96 448L96 480C96 515.3 124.7 544 160 544L480 544C515.3 544 544 515.3 544 480L544 448C544 412.7 515.3 384 480 384L433.1 384L376.5 440.6C345.3 471.8 294.6 471.8 263.4 440.6L206.9 384L160 384zM464 440C477.3 440 488 450.7 488 464C488 477.3 477.3 488 464 488C450.7 488 440 477.3 440 464C440 450.7 450.7 440 464 440z'/%3E%3C/svg%3E");
}
/* #endregion Buttons */
/* #region Call to Action */
.wp-block-nxt-call-to-action {
background-color: #1c365b;
border-radius: 6px;
color: #fff;
padding: var(--wp--preset--spacing--60, clamp(2.25rem, 1.1429vw + 1.9643rem, 2.75rem)) var(--wp--preset--spacing--50, 1.5rem);
position: relative;
text-align: center;
}
.wp-block-nxt-call-to-action h3 {
color: #fff;
}
.wp-block-nxt-call-to-action p {
color: #fff;
margin-top: 0;
}
.wp-block-nxt-call-to-action .nxt_cta_button_wrapper {
margin-top: var(--wp--preset--spacing--50, 1.5rem);
}
.wp-block-nxt-call-to-action.is-style-white {
background-color: #fff;
color: #1c365b;
}
.wp-block-nxt-call-to-action.is-style-white .nxt_cta_headline h3,
.wp-block-nxt-call-to-action.is-style-white .nxt_cta_content p {
color: #1c365b;
}
.wp-block-nxt-call-to-action.text-left {
text-align: left;
}
/* #endregion Call to Action */
/* #region Info Boxes */
.wp-block-nxt-info-box.nxt-info-box {
background-color: #f7f7f7;
border-radius: 6px;
font-size: var(--wp--preset--font-size--medium, 1.125rem);
margin-bottom: var(--wp--preset--spacing--60, clamp(2.25rem, 1.1429vw + 1.9643rem, 2.75rem));
margin-top: var(--wp--preset--spacing--60, clamp(2.25rem, 1.1429vw + 1.9643rem, 2.75rem));
padding: var(--wp--preset--spacing--50, 1.5rem);
}
.wp-block-nxt-info-box.nxt-info-box .info-box-icon {
display: flex;
justify-content: center;
margin-bottom: var(--wp--preset--spacing--30, 0.625rem);
pointer-events: none;
}
.wp-block-nxt-info-box.nxt-info-box .info-box-icon svg {
fill: #1c365b;
height: 2.5rem;
width: 2.5rem;
}
/* #endregion Info Boxes */
/* #endregion Blocks */
/* #region Layouts */
.wp-block-columns.is-style-column-4-2-1 {
/* #region width <= 1180px */
/* #endregion width <= 1180px */
}
@media only screen and (width <= 1180px) {
.wp-block-columns.is-style-column-4-2-1 {
flex-flow: wrap !important;
}
.wp-block-columns.is-style-column-4-2-1 .wp-block-column {
flex-basis: calc((100% - var(--wp--preset--spacing--40)) / 2);
}
}
.wp-block-group.is-style-group-slider-container {
overflow: hidden;
}
/* #endregion Layouts *//*# sourceMappingURL=style.css.map */