appscms-tools-theme 0.1.4 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 86ab891abf21758bb8ca93199086c1d61a723e6b9c8efdaa089a58f474f04dff
4
- data.tar.gz: 917425e930d141a12d8857474677979dc330db06792fa3b946173c2e905e3dae
3
+ metadata.gz: 2d77f0687628ef4acee06dc948af4b5264cfa016c083d2475c44adc82a5de801
4
+ data.tar.gz: ceb037d8f7c027be0142654a1230e22975af4b83bb5bc5e267724df71e4a44cb
5
5
  SHA512:
6
- metadata.gz: 2d6f396de6d12f22b5ac29a6faba5c9f42e318190494760760cad69fb7904721be6c4b437feb150c270d68336d9a41673c60fdb0a492fca3876a760fce3930a3
7
- data.tar.gz: a3d15018a2e00765432207cf481a9e6ccee05aca03a3d36d8c55ae21eac6f45da90f003ea3ad08bafee9ce4e8e3adbc301d7bc00cbdf917fe499ba594f2fa3d3
6
+ metadata.gz: 559088f0772ff16818394c57affdaabadda308a2df2bd3ee1d496644d3f0ac521dcb597f06960486764ca6bbeb2de69d195f828a51d039cd08c733da27996474
7
+ data.tar.gz: f79b0e06a8e92da849b9b69df48ec982305163bcd32d609239b3f2b35c02061b02123bf921f3a0f001484b3308a0da5712856d65a8140d9887e867346deadd08
@@ -1,6 +1,4 @@
1
1
  <head>
2
-
3
- <link rel="stylesheet" href="{{ 'css/main.css' | relative_url }}">
4
2
  <meta charset="utf-8">
5
3
  <link rel="shortcut icon" href="/favicon.png">
6
4
 
@@ -44,7 +42,5 @@
44
42
  <link rel="preload" href="/build/ca6a911b9040a84259b8c6f7f4cbb72e.svg" as=image>
45
43
  <link rel="preload" href="/build/95cf74e5f89f93cfd5f97d16fa673f05.svg" as=image>
46
44
  <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700" rel="stylesheet">
47
-
48
-
49
-
45
+ <link rel="stylesheet" href="/assets/css/tools.css">
50
46
  </head>
File without changes
data/_layouts/blog.html CHANGED
@@ -12,9 +12,6 @@
12
12
  <meta property="og:url" content="{{site.url | append: page.url}}">
13
13
  <meta name="author" content="Harshit Raghav">
14
14
 
15
- <link rel="stylesheet" href="{{ '/css/main.css' | relative_url }}">
16
- <link rel="stylesheet" href="{{ 'css/blog.css' | relative_url }}">
17
-
18
15
  <title>{{page.title}}</title>
19
16
 
20
17
  <!-- fonts -->
@@ -24,11 +21,13 @@
24
21
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
25
22
  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet">
26
23
 
27
- <link rel="stylesheet" href="/css/main.css">
24
+ <link rel="stylesheet" href="{{ '/assets/css/tools.css' | relative_url }}">
25
+ <link rel="stylesheet" href="{{ '/assets/css/blog.css' | relative_url }}">
26
+ <link rel="stylesheet" href="{{'/assets/css/tools.css' | relative_url }}">
28
27
  </head>
29
28
 
30
29
  <body>
31
- {%- include header.html -%}
30
+ {%- include header/index.html -%}
32
31
 
33
32
  <section class="section_post">
34
33
  <div class="container">
@@ -1,9 +1,9 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="en" data-tool="landing">
3
- {% include head.html %}
3
+ {% include head/index.html %}
4
4
 
5
5
  <body>
6
- {% include header.html %}
6
+ {% include header/index.html %}
7
7
  <!-- h1 and h2 -->
8
8
  <div class="sc-1ttxsn1-0 fxCLCz">
9
9
  <div class="sc-1ttxsn1-1 hvHwmD">
@@ -752,5 +752,6 @@
752
752
 
753
753
  <!-- Footer End -->
754
754
  </body>
755
+ <link rel="stylesheet" href="{{ 'css/feature.css' | relative_url }}">
755
756
 
756
757
  </html>
data/_layouts/home.html CHANGED
@@ -3,11 +3,10 @@
3
3
  {% assign dataToShow = dataArr %}
4
4
  <!DOCTYPE html>
5
5
  <html lang="en" data-tool="landing">
6
- {% include head.html %}
6
+ {% include head/index.html %}
7
7
 
8
8
  <body>
9
- {% include header.html %}
10
- {% include head2.html %}
9
+ {% include header/index.html %}
11
10
 
12
11
  <div class="sc-1ttxsn1-0 fxCLCz">
13
12
  <div class="sc-1ttxsn1-1 hvHwmD">
data/_layouts/post.html CHANGED
@@ -30,15 +30,14 @@ layout: post
30
30
 
31
31
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
32
32
  <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet">
33
- <link rel="stylesheet" href="{{ '/css/main.css' | relative_url }}">
33
+ <link rel="stylesheet" href="{{ '/css/feature.css' | relative_url }}">
34
34
  <link rel="stylesheet" href="{{ 'css/blog.css' | relative_url }}">
35
35
  <link rel="stylesheet" href="{{ 'css/post.css' | relative_url }}">
36
36
 
37
37
  </head>
38
38
 
39
39
  <body>
40
- {%- include header.html -%}
41
- {%- include head2.html -%}
40
+ {%- include header/index.html -%}
42
41
 
43
42
  <section class="section_post">
44
43
  <div class="container">
@@ -90,7 +89,7 @@ layout: post
90
89
  {%- include section/alertbar.html -%}
91
90
  </body>
92
91
 
93
- <link rel="stylesheet" href="{{ '/css/main.css' | relative_url }}">
92
+ <link rel="stylesheet" href="{{'/assets/css/tools.css' | relative_url }}">
94
93
  <script src="/js/TopScroll.js"></script>
95
94
 
96
95
  </html>
@@ -0,0 +1,171 @@
1
+ .section_post {
2
+ font-family: 'Open Sans', sans-serif !important;
3
+ }
4
+ /* card title, content styling */
5
+ .anchor_link {
6
+ text-decoration: none !important;
7
+ color: #343a40 !important;
8
+ }
9
+ .anchor_link:hover {
10
+ transition: all 0.5s linear;
11
+ color: #000 !important;
12
+ }
13
+ .anchor_link .card-title {
14
+ font-weight: 600;
15
+ font-size: 22px;
16
+ line-height: 1.3;
17
+ }
18
+ .text_size {
19
+ color: rgba(0, 0, 0, 0.44);
20
+ font-size: 15px;
21
+ line-height: 1.6;
22
+ font-weight: 400;
23
+ }
24
+ /* close */
25
+
26
+ /* for card-footer styling */
27
+ .card-footer {
28
+ border: none;
29
+ }
30
+ .wrapfooter {
31
+ display: flex;
32
+ align-items: center;
33
+ margin-bottom: 15px;
34
+ }
35
+ .wrapfooter img {
36
+ width: 35px;
37
+ height: 35px;
38
+ border-radius: 50%;
39
+ }
40
+ .wrapfooter .author-meta {
41
+ flex: 1 1 auto;
42
+ padding: 0 15px;
43
+ }
44
+ .wrapfooter .author-meta a {
45
+ font-size: 15px;
46
+ color: #000;
47
+ text-transform: capitalize;
48
+ }
49
+ .wrapfooter .span.post-read-more {
50
+ align-items: center;
51
+ display: inline-block;
52
+ margin-top: 8px;
53
+ }
54
+ /* close */
55
+
56
+ /* some categories stlying */
57
+ .explore {
58
+ color: #fff;
59
+ margin-bottom: 100px;
60
+ margin-top: 60px;
61
+ width: 100%;
62
+ background: repeating-linear-gradient(
63
+ 45deg,
64
+ rgb(27, 27, 27) 0px,
65
+ rgb(27, 27, 27) 97px,
66
+ rgb(24, 24, 24) 97px,
67
+ rgb(24, 24, 24) 194px,
68
+ rgb(20, 20, 20) 194px,
69
+ rgb(20, 20, 20) 291px
70
+ );
71
+ height: 250px;
72
+ align-items: center;
73
+ display: flex;
74
+ justify-content: space-around;
75
+ }
76
+ .explore ul {
77
+ display: flex;
78
+ list-style: none;
79
+ }
80
+ .cat {
81
+ display: inline-block;
82
+ padding: 5px 10px;
83
+ text-decoration: none !important;
84
+ color: #000 !important;
85
+ font-weight: 600;
86
+ font-size: 12px;
87
+ background: #fff;
88
+ border-radius: 15px;
89
+ margin: 0 15px;
90
+ }
91
+ /* close */
92
+
93
+ /* alertbar stlying */
94
+ .alertbar {
95
+ font-family: 'Open Sans', sans-serif !important;
96
+ box-shadow: 0 -3px 10px 0 rgb(0 0 0 / 8%);
97
+ position: fixed;
98
+ bottom: 0;
99
+ left: 0;
100
+ background-color: #fff;
101
+ width: 100%;
102
+ padding: 14px 0;
103
+ z-index: 1;
104
+ }
105
+ .alertbar form {
106
+ display: inline-block;
107
+ }
108
+ .alertbar input[type='email'] {
109
+ font-size: 0.85rem;
110
+ padding: 3px 40px 3px 10px;
111
+ border-top-left-radius: 3px;
112
+ border-bottom-left-radius: 3px;
113
+ border: 1px solid #ddd;
114
+ border-right: 0;
115
+ margin-right: -10px;
116
+ height: 34px;
117
+ letter-spacing: 0.5px;
118
+ margin-left: 5px;
119
+ outline: 0;
120
+ }
121
+ .alertbar input[type='submit'] {
122
+ background-color: #1c9963;
123
+ border: 1px solid #1c9963;
124
+ color: #fff;
125
+ fill: #fff;
126
+ font-size: 12px;
127
+ border-radius: 0;
128
+ padding: 4px 10px;
129
+ border-top-right-radius: 3px;
130
+ border-bottom-right-radius: 3px;
131
+ font-weight: 600;
132
+ height: 34px;
133
+ letter-spacing: 0.5px;
134
+ cursor: pointer;
135
+ }
136
+ /* close */
137
+
138
+ /* paginatopm 2 stlying*/
139
+ .pagination2 a,
140
+ .pagination2 span {
141
+ padding: 7px 18px;
142
+ border: 1px solid #eee;
143
+ margin-left: -2px;
144
+ margin-right: -2px;
145
+ background-color: #ffffff;
146
+ display: inline-block;
147
+ }
148
+
149
+ .pagination2 a:hover {
150
+ background-color: #f1f1f1;
151
+ color: #333;
152
+ }
153
+
154
+ .pagination2 {
155
+ text-align: center;
156
+ font-size: 14px;
157
+ }
158
+
159
+ /* blog categories modifed */
160
+ .section-title h2 {
161
+ border-bottom: 1px solid rgba(0, 0, 0, 0.125);
162
+ font-weight: 700;
163
+ font-size: 1.5rem;
164
+ margin-bottom: 27px;
165
+ }
166
+ .section-title span {
167
+ border-bottom: 1px solid rgba(0, 0, 0, 0.44);
168
+ display: inline-block;
169
+ padding-bottom: 20px;
170
+ margin-bottom: -1px;
171
+ }
@@ -0,0 +1,145 @@
1
+ body {
2
+ font-size: 20px;
3
+ }
4
+
5
+ /* post-layouts styling */
6
+
7
+ /* left-sidebar-social-styling */
8
+ .socialIons {
9
+ position: sticky;
10
+ top: 100px;
11
+ }
12
+ .socialIons > .item-lists2 {
13
+ display: flex;
14
+ flex-direction: column;
15
+ width: 100%;
16
+ }
17
+ .socialIons > .item-lists2 > li {
18
+ list-style: none;
19
+ padding: 8px 0px;
20
+ margin: 0 auto;
21
+ }
22
+ .socialIons .item-lists2 li a {
23
+ color: rgba(95, 21, 21, 0.44);
24
+ fill: rgba(0, 0, 0, 0.44);
25
+ font-size: 15px;
26
+ cursor: pointer;
27
+ text-decoration: none !important;
28
+ }
29
+ .socialIons > .item-lists2 > li i {
30
+ font-size: 18px;
31
+ color: rgba(0, 0, 0, 0.44);
32
+ fill: rgba(0, 0, 0, 0.44);
33
+ }
34
+ .sep {
35
+ height: 1px;
36
+ width: 20px;
37
+ background: #999;
38
+ margin: 3px auto;
39
+ }
40
+ .comments-count {
41
+ margin: 18px 25px;
42
+ text-align: center;
43
+ }
44
+ .comment_count {
45
+ font-size: 12px;
46
+ color: rgba(95, 21, 21, 0.44) !important;
47
+ fill: rgba(0, 0, 0, 0.44);
48
+ text-decoration: none !important;
49
+ }
50
+ /* close */
51
+
52
+ /* right-sidebar-styling-starts */
53
+ /* author bio styling.. */
54
+ .author_image .author-thumb {
55
+ width: 60px;
56
+ height: 60px;
57
+ object-fit: cover;
58
+ }
59
+ .author-meta .postName {
60
+ font-size: 18px !important;
61
+ color: rgba(0, 0, 0, 0.8) !important;
62
+ text-decoration: none !important;
63
+ font-family: 'Merriweather', serif;
64
+ }
65
+ .btn_follow {
66
+ margin-left: 5px;
67
+ margin-bottom: 10px;
68
+ border-color: #02b875;
69
+ color: #1c9963 !important;
70
+ padding: 3px 10px;
71
+ text-align: center;
72
+ border-radius: 999em;
73
+ font-size: 1.5rem;
74
+ display: inline-block;
75
+ border: 1px solid;
76
+ }
77
+ .author_bio {
78
+ font-family: 'Merriweather', serif;
79
+ color: rgba(0, 0, 0, 0.44);
80
+ font-size: 13px;
81
+ line-height: 20px;
82
+ }
83
+ /* close */
84
+
85
+ /* pagination-styling-forblog */
86
+ .pointerup i.fa {
87
+ color: #eaeaea;
88
+ }
89
+ .pointerup {
90
+ margin-bottom: -9px;
91
+ margin-left: 49%;
92
+ font-size: 30px;
93
+ }
94
+ .bottompagination span.navigation {
95
+ display: block;
96
+ font-size: 0.93rem;
97
+ padding: 15px 0 0 0;
98
+ text-align: center;
99
+ margin-bottom: 0rem;
100
+ color: #999;
101
+ border-top: 1px solid #ddd;
102
+ }
103
+ .pagination {
104
+ display: -ms-flexbox;
105
+ display: flex;
106
+ padding-left: 0;
107
+ list-style: none;
108
+ border-radius: 0.25rem;
109
+ display: block;
110
+ color: green;
111
+ font-size: 15px;
112
+ margin-bottom: 30px;
113
+ }
114
+ .pageUrl {
115
+ color: green;
116
+ font-size: 12px;
117
+ font-weight: 900;
118
+ text-decoration: none;
119
+ margin-right: 10px;
120
+ }
121
+ .pageUrl:hover {
122
+ text-decoration: none;
123
+ color: green;
124
+ }
125
+
126
+ @media (max-width: 767px) {
127
+ .socialIons > .item-lists2 {
128
+ flex-direction: row;
129
+ align-items: center;
130
+ }
131
+ .socialIons > .item-lists2 > li {
132
+ padding-right: 30px;
133
+ margin: 0;
134
+ }
135
+ .sep {
136
+ margin: 0;
137
+ }
138
+ .author-meta {
139
+ padding-left: 15px;
140
+ }
141
+ .comments-count {
142
+ margin: 18px 0;
143
+ text-align: left;
144
+ }
145
+ }
@@ -0,0 +1,1170 @@
1
+ .gBHowc {
2
+ display: flex;
3
+ width: 100%;
4
+ border-top: 1px solid rgb(224, 224, 224);
5
+ }
6
+ .gBPLal {
7
+ display: flex;
8
+ flex-wrap: wrap;
9
+ }
10
+ @media (min-width: 768px)
11
+ {.gBPLal {
12
+ padding: 90px 0px;
13
+ }}
14
+ .gCgEiD {
15
+ flex: 1 1 50%;
16
+ display: flex;
17
+ -webkit-box-pack: center;
18
+ justify-content: center;
19
+ -webkit-box-align: center;
20
+ align-items: center;
21
+ }
22
+ .esoOLU {
23
+ display: flex;
24
+ flex-wrap: wrap;
25
+ max-width: 100%;
26
+ }
27
+ .gCpaMM {
28
+ height: 180px;
29
+ width: 300px;
30
+ }
31
+ .gCxxqV {
32
+ flex: 1 1 50%;
33
+ color: rgb(33, 33, 33);
34
+ }
35
+ @media (min-width: 768px){
36
+ .gBYhEu {
37
+ line-height: 30px;
38
+ font-size: 22px;
39
+ }}
40
+ .gCFTVe {
41
+ list-style: none;
42
+ counter-reset: howToCounter 0;
43
+ margin: 0px;
44
+ padding: 6px 0px;
45
+ }
46
+ .gCOqzn {
47
+ line-height: 24px;
48
+ font-size: 16px;
49
+ font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
50
+ -webkit-font-smoothing: antialiased;
51
+ font-weight: 400;
52
+ display: flex;
53
+ padding: 6px 0px;
54
+ }
55
+ .gBYhEu {
56
+ line-height: 30px;
57
+ font-size: 20px;
58
+ font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
59
+ -webkit-font-smoothing: antialiased;
60
+ font-weight: 600;
61
+ margin: 0px;
62
+ padding-bottom: 12px;
63
+ }
64
+ .kmltsK {
65
+ display: flex;
66
+ flex-direction: column;
67
+ -webkit-box-align: center;
68
+ align-items: center;
69
+ padding: 0px 16px 54px;
70
+ }
71
+ @media (min-width: 768px){.kmltsK {
72
+ width: 33.3333%;
73
+ }}
74
+ .kmtPWT {
75
+ width: 48px;
76
+ height: 48px;
77
+ }
78
+ .cxlSWI {
79
+ margin-left: 6px;
80
+ white-space: nowrap;
81
+ text-overflow: ellipsis;
82
+ overflow: hidden;
83
+ }
84
+ .kmCmBc {
85
+ line-height: 24px;
86
+ font-size: 16px;
87
+ font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
88
+ -webkit-font-smoothing: antialiased;
89
+ font-weight: 600;
90
+ color: rgb(33, 33, 33);
91
+ text-align: center;
92
+ margin: 0px;
93
+ padding: 12px 0px;
94
+ }
95
+ .kmCmBc-q {
96
+ line-height: 24px;
97
+ font-size: 16px;
98
+ font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
99
+ -webkit-font-smoothing: antialiased;
100
+ font-weight: 600;
101
+ color: rgb(33, 33, 33);
102
+ text-align: left;
103
+ margin: 0px;
104
+ padding: 12px 0px;
105
+ }
106
+ .kmKJfl {
107
+ line-height: 24px;
108
+ font-size: 16px;
109
+ font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
110
+ -webkit-font-smoothing: antialiased;
111
+ font-weight: 400;
112
+ color: rgb(33, 33, 33);
113
+ text-align: center;
114
+ margin: 0px;
115
+ padding: 0px 24px;
116
+ max-width: 100%;
117
+ }
118
+ .enfNez {
119
+ cursor: pointer;
120
+ user-select: none;
121
+ margin: 0px;
122
+ padding: 0px;
123
+ outline: 0px;
124
+ border: 0px;
125
+ overflow: visible;
126
+ display: flex;
127
+ -webkit-box-align: center;
128
+ align-items: center;
129
+ color: inherit;
130
+ background-color: transparent;
131
+ font-family: inherit;
132
+ line-height: inherit;
133
+ transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
134
+ width: 54px;
135
+ -webkit-box-pack: center;
136
+ justify-content: center;
137
+ border-radius: 0px 4px 4px 0px;
138
+ }
139
+ .kmKJfl-p {
140
+ line-height: 24px;
141
+ font-size: 16px;
142
+ font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
143
+ -webkit-font-smoothing: antialiased;
144
+ font-weight: 400;
145
+ color: rgb(33, 33, 33);
146
+ text-align: left;
147
+ margin: 0px;
148
+ max-width: 100%;
149
+ }
150
+ @media (min-width: 768px){.esoOLU {padding: 66px 0px 36px;}}
151
+ body{margin:0;}
152
+ main{display:block;}
153
+ h1{font-size:2em;margin:0.67em 0;}
154
+ hr{box-sizing:content-box;height:0;overflow:visible;}
155
+ pre{font-family:monospace,monospace;font-size:1em;}
156
+ a{background-color:transparent;}
157
+ abbr[title]{border-bottom:none;-webkit-text-decoration:underline;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}
158
+ b,strong{font-weight:bolder;}
159
+ code,kbd,samp{font-family:monospace,monospace;font-size:1em;}
160
+ small{font-size:80%;}
161
+ sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
162
+ sub{bottom:-0.25em;}
163
+ sup{top:-0.5em;}
164
+ img{border-style:none;}
165
+ button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}
166
+ button,input{overflow:visible;}
167
+ button,select{text-transform:none;}
168
+ button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}
169
+ button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0;}
170
+ button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText;}
171
+ fieldset{padding:0.35em 0.75em 0.625em;}
172
+ legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}
173
+ progress{vertical-align:baseline;}
174
+ textarea{overflow:auto;}
175
+ [type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0;}
176
+ [type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}
177
+ [type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}
178
+ [type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
179
+ ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}
180
+ details{display:block;}
181
+ summary{display:list-item;}
182
+ template{display:none;}
183
+ [hidden]{display:none;}
184
+ body{overflow-y:scroll;background:white;}
185
+ #app{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:100vh;}
186
+ *{box-sizing:border-box;margin-block-start:0px;margin-block-end:0px;margin-inline-start:0px;margin-inline-end:0px;}
187
+ data-styled.g2320[id="sc-global-ilaRTG1"]{content:"sc-global-ilaRTG1,"}
188
+ data-styled.g1[id="sc-1ttxsn1-0"]{content:"fxCLCz,"}
189
+
190
+
191
+ .iFsNzG{
192
+ color: rgb(33, 33, 33);
193
+ position: absolute;
194
+ top: 12px;
195
+ right: 12px;
196
+ z-index: 10;
197
+ cursor: pointer;
198
+ }
199
+ .buUasx{
200
+ position: relative;
201
+ display: flex;
202
+ flex-direction: column;
203
+ background-color: rgb(242, 48, 48);
204
+ min-height: 300px;
205
+ width: 100%;
206
+ }
207
+ .cwvKbP{
208
+ position: absolute;
209
+ inset: 12px;
210
+ background: rgba(0, 0, 0, 0.1);
211
+ border: 2px dashed rgba(0, 0, 0, 0.15);
212
+ }
213
+ .cwUZOq{
214
+ padding-bottom: 18px;
215
+ color: white;
216
+ }
217
+ .iTXuYA{
218
+ height: 60px;
219
+ width: 96px;
220
+ }
221
+ .bxyVaO {
222
+ display: flex;
223
+ overflow: hidden;
224
+ }
225
+ .cwMDkh{
226
+ display: flex;
227
+ flex-direction: column;
228
+ -webkit-box-align: center;
229
+ align-items: center;
230
+ flex: 1 1 auto;
231
+ -webkit-box-pack: center;
232
+ justify-content: center;
233
+ }
234
+ .cxdwsz{
235
+ line-height: 24px;
236
+ font-size: 16px;
237
+ font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
238
+ -webkit-font-smoothing: antialiased;
239
+ font-weight: 400;
240
+ padding-top: 12px;
241
+ text-align: center;
242
+ color: white;
243
+ }
244
+ .fqHzAf{
245
+ display: flex;
246
+ flex: 1 1 auto;
247
+ }
248
+ .fqPWeo{
249
+ cursor: pointer;
250
+ display: flex;
251
+ flex: 1 1 auto;
252
+ }
253
+ .hzsTQm{
254
+ display: flex;
255
+ flex: 1 1 auto;
256
+ z-index: 1;
257
+ }
258
+ .cweQTx{
259
+ display: flex;
260
+ flex-direction: column;
261
+ }
262
+ .fxCLCz{display: flex;
263
+ -webkit-box-pack: center;
264
+ justify-content: center;
265
+ width: 100%;}
266
+ .iFkqVx{
267
+ line-height: 36px;
268
+ font-size: 30px;
269
+ font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
270
+ -webkit-font-smoothing: antialiased;
271
+ font-weight: 300;
272
+ color: rgb(33, 33, 33);
273
+ }
274
+ .lpeKGy{
275
+ padding: 24px 0px;
276
+ }
277
+ .fHhdVc{
278
+ padding-right: 12px;
279
+ color: rgb(242, 48, 48);
280
+ }
281
+ .qNym{
282
+ display: flex;
283
+ -webkit-box-pack: center;
284
+ justify-content: center;
285
+ -webkit-box-align: center;
286
+ align-items: center;
287
+ }
288
+ .iFBkdP{
289
+ display: flex;
290
+ -webkit-box-pack: center;
291
+ justify-content: center;
292
+ padding-top: 24px;
293
+ }
294
+ .blziMQ{
295
+ cursor: pointer;
296
+ user-select: none;
297
+ line-height: 18px;
298
+ font-size: 15px;
299
+ font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
300
+ -webkit-font-smoothing: antialiased;
301
+ font-weight: 700;
302
+ position: relative;
303
+ display: flex;
304
+ flex: 1 1 auto;
305
+ -webkit-box-align: center;
306
+ align-items: center;
307
+ -webkit-box-pack: center;
308
+ justify-content: center;
309
+ min-width: 90px;
310
+ border-radius: 4px;
311
+ text-transform: uppercase;
312
+ white-space: nowrap;
313
+ outline: 0px;
314
+ border: 0px;
315
+ transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
316
+ padding: 0px 24px;
317
+ height: 54px;
318
+ background: rgb(0, 85, 255);
319
+ color: rgb(255, 255, 255);
320
+
321
+ }
322
+ .hvHwmD{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;width:100%;}
323
+ .lpnhkH{line-height: 36px;
324
+ font-size: 30px;
325
+ font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
326
+ -webkit-font-smoothing: antialiased;
327
+ font-weight: 600;
328
+ color: rgb(33, 33, 33);
329
+ text-align: center;
330
+ margin: 0px;}
331
+ .lpvDOQ{
332
+ font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
333
+ -webkit-font-smoothing: antialiased;
334
+ font-weight: 300;
335
+ color: rgb(33, 33, 33);
336
+ text-align: center;
337
+ margin: 0px;
338
+ }
339
+ @media (min-width: 768px){.cPukFe {line-height: 42px;font-size: 36px;}}
340
+ .hDzHg{
341
+ margin-left: 48px;
342
+ }
343
+ .dKjQAB{
344
+ position: relative;
345
+ display: flex;
346
+ border-radius: 4px;
347
+ color: rgb(33, 33, 33);
348
+ background-color: rgb(255, 255, 255);
349
+ }
350
+ .fhjLHS {
351
+ width: 1px;
352
+ background-color: rgba(0, 0, 0, 0.15);
353
+ }
354
+ .hrcxSS{
355
+ cursor: pointer;
356
+ user-select: none;
357
+ margin: 0px;
358
+ outline: 0px;
359
+ border: 0px;
360
+ width: auto;
361
+ overflow: visible;
362
+ display: flex;
363
+ -webkit-box-align: center;
364
+ align-items: center;
365
+ color: inherit;
366
+ background-color: transparent;
367
+ transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
368
+ font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
369
+ -webkit-font-smoothing: antialiased;
370
+ font-weight: 700;
371
+ font-size: 16px;
372
+ line-height: 24px;
373
+ padding: 15px 24px;
374
+ height: 54px;
375
+ position: relative;
376
+ border-radius: 4px 0px 0px 4px;
377
+ text-transform: uppercase;
378
+ }
379
+ .cPukFe{
380
+ width: 100%;
381
+ line-height: 30px;
382
+ font-size: 24px;
383
+ font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
384
+ -webkit-font-smoothing: antialiased;
385
+ font-weight: 700;
386
+ }
387
+ .favWrj{
388
+ display: flex;
389
+ place-content: center space-between;
390
+ -webkit-box-align: center;
391
+ align-items: center;
392
+ margin: 0px auto;
393
+ width: 100%;
394
+ -webkit-box-pack: justify;
395
+ padding: 0px 36px;
396
+ }
397
+ .eKVaAu{
398
+ padding: 0px 0px 24px;
399
+ }
400
+ .eEFtbq{
401
+ display: flex;
402
+ align-content: center;
403
+ -webkit-box-align: center;
404
+ align-items: center;
405
+ border: 1px solid rgb(238, 238, 238);
406
+ overflow: hidden;
407
+ cursor: pointer;
408
+ color: rgb(33, 33, 33);
409
+ margin: 0px auto;
410
+ background: url(/build/204815b….png) center center / contain no-repeat;
411
+ }
412
+ .bYbgQN{
413
+ display: flex;
414
+ overflow: hidden;
415
+ margin: 0px;
416
+ width: 100%;
417
+ }
418
+ .eHtvdQ{
419
+ display: flex;
420
+ -webkit-box-pack: center;
421
+ justify-content: center;
422
+ padding: 0px 0px 12px;
423
+ width: 100%;
424
+ }
425
+ @media (min-width: 768px){.lpvDOQ {line-height: 30px;font-size: 22px;}}
426
+ @media (min-width:0px) and (max-width:1199px){.hvHwmD{max-width:none;}}
427
+ @media (min-width:1200px){.hvHwmD{max-width:1200px;}}
428
+ @media (min-width:0px) and (max-width:767px){.hvHwmD{padding:0 18px;}}
429
+ @media (min-width:768px){.hvHwmD{padding:0 30px;}}
430
+ data-styled.g2[id="sc-1ttxsn1-1"]{content:"hvHwmD,"}
431
+ .hvHwmD{flex: 1 0 auto;
432
+ width: 100%;}
433
+ .FoQAX {
434
+ width: 100%;
435
+ background: rgb(245, 245, 245);
436
+ max-width: 1200px;
437
+ margin: 0px auto;
438
+ animation: 2s ease-in-out 0s 1 normal none running furoaB;
439
+ overflow: hidden;
440
+ }
441
+ .iGazQq{
442
+ position: relative;
443
+ padding: 42px;
444
+ text-align: center;
445
+ display: flex;
446
+ flex-direction: column;
447
+ }
448
+ .icPtH{margin-right: 12px;}
449
+ .bxyVaO{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;}
450
+ .bxyVaO > svg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;}
451
+ .bxyVaO > svg > *{fill:currentColor;}
452
+ data-styled.g5[id="sc-2xfn8l-0"]{content:"bxyVaO,"}
453
+ .cPHJoA{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height:18px;font-size:15px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:700;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-width:90px;background:transparent;border-radius:4px;text-transform:uppercase;white-space:nowrap;outline:0;border:0;background-clip:border-box;-webkit-transition:background .2s cubic-bezier(0.455,0.03,0.515,0.955);transition:background .2s cubic-bezier(0.455,0.03,0.515,0.955);padding:0 18px;height:42px;background:rgba(0,85,255,1);color:rgba(255,255,255,1);}
454
+ .cPHJoA::-moz-focus-inner{padding:0;border:0;}
455
+ .cPHJoA:disabled{background:rgba(224,224,224,1);cursor:none;pointer-events:none;}
456
+ .cPHJoA:hover{background:rgba(0,76,229,1);}
457
+ .cPHJoA:active{background:rgba(0,68,204,1);}
458
+ data-styled.g9[id="sc-1mvwhop-0"]{content:"cPHJoA,"}
459
+ .lfMGmO{-webkit-text-decoration:inherit;text-decoration:inherit;color:inherit;}
460
+ data-styled.g17[id="sc-1bu7qfl-0"]{content:"lfMGmO,"}
461
+ .bvorGM{display:inline-block;padding:7px 11px;cursor:pointer;border:1px solid transparent;border-radius:4px;background:rgba(26,26,26,1);color:rgba(255,255,255,1);}
462
+ data-styled.g18[id="sc-9shut9-0"]{content:"bvorGM,"}
463
+ .csDfHB{overflow:hidden;}
464
+ .csDfHB > svg{display:block;}
465
+ data-styled.g19[id="sc-1gyxcpm-0"]{content:"csDfHB,"}
466
+ .hHIHUq{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0 8px;height:20px;border-radius:20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-size:12px;line-height:12px;white-space:nowrap;background:rgba(26,26,26,1);color:rgba(255,255,255,1);font-weight:700;}
467
+ data-styled.g34[id="yngot0-0"]{content:"hHIHUq,"}
468
+ .ikoBBT{position:fixed;z-index:600;top:0;left:0;display:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;}
469
+ data-styled.g46[id="sc-1bhf2s-0"]{content:"ikoBBT,"}
470
+ .krHGwU{position:fixed;z-index:500;background-color:rgba(0,0,0,0.4);top:0;bottom:0;left:0;right:0;}
471
+ data-styled.g47[id="sc-1bhf2s-1"]{content:"krHGwU,"}
472
+ .glIZQf{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:100vh;min-width:100%;}
473
+ data-styled.g50[id="sc-1fa2dkn-0"]{content:"glIZQf,"}
474
+ .fElXmN{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;width:100%;max-width:1440px;}
475
+ @media (min-width:768px){.fElXmN{padding:0 24px;}}
476
+ .NsBVV{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;width:100%;max-width:1440px;}
477
+ @media (min-width:0px) and (max-width:767px){.NsBVV{padding:0 12px;}}
478
+ @media (min-width:768px){.NsBVV{padding:0 24px;}}
479
+ data-styled.g51[id="bitun5-0"]{content:"fElXmN,NsBVV,"}
480
+ .inueBp{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;}
481
+ data-styled.g52[id="bitun5-1"]{content:"inueBp,"}
482
+ .bVpxBN{width:12px;height:12px;}
483
+ data-styled.g68[id="sxq67w-0"]{content:"bVpxBN,"}
484
+ .leXjVP{box-shadow:0px 0px 24px rgba(26,26,26,0.2);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;z-index:600;background-color:rgba(255,255,255,1);box-sizing:content-box;overflow-x:hidden;overflow-y:auto;}
485
+ @media (max-width:767px){.leXjVP{position:fixed;max-height:calc(100vh - 24px);left:12px;right:12px;}}
486
+ @media (min-width:768px){.leXjVP{position:relative;max-height:calc(100vh - 72px);width:480px;}}
487
+ data-styled.g69[id="kuqgaz-0"]{content:"leXjVP,"}
488
+ .ckYImm{cursor:pointer;color:rgba(33,33,33,1);position:absolute;top:0;right:0;padding:12px;box-sizing:content-box;}
489
+ data-styled.g71[id="kuqgaz-2"]{content:"ckYImm,"}
490
+ .hSJQVR{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;}
491
+ @media (max-width:767px){.hSJQVR{padding:12px;}}
492
+ @media (min-width:768px){.hSJQVR{padding:36px;}}
493
+ data-styled.g72[id="trcv32-0"]{content:"hSJQVR,"}
494
+ .SBukn{width:24px;height:24px;}
495
+ data-styled.g73[id="sc-2wite4-0"]{content:"SBukn,"}
496
+ .fdItuc{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-text-decoration:inherit;text-decoration:inherit;color:inherit;}
497
+ data-styled.g74[id="lqkt1b-0"]{content:"fdItuc,"}
498
+ .hiSbSb{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-right:18px;}
499
+ @media (min-width:0px) and (max-width:767px){.hiSbSb{padding-left:18px;padding-right:12px;}}
500
+ data-styled.g116[id="sc-168sfod-0"]{content:"hiSbSb,"}
501
+ .hjaywk{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
502
+ data-styled.g117[id="sc-168sfod-1"]{content:"hjaywk,"}
503
+ .hjiVat{height:42px;}
504
+ @media (max-width:767px){.hjiVat{height:36px;}}
505
+ data-styled.g118[id="sc-168sfod-2"]{content:"hjiVat,"}
506
+ .hjrrEC{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
507
+ data-styled.g119[id="sc-168sfod-3"]{content:"hjrrEC,"}
508
+ .hIbenQ{list-style-type:none;height:100%;}
509
+ data-styled.g123[id="sc-1mqygah-0"]{content:"hIbenQ,"}
510
+ .cdDJXX{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;color:rgba(33,33,33,1);white-space:nowrap;height:100%;padding:0 12px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .2s cubic-bezier(0.455,0.03,0.515,0.955);}
511
+ @media (min-width:768px){.cdDJXX{line-height:18px;font-size:15px;}}
512
+ .cdDJXX:hover{color:rgba(117,117,117,1);}
513
+ .cdDJXX:active{color:rgba(189,189,189,1);}
514
+ data-styled.g124[id="sc-1mqygah-1"]{content:"cdDJXX,"}
515
+ .hcnRAo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
516
+ @media (min-width:0px) and (max-width:767px){.hcnRAo{display:none;}}
517
+ data-styled.g131[id="sc-1hd6z21-0"]{content:"hcnRAo,"}
518
+ .hcwoex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:relative;overflow:hidden;margin:0;padding:0 18px;}
519
+ @media (max-width:767px){.hcwoex{padding:0;}}
520
+ data-styled.g132[id="sc-1hd6z21-1"]{content:"hcwoex,"}
521
+ .hcEKIG{height:42px;width:1px;background-color:rgba(224,224,224,1);-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}
522
+ data-styled.g133[id="sc-1hd6z21-2"]{content:"hcEKIG,"}
523
+ .hcNhmP{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
524
+ data-styled.g134[id="sc-1hd6z21-3"]{content:"hcNhmP,"}
525
+ .hcVDQY{padding-left:6px;}
526
+ data-styled.g135[id="sc-1hd6z21-4"]{content:"hcVDQY,"}
527
+ .jxYGTk{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;box-sizing:content-box;width:18px;padding:0 18px;color:rgba(33,33,33,1);-webkit-transition:color .2s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .2s cubic-bezier(0.455,0.03,0.515,0.955);}
528
+ .jxYGTk:hover{color:rgba(117,117,117,1);}
529
+ .jxYGTk:active{color:rgba(33,33,33,1);}
530
+ @media (min-width:768px){.jxYGTk{display:none;}}
531
+ data-styled.g153[id="rnvo6-0"]{content:"jxYGTk,"}
532
+ .jyhdxt{position:relative;width:18px;height:15px;box-sizing:border-box;border-top:1px solid currentColor;border-bottom:1px solid currentColor;pointer-events:none;}
533
+ .jyhdxt:after{content:'';display:block;position:absolute;width:100%;height:1px;background-color:currentColor;top:50%;}
534
+ data-styled.g154[id="rnvo6-1"]{content:"jyhdxt,"}
535
+ .cblySq{position:absolute;width:12px;height:12px;right:2px;bottom:2px;border-radius:50%;background:white;color:rgba(33,33,33,1);}
536
+ data-styled.g155[id="rhlin0-0"]{content:"cblySq,"}
537
+ .sHtdd{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;}
538
+ data-styled.g156[id="vnoyvz-0"]{content:"sHtdd,"}
539
+ .sPPHm{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:1px;}
540
+ data-styled.g157[id="vnoyvz-1"]{content:"sPPHm,"}
541
+ .sYmlv{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:700;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;color:white;text-transform:uppercase;background-color:rgba(255,159,25,1);color:white;}
542
+ @media (min-width:768px){.sYmlv{line-height:18px;font-size:15px;}}
543
+ data-styled.g158[id="vnoyvz-2"]{content:"sYmlv,"}
544
+ .knfgvG{position:absolute;width:14px;height:14px;top:0;right:0;border:2px solid white;border-radius:100%;background-color:rgba(255,0,64,1);display:none;}
545
+ data-styled.g160[id="sc-1apfbp1-0"]{content:"knfgvG,"}
546
+ .jxQvto{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;}
547
+ @media (max-width:767px){.jxQvto{padding:0 18px;}}
548
+ @media (min-width:768px){.jxQvto{padding-left:6px;}}
549
+ data-styled.g161[id="sc-1pc5grg-0"]{content:"jxQvto,"}
550
+ .deuuwy{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:42px;height:42px;}
551
+ data-styled.g162[id="sc-1pc5grg-1"]{content:"deuuwy,"}
552
+ .fPnIVd{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
553
+ data-styled.g195[id="yue4at-0"]{content:"fPnIVd,"}
554
+ .fPwfzm{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
555
+ data-styled.g196[id="yue4at-1"]{content:"fPwfzm,"}
556
+ .fIwWsF{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;white-space:nowrap;color:rgba(33,33,33,1);-webkit-transition:color .2s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .2s cubic-bezier(0.455,0.03,0.515,0.955);padding:0 12px;cursor:pointer;}
557
+ @media (min-width:768px){.fIwWsF{line-height:18px;font-size:15px;}}
558
+ .fIwWsF:hover{color:rgba(117,117,117,1);}
559
+ .fIwWsF:active{color:rgba(189,189,189,1);}
560
+ data-styled.g197[id="xda4z1-0"]{content:"fIwWsF,"}
561
+ .gXzTud{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 12px;}
562
+ @media (min-width:0px) and (max-width:767px){.gXzTud{display:none;}}
563
+ data-styled.g198[id="soxssp-0"]{content:"gXzTud,"}
564
+ .ipqJFq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
565
+ @media (min-width:0px) and (max-width:767px){.ipqJFq{display:none;}}
566
+ data-styled.g199[id="sc-1ucfe2p-0"]{content:"ipqJFq,"}
567
+ .bzKyIY{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;color:rgba(255,255,255,1);background-color:rgba(0,85,255,1);}
568
+ data-styled.g201[id="sc-10adoor-0"]{content:"bzKyIY,"}
569
+ .krnTbj{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:6px;cursor:pointer;}
570
+ @media (max-width:767px){.krnTbj{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:18px;}}
571
+ data-styled.g202[id="sc-10adoor-1"]{content:"krnTbj,"}
572
+ .eMDCHU{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
573
+ @media (max-width:767px){.eMDCHU{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;}}
574
+ data-styled.g203[id="sc-1k54gzf-0"]{content:"eMDCHU,"}
575
+ .eMLZmd{line-height:18px;font-size:14px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:700;padding-right:6px;}
576
+ data-styled.g204[id="sc-1k54gzf-1"]{content:"eMLZmd,"}
577
+ .eMUvQm{line-height:18px;font-size:14px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;}
578
+ data-styled.g205[id="sc-1k54gzf-2"]{content:"eMUvQm,"}
579
+ .hNKpxq{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:6px;}
580
+ @media (max-width:767px){.hNKpxq{padding-right:12px;}}
581
+ data-styled.g206[id="lvm3f1-0"]{content:"hNKpxq,"}
582
+ .eehzvd{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding-left:6px;}
583
+ @media (max-width:767px){.eehzvd{padding-left:12px;}}
584
+ data-styled.g207[id="sc-8vy6zj-0"]{content:"eehzvd,"}
585
+ .bmnWka{position:relative;z-index:400;border-bottom:1px solid rgba(224,224,224,1);}
586
+ data-styled.g208[id="sc-1sjqft3-0"]{content:"bmnWka,"}
587
+ .ckHxed{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:64px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
588
+ data-styled.g209[id="sc-1sjqft3-1"]{content:"ckHxed,"}
589
+ .ckPTIm{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;}
590
+ data-styled.g210[id="sc-1sjqft3-2"]{content:"ckPTIm,"}
591
+ .ckYqmv{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
592
+ data-styled.g211[id="sc-1sjqft3-3"]{content:"ckYqmv,"}
593
+ .gGBWmo{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}
594
+ @media (max-width:991px){.gGBWmo{padding-top:32px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}}
595
+ @media (max-width:575px){.gGBWmo{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}
596
+ data-styled.g285[id="wji7uu-0"]{content:"gGBWmo,"}
597
+ .gGKsQx{margin:-12px 0;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;}
598
+ @media (min-width:992px){.gGKsQx{-webkit-flex:initial;-ms-flex:initial;flex:initial;width:160px;}.gGKsQx:not(:first-child){margin-left:80px;}}
599
+ @media (min-width:576px) and (max-width:991px){.gGKsQx{padding:0 20px;}.gGKsQx:first-child{padding-left:0;}.gGKsQx:last-child{padding-right:0;}}
600
+ @media (max-width:575px){.gGKsQx{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;}.gGKsQx:not(:first-child){margin-top:28px;}}
601
+ data-styled.g286[id="wji7uu-1"]{content:"gGKsQx,"}
602
+ .gGSPuG{font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:700;font-size:16px;line-height:24px;color:rgba(26,26,26,1);padding:12px 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
603
+ data-styled.g287[id="wji7uu-2"]{content:"gGSPuG,"}
604
+ .gHblYP{font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;font-size:16px;line-height:24px;color:rgba(26,26,26,1);padding:12px 0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;}
605
+ .gHblYP:hover{color:rgba(117,117,117,1);}
606
+ data-styled.g288[id="wji7uu-3"]{content:"gHblYP,"}
607
+ .gpvEdY{padding:32px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}
608
+ @media (max-width:991px){.gpvEdY{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}
609
+ data-styled.g289[id="g4nc6y-0"]{content:"gpvEdY,"}
610
+ .gpEaIh{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}
611
+ data-styled.g290[id="g4nc6y-1"]{content:"gpEaIh,"}
612
+ .gpMxmq{height:40px;}
613
+ data-styled.g291[id="g4nc6y-2"]{content:"gpMxmq,"}
614
+ .gpUTQz{font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;font-size:18px;line-height:28px;color:rgba(26,26,26,1);padding-top:24px;}
615
+ data-styled.g292[id="g4nc6y-3"]{content:"gpUTQz,"}
616
+ .gqdquI{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
617
+ data-styled.g293[id="g4nc6y-4"]{content:"gqdquI,"}
618
+ .gqlMYR{padding-left:6px;}
619
+ data-styled.g294[id="g4nc6y-5"]{content:"gqlMYR,"}
620
+ .jwCnFi{list-style:none;padding:0 12px;}
621
+ .jwCnFi:first-child{padding-left:0;}
622
+ .jwCnFi:last-child{padding-right:0;}
623
+ @media (max-width:767px){.jwCnFi{padding-bottom:16px;}}
624
+ data-styled.g295[id="sc-1gpgyss-0"]{content:"jwCnFi,"}
625
+ .cVpsCJ{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;cursor:pointer;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:rgba(33,33,33,1);-webkit-transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);}
626
+ @media (min-width:768px){.cVpsCJ{line-height:18px;font-size:15px;}}
627
+ .cVpsCJ:hover{color:rgba(0,119,181,1);}
628
+ .cMLuEn{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;cursor:pointer;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:rgba(33,33,33,1);-webkit-transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);}
629
+ @media (min-width:768px){.cMLuEn{line-height:18px;font-size:15px;}}
630
+ .cMLuEn:hover{color:rgba(59,89,152,1);}
631
+ .izevWD{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;cursor:pointer;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:rgba(33,33,33,1);-webkit-transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);}
632
+ @media (min-width:768px){.izevWD{line-height:18px;font-size:15px;}}
633
+ .izevWD:hover{color:rgba(195,42,163,1);}
634
+ .krVgxS{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;cursor:pointer;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:rgba(33,33,33,1);-webkit-transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);}
635
+ @media (min-width:768px){.krVgxS{line-height:18px;font-size:15px;}}
636
+ .krVgxS:hover{color:rgba(217,37,42,1);}
637
+ .keyVmj{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;cursor:pointer;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:rgba(33,33,33,1);-webkit-transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);}
638
+ @media (min-width:768px){.keyVmj{line-height:18px;font-size:15px;}}
639
+ .keyVmj:hover{color:rgba(29,161,242,1);}
640
+ data-styled.g296[id="sc-1gpgyss-1"]{content:"cVpsCJ,cMLuEn,izevWD,krVgxS,keyVmj,"}
641
+ .ghIpqL{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:24px 0;}
642
+ @media (max-width:767px){.ghIpqL{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:32px 0;}}
643
+ data-styled.g297[id="sc-1vdvga6-0"]{content:"ghIpqL,"}
644
+ .ghQLUU{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:0;margin:0;}
645
+ data-styled.g298[id="sc-1vdvga6-1"]{content:"ghQLUU,"}
646
+ .ghZizd{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -8px;}
647
+ data-styled.g299[id="sc-1vdvga6-2"]{content:"ghZizd,"}
648
+ .gihFdm{padding:0 8px;}
649
+ @media (max-width:767px){.gihFdm{margin-top:16px;}}
650
+ data-styled.g300[id="sc-1vdvga6-3"]{content:"gihFdm,"}
651
+ .cPhikk{position:relative;padding:0 6px;}
652
+ @media (max-width:767px){.cPhikk{width:100%;}}
653
+ @media (min-width:768px){.cPhikk{width:50%;}}
654
+ data-styled.g301[id="sc-1fadrw7-0"]{content:"cPhikk,"}
655
+ .eitabK{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 6px;color:rgba(33,33,33,1);border-bottom:1px solid rgba(224,224,224,1);}
656
+ @media (min-width:768px){.eitabK{line-height:18px;font-size:15px;}}
657
+ .eitabK:hover{background-color:rgba(238,238,238,1);}
658
+ @media (max-width:767px){.eitabK{height:72px;}}
659
+ @media (min-width:768px){.eitabK{height:42px;}}
660
+ .eYrAGp{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 6px;color:rgba(33,33,33,1);border-bottom:1px solid rgba(224,224,224,1);line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:700;}
661
+ @media (min-width:768px){.eYrAGp{line-height:18px;font-size:15px;}}
662
+ @media (min-width:768px){.eYrAGp{line-height:18px;font-size:15px;}}
663
+ .eYrAGp:hover{background-color:rgba(238,238,238,1);}
664
+ @media (max-width:767px){.eYrAGp{height:72px;}}
665
+ @media (min-width:768px){.eYrAGp{height:42px;}}
666
+ data-styled.g302[id="sc-1fadrw7-1"]{content:"eitabK,eYrAGp,"}
667
+ .cPybsC{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;right:12px;bottom:0;}
668
+ data-styled.g303[id="sc-1fadrw7-2"]{content:"cPybsC,"}
669
+ .gGWepF{line-height:30px;font-size:20px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:600;color:rgba(33,33,33,1);padding:12px 0;text-align:center;}
670
+ @media (min-width:768px){.gGWepF{line-height:30px;font-size:22px;}}
671
+ data-styled.g304[id="awcnw8-0"]{content:"gGWepF,"}
672
+ .gHeATO{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:24px;margin:0;list-style:none;}
673
+ data-styled.g305[id="awcnw8-1"]{content:"gHeATO,"}
674
+ .jsgFNg{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0;padding:0;outline:0;border:0;width:auto;overflow:visible;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:inherit;background-color:transparent;font-family:inherit;line-height:inherit;-webkit-transition:background-color .1s cubic-bezier(0.455,0.03,0.515,0.955);transition:background-color .1s cubic-bezier(0.455,0.03,0.515,0.955);}
675
+ .jsgFNg::-moz-focus-inner{border:0;padding:0;}
676
+ data-styled.g306[id="j86yjt-0"]{content:"jsgFNg,"}
677
+ .ffGyct{background-color:rgba(244,244,244,1);}
678
+ data-styled.g307[id="sc-1fplln8-0"]{content:"ffGyct,"}
679
+ .ffOUGC{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:24px 0;}
680
+ @media (max-width:991px){.ffOUGC{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}}
681
+ @media (max-width:575px){.ffOUGC{padding:32px 0;}}
682
+ data-styled.g308[id="sc-1fplln8-1"]{content:"ffOUGC,"}
683
+ .ffXrkL{font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;font-size:16px;line-height:24px;color:rgba(26,26,26,1);-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;}
684
+ @media (min-width:576px) and (max-width:991px){.ffXrkL{padding-top:24px;}}
685
+ data-styled.g309[id="sc-1fplln8-2"]{content:"ffXrkL,"}
686
+ .fgfNOU{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}
687
+ @media (max-width:575px){.fgfNOU{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}}
688
+ data-styled.g310[id="sc-1fplln8-3"]{content:"fgfNOU,"}
689
+ .fgoktd{font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;font-size:16px;line-height:24px;color:rgba(26,26,26,1);margin:0 20px;}
690
+ .fgoktd:hover{color:rgba(117,117,117,1);}
691
+ .fgoktd:first-child{margin-left:0;}
692
+ .fgoktd:last-child{margin-right:0;}
693
+ @media (max-width:575px){.fgoktd{margin-left:0;margin-right:0;margin-bottom:32px;}}
694
+ data-styled.g311[id="sc-1fplln8-4"]{content:"fgoktd,"}
695
+ .khdGMm{color:rgba(242,48,48,1);display:inline-block;vertical-align:middle;margin:0 4px;}
696
+ @media (prefers-reduced-motion:no-preference){.khdGMm{-webkit-animation:dgzxEO 2s infinite;animation:dgzxEO 2s infinite;}}
697
+ data-styled.g312[id="sc-1fplln8-5"]{content:"khdGMm,"}
698
+ .jKLUgT{height:1px;background-color:rgba(232,232,232,1);}
699
+ data-styled.g313[id="sc-1p2sah-0"]{content:"jKLUgT,"}
700
+ .jKUqLc{width:100%;}
701
+ data-styled.g314[id="sc-1p2sah-1"]{content:"jKUqLc,"}
702
+ .dhopRv{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0 0 90px 0;}
703
+ data-styled.g710[id="je654-0"]{content:"dhopRv,"}
704
+ .dTTiwf{width:36px;height:36px;}
705
+ data-styled.g711[id="sc-1nz7oec-0"]{content:"dTTiwf,"}
706
+ .hpzLVg{position:relative;color:white;margin:0;border:1px solid white;}
707
+ @media (min-width:0px) and (max-width:767px){.hpzLVg{width:100%;height:114px;}}
708
+ @media (min-width:768px) and (max-width:991px){.hpzLVg{width:25%;height:180px;}}
709
+ @media (min-width:992px){.hpzLVg{width:20%;height:180px;}}
710
+ data-styled.g712[id="sc-1jhrmy1-0"]{content:"hpzLVg,"}
711
+ .hpIizp{line-height:24px;font-size:16px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:700;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transition:box-shadow .2s cubic-bezier(0.455,0.03,0.515,0.955);transition:box-shadow .2s cubic-bezier(0.455,0.03,0.515,0.955);}
712
+ .hpIizp:hover{box-shadow:0px 0px 24px rgba(26,26,26,0.2);z-index:1;}
713
+ @media (max-width:767px){.hpIizp{padding:12px 12px 12px 60px;}}
714
+ @media (min-width:768px){.hpIizp{padding:60px 12px 12px 12px;}}
715
+ data-styled.g713[id="sc-1jhrmy1-1"]{content:"hpIizp,"}
716
+ .hpQFdy{position:absolute;padding:12px;}
717
+ data-styled.g714[id="sc-1jhrmy1-2"]{content:"hpQFdy,"}
718
+ .hpZbHH{line-height:18px;font-size:14px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;position:absolute;padding:12px;}
719
+ @media (max-width:767px){.hpZbHH{right:0;bottom:0;left:48px;top:36px;}}
720
+ @media (min-width:768px){.hpZbHH{left:0;right:0;bottom:0;top:84px;}}
721
+ data-styled.g715[id="sc-1jhrmy1-3"]{content:"hpZbHH,"}
722
+ .hqhylQ{position:absolute;top:12px;right:12px;}
723
+ data-styled.g716[id="sc-1jhrmy1-4"]{content:"hqhylQ,"}
724
+ .fMjvGP{padding:24px 0;}
725
+ data-styled.g717[id="sc-8oiqhz-0"]{content:"fMjvGP,"}
726
+ .fMrSkY{line-height:30px;font-size:22px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:600;color:rgba(33,33,33,1);text-align:center;margin:0;}
727
+ @media (min-width:768px){.fMrSkY{line-height:36px;font-size:30px;}}
728
+ data-styled.g718[id="sc-8oiqhz-1"]{content:"fMrSkY,"}
729
+ .fMAoPh{line-height:30px;font-size:20px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:300;color:rgba(33,33,33,1);text-align:center;margin:0;}
730
+ @media (min-width:768px){.fMAoPh{line-height:30px;font-size:22px;}}
731
+ data-styled.g719[id="sc-8oiqhz-2"]{content:"fMAoPh,"}
732
+ .eHZkTG{padding:12px 0 0 0;width:100%;}
733
+ data-styled.g726[id="i92094-0"]{content:"eHZkTG,"}
734
+ .jEgdbF{width:100%;}
735
+ data-styled.g854[id="sc-194jngp-0"]{content:"jEgdbF,"}
736
+ @-webkit-keyframes dgzxEO{1%{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25);}10%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}15%{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25);}18%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}}
737
+ @keyframes dgzxEO{1%{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25);}10%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}15%{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25);}18%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}}
738
+ data-styled.g2329[id="sc-keyframes-dgzxEO"]{content:"dgzxEO,"}
739
+ html{line-height:1.15;-webkit-text-size-adjust:100%;}
740
+
741
+ * {box-sizing: border-box;}
742
+ body {
743
+ background-image: url("img/hero-bg.png");
744
+ font-family: Montserrat,system-ui,-apple-system, BlinkMacSystemFont,sans-serif;
745
+ }
746
+
747
+ .header{
748
+ min-height: 80px;
749
+ }
750
+ .heading {
751
+ text-align: center;
752
+ margin-top: 90px;
753
+ }
754
+ .heading-h1{
755
+ font-size: 60px;
756
+ font-weight: 800;
757
+ line-height: 1.33;
758
+ color: #11304e;
759
+ margin: 70px 0 12px;
760
+ }
761
+ .heading-h2{
762
+ font-size: 20px;
763
+ font-weight: 500;
764
+ opacity: 70%;
765
+ color: #11304e;
766
+ }
767
+ .img-uploader{
768
+ margin-top: 45px;
769
+ }
770
+ .uploader {
771
+ background-color: #974fff;
772
+ border-radius: 25px;
773
+ position: relative;
774
+ min-height: 1px;
775
+ padding-right: 15px;
776
+ padding-left: 15px;
777
+ margin: auto;
778
+ width: 65%;
779
+ padding: 10px;
780
+ height:300px;
781
+
782
+ }
783
+ .inner-box{
784
+ background-color: #11304e2e;
785
+ border-radius: 25px;
786
+ width: 100%;
787
+ height: 280px;
788
+ overflow: auto;
789
+ text-align:justify;
790
+ }
791
+ .dropzone{
792
+ text-align: center;
793
+ color: white;
794
+ }
795
+ .drop-span{
796
+ color: white;
797
+ }
798
+ .button{
799
+ display: inline-block;
800
+ background: rgb(255, 255, 255);
801
+ border-radius: 10px;
802
+ padding: 13px 22px;
803
+ font-size: 16px;
804
+ font-weight: bold;
805
+ line-height: 1.19;
806
+ letter-spacing: 0.32px;
807
+ cursor: pointer;
808
+ border: unset;
809
+ color:#974fff!important;
810
+ /* margin-left: 137px; */
811
+ }
812
+ .download-reset-button{
813
+ display:flex;
814
+ float:right;
815
+ align-items: center;
816
+ position:sticky;
817
+ right:0;
818
+ bottom:0;
819
+
820
+ }
821
+ .extract-container{
822
+ width:90%;
823
+ margin:auto;
824
+ padding-top:40px;
825
+ margin-bottom:30px;
826
+ display:none;
827
+ }
828
+ .download-all{
829
+ background: rgb(255, 255, 255);
830
+ border-radius: 10px;
831
+ padding: 7px 22px;
832
+ font-size: 16px;
833
+ font-weight: bold;
834
+ line-height: 1.19;
835
+ letter-spacing: 0.32px;
836
+ cursor: pointer;
837
+ border: unset;
838
+ color:#974fff!important;
839
+ float:left;
840
+ }
841
+
842
+ .restart-button{
843
+ background: rgb(255, 255, 255);
844
+ border-radius: 10px;
845
+ padding: 7px 7px;
846
+ font-size: 16px;
847
+ line-height: 1.19;
848
+ letter-spacing: 0;
849
+ cursor: pointer;
850
+ border: unset;
851
+ color:#974fff!important;
852
+ margin-top: 18px;
853
+ }
854
+
855
+ .file-upload{
856
+ display:none;
857
+ }
858
+ .textual-content{
859
+ margin-top: 90px;
860
+
861
+ }
862
+ .textual-content-box{
863
+ margin-top: 90px;
864
+ background-color: rgba(17, 48, 78, 0.18);
865
+ display: flex;
866
+ flex-direction:row;
867
+
868
+ }
869
+ .supported{
870
+ margin-top: 90px;
871
+ }
872
+
873
+ .row {
874
+ /* flex: 1 1 0px; */
875
+ /* position: relative; */
876
+ min-height: 1px;
877
+ padding-right: 15px;
878
+ padding-left: 15px;
879
+ height: auto;
880
+ text-align: center;
881
+ margin-bottom: 30px;
882
+ }
883
+ i{
884
+ display: block;
885
+ margin-bottom: 18px;
886
+
887
+ }
888
+ .span{
889
+ display: block;
890
+ font-size: 20px;
891
+ font-weight: bold;
892
+ line-height: 1.21;
893
+ margin-bottom: 15px;
894
+ color: rgb(17, 48, 78);
895
+ }
896
+ p{
897
+ font-size: 15px;
898
+ line-height: 1.41;
899
+ color: rgb(17, 48, 78);
900
+ }
901
+ .how-to{
902
+ margin-right: -15px;
903
+ margin-left: -15px
904
+ }
905
+ .how-to-text{
906
+ position: relative;
907
+ min-height: 1px;
908
+ padding-right: 15px;
909
+ padding-left: 15px;
910
+ margin: auto;
911
+ width: 74%;
912
+ padding: 10px;
913
+
914
+ }
915
+ .how-to-h2 {
916
+ font-size: 40px;
917
+ font-weight: 800;
918
+ line-height: 1.16;
919
+ text-align: left;
920
+ color: rgb(17, 48, 78);
921
+ /* margin: 0px 0px 40px; */
922
+ width: 100%;
923
+ margin-top: 70px;
924
+ }
925
+ .steps{
926
+ padding-left: 29px;
927
+ }
928
+ ul li span {
929
+ display: inline-block;
930
+ width: 20px;
931
+ margin-right: 20px;
932
+ position: absolute;
933
+ top: 0px;
934
+ left: 0px;
935
+ }
936
+ ul li {
937
+ margin: 0px 0px 20px;
938
+ padding: 0px;
939
+ font-size: 17px;
940
+ font-weight: 500;
941
+ line-height: 1.4;
942
+ text-align: left;
943
+ color: rgb(17, 48, 78);
944
+ list-style: none;
945
+ position: relative;
946
+ }
947
+ img{
948
+ outline: none;
949
+ border: none;
950
+ max-width: 100%;
951
+ height: auto;
952
+ }
953
+ .rating-div{
954
+ background-color: red
955
+ }
956
+ .rating-container{
957
+ padding-right: 15px;
958
+ padding-left: 15px;
959
+ margin-right: auto;
960
+ margin-left: auto;
961
+ }
962
+ .rating-row{
963
+ margin-right: -15px;
964
+ margin-left: -15px;
965
+ }
966
+ .faq-container{
967
+ position: relative;
968
+ min-height: 1px;
969
+ padding-right: 15px;
970
+ padding-left: 15px;
971
+ }
972
+ .faq-h2{
973
+ font-size: 53px;
974
+ font-weight: 800;
975
+ line-height: 1.16;
976
+ text-align: center;
977
+ color: #11304e;
978
+ margin: 100px 0 50px;
979
+ }
980
+ .faq-h3{
981
+ margin: 0 0 25px;
982
+ font-size: 20px;
983
+ font-weight: 600;
984
+ color: #11304e;
985
+ position: relative;
986
+ padding-right: 30px;
987
+ line-height: 1.4;
988
+ cursor: pointer;
989
+ }
990
+ .faq-list{
991
+ position: relative;
992
+ min-height: 1px;
993
+ padding-right: 15px;
994
+ padding-left: 15px;
995
+ margin: auto;
996
+ width: 50%;
997
+ padding: 10px;
998
+
999
+
1000
+ }
1001
+ .sup-h2{
1002
+ font-size: 56px;
1003
+ font-weight: 800;
1004
+ line-height: 1.21;
1005
+ color: rgb(17, 48, 78);
1006
+ text-align: center;
1007
+ }
1008
+ .sup-ul{
1009
+ margin: 0px;
1010
+ padding: 63px 0px 0px;
1011
+ text-align: left;
1012
+ }
1013
+ .sup-li{
1014
+ list-style: none;
1015
+ margin: 0px 0px 20px;
1016
+ font-size: 15px;
1017
+ color: rgb(17, 48, 78);
1018
+ width: 25%;
1019
+ text-align: left;
1020
+ display: inline-block;
1021
+ }
1022
+ a{
1023
+ text-decoration: unset;
1024
+ color: unset;
1025
+ }
1026
+ .sup-i{
1027
+ display: inline-block;
1028
+ margin-right: 10px;
1029
+ width: 19px;
1030
+ vertical-align: middle;
1031
+ }
1032
+ .sup-span{
1033
+ display: inline-block;
1034
+ width: 20px;
1035
+ margin-right: 20px;
1036
+ position: unset!important;
1037
+ top: 0px;
1038
+ left: 0px;
1039
+ }
1040
+ .clear {
1041
+ clear: both;
1042
+ }
1043
+ .leftbox {
1044
+ float:left;
1045
+ width:30%;
1046
+ height:280px;
1047
+ margin: 0px 28px;
1048
+ text-align: center;
1049
+ margin-bottom: 30px;
1050
+ }
1051
+ .middlebox{
1052
+ float:left;
1053
+ width:30%;
1054
+ height:280px;
1055
+ text-align: center;
1056
+ margin-bottom: 30px;
1057
+
1058
+ }
1059
+ .rightbox{
1060
+ text-align: center;
1061
+ float:right;
1062
+ width:30%;
1063
+ height:280px;
1064
+ margin-bottom: 30px;
1065
+ }
1066
+ .file-list{
1067
+ padding:10px 0 20px;
1068
+ }
1069
+
1070
+ .single-file{
1071
+ color:white;
1072
+
1073
+ cursor:pointer;
1074
+ }
1075
+ .small-text{
1076
+ font-size: 16px;
1077
+ font-weight:500;
1078
+ }
1079
+ .rows{
1080
+ padding: 10px;
1081
+ margin: auto;
1082
+ width:50%;
1083
+ margin-top: 70px;
1084
+ display: inline;
1085
+ min-height: 1px;
1086
+ padding-right: 15px;
1087
+ padding-left: 15px;
1088
+ }
1089
+ .rows-2{
1090
+ margin-top: 50px;
1091
+ }
1092
+
1093
+ .header {
1094
+ overflow: hidden;
1095
+ /* background-color: #f1f1f1; */
1096
+ padding: 20px 10px;
1097
+ }
1098
+
1099
+ .header a {
1100
+ /* float: left;
1101
+ color: black;
1102
+ text-align: center;
1103
+
1104
+ line-height: 25px;
1105
+ border-radius: 4px; */
1106
+
1107
+ padding: 0 20px 0 8px;
1108
+ text-decoration: none;
1109
+ color: #1e283c;
1110
+ font-weight: 600;
1111
+ font-size: 12px;
1112
+ text-transform: uppercase;
1113
+ outline: 0;
1114
+ }
1115
+
1116
+ .header a.logo {
1117
+ font-size: 25px;
1118
+ font-weight: bold;
1119
+ margin: 0px 101px;
1120
+ }
1121
+
1122
+ .header a:hover {
1123
+ background-color: #ddd;
1124
+ color: black;
1125
+ }
1126
+
1127
+ .header a.active {
1128
+ background-color:#eee;
1129
+ color: black;
1130
+ }
1131
+
1132
+ .header-right {
1133
+ float: right;
1134
+ padding-right: 124px;
1135
+ }
1136
+
1137
+ /* @media screen and (max-width: 500px) {
1138
+ .header a {
1139
+ float: none;
1140
+ display: block;
1141
+ text-align: left;
1142
+ }
1143
+
1144
+ .header-right {
1145
+ float: none;
1146
+ }
1147
+ } */
1148
+
1149
+ .how-to-p{
1150
+ margin-top: 35px;
1151
+ }
1152
+ .footer{
1153
+ background-image: -webkit-linear-gradient(110deg,#7b10ff 0,#974fff 100%);
1154
+ color:white;
1155
+ padding: 100px 0px;
1156
+ display: block;
1157
+
1158
+ }
1159
+
1160
+ .footer .single-footer-widget p {
1161
+ color: #fff;
1162
+ }
1163
+ .footer .single-footer-widget .menu-list li a {
1164
+ color: #fff;
1165
+ transition: all .3s ease 0s;
1166
+ }
1167
+ .footer .footer-bottom p {
1168
+ color: #fff;
1169
+
1170
+ }