├── .gitignore ├── src ├── images │ ├── 3QeO9ZFO.png │ ├── favicon.png │ ├── firefox.png │ ├── webclip.png │ ├── firefox-p-1080.png │ ├── firefox-p-500.png │ ├── firefox-p-800.png │ ├── Microsoft_Edge_logo_2019.png │ ├── Microsoft_Edge_logo_2019-p-500.png │ ├── 4823e21be31125253882600974d7d1b9.png │ ├── 625d80dc855a462b6fa1d0f2929cbfff.png │ ├── 7474d6c6b1fa66892607a88f1b36547b.png │ ├── 86f0af824a1d737c293235ea32b61f77.png │ ├── 9c4292fff613ce2c1872aff45ecba515.png │ ├── 625d80dc855a462b6fa1d0f2929cbfff-p-500.png │ ├── 7474d6c6b1fa66892607a88f1b36547b-p-500.png │ ├── 7474d6c6b1fa66892607a88f1b36547b-p-800.png │ ├── 86f0af824a1d737c293235ea32b61f77-p-500.png │ ├── 9c4292fff613ce2c1872aff45ecba515-p-500.png │ ├── 9c4292fff613ce2c1872aff45ecba515-p-800.png │ └── Frame.svg ├── html │ ├── detail_faq.html │ ├── 401.html │ ├── index.html │ ├── privacy-policy.html │ └── terms-conditions.html └── css │ ├── normalize.css │ ├── wallet-highlighter-design-update.webflow.css │ └── webflow.css └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | **/.DS_Store -------------------------------------------------------------------------------- /src/images/3QeO9ZFO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w5h10/wallet-highlighter-site/HEAD/src/images/3QeO9ZFO.png -------------------------------------------------------------------------------- /src/images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w5h10/wallet-highlighter-site/HEAD/src/images/favicon.png -------------------------------------------------------------------------------- /src/images/firefox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w5h10/wallet-highlighter-site/HEAD/src/images/firefox.png -------------------------------------------------------------------------------- /src/images/webclip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w5h10/wallet-highlighter-site/HEAD/src/images/webclip.png -------------------------------------------------------------------------------- /src/images/firefox-p-1080.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w5h10/wallet-highlighter-site/HEAD/src/images/firefox-p-1080.png -------------------------------------------------------------------------------- /src/images/firefox-p-500.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w5h10/wallet-highlighter-site/HEAD/src/images/firefox-p-500.png -------------------------------------------------------------------------------- /src/images/firefox-p-800.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w5h10/wallet-highlighter-site/HEAD/src/images/firefox-p-800.png -------------------------------------------------------------------------------- /src/images/Microsoft_Edge_logo_2019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w5h10/wallet-highlighter-site/HEAD/src/images/Microsoft_Edge_logo_2019.png -------------------------------------------------------------------------------- /src/images/Microsoft_Edge_logo_2019-p-500.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w5h10/wallet-highlighter-site/HEAD/src/images/Microsoft_Edge_logo_2019-p-500.png -------------------------------------------------------------------------------- /src/images/4823e21be31125253882600974d7d1b9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w5h10/wallet-highlighter-site/HEAD/src/images/4823e21be31125253882600974d7d1b9.png -------------------------------------------------------------------------------- /src/images/625d80dc855a462b6fa1d0f2929cbfff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w5h10/wallet-highlighter-site/HEAD/src/images/625d80dc855a462b6fa1d0f2929cbfff.png -------------------------------------------------------------------------------- /src/images/7474d6c6b1fa66892607a88f1b36547b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w5h10/wallet-highlighter-site/HEAD/src/images/7474d6c6b1fa66892607a88f1b36547b.png -------------------------------------------------------------------------------- /src/images/86f0af824a1d737c293235ea32b61f77.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w5h10/wallet-highlighter-site/HEAD/src/images/86f0af824a1d737c293235ea32b61f77.png -------------------------------------------------------------------------------- /src/images/9c4292fff613ce2c1872aff45ecba515.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w5h10/wallet-highlighter-site/HEAD/src/images/9c4292fff613ce2c1872aff45ecba515.png -------------------------------------------------------------------------------- /src/images/625d80dc855a462b6fa1d0f2929cbfff-p-500.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w5h10/wallet-highlighter-site/HEAD/src/images/625d80dc855a462b6fa1d0f2929cbfff-p-500.png -------------------------------------------------------------------------------- /src/images/7474d6c6b1fa66892607a88f1b36547b-p-500.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w5h10/wallet-highlighter-site/HEAD/src/images/7474d6c6b1fa66892607a88f1b36547b-p-500.png -------------------------------------------------------------------------------- /src/images/7474d6c6b1fa66892607a88f1b36547b-p-800.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w5h10/wallet-highlighter-site/HEAD/src/images/7474d6c6b1fa66892607a88f1b36547b-p-800.png -------------------------------------------------------------------------------- /src/images/86f0af824a1d737c293235ea32b61f77-p-500.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w5h10/wallet-highlighter-site/HEAD/src/images/86f0af824a1d737c293235ea32b61f77-p-500.png -------------------------------------------------------------------------------- /src/images/9c4292fff613ce2c1872aff45ecba515-p-500.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w5h10/wallet-highlighter-site/HEAD/src/images/9c4292fff613ce2c1872aff45ecba515-p-500.png -------------------------------------------------------------------------------- /src/images/9c4292fff613ce2c1872aff45ecba515-p-800.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w5h10/wallet-highlighter-site/HEAD/src/images/9c4292fff613ce2c1872aff45ecba515-p-800.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Screenshot 2023-09-21 at 1 52 26 AM 2 | 3 | Visit [wallethighlighter.com](https://www.wallethighlighter.com/) 4 | 5 |

Wallet Highlighter: Your Guardian Against Crypto Cons and Frauds

6 | 7 | 🛡 Stay Shielded: Fend off those sneaky scams, frauds, and crypto tricksters with Wallet Highlighter. 8 | 9 | 🚀 Instant Alarm: Say goodbye to getting caught off guard. Wallet Highlighter alerts you pronto about wallets up to no good, so you can dodge danger with a click. 10 | 11 | 🔒 Your Rulebook: Want to pick your battleground? We've got your back. With our "Exclude & Include" trick, you decide which sites to keep an eye on. You're in control. 12 | 13 | 💎 Riskometer: We've got a thing for numbers. Unlock risk scores for Tron, Bitcoin (BTC) and Ethereum (ETH) wallets, and figure out if those wallets are up to some sketchy business. 14 | 15 | ⭐ No VIPs, Just VIPS (Very Informed PeepS): You don't need to be a crypto guru. Whether you're diving in or already swimming, Wallet Highlighter is super easy to use. 16 | 17 | 🗣 Join the Safe Squad: This isn't just another download. You're joining a crew that cares about safe transacting. Be part of the movement that's making crypto a smarter place. Follow us on Twitter (or X 🤷) 18 | -------------------------------------------------------------------------------- /src/html/detail_faq.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Wallet Highlighter 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /src/html/401.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Protected page 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 |
23 |
24 |

Protected Page

25 |
26 |
Incorrect password. Please try again.
27 |
28 | 29 | 36 |
37 |
38 |
39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /src/images/Frame.svg: -------------------------------------------------------------------------------- 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 | -------------------------------------------------------------------------------- /src/css/normalize.css: -------------------------------------------------------------------------------- 1 | /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ 2 | /** 3 | * 1. Set default font family to sans-serif. 4 | * 2. Prevent iOS and IE text size adjust after device orientation change, 5 | * without disabling user zoom. 6 | */ 7 | html { 8 | font-family: sans-serif; 9 | /* 1 */ 10 | -ms-text-size-adjust: 100%; 11 | /* 2 */ 12 | -webkit-text-size-adjust: 100%; 13 | /* 2 */ 14 | } 15 | /** 16 | * Remove default margin. 17 | */ 18 | body { 19 | margin: 0; 20 | } 21 | /* HTML5 display definitions 22 | ========================================================================== */ 23 | /** 24 | * Correct `block` display not defined for any HTML5 element in IE 8/9. 25 | * Correct `block` display not defined for `details` or `summary` in IE 10/11 26 | * and Firefox. 27 | * Correct `block` display not defined for `main` in IE 11. 28 | */ 29 | article, 30 | aside, 31 | details, 32 | figcaption, 33 | figure, 34 | footer, 35 | header, 36 | hgroup, 37 | main, 38 | menu, 39 | nav, 40 | section, 41 | summary { 42 | display: block; 43 | } 44 | /** 45 | * 1. Correct `inline-block` display not defined in IE 8/9. 46 | * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. 47 | */ 48 | audio, 49 | canvas, 50 | progress, 51 | video { 52 | display: inline-block; 53 | /* 1 */ 54 | vertical-align: baseline; 55 | /* 2 */ 56 | } 57 | /** 58 | * Prevent modern browsers from displaying `audio` without controls. 59 | * Remove excess height in iOS 5 devices. 60 | */ 61 | audio:not([controls]) { 62 | display: none; 63 | height: 0; 64 | } 65 | /** 66 | * Address `[hidden]` styling not present in IE 8/9/10. 67 | * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. 68 | */ 69 | [hidden], 70 | template { 71 | display: none; 72 | } 73 | /* Links 74 | ========================================================================== */ 75 | /** 76 | * Remove the gray background color from active links in IE 10. 77 | */ 78 | a { 79 | background-color: transparent; 80 | } 81 | /** 82 | * Improve readability of focused elements when they are also in an 83 | * active/hover state. 84 | */ 85 | a:active, 86 | a:hover { 87 | outline: 0; 88 | } 89 | /* Text-level semantics 90 | ========================================================================== */ 91 | /** 92 | * Address styling not present in IE 8/9/10/11, Safari, and Chrome. 93 | */ 94 | abbr[title] { 95 | border-bottom: 1px dotted; 96 | } 97 | /** 98 | * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. 99 | */ 100 | b, 101 | strong { 102 | font-weight: bold; 103 | } 104 | /** 105 | * Address styling not present in Safari and Chrome. 106 | */ 107 | dfn { 108 | font-style: italic; 109 | } 110 | /** 111 | * Address variable `h1` font-size and margin within `section` and `article` 112 | * contexts in Firefox 4+, Safari, and Chrome. 113 | */ 114 | h1 { 115 | font-size: 2em; 116 | margin: 0.67em 0; 117 | } 118 | /** 119 | * Address styling not present in IE 8/9. 120 | */ 121 | mark { 122 | background: #ff0; 123 | color: #000; 124 | } 125 | /** 126 | * Address inconsistent and variable font size in all browsers. 127 | */ 128 | small { 129 | font-size: 80%; 130 | } 131 | /** 132 | * Prevent `sub` and `sup` affecting `line-height` in all browsers. 133 | */ 134 | sub, 135 | sup { 136 | font-size: 75%; 137 | line-height: 0; 138 | position: relative; 139 | vertical-align: baseline; 140 | } 141 | sup { 142 | top: -0.5em; 143 | } 144 | sub { 145 | bottom: -0.25em; 146 | } 147 | /* Embedded content 148 | ========================================================================== */ 149 | /** 150 | * Remove border when inside `a` element in IE 8/9/10. 151 | */ 152 | img { 153 | border: 0; 154 | } 155 | /** 156 | * Correct overflow not hidden in IE 9/10/11. 157 | */ 158 | svg:not(:root) { 159 | overflow: hidden; 160 | } 161 | /* Grouping content 162 | ========================================================================== */ 163 | /** 164 | * Address margin not present in IE 8/9 and Safari. 165 | */ 166 | figure { 167 | margin: 1em 40px; 168 | } 169 | /** 170 | * Address differences between Firefox and other browsers. 171 | */ 172 | hr { 173 | box-sizing: content-box; 174 | height: 0; 175 | } 176 | /** 177 | * Contain overflow in all browsers. 178 | */ 179 | pre { 180 | overflow: auto; 181 | } 182 | /** 183 | * Address odd `em`-unit font size rendering in all browsers. 184 | */ 185 | code, 186 | kbd, 187 | pre, 188 | samp { 189 | font-family: monospace, monospace; 190 | font-size: 1em; 191 | } 192 | /* Forms 193 | ========================================================================== */ 194 | /** 195 | * Known limitation: by default, Chrome and Safari on OS X allow very limited 196 | * styling of `select`, unless a `border` property is set. 197 | */ 198 | /** 199 | * 1. Correct color not being inherited. 200 | * Known issue: affects color of disabled elements. 201 | * 2. Correct font properties not being inherited. 202 | * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. 203 | */ 204 | button, 205 | input, 206 | optgroup, 207 | select, 208 | textarea { 209 | color: inherit; 210 | /* 1 */ 211 | font: inherit; 212 | /* 2 */ 213 | margin: 0; 214 | /* 3 */ 215 | } 216 | /** 217 | * Address `overflow` set to `hidden` in IE 8/9/10/11. 218 | */ 219 | button { 220 | overflow: visible; 221 | } 222 | /** 223 | * Address inconsistent `text-transform` inheritance for `button` and `select`. 224 | * All other form control elements do not inherit `text-transform` values. 225 | * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. 226 | * Correct `select` style inheritance in Firefox. 227 | */ 228 | button, 229 | select { 230 | text-transform: none; 231 | } 232 | /** 233 | * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` 234 | * and `video` controls. 235 | * 2. Correct inability to style clickable `input` types in iOS. 236 | * 3. Improve usability and consistency of cursor style between image-type 237 | * `input` and others. 238 | * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce 239 | * specificity and defer to the .w-button selector 240 | */ 241 | button, 242 | html input[type="button"], 243 | input[type="reset"] { 244 | -webkit-appearance: button; 245 | /* 2 */ 246 | cursor: pointer; 247 | /* 3 */ 248 | } 249 | /** 250 | * Re-set default cursor for disabled elements. 251 | */ 252 | button[disabled], 253 | html input[disabled] { 254 | cursor: default; 255 | } 256 | /** 257 | * Remove inner padding and border in Firefox 4+. 258 | */ 259 | button::-moz-focus-inner, 260 | input::-moz-focus-inner { 261 | border: 0; 262 | padding: 0; 263 | } 264 | /** 265 | * Address Firefox 4+ setting `line-height` on `input` using `!important` in 266 | * the UA stylesheet. 267 | */ 268 | input { 269 | line-height: normal; 270 | } 271 | /** 272 | * It's recommended that you don't attempt to style these elements. 273 | * Firefox's implementation doesn't respect box-sizing, padding, or width. 274 | * 275 | * 1. Address box sizing set to `content-box` in IE 8/9/10. 276 | * 2. Remove excess padding in IE 8/9/10. 277 | */ 278 | input[type='checkbox'], 279 | input[type='radio'] { 280 | box-sizing: border-box; 281 | /* 1 */ 282 | padding: 0; 283 | /* 2 */ 284 | } 285 | /** 286 | * Fix the cursor style for Chrome's increment/decrement buttons. For certain 287 | * `font-size` values of the `input`, it causes the cursor style of the 288 | * decrement button to change from `default` to `text`. 289 | */ 290 | input[type='number']::-webkit-inner-spin-button, 291 | input[type='number']::-webkit-outer-spin-button { 292 | height: auto; 293 | } 294 | /** 295 | * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input 296 | * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed 297 | * (similar to normalize.css >=4.0.0) 298 | */ 299 | input[type='search'] { 300 | -webkit-appearance: none; 301 | /* 1 */ 302 | } 303 | /** 304 | * Remove inner padding and search cancel button in Safari and Chrome on OS X. 305 | * Safari (but not Chrome) clips the cancel button when the search input has 306 | * padding (and `textfield` appearance). 307 | */ 308 | input[type='search']::-webkit-search-cancel-button, 309 | input[type='search']::-webkit-search-decoration { 310 | -webkit-appearance: none; 311 | } 312 | /** 313 | * Define consistent border, margin, and padding. 314 | */ 315 | fieldset { 316 | border: 1px solid #c0c0c0; 317 | margin: 0 2px; 318 | padding: 0.35em 0.625em 0.75em; 319 | } 320 | /** 321 | * 1. Correct `color` not being inherited in IE 8/9/10/11. 322 | * 2. Remove padding so people aren't caught out if they zero out fieldsets. 323 | */ 324 | legend { 325 | border: 0; 326 | /* 1 */ 327 | padding: 0; 328 | /* 2 */ 329 | } 330 | /** 331 | * Remove default vertical scrollbar in IE 8/9/10/11. 332 | */ 333 | textarea { 334 | overflow: auto; 335 | } 336 | /** 337 | * Don't inherit the `font-weight` (applied by a rule above). 338 | * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. 339 | */ 340 | optgroup { 341 | font-weight: bold; 342 | } 343 | /* Tables 344 | ========================================================================== */ 345 | /** 346 | * Remove most spacing between table cells. 347 | */ 348 | table { 349 | border-collapse: collapse; 350 | border-spacing: 0; 351 | } 352 | td, 353 | th { 354 | padding: 0; 355 | } 356 | -------------------------------------------------------------------------------- /src/html/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Wallet Highlighter 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 43 |
44 |
45 |
Welcome to Wallet Highlighter
46 |
47 |
Your Crypto Guardian
48 |
49 |
50 | 51 |
Download Chrome Extension
52 |
53 |
54 |
55 |
Coming Soon To Firefox
56 |
57 |
58 |
Coming Soon To Edge
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 |
67 |
68 |
69 |
70 |
71 |
72 |
73 |
74 |
75 |
Protect yourself from rugpulls, phishing, wallet exploitation, fraud and theft
76 |
Wallet Highlighter will flag suspicious wallets based on their past participation with threat actors
77 |
78 |
79 |
80 |
81 |
82 |
Why Wallet Highlighter
83 |
Secure Your Crypto Journey with Wallet Highlighter . Your Ultimate Defense Against Scams and Theft
84 |
This free, chain-agnostic browser extension was created to help the user carryout crypto transactions without the fear of scams
85 |
86 |
87 |
88 |
89 |
90 |
91 |
92 |
93 |
01.
94 |
Enhanced Security
95 |
96 |
Wallet Highlighter employs advanced algorithms to flag suspicious wallet addresses, safeguarding your assets against scams, fraud, and phishing attempts to help keep your cryptocurrency portfolio safe.
97 |
98 |
99 |
100 |
101 |
102 |
02.
103 |
Check your Risk Score for free
104 |
105 |
Uncover a comprehensive report highlighting potential risky activities linked to your wallet address. Prioritize understanding your risk score to ensure your safety and security
106 |
107 |
108 |
109 |
110 |
111 |
112 |
113 |
Frequently
asked questions.
114 |
115 |
116 |
117 |
118 |
119 |
120 |
Why do I need Wallet Highlighter?
121 |
122 | 125 |
126 |
127 |
128 |
129 |
What is Risk score?
130 |
131 | 134 |
135 |
136 |
137 |
138 | 164 | 165 | 166 | 167 | -------------------------------------------------------------------------------- /src/html/privacy-policy.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Privacy Policy 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 18 | 20 | 21 | 22 | 23 | 24 | 25 |
26 |
27 |
PRIVACY POLICY
28 |
This page describes Wallet Highlighter practices regarding the collection, use 29 | and disclosure of the information we collect from and about you when you use our Service. We take our 30 | obligations regarding your privacy seriously and have made every effort to draft this Privacy Policy in a 31 | manner that is clear and easy for you to understand.

This Privacy Policy (“Policy”) describes how we 32 | collect, process, share and safeguard Personal Data we collect from you, or that you provide to us, in 33 | connection with the provision of any services through this Website or elsewhere (“Websites”), to provide 34 | web-based tools that enable our customers to use data to run their businesses more effectively  (“Services“). 35 | We gather Personal Data that we collect about investors in an online database, that is made available to users 36 | of our Services and to our customers. This Policy also tells you about your rights and choices with respect to 37 | your Personal Data, and how you can contact us if you have any questions or concerns. In this Policy, 38 | “Personal Data“ means any information relating to an identified or identifiable individual. Please read this 39 | Policy carefully.

If you do not agree with this Privacy Policy or any part thereof, you should not 40 | access or use any part of the Services. If you change your mind in the future, you must stop using the 41 | Services and you may exercise your rights in relation to your Personal Data as set out in this 42 | Policy.

If we hold data about you it’s because of one or more of the following:

1. You’ve 43 | created a free account on one of our Websites
2. Recordings of your personal data have been shared with us 44 | from data partners who have direct contact with you already, and where appropriate notice has been given for 45 | them to pass your information to us.
3. We are recording personal data from public sources, including the 46 | government, social media websites, and other web properties where your data is publicly 47 | available.

Personal Data We Collect

We obtain Personal Data about you from 48 | various sources described below.

Personal Data You Provide to Us

Account 49 | Information
. If you create an account to use our Services, whether directly or via browser wallet 50 | integration, we collect Personal Data to allow you to use our Services via this account. When you sign up, you 51 | provide us with your name, email address, password, wallet address and other account information necessary to 52 | create and maintain your account.

Contact information and other information you choose to 53 | provide to us. You have the ability to provide a variety of information during your interactions 54 | with us, such as through emails or other communications. When you contact us via a contact form, email, or 55 | other means, you provide us with Personal Data, such as your name and contact details, and the content of your 56 | communications.

Where applicable, we may indicate whether and why you must provide us with your 57 | Personal Data as well as the consequences of failing to do so. For example, it may be necessary for you to 58 | disclose certain Personal Data in order for us to provide the Services to you.

Information 59 | Collected via Automated Means

Cookies and Similar Technologies
. We collect Personal Data via 60 | cookies, pixel tags, or similar technologies on our Services (collectively referred to as 61 | “cookies“). For more information on our use of cookies, please read our
62 | Cookie Policy.

Device and Usage 63 | Information: When you access and use the Services, we receive and store information about 64 | interactions with our Services, such as date/time stamps, usage information and statistics, as well as your 65 | device, including your internet protocol (IP) address, browser type, device type, device identifiers, 66 | operating system version and type.

Information We Receive from Third 67 | Parties

Publicly
Available Information. Our search technology scans the web 68 | and records publicly available information from third party websites, such as, social media sites, corporate 69 | websites and public records. This information may include your name, email address, phone, location, social 70 | profile, wallet address, profile photos, and other information. Our technology may also infer Personal Data 71 | about you by making assumptions based on publicly available information that may not directly concern you, 72 | combined with other information we have about you.

Other Third Parties. We may obtain 73 | Personal Data about you from third parties such as people directories, data brokers, corporate information 74 | directories and other entities. This information may include name, email, phone, work history, education, 75 | location, social profile, skills and other similar information.

Legal Bases for the Processing 76 | of Personal Data

Wallet Highlighter endeavours to be compliant with all the provisions of 77 | the GDPR as to any Personal Data in its possession.We only use your Personal Data as described in this section 78 | if we have a valid legal ground for the processing, including:

Consent. This is the 79 | case where you have consented to the use of your Personal Data.

Contract. We need 80 | your Personal Data to provide you with our Services in order to perform our end of our contracts with you, 81 | such as to create and secure your account, or to respond to your inquiries.

Legitimate 82 | Interest. We have a legitimate business interest in processing your Personal Data to provide the 83 | Services to our Customers. We only rely on legitimate interest as a legal basis when such legitimate interests 84 | are not overridden by your interests or your fundamental rights and freedoms and we ensure we comply with any 85 | request you make to exercise your rights.

Legal Obligation. We may have a legal 86 | obligation to process your Personal Data, for example to comply with tax and accounting obligations, and we 87 | may process your Personal Data when necessary to establish, exercise, or defend legal claims. We may also 88 | process your Personal Data when necessary to protect your or another individual’s vital 89 | interests.

Who We Share Personal Data With

Wallet Highlighter endeavours to 90 | be compliant with GDPR We may disclose Personal Data about you in the following 91 | circumstances:

Customers and Users of the Website. We make available Personal Data 92 | such as your email, wallet address, and related data to our customers in order to provide them with the 93 | Services.

Service Providers. We work with third parties to provide services such as 94 | hosting, maintenance, and support. These third parties may have access to or process your Personal Data as 95 | part of providing those services to us. For example:Cloud service providers who we rely on for data storage, 96 | disaster recovery and to perform our obligations to you;

We use providers of business communication 97 | tools.

Legal
. Information about our users, including Personal Data, will be disclosed 98 | to law enforcement agencies, regulatory bodies, public authorities or pursuant to the exercise of legal 99 | proceedings if we are legally required to do so, or if we believe, in good faith, that such disclosure is 100 | necessary to comply with a legal obligation or request, to enforce our terms and conditions, to prevent or 101 | resolve security or technical issues, or to protect the rights, property or safety of Wallet Highlighter, our 102 | users, a third party, or the public.

Change of Corporate Ownership. Information 103 | about our users, including Personal Data, may be disclosed and otherwise transferred to an acquirer, 104 | successor, or assignee as part of any merger, acquisition, debt financing, sale of assets, or similar 105 | transaction, as well as in the event of an insolvency, bankruptcy, or receivership in which information is 106 | transferred to one or more third parties as one of our business assets.

Aggregated 107 | Information. We may use and disclose aggregated or otherwise anonymized information for any 108 | purpose, unless we are prohibited from doing so under applicable law.

Business 109 | Partners. We may share Personal Data such as name, email, phone, location, wallet address and 110 | related data with our business partners, including for the purposes of sales, marketing, recruiting and other 111 | related purposes. 

Your Choices About How We Use and Disclose Your 112 | Information

We strive to provide you with choices regarding the Personal Data you provide 113 | to us. We have created mechanisms to provide you with the following control over your 114 | information:

Promotional Materials. If you do not wish to have your email address or 115 | other contact information used by Wallet Highlighter or its affiliates for marketing purposes to promote our 116 | own or our affiliates’ or subsidiaries’ products or services, you can opt out by contacting us as set out in 117 | the “Contact Us“ section below. If we have sent you a newsletter or promotional email, you 118 | may opt-out of receiving them by following the instructions included in each newsletter or 119 | communication.

Accessing, Deleting and Correcting Your Information. You may contact 120 | us as set out in the “Contact Us“ section below to request access to, correct or delete any 121 | Personal Data that we have about you. We cannot delete your Personal Data except by also deleting your user 122 | account. We may not accommodate a request to change information if we believe the change would violate any law 123 | or legal requirement or cause the information to be incorrect.

We do not control third parties’ 124 | collection or use of your information to serve interest-based advertising. However, these third parties may 125 | provide you with ways to choose not to have your information collected or used in this 126 | way.

Your Privacy Rights

You have the following rights, as provided under 127 | applicable law and subject to any limitations in such law:

Right to Access. You have 128 | the right to obtain access to the Personal Data we hold about you and to request certain information about our 129 | processing. More in particular, you have the right to receive an explanation of (i) why we process your 130 | Personal Data, (ii) the categories of Personal Data we have about you, (iii) who we share your Personal Data 131 | with, (iv) how long we store your Personal Data and (v) who we received your Personal Data from, if it was not 132 | collected from you directly. We will also inform you about your privacy rights.

Right to 133 | Rectification. You have the right to correct, update or complete any Personal Data we hold about 134 | you that is inaccurate or incomplete. Please note that we may rectify or remove incomplete or inaccurate 135 | information, at any time and at our own discretion.

Right to Erasure. You may request 136 | to have your Personal Data anonymized, erased or deleted, as appropriate. In this case, if there is no 137 | overriding legitimate interest to continue processing your Personal Data we will erase your 138 | data.

Right to Object to Processing. You have the right to object to our processing 139 | of your Personal Data where we are relying on a legitimate interest or if we are processing your Personal Data 140 | for direct marketing purposes.

Right to Restrict Processing. You have a right in 141 | certain circumstances to stop us processing your Personal Data other than for storage 142 | purposes.

Right to Portability. You have the right to receive, in a structured, 143 | commonly used and machine-readable format, Personal Data that we hold about you, if we process it on the basis 144 | of our contract with you, or with your consent, or to request that we transfer such Personal Data to a third 145 | party.

Right to Withdraw Consent. You may withdraw any consent you previously 146 | provided to us regarding the processing of your Personal Data at any time and free of charge. We will apply 147 | your preferences going forward. This will not affect the lawfulness of the processing before you withdrew your 148 | consent.

Right to Lodge a Complaint. You may lodge a complaint with a supervisory 149 | authority, including in your country of residence, place of work, or where you believe an incident took 150 | place.You may exercise these rights by contacting us as set out in the “Contact Us“ section 151 | below. Please note that, prior to any response to the exercise of such rights, we will require you to verify 152 | your identity. In addition, we may have valid legal reasons to refuse your request and will inform you if that 153 | is the case. Note that applicable laws contain certain exceptions and limitations to each of these 154 | rights.

International Data Transfers

If you provide us with your Personal 155 | Data when using the Services from the EEA, Switzerland or the UK or other regions of the world with laws 156 | governing data collection and use that may differ from U.S. law, then please note that you are transferring 157 | your Personal Data outside of those regions to the United States for storage and processing.If we transfer 158 | your Personal Data internationally, we will ensure that relevant safeguards are in place to afford adequate 159 | protection for your Personal Data and we will comply with applicable data protection laws, in particular by 160 | relying on an EU Commission adequacy decision, on contractual protections for the transfer of your Personal 161 | Data or a derogation if available. For more information about how we transfer Personal Data internationally, 162 | please contact us as set out in the “Contact Us“ section below.

Children’s 163 | Privacy

Our Services are not directed to children, and we do not knowingly collect Personal 164 | Data from children under the age of 18. If you learn that a child has provided us with Personal Data in 165 | violation of this Policy, please contact us as set out in the “Contact US“ section 166 | below.

Data Security

We have implemented physical, managerial, and technical 167 | safeguards that are designed to improve the integrity of Personal Data that we collect, maintain, and 168 | otherwise process and to secure it from unauthorised access, use, alteration and disclosure. All information 169 | you provide to us is stored on our secure servers behind firewalls. Any payment transactions will be encrypted 170 | using SSL technology.The safety and security of your information also depends on you. Where we use your wallet 171 | address for access to certain parts of our Website, you are responsible for keeping this address 172 | confidential. The transmission of information via the internet is not completely secure. Although we do our 173 | best to protect your Personal Data, we cannot guarantee the security of your Personal Data transmitted to our 174 | Website. Any transmission of Personal Data is at your own risk.

Data 175 | Retention

We store all Personal Data for as long as necessary to fulfil the purposes set 176 | out in this Policy, or for as long as we are required to do so for backups, archiving, prevention of fraud and 177 | abuse, analytics, satisfaction of legal or regulatory obligations, or where we otherwise reasonably believe 178 | that we have a legitimate reason to do so. Retention periods will be determined taking into account the type 179 | of information that is collected and the purpose for which it was collected, bearing in mind the requirements 180 | applicable to the situation and the need to delete outdated, unused information at the earliest reasonable 181 | time.When deleting Personal Data, we will take measures to render such Personal Data irrecoverable or 182 | irreproducible, and the electronic files which contain Personal Data will be permanently 183 | deleted.

Data Breaches

We take great care to ensure the security and privacy 184 | of any Personal Data we hold. In the event of a personal data breach with a likelihood of harm, we will 185 | immediately notify all parties whose Personal data was part of the breach.

Third Party 186 | Services

The Services may contain features or links to websites and services provided by 187 | third parties. Any information you provide on third-party sites or services is provided directly to the 188 | operators of such services and is subject to those operators’ policies, if any, and governing privacy and 189 | security, even if accessed through the Services. We are not responsible for the content or privacy and 190 | security practices and policies of third-party sites or services to which links or access are provided through 191 | the Service and we encourage you to learn about third parties’ privacy and security policies before providing 192 | them with your Personal Data.

Changes and Updates to this Policy

We may 193 | update this Policy from time to time to reflect changes in our privacy practices. It is our policy to post any 194 | changes we make to this Policy online. The date the Policy was last revised is identified at the top of the 195 | page. Please monitor our Website and this Policy periodically to check for any changes. If we make material 196 | changes to how we treat our users’ Personal Data, we will notify you by email to the email address specified 197 | in your account and/or through a notice on the Website home 198 | page.

Complaints

If you wish to lodge a complaint about how we process your 199 | Personal Data, please contact us at hello@wallethighlighter.com. We will endeavour to respond to your 200 | complaint as soon as possible.

Contact Us

In order to resolve a complaint 201 | regarding the Site or to receive further information regarding use of the Site, please contact us 202 | at:

Wallet Highlighter
Csyndicate Ltd
6 South Molton Street
London,
W1K 203 | 5QF
England

hello@wallethighlighter.com
204 |
205 |
206 |
207 |
208 |
209 |
210 |
211 | 212 |
213 |
214 |
215 |
217 |
218 |
219 |
Wallet
Highlighter
220 |
221 |
This free, chain-agnostic chrome extension was created to help the user navigate 222 | crypto trading without the fear of scams. Wallet Highlighter will flag suspicious wallets.
223 |
224 | 240 |
241 |
242 |
243 | 246 | 247 | 248 | 249 | -------------------------------------------------------------------------------- /src/css/wallet-highlighter-design-update.webflow.css: -------------------------------------------------------------------------------- 1 | .w-pagination-wrapper { 2 | flex-wrap: wrap; 3 | justify-content: center; 4 | display: flex; 5 | } 6 | 7 | .w-pagination-previous { 8 | color: #333; 9 | background-color: #fafafa; 10 | border: 1px solid #ccc; 11 | border-radius: 2px; 12 | margin-left: 10px; 13 | margin-right: 10px; 14 | padding: 9px 20px; 15 | font-size: 14px; 16 | display: block; 17 | } 18 | 19 | .w-pagination-previous-icon { 20 | margin-right: 4px; 21 | } 22 | 23 | .w-pagination-next { 24 | color: #333; 25 | background-color: #fafafa; 26 | border: 1px solid #ccc; 27 | border-radius: 2px; 28 | margin-left: 10px; 29 | margin-right: 10px; 30 | padding: 9px 20px; 31 | font-size: 14px; 32 | display: block; 33 | } 34 | 35 | .w-pagination-next-icon { 36 | margin-left: 4px; 37 | } 38 | 39 | body { 40 | color: #333; 41 | margin-top: 120px; 42 | font-family: Arial, Helvetica Neue, Helvetica, sans-serif; 43 | font-size: 14px; 44 | line-height: 20px; 45 | } 46 | 47 | .body { 48 | grid-column-gap: 91px; 49 | background-color: #fff; 50 | flex-direction: column; 51 | justify-content: center; 52 | align-items: center; 53 | margin-top: 0; 54 | display: block; 55 | } 56 | 57 | .text-block { 58 | min-width: 191px; 59 | color: #fff; 60 | text-align: center; 61 | letter-spacing: 0; 62 | overflow-wrap: break-word; 63 | font-family: Inter, sans-serif; 64 | font-weight: 500; 65 | line-height: 21.42px; 66 | text-decoration: none; 67 | } 68 | 69 | .image { 70 | width: 24px; 71 | height: 24px; 72 | } 73 | 74 | .div-p1i1-b2 { 75 | max-width: 256px; 76 | grid-column-gap: 9px; 77 | grid-row-gap: 9px; 78 | background-image: linear-gradient(#444344, #0c0811); 79 | border: .5px solid #af7eff; 80 | border-radius: 12px; 81 | justify-content: center; 82 | margin-top: 43px; 83 | padding: 12px 14px; 84 | text-decoration: none; 85 | display: flex; 86 | position: relative; 87 | box-shadow: 0 0 4px 4px rgba(0, 0, 0, .2); 88 | } 89 | 90 | .div-p1i1-b2:hover { 91 | background-image: linear-gradient(#ac7aff, #1a0044); 92 | border-width: .5px; 93 | border-color: #660ff5; 94 | } 95 | 96 | .div-p1i1-b2.deactivate { 97 | background-image: linear-gradient(#777, #535353); 98 | border-color: #5c5c5c; 99 | } 100 | 101 | .div-p1i1-b2.deactivate:hover { 102 | background-image: linear-gradient(#919191, #5e5e5e); 103 | } 104 | 105 | .div-block-2 { 106 | width: 895px; 107 | height: 862px; 108 | grid-column-gap: 22px; 109 | grid-row-gap: 22px; 110 | flex-direction: column; 111 | align-items: center; 112 | font-size: 15px; 113 | display: flex; 114 | } 115 | 116 | .text-span { 117 | color: #18171a; 118 | overflow-wrap: break-word; 119 | font-size: 19px; 120 | display: flex; 121 | } 122 | 123 | .text-span.main-heading { 124 | font-size: 45px; 125 | } 126 | 127 | .text-span-copy { 128 | color: #18171a; 129 | overflow-wrap: break-word; 130 | font-size: 18px; 131 | display: flex; 132 | } 133 | 134 | .span { 135 | color: #853bff; 136 | -webkit-text-stroke-color: #853bff; 137 | overflow-wrap: break-word; 138 | font-size: 45px; 139 | } 140 | 141 | .div-p1i1-b1 { 142 | width: 895px; 143 | height: 108px; 144 | text-align: left; 145 | object-fit: fill; 146 | flex-direction: column; 147 | justify-content: flex-start; 148 | align-items: center; 149 | display: flex; 150 | position: relative; 151 | overflow: visible; 152 | } 153 | 154 | .div-p1i1-b1t1 { 155 | height: auto; 156 | color: #18171a; 157 | text-align: center; 158 | letter-spacing: 0; 159 | column-count: auto; 160 | font-family: Inter, sans-serif; 161 | font-size: 45px; 162 | font-style: normal; 163 | font-weight: 500; 164 | display: block; 165 | } 166 | 167 | .text-span-2 { 168 | color: #18171a; 169 | overflow-wrap: break-word; 170 | font-size: 45px; 171 | font-style: normal; 172 | } 173 | 174 | .text-span-3 { 175 | color: #853bff; 176 | overflow-wrap: break-word; 177 | font-size: 45px; 178 | font-style: italic; 179 | } 180 | 181 | .text-span-4 { 182 | width: 100%; 183 | height: auto; 184 | max-width: 100%; 185 | text-align: center; 186 | overflow-wrap: break-word; 187 | justify-content: flex-start; 188 | align-items: center; 189 | margin-left: auto; 190 | margin-right: auto; 191 | padding-left: 0; 192 | padding-right: 0; 193 | line-height: 38px; 194 | display: flex; 195 | } 196 | 197 | .div-p1i1-t2 { 198 | width: auto; 199 | max-width: 90%; 200 | color: #4e4e4e; 201 | text-align: center; 202 | overflow-wrap: break-word; 203 | justify-content: center; 204 | align-items: center; 205 | padding-top: 22px; 206 | padding-left: 0; 207 | font-family: Inter, sans-serif; 208 | font-size: 16px; 209 | font-weight: 500; 210 | line-height: 21.42px; 211 | display: flex; 212 | } 213 | 214 | .div-p1 { 215 | grid-column-gap: 91px; 216 | grid-row-gap: 91px; 217 | outline-offset: 0px; 218 | border: 1px solid #fff; 219 | border-radius: 0; 220 | outline: 3px #333; 221 | flex-direction: column; 222 | align-items: center; 223 | margin-top: 40px; 224 | display: flex; 225 | position: relative; 226 | } 227 | 228 | .div-p1-i1 { 229 | grid-column-gap: 18px; 230 | grid-row-gap: 16px; 231 | flex-direction: column; 232 | align-items: center; 233 | display: flex; 234 | } 235 | 236 | .image-2 { 237 | max-height: 612.08px; 238 | max-width: 320.97px; 239 | border-radius: 17.06px; 240 | } 241 | 242 | .div-block-8 { 243 | grid-column-gap: 10px; 244 | grid-row-gap: 10px; 245 | align-items: center; 246 | padding: 10px; 247 | display: flex; 248 | } 249 | 250 | .div-p1-s1 { 251 | max-width: 1474px; 252 | grid-column-gap: 0px; 253 | grid-row-gap: 0px; 254 | flex-wrap: nowrap; 255 | align-content: center; 256 | justify-content: flex-start; 257 | align-items: center; 258 | display: flex; 259 | overflow: auto; 260 | } 261 | 262 | .div-p1i1-t1 { 263 | color: #7f4ee3; 264 | font-family: Inter, sans-serif; 265 | font-size: 28px; 266 | font-weight: 500; 267 | } 268 | 269 | .navbar { 270 | width: 100%; 271 | height: 100%; 272 | max-height: 95px; 273 | grid-column-gap: 0px; 274 | grid-row-gap: 0px; 275 | background-color: #fff; 276 | flex-flow: wrap; 277 | align-content: space-between; 278 | justify-content: space-between; 279 | align-items: center; 280 | margin-top: 0; 281 | margin-bottom: 60px; 282 | padding: 25px 0 25px 200px; 283 | display: flex; 284 | position: relative; 285 | } 286 | 287 | .div-n1d1 { 288 | width: auto; 289 | height: auto; 290 | object-position: 50% 50%; 291 | background-color: rgba(0, 0, 0, 0); 292 | order: -1; 293 | position: relative; 294 | } 295 | 296 | .div-n1d2 { 297 | grid-column-gap: 55px; 298 | grid-row-gap: 55px; 299 | background-color: rgba(0, 0, 0, 0); 300 | justify-content: center; 301 | align-items: center; 302 | display: flex; 303 | } 304 | 305 | .div-n1d1b { 306 | width: 27.11px; 307 | height: 27.11px; 308 | position: absolute; 309 | top: 8.63px; 310 | left: 8.63px; 311 | box-shadow: 0 0 2.77294px 6.16208px rgba(0, 0, 0, .2); 312 | } 313 | 314 | .div-n1d1b1 { 315 | width: 13.04px; 316 | height: 13.04px; 317 | opacity: 0; 318 | background-color: #fff; 319 | border-radius: 9999px; 320 | display: flex; 321 | position: absolute; 322 | top: 8.34px; 323 | left: 7.56px; 324 | } 325 | 326 | .div-n1d1b2 { 327 | width: 20.34px; 328 | height: 21.18px; 329 | opacity: 1; 330 | background-image: linear-gradient(117deg, #fff, #853bff); 331 | border: 1px solid #fff; 332 | border-radius: .15px; 333 | position: absolute; 334 | top: 4.24px; 335 | left: 3.39px; 336 | } 337 | 338 | .div-n1d1bd1 { 339 | width: 43.14px; 340 | height: 43.14px; 341 | position: absolute; 342 | top: 0; 343 | left: 0; 344 | } 345 | 346 | .div-n1d11 { 347 | width: 43.14px; 348 | height: 43.14px; 349 | background-image: linear-gradient(to top, #222024, #100f11); 350 | border: .62px solid #af7eff; 351 | border-radius: 8.63px; 352 | position: absolute; 353 | top: 0; 354 | left: 0; 355 | } 356 | 357 | .text-block-2 { 358 | overflow-wrap: break-word; 359 | font-size: 12.32px; 360 | font-weight: 700; 361 | line-height: 14.62px; 362 | position: absolute; 363 | top: 7.82px; 364 | left: 51.63px; 365 | } 366 | 367 | .text-block-2.dark { 368 | color: #fff; 369 | border: 1px solid #fff; 370 | } 371 | 372 | .div-n1d2t1 { 373 | color: #242424; 374 | text-align: center; 375 | overflow-wrap: break-word; 376 | font-family: Inter, sans-serif; 377 | font-size: 12px; 378 | font-weight: 500; 379 | line-height: 18.36px; 380 | } 381 | 382 | .div-n1d2t1:hover { 383 | color: #7f4ee3; 384 | } 385 | 386 | .div-n1d2t2 { 387 | color: #242424; 388 | text-align: center; 389 | font-family: Inter, sans-serif; 390 | font-size: 12px; 391 | font-weight: 500; 392 | line-height: 18.36px; 393 | } 394 | 395 | .div-n1d2t2:hover { 396 | color: #7f4ee3; 397 | } 398 | 399 | .div-n1d2t3 { 400 | color: #242424; 401 | text-align: center; 402 | overflow-wrap: break-word; 403 | font-family: Inter, sans-serif; 404 | font-size: 12px; 405 | font-weight: 500; 406 | line-height: 18.36px; 407 | } 408 | 409 | .div-n1d2t3:hover { 410 | color: #7f4ee3; 411 | } 412 | 413 | .div-n1d2t4 { 414 | color: #242424; 415 | text-align: center; 416 | overflow-wrap: break-word; 417 | font-family: Inter, sans-serif; 418 | font-size: 12px; 419 | font-weight: 500; 420 | line-height: 18.36px; 421 | } 422 | 423 | .div-n1d2t4:hover { 424 | color: #7f4ee3; 425 | } 426 | 427 | .div-n1d2b { 428 | width: 124px; 429 | height: 45px; 430 | position: relative; 431 | } 432 | 433 | .div-n1d2b1 { 434 | width: 124px; 435 | height: 45px; 436 | background-image: linear-gradient(to top, #222024, #100f11); 437 | border: .5px solid #af7eff; 438 | border-radius: 8px; 439 | text-decoration: none; 440 | position: absolute; 441 | } 442 | 443 | .div-n1d2b1:hover { 444 | background-image: linear-gradient(#ac7aff, #1a0044); 445 | } 446 | 447 | .div-n1d2b2 { 448 | text-align: center; 449 | position: absolute; 450 | top: 12px; 451 | left: 15px; 452 | } 453 | 454 | .text-block-3 { 455 | color: #fff; 456 | text-align: center; 457 | overflow-wrap: break-word; 458 | font-family: Inter, sans-serif; 459 | font-weight: 500; 460 | line-height: 21.42px; 461 | position: absolute; 462 | top: 12px; 463 | left: 15px; 464 | } 465 | 466 | .image-3 { 467 | width: 27px; 468 | height: 27px; 469 | } 470 | 471 | .image-4 { 472 | width: 43px; 473 | mix-blend-mode: normal; 474 | } 475 | 476 | .navbar-2 { 477 | width: 100%; 478 | height: 100%; 479 | flex-direction: row; 480 | display: flex; 481 | } 482 | 483 | .div-p2 { 484 | grid-column-gap: 198px; 485 | grid-row-gap: 198px; 486 | border: 1px #000; 487 | border-radius: 0; 488 | flex-direction: column; 489 | align-items: flex-start; 490 | display: flex; 491 | } 492 | 493 | .div-p2b1 { 494 | grid-column-gap: 10px; 495 | grid-row-gap: 10px; 496 | background-color: rgba(227, 227, 227, .23); 497 | flex-direction: row; 498 | justify-content: flex-start; 499 | align-items: flex-start; 500 | padding: 40px; 501 | display: flex; 502 | } 503 | 504 | .div-p2b2 { 505 | width: 100%; 506 | grid-column-gap: 33px; 507 | grid-row-gap: 33px; 508 | flex-direction: column; 509 | flex: 0 auto; 510 | align-items: center; 511 | display: flex; 512 | } 513 | 514 | .div-p2b3 { 515 | width: 100%; 516 | grid-column-gap: 144px; 517 | grid-row-gap: 144px; 518 | text-align: left; 519 | flex-direction: column; 520 | justify-content: space-between; 521 | align-self: auto; 522 | align-items: center; 523 | padding-top: 10px; 524 | padding-bottom: 100px; 525 | display: flex; 526 | } 527 | 528 | .div-p2b11 { 529 | max-height: 525px; 530 | max-width: 1920px; 531 | background-color: rgba(196, 54, 54, .23); 532 | border: .49px solid #e0e0e0; 533 | } 534 | 535 | .div-p2b12 { 536 | grid-column-gap: 0px; 537 | grid-row-gap: 445px; 538 | flex-direction: row; 539 | justify-content: space-between; 540 | align-items: center; 541 | display: flex; 542 | } 543 | 544 | .div-p2b121 { 545 | grid-column-gap: 25px; 546 | grid-row-gap: 25px; 547 | flex-direction: column; 548 | align-items: flex-start; 549 | display: flex; 550 | } 551 | 552 | .div-p2b122 { 553 | max-height: 356.88px; 554 | max-width: 388.5px; 555 | position: relative; 556 | } 557 | 558 | .div-p2b1211 { 559 | grid-column-gap: 9px; 560 | grid-row-gap: 9px; 561 | background-image: linear-gradient(to top, #222024, #100f11); 562 | border: .5px solid #af7eff; 563 | border-radius: 12px; 564 | align-items: center; 565 | padding: 12px 16px; 566 | display: flex; 567 | box-shadow: 0 0 4px 4px rgba(0, 0, 0, .23); 568 | } 569 | 570 | .text-block-4 { 571 | width: 80%; 572 | max-width: 100%; 573 | line-height: 30px; 574 | } 575 | 576 | .text-span-5 { 577 | color: #18171a; 578 | overflow-wrap: break-word; 579 | font-family: Inter, sans-serif; 580 | font-size: 38.56px; 581 | font-weight: 500; 582 | } 583 | 584 | .text-span-6 { 585 | color: #853bff; 586 | overflow-wrap: break-word; 587 | font-family: Inter, sans-serif; 588 | font-size: 38.56px; 589 | font-style: italic; 590 | font-weight: 500; 591 | } 592 | 593 | .text-span-7 { 594 | color: #18171a; 595 | overflow-wrap: break-word; 596 | font-family: Inter, sans-serif; 597 | font-size: 38.56px; 598 | font-weight: 500; 599 | } 600 | 601 | .text-block-5 { 602 | max-width: 483px; 603 | color: #4e4e4e; 604 | overflow-wrap: break-word; 605 | font-family: Inter, sans-serif; 606 | font-weight: 500; 607 | line-height: 21.42px; 608 | } 609 | 610 | .text-block-6 { 611 | color: #fff; 612 | text-align: center; 613 | overflow-wrap: break-word; 614 | font-family: Inter, sans-serif; 615 | font-weight: 500; 616 | line-height: 21.42px; 617 | } 618 | 619 | .div-p2b1221 { 620 | width: 487.48px; 621 | height: 400.87px; 622 | position: absolute; 623 | top: 26.74px; 624 | left: -84.13px; 625 | } 626 | 627 | .image-5 { 628 | mix-blend-mode: darken; 629 | border: 1.14px solid #ece7f3; 630 | border-radius: 9999px; 631 | position: absolute; 632 | top: 58.73px; 633 | left: 54.21px; 634 | box-shadow: 0 0 22.9777px 48.8276px #e8e9eb; 635 | } 636 | 637 | .div-p2b12211 { 638 | width: 306.84px; 639 | height: 306.84px; 640 | border-radius: 9999px; 641 | position: absolute; 642 | top: 0; 643 | left: 123.73px; 644 | } 645 | 646 | .div-p2b12212 { 647 | width: 177.93px; 648 | height: 206.55px; 649 | grid-column-gap: 28.72px; 650 | grid-row-gap: 28.72px; 651 | background-color: #fff; 652 | border: 1.44px solid #000; 653 | border-radius: 20.11px; 654 | align-items: flex-start; 655 | padding: 25.85px 34.47px 20.11px; 656 | display: flex; 657 | position: absolute; 658 | top: .7px; 659 | left: 259.91px; 660 | overflow: hidden; 661 | box-shadow: 0 0 22.9777px 48.8276px #e8e9eb; 662 | } 663 | 664 | .div-p2b122111 { 665 | flex-direction: column; 666 | justify-content: flex-start; 667 | align-items: flex-start; 668 | display: flex; 669 | } 670 | 671 | .div-p2b1221111 { 672 | grid-column-gap: 5.74px; 673 | grid-row-gap: 5.74px; 674 | align-items: flex-start; 675 | display: flex; 676 | } 677 | 678 | .div-p2b12211111 { 679 | width: 25.85px; 680 | height: 25.85px; 681 | position: relative; 682 | top: auto; 683 | left: auto; 684 | } 685 | 686 | .text-block-7 { 687 | color: #8f889b; 688 | font-family: Inter, sans-serif; 689 | font-size: 17.23px; 690 | font-weight: 500; 691 | line-height: 28.45px; 692 | } 693 | 694 | .div-block-9 { 695 | width: 20.2px; 696 | height: 17.77px; 697 | background-image: linear-gradient(to top, #252428, #424046); 698 | border: 1.44px solid #b7b7b7; 699 | border-radius: 20.11px; 700 | position: absolute; 701 | top: 4.04px; 702 | left: 3.23px; 703 | } 704 | 705 | .text-block-8 { 706 | color: #1d0d36; 707 | overflow-wrap: break-word; 708 | font-family: Inter, sans-serif; 709 | font-size: 25.86px; 710 | font-weight: 500; 711 | line-height: 39.57px; 712 | } 713 | 714 | .div-p2b21 { 715 | grid-column-gap: 33px; 716 | grid-row-gap: 33px; 717 | flex-direction: column; 718 | justify-content: flex-start; 719 | align-items: center; 720 | display: flex; 721 | } 722 | 723 | .text-block-9 { 724 | color: #18171a; 725 | overflow-wrap: break-word; 726 | font-family: Inter, sans-serif; 727 | font-size: 18px; 728 | font-weight: 500; 729 | } 730 | 731 | .text-block-10 { 732 | max-width: 646px; 733 | text-align: center; 734 | line-height: 34px; 735 | } 736 | 737 | .text-span-8 { 738 | color: #18171a; 739 | overflow-wrap: break-word; 740 | font-family: Inter, sans-serif; 741 | font-size: 38.56px; 742 | font-weight: 500; 743 | } 744 | 745 | .text-span-9 { 746 | color: #853bff; 747 | font-family: Inter, sans-serif; 748 | font-size: 38.56px; 749 | font-style: italic; 750 | font-weight: 500; 751 | } 752 | 753 | .text-span-10 { 754 | font-family: Inter, sans-serif; 755 | font-size: 38.56px; 756 | font-weight: 500; 757 | } 758 | 759 | .text-block-11 { 760 | max-width: 483px; 761 | color: #4e4e4e; 762 | text-align: center; 763 | overflow-wrap: break-word; 764 | font-family: Inter, sans-serif; 765 | font-weight: 500; 766 | line-height: 21.42px; 767 | } 768 | 769 | .div-p2b31 { 770 | grid-column-gap: 92px; 771 | grid-row-gap: 92px; 772 | align-items: center; 773 | display: flex; 774 | } 775 | 776 | .div-p2b312 { 777 | width: 6px; 778 | height: 321px; 779 | grid-column-gap: 159px; 780 | grid-row-gap: 159px; 781 | background-color: rgba(0, 0, 0, 0); 782 | background-image: linear-gradient(to top, #fff, #af7eff); 783 | border: 4px #af7eff; 784 | border-radius: 60px; 785 | align-items: center; 786 | display: flex; 787 | } 788 | 789 | .div-p2b311 { 790 | width: 314px; 791 | height: 314px; 792 | position: relative; 793 | } 794 | 795 | .div-p2b313 { 796 | grid-column-gap: 18px; 797 | grid-row-gap: 18px; 798 | flex-direction: column; 799 | align-items: flex-start; 800 | padding-top: 68px; 801 | display: flex; 802 | } 803 | 804 | .div-block-10 { 805 | grid-column-gap: 26px; 806 | grid-row-gap: 26px; 807 | flex-direction: column; 808 | align-items: flex-start; 809 | display: flex; 810 | } 811 | 812 | .text-block-12 { 813 | max-width: 338px; 814 | color: #4e4e4e; 815 | overflow-wrap: anywhere; 816 | font-family: Inter, sans-serif; 817 | font-weight: 500; 818 | } 819 | 820 | .text-block-13 { 821 | color: #18171a; 822 | font-family: Inter, sans-serif; 823 | font-size: 21px; 824 | } 825 | 826 | .text-block-14 { 827 | color: #18171a; 828 | overflow-wrap: break-word; 829 | font-family: Inter, sans-serif; 830 | font-size: 21px; 831 | font-weight: 500; 832 | } 833 | 834 | .div-p2b32 { 835 | grid-column-gap: 159px; 836 | grid-row-gap: 159px; 837 | flex-direction: row; 838 | align-items: center; 839 | display: flex; 840 | } 841 | 842 | .div-p2b321 { 843 | grid-column-gap: 18px; 844 | grid-row-gap: 18px; 845 | flex-direction: column; 846 | align-items: flex-start; 847 | display: flex; 848 | } 849 | 850 | .div-p2b322 { 851 | width: 60%; 852 | height: 60%; 853 | max-height: 314px; 854 | max-width: 314px; 855 | grid-column-gap: 159px; 856 | grid-row-gap: 159px; 857 | flex-direction: row; 858 | align-items: center; 859 | display: flex; 860 | position: relative; 861 | } 862 | 863 | .div-p2b3211 { 864 | grid-column-gap: 26px; 865 | grid-row-gap: 26px; 866 | flex-direction: column; 867 | align-items: flex-start; 868 | display: flex; 869 | } 870 | 871 | .text-block-15 { 872 | color: #18171a; 873 | font-family: Inter, sans-serif; 874 | font-size: 21px; 875 | } 876 | 877 | .text-block-16 { 878 | color: #18171a; 879 | font-family: Inter, sans-serif; 880 | font-size: 21px; 881 | font-weight: 500; 882 | } 883 | 884 | .text-block-17 { 885 | max-width: 338px; 886 | color: #4e4e4e; 887 | font-family: Inter, sans-serif; 888 | font-weight: 500; 889 | } 890 | 891 | .footer-dark { 892 | background-color: #f5f7fa; 893 | border-bottom: 1px solid #e4ebf3; 894 | padding: 50px 30px 15px; 895 | position: relative; 896 | } 897 | 898 | .container { 899 | width: 100%; 900 | max-width: 940px; 901 | margin-left: auto; 902 | margin-right: auto; 903 | } 904 | 905 | .footer-wrapper { 906 | max-width: 900px; 907 | justify-content: space-between; 908 | align-items: flex-start; 909 | margin-left: auto; 910 | margin-right: auto; 911 | display: flex; 912 | } 913 | 914 | .footer-content { 915 | grid-column-gap: 70px; 916 | grid-row-gap: 40px; 917 | grid-template-rows: auto; 918 | grid-template-columns: auto auto 1fr; 919 | grid-auto-columns: 1fr; 920 | display: grid; 921 | } 922 | 923 | .footer-block { 924 | flex-direction: column; 925 | justify-content: flex-start; 926 | align-items: flex-start; 927 | display: flex; 928 | } 929 | 930 | .title-small { 931 | letter-spacing: 1px; 932 | text-transform: uppercase; 933 | margin-bottom: 12px; 934 | font-size: 14px; 935 | font-weight: 700; 936 | line-height: 16px; 937 | } 938 | 939 | .footer-link { 940 | color: #1a1b1f; 941 | margin-top: 12px; 942 | margin-bottom: 6px; 943 | font-size: 14px; 944 | line-height: 16px; 945 | text-decoration: none; 946 | } 947 | 948 | .footer-link:hover { 949 | color: rgba(26, 27, 31, .75); 950 | } 951 | 952 | .footer-social-block { 953 | justify-content: flex-start; 954 | align-items: center; 955 | margin-top: 12px; 956 | margin-left: -12px; 957 | display: flex; 958 | } 959 | 960 | .footer-social-link { 961 | margin-left: 12px; 962 | } 963 | 964 | .footer-divider { 965 | width: 100%; 966 | height: 1px; 967 | background-color: #e4ebf3; 968 | margin-top: 70px; 969 | margin-bottom: 15px; 970 | } 971 | 972 | .footer-copyright-center { 973 | text-align: center; 974 | font-size: 14px; 975 | line-height: 16px; 976 | } 977 | 978 | .div-p3 { 979 | width: 100%; 980 | height: 100%; 981 | flex-direction: column; 982 | align-items: flex-start; 983 | display: flex; 984 | } 985 | 986 | .div-p31 { 987 | width: 100%; 988 | height: auto; 989 | grid-column-gap: 10px; 990 | grid-row-gap: 10px; 991 | background-color: rgba(227, 227, 227, .23); 992 | flex-direction: row; 993 | justify-content: center; 994 | align-items: flex-start; 995 | padding-top: 40px; 996 | padding-bottom: 60px; 997 | display: flex; 998 | position: relative; 999 | } 1000 | 1001 | .div-p322 { 1002 | width: 100%; 1003 | max-width: 1920px; 1004 | grid-column-gap: 10px; 1005 | grid-row-gap: 10px; 1006 | background-color: #242327; 1007 | justify-content: center; 1008 | align-items: center; 1009 | padding: 24px 260px; 1010 | display: flex; 1011 | } 1012 | 1013 | .text-block-18 { 1014 | color: #e3e3e3; 1015 | text-align: center; 1016 | font-family: Inter, sans-serif; 1017 | font-size: 12px; 1018 | } 1019 | 1020 | .div-p311 { 1021 | width: 80%; 1022 | height: 100%; 1023 | max-height: 952px; 1024 | max-width: 1920px; 1025 | grid-column-gap: 92px; 1026 | grid-row-gap: 92px; 1027 | background-color: rgba(0, 0, 0, 0); 1028 | border: 1px #000; 1029 | border-radius: .5px; 1030 | flex-direction: row; 1031 | justify-content: center; 1032 | align-items: flex-start; 1033 | display: flex; 1034 | } 1035 | 1036 | .div-p3111 { 1037 | grid-column-gap: 10px; 1038 | grid-row-gap: 10px; 1039 | justify-content: center; 1040 | align-items: center; 1041 | padding: 10px; 1042 | display: flex; 1043 | } 1044 | 1045 | .text-block-19 { 1046 | overflow-wrap: break-word; 1047 | font-family: Inter, sans-serif; 1048 | font-size: 38.56px; 1049 | font-weight: 400; 1050 | line-height: 40px; 1051 | } 1052 | 1053 | .div-p31121 { 1054 | grid-column-gap: 10px; 1055 | grid-row-gap: 10px; 1056 | flex-direction: column; 1057 | align-items: flex-start; 1058 | display: flex; 1059 | } 1060 | 1061 | .div-p311211 { 1062 | max-height: 206px; 1063 | max-width: 999px; 1064 | background-color: #fff; 1065 | border: .5px solid #000; 1066 | border-radius: 27px; 1067 | } 1068 | 1069 | .div-p31122 { 1070 | grid-column-gap: 20px; 1071 | grid-row-gap: 20px; 1072 | background-color: #fff; 1073 | border: .5px #000; 1074 | border-radius: 27px; 1075 | flex-direction: column; 1076 | align-items: flex-start; 1077 | padding: 20px; 1078 | display: flex; 1079 | } 1080 | 1081 | .div-block-11 { 1082 | width: 100%; 1083 | grid-column-gap: 0px; 1084 | grid-row-gap: 0px; 1085 | justify-content: space-between; 1086 | align-items: center; 1087 | display: flex; 1088 | } 1089 | 1090 | .text-block-20 { 1091 | max-width: 636px; 1092 | overflow-wrap: break-word; 1093 | font-family: Inter, sans-serif; 1094 | font-weight: 500; 1095 | } 1096 | 1097 | .text-block-21 { 1098 | width: 100%; 1099 | max-width: 636px; 1100 | min-width: 90%; 1101 | color: #18171a; 1102 | font-family: Inter, sans-serif; 1103 | font-size: 18px; 1104 | font-weight: 500; 1105 | } 1106 | 1107 | .div-block-12 { 1108 | width: 28px; 1109 | height: 28px; 1110 | position: relative; 1111 | } 1112 | 1113 | .div-block-13 { 1114 | width: 19.25px; 1115 | height: 10.5px; 1116 | position: absolute; 1117 | top: 9.62px; 1118 | left: 4.38px; 1119 | } 1120 | 1121 | .div-p32 { 1122 | width: 100%; 1123 | height: 100%; 1124 | flex-direction: column; 1125 | align-items: flex-start; 1126 | display: flex; 1127 | } 1128 | 1129 | .div-p321 { 1130 | width: 100%; 1131 | grid-column-gap: 10px; 1132 | grid-row-gap: 10px; 1133 | background-color: #1e1d21; 1134 | flex-direction: column; 1135 | align-items: flex-start; 1136 | display: flex; 1137 | } 1138 | 1139 | .div-p3211 { 1140 | max-height: 429px; 1141 | max-width: 1920px; 1142 | background-color: #1e1d21; 1143 | } 1144 | 1145 | .div-p3212 { 1146 | width: 100%; 1147 | grid-column-gap: 312px; 1148 | grid-row-gap: 312px; 1149 | align-items: flex-end; 1150 | padding: 40px 60px; 1151 | display: flex; 1152 | } 1153 | 1154 | .div-p32121 { 1155 | grid-column-gap: 24px; 1156 | grid-row-gap: 24px; 1157 | flex-direction: column; 1158 | align-items: flex-start; 1159 | display: flex; 1160 | } 1161 | 1162 | .div-p32122 { 1163 | grid-column-gap: 24px; 1164 | grid-row-gap: 24px; 1165 | align-items: flex-start; 1166 | display: flex; 1167 | } 1168 | 1169 | .div-p321211 { 1170 | position: relative; 1171 | top: 0; 1172 | left: 0; 1173 | } 1174 | 1175 | .text-block-22 { 1176 | max-width: 483px; 1177 | color: #e3e3e3; 1178 | padding-top: 40px; 1179 | font-family: Inter, sans-serif; 1180 | font-weight: 500; 1181 | position: static; 1182 | } 1183 | 1184 | .div-block-14 { 1185 | position: relative; 1186 | } 1187 | 1188 | .text-block-2-copy { 1189 | color: #ddd; 1190 | -webkit-text-stroke-color: #ddd; 1191 | overflow-wrap: break-word; 1192 | font-size: 12.32px; 1193 | font-weight: 700; 1194 | line-height: 14.62px; 1195 | position: absolute; 1196 | top: 7.82px; 1197 | left: 51.63px; 1198 | } 1199 | 1200 | .text-block-23 { 1201 | color: #e3e3e3; 1202 | font-family: Inter, sans-serif; 1203 | font-weight: 400; 1204 | } 1205 | 1206 | .text-block-23:hover { 1207 | color: #7f4ee3; 1208 | } 1209 | 1210 | .link-block, .link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7 { 1211 | text-decoration: none; 1212 | } 1213 | 1214 | .link-block-7.w--current { 1215 | color: #7f4ee3; 1216 | } 1217 | 1218 | .link-block-8 { 1219 | text-decoration: none; 1220 | } 1221 | 1222 | .text-span-11 { 1223 | font-size: 28px; 1224 | } 1225 | 1226 | .div-block-15 { 1227 | grid-column-gap: 20px; 1228 | grid-row-gap: 20px; 1229 | background-color: rgba(227, 227, 227, .23); 1230 | flex-direction: column; 1231 | margin-left: 0; 1232 | display: block; 1233 | } 1234 | 1235 | .div-block-16 { 1236 | padding-left: 20px; 1237 | } 1238 | 1239 | .div-block-17 { 1240 | padding-right: 20px; 1241 | } 1242 | 1243 | .div-block-18 { 1244 | padding-top: 20px; 1245 | } 1246 | 1247 | .div-block-19 { 1248 | grid-column-gap: 30px; 1249 | grid-row-gap: 30px; 1250 | flex-direction: column; 1251 | justify-content: flex-start; 1252 | align-items: flex-start; 1253 | padding-bottom: 20px; 1254 | padding-left: 40px; 1255 | padding-right: 40px; 1256 | display: flex; 1257 | } 1258 | 1259 | .text-block-24 { 1260 | color: #18171a; 1261 | -webkit-text-stroke-color: #18171a; 1262 | font-family: Inter, sans-serif; 1263 | font-weight: 500; 1264 | } 1265 | 1266 | .text-block-23-copy { 1267 | color: #7f4ee3; 1268 | -webkit-text-stroke-color: #7f4ee3; 1269 | font-family: Inter, sans-serif; 1270 | font-weight: 400; 1271 | } 1272 | 1273 | .body-2 { 1274 | margin-top: 0; 1275 | } 1276 | 1277 | .utility-page-wrap { 1278 | width: 100vw; 1279 | height: 100vh; 1280 | max-height: 100%; 1281 | max-width: 100%; 1282 | justify-content: center; 1283 | align-items: center; 1284 | display: flex; 1285 | } 1286 | 1287 | .utility-page-content { 1288 | width: 260px; 1289 | text-align: center; 1290 | flex-direction: column; 1291 | display: flex; 1292 | } 1293 | 1294 | .utility-page-form { 1295 | flex-direction: column; 1296 | align-items: stretch; 1297 | display: flex; 1298 | } 1299 | 1300 | .div-block-15-copy { 1301 | grid-column-gap: 20px; 1302 | grid-row-gap: 20px; 1303 | background-color: rgba(0, 0, 0, 0); 1304 | flex-direction: column; 1305 | margin-top: 40px; 1306 | margin-left: 0; 1307 | display: block; 1308 | } 1309 | 1310 | .accodian-item { 1311 | width: 100%; 1312 | background-color: #fff; 1313 | border-radius: 27px; 1314 | padding: 0 20px 20px; 1315 | overflow: hidden; 1316 | } 1317 | 1318 | .accodian-toggle { 1319 | height: 80px; 1320 | justify-content: flex-start; 1321 | align-items: center; 1322 | padding-top: 0; 1323 | padding-bottom: 0; 1324 | padding-left: 0; 1325 | display: flex; 1326 | } 1327 | 1328 | .dropdown-list { 1329 | background-color: #fff; 1330 | display: block; 1331 | position: static; 1332 | } 1333 | 1334 | .accodian-icon { 1335 | -webkit-text-stroke-color: #333232; 1336 | flex: 0 auto; 1337 | align-self: auto; 1338 | font-family: Inter, sans-serif; 1339 | font-size: 20px; 1340 | font-weight: 400; 1341 | top: 0%; 1342 | bottom: 0%; 1343 | left: 0%; 1344 | right: 0%; 1345 | } 1346 | 1347 | .bold-text { 1348 | color: #7f4ee3; 1349 | } 1350 | 1351 | .div-block-20 { 1352 | grid-column-gap: 8px; 1353 | grid-row-gap: 0px; 1354 | flex-direction: column; 1355 | align-items: center; 1356 | display: flex; 1357 | } 1358 | 1359 | .div-block-21 { 1360 | grid-column-gap: 50px; 1361 | display: flex; 1362 | } 1363 | 1364 | @media screen and (max-width: 991px) { 1365 | .body { 1366 | padding: 20px 0 0; 1367 | } 1368 | 1369 | .div-block-2 { 1370 | flex-direction: column; 1371 | justify-content: flex-start; 1372 | align-items: center; 1373 | } 1374 | 1375 | .div-block-2.pg1 { 1376 | width: auto; 1377 | height: auto; 1378 | max-height: none; 1379 | max-width: none; 1380 | min-height: 0%; 1381 | min-width: 0%; 1382 | object-fit: fill; 1383 | object-position: 50% 50%; 1384 | flex-wrap: nowrap; 1385 | flex: 0 auto; 1386 | order: 0; 1387 | align-content: stretch; 1388 | align-self: auto; 1389 | margin-left: auto; 1390 | margin-right: auto; 1391 | display: flex; 1392 | position: static; 1393 | overflow: auto; 1394 | } 1395 | 1396 | .div-p1i1-b1 { 1397 | width: auto; 1398 | height: auto; 1399 | max-height: 108px; 1400 | max-width: 895px; 1401 | } 1402 | 1403 | .div-p1i1-t2 { 1404 | width: 688px; 1405 | height: auto; 1406 | min-width: 30px; 1407 | flex: 0 auto; 1408 | align-self: auto; 1409 | display: block; 1410 | position: static; 1411 | } 1412 | 1413 | .div-p1 { 1414 | grid-column-gap: 91px; 1415 | grid-row-gap: 91px; 1416 | flex-flow: column wrap; 1417 | align-items: center; 1418 | display: flex; 1419 | } 1420 | 1421 | .div-block-5 { 1422 | display: block; 1423 | } 1424 | 1425 | .div-p1-i1 { 1426 | grid-column-gap: 25px; 1427 | grid-row-gap: 25px; 1428 | flex-direction: column; 1429 | align-items: center; 1430 | display: flex; 1431 | } 1432 | 1433 | .image-2 { 1434 | max-height: 612.08px; 1435 | max-width: 320.97px; 1436 | border-radius: 17.06px; 1437 | } 1438 | 1439 | .div-block-7 { 1440 | margin-left: auto; 1441 | margin-right: auto; 1442 | } 1443 | 1444 | .div-block-8 { 1445 | grid-column-gap: 10px; 1446 | grid-row-gap: 10px; 1447 | align-items: flex-start; 1448 | padding: 10px; 1449 | display: flex; 1450 | } 1451 | 1452 | .div-p1-s1 { 1453 | flex-wrap: wrap; 1454 | justify-content: center; 1455 | align-items: center; 1456 | display: flex; 1457 | } 1458 | 1459 | .navbar { 1460 | grid-column-gap: 0px; 1461 | grid-row-gap: 0px; 1462 | text-align: left; 1463 | flex-flow: wrap; 1464 | flex: 0 auto; 1465 | order: 0; 1466 | align-content: center; 1467 | justify-content: center; 1468 | align-self: flex-start; 1469 | align-items: flex-start; 1470 | margin-top: 20px; 1471 | margin-left: 10px; 1472 | margin-right: 10px; 1473 | padding-left: 0; 1474 | } 1475 | 1476 | .div-n1d1 { 1477 | opacity: 1; 1478 | background-color: rgba(0, 0, 0, 0); 1479 | order: 0; 1480 | display: block; 1481 | position: relative; 1482 | } 1483 | 1484 | .div-n1d2 { 1485 | grid-column-gap: 30px; 1486 | grid-row-gap: 30px; 1487 | flex: 1; 1488 | order: 0; 1489 | justify-content: center; 1490 | align-self: auto; 1491 | align-items: center; 1492 | padding-left: 140px; 1493 | } 1494 | 1495 | .div-p2 { 1496 | grid-column-gap: 100px; 1497 | grid-row-gap: 100px; 1498 | } 1499 | 1500 | .div-p2b1 { 1501 | flex-direction: row; 1502 | } 1503 | 1504 | .div-p2b3 { 1505 | justify-content: flex-start; 1506 | } 1507 | 1508 | .div-p2b12 { 1509 | grid-column-gap: 30px; 1510 | grid-row-gap: 30px; 1511 | flex-direction: column; 1512 | justify-content: center; 1513 | align-items: center; 1514 | } 1515 | 1516 | .text-block-5 { 1517 | max-width: 80%; 1518 | } 1519 | 1520 | .div-p2b31 { 1521 | width: 100%; 1522 | grid-column-gap: 10px; 1523 | grid-row-gap: 10px; 1524 | flex-direction: column; 1525 | justify-content: flex-start; 1526 | } 1527 | 1528 | .div-p2b312 { 1529 | display: none; 1530 | overflow: visible; 1531 | } 1532 | 1533 | .div-p2b311 { 1534 | width: 90%; 1535 | justify-content: center; 1536 | display: flex; 1537 | } 1538 | 1539 | .div-p2b313 { 1540 | width: 70%; 1541 | } 1542 | 1543 | .div-p2b32 { 1544 | width: 100%; 1545 | flex-direction: column; 1546 | justify-content: center; 1547 | } 1548 | 1549 | .div-p2b321 { 1550 | width: 70%; 1551 | } 1552 | 1553 | .container { 1554 | max-width: 728px; 1555 | } 1556 | 1557 | .footer-content { 1558 | grid-column-gap: 60px; 1559 | } 1560 | 1561 | .div-p31 { 1562 | flex-direction: column; 1563 | align-items: center; 1564 | padding-bottom: 40px; 1565 | } 1566 | 1567 | .div-p311 { 1568 | grid-column-gap: 30px; 1569 | grid-row-gap: 30px; 1570 | flex-direction: column; 1571 | } 1572 | 1573 | .image-6 { 1574 | width: 60%; 1575 | } 1576 | 1577 | .div-p32 { 1578 | grid-column-gap: 2px; 1579 | grid-row-gap: 2px; 1580 | } 1581 | 1582 | .div-p3212 { 1583 | grid-column-gap: 80px; 1584 | grid-row-gap: 80px; 1585 | flex-direction: column; 1586 | justify-content: center; 1587 | align-items: center; 1588 | padding-left: 20px; 1589 | padding-right: 20px; 1590 | } 1591 | 1592 | .div-block-15, .div-block-15-copy { 1593 | margin-top: 20px; 1594 | } 1595 | 1596 | .div-block-20 { 1597 | grid-column-gap: 50px; 1598 | grid-row-gap: 0px; 1599 | flex-wrap: wrap; 1600 | align-content: center; 1601 | justify-content: center; 1602 | } 1603 | } 1604 | 1605 | @media screen and (max-width: 767px) { 1606 | .body { 1607 | padding-top: 60px; 1608 | } 1609 | 1610 | .div-p1i1-b2 { 1611 | margin-top: 30px; 1612 | top: 60px; 1613 | } 1614 | 1615 | .div-p1i1-b1 { 1616 | text-align: center; 1617 | overflow-wrap: break-word; 1618 | } 1619 | 1620 | .div-p1i1-t2 { 1621 | width: auto; 1622 | max-width: 688px; 1623 | min-width: 90%; 1624 | } 1625 | 1626 | .navbar { 1627 | display: none; 1628 | position: relative; 1629 | overflow: visible; 1630 | } 1631 | 1632 | .div-n1d1 { 1633 | opacity: 1; 1634 | display: none; 1635 | } 1636 | 1637 | .div-n1d2 { 1638 | grid-column-gap: 0px; 1639 | opacity: 1; 1640 | mix-blend-mode: normal; 1641 | flex-direction: row; 1642 | order: 0; 1643 | justify-content: center; 1644 | align-items: center; 1645 | display: none; 1646 | } 1647 | 1648 | .footer-dark { 1649 | padding-left: 15px; 1650 | padding-right: 15px; 1651 | } 1652 | 1653 | .footer-wrapper { 1654 | flex-direction: column; 1655 | align-items: center; 1656 | } 1657 | 1658 | .footer-content { 1659 | grid-template-columns: 1fr; 1660 | margin-top: 40px; 1661 | } 1662 | 1663 | .footer-block { 1664 | align-items: center; 1665 | } 1666 | 1667 | .footer-link:hover { 1668 | color: rgba(26, 27, 31, .75); 1669 | } 1670 | 1671 | .footer-social-block { 1672 | margin-top: 20px; 1673 | margin-left: -20px; 1674 | } 1675 | 1676 | .footer-social-link { 1677 | margin-left: 20px; 1678 | } 1679 | 1680 | .footer-divider { 1681 | margin-top: 60px; 1682 | } 1683 | 1684 | .div-p31 { 1685 | padding-bottom: 40px; 1686 | padding-left: 10px; 1687 | padding-right: 10px; 1688 | } 1689 | 1690 | .div-p322 { 1691 | position: static; 1692 | } 1693 | 1694 | .text-block-21 { 1695 | width: auto; 1696 | min-width: 0%; 1697 | white-space: pre-wrap; 1698 | } 1699 | 1700 | .div-p3212 { 1701 | grid-column-gap: 40px; 1702 | grid-row-gap: 40px; 1703 | } 1704 | 1705 | .accodian-toggle { 1706 | width: 100%; 1707 | height: 80px; 1708 | object-fit: fill; 1709 | justify-content: flex-start; 1710 | align-items: center; 1711 | overflow: auto; 1712 | } 1713 | 1714 | .accodian-icon { 1715 | top: 0%; 1716 | bottom: 0%; 1717 | left: 0%; 1718 | right: 0%; 1719 | } 1720 | 1721 | .text-block-25 { 1722 | white-space: pre-wrap; 1723 | font-family: Inter, sans-serif; 1724 | font-size: 18px; 1725 | font-weight: 500; 1726 | } 1727 | 1728 | .div-block-20 { 1729 | grid-column-gap: 5px; 1730 | grid-row-gap: 0px; 1731 | flex-direction: column; 1732 | } 1733 | 1734 | .div-block-21 { 1735 | flex-flow: wrap; 1736 | align-content: space-between; 1737 | justify-content: center; 1738 | } 1739 | } 1740 | 1741 | @media screen and (max-width: 479px) { 1742 | .body { 1743 | padding: 0; 1744 | display: flex; 1745 | } 1746 | 1747 | .div-block-2.pg1 { 1748 | width: 0; 1749 | height: 0; 1750 | min-height: 0%; 1751 | min-width: 0; 1752 | } 1753 | 1754 | .div-p1i1-b1 { 1755 | width: auto; 1756 | height: auto; 1757 | max-height: none; 1758 | max-width: 895px; 1759 | min-width: 90%; 1760 | flex-wrap: nowrap; 1761 | align-content: stretch; 1762 | } 1763 | 1764 | .text-span-3 { 1765 | line-height: 30px; 1766 | } 1767 | 1768 | .text-span-4 { 1769 | flex-wrap: nowrap; 1770 | line-height: 45px; 1771 | } 1772 | 1773 | .div-p1i1-t2 { 1774 | width: auto; 1775 | min-width: 0; 1776 | overflow-wrap: break-word; 1777 | } 1778 | 1779 | .div-p1 { 1780 | margin-left: 10px; 1781 | padding-right: 10px; 1782 | position: relative; 1783 | } 1784 | 1785 | .div-p1-i1 { 1786 | grid-column-gap: 22px; 1787 | grid-row-gap: 22px; 1788 | } 1789 | 1790 | .div-p1i1-t1 { 1791 | text-align: center; 1792 | margin-top: 20px; 1793 | line-height: 30px; 1794 | } 1795 | 1796 | .div-p2 { 1797 | grid-column-gap: 100px; 1798 | grid-row-gap: 100px; 1799 | margin-bottom: 40px; 1800 | margin-left: 10px; 1801 | padding-right: 10px; 1802 | } 1803 | 1804 | .div-p2b3 { 1805 | grid-column-gap: 60px; 1806 | grid-row-gap: 60px; 1807 | } 1808 | 1809 | .div-p2b32 { 1810 | grid-column-gap: 50px; 1811 | grid-row-gap: 50px; 1812 | margin-bottom: 40px; 1813 | } 1814 | 1815 | .container { 1816 | max-width: none; 1817 | } 1818 | 1819 | .div-p3 { 1820 | width: 100%; 1821 | height: 100%; 1822 | clear: none; 1823 | grid-column-gap: 16px; 1824 | grid-row-gap: 16px; 1825 | grid-template-rows: auto auto; 1826 | grid-template-columns: 1fr 1fr; 1827 | grid-auto-columns: 1fr; 1828 | margin-top: 60px; 1829 | display: block; 1830 | position: static; 1831 | overflow: visible; 1832 | } 1833 | 1834 | .div-p31 { 1835 | width: auto; 1836 | padding-top: 60px; 1837 | padding-bottom: 20px; 1838 | position: static; 1839 | overflow: visible; 1840 | } 1841 | 1842 | .div-p322 { 1843 | min-width: 0%; 1844 | padding-left: 100px; 1845 | padding-right: 100px; 1846 | } 1847 | 1848 | .div-p32 { 1849 | width: auto; 1850 | height: auto; 1851 | margin-top: 0; 1852 | } 1853 | 1854 | .div-p3212 { 1855 | padding-left: 40px; 1856 | padding-right: 40px; 1857 | } 1858 | 1859 | .div-p32122 { 1860 | flex-direction: row; 1861 | } 1862 | 1863 | .image-7 { 1864 | position: relative; 1865 | } 1866 | } 1867 | 1868 | 1869 | -------------------------------------------------------------------------------- /src/css/webflow.css: -------------------------------------------------------------------------------- 1 | @font-face { 2 | font-family: 'webflow-icons'; 3 | src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype'); 4 | font-weight: normal; 5 | font-style: normal; 6 | } 7 | [class^="w-icon-"], 8 | [class*=" w-icon-"] { 9 | /* use !important to prevent issues with browser extensions that change fonts */ 10 | font-family: 'webflow-icons' !important; 11 | speak: none; 12 | font-style: normal; 13 | font-weight: normal; 14 | font-variant: normal; 15 | text-transform: none; 16 | line-height: 1; 17 | /* Better Font Rendering =========== */ 18 | -webkit-font-smoothing: antialiased; 19 | -moz-osx-font-smoothing: grayscale; 20 | } 21 | .w-icon-slider-right:before { 22 | content: "\e600"; 23 | } 24 | .w-icon-slider-left:before { 25 | content: "\e601"; 26 | } 27 | .w-icon-nav-menu:before { 28 | content: "\e602"; 29 | } 30 | .w-icon-arrow-down:before, 31 | .w-icon-dropdown-toggle:before { 32 | content: "\e603"; 33 | } 34 | .w-icon-file-upload-remove:before { 35 | content: "\e900"; 36 | } 37 | .w-icon-file-upload-icon:before { 38 | content: "\e903"; 39 | } 40 | * { 41 | -webkit-box-sizing: border-box; 42 | -moz-box-sizing: border-box; 43 | box-sizing: border-box; 44 | } 45 | html { 46 | height: 100%; 47 | } 48 | body { 49 | margin: 0; 50 | min-height: 100%; 51 | background-color: #fff; 52 | font-family: Arial, sans-serif; 53 | font-size: 14px; 54 | line-height: 20px; 55 | color: #333; 56 | } 57 | img { 58 | max-width: 100%; 59 | vertical-align: middle; 60 | display: inline-block; 61 | } 62 | html.w-mod-touch * { 63 | background-attachment: scroll !important; 64 | } 65 | .w-block { 66 | display: block; 67 | } 68 | .w-inline-block { 69 | max-width: 100%; 70 | display: inline-block; 71 | } 72 | .w-clearfix:before, 73 | .w-clearfix:after { 74 | content: " "; 75 | display: table; 76 | grid-column-start: 1; 77 | grid-row-start: 1; 78 | grid-column-end: 2; 79 | grid-row-end: 2; 80 | } 81 | .w-clearfix:after { 82 | clear: both; 83 | } 84 | .w-hidden { 85 | display: none; 86 | } 87 | .w-button { 88 | display: inline-block; 89 | padding: 9px 15px; 90 | background-color: #3898EC; 91 | color: white; 92 | border: 0; 93 | line-height: inherit; 94 | text-decoration: none; 95 | cursor: pointer; 96 | border-radius: 0; 97 | } 98 | input.w-button { 99 | -webkit-appearance: button; 100 | } 101 | html[data-w-dynpage] [data-w-cloak] { 102 | color: transparent !important; 103 | } 104 | .w-webflow-badge, 105 | .w-webflow-badge * { 106 | position: static; 107 | left: auto; 108 | top: auto; 109 | right: auto; 110 | bottom: auto; 111 | z-index: auto; 112 | display: block; 113 | visibility: visible; 114 | overflow: visible; 115 | overflow-x: visible; 116 | overflow-y: visible; 117 | box-sizing: border-box; 118 | width: auto; 119 | height: auto; 120 | max-height: none; 121 | max-width: none; 122 | min-height: 0; 123 | min-width: 0; 124 | margin: 0; 125 | padding: 0; 126 | float: none; 127 | clear: none; 128 | border: 0 none transparent; 129 | border-radius: 0; 130 | background: none; 131 | background-image: none; 132 | background-position: 0% 0%; 133 | background-size: auto auto; 134 | background-repeat: repeat; 135 | background-origin: padding-box; 136 | background-clip: border-box; 137 | background-attachment: scroll; 138 | background-color: transparent; 139 | box-shadow: none; 140 | opacity: 1; 141 | transform: none; 142 | transition: none; 143 | direction: ltr; 144 | font-family: inherit; 145 | font-weight: inherit; 146 | color: inherit; 147 | font-size: inherit; 148 | line-height: inherit; 149 | font-style: inherit; 150 | font-variant: inherit; 151 | text-align: inherit; 152 | letter-spacing: inherit; 153 | text-decoration: inherit; 154 | text-indent: 0; 155 | text-transform: inherit; 156 | list-style-type: disc; 157 | text-shadow: none; 158 | font-smoothing: auto; 159 | vertical-align: baseline; 160 | cursor: inherit; 161 | white-space: inherit; 162 | word-break: normal; 163 | word-spacing: normal; 164 | word-wrap: normal; 165 | } 166 | .w-webflow-badge { 167 | position: fixed !important; 168 | display: inline-block !important; 169 | visibility: visible !important; 170 | z-index: 2147483647 !important; 171 | top: auto !important; 172 | right: 12px !important; 173 | bottom: 12px !important; 174 | left: auto !important; 175 | color: #AAADB0 !important; 176 | background-color: #fff !important; 177 | border-radius: 3px !important; 178 | padding: 6px 8px 6px 6px !important; 179 | font-size: 12px !important; 180 | opacity: 1 !important; 181 | line-height: 14px !important; 182 | text-decoration: none !important; 183 | transform: none !important; 184 | margin: 0 !important; 185 | width: auto !important; 186 | height: auto !important; 187 | overflow: visible !important; 188 | white-space: nowrap; 189 | box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1); 190 | cursor: pointer; 191 | } 192 | .w-webflow-badge > img { 193 | display: inline-block !important; 194 | visibility: visible !important; 195 | opacity: 1 !important; 196 | vertical-align: middle !important; 197 | } 198 | h1, 199 | h2, 200 | h3, 201 | h4, 202 | h5, 203 | h6 { 204 | font-weight: bold; 205 | margin-bottom: 10px; 206 | } 207 | h1 { 208 | font-size: 38px; 209 | line-height: 44px; 210 | margin-top: 20px; 211 | } 212 | h2 { 213 | font-size: 32px; 214 | line-height: 36px; 215 | margin-top: 20px; 216 | } 217 | h3 { 218 | font-size: 24px; 219 | line-height: 30px; 220 | margin-top: 20px; 221 | } 222 | h4 { 223 | font-size: 18px; 224 | line-height: 24px; 225 | margin-top: 10px; 226 | } 227 | h5 { 228 | font-size: 14px; 229 | line-height: 20px; 230 | margin-top: 10px; 231 | } 232 | h6 { 233 | font-size: 12px; 234 | line-height: 18px; 235 | margin-top: 10px; 236 | } 237 | p { 238 | margin-top: 0; 239 | margin-bottom: 10px; 240 | } 241 | blockquote { 242 | margin: 0 0 10px 0; 243 | padding: 10px 20px; 244 | border-left: 5px solid #E2E2E2; 245 | font-size: 18px; 246 | line-height: 22px; 247 | } 248 | figure { 249 | margin: 0; 250 | margin-bottom: 10px; 251 | } 252 | figcaption { 253 | margin-top: 5px; 254 | text-align: center; 255 | } 256 | ul, 257 | ol { 258 | margin-top: 0px; 259 | margin-bottom: 10px; 260 | padding-left: 40px; 261 | } 262 | .w-list-unstyled { 263 | padding-left: 0; 264 | list-style: none; 265 | } 266 | .w-embed:before, 267 | .w-embed:after { 268 | content: " "; 269 | display: table; 270 | grid-column-start: 1; 271 | grid-row-start: 1; 272 | grid-column-end: 2; 273 | grid-row-end: 2; 274 | } 275 | .w-embed:after { 276 | clear: both; 277 | } 278 | .w-video { 279 | width: 100%; 280 | position: relative; 281 | padding: 0; 282 | } 283 | .w-video iframe, 284 | .w-video object, 285 | .w-video embed { 286 | position: absolute; 287 | top: 0; 288 | left: 0; 289 | width: 100%; 290 | height: 100%; 291 | border: none; 292 | } 293 | fieldset { 294 | padding: 0; 295 | margin: 0; 296 | border: 0; 297 | } 298 | button, 299 | [type='button'], 300 | [type='reset'] { 301 | border: 0; 302 | cursor: pointer; 303 | -webkit-appearance: button; 304 | } 305 | .w-form { 306 | margin: 0 0 15px; 307 | } 308 | .w-form-done { 309 | display: none; 310 | padding: 20px; 311 | text-align: center; 312 | background-color: #dddddd; 313 | } 314 | .w-form-fail { 315 | display: none; 316 | margin-top: 10px; 317 | padding: 10px; 318 | background-color: #ffdede; 319 | } 320 | label { 321 | display: block; 322 | margin-bottom: 5px; 323 | font-weight: bold; 324 | } 325 | .w-input, 326 | .w-select { 327 | display: block; 328 | width: 100%; 329 | height: 38px; 330 | padding: 8px 12px; 331 | margin-bottom: 10px; 332 | font-size: 14px; 333 | line-height: 1.42857143; 334 | color: #333333; 335 | vertical-align: middle; 336 | background-color: #ffffff; 337 | border: 1px solid #cccccc; 338 | } 339 | .w-input:-moz-placeholder, 340 | .w-select:-moz-placeholder { 341 | color: #999; 342 | } 343 | .w-input::-moz-placeholder, 344 | .w-select::-moz-placeholder { 345 | color: #999; 346 | opacity: 1; 347 | } 348 | .w-input::-webkit-input-placeholder, 349 | .w-select::-webkit-input-placeholder { 350 | color: #999; 351 | } 352 | .w-input:focus, 353 | .w-select:focus { 354 | border-color: #3898EC; 355 | outline: 0; 356 | } 357 | .w-input[disabled], 358 | .w-select[disabled], 359 | .w-input[readonly], 360 | .w-select[readonly], 361 | fieldset[disabled] .w-input, 362 | fieldset[disabled] .w-select { 363 | cursor: not-allowed; 364 | } 365 | .w-input[disabled]:not(.w-input-disabled), 366 | .w-select[disabled]:not(.w-input-disabled), 367 | .w-input[readonly], 368 | .w-select[readonly], 369 | fieldset[disabled]:not(.w-input-disabled) .w-input, 370 | fieldset[disabled]:not(.w-input-disabled) .w-select { 371 | background-color: #eeeeee; 372 | } 373 | textarea.w-input, 374 | textarea.w-select { 375 | height: auto; 376 | } 377 | .w-select { 378 | background-color: #f3f3f3; 379 | } 380 | .w-select[multiple] { 381 | height: auto; 382 | } 383 | .w-form-label { 384 | display: inline-block; 385 | cursor: pointer; 386 | font-weight: normal; 387 | margin-bottom: 0px; 388 | } 389 | .w-radio { 390 | display: block; 391 | margin-bottom: 5px; 392 | padding-left: 20px; 393 | } 394 | .w-radio:before, 395 | .w-radio:after { 396 | content: " "; 397 | display: table; 398 | grid-column-start: 1; 399 | grid-row-start: 1; 400 | grid-column-end: 2; 401 | grid-row-end: 2; 402 | } 403 | .w-radio:after { 404 | clear: both; 405 | } 406 | .w-radio-input { 407 | margin: 4px 0 0; 408 | line-height: normal; 409 | float: left; 410 | margin-left: -20px; 411 | } 412 | .w-radio-input { 413 | margin-top: 3px; 414 | } 415 | .w-file-upload { 416 | display: block; 417 | margin-bottom: 10px; 418 | } 419 | .w-file-upload-input { 420 | width: 0.1px; 421 | height: 0.1px; 422 | opacity: 0; 423 | overflow: hidden; 424 | position: absolute; 425 | z-index: -100; 426 | } 427 | .w-file-upload-default, 428 | .w-file-upload-uploading, 429 | .w-file-upload-success { 430 | display: inline-block; 431 | color: #333333; 432 | } 433 | .w-file-upload-error { 434 | display: block; 435 | margin-top: 10px; 436 | } 437 | .w-file-upload-default.w-hidden, 438 | .w-file-upload-uploading.w-hidden, 439 | .w-file-upload-error.w-hidden, 440 | .w-file-upload-success.w-hidden { 441 | display: none; 442 | } 443 | .w-file-upload-uploading-btn { 444 | display: flex; 445 | font-size: 14px; 446 | font-weight: normal; 447 | cursor: pointer; 448 | margin: 0; 449 | padding: 8px 12px; 450 | border: 1px solid #cccccc; 451 | background-color: #fafafa; 452 | } 453 | .w-file-upload-file { 454 | display: flex; 455 | flex-grow: 1; 456 | justify-content: space-between; 457 | margin: 0; 458 | padding: 8px 9px 8px 11px; 459 | border: 1px solid #cccccc; 460 | background-color: #fafafa; 461 | } 462 | .w-file-upload-file-name { 463 | font-size: 14px; 464 | font-weight: normal; 465 | display: block; 466 | } 467 | .w-file-remove-link { 468 | margin-top: 3px; 469 | margin-left: 10px; 470 | width: auto; 471 | height: auto; 472 | padding: 3px; 473 | display: block; 474 | cursor: pointer; 475 | } 476 | .w-icon-file-upload-remove { 477 | margin: auto; 478 | font-size: 10px; 479 | } 480 | .w-file-upload-error-msg { 481 | display: inline-block; 482 | color: #ea384c; 483 | padding: 2px 0; 484 | } 485 | .w-file-upload-info { 486 | display: inline-block; 487 | line-height: 38px; 488 | padding: 0 12px; 489 | } 490 | .w-file-upload-label { 491 | display: inline-block; 492 | font-size: 14px; 493 | font-weight: normal; 494 | cursor: pointer; 495 | margin: 0; 496 | padding: 8px 12px; 497 | border: 1px solid #cccccc; 498 | background-color: #fafafa; 499 | } 500 | .w-icon-file-upload-icon, 501 | .w-icon-file-upload-uploading { 502 | display: inline-block; 503 | margin-right: 8px; 504 | width: 20px; 505 | } 506 | .w-icon-file-upload-uploading { 507 | height: 20px; 508 | } 509 | .w-container { 510 | margin-left: auto; 511 | margin-right: auto; 512 | max-width: 940px; 513 | } 514 | .w-container:before, 515 | .w-container:after { 516 | content: " "; 517 | display: table; 518 | grid-column-start: 1; 519 | grid-row-start: 1; 520 | grid-column-end: 2; 521 | grid-row-end: 2; 522 | } 523 | .w-container:after { 524 | clear: both; 525 | } 526 | .w-container .w-row { 527 | margin-left: -10px; 528 | margin-right: -10px; 529 | } 530 | .w-row:before, 531 | .w-row:after { 532 | content: " "; 533 | display: table; 534 | grid-column-start: 1; 535 | grid-row-start: 1; 536 | grid-column-end: 2; 537 | grid-row-end: 2; 538 | } 539 | .w-row:after { 540 | clear: both; 541 | } 542 | .w-row .w-row { 543 | margin-left: 0; 544 | margin-right: 0; 545 | } 546 | .w-col { 547 | position: relative; 548 | float: left; 549 | width: 100%; 550 | min-height: 1px; 551 | padding-left: 10px; 552 | padding-right: 10px; 553 | } 554 | .w-col .w-col { 555 | padding-left: 0; 556 | padding-right: 0; 557 | } 558 | .w-col-1 { 559 | width: 8.33333333%; 560 | } 561 | .w-col-2 { 562 | width: 16.66666667%; 563 | } 564 | .w-col-3 { 565 | width: 25%; 566 | } 567 | .w-col-4 { 568 | width: 33.33333333%; 569 | } 570 | .w-col-5 { 571 | width: 41.66666667%; 572 | } 573 | .w-col-6 { 574 | width: 50%; 575 | } 576 | .w-col-7 { 577 | width: 58.33333333%; 578 | } 579 | .w-col-8 { 580 | width: 66.66666667%; 581 | } 582 | .w-col-9 { 583 | width: 75%; 584 | } 585 | .w-col-10 { 586 | width: 83.33333333%; 587 | } 588 | .w-col-11 { 589 | width: 91.66666667%; 590 | } 591 | .w-col-12 { 592 | width: 100%; 593 | } 594 | .w-hidden-main { 595 | display: none !important; 596 | } 597 | @media screen and (max-width: 991px) { 598 | .w-container { 599 | max-width: 728px; 600 | } 601 | .w-hidden-main { 602 | display: inherit !important; 603 | } 604 | .w-hidden-medium { 605 | display: none !important; 606 | } 607 | .w-col-medium-1 { 608 | width: 8.33333333%; 609 | } 610 | .w-col-medium-2 { 611 | width: 16.66666667%; 612 | } 613 | .w-col-medium-3 { 614 | width: 25%; 615 | } 616 | .w-col-medium-4 { 617 | width: 33.33333333%; 618 | } 619 | .w-col-medium-5 { 620 | width: 41.66666667%; 621 | } 622 | .w-col-medium-6 { 623 | width: 50%; 624 | } 625 | .w-col-medium-7 { 626 | width: 58.33333333%; 627 | } 628 | .w-col-medium-8 { 629 | width: 66.66666667%; 630 | } 631 | .w-col-medium-9 { 632 | width: 75%; 633 | } 634 | .w-col-medium-10 { 635 | width: 83.33333333%; 636 | } 637 | .w-col-medium-11 { 638 | width: 91.66666667%; 639 | } 640 | .w-col-medium-12 { 641 | width: 100%; 642 | } 643 | .w-col-stack { 644 | width: 100%; 645 | left: auto; 646 | right: auto; 647 | } 648 | } 649 | @media screen and (max-width: 767px) { 650 | .w-hidden-main { 651 | display: inherit !important; 652 | } 653 | .w-hidden-medium { 654 | display: inherit !important; 655 | } 656 | .w-hidden-small { 657 | display: none !important; 658 | } 659 | .w-row, 660 | .w-container .w-row { 661 | margin-left: 0; 662 | margin-right: 0; 663 | } 664 | .w-col { 665 | width: 100%; 666 | left: auto; 667 | right: auto; 668 | } 669 | .w-col-small-1 { 670 | width: 8.33333333%; 671 | } 672 | .w-col-small-2 { 673 | width: 16.66666667%; 674 | } 675 | .w-col-small-3 { 676 | width: 25%; 677 | } 678 | .w-col-small-4 { 679 | width: 33.33333333%; 680 | } 681 | .w-col-small-5 { 682 | width: 41.66666667%; 683 | } 684 | .w-col-small-6 { 685 | width: 50%; 686 | } 687 | .w-col-small-7 { 688 | width: 58.33333333%; 689 | } 690 | .w-col-small-8 { 691 | width: 66.66666667%; 692 | } 693 | .w-col-small-9 { 694 | width: 75%; 695 | } 696 | .w-col-small-10 { 697 | width: 83.33333333%; 698 | } 699 | .w-col-small-11 { 700 | width: 91.66666667%; 701 | } 702 | .w-col-small-12 { 703 | width: 100%; 704 | } 705 | } 706 | @media screen and (max-width: 479px) { 707 | .w-container { 708 | max-width: none; 709 | } 710 | .w-hidden-main { 711 | display: inherit !important; 712 | } 713 | .w-hidden-medium { 714 | display: inherit !important; 715 | } 716 | .w-hidden-small { 717 | display: inherit !important; 718 | } 719 | .w-hidden-tiny { 720 | display: none !important; 721 | } 722 | .w-col { 723 | width: 100%; 724 | } 725 | .w-col-tiny-1 { 726 | width: 8.33333333%; 727 | } 728 | .w-col-tiny-2 { 729 | width: 16.66666667%; 730 | } 731 | .w-col-tiny-3 { 732 | width: 25%; 733 | } 734 | .w-col-tiny-4 { 735 | width: 33.33333333%; 736 | } 737 | .w-col-tiny-5 { 738 | width: 41.66666667%; 739 | } 740 | .w-col-tiny-6 { 741 | width: 50%; 742 | } 743 | .w-col-tiny-7 { 744 | width: 58.33333333%; 745 | } 746 | .w-col-tiny-8 { 747 | width: 66.66666667%; 748 | } 749 | .w-col-tiny-9 { 750 | width: 75%; 751 | } 752 | .w-col-tiny-10 { 753 | width: 83.33333333%; 754 | } 755 | .w-col-tiny-11 { 756 | width: 91.66666667%; 757 | } 758 | .w-col-tiny-12 { 759 | width: 100%; 760 | } 761 | } 762 | .w-widget { 763 | position: relative; 764 | } 765 | .w-widget-map { 766 | width: 100%; 767 | height: 400px; 768 | } 769 | .w-widget-map label { 770 | width: auto; 771 | display: inline; 772 | } 773 | .w-widget-map img { 774 | max-width: inherit; 775 | } 776 | .w-widget-map .gm-style-iw { 777 | text-align: center; 778 | } 779 | .w-widget-map .gm-style-iw > button { 780 | display: none !important; 781 | } 782 | .w-widget-twitter { 783 | overflow: hidden; 784 | } 785 | .w-widget-twitter-count-shim { 786 | display: inline-block; 787 | vertical-align: top; 788 | position: relative; 789 | width: 28px; 790 | height: 20px; 791 | text-align: center; 792 | background: white; 793 | border: #758696 solid 1px; 794 | border-radius: 3px; 795 | } 796 | .w-widget-twitter-count-shim * { 797 | pointer-events: none; 798 | -webkit-user-select: none; 799 | -moz-user-select: none; 800 | -ms-user-select: none; 801 | user-select: none; 802 | } 803 | .w-widget-twitter-count-shim .w-widget-twitter-count-inner { 804 | position: relative; 805 | font-size: 15px; 806 | line-height: 12px; 807 | text-align: center; 808 | color: #999; 809 | font-family: serif; 810 | } 811 | .w-widget-twitter-count-shim .w-widget-twitter-count-clear { 812 | position: relative; 813 | display: block; 814 | } 815 | .w-widget-twitter-count-shim.w--large { 816 | width: 36px; 817 | height: 28px; 818 | } 819 | .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner { 820 | font-size: 18px; 821 | line-height: 18px; 822 | } 823 | .w-widget-twitter-count-shim:not(.w--vertical) { 824 | margin-left: 5px; 825 | margin-right: 8px; 826 | } 827 | .w-widget-twitter-count-shim:not(.w--vertical).w--large { 828 | margin-left: 6px; 829 | } 830 | .w-widget-twitter-count-shim:not(.w--vertical):before, 831 | .w-widget-twitter-count-shim:not(.w--vertical):after { 832 | top: 50%; 833 | left: 0; 834 | border: solid transparent; 835 | content: ' '; 836 | height: 0; 837 | width: 0; 838 | position: absolute; 839 | pointer-events: none; 840 | } 841 | .w-widget-twitter-count-shim:not(.w--vertical):before { 842 | border-color: rgba(117, 134, 150, 0); 843 | border-right-color: #5d6c7b; 844 | border-width: 4px; 845 | margin-left: -9px; 846 | margin-top: -4px; 847 | } 848 | .w-widget-twitter-count-shim:not(.w--vertical).w--large:before { 849 | border-width: 5px; 850 | margin-left: -10px; 851 | margin-top: -5px; 852 | } 853 | .w-widget-twitter-count-shim:not(.w--vertical):after { 854 | border-color: rgba(255, 255, 255, 0); 855 | border-right-color: white; 856 | border-width: 4px; 857 | margin-left: -8px; 858 | margin-top: -4px; 859 | } 860 | .w-widget-twitter-count-shim:not(.w--vertical).w--large:after { 861 | border-width: 5px; 862 | margin-left: -9px; 863 | margin-top: -5px; 864 | } 865 | .w-widget-twitter-count-shim.w--vertical { 866 | width: 61px; 867 | height: 33px; 868 | margin-bottom: 8px; 869 | } 870 | .w-widget-twitter-count-shim.w--vertical:before, 871 | .w-widget-twitter-count-shim.w--vertical:after { 872 | top: 100%; 873 | left: 50%; 874 | border: solid transparent; 875 | content: ' '; 876 | height: 0; 877 | width: 0; 878 | position: absolute; 879 | pointer-events: none; 880 | } 881 | .w-widget-twitter-count-shim.w--vertical:before { 882 | border-color: rgba(117, 134, 150, 0); 883 | border-top-color: #5d6c7b; 884 | border-width: 5px; 885 | margin-left: -5px; 886 | } 887 | .w-widget-twitter-count-shim.w--vertical:after { 888 | border-color: rgba(255, 255, 255, 0); 889 | border-top-color: white; 890 | border-width: 4px; 891 | margin-left: -4px; 892 | } 893 | .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner { 894 | font-size: 18px; 895 | line-height: 22px; 896 | } 897 | .w-widget-twitter-count-shim.w--vertical.w--large { 898 | width: 76px; 899 | } 900 | .w-background-video { 901 | position: relative; 902 | overflow: hidden; 903 | height: 500px; 904 | color: white; 905 | } 906 | .w-background-video > video { 907 | background-size: cover; 908 | background-position: 50% 50%; 909 | position: absolute; 910 | margin: auto; 911 | width: 100%; 912 | height: 100%; 913 | right: -100%; 914 | bottom: -100%; 915 | top: -100%; 916 | left: -100%; 917 | object-fit: cover; 918 | z-index: -100; 919 | } 920 | .w-background-video > video::-webkit-media-controls-start-playback-button { 921 | display: none !important; 922 | -webkit-appearance: none; 923 | } 924 | .w-background-video--control { 925 | position: absolute; 926 | bottom: 1em; 927 | right: 1em; 928 | background-color: transparent; 929 | padding: 0; 930 | } 931 | .w-background-video--control > [hidden] { 932 | display: none !important; 933 | } 934 | .w-slider { 935 | position: relative; 936 | height: 300px; 937 | text-align: center; 938 | background: #dddddd; 939 | clear: both; 940 | -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 941 | tap-highlight-color: rgba(0, 0, 0, 0); 942 | } 943 | .w-slider-mask { 944 | position: relative; 945 | display: block; 946 | overflow: hidden; 947 | z-index: 1; 948 | left: 0; 949 | right: 0; 950 | height: 100%; 951 | white-space: nowrap; 952 | } 953 | .w-slide { 954 | position: relative; 955 | display: inline-block; 956 | vertical-align: top; 957 | width: 100%; 958 | height: 100%; 959 | white-space: normal; 960 | text-align: left; 961 | } 962 | .w-slider-nav { 963 | position: absolute; 964 | z-index: 2; 965 | top: auto; 966 | right: 0; 967 | bottom: 0; 968 | left: 0; 969 | margin: auto; 970 | padding-top: 10px; 971 | height: 40px; 972 | text-align: center; 973 | -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 974 | tap-highlight-color: rgba(0, 0, 0, 0); 975 | } 976 | .w-slider-nav.w-round > div { 977 | border-radius: 100%; 978 | } 979 | .w-slider-nav.w-num > div { 980 | width: auto; 981 | height: auto; 982 | padding: 0.2em 0.5em; 983 | font-size: inherit; 984 | line-height: inherit; 985 | } 986 | .w-slider-nav.w-shadow > div { 987 | box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); 988 | } 989 | .w-slider-nav-invert { 990 | color: #fff; 991 | } 992 | .w-slider-nav-invert > div { 993 | background-color: rgba(34, 34, 34, 0.4); 994 | } 995 | .w-slider-nav-invert > div.w-active { 996 | background-color: #222; 997 | } 998 | .w-slider-dot { 999 | position: relative; 1000 | display: inline-block; 1001 | width: 1em; 1002 | height: 1em; 1003 | background-color: rgba(255, 255, 255, 0.4); 1004 | cursor: pointer; 1005 | margin: 0 3px 0.5em; 1006 | transition: background-color 100ms, color 100ms; 1007 | } 1008 | .w-slider-dot.w-active { 1009 | background-color: #fff; 1010 | } 1011 | .w-slider-dot:focus { 1012 | outline: none; 1013 | box-shadow: 0px 0px 0px 2px #fff; 1014 | } 1015 | .w-slider-dot:focus.w-active { 1016 | box-shadow: none; 1017 | } 1018 | .w-slider-arrow-left, 1019 | .w-slider-arrow-right { 1020 | position: absolute; 1021 | width: 80px; 1022 | top: 0; 1023 | right: 0; 1024 | bottom: 0; 1025 | left: 0; 1026 | margin: auto; 1027 | cursor: pointer; 1028 | overflow: hidden; 1029 | color: white; 1030 | font-size: 40px; 1031 | -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 1032 | tap-highlight-color: rgba(0, 0, 0, 0); 1033 | -webkit-user-select: none; 1034 | -moz-user-select: none; 1035 | -ms-user-select: none; 1036 | user-select: none; 1037 | } 1038 | .w-slider-arrow-left [class^='w-icon-'], 1039 | .w-slider-arrow-right [class^='w-icon-'], 1040 | .w-slider-arrow-left [class*=' w-icon-'], 1041 | .w-slider-arrow-right [class*=' w-icon-'] { 1042 | position: absolute; 1043 | } 1044 | .w-slider-arrow-left:focus, 1045 | .w-slider-arrow-right:focus { 1046 | outline: 0; 1047 | } 1048 | .w-slider-arrow-left { 1049 | z-index: 3; 1050 | right: auto; 1051 | } 1052 | .w-slider-arrow-right { 1053 | z-index: 4; 1054 | left: auto; 1055 | } 1056 | .w-icon-slider-left, 1057 | .w-icon-slider-right { 1058 | top: 0; 1059 | right: 0; 1060 | bottom: 0; 1061 | left: 0; 1062 | margin: auto; 1063 | width: 1em; 1064 | height: 1em; 1065 | } 1066 | .w-slider-aria-label { 1067 | border: 0; 1068 | clip: rect(0 0 0 0); 1069 | height: 1px; 1070 | margin: -1px; 1071 | overflow: hidden; 1072 | padding: 0; 1073 | position: absolute; 1074 | width: 1px; 1075 | } 1076 | .w-slider-force-show { 1077 | display: block !important; 1078 | } 1079 | .w-dropdown { 1080 | display: inline-block; 1081 | position: relative; 1082 | text-align: left; 1083 | margin-left: auto; 1084 | margin-right: auto; 1085 | z-index: 900; 1086 | } 1087 | .w-dropdown-btn, 1088 | .w-dropdown-toggle, 1089 | .w-dropdown-link { 1090 | position: relative; 1091 | vertical-align: top; 1092 | text-decoration: none; 1093 | color: #222222; 1094 | padding: 20px; 1095 | text-align: left; 1096 | margin-left: auto; 1097 | margin-right: auto; 1098 | white-space: nowrap; 1099 | } 1100 | .w-dropdown-toggle { 1101 | -webkit-user-select: none; 1102 | -moz-user-select: none; 1103 | -ms-user-select: none; 1104 | user-select: none; 1105 | display: inline-block; 1106 | cursor: pointer; 1107 | padding-right: 40px; 1108 | } 1109 | .w-dropdown-toggle:focus { 1110 | outline: 0; 1111 | } 1112 | .w-icon-dropdown-toggle { 1113 | position: absolute; 1114 | top: 0; 1115 | right: 0; 1116 | bottom: 0; 1117 | margin: auto; 1118 | margin-right: 20px; 1119 | width: 1em; 1120 | height: 1em; 1121 | } 1122 | .w-dropdown-list { 1123 | position: absolute; 1124 | background: #dddddd; 1125 | display: none; 1126 | min-width: 100%; 1127 | } 1128 | .w-dropdown-list.w--open { 1129 | display: block; 1130 | } 1131 | .w-dropdown-link { 1132 | padding: 10px 20px; 1133 | display: block; 1134 | color: #222222; 1135 | } 1136 | .w-dropdown-link.w--current { 1137 | color: #0082f3; 1138 | } 1139 | .w-dropdown-link:focus { 1140 | outline: 0; 1141 | } 1142 | @media screen and (max-width: 767px) { 1143 | .w-nav-brand { 1144 | padding-left: 10px; 1145 | } 1146 | } 1147 | /** 1148 | * ## Note 1149 | * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well. 1150 | * For example percentage units do not work on descendants of elements that 1151 | * have any dimensions expressed in viewport units. It also doesn’t handle them at 1152 | * all in `calc()`. 1153 | */ 1154 | /** 1155 | * Wrapper around all lightbox elements 1156 | * 1157 | * 1. Since the lightbox can receive focus, IE also gives it an outline. 1158 | * 2. Fixes flickering on Chrome when a transition is in progress 1159 | * underneath the lightbox. 1160 | */ 1161 | .w-lightbox-backdrop { 1162 | cursor: auto; 1163 | font-style: normal; 1164 | letter-spacing: normal; 1165 | list-style: disc; 1166 | text-indent: 0; 1167 | text-shadow: none; 1168 | text-transform: none; 1169 | visibility: visible; 1170 | white-space: normal; 1171 | word-break: normal; 1172 | word-spacing: normal; 1173 | word-wrap: normal; 1174 | position: fixed; 1175 | top: 0; 1176 | right: 0; 1177 | bottom: 0; 1178 | left: 0; 1179 | color: #fff; 1180 | font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif; 1181 | font-size: 17px; 1182 | line-height: 1.2; 1183 | font-weight: 300; 1184 | text-align: center; 1185 | background: rgba(0, 0, 0, 0.9); 1186 | z-index: 2000; 1187 | outline: 0; 1188 | /* 1 */ 1189 | opacity: 0; 1190 | -webkit-user-select: none; 1191 | -moz-user-select: none; 1192 | -webkit-tap-highlight-color: transparent; 1193 | -webkit-transform: translate(0, 0); 1194 | /* 2 */ 1195 | } 1196 | /** 1197 | * Neat trick to bind the rubberband effect to our canvas instead of the whole 1198 | * document on iOS. It also prevents a bug that causes the document underneath to scroll. 1199 | */ 1200 | .w-lightbox-backdrop, 1201 | .w-lightbox-container { 1202 | height: 100%; 1203 | overflow: auto; 1204 | -webkit-overflow-scrolling: touch; 1205 | } 1206 | .w-lightbox-content { 1207 | position: relative; 1208 | height: 100vh; 1209 | overflow: hidden; 1210 | } 1211 | .w-lightbox-view { 1212 | position: absolute; 1213 | width: 100vw; 1214 | height: 100vh; 1215 | opacity: 0; 1216 | } 1217 | .w-lightbox-view:before { 1218 | content: ""; 1219 | height: 100vh; 1220 | } 1221 | /* .w-lightbox-content */ 1222 | .w-lightbox-group, 1223 | .w-lightbox-group .w-lightbox-view, 1224 | .w-lightbox-group .w-lightbox-view:before { 1225 | height: 86vh; 1226 | } 1227 | .w-lightbox-frame, 1228 | .w-lightbox-view:before { 1229 | display: inline-block; 1230 | vertical-align: middle; 1231 | } 1232 | /* 1233 | * 1. Remove default margin set by user-agent on the
element. 1234 | */ 1235 | .w-lightbox-figure { 1236 | position: relative; 1237 | margin: 0; 1238 | /* 1 */ 1239 | } 1240 | .w-lightbox-group .w-lightbox-figure { 1241 | cursor: pointer; 1242 | } 1243 | /** 1244 | * IE adds image dimensions as width and height attributes on the IMG tag, 1245 | * but we need both width and height to be set to auto to enable scaling. 1246 | */ 1247 | .w-lightbox-img { 1248 | width: auto; 1249 | height: auto; 1250 | max-width: none; 1251 | } 1252 | /** 1253 | * 1. Reset if style is set by user on "All Images" 1254 | */ 1255 | .w-lightbox-image { 1256 | display: block; 1257 | float: none; 1258 | /* 1 */ 1259 | max-width: 100vw; 1260 | max-height: 100vh; 1261 | } 1262 | .w-lightbox-group .w-lightbox-image { 1263 | max-height: 86vh; 1264 | } 1265 | .w-lightbox-caption { 1266 | position: absolute; 1267 | right: 0; 1268 | bottom: 0; 1269 | left: 0; 1270 | padding: 0.5em 1em; 1271 | background: rgba(0, 0, 0, 0.4); 1272 | text-align: left; 1273 | text-overflow: ellipsis; 1274 | white-space: nowrap; 1275 | overflow: hidden; 1276 | } 1277 | .w-lightbox-embed { 1278 | position: absolute; 1279 | top: 0; 1280 | right: 0; 1281 | bottom: 0; 1282 | left: 0; 1283 | width: 100%; 1284 | height: 100%; 1285 | } 1286 | .w-lightbox-control { 1287 | position: absolute; 1288 | top: 0; 1289 | width: 4em; 1290 | background-size: 24px; 1291 | background-repeat: no-repeat; 1292 | background-position: center; 1293 | cursor: pointer; 1294 | -webkit-transition: all 0.3s; 1295 | transition: all 0.3s; 1296 | } 1297 | .w-lightbox-left { 1298 | display: none; 1299 | bottom: 0; 1300 | left: 0; 1301 | /* */ 1302 | background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); 1303 | } 1304 | .w-lightbox-right { 1305 | display: none; 1306 | right: 0; 1307 | bottom: 0; 1308 | /* */ 1309 | background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); 1310 | } 1311 | /* 1312 | * Without specifying the with and height inside the SVG, all versions of IE render the icon too small. 1313 | * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows. 1314 | * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer) 1315 | */ 1316 | .w-lightbox-close { 1317 | right: 0; 1318 | height: 2.6em; 1319 | /* */ 1320 | background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4="); 1321 | background-size: 18px; 1322 | } 1323 | /** 1324 | * 1. All IE versions add extra space at the bottom without this. 1325 | */ 1326 | .w-lightbox-strip { 1327 | position: absolute; 1328 | bottom: 0; 1329 | left: 0; 1330 | right: 0; 1331 | padding: 0 1vh; 1332 | line-height: 0; 1333 | /* 1 */ 1334 | white-space: nowrap; 1335 | overflow-x: auto; 1336 | overflow-y: hidden; 1337 | } 1338 | /* 1339 | * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)` 1340 | * which doesn’t work in Safari anyway. 1341 | * 2. Chrome renders images pixelated when switching to GPU. Making sure 1342 | * the parent is also rendered on the GPU (by setting translate3d for 1343 | * example) fixes this behavior. 1344 | */ 1345 | .w-lightbox-item { 1346 | display: inline-block; 1347 | width: 10vh; 1348 | padding: 2vh 1vh; 1349 | box-sizing: content-box; 1350 | /* 1 */ 1351 | cursor: pointer; 1352 | -webkit-transform: translate3d(0, 0, 0); 1353 | /* 2 */ 1354 | } 1355 | .w-lightbox-active { 1356 | opacity: 0.3; 1357 | } 1358 | .w-lightbox-thumbnail { 1359 | position: relative; 1360 | height: 10vh; 1361 | background: #222; 1362 | overflow: hidden; 1363 | } 1364 | .w-lightbox-thumbnail-image { 1365 | position: absolute; 1366 | top: 0; 1367 | left: 0; 1368 | } 1369 | .w-lightbox-thumbnail .w-lightbox-tall { 1370 | top: 50%; 1371 | width: 100%; 1372 | -webkit-transform: translate(0, -50%); 1373 | transform: translate(0, -50%); 1374 | } 1375 | .w-lightbox-thumbnail .w-lightbox-wide { 1376 | left: 50%; 1377 | height: 100%; 1378 | -webkit-transform: translate(-50%, 0); 1379 | transform: translate(-50%, 0); 1380 | } 1381 | /* 1382 | * Spinner 1383 | * 1384 | * Absolute pixel values are used to avoid rounding errors that would cause 1385 | * the white spinning element to be misaligned with the track. 1386 | */ 1387 | .w-lightbox-spinner { 1388 | position: absolute; 1389 | top: 50%; 1390 | left: 50%; 1391 | box-sizing: border-box; 1392 | width: 40px; 1393 | height: 40px; 1394 | margin-top: -20px; 1395 | margin-left: -20px; 1396 | border: 5px solid rgba(0, 0, 0, 0.4); 1397 | border-radius: 50%; 1398 | -webkit-animation: spin 0.8s infinite linear; 1399 | animation: spin 0.8s infinite linear; 1400 | } 1401 | .w-lightbox-spinner:after { 1402 | content: ""; 1403 | position: absolute; 1404 | top: -4px; 1405 | right: -4px; 1406 | bottom: -4px; 1407 | left: -4px; 1408 | border: 3px solid transparent; 1409 | border-bottom-color: #fff; 1410 | border-radius: 50%; 1411 | } 1412 | /* 1413 | * Utility classes 1414 | */ 1415 | .w-lightbox-hide { 1416 | display: none; 1417 | } 1418 | .w-lightbox-noscroll { 1419 | overflow: hidden; 1420 | } 1421 | @media (min-width: 768px) { 1422 | .w-lightbox-content { 1423 | height: 96vh; 1424 | margin-top: 2vh; 1425 | } 1426 | .w-lightbox-view, 1427 | .w-lightbox-view:before { 1428 | height: 96vh; 1429 | } 1430 | /* .w-lightbox-content */ 1431 | .w-lightbox-group, 1432 | .w-lightbox-group .w-lightbox-view, 1433 | .w-lightbox-group .w-lightbox-view:before { 1434 | height: 84vh; 1435 | } 1436 | .w-lightbox-image { 1437 | max-width: 96vw; 1438 | max-height: 96vh; 1439 | } 1440 | .w-lightbox-group .w-lightbox-image { 1441 | max-width: 82.3vw; 1442 | max-height: 84vh; 1443 | } 1444 | .w-lightbox-left, 1445 | .w-lightbox-right { 1446 | display: block; 1447 | opacity: 0.5; 1448 | } 1449 | .w-lightbox-close { 1450 | opacity: 0.8; 1451 | } 1452 | .w-lightbox-control:hover { 1453 | opacity: 1; 1454 | } 1455 | } 1456 | .w-lightbox-inactive, 1457 | .w-lightbox-inactive:hover { 1458 | opacity: 0; 1459 | } 1460 | .w-richtext:before, 1461 | .w-richtext:after { 1462 | content: " "; 1463 | display: table; 1464 | grid-column-start: 1; 1465 | grid-row-start: 1; 1466 | grid-column-end: 2; 1467 | grid-row-end: 2; 1468 | } 1469 | .w-richtext:after { 1470 | clear: both; 1471 | } 1472 | .w-richtext[contenteditable="true"]:before, 1473 | .w-richtext[contenteditable="true"]:after { 1474 | white-space: initial; 1475 | } 1476 | .w-richtext ol, 1477 | .w-richtext ul { 1478 | overflow: hidden; 1479 | } 1480 | .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, 1481 | .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after { 1482 | outline: 2px solid #2895f7; 1483 | } 1484 | .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, 1485 | .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div { 1486 | outline: 2px solid #2895f7; 1487 | } 1488 | .w-richtext figure.w-richtext-figure-type-video > div:after, 1489 | .w-richtext figure[data-rt-type="video"] > div:after { 1490 | content: ''; 1491 | position: absolute; 1492 | display: none; 1493 | left: 0; 1494 | top: 0; 1495 | right: 0; 1496 | bottom: 0; 1497 | } 1498 | .w-richtext figure { 1499 | position: relative; 1500 | max-width: 60%; 1501 | } 1502 | .w-richtext figure > div:before { 1503 | cursor: default!important; 1504 | } 1505 | .w-richtext figure img { 1506 | width: 100%; 1507 | } 1508 | .w-richtext figure figcaption.w-richtext-figcaption-placeholder { 1509 | opacity: 0.6; 1510 | } 1511 | .w-richtext figure div { 1512 | /* fix incorrectly sized selection border in the data manager */ 1513 | font-size: 0px; 1514 | color: transparent; 1515 | } 1516 | .w-richtext figure.w-richtext-figure-type-image, 1517 | .w-richtext figure[data-rt-type="image"] { 1518 | display: table; 1519 | } 1520 | .w-richtext figure.w-richtext-figure-type-image > div, 1521 | .w-richtext figure[data-rt-type="image"] > div { 1522 | display: inline-block; 1523 | } 1524 | .w-richtext figure.w-richtext-figure-type-image > figcaption, 1525 | .w-richtext figure[data-rt-type="image"] > figcaption { 1526 | display: table-caption; 1527 | caption-side: bottom; 1528 | } 1529 | .w-richtext figure.w-richtext-figure-type-video, 1530 | .w-richtext figure[data-rt-type="video"] { 1531 | width: 60%; 1532 | height: 0; 1533 | } 1534 | .w-richtext figure.w-richtext-figure-type-video iframe, 1535 | .w-richtext figure[data-rt-type="video"] iframe { 1536 | position: absolute; 1537 | top: 0; 1538 | left: 0; 1539 | width: 100%; 1540 | height: 100%; 1541 | } 1542 | .w-richtext figure.w-richtext-figure-type-video > div, 1543 | .w-richtext figure[data-rt-type="video"] > div { 1544 | width: 100%; 1545 | } 1546 | .w-richtext figure.w-richtext-align-center { 1547 | margin-right: auto; 1548 | margin-left: auto; 1549 | clear: both; 1550 | } 1551 | .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, 1552 | .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div { 1553 | max-width: 100%; 1554 | } 1555 | .w-richtext figure.w-richtext-align-normal { 1556 | clear: both; 1557 | } 1558 | .w-richtext figure.w-richtext-align-fullwidth { 1559 | width: 100%; 1560 | max-width: 100%; 1561 | text-align: center; 1562 | clear: both; 1563 | display: block; 1564 | margin-right: auto; 1565 | margin-left: auto; 1566 | } 1567 | .w-richtext figure.w-richtext-align-fullwidth > div { 1568 | display: inline-block; 1569 | /* padding-bottom is used for aspect ratios in video figures 1570 | we want the div to inherit that so hover/selection borders in the designer-canvas 1571 | fit right*/ 1572 | padding-bottom: inherit; 1573 | } 1574 | .w-richtext figure.w-richtext-align-fullwidth > figcaption { 1575 | display: block; 1576 | } 1577 | .w-richtext figure.w-richtext-align-floatleft { 1578 | float: left; 1579 | margin-right: 15px; 1580 | clear: none; 1581 | } 1582 | .w-richtext figure.w-richtext-align-floatright { 1583 | float: right; 1584 | margin-left: 15px; 1585 | clear: none; 1586 | } 1587 | .w-nav { 1588 | position: relative; 1589 | background: #dddddd; 1590 | z-index: 1000; 1591 | } 1592 | .w-nav:before, 1593 | .w-nav:after { 1594 | content: " "; 1595 | display: table; 1596 | grid-column-start: 1; 1597 | grid-row-start: 1; 1598 | grid-column-end: 2; 1599 | grid-row-end: 2; 1600 | } 1601 | .w-nav:after { 1602 | clear: both; 1603 | } 1604 | .w-nav-brand { 1605 | position: relative; 1606 | float: left; 1607 | text-decoration: none; 1608 | color: #333333; 1609 | } 1610 | .w-nav-link { 1611 | position: relative; 1612 | display: inline-block; 1613 | vertical-align: top; 1614 | text-decoration: none; 1615 | color: #222222; 1616 | padding: 20px; 1617 | text-align: left; 1618 | margin-left: auto; 1619 | margin-right: auto; 1620 | } 1621 | .w-nav-link.w--current { 1622 | color: #0082f3; 1623 | } 1624 | .w-nav-menu { 1625 | position: relative; 1626 | float: right; 1627 | } 1628 | [data-nav-menu-open] { 1629 | display: block !important; 1630 | position: absolute; 1631 | top: 100%; 1632 | left: 0; 1633 | right: 0; 1634 | background: #C8C8C8; 1635 | text-align: center; 1636 | overflow: visible; 1637 | min-width: 200px; 1638 | } 1639 | .w--nav-link-open { 1640 | display: block; 1641 | position: relative; 1642 | } 1643 | .w-nav-overlay { 1644 | position: absolute; 1645 | overflow: hidden; 1646 | display: none; 1647 | top: 100%; 1648 | left: 0; 1649 | right: 0; 1650 | width: 100%; 1651 | } 1652 | .w-nav-overlay [data-nav-menu-open] { 1653 | top: 0; 1654 | } 1655 | .w-nav[data-animation="over-left"] .w-nav-overlay { 1656 | width: auto; 1657 | } 1658 | .w-nav[data-animation="over-left"] .w-nav-overlay, 1659 | .w-nav[data-animation="over-left"] [data-nav-menu-open] { 1660 | right: auto; 1661 | z-index: 1; 1662 | top: 0; 1663 | } 1664 | .w-nav[data-animation="over-right"] .w-nav-overlay { 1665 | width: auto; 1666 | } 1667 | .w-nav[data-animation="over-right"] .w-nav-overlay, 1668 | .w-nav[data-animation="over-right"] [data-nav-menu-open] { 1669 | left: auto; 1670 | z-index: 1; 1671 | top: 0; 1672 | } 1673 | .w-nav-button { 1674 | position: relative; 1675 | float: right; 1676 | padding: 18px; 1677 | font-size: 24px; 1678 | display: none; 1679 | cursor: pointer; 1680 | -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 1681 | tap-highlight-color: rgba(0, 0, 0, 0); 1682 | -webkit-user-select: none; 1683 | -moz-user-select: none; 1684 | -ms-user-select: none; 1685 | user-select: none; 1686 | } 1687 | .w-nav-button:focus { 1688 | outline: 0; 1689 | } 1690 | .w-nav-button.w--open { 1691 | background-color: #C8C8C8; 1692 | color: white; 1693 | } 1694 | .w-nav[data-collapse="all"] .w-nav-menu { 1695 | display: none; 1696 | } 1697 | .w-nav[data-collapse="all"] .w-nav-button { 1698 | display: block; 1699 | } 1700 | .w--nav-dropdown-open { 1701 | display: block; 1702 | } 1703 | .w--nav-dropdown-toggle-open { 1704 | display: block; 1705 | } 1706 | .w--nav-dropdown-list-open { 1707 | position: static; 1708 | } 1709 | @media screen and (max-width: 991px) { 1710 | .w-nav[data-collapse="medium"] .w-nav-menu { 1711 | display: none; 1712 | } 1713 | .w-nav[data-collapse="medium"] .w-nav-button { 1714 | display: block; 1715 | } 1716 | } 1717 | @media screen and (max-width: 767px) { 1718 | .w-nav[data-collapse="small"] .w-nav-menu { 1719 | display: none; 1720 | } 1721 | .w-nav[data-collapse="small"] .w-nav-button { 1722 | display: block; 1723 | } 1724 | .w-nav-brand { 1725 | padding-left: 10px; 1726 | } 1727 | } 1728 | @media screen and (max-width: 479px) { 1729 | .w-nav[data-collapse="tiny"] .w-nav-menu { 1730 | display: none; 1731 | } 1732 | .w-nav[data-collapse="tiny"] .w-nav-button { 1733 | display: block; 1734 | } 1735 | } 1736 | .w-tabs { 1737 | position: relative; 1738 | } 1739 | .w-tabs:before, 1740 | .w-tabs:after { 1741 | content: " "; 1742 | display: table; 1743 | grid-column-start: 1; 1744 | grid-row-start: 1; 1745 | grid-column-end: 2; 1746 | grid-row-end: 2; 1747 | } 1748 | .w-tabs:after { 1749 | clear: both; 1750 | } 1751 | .w-tab-menu { 1752 | position: relative; 1753 | } 1754 | .w-tab-link { 1755 | position: relative; 1756 | display: inline-block; 1757 | vertical-align: top; 1758 | text-decoration: none; 1759 | padding: 9px 30px; 1760 | text-align: left; 1761 | cursor: pointer; 1762 | color: #222222; 1763 | background-color: #dddddd; 1764 | } 1765 | .w-tab-link.w--current { 1766 | background-color: #C8C8C8; 1767 | } 1768 | .w-tab-link:focus { 1769 | outline: 0; 1770 | } 1771 | .w-tab-content { 1772 | position: relative; 1773 | display: block; 1774 | overflow: hidden; 1775 | } 1776 | .w-tab-pane { 1777 | position: relative; 1778 | display: none; 1779 | } 1780 | .w--tab-active { 1781 | display: block; 1782 | } 1783 | @media screen and (max-width: 479px) { 1784 | .w-tab-link { 1785 | display: block; 1786 | } 1787 | } 1788 | .w-ix-emptyfix:after { 1789 | content: ""; 1790 | } 1791 | @keyframes spin { 1792 | 0% { 1793 | transform: rotate(0deg); 1794 | } 1795 | 100% { 1796 | transform: rotate(360deg); 1797 | } 1798 | } 1799 | .w-dyn-empty { 1800 | padding: 10px; 1801 | background-color: #dddddd; 1802 | } 1803 | .w-dyn-hide { 1804 | display: none !important; 1805 | } 1806 | .w-dyn-bind-empty { 1807 | display: none !important; 1808 | } 1809 | .w-condition-invisible { 1810 | display: none !important; 1811 | } 1812 | .wf-layout-layout { 1813 | display: grid; 1814 | } 1815 | -------------------------------------------------------------------------------- /src/html/terms-conditions.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Terms & Conditions 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 18 | 20 | 21 | 22 | 23 | 24 | 25 |
26 |
27 |
TERMS & CONDITIONS
28 |
29 |
Highlights wallets based on their participation in scams, rugpulls, phishing, 30 | exploitation & proximity and interaction with threat actors.
31 |
32 |
33 |
34 |
35 |
36 |
TERMS AND CONDITIONS
37 |
Last updated 05-Oct-2022

TABLE OF CONTENTS
1. AGREEMENT TO TERMS 38 |
2. INTELLECTUAL PROPERTY RIGHTS
3. USER REPRESENTATIONS
4. USER REGISTRATION
5. PROHIBITED 39 | ACTIVITIES
6. USER GENERATED CONTRIBUTIONS
7. CONTRIBUTION LICENSE
8. THIRD-PARTY ACCOUNTS
9. 40 | SUBMISSIONS
10. THIRD-PARTY WEBSITE AND CONTENT
11. SITE MANAGEMENT
12. PRIVACY POLICY
13. 41 | TERM AND TERMINATION
14. MODIFICATIONS AND INTERRUPTIONS
15. GOVERNING LAW
16. DISPUTE RESOLUTION 42 |
17. CORRECTIONS
18. DISCLAIMER
19. LIMITATIONS OF LIABILITY
20. INDEMNIFICATION
21. USER 43 | DATA
22. ELECTRONIC COMMUNICATIONS, TRANSACTIONS, AND SIGNATURES
23. CALIFORNIA USERS AND RESIDENTS 44 |
24. MISCELLANEOUS
25. CONTACT US

1. AGREEMENT TO TERMS

These Terms of Use constitute a 45 | legally binding agreement made between you, whether personally or on behalf of an entity (“you”) and Wallet 46 | Highlighter ("Company," “we," “us," or “our”), concerning your access to and use of the 47 | wallethighlighter.com website as well as any other media form, media channel, mobile website 48 | or mobile application related, linked, or otherwise connected thereto (collectively, the “Site”). We are 49 | registered in England and have our registered office at 6 South Molton Street, London, London W1K 5QF. You 50 | agree that by accessing the Site, you have read, understood, and agreed to be bound by all of these Terms of 51 | Use. IF YOU DO NOT AGREE WITH ALL OF THESE TERMS OF USE, THEN YOU ARE EXPRESSLY PROHIBITED FROM USING THE SITE 52 | AND YOU MUST DISCONTINUE USE IMMEDIATELY.
Supplemental terms and conditions or documents that may be posted 53 | on the Site from time to time are hereby expressly incorporated herein by reference. We reserve the right, in 54 | our sole discretion, to make changes or modifications to these Terms of Use from time to time. We will alert 55 | you about any changes by updating the “Last updated” date of these Terms of Use, and you waive any right to 56 | receive specific notice of each such change. Please ensure that you check the applicable Terms every time you 57 | use our Site so that you understand which Terms apply. You will be subject to, and will be deemed to have been 58 | made aware of and to have accepted, the changes in any revised Terms of Use by your continued use of the Site 59 | after the date such revised Terms of Use are posted.

The information provided on the Site is not 60 | intended for distribution to or use by any person or entity in any jurisdiction or country where such 61 | distribution or use would be contrary to law or regulation or which would subject us to any registration 62 | requirement within such jurisdiction or country. Accordingly, those persons who choose to access the Site from 63 | other locations do so on their own initiative and are solely responsible for compliance with local laws, if 64 | and to the extent local laws are applicable.

The Site is not tailored to comply with industry-specific 65 | regulations (Health Insurance Portability and Accountability Act (HIPAA), Federal Information Security 66 | Management Act (FISMA), etc.), so if your interactions would be subjected to such laws, you may not use this 67 | Site. You may not use the Site in a way that would violate the Gramm-Leach-Bliley Act (GLBA).

The Site 68 | is intended for users who are at least 18 years old. Persons under the age of 18 are not permitted to use or 69 | register for the Site.

2. INTELLECTUAL PROPERTY RIGHTS

Unless otherwise indicated, the Site is 70 | our proprietary property and all source code, databases, functionality, software, website designs, audio, 71 | video, text, photographs, and graphics on the Site (collectively, the “Content”) and the trademarks, service 72 | marks, and logos contained therein (the “Marks”) are owned or controlled by us or licensed to us, and are 73 | protected by copyright and trademark laws and various other intellectual property rights and unfair 74 | competition laws of the United States, international copyright laws, and international conventions. The 75 | Content and the Marks are provided on the Site “AS IS” for your information and personal use only. Except as 76 | expressly provided in these Terms of Use, no part of the Site and no Content or Marks may be copied, 77 | reproduced, aggregated, republished, uploaded, posted, publicly displayed, encoded, translated, transmitted, 78 | distributed, sold, licensed, or otherwise exploited for any commercial purpose whatsoever, without our express 79 | prior written permission.

Provided that you are eligible to use the Site, you are granted a limited 80 | license to access and use the Site and to download or print a copy of any portion of the Content to which you 81 | have properly gained access solely for your personal, non-commercial use. We reserve all rights not expressly 82 | granted to you in and to the Site, the Content and the Marks.

3. USER REPRESENTATIONS

By using 83 | the Site, you represent and warrant that: (1) all registration information you submit will be true, accurate, 84 | current, and complete; (2) you will maintain the accuracy of such information and promptly update such 85 | registration information as necessary; (3) you have the legal capacity and you agree to comply with these 86 | Terms of Use; (4) you are not a minor in the jurisdiction in which you reside; (5) you will not access the 87 | Site through automated or non-human means, whether through a bot, script, or otherwise; (6) you will not use 88 | the Site for any illegal or unauthorized purpose; and (7) your use of the Site will not violate any applicable 89 | law or regulation.

If you provide any information that is untrue, inaccurate, not current, or 90 | incomplete, we have the right to suspend or terminate your account and refuse any and all current or future 91 | use of the Site (or any portion thereof).

4. USER REGISTRATION

We reserve the right to remove, 92 | reclaim, or change a username you select if we determine, in our sole discretion, that such username is 93 | inappropriate, obscene, or otherwise objectionable.

5. PROHIBITED ACTIVITIES

You may not access 94 | or use the Site for any purpose other than that for which we make the Site available. The Site may not be used 95 | in connection with any commercial endeavors except those that are specifically endorsed or approved by 96 | us.

As a user of the Site, you agree not to:

- Systematically retrieve data or other content 97 | from the Site to create or compile, directly or indirectly, a collection, compilation, database, or directory 98 | without written permission from us.
- Trick, defraud, or mislead us and other users, especially in any 99 | attempt to learn sensitive account information such as user passwords.
- Circumvent, disable, or otherwise 100 | interfere with security-related features of the Site, including features that prevent or restrict the use or 101 | copying of any Content or enforce limitations on the use of the Site and/or the Content contained 102 | therein.
- Disparage, tarnish, or otherwise harm, in our opinion, us and/or the Site.
- Use any 103 | information obtained from the Site in order to harass, abuse, or harm another person.
- Make improper use 104 | of our support services or submit false reports of abuse or misconduct.
- Use the Site in a manner 105 | inconsistent with any applicable laws or regulations.
- Engage in unauthorized framing of or linking to the 106 | Site.
- Upload or transmit (or attempt to upload or to transmit) viruses, Trojan horses, or other material, 107 | including excessive use of capital letters and spamming (continuous posting of repetitive text), that 108 | interferes with any party’s uninterrupted use and enjoyment of the Site or modifies, impairs, disrupts, 109 | alters, or interferes with the use, features, functions, operation, or maintenance of the Site.
- Engage in 110 | any automated use of the system, such as using scripts to send comments or messages, or using any data mining, 111 | robots, or similar data gathering and extraction tools.
- Delete the copyright or other proprietary rights 112 | notice from any Content.
- Attempt to impersonate another user or person or use the username of another 113 | user.
- Upload or transmit (or attempt to upload or to transmit) any material that acts as a passive or 114 | active information collection or transmission mechanism, including without limitation, clear graphics 115 | interchange formats (“gifs”), 1×1 pixels, web bugs, cookies, or other similar devices (sometimes referred to 116 | as “spyware” or “passive collection mechanisms” or “pcms”).
- Interfere with, disrupt, or create an undue 117 | burden on the Site or the networks or services connected to the Site.
- Harass, annoy, intimidate, or 118 | threaten any of our employees or agents engaged in providing any portion of the Site to you.
- Attempt to 119 | bypass any measures of the Site designed to prevent or restrict access to the Site, or any portion of the 120 | Site.
- Copy or adapt the Site’s software, including but not limited to Flash, PHP, HTML, JavaScript, or 121 | other code.
- Except as permitted by applicable law, decipher, decompile, disassemble, or reverse engineer 122 | any of the software comprising or in any way making up a part of the Site.
- Except as may be the result of 123 | standard search engine or Internet browser usage, use, launch, develop, or distribute any automated system, 124 | including without limitation, any spider, robot, cheat utility, scraper, or offline reader that accesses the 125 | Site, or using or launching any unauthorized script or other software.
- Use a buying agent or purchasing 126 | agent to make purchases on the Site.
- Make any unauthorized use of the Site, including collecting 127 | usernames and/or email addresses of users by electronic or other means for the purpose of sending unsolicited 128 | email, or creating user accounts by automated means or under false pretenses.
- Use the Site as part of any 129 | effort to compete with us or otherwise use the Site and/or the Content for any revenue-generating endeavor or 130 | commercial enterprise.

6. USER GENERATED CONTRIBUTIONS

The Site may invite you to chat, 131 | contribute to, or participate in blogs, message boards, online forums, and other functionality, and may 132 | provide you with the opportunity to create, submit, post, display, transmit, perform, publish, distribute, or 133 | broadcast content and materials to us or on the Site, including but not limited to text, writings, video, 134 | audio, photographs, graphics, comments, suggestions, or personal information or other material (collectively, 135 | "Contributions"). Contributions may be viewable by other users of the Site and through third-party 136 | websites. As such, any Contributions you transmit may be treated as non-confidential and non-proprietary. When 137 | you create or make available any Contributions, you thereby represent and warrant that:

- The creation, 138 | distribution, transmission, public display, or performance, and the accessing, downloading, or copying of your 139 | Contributions do not and will not infringe the proprietary rights, including but not limited to the copyright, 140 | patent, trademark, trade secret, or moral rights of any third party.
- You are the creator and owner of or 141 | have the necessary licenses, rights, consents, releases, and permissions to use and to authorize us, the Site, 142 | and other users of the Site to use your Contributions in any manner contemplated by the Site and these Terms 143 | of Use.
- You have the written consent, release, and/or permission of each and every identifiable 144 | individual person in your Contributions to use the name or likeness of each and every such identifiable 145 | individual person to enable inclusion and use of your Contributions in any manner contemplated by the Site and 146 | these Terms of Use.
- Your Contributions are not false, inaccurate, or misleading.
- Your Contributions 147 | are not unsolicited or unauthorized advertising, promotional materials, pyramid schemes, chain letters, spam, 148 | mass mailings, or other forms of solicitation.
- Your Contributions are not obscene, lewd, lascivious, 149 | filthy, violent, harassing, libelous, slanderous, or otherwise objectionable (as determined by us).
- Your 150 | Contributions do not ridicule, mock, disparage, intimidate, or abuse anyone.
- Your Contributions are not 151 | used to harass or threaten (in the legal sense of those terms) any other person and to promote violence 152 | against a specific person or class of people.
- Your Contributions do not violate any applicable law, 153 | regulation, or rule.
- Your Contributions do not violate the privacy or publicity rights of any third 154 | party.
- Your Contributions do not violate any applicable law concerning child pornography, or otherwise 155 | intended to protect the health or well-being of minors.
- Your Contributions do not include any offensive 156 | comments that are connected to race, national origin, gender, sexual preference, or physical handicap.
- 157 | Your Contributions do not otherwise violate, or link to material that violates, any provision of these Terms 158 | of Use, or any applicable law or regulation.Any use of the Site in violation of the foregoing violates these 159 | Terms of Use and may result in, among other things, termination or suspension of your rights to use the 160 | Site.

7. CONTRIBUTION LICENSE

By posting your Contributions to any part of the Site or making 161 | Contributions accessible to the Site by linking your account from the Site to any of your social networking 162 | accounts, you automatically grant, and you represent and warrant that you have the right to grant, to us an 163 | unrestricted, unlimited, irrevocable, perpetual, non-exclusive, transferable, royalty-free, fully-paid, 164 | worldwide right, and license to host, use, copy, reproduce, disclose, sell, resell, publish, broadcast, 165 | retitle, archive, store, cache, publicly perform, publicly display, reformat, translate, transmit, excerpt (in 166 | whole or in part), and distribute such Contributions (including, without limitation, your image and voice) for 167 | any purpose, commercial, advertising, or otherwise, and to prepare derivative works of, or incorporate into 168 | other works, such Contributions, and grant and authorize sublicenses of the foregoing. The use and 169 | distribution may occur in any media formats and through any media channels.

This license will apply to 170 | any form, media, or technology now known or hereafter developed, and includes our use of your name, company 171 | name, and franchise name, as applicable, and any of the trademarks, service marks, trade names, logos, and 172 | personal and commercial images you provide. You waive all moral rights in your Contributions, and you warrant 173 | that moral rights have not otherwise been asserted in your Contributions.

We do not assert any 174 | ownership over your Contributions. You retain full ownership of all of your Contributions and any intellectual 175 | property rights or other proprietary rights associated with your Contributions. We are not liable for any 176 | statements or representations in your Contributions provided by you in any area on the Site. You are solely 177 | responsible for your Contributions to the Site and you expressly agree to exonerate us from any and all 178 | responsibility and to refrain from any legal action against us regarding your Contributions.
We have the 179 | right, in our sole and absolute discretion, (1) to edit, redact, or otherwise change any Contributions; (2) to 180 | re-categorize any Contributions to place them in more appropriate locations on the Site; and (3) to pre-screen 181 | or delete any Contributions at any time and for any reason, without notice. We have no obligation to monitor 182 | your Contributions.

8. Third-Party Accounts

As part of the functionality of the Site, you may 183 | link your account with online accounts you have with third-party service providers (each such account, a 184 | “Third-Party Account”) by either: (1) providing your Third-Party Account login information through the Site; 185 | or (2) allowing us to access your Third-Party Account, as is permitted under the applicable terms and 186 | conditions that govern your use of each Third-Party Account. You represent and warrant that you are entitled 187 | to disclose your Third-Party Account login information to us and/or grant us access to your Third-Party 188 | Account, without breach by you of any of the terms and conditions that govern your use of the applicable 189 | Third-Party Account, and without obligating us to pay any fees or making us subject to any usage limitations 190 | imposed by the third-party service provider of the Third-Party Account. By granting us access to any 191 | Third-Party Accounts, you understand that (1) we may access, make available, and store (if applicable) any 192 | content that you have provided to and stored in your Third-Party Account (the “ Content”) so that it is 193 | available on and through the Site via your account. Depending on the Third-Party Accounts you choose and 194 | subject to the privacy settings that you have set in such Third-Party Accounts, personally identifiable 195 | information that you post to your Third-Party Accounts may be available on and through your account on the 196 | Site. Please note that if a Third-Party Account or associated service becomes unavailable or our access to 197 | such Third Party Account is terminated by the third-party service provider, then Content may no longer be 198 | available on and through the Site. You will have the ability to disable the connection between your account on 199 | the Site and your Third-Party Accounts at any time. PLEASE NOTE THAT YOUR RELATIONSHIP WITH THE THIRD-PARTY 200 | SERVICE PROVIDERS ASSOCIATED WITH YOUR THIRD-PARTY ACCOUNTS IS GOVERNED SOLELY BY YOUR AGREEMENT(S) WITH SUCH 201 | THIRD-PARTY SERVICE PROVIDERS. We make no effort to review any Content for any purpose, including but not 202 | limited to, for accuracy, legality, or non-infringement, and we are not responsible for any Content. You can 203 | deactivate the connection between the Site and your Third-Party Account by contacting us using the contact 204 | information below or through your account settings (if applicable). We will attempt to delete any information 205 | stored on our servers that was obtained through such a Third-Party Account, except any usernames that become 206 | associated with your account.

9. SUBMISSIONS

You acknowledge and agree that any questions, 207 | comments, suggestions, ideas, feedback, or other information regarding the Site ("Submissions") 208 | provided by you to us are non-confidential and shall become our sole property. We shall own exclusive rights, 209 | including all intellectual property rights, and shall be entitled to the unrestricted use and dissemination of 210 | these Submissions for any lawful purpose, commercial or otherwise, without acknowledgment or compensation to 211 | you. You hereby waive all moral rights to any such Submissions, and you hereby warrant that any such 212 | Submissions are original with you or that you have the right to submit such Submissions. You agree there shall 213 | be no recourse against us for any alleged or actual infringement or misappropriation of any proprietary right 214 | in your Submissions.

10. THIRD-PARTY WEBSITE AND CONTENT

The Site may contain (or you may be 215 | sent via the Site) links to other websites ("Third-Party Websites") as well as articles, 216 | photographs, text, graphics, pictures, designs, music, sound, video, information, applications, software, and 217 | other content or items belonging to or originating from third parties ("Third-Party Content"). Such 218 | Third-Party Websites and Third-Party Content are not investigated, monitored, or checked for accuracy, 219 | appropriateness, or completeness by us, and we are not responsible for any Third-Party Websites accessed 220 | through the Site or any Third-Party Content posted on, available through, or installed from the Site, 221 | including the content, accuracy, offensiveness, opinions, reliability, privacy practices, or other policies of 222 | or contained in the Third-Party Websites or the Third-Party Content. Inclusion of, linking to, or permitting 223 | the use or installation of any Third-Party Websites or any Third-Party Content does not imply approval or 224 | endorsement thereof by us. If you decide to leave the Site and access the Third-Party Websites or to use or 225 | install any Third-Party Content, you do so at your own risk, and you should be aware these Terms of Use no 226 | longer govern. You should review the applicable terms and policies, including privacy and data gathering 227 | practices, of any website to which you navigate from the Site or relating to any applications you use or 228 | install from the Site. Any purchases you make through Third-Party Websites will be through other websites and 229 | from other companies, and we take no responsibility whatsoever in relation to such purchases which are 230 | exclusively between you and the applicable third party. You agree and acknowledge that we do not endorse the 231 | products or services offered on Third-Party Websites and you shall hold us harmless from any harm caused by 232 | your purchase of such products or services. Additionally, you shall hold us harmless from any losses sustained 233 | by you or harm caused to you relating to or resulting in any way from any Third-Party Content or any contact 234 | with Third-Party Websites.

11. SITE MANAGEMENT

We reserve the right, but not the obligation, to: 235 | (1) monitor the Site for violations of these Terms of Use; (2) take appropriate legal action against anyone 236 | who, in our sole discretion, violates the law or these Terms of Use, including without limitation, reporting 237 | such user to law enforcement authorities; (3) in our sole discretion and without limitation, refuse, restrict 238 | access to, limit the availability of, or disable (to the extent technologically feasible) any of your 239 | Contributions or any portion thereof; (4) in our sole discretion and without limitation, notice, or liability, 240 | to remove from the Site or otherwise disable all files and content that are excessive in size or are in any 241 | way burdensome to our systems; and (5) otherwise manage the Site in a manner designed to protect our rights 242 | and property and to facilitate the proper functioning of the Site.

12. PRIVACY POLICY

We care 243 | about data privacy and security. Please review our Privacy Policy: 244 | https://wallethighlighter.com/privacy-policy. By using the Site, you agree to be bound by our Privacy Policy, 245 | which is incorporated into these Terms of Use. Please be advised the Site is hosted in the United States. If 246 | you access the Site from any other region of the world with laws or other requirements governing personal data 247 | collection, use, or disclosure that differ from applicable laws in the United States, then through your 248 | continued use of the Site, you are transferring your data to the United States, and you agree to have your 249 | data transferred to and processed in the United States.

13. TERM AND TERMINATION

These Terms of 250 | Use shall remain in full force and effect while you use the Site. WITHOUT LIMITING ANY OTHER PROVISION OF 251 | THESE TERMS OF USE, WE RESERVE THE RIGHT TO, IN OUR SOLE DISCRETION AND WITHOUT NOTICE OR LIABILITY, DENY 252 | ACCESS TO AND USE OF THE SITE (INCLUDING BLOCKING CERTAIN IP ADDRESSES), TO ANY PERSON FOR ANY REASON OR FOR 253 | NO REASON, INCLUDING WITHOUT LIMITATION FOR BREACH OF ANY REPRESENTATION, WARRANTY, OR COVENANT CONTAINED IN 254 | THESE TERMS OF USE OR OF ANY APPLICABLE LAW OR REGULATION. WE MAY TERMINATE YOUR USE OR PARTICIPATION IN THE 255 | SITE OR DELETE YOUR ACCOUNT AND ANY CONTENT OR INFORMATION THAT YOU POSTED AT ANY TIME, WITHOUT WARNING, IN 256 | OUR SOLE DISCRETION.

If we terminate or suspend your account for any reason, you are prohibited from 257 | registering and creating a new account under your name, a fake or borrowed name, or the name of any third 258 | party, even if you may be acting on behalf of the third party. In addition to terminating or suspending your 259 | account, we reserve the right to take appropriate legal action, including without limitation pursuing civil, 260 | criminal, and injunctive redress.

14. MODIFICATIONS AND INTERRUPTIONS

We reserve the right to 261 | change, modify, or remove the contents of the Site at any time or for any reason at our sole discretion 262 | without notice. However, we have no obligation to update any information on our Site. We also reserve the 263 | right to modify or discontinue all or part of the Site without notice at any time. We will not be liable to 264 | you or any third party for any modification, price change, suspension, or discontinuance of the 265 | Site.

We cannot guarantee the Site will be available at all times. We may experience hardware, 266 | software, or other problems or need to perform maintenance related to the Site, resulting in interruptions, 267 | delays, or errors. We reserve the right to change, revise, update, suspend, discontinue, or otherwise modify 268 | the Site at any time or for any reason without notice to you. You agree that we have no liability whatsoever 269 | for any loss, damage, or inconvenience caused by your inability to access or use the Site during any downtime 270 | or discontinuance of the Site. Nothing in these Terms of Use will be construed to obligate us to maintain and 271 | support the Site or to supply any corrections, updates, or releases in connection therewith.

15. 272 | GOVERNING LAW

These conditions are governed by and interpreted following the laws of England and Wales, 273 | and the use of the United Nations Convention of Contracts for the International Sale of Goods is expressly 274 | excluded. If your habitual residence is in the EU, and you are a consumer, you additionally possess the 275 | protection provided to you by obligatory provisions of the law of your country of residence. Wallet 276 | Highlighter and yourself both agree to submit to the non-exclusive jurisdiction of the courts of England and 277 | Wales, which means that you may make a claim to defend your consumer protection rights in regards to these 278 | Conditions of Use in the United Kingdom, or in the EU country in which you reside.

16. DISPUTE 279 | RESOLUTION

Informal Negotiations

To expedite resolution and control the cost of any dispute, 280 | controversy, or claim related to these Terms of Use (each "Dispute" and collectively, the 281 | “Disputes”) brought by either you or us (individually, a “Party” and collectively, the “Parties”), the Parties 282 | agree to first attempt to negotiate any Dispute (except those Disputes expressly provided below) informally 283 | for at least thirty (30) days before initiating arbitration. Such informal negotiations commence upon written 284 | notice from one Party to the other Party.

Binding Arbitration

Any dispute arising from the 285 | relationships between the Parties to this contract shall be determined by one arbitrator who will be chosen in 286 | accordance with the Arbitration and Internal Rules of the European Court of Arbitration being part of the 287 | European Centre of Arbitration having its seat in Strasbourg, and which are in force at the time the 288 | application for arbitration is filed, and of which adoption of this clause constitutes acceptance. The seat of 289 | arbitration shall be London, United Kingdom. The language of the proceedings shall be English. Applicable 290 | rules of substantive law shall be the law of the United Kingdom.RestrictionsThe Parties agree that any 291 | arbitration shall be limited to the Dispute between the Parties individually. To the full extent permitted by 292 | law, (a) no arbitration shall be joined with any other proceeding; (b) there is no right or authority for any 293 | Dispute to be arbitrated on a class-action basis or to utilize class action procedures; and (c) there is no 294 | right or authority for any Dispute to be brought in a purported representative capacity on behalf of the 295 | general public or any other persons.

Exceptions to Informal Negotiations and ArbitrationThe Parties 296 | agree that the following Disputes are not subject to the above provisions concerning informal negotiations and 297 | binding arbitration: (a) any Disputes seeking to enforce or protect, or concerning the validity of, any of the 298 | intellectual property rights of a Party; (b) any Dispute related to, or arising from, allegations of theft, 299 | piracy, invasion of privacy, or unauthorized use; and (c) any claim for injunctive relief. If this provision 300 | is found to be illegal or unenforceable, then neither Party will elect to arbitrate any Dispute falling within 301 | that portion of this provision found to be illegal or unenforceable and such Dispute shall be decided by a 302 | court of competent jurisdiction within the courts listed for jurisdiction above, and the Parties agree to 303 | submit to the personal jurisdiction of that court.

17. CORRECTIONS

There may be information on 304 | the Site that contains typographical errors, inaccuracies, or omissions, including descriptions, pricing, 305 | availability, and various other information. We reserve the right to correct any errors, inaccuracies, or 306 | omissions and to change or update the information on the Site at any time, without prior notice.

18. 307 | DISCLAIMER

THE SITE IS PROVIDED ON AN AS-IS AND AS-AVAILABLE BASIS. YOU AGREE THAT YOUR USE OF THE SITE 308 | AND OUR SERVICES WILL BE AT YOUR SOLE RISK. TO THE FULLEST EXTENT PERMITTED BY LAW, WE DISCLAIM ALL 309 | WARRANTIES, EXPRESS OR IMPLIED, IN CONNECTION WITH THE SITE AND YOUR USE THEREOF, INCLUDING, WITHOUT 310 | LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. 311 | WE MAKE NO WARRANTIES OR REPRESENTATIONS ABOUT THE ACCURACY OR COMPLETENESS OF THE SITE’S CONTENT OR THE 312 | CONTENT OF ANY WEBSITES LINKED TO THE SITE AND WE WILL ASSUME NO LIABILITY OR RESPONSIBILITY FOR ANY (1) 313 | ERRORS, MISTAKES, OR INACCURACIES OF CONTENT AND MATERIALS, (2) PERSONAL INJURY OR PROPERTY DAMAGE, OF ANY 314 | NATURE WHATSOEVER, RESULTING FROM YOUR ACCESS TO AND USE OF THE SITE, (3) ANY UNAUTHORIZED ACCESS TO OR USE OF 315 | OUR SECURE SERVERS AND/OR ANY AND ALL PERSONAL INFORMATION AND/OR FINANCIAL INFORMATION STORED THEREIN, (4) 316 | ANY INTERRUPTION OR CESSATION OF TRANSMISSION TO OR FROM THE SITE, (5) ANY BUGS, VIRUSES, TROJAN HORSES, OR 317 | THE LIKE WHICH MAY BE TRANSMITTED TO OR THROUGH THE SITE BY ANY THIRD PARTY, AND/OR (6) ANY ERRORS OR 318 | OMISSIONS IN ANY CONTENT AND MATERIALS OR FOR ANY LOSS OR DAMAGE OF ANY KIND INCURRED AS A RESULT OF THE USE 319 | OF ANY CONTENT POSTED, TRANSMITTED, OR OTHERWISE MADE AVAILABLE VIA THE SITE. WE DO NOT WARRANT, ENDORSE, 320 | GUARANTEE, OR ASSUME RESPONSIBILITY FOR ANY PRODUCT OR SERVICE ADVERTISED OR OFFERED BY A THIRD PARTY THROUGH 321 | THE SITE, ANY HYPERLINKED WEBSITE, OR ANY WEBSITE OR MOBILE APPLICATION FEATURED IN ANY BANNER OR OTHER 322 | ADVERTISING, AND WE WILL NOT BE A PARTY TO OR IN ANY WAY BE RESPONSIBLE FOR MONITORING ANY TRANSACTION BETWEEN 323 | YOU AND ANY THIRD-PARTY PROVIDERS OF PRODUCTS OR SERVICES. AS WITH THE PURCHASE OF A PRODUCT OR SERVICE 324 | THROUGH ANY MEDIUM OR IN ANY ENVIRONMENT, YOU SHOULD USE YOUR BEST JUDGMENT AND EXERCISE CAUTION WHERE 325 | APPROPRIATE.

19. LIMITATIONS OF LIABILITY

IN NO EVENT WILL WE OR OUR DIRECTORS, EMPLOYEES, OR 326 | AGENTS BE LIABLE TO YOU OR ANY THIRD PARTY FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, EXEMPLARY, INCIDENTAL, 327 | SPECIAL, OR PUNITIVE DAMAGES, INCLUDING LOST PROFIT, LOST REVENUE, LOSS OF DATA, OR OTHER DAMAGES ARISING FROM 328 | YOUR USE OF THE SITE, EVEN IF WE HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. NOTWITHSTANDING 329 | ANYTHING TO THE CONTRARY CONTAINED HEREIN, OUR LIABILITY TO YOU FOR ANY CAUSE WHATSOEVER AND REGARDLESS OF THE 330 | FORM OF THE ACTION, WILL AT ALL TIMES BE LIMITED TO $1,000.00 USD. CERTAIN US STATE LAWS AND INTERNATIONAL 331 | LAWS DO NOT ALLOW LIMITATIONS ON IMPLIED WARRANTIES OR THE EXCLUSION OR LIMITATION OF CERTAIN DAMAGES. IF 332 | THESE LAWS APPLY TO YOU, SOME OR ALL OF THE ABOVE DISCLAIMERS OR LIMITATIONS MAY NOT APPLY TO YOU, AND YOU MAY 333 | HAVE ADDITIONAL RIGHTS.

20. INDEMNIFICATION

You agree to defend, indemnify, and hold us 334 | harmless, including our subsidiaries, affiliates, and all of our respective officers, agents, partners, and 335 | employees, from and against any loss, damage, liability, claim, or demand, including reasonable attorneys’ 336 | fees and expenses, made by any third party due to or arising out of: (1) your Contributions; (2) use of the 337 | Site; (3) breach of these Terms of Use; (4) any breach of your representations and warranties set forth in 338 | these Terms of Use; (5) your violation of the rights of a third party, including but not limited to 339 | intellectual property rights; or (6) any overt harmful act toward any other user of the Site with whom you 340 | connected via the Site. Notwithstanding the foregoing, we reserve the right, at your expense, to assume the 341 | exclusive defense and control of any matter for which you are required to indemnify us, and you agree to 342 | cooperate, at your expense, with our defense of such claims. We will use reasonable efforts to notify you of 343 | any such claim, action, or proceeding which is subject to this indemnification upon becoming aware of 344 | it.

21. USER DATA

We will maintain certain data that you transmit to the Site for the purpose of 345 | managing the performance of the Site, as well as data relating to your use of the Site in line with our 346 | Privacy Policy. Although we perform regular routine backups of data, you are solely responsible for all data 347 | that you transmit or that relates to any activity you have undertaken using the Site. You agree that we shall 348 | have no liability to you for any loss or corruption of any such data, and you hereby waive any right of action 349 | against us arising from any such loss or corruption of such data.

22. ELECTRONIC COMMUNICATIONS, 350 | TRANSACTIONS, AND SIGNATURES

Visiting the Site, sending us emails, and completing online forms 351 | constitute electronic communications. You consent to receive electronic communications, and you agree that all 352 | agreements, notices, disclosures, and other communications we provide to you electronically, via email and on 353 | the Site, satisfy any legal requirement that such communication be in writing. YOU HEREBY AGREE TO THE USE OF 354 | ELECTRONIC SIGNATURES, CONTRACTS, ORDERS, AND OTHER RECORDS, AND TO ELECTRONIC DELIVERY OF NOTICES, POLICIES, 355 | AND RECORDS OF TRANSACTIONS INITIATED OR COMPLETED BY US OR VIA THE SITE. You hereby waive any rights or 356 | requirements under any statutes, regulations, rules, ordinances, or other laws in any jurisdiction which 357 | require an original signature or delivery or retention of non-electronic records, or to payments or the 358 | granting of credits by any means other than electronic means.

23. CALIFORNIA USERS AND 359 | RESIDENTS

If any complaint with us is not satisfactorily resolved, you can contact the Complaint 360 | Assistance Unit of the Division of Consumer Services of the California Department of Consumer Affairs in 361 | writing at 1625 North Market Blvd., Suite N 112, Sacramento, California 95834 or by telephone at (800) 362 | 952-5210 or (916) 445-1254.

24. MISCELLANEOUS

These Terms of Use and any policies or operating 363 | rules posted by us on the Site or in respect to the Site constitute the entire agreement and understanding 364 | between you and us. Our failure to exercise or enforce any right or provision of these Terms of Use shall not 365 | operate as a waiver of such right or provision. These Terms of Use operate to the fullest extent permissible 366 | by law. We may assign any or all of our rights and obligations to others at any time. We shall not be 367 | responsible or liable for any loss, damage, delay, or failure to act caused by any cause beyond our reasonable 368 | control. If any provision or part of a provision of these Terms of Use is determined to be unlawful, void, or 369 | unenforceable, that provision or part of the provision is deemed severable from these Terms of Use and does 370 | not affect the validity and enforceability of any remaining provisions. There is no joint venture, 371 | partnership, employment or agency relationship created between you and us as a result of these Terms of Use or 372 | use of the Site. You agree that these Terms of Use will not be construed against us by virtue of having 373 | drafted them. You hereby waive any and all defenses you may have based on the electronic form of these Terms 374 | of Use and the lack of signing by the parties hereto to execute these Terms of Use.


25. CONTACT 375 | US

In order to resolve a complaint regarding the Site or to receive further information regarding use 376 | of the Site, please contact us at:

Wallet Highlighter
Csyndicate Ltd
6 South Molton 377 | Street
London, London W1K 5QF
England

hello@wallethighlighter.com
378 |
379 |
380 |
381 |
382 |
PRIVACY POLICY
383 |
This page describes Wallet Highlighter practices regarding the collection, use 384 | and disclosure of the information we collect from and about you when you use our Service. We take our 385 | obligations regarding your privacy seriously and have made every effort to draft this Privacy Policy in a 386 | manner that is clear and easy for you to understand.

This Privacy Policy (“Policy”) describes how we 387 | collect, process, share and safeguard Personal Data we collect from you, or that you provide to us, in 388 | connection with the provision of any services through this Website or elsewhere (“Websites”), to provide 389 | web-based tools that enable our customers to use data to run their businesses more effectively  (“Services“). 390 | We gather Personal Data that we collect about investors in an online database, that is made available to users 391 | of our Services and to our customers. This Policy also tells you about your rights and choices with respect to 392 | your Personal Data, and how you can contact us if you have any questions or concerns. In this Policy, 393 | “Personal Data“ means any information relating to an identified or identifiable individual. Please read this 394 | Policy carefully.

If you do not agree with this Privacy Policy or any part thereof, you should not 395 | access or use any part of the Services. If you change your mind in the future, you must stop using the 396 | Services and you may exercise your rights in relation to your Personal Data as set out in this 397 | Policy.

If we hold data about you it’s because of one or more of the following:

1. You’ve 398 | created a free account on one of our Websites
2. Recordings of your personal data have been shared with us 399 | from data partners who have direct contact with you already, and where appropriate notice has been given for 400 | them to pass your information to us.
3. We are recording personal data from public sources, including the 401 | government, social media websites, and other web properties where your data is publicly 402 | available.

Personal Data We Collect

We obtain Personal Data about you from 403 | various sources described below.

Personal Data You Provide to Us

Account 404 | Information
. If you create an account to use our Services, whether directly or via browser wallet 405 | integration, we collect Personal Data to allow you to use our Services via this account. When you sign up, you 406 | provide us with your name, email address, password, wallet address and other account information necessary to 407 | create and maintain your account.

Contact information and other information you choose to 408 | provide to us. You have the ability to provide a variety of information during your interactions 409 | with us, such as through emails or other communications. When you contact us via a contact form, email, or 410 | other means, you provide us with Personal Data, such as your name and contact details, and the content of your 411 | communications.

Where applicable, we may indicate whether and why you must provide us with your 412 | Personal Data as well as the consequences of failing to do so. For example, it may be necessary for you to 413 | disclose certain Personal Data in order for us to provide the Services to you.

Information 414 | Collected via Automated Means

Cookies and Similar Technologies
. We collect Personal Data via 415 | cookies, pixel tags, or similar technologies on our Services (collectively referred to as 416 | “cookies“). For more information on our use of cookies, please read our
417 | Cookie Policy.

Device and Usage 418 | Information: When you access and use the Services, we receive and store information about 419 | interactions with our Services, such as date/time stamps, usage information and statistics, as well as your 420 | device, including your internet protocol (IP) address, browser type, device type, device identifiers, 421 | operating system version and type.

Information We Receive from Third 422 | Parties

Publicly
Available Information. Our search technology scans the web 423 | and records publicly available information from third party websites, such as, social media sites, corporate 424 | websites and public records. This information may include your name, email address, phone, location, social 425 | profile, wallet address, profile photos, and other information. Our technology may also infer Personal Data 426 | about you by making assumptions based on publicly available information that may not directly concern you, 427 | combined with other information we have about you.

Other Third Parties. We may obtain 428 | Personal Data about you from third parties such as people directories, data brokers, corporate information 429 | directories and other entities. This information may include name, email, phone, work history, education, 430 | location, social profile, skills and other similar information.

Legal Bases for the Processing 431 | of Personal Data

Wallet Highlighter endeavours to be compliant with all the provisions of 432 | the GDPR as to any Personal Data in its possession.We only use your Personal Data as described in this section 433 | if we have a valid legal ground for the processing, including:

Consent. This is the 434 | case where you have consented to the use of your Personal Data.

Contract. We need 435 | your Personal Data to provide you with our Services in order to perform our end of our contracts with you, 436 | such as to create and secure your account, or to respond to your inquiries.

Legitimate 437 | Interest. We have a legitimate business interest in processing your Personal Data to provide the 438 | Services to our Customers. We only rely on legitimate interest as a legal basis when such legitimate interests 439 | are not overridden by your interests or your fundamental rights and freedoms and we ensure we comply with any 440 | request you make to exercise your rights.

Legal Obligation. We may have a legal 441 | obligation to process your Personal Data, for example to comply with tax and accounting obligations, and we 442 | may process your Personal Data when necessary to establish, exercise, or defend legal claims. We may also 443 | process your Personal Data when necessary to protect your or another individual’s vital 444 | interests.

Who We Share Personal Data With

Wallet Highlighter endeavours to 445 | be compliant with GDPR We may disclose Personal Data about you in the following 446 | circumstances:

Customers and Users of the Website. We make available Personal Data 447 | such as your email, wallet address, and related data to our customers in order to provide them with the 448 | Services.

Service Providers. We work with third parties to provide services such as 449 | hosting, maintenance, and support. These third parties may have access to or process your Personal Data as 450 | part of providing those services to us. For example:Cloud service providers who we rely on for data storage, 451 | disaster recovery and to perform our obligations to you;

We use providers of business communication 452 | tools.

Legal
. Information about our users, including Personal Data, will be disclosed 453 | to law enforcement agencies, regulatory bodies, public authorities or pursuant to the exercise of legal 454 | proceedings if we are legally required to do so, or if we believe, in good faith, that such disclosure is 455 | necessary to comply with a legal obligation or request, to enforce our terms and conditions, to prevent or 456 | resolve security or technical issues, or to protect the rights, property or safety of Wallet Highlighter, our 457 | users, a third party, or the public.

Change of Corporate Ownership. Information 458 | about our users, including Personal Data, may be disclosed and otherwise transferred to an acquirer, 459 | successor, or assignee as part of any merger, acquisition, debt financing, sale of assets, or similar 460 | transaction, as well as in the event of an insolvency, bankruptcy, or receivership in which information is 461 | transferred to one or more third parties as one of our business assets.

Aggregated 462 | Information. We may use and disclose aggregated or otherwise anonymized information for any 463 | purpose, unless we are prohibited from doing so under applicable law.

Business 464 | Partners. We may share Personal Data such as name, email, phone, location, wallet address and 465 | related data with our business partners, including for the purposes of sales, marketing, recruiting and other 466 | related purposes. 

Your Choices About How We Use and Disclose Your 467 | Information

We strive to provide you with choices regarding the Personal Data you provide 468 | to us. We have created mechanisms to provide you with the following control over your 469 | information:

Promotional Materials. If you do not wish to have your email address or 470 | other contact information used by Wallet Highlighter or its affiliates for marketing purposes to promote our 471 | own or our affiliates’ or subsidiaries’ products or services, you can opt out by contacting us as set out in 472 | the “Contact Us“ section below. If we have sent you a newsletter or promotional email, you 473 | may opt-out of receiving them by following the instructions included in each newsletter or 474 | communication.

Accessing, Deleting and Correcting Your Information. You may contact 475 | us as set out in the “Contact Us“ section below to request access to, correct or delete any 476 | Personal Data that we have about you. We cannot delete your Personal Data except by also deleting your user 477 | account. We may not accommodate a request to change information if we believe the change would violate any law 478 | or legal requirement or cause the information to be incorrect.

We do not control third parties’ 479 | collection or use of your information to serve interest-based advertising. However, these third parties may 480 | provide you with ways to choose not to have your information collected or used in this 481 | way.

Your Privacy Rights

You have the following rights, as provided under 482 | applicable law and subject to any limitations in such law:

Right to Access. You have 483 | the right to obtain access to the Personal Data we hold about you and to request certain information about our 484 | processing. More in particular, you have the right to receive an explanation of (i) why we process your 485 | Personal Data, (ii) the categories of Personal Data we have about you, (iii) who we share your Personal Data 486 | with, (iv) how long we store your Personal Data and (v) who we received your Personal Data from, if it was not 487 | collected from you directly. We will also inform you about your privacy rights.

Right to 488 | Rectification. You have the right to correct, update or complete any Personal Data we hold about 489 | you that is inaccurate or incomplete. Please note that we may rectify or remove incomplete or inaccurate 490 | information, at any time and at our own discretion.

Right to Erasure. You may request 491 | to have your Personal Data anonymized, erased or deleted, as appropriate. In this case, if there is no 492 | overriding legitimate interest to continue processing your Personal Data we will erase your 493 | data.

Right to Object to Processing. You have the right to object to our processing 494 | of your Personal Data where we are relying on a legitimate interest or if we are processing your Personal Data 495 | for direct marketing purposes.

Right to Restrict Processing. You have a right in 496 | certain circumstances to stop us processing your Personal Data other than for storage 497 | purposes.

Right to Portability. You have the right to receive, in a structured, 498 | commonly used and machine-readable format, Personal Data that we hold about you, if we process it on the basis 499 | of our contract with you, or with your consent, or to request that we transfer such Personal Data to a third 500 | party.

Right to Withdraw Consent. You may withdraw any consent you previously 501 | provided to us regarding the processing of your Personal Data at any time and free of charge. We will apply 502 | your preferences going forward. This will not affect the lawfulness of the processing before you withdrew your 503 | consent.

Right to Lodge a Complaint. You may lodge a complaint with a supervisory 504 | authority, including in your country of residence, place of work, or where you believe an incident took 505 | place.You may exercise these rights by contacting us as set out in the “Contact Us“ section 506 | below. Please note that, prior to any response to the exercise of such rights, we will require you to verify 507 | your identity. In addition, we may have valid legal reasons to refuse your request and will inform you if that 508 | is the case. Note that applicable laws contain certain exceptions and limitations to each of these 509 | rights.

International Data Transfers

If you provide us with your Personal 510 | Data when using the Services from the EEA, Switzerland or the UK or other regions of the world with laws 511 | governing data collection and use that may differ from U.S. law, then please note that you are transferring 512 | your Personal Data outside of those regions to the United States for storage and processing.If we transfer 513 | your Personal Data internationally, we will ensure that relevant safeguards are in place to afford adequate 514 | protection for your Personal Data and we will comply with applicable data protection laws, in particular by 515 | relying on an EU Commission adequacy decision, on contractual protections for the transfer of your Personal 516 | Data or a derogation if available. For more information about how we transfer Personal Data internationally, 517 | please contact us as set out in the “Contact Us“ section below.

Children’s 518 | Privacy

Our Services are not directed to children, and we do not knowingly collect Personal 519 | Data from children under the age of 18. If you learn that a child has provided us with Personal Data in 520 | violation of this Policy, please contact us as set out in the “Contact US“ section 521 | below.

Data Security

We have implemented physical, managerial, and technical 522 | safeguards that are designed to improve the integrity of Personal Data that we collect, maintain, and 523 | otherwise process and to secure it from unauthorised access, use, alteration and disclosure. All information 524 | you provide to us is stored on our secure servers behind firewalls. Any payment transactions will be encrypted 525 | using SSL technology.The safety and security of your information also depends on you. Where we use your wallet 526 | address for access to certain parts of our Website, you are responsible for keeping this address 527 | confidential. The transmission of information via the internet is not completely secure. Although we do our 528 | best to protect your Personal Data, we cannot guarantee the security of your Personal Data transmitted to our 529 | Website. Any transmission of Personal Data is at your own risk.

Data 530 | Retention

We store all Personal Data for as long as necessary to fulfil the purposes set 531 | out in this Policy, or for as long as we are required to do so for backups, archiving, prevention of fraud and 532 | abuse, analytics, satisfaction of legal or regulatory obligations, or where we otherwise reasonably believe 533 | that we have a legitimate reason to do so. Retention periods will be determined taking into account the type 534 | of information that is collected and the purpose for which it was collected, bearing in mind the requirements 535 | applicable to the situation and the need to delete outdated, unused information at the earliest reasonable 536 | time.When deleting Personal Data, we will take measures to render such Personal Data irrecoverable or 537 | irreproducible, and the electronic files which contain Personal Data will be permanently 538 | deleted.

Data Breaches

We take great care to ensure the security and privacy 539 | of any Personal Data we hold. In the event of a personal data breach with a likelihood of harm, we will 540 | immediately notify all parties whose Personal data was part of the breach.

Third Party 541 | Services

The Services may contain features or links to websites and services provided by 542 | third parties. Any information you provide on third-party sites or services is provided directly to the 543 | operators of such services and is subject to those operators’ policies, if any, and governing privacy and 544 | security, even if accessed through the Services. We are not responsible for the content or privacy and 545 | security practices and policies of third-party sites or services to which links or access are provided through 546 | the Service and we encourage you to learn about third parties’ privacy and security policies before providing 547 | them with your Personal Data.

Changes and Updates to this Policy

We may 548 | update this Policy from time to time to reflect changes in our privacy practices. It is our policy to post any 549 | changes we make to this Policy online. The date the Policy was last revised is identified at the top of the 550 | page. Please monitor our Website and this Policy periodically to check for any changes. If we make material 551 | changes to how we treat our users’ Personal Data, we will notify you by email to the email address specified 552 | in your account and/or through a notice on the Website home 553 | page.

Complaints

If you wish to lodge a complaint about how we process your 554 | Personal Data, please contact us at hello@wallethighlighter.com. We will endeavour to respond to your 555 | complaint as soon as possible.

Contact Us

In order to resolve a complaint 556 | regarding the Site or to receive further information regarding use of the Site, please contact us 557 | at:

Wallet Highlighter
Csyndicate Ltd
6 South Molton Street
London,
W1K 558 | 5QF
England

hello@wallethighlighter.com
559 |
560 |
561 |
562 |
563 |
564 |
565 |
566 | 567 |
568 |
569 |
570 |
572 |
573 |
574 |
Wallet
Highlighter
575 |
576 |
This free, chain-agnostic chrome extension was created to help the user navigate 577 | crypto trading without the fear of scams. Wallet Highlighter will flag suspicious wallets.
578 |
579 | 595 |
596 |
597 |
598 | 601 | 602 | 603 | 604 | --------------------------------------------------------------------------------