-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
372 lines (334 loc) · 24.3 KB
/
Copy pathindex.html
File metadata and controls
372 lines (334 loc) · 24.3 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
<!DOCTYPE html>
<html data-lt-installed="true" lang="pt">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<title>DS4 Data Intelligence</title>
<meta name="twitter:title" content="DS4 Data Intelligence">
<meta name="description"
content="A DS4 Data Intelligence é uma consultoria de Data Science e Machine Learning que tem como missão ajudar pequenas e médias empresas a tomarem decisões inteligentes baseadas em dados.">
<meta name="twitter:description"
content="A DS4 Data Intelligence é uma consultoria de Data Science e Machine Learning que tem como missão ajudar pequenas e médias empresas a tomarem decisões inteligentes baseadas em dados.">
<link rel="icon" href="./assets/favico.png">
<link rel="canonical" href="https://ds4data.com/">
<link rel="stylesheet" href="./assets/index.css">
<style type="text/css">
body {
font-family: Poppins, sans-serif;
font-size: 14px;
font-weight: 400;
--title-scale: 1;
}
@media only screen and (max-width: 750px) {
body {
--title-scale: 0.7;
}
}
.wr {
max-width: 1200px;
max-width: var(--wr-max);
}
.section:not(.dark),
.theme--light,
.section:not(.dark) .color-2,
.theme--light .color-2 {
color: #fff;
}
.section.dark,
.theme--dark,
.section.dark .color-2,
.theme--dark .color-2 {
color: rgba(17, 17, 17, 1);
}
.section:not(.dark) .color-1,
.theme--light .color-1 {
color: #fff;
}
.section.dark .color-1,
.theme--dark .color-1 {
color: rgba(17, 17, 17, 1);
}
.section:not(.dark) .color-2,
.theme--light .color-2 {
color: #fff;
}
.section.dark .color-2,
.theme--light .color-2 {
color: rgba(17, 17, 17, 1);
}
a:not(.btn),
.link {
color: rgba(198, 217, 255, 1);
--link-hover-bg: rgba(198, 217, 255, 0.05);
--link-hover: rgb(96, 149, 255);
}
.dark a:not(.btn),
.dark .link,
.theme--dark .link,
.theme--dark a:not(.btn) {
color: rgba(8, 40, 204, 1);
--link-hover-bg: rgba(8, 40, 204, 0.05);
--link-hover: rgb(4, 21, 106);
}
.weight-text {
font-weight: 400;
}
.weight-text-m {
font-weight: 600;
}
.weight-text-h {
font-weight: 600;
}
.weight-title {
font-weight: 400;
}
.weight-title-m {
font-weight: 600;
}
.weight-title-h {
font-weight: 600;
}
.font-title {
font-family: Poppins, sans-serif;
}
a,
.link {
text-decoration: none;
font-weight: 600;
}
a:not(.btn):hover {
text-decoration: underline
}
</style>
<link href="./assets/fonts.css" rel="stylesheet">
<!-- Code injected by Five-server -->
<script async="" data-id="five-server" data-file="/home/weverton/Desktop/ds4_website/index.html"
type="application/javascript" src="/fiveserver.js"></script>
<style>
/* Injected by five-server */
[data-highlight="true"] {
border: 1px rgb(90, 170, 255) solid !important;
background-color: rgba(155, 215, 255, 0.5);
animation: fadeOutHighlight 1s forwards 0.5s;
}
img[data-highlight="true"] {
filter: sepia(100%) hue-rotate(180deg) saturate(200%);
animation: fadeOutHighlightIMG 0.5s forwards 0.5s;
}
@keyframes fadeOutHighlight {
from {
background-color: rgba(155, 215, 255, 0.5);
}
to {
background-color: rgba(155, 215, 255, 0);
}
}
@keyframes fadeOutHighlightIMG {
0% {
filter: sepia(100%) hue-rotate(180deg) saturate(200%);
}
33% {
filter: sepia(66%) hue-rotate(180deg) saturate(100%);
}
50% {
filter: sepia(50%) hue-rotate(90deg) saturate(50%);
}
66% {
filter: sepia(33%) hue-rotate(0deg) saturate(100%);
}
100% {
filter: sepia(0%) hue-rotate(0deg) saturate(100%);
}
}
@keyframes fiveserverInfoPopup {
0% {
top: -40px;
}
15% {
top: 4px;
}
85% {
top: 4px;
}
100% {
top: -40px;
}
}
/*smaller*/
@media (max-width: 640px) {
#fiveserver-info-wrapper {
max-width: 98%;
}
#fiveserver-info {
border-radius: 0px;
}
}
</style>
</head>
<body>
<div id="header" class="section header" style="--wr-max:1200px">
<div class="wr color-1" style="margin-top:10px;margin-bottom:10px">
<div id="headerNav"><a id="headerLogo" href="https://ds4data.com/" class="header__logoImg"><img
src="./assets/kt793ieg8fne7nfb.png" alt="[object Object]" width="80"></a>
<div class="spacer"></div>
<div class="headerNav__links"><a href="https://medium.com/ds4data">Blog</a></div>
<div class="header__navCtas"></div>
</div>
<div id="headerMenuButton" class="burger">Menu</div>
</div>
<div class="headerMenu">
<div id="headerDrawerBackdrop" class="headerMenu__backdrop"></div>
<div class="headerMenu__wrapper" style="background-color:rgb(29, 37, 98)">
<ul class="headerMenu__links">
<li><a href="https://medium.com/ds4data" class="drawerLink">Blog</a></li>
</ul>
</div>
</div>
</div>
<div id="hero" class="section section--hero section--noPadding section--left"
style="background-color:rgb(40, 52, 138);--pdx-min-height:0px;--wr-max:1200px">
<div id="headerSpacer" style="height:70px"></div>
<script>!function () { var e, t = document.getElementById("header"), n = document.getElementById("headerSpacer"); t && n && (e = t.getBoundingClientRect().height, n.setAttribute("style", "height:" + e + "px")) }()</script>
<div class="ft ft--left" style="--pdx-pt:0;--pdx-pb:0">
<div class="ft__half">
<div class="ft__wrapper" style="max-width:570px">
<div class="ft__content">
<h1 class="hero__title color-1 weight-title-h font-title">Dados inteligentes para empresas inteligentes</h1>
<p class="hero__subtitle weight-text">Somos uma consultoria de Data Science e Machine Learning cuja missão é
ajudar pequenas e médias empresas a tomarem decisões inteligentes baseadas em dados.</p>
<div class="ctas"><a href="#contact" class="btn btn--c btn--primary btn--large"
style="color:rgb(255, 255, 255);background-color:rgb(38, 183, 205)">Entre em contato<svg width="13"
height="12" xmlns="http://www.w3.org/2000/svg">
<path
d="M9.6 7H1a1 1 0 1 1 0-2h8.6L7 2.4A1 1 0 0 1 8.4 1l4.3 4.2c.2.3.3.5.3.8 0 .3-.1.5-.3.7L8.4 11A1 1 0 1 1 7 9.5L9.6 7z"
fill="rgb(255, 255, 255)"></path>
</svg></a></div>
<div class="hero__ctaInfo"></div>
</div>
</div>
</div>
<div class="ft__half pdx pdxParent--img-transparent" style="--pdx-maxheight:1">
<div class="pdxItem pdxItem--img-transparent"><img src="./assets/i49gh610fjvjv2um.svg">
</div>
</div>
</div>
</div>
<div id="team" class="section section--team section--center dark"
style="background-color:rgba(255,255,255,1);padding-bottom:60px;padding-top:60px;--pdx-min-height:0px;--wr-max:1200px">
<div class="wr">
<h2 class="color-1 weight-title-h font-title section__title center">Quem somos</h2>
<p class="weight-text section__subtitle center">Somos um time complementar e altamente qualificado</p>
<div class="team team-- team--l4">
<div class="team__member"><img src="./assets/o8x1fablmzib75vl.jpg" class="member__avatar"
srcset="./assets/o8x1fablmzib75vl_002.jpg 2x">
<h3 class="member__name color-1 weight-text-m">Hélvio Peixoto</h3>
<h4 class="member__role weight-text">CEO</h4>
<div class="member__description">
<p>Doutor em Engenharia com experiência em gestão e desenvolvimento de software científico</p>
</div>
</div>
<div class="team__member"><img src="./assets/gn3m67hn1glk599b.jpg" class="member__avatar"
srcset="./assets/gn3m67hn1glk599b_002.jpg 2x">
<h3 class="member__name color-1 weight-text-m">Josué Neto</h3>
<h4 class="member__role weight-text">CFO</h4>
<div class="member__description">
<p>Pesquisador de Engenharia e Tecnologia</p>
</div>
</div>
<div class="team__member"><img src="./assets/fwz4i4xajub47djf.jpg" class="member__avatar"
srcset="./assets/fwz4i4xajub47djf_002.jpg 2x">
<h3 class="member__name color-1 weight-text-m">Lucas Omena</h3>
<h4 class="member__role weight-text">CSO</h4>
<div class="member__description">
<p>Cientista de Dados Sênior e Doutorando pela Universidade Federal de Alagoas</p>
</div>
</div>
<div class="team__member"><img src="./assets/hqd6u7giixqdbvir.jpg" class="member__avatar"
srcset="./assets/hqd6u7giixqdbvir_002.jpg 2x">
<h3 class="member__name color-1 weight-text-m">Weverton Marques</h3>
<h4 class="member__role weight-text">Data Scientist Senior</h4>
<div class="member__description">
<p>Mestre em Engenharia larga experiência desenvolvimento de software em geral</p>
</div>
</div>
</div>
</div>
</div>
<div id="contact" class="section section--code section--center dark"
style="background-color:rgba(255,255,255,1);padding-bottom:50px;padding-top:50px;--pdx-min-height:0px;--wr-max:1200px">
<div class="wr">
<h2 class="color-1 weight-title-h font-title section__title center">Entre em contato</h2>
<p class="weight-text section__subtitle center">Tem perguntas? Não hesite em entrar em contato.</p>
<form class="contact" id="contact_kui3nlp9h0n" data-siteid="hbg5zuef201f">
<div class="contact__item"><label class="weight-text-m">Full Name</label><input type="text"
id="contactName_kui3nlp9h0n" placeholder="Jane Doe" class="color-1"></div>
<div class="contact__row">
<div class="contact__item"><label class="weight-text-m">Email Address</label><input type="email"
id="contactEmail_kui3nlp9h0n" placeholder="jane.doe@mail.com" class="color-1"></div>
<div class="contact__item"><label class="weight-text-m">Phone (Optional)</label><input type="text"
id="contactPhone_kui3nlp9h0n" placeholder="(123) 456-7890" class="color-1"></div>
</div>
<div class="contact__item"><label class="weight-text-m">Your Message</label><textarea
id="contactMessage_kui3nlp9h0n" placeholder="" class="color-1"></textarea></div>
<div id="contactCaptcha_kui3nlp9h0n" class="contact__captcha">
<div class="contact__item"><label class="weight-text-m">Security Image</label>
<div id="contactCaptchaImage_kui3nlp9h0n"></div>
</div>
<div class="contact__item"><label class="weight-text-m">Type the numbers from the image above</label><input
type="text" id="contactCaptchaSolution_kui3nlp9h0n" placeholder="" class="color-1"></div>
</div>
<div id="contactError_kui3nlp9h0n" class="contact__error"></div><button id="contactSubmit_kui3nlp9h0n"
class="btn btn--c btn--primary btn--large"
style="color:rgb(255, 255, 255);background-color:rgb(38, 183, 205)">Send Message</button>
</form>
<script>!function () { var n = document.getElementById("contact_kui3nlp9h0n"), o = document.getElementById("contactSubmit_kui3nlp9h0n"), l = document.getElementById("contactName_kui3nlp9h0n"), d = document.getElementById("contactEmail_kui3nlp9h0n"), u = document.getElementById("contactPhone_kui3nlp9h0n"), r = document.getElementById("contactMessage_kui3nlp9h0n"), a = document.getElementById("contactError_kui3nlp9h0n"), m = document.getElementById("contactCaptcha_kui3nlp9h0n"), p = document.getElementById("contactCaptchaSolution_kui3nlp9h0n"), h = document.getElementById("contactCaptchaImage_kui3nlp9h0n"); function e(e) { e.preventDefault(); var s, i, t = { path: window.location.pathname, siteId: n.getAttribute("data-siteid"), name: l.value, email: d.value, phone: u.value, message: r.value, cs: p.value, cid: p.getAttribute("data-cid") }; !function (e) { var t = !1; e.name.length < 2 ? t = "Please enter your name" : e.email.length < 6 ? t = "Please enter your email address" : e.message.length < 4 ? t = "Please enter a message" : e.cid && e.cs.length < 6 && (t = "Please enter the numbers from the security image"); a.innerText = t || ""; return !1 === t }(t) || (o.classList.add("btn--loading"), s = t, (i = new XMLHttpRequest).open("POST", window.location.origin + "/api/contact", !0), i.setRequestHeader("Content-Type", "application/x-www-form-urlencoded; charset=UTF-8"), i.send(JSON.stringify(s)), i.onload = function () { var e, t, n, a, c; o.classList.remove("btn--loading"), 200 <= this.status && this.status < 400 ? (e = JSON.parse(i.responseText)).success ? (l.value = "", d.value = "", u.value = "", r.value = "", p.value = "", p.setAttribute("data-cid", ""), m.classList.remove("isVisible"), o.classList.add("btn--success"), setTimeout(function () { o.classList.remove("btn--success") }, 2e3), a = s.siteId, (c = new XMLHttpRequest).open("POST", "/api/event", !0), c.setRequestHeader("Content-Type", "application/x-www-form-urlencoded; charset=UTF-8"), c.send(JSON.stringify({ siteId: a, category: "contactForm", name: "Contact Form", data: { page: window.location.pathname } }))) : e.captcha && (t = e, (n = document.createElement("img")).setAttribute("src", t.captcha), h.innerHTML = "", h.appendChild(n), m.classList.add("isVisible"), p.setAttribute("data-cid", t.captchaId)) : console.log("error") }, i.onerror = function () { a.innerText = "A network error occured. Please make sure you are connected to the internet." }) } n.addEventListener("submit", e), o.addEventListener("click", e) }()</script>
</div>
</div>
<footer id="footer" class="section section--footer section--center dark"
style="background-color:rgba(255,255,255,1);padding-bottom:15px;padding-top:15px;--pdx-min-height:0px;--wr-max:1200px">
<div class="wr">
<div class="footer footer--simple">
<div class="footer__primary"><span>© 2020 DS4 Data Intelligence</span>
<nav class="footer__linkRow"></nav>
</div>
<ul class="footer__social">
<li><a href="https://www.linkedin.com/company/ds4data" target="_blank" class="color-2"><svg
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
<path
d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"
fill="currentColor"></path>
</svg></a></li>
<li><a href="https://medium.com/ds4data" target="_blank" class="color-2"><svg
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path
d="M71.5 142.3c.6-5.9-1.7-11.8-6.1-15.8L20.3 72.1V64h140.2l108.4 237.7L364.2 64h133.7v8.1l-38.6 37c-3.3 2.5-5 6.7-4.3 10.8v272c-.7 4.1 1 8.3 4.3 10.8l37.7 37v8.1H307.3v-8.1l39.1-37.9c3.8-3.8 3.8-5 3.8-10.8V171.2L241.5 447.1h-14.7L100.4 171.2v184.9c-1.1 7.8 1.5 15.6 7 21.2l50.8 61.6v8.1h-144v-8L65 377.3c5.4-5.6 7.9-13.5 6.5-21.2V142.3z"
fill="currentColor"></path>
</svg></a></li>
</ul>
</div>
</div>
</footer>
<script>!function () { function e() { window.innerWidth < s + h + 60 + (l ? 60 : 40) + 10 ? d.classList.add("header--withDrawer") : d.classList.remove("header--withDrawer") } function t() { d.classList.toggle("header--drawerOpen") } var d = document.getElementById("header"), n = document.getElementById("headerMenuButton"), r = (document.getElementById("headerDrawer"), document.getElementById("headerDrawerBackdrop")), a = document.getElementById("headerLogo"), o = document.getElementById("headerNav"), c = document.querySelector("#headerNav .headerNav__links"), i = document.querySelector("#headerNav .header__navCtas"), s = a ? a.offsetWidth : 0, h = (c ? c.offsetWidth : 0) + (i ? i.offsetWidth : 0), l = o.classList.contains("logoCenter"); n && (n.onclick = t), r && (r.onclick = t), window.addEventListener("resize", e), e() }()</script>
<script>!function (e, t) { "function" == typeof define && define.amd ? define([], function () { return t(e) }) : "object" == typeof exports ? module.exports = t(e) : e.SmoothScroll = t(e) }("undefined" != typeof global ? global : "undefined" != typeof window ? window : this, function (I) { "use strict"; function C() { for (var n = {}, e = 0; e < arguments.length; e++)!function (e) { for (var t in e) e.hasOwnProperty(t) && (n[t] = e[t]) }(arguments[e]); return n } function c(t) { var n; try { n = decodeURIComponent(t) } catch (e) { n = t } return n } function s(e) { "#" === e.charAt(0) && (e = e.substr(1)); for (var t, n, o = String(e), r = o.length, a = -1, i = "", c = o.charCodeAt(0); ++a < r;) { if (0 === (t = o.charCodeAt(a))) throw new InvalidCharacterError("Invalid character: the input contains U+0000."); i += 1 <= t && t <= 31 || 127 == t || 0 === a && 48 <= t && t <= 57 || 1 === a && 48 <= t && t <= 57 && 45 === c ? "\\" + t.toString(16) + " " : 128 <= t || 45 === t || 95 === t || 48 <= t && t <= 57 || 65 <= t && t <= 90 || 97 <= t && t <= 122 ? o.charAt(a) : "\\" + o.charAt(a) } try { n = decodeURIComponent("#" + i) } catch (e) { n = "#" + i } return n } function w() { return Math.max(document.body.scrollHeight, document.documentElement.scrollHeight, document.body.offsetHeight, document.documentElement.offsetHeight, document.body.clientHeight, document.documentElement.clientHeight) } function L(e) { return e ? (t = e, parseInt(I.getComputedStyle(t).height, 10) + e.offsetTop) : 0; var t } function A(e, t, n, o) { var r; t.emitEvents && "function" == typeof I.CustomEvent && (r = new CustomEvent(e, { bubbles: !0, detail: { anchor: n, toggle: o } }), document.dispatchEvent(r)) } var H = { ignore: "[data-scroll-ignore]", header: null, topOnEmptyHash: !0, speed: 500, clip: !0, offset: 0, easing: "easeInOutCubic", customEasing: null, updateURL: !0, popstate: !0, emitEvents: !0 }; return function (o, e) { var v, r, S, E, t, b, O = { cancelScroll: function (e) { cancelAnimationFrame(b), b = null, e || A("scrollCancel", v) } }; O.animateScroll = function (i, c, e) { var s, u, r, a, l, d, m, f, h, p, t, n, g = C(v || H, e || {}), y = "[object Number]" === Object.prototype.toString.call(i), o = y || !i.tagName ? null : i; (y || o) && (s = I.pageYOffset, g.header && !S && (S = document.querySelector(g.header)), E = E || L(S), l = y ? i : function (e, t, n, o) { var r = 0; if (e.offsetParent) for (; r += e.offsetTop, e = e.offsetParent;); return r = Math.max(r - t - n, 0), o && (r = Math.min(r, w() - I.innerHeight)), r }(o, E, parseInt("function" == typeof g.offset ? g.offset(i, c) : g.offset, 10), g.clip), d = l - s, m = w(), h = function (e, t) { var n, o, r, a = I.pageYOffset; if (e == t || a == t || (s < t && I.innerHeight + a) >= m) return O.cancelScroll(!0), o = t, r = y, 0 === (n = i) && document.body.focus(), r || (n.focus(), document.activeElement !== n && (n.setAttribute("tabindex", "-1"), n.focus(), n.style.outline = "none"), I.scrollTo(0, o)), A("scrollStop", g, i, c), !(b = u = null) }, p = function (e) { var t, n, o; r = (f += e - (u = u || e)) / parseInt(g.speed, 10), a = s + d * (n = r = 1 < r ? 1 : r, "easeInQuad" === (t = g).easing && (o = n * n), "easeOutQuad" === t.easing && (o = n * (2 - n)), "easeInOutQuad" === t.easing && (o = n < .5 ? 2 * n * n : (4 - 2 * n) * n - 1), "easeInCubic" === t.easing && (o = n * n * n), "easeOutCubic" === t.easing && (o = --n * n * n + 1), "easeInOutCubic" === t.easing && (o = n < .5 ? 4 * n * n * n : (n - 1) * (2 * n - 2) * (2 * n - 2) + 1), "easeInQuart" === t.easing && (o = n * n * n * n), "easeOutQuart" === t.easing && (o = 1 - --n * n * n * n), "easeInOutQuart" === t.easing && (o = n < .5 ? 8 * n * n * n * n : 1 - 8 * --n * n * n * n), "easeInQuint" === t.easing && (o = n * n * n * n * n), "easeOutQuint" === t.easing && (o = 1 + --n * n * n * n * n), "easeInOutQuint" === t.easing && (o = n < .5 ? 16 * n * n * n * n * n : 1 + 16 * --n * n * n * n * n), t.customEasing && (o = t.customEasing(n)), o || n), I.scrollTo(0, Math.floor(a)), h(a, l) || (b = I.requestAnimationFrame(p), u = e) }, (f = 0) === I.pageYOffset && I.scrollTo(0, 0), t = i, n = g, y || history.pushState && n.updateURL && history.pushState({ smoothScroll: JSON.stringify(n), anchor: t.id }, document.title, t === document.documentElement ? "#top" : "#" + t.id), A("scrollStart", g, i, c), O.cancelScroll(!0), I.requestAnimationFrame(p)) }; function n(e) { var t, n; !("matchMedia" in I && I.matchMedia("(prefers-reduced-motion)").matches || 0 !== e.button || e.metaKey || e.ctrlKey) && "closest" in e.target && (r = e.target.closest(o)) && "a" === r.tagName.toLowerCase() && !e.target.closest(v.ignore) && r.hostname === I.location.hostname && r.pathname === I.location.pathname && /#/.test(r.href) && (t = s(c(r.hash)), (n = (n = v.topOnEmptyHash && "#" === t ? document.documentElement : document.querySelector(t)) || "#top" !== t ? n : document.documentElement) && (e.preventDefault(), O.animateScroll(n, r))) } function a(e) { var t; null !== history.state && history.state.smoothScroll && history.state.smoothScroll === JSON.stringify(v) && history.state.anchor && ((t = document.querySelector(s(c(history.state.anchor)))) && O.animateScroll(t, null, { updateURL: !1 })) } function i(e) { t = t || setTimeout(function () { t = null, E = L(S) }, 66) } return O.destroy = function () { v && (document.removeEventListener("click", n, !1), I.removeEventListener("resize", i, !1), I.removeEventListener("popstate", a, !1), O.cancelScroll(), b = t = E = S = r = v = null) }, O.init = function (e) { if (!("querySelector" in document && "addEventListener" in I && "requestAnimationFrame" in I && "closest" in I.Element.prototype)) throw "Smooth Scroll: This browser does not support the required JavaScript methods and browser APIs."; O.destroy(), v = C(H, e || {}), S = v.header ? document.querySelector(v.header) : null, E = L(S), document.addEventListener("click", n, !1), S && I.addEventListener("resize", i, !1), v.updateURL && v.popstate && I.addEventListener("popstate", a, !1) }, O.init(e), O } })</script>
<script
data-version="1.5.47">!function () { var e = 0; document.getElementsByClassName("header--fixed").length && (e = document.getElementsByClassName("header--fixed")[0].clientHeight), new window.SmoothScroll('a[href*="#"]', { offset: e }) }(), function () { var e = document.querySelectorAll("a"); Array.prototype.forEach.call(e, function (e, t) { e.addEventListener("click", function (e) { var t = JSON.stringify({ siteId: "bqzstq1e9j7y", category: "button", name: e.target.innerText, data: { url: e.target.href } }); navigator.sendBeacon && navigator.sendBeacon("/api/event", t) }) }); var t = new XMLHttpRequest; t.open("POST", "/api/view", !0), t.setRequestHeader("Content-Type", "application/x-www-form-urlencoded; charset=UTF-8"), t.send(JSON.stringify({ referrer: document.referrer, path: window.location.pathname })) }()</script>
<div>
<div
style="display: none; position: fixed; top: 30px; width: auto; max-width: 100%; text-align: center; left: 50%; transform: translateX(-50%); z-index: 99999999;">
<div
style="display: inline-block; font-size: 14px; font-weight: bold; border: 1px solid rgb(240, 195, 109); background-color: rgb(249, 237, 190); padding: 0px 10px; border-radius: 2px; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;">
</div>
</div>
</div>
<div>
<div
style="display: none; position: fixed; top: 30px; width: auto; max-width: 100%; text-align: center; left: 50%; transform: translateX(-50%); z-index: 99999999;">
<div
style="display: inline-block; font-size: 14px; font-weight: bold; border: 1px solid rgb(240, 195, 109); background-color: rgb(249, 237, 190); padding: 0px 10px; border-radius: 2px; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;">
</div>
</div>
</div>
</body>
</html>