Newer
Older
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
* {
margin: 0;
line-height: 1;
font-family: "Lato", sans-serif;
color: white;
box-sizing: border-box;
}
svg {
overflow: visible;
}
body,
html {
overflow-x: hidden;
background: #121212;
}
.text-18-white {
font-weight: 400;
color: white;
font-size: 1.125rem;
line-height: 1.6rem;
}
.text-18-white-padding {
font-weight: 400;
padding-top: 2rem;
color: white;
font-size: 1.125rem;
line-height: 1.6rem;
}
.text-18-black-padding {
font-weight: 400;
padding-top: 2rem;
color: #121212;
font-size: 1.125rem;
line-height: 1.6rem;
}
.text-16-black-padding {
font-weight: 400;
padding-top: 2rem;
color: #121212;
font-size: 1rem;
line-height: 1.3rem;
}
.text-18-black {
font-weight: 400;
color: #121212;
font-size: 1.125rem;
line-height: 1.6rem;
}
.text-26-white-bold-padding {
font-weight: 900;
padding-top: 2rem;
color: white;
font-size: 1.625rem;
line-height: 2rem;
}
.text-36-white {
font-weight: 900;
font-size: 2.25rem;
}
.text-36-black {
font-weight: 900;
font-size: 2.25rem;
color: #121212;
}
.yellow {
color: #f1c017;
}
@media all and (max-width: 1200px) {
.text-36-white,
.text-36-black {
font-size: 1.85rem;
}
}
iframe {
width: 100%;
border: 0;
}
@media (max-width: 800px) {
iframe {
height: 230px;
}
}