@modul/mbui 1.0.3 → 1.0.4-beta-whitebusinesslanding-5ba9b5c1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@/config/index.ts +4 -4
- package/dist/Alert/Alert.d.ts +2 -2
- package/dist/Alert/index.js +1 -1
- package/dist/Checkbox/index.js +2 -2
- package/dist/Chip/Chip.d.ts +1 -1
- package/dist/Collapsible/index.js +2 -2
- package/dist/Counter/index.js +1 -1
- package/dist/DatePicker/index.js +2 -2
- package/dist/Drawer/index.js +6 -4
- package/dist/DrawerDatePicker/index.js +9 -7
- package/dist/Icon/icons/index.js +1 -1
- package/dist/Icon/index.js +1 -1
- package/dist/Input-OTP/Input.d.ts +4 -4
- package/dist/LandingPage/WhiteBusiness/WhiteBusinessPage.d.ts +12 -0
- package/dist/LandingPage/WhiteBusiness/components/CheckingCounterparty.d.ts +2 -0
- package/dist/LandingPage/WhiteBusiness/components/Consultation.d.ts +2 -0
- package/dist/LandingPage/WhiteBusiness/components/Hero.d.ts +7 -0
- package/dist/LandingPage/WhiteBusiness/components/PageNavbar.d.ts +7 -0
- package/dist/LandingPage/WhiteBusiness/components/ReliabilityIndicators.d.ts +2 -0
- package/dist/LandingPage/WhiteBusiness/components/style.d.ts +2 -0
- package/dist/LandingPage/index.d.ts +1 -0
- package/dist/LandingPage/index.js +266 -0
- package/dist/Loading/index.js +1 -1
- package/dist/PDFViewer/index.js +12 -12
- package/dist/Page/index.js +8 -9
- package/dist/Select/SelectDrawer/index.js +24 -22
- package/dist/Select/components/index.js +2 -2
- package/dist/Select/index.js +28 -26
- package/dist/Stepper/index.js +1 -1
- package/dist/Tabs/Tabs.d.ts +11 -1
- package/dist/Tabs/index.js +47 -24
- package/dist/Toaster/index.js +2 -2
- package/dist/assets/css/global.css +2 -2
- package/dist/assets/images/icons/other/icon-contact.svg +1 -0
- package/dist/assets/images/src/assets/images/icons/other/icon-contact.svg +1 -0
- package/dist/index.js +61 -37
- package/package.json +2 -2
@@ -1,4 +1,4 @@
|
|
1
|
-
@tailwind base;@tailwind components;@tailwind utilities;@layer base{@font-face{font-display:swap;font-family:Roboto;font-stretch:75% 100%;font-style:normal;font-weight:100 900;src:url(../fonts/Roboto.woff2) format("woff2")}@font-face{font-display:swap;font-family:Roboto;font-stretch:75% 100%;font-style:italic;font-weight:100 900;src:url(../fonts/Roboto-Italic.woff2) format("woff2")}:root{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif;--cl-white:#fff;--cl-dark:#000;--cl-blue-1:#253c77;--cl-blue-2:#4971d0;--cl-blue-3:#6b91eb;--cl-blue-4:#81a5f9;--cl-blue-5:#a7c0fb;--cl-blue-6:#d2ddfa;--cl-blue-7:#f2f6ff;--cl-graphite-1:#222733;--cl-graphite-2:#464c59;--cl-graphite-3:#777c87;--cl-graphite-4:#9b9fa8;--cl-graphite-5:#cbcdd1;--cl-graphite-6:#e6e7e9;--cl-graphite-7:#f5f5f6;--cl-green-1:#5e8c00;--cl-green-2:#6ca300;--cl-green-3:#88bd1f;--cl-green-4:#a4d73e;--cl-green-5:#c0eb69;--cl-green-6:#d4f296;--cl-green-7:#eefad4;--cl-yellow-1:#b79310;--cl-yellow-2:#d2aa0f;--cl-yellow-3:#e8c113;--cl-yellow-4:#efd04e;--cl-yellow-5:#f5de88;--cl-yellow-6:#fae6aa;--cl-yellow-7:#fcf2ce;--cl-orange-1:#c33918;--cl-orange-2:#e35f19;--cl-orange-3:#f27922;--cl-orange-4:#f99631;--cl-orange-5:#fbb26a;--cl-orange-6:#fdcf93;--cl-orange-7:#ffe8c4;--cl-red-1:#a61d1d;--cl-red-2:#bd2c2c;--cl-red-3:#d43d3d;--cl-red-4:#e36868;--cl-red-5:#f19494;--cl-red-6:#f9c1bd;--cl-red-7:#ffe9e9;--base:var(--cl-graphite-1);--primary:var(--cl-blue-2);--primary-light:var(--cl-blue-7);--success:var(--cl-green-3);--success-light:var(--cl-green-7);--light:var(--cl-graphite-3);--dark:var(--cl-graphite-2);--disabled:var(--cl-graphite-4);--bg-light:var(--cl-graphite-7);--warning:var(--cl-orange-2);--warning-light:var(--cl-yellow-7);--critical:var(--cl-red-
|
1
|
+
@tailwind base;@tailwind components;@tailwind utilities;@layer base{@font-face{font-display:swap;font-family:Roboto;font-stretch:75% 100%;font-style:normal;font-weight:100 900;src:url(../fonts/Roboto.woff2) format("woff2")}@font-face{font-display:swap;font-family:Roboto;font-stretch:75% 100%;font-style:italic;font-weight:100 900;src:url(../fonts/Roboto-Italic.woff2) format("woff2")}:root{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif;--cl-white:#fff;--cl-dark:#000;--cl-blue-1:#253c77;--cl-blue-2:#4971d0;--cl-blue-3:#6b91eb;--cl-blue-4:#81a5f9;--cl-blue-5:#a7c0fb;--cl-blue-6:#d2ddfa;--cl-blue-7:#f2f6ff;--cl-graphite-1:#222733;--cl-graphite-2:#464c59;--cl-graphite-3:#777c87;--cl-graphite-4:#9b9fa8;--cl-graphite-5:#cbcdd1;--cl-graphite-6:#e6e7e9;--cl-graphite-7:#f5f5f6;--cl-green-1:#5e8c00;--cl-green-2:#6ca300;--cl-green-3:#88bd1f;--cl-green-4:#a4d73e;--cl-green-5:#c0eb69;--cl-green-6:#d4f296;--cl-green-7:#eefad4;--cl-yellow-1:#b79310;--cl-yellow-2:#d2aa0f;--cl-yellow-3:#e8c113;--cl-yellow-4:#efd04e;--cl-yellow-5:#f5de88;--cl-yellow-6:#fae6aa;--cl-yellow-7:#fcf2ce;--cl-orange-1:#c33918;--cl-orange-2:#e35f19;--cl-orange-3:#f27922;--cl-orange-4:#f99631;--cl-orange-5:#fbb26a;--cl-orange-6:#fdcf93;--cl-orange-7:#ffe8c4;--cl-red-1:#a61d1d;--cl-red-2:#bd2c2c;--cl-red-3:#d43d3d;--cl-red-4:#e36868;--cl-red-5:#f19494;--cl-red-6:#f9c1bd;--cl-red-7:#ffe9e9;--base:var(--cl-graphite-1);--primary:var(--cl-blue-2);--primary-light:var(--cl-blue-7);--success:var(--cl-green-3);--success-light:var(--cl-green-7);--light:var(--cl-graphite-3);--dark:var(--cl-graphite-2);--disabled:var(--cl-graphite-4);--bg-light:var(--cl-graphite-7);--warning:var(--cl-orange-2);--warning-light:var(--cl-yellow-7);--critical:var(--cl-red-3);--critical-light:var(--cl-red-7);--page-bg:var(--cl-white);--page-header-height:48px;--page-container-width:600px;--page-content-padd-x:20px;--page-content-padd-y:16px;--page-content-padd:var(--page-content-padd-y) var(--page-content-padd-x);--page-content-padding-x:20px;--page-content-padding-y:16px;--page-base-padding-x:20px;--page-base-padding-y:16px;--btn-primary:var(--cl-white);--btn-primary-bg:var(--cl-blue-2);--btn-primary-hover-bg:var(--cl-blue-3);--btn-primary-focus-bg:var(--cl-blue-1);--btn-primary-active-bg:var(--cl-blue-1);--btn-primary-disabled-bg:var(--cl-blue-5);--btn-secondary:var(--cl-blue-2);--btn-secondary-disabled:var(--cl-blue-5);--btn-secondary-bg:var(--cl-graphite-7);--btn-secondary-hover-bg:transparent;--btn-secondary-focus-bg:#e4e5e7;--btn-secondary-active-bg:var(--cl-graphite-6);--btn-ghost:var(--cl-blue-2);--btn-ghost-hover:var(--cl-blue-3);--btn-ghost-focus:var(--cl-blue-3);--btn-ghost-active:var(--cl-blue-1);--btn-ghost-disabled:var(--cl-blue-5);--btn-outline:var(--cl-graphite-2);--btn-outline-disabled:var(--cl-graphite-4);--btn-outline-border:var(--cl-graphite-5);--btn-outline-hover-border:var(--cl-graphite-6);--btn-outline-focus-border:var(--cl-graphite-4);--btn-outline-active-border:var(--cl-graphite-4);--btn-outline-disabled-border:var(--cl-graphite-5);--btn-txt-primary:var(--cl-blue-2);--btn-txt-primary-hover:var(--cl-blue-3);--btn-txt-primary-focus:var(--cl-blue-3);--btn-txt-primary-active:var(--cl-blue-1);--btn-widget-bg:var(--page-bg);--btn-widget-icon:var(--primary);--border-color:var(--cl-graphite-5);--border-radius-sm:4px;--border-radius-md:8px;--shadow-sm:0px 4px 14px 0px rgba(34,39,51,.05);--shadow-md:0px 6px 16px 0px rgba(34,39,51,.12);--shadow-lg:0px 8px 32px 0px rgba(34,39,51,.24);--progress-height:4px;--progress-bg:var(--cl-graphite-6);--tabs-bg:var(--cl-graphite-7);--tabs-round:4px;--tab-bg:var(--cl-white);--tab-border:var(--cl-graphite-6);--tabs-height:32px;--tab-height:30px;--drawer-overlay-bg:rgba(34,39,51,.5);--drawer-shadow:0 0 20px 44px rgba(36,48,54,.12);--payments-list-item-hover:var(--cl-graphite-7);--payments-list-item-focus:var(--cl-graphite-7);--payments-list-item-active:var(--cl-graphite-6);--radio-border-color-default:var(--cl-graphite-5);--radio-border-color-checked:var(--primary);--radio-border-width-default:2px;--radio-border-width-checked:6px;--radio-bg-disabled:var(--cl-graphite-6);--dialog-bg:var(--cl-white);--skeleton-bg:var(--cl-graphite-6);--input-otp-slot-border-bottom-color:var(--base);--bottom-navbar-height:48px}}@layer utilities{.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}}@layer components{.banks-logo-rounded{background-image:url(../images/icons/banks/unknown.svg);background-position:50%;background-repeat:no-repeat;background-size:contain}.scroll-shadow{background:linear-gradient(#fff 30%,hsla(0,0%,100%,0)) top,linear-gradient(hsla(0,0%,100%,0),#fff 70%) bottom,linear-gradient(#f7f7f8,hsla(0,0%,100%,0)) top,linear-gradient(hsla(0,0%,100%,0),#f7f7f8) bottom;background-attachment:local,local,scroll,scroll;background-color:#fff;background-repeat:no-repeat;background-size:100% 40px,100% 40px,100% 14px,100% 14px;overflow:auto}input[type=password]{font-family:monospace;font-size:16px;letter-spacing:2px}.form-input{@apply px-4
|
2
2
|
w-full
|
3
3
|
h-12
|
4
4
|
border-input
|
@@ -21,4 +21,4 @@
|
|
21
21
|
disabled:text-light}.form-input-error{@apply border-critical
|
22
22
|
bg-critical-light
|
23
23
|
focus-visible:border-critical
|
24
|
-
focus-visible:ring-critical}}
|
24
|
+
focus-visible:ring-critical}}
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="137" height="136" fill="none"><path fill="url(#a)" d="m71.946 7.721-5.221-3.014c-1.566-.904-3.727-.774-6.116.606L17.366 30.279c-4.776 2.758-8.648 9.464-8.648 14.979v27.436c0 3.07 1.01 5.23 2.597 6.145l5.22 3.019z"/><path fill="url(#b)" d="m32.306 68.879 5.38 3.106v12.78l-5.38-3.107z"/><path fill="url(#c)" d="M65.831 8.327 22.588 33.294c-4.776 2.757-8.648 9.463-8.648 14.978v27.437c0 5.515 3.255 8.106 7.271 5.787l16.475-9.511v12.78l10.442-18.81 17.703-10.22c4.776-2.758 8.648-9.463 8.648-14.978V13.32c0-5.515-3.872-7.75-8.648-4.993"/><path fill="url(#d)" d="M34.96 49.586c0-2.57-1.804-3.611-4.03-2.326-1.033.596-1.972 1.592-2.686 2.743l-3.268 5.264c-.822 1.327-1.34 2.862-1.34 4.239 0 2.57 1.805 3.611 4.03 2.327 1.033-.597 1.974-1.593 2.686-2.744l3.268-5.264c.823-1.327 1.34-2.863 1.34-4.239"/><path fill="url(#e)" d="m35.43 47.668-1.588-.917c-.73-.421-1.737-.36-2.85.282-2.225 1.285-4.029 4.41-4.029 6.98 0 1.285.451 2.187 1.18 2.608l1.59.917z"/><path fill="#fff" d="M35.43 54.249c1.573-2.726 1.573-5.672 0-6.58-1.574-.91-4.125.564-5.7 3.29-1.573 2.725-1.573 5.671 0 6.58 1.574.908 4.125-.565 5.7-3.29"/><path fill="url(#f)" d="M49.762 41.04c0-2.57-1.804-3.611-4.03-2.327-1.033.597-1.972 1.593-2.686 2.743l-3.268 5.265c-.822 1.326-1.34 2.862-1.34 4.239 0 2.57 1.804 3.61 4.03 2.326 1.033-.596 1.973-1.593 2.686-2.743l3.268-5.264c.823-1.327 1.34-2.863 1.34-4.239"/><path fill="url(#g)" d="m50.232 39.122-1.589-.917c-.729-.421-1.736-.36-2.849.282-2.226 1.285-4.03 4.41-4.03 6.98 0 1.285.452 2.188 1.181 2.609l1.588.917z"/><path fill="#fff" d="M50.23 45.703c1.574-2.726 1.574-5.672 0-6.58-1.573-.909-4.124.564-5.698 3.29s-1.574 5.672 0 6.58c1.573.909 4.125-.564 5.699-3.29"/><path fill="url(#h)" d="M62.954 33.424c0-2.57-1.805-3.611-4.03-2.327-1.033.597-1.973 1.593-2.687 2.744l-3.267 5.264c-.823 1.327-1.34 2.862-1.34 4.239 0 2.57 1.804 3.611 4.029 2.326 1.034-.596 1.974-1.593 2.687-2.743l3.268-5.264c.822-1.327 1.34-2.862 1.34-4.239"/><path fill="url(#i)" d="m63.423 31.506-1.588-.917c-.73-.42-1.737-.36-2.85.282-2.225 1.286-4.029 4.41-4.029 6.98 0 1.285.451 2.188 1.18 2.609l1.589.917z"/><path fill="#fff" d="M63.421 38.088c1.574-2.726 1.574-5.672 0-6.58-1.573-.909-4.124.564-5.698 3.29s-1.574 5.672 0 6.58c1.573.909 4.125-.565 5.698-3.29"/><g opacity=".8"><path fill="url(#j)" d="m124.786 25.515-7.208-4.162c-2.161-1.248-5.146-1.067-8.442.836L49.44 56.654c-6.593 3.807-11.938 13.064-11.938 20.677v37.875c0 4.237 1.395 7.219 3.586 8.483l7.204 4.166z"/><path fill="url(#k)" d="m70.064 109.939 7.427 4.288v17.642l-7.427-4.288z"/><path fill="url(#l)" d="M116.344 26.351 56.649 60.816C50.056 64.623 44.71 73.88 44.71 81.493v37.875c0 7.614 4.494 11.19 10.038 7.99l22.743-13.131v17.642l14.414-25.964 24.438-14.11c6.594-3.806 11.938-13.063 11.938-20.676V33.244c0-7.613-5.344-10.7-11.938-6.893"/><path fill="url(#m)" d="M73.73 83.227c0-3.547-2.491-4.985-5.564-3.212-1.426.824-2.724 2.2-3.709 3.787l-4.51 7.267c-1.136 1.832-1.85 3.952-1.85 5.852 0 3.547 2.49 4.985 5.563 3.212 1.427-.824 2.724-2.199 3.709-3.787l4.51-7.267c1.136-1.832 1.85-3.952 1.85-5.852"/><path fill="url(#n)" d="m74.378 80.658-2.193-1.266c-1.007-.581-2.397-.497-3.934.39-3.072 1.774-5.563 6.088-5.563 9.635 0 1.774.623 3.02 1.63 3.602l2.192 1.265z"/><path fill="#fff" d="M74.375 89.743c2.173-3.762 2.173-7.83 0-9.083-2.172-1.255-5.694.779-7.866 4.541-2.173 3.763-2.173 7.83 0 9.084s5.694-.78 7.866-4.542"/><path fill="url(#o)" d="M94.161 71.431c0-3.547-2.49-4.986-5.562-3.212-1.427.824-2.725 2.199-3.71 3.787l-4.51 7.267c-1.136 1.832-1.85 3.951-1.85 5.852 0 3.547 2.49 4.985 5.563 3.211 1.427-.824 2.724-2.198 3.709-3.787l4.51-7.267c1.136-1.831 1.85-3.951 1.85-5.851"/><path fill="url(#p)" d="m94.81 68.862-2.192-1.266c-1.007-.582-2.398-.498-3.934.39-3.072 1.773-5.563 6.087-5.563 9.635 0 1.773.623 3.02 1.63 3.6l2.192 1.267z"/><path fill="#fff" d="M94.808 77.947c2.173-3.762 2.173-7.83 0-9.083-2.172-1.255-5.694.779-7.866 4.541-2.173 3.763-2.173 7.83 0 9.084s5.694-.78 7.866-4.542"/><path fill="url(#q)" d="M112.371 60.917c0-3.547-2.49-4.985-5.563-3.212-1.426.824-2.724 2.2-3.708 3.788l-4.512 7.266c-1.135 1.832-1.85 3.952-1.85 5.852 0 3.547 2.491 4.985 5.564 3.212 1.427-.824 2.724-2.199 3.709-3.787l4.511-7.267c1.135-1.832 1.849-3.952 1.849-5.852"/><path fill="url(#r)" d="m113.02 58.348-2.192-1.266c-1.007-.581-2.398-.498-3.934.39-3.072 1.773-5.563 6.088-5.563 9.635 0 1.774.623 3.02 1.629 3.601l2.193 1.266z"/><path fill="#fff" d="M113.018 67.434c2.173-3.763 2.173-7.83.001-9.084s-5.695.78-7.867 4.542c-2.173 3.763-2.173 7.83-.001 9.084s5.695-.78 7.867-4.542"/></g><defs><linearGradient id="a" x1="10.069" x2="57.56" y1="76.839" y2="-5.419" gradientUnits="userSpaceOnUse"><stop stop-color="#D2DDFA"/><stop offset=".019" stop-color="#C0D1FA"/><stop offset=".043" stop-color="#B2C7FB"/><stop offset=".072" stop-color="#A9C2FB"/><stop offset=".121" stop-color="#A7C0FB"/><stop offset=".19" stop-color="#AAC2FB"/><stop offset=".245" stop-color="#B4C9FB"/><stop offset=".296" stop-color="#C5D5FC"/><stop offset=".345" stop-color="#DDE6FC"/><stop offset=".363" stop-color="#E8EEFC"/><stop offset=".394" stop-color="#D9E3FC"/><stop offset=".46" stop-color="#BED0FC"/><stop offset=".519" stop-color="#ADC4FB"/><stop offset=".563" stop-color="#A7C0FB"/><stop offset=".888" stop-color="#D2DDFA"/><stop offset=".956" stop-color="#E4EBFD"/><stop offset="1" stop-color="#F2F6FF"/></linearGradient><linearGradient id="b" x1="34.996" x2="34.996" y1="83.158" y2="70.971" gradientUnits="userSpaceOnUse"><stop stop-color="#E8EEFC"/><stop offset="1" stop-color="#81A5F9"/></linearGradient><linearGradient id="c" x1="11.667" x2="76.633" y1="77.174" y2="12.208" gradientUnits="userSpaceOnUse"><stop stop-color="#A7C0FB"/><stop offset="1" stop-color="#E8EEFC"/></linearGradient><linearGradient id="d" x1="24.9" x2="31.914" y1="62.163" y2="50.016" gradientUnits="userSpaceOnUse"><stop stop-color="#D2DDFA" stop-opacity="0"/><stop offset="1" stop-color="#6B91EB"/></linearGradient><linearGradient id="e" x1="26.962" x2="35.13" y1="55.534" y2="47.367" gradientUnits="userSpaceOnUse"><stop stop-color="#A7C0FB"/><stop offset=".315" stop-color="#D2DDFA"/><stop offset=".506" stop-color="#D8E1FB"/><stop offset=".753" stop-color="#E8EDFC"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="f" x1="39.702" x2="46.716" y1="53.617" y2="41.47" gradientUnits="userSpaceOnUse"><stop stop-color="#D2DDFA" stop-opacity="0"/><stop offset="1" stop-color="#6B91EB"/></linearGradient><linearGradient id="g" x1="41.764" x2="49.931" y1="46.988" y2="38.821" gradientUnits="userSpaceOnUse"><stop stop-color="#A7C0FB"/><stop offset=".315" stop-color="#D2DDFA"/><stop offset=".506" stop-color="#D8E1FB"/><stop offset=".753" stop-color="#E8EDFC"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="h" x1="52.894" x2="59.907" y1="46.001" y2="33.854" gradientUnits="userSpaceOnUse"><stop stop-color="#D2DDFA" stop-opacity="0"/><stop offset="1" stop-color="#6B91EB"/></linearGradient><linearGradient id="i" x1="54.955" x2="63.122" y1="39.372" y2="31.205" gradientUnits="userSpaceOnUse"><stop stop-color="#A7C0FB"/><stop offset=".315" stop-color="#D2DDFA"/><stop offset=".506" stop-color="#D8E1FB"/><stop offset=".753" stop-color="#E8EDFC"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="j" x1="39.367" x2="104.927" y1="120.928" y2="7.374" gradientUnits="userSpaceOnUse"><stop stop-color="#81A5F9"/><stop offset=".025" stop-color="#769BF2"/><stop offset=".06" stop-color="#6D93ED"/><stop offset=".121" stop-color="#6B91EB"/><stop offset=".192" stop-color="#6E94EC"/><stop offset=".25" stop-color="#789BEF"/><stop offset=".303" stop-color="#89A9F3"/><stop offset=".353" stop-color="#A1BCFA"/><stop offset=".363" stop-color="#A7C0FB"/><stop offset=".384" stop-color="#9DB8F8"/><stop offset=".454" stop-color="#82A3F1"/><stop offset=".516" stop-color="#7196ED"/><stop offset=".563" stop-color="#6B91EB"/><stop offset=".677" stop-color="#7197EF"/><stop offset=".823" stop-color="#81A5F9"/><stop offset=".852" stop-color="#89ABF9"/><stop offset=".942" stop-color="#9FBAFB"/><stop offset="1" stop-color="#A7C0FB"/></linearGradient><linearGradient id="k" x1="73.778" x2="73.778" y1="129.652" y2="112.827" gradientUnits="userSpaceOnUse"><stop stop-color="#A7C0FB"/><stop offset="1" stop-color="#4971D0"/></linearGradient><linearGradient id="l" x1="41.573" x2="131.255" y1="121.391" y2="31.709" gradientUnits="userSpaceOnUse"><stop stop-color="#4971D0"/><stop offset="1" stop-color="#81A5F9"/></linearGradient><linearGradient id="m" x1="59.842" x2="71.984" y1="100.59" y2="79.559" gradientUnits="userSpaceOnUse"><stop stop-color="#4971D0" stop-opacity="0"/><stop offset="1" stop-color="#253C77"/></linearGradient><linearGradient id="n" x1="62.688" x2="73.962" y1="91.517" y2="80.243" gradientUnits="userSpaceOnUse"><stop stop-color="#81A5F9"/><stop offset=".315" stop-color="#A7C0FB"/><stop offset=".467" stop-color="#ADC4FB"/><stop offset=".663" stop-color="#BDCFFB"/><stop offset=".882" stop-color="#D7E2FC"/><stop offset="1" stop-color="#E8EEFC"/></linearGradient><linearGradient id="o" x1="80.274" x2="92.416" y1="88.793" y2="67.763" gradientUnits="userSpaceOnUse"><stop stop-color="#4971D0" stop-opacity="0"/><stop offset="1" stop-color="#253C77"/></linearGradient><linearGradient id="p" x1="83.121" x2="94.395" y1="79.72" y2="68.446" gradientUnits="userSpaceOnUse"><stop stop-color="#81A5F9"/><stop offset=".315" stop-color="#A7C0FB"/><stop offset=".467" stop-color="#ADC4FB"/><stop offset=".663" stop-color="#BDCFFB"/><stop offset=".882" stop-color="#D7E2FC"/><stop offset="1" stop-color="#E8EEFC"/></linearGradient><linearGradient id="q" x1="98.484" x2="110.626" y1="78.279" y2="57.249" gradientUnits="userSpaceOnUse"><stop stop-color="#4971D0" stop-opacity="0"/><stop offset="1" stop-color="#253C77"/></linearGradient><linearGradient id="r" x1="101.331" x2="112.605" y1="69.207" y2="57.932" gradientUnits="userSpaceOnUse"><stop stop-color="#81A5F9"/><stop offset=".315" stop-color="#A7C0FB"/><stop offset=".467" stop-color="#ADC4FB"/><stop offset=".663" stop-color="#BDCFFB"/><stop offset=".882" stop-color="#D7E2FC"/><stop offset="1" stop-color="#E8EEFC"/></linearGradient></defs></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="137" height="136" fill="none"><path fill="url(#a)" d="m71.946 7.721-5.221-3.014c-1.566-.904-3.727-.774-6.116.606L17.366 30.279c-4.776 2.758-8.648 9.464-8.648 14.979v27.436c0 3.07 1.01 5.23 2.597 6.145l5.22 3.019z"/><path fill="url(#b)" d="m32.306 68.879 5.38 3.106v12.78l-5.38-3.107z"/><path fill="url(#c)" d="M65.831 8.327 22.588 33.294c-4.776 2.757-8.648 9.463-8.648 14.978v27.437c0 5.515 3.255 8.106 7.271 5.787l16.475-9.511v12.78l10.442-18.81 17.703-10.22c4.776-2.758 8.648-9.463 8.648-14.978V13.32c0-5.515-3.872-7.75-8.648-4.993"/><path fill="url(#d)" d="M34.96 49.586c0-2.57-1.804-3.611-4.03-2.326-1.033.596-1.972 1.592-2.686 2.743l-3.268 5.264c-.822 1.327-1.34 2.862-1.34 4.239 0 2.57 1.805 3.611 4.03 2.327 1.033-.597 1.974-1.593 2.686-2.744l3.268-5.264c.823-1.327 1.34-2.863 1.34-4.239"/><path fill="url(#e)" d="m35.43 47.668-1.588-.917c-.73-.421-1.737-.36-2.85.282-2.225 1.285-4.029 4.41-4.029 6.98 0 1.285.451 2.187 1.18 2.608l1.59.917z"/><path fill="#fff" d="M35.43 54.249c1.573-2.726 1.573-5.672 0-6.58-1.574-.91-4.125.564-5.7 3.29-1.573 2.725-1.573 5.671 0 6.58 1.574.908 4.125-.565 5.7-3.29"/><path fill="url(#f)" d="M49.762 41.04c0-2.57-1.804-3.611-4.03-2.327-1.033.597-1.972 1.593-2.686 2.743l-3.268 5.265c-.822 1.326-1.34 2.862-1.34 4.239 0 2.57 1.804 3.61 4.03 2.326 1.033-.596 1.973-1.593 2.686-2.743l3.268-5.264c.823-1.327 1.34-2.863 1.34-4.239"/><path fill="url(#g)" d="m50.232 39.122-1.589-.917c-.729-.421-1.736-.36-2.849.282-2.226 1.285-4.03 4.41-4.03 6.98 0 1.285.452 2.188 1.181 2.609l1.588.917z"/><path fill="#fff" d="M50.23 45.703c1.574-2.726 1.574-5.672 0-6.58-1.573-.909-4.124.564-5.698 3.29s-1.574 5.672 0 6.58c1.573.909 4.125-.564 5.699-3.29"/><path fill="url(#h)" d="M62.954 33.424c0-2.57-1.805-3.611-4.03-2.327-1.033.597-1.973 1.593-2.687 2.744l-3.267 5.264c-.823 1.327-1.34 2.862-1.34 4.239 0 2.57 1.804 3.611 4.029 2.326 1.034-.596 1.974-1.593 2.687-2.743l3.268-5.264c.822-1.327 1.34-2.862 1.34-4.239"/><path fill="url(#i)" d="m63.423 31.506-1.588-.917c-.73-.42-1.737-.36-2.85.282-2.225 1.286-4.029 4.41-4.029 6.98 0 1.285.451 2.188 1.18 2.609l1.589.917z"/><path fill="#fff" d="M63.421 38.088c1.574-2.726 1.574-5.672 0-6.58-1.573-.909-4.124.564-5.698 3.29s-1.574 5.672 0 6.58c1.573.909 4.125-.565 5.698-3.29"/><g opacity=".8"><path fill="url(#j)" d="m124.786 25.515-7.208-4.162c-2.161-1.248-5.146-1.067-8.442.836L49.44 56.654c-6.593 3.807-11.938 13.064-11.938 20.677v37.875c0 4.237 1.395 7.219 3.586 8.483l7.204 4.166z"/><path fill="url(#k)" d="m70.064 109.939 7.427 4.288v17.642l-7.427-4.288z"/><path fill="url(#l)" d="M116.344 26.351 56.649 60.816C50.056 64.623 44.71 73.88 44.71 81.493v37.875c0 7.614 4.494 11.19 10.038 7.99l22.743-13.131v17.642l14.414-25.964 24.438-14.11c6.594-3.806 11.938-13.063 11.938-20.676V33.244c0-7.613-5.344-10.7-11.938-6.893"/><path fill="url(#m)" d="M73.73 83.227c0-3.547-2.491-4.985-5.564-3.212-1.426.824-2.724 2.2-3.709 3.787l-4.51 7.267c-1.136 1.832-1.85 3.952-1.85 5.852 0 3.547 2.49 4.985 5.563 3.212 1.427-.824 2.724-2.199 3.709-3.787l4.51-7.267c1.136-1.832 1.85-3.952 1.85-5.852"/><path fill="url(#n)" d="m74.378 80.658-2.193-1.266c-1.007-.581-2.397-.497-3.934.39-3.072 1.774-5.563 6.088-5.563 9.635 0 1.774.623 3.02 1.63 3.602l2.192 1.265z"/><path fill="#fff" d="M74.375 89.743c2.173-3.762 2.173-7.83 0-9.083-2.172-1.255-5.694.779-7.866 4.541-2.173 3.763-2.173 7.83 0 9.084s5.694-.78 7.866-4.542"/><path fill="url(#o)" d="M94.161 71.431c0-3.547-2.49-4.986-5.562-3.212-1.427.824-2.725 2.199-3.71 3.787l-4.51 7.267c-1.136 1.832-1.85 3.951-1.85 5.852 0 3.547 2.49 4.985 5.563 3.211 1.427-.824 2.724-2.198 3.709-3.787l4.51-7.267c1.136-1.831 1.85-3.951 1.85-5.851"/><path fill="url(#p)" d="m94.81 68.862-2.192-1.266c-1.007-.582-2.398-.498-3.934.39-3.072 1.773-5.563 6.087-5.563 9.635 0 1.773.623 3.02 1.63 3.6l2.192 1.267z"/><path fill="#fff" d="M94.808 77.947c2.173-3.762 2.173-7.83 0-9.083-2.172-1.255-5.694.779-7.866 4.541-2.173 3.763-2.173 7.83 0 9.084s5.694-.78 7.866-4.542"/><path fill="url(#q)" d="M112.371 60.917c0-3.547-2.49-4.985-5.563-3.212-1.426.824-2.724 2.2-3.708 3.788l-4.512 7.266c-1.135 1.832-1.85 3.952-1.85 5.852 0 3.547 2.491 4.985 5.564 3.212 1.427-.824 2.724-2.199 3.709-3.787l4.511-7.267c1.135-1.832 1.849-3.952 1.849-5.852"/><path fill="url(#r)" d="m113.02 58.348-2.192-1.266c-1.007-.581-2.398-.498-3.934.39-3.072 1.773-5.563 6.088-5.563 9.635 0 1.774.623 3.02 1.629 3.601l2.193 1.266z"/><path fill="#fff" d="M113.018 67.434c2.173-3.763 2.173-7.83.001-9.084s-5.695.78-7.867 4.542c-2.173 3.763-2.173 7.83-.001 9.084s5.695-.78 7.867-4.542"/></g><defs><linearGradient id="a" x1="10.069" x2="57.56" y1="76.839" y2="-5.419" gradientUnits="userSpaceOnUse"><stop stop-color="#D2DDFA"/><stop offset=".019" stop-color="#C0D1FA"/><stop offset=".043" stop-color="#B2C7FB"/><stop offset=".072" stop-color="#A9C2FB"/><stop offset=".121" stop-color="#A7C0FB"/><stop offset=".19" stop-color="#AAC2FB"/><stop offset=".245" stop-color="#B4C9FB"/><stop offset=".296" stop-color="#C5D5FC"/><stop offset=".345" stop-color="#DDE6FC"/><stop offset=".363" stop-color="#E8EEFC"/><stop offset=".394" stop-color="#D9E3FC"/><stop offset=".46" stop-color="#BED0FC"/><stop offset=".519" stop-color="#ADC4FB"/><stop offset=".563" stop-color="#A7C0FB"/><stop offset=".888" stop-color="#D2DDFA"/><stop offset=".956" stop-color="#E4EBFD"/><stop offset="1" stop-color="#F2F6FF"/></linearGradient><linearGradient id="b" x1="34.996" x2="34.996" y1="83.158" y2="70.971" gradientUnits="userSpaceOnUse"><stop stop-color="#E8EEFC"/><stop offset="1" stop-color="#81A5F9"/></linearGradient><linearGradient id="c" x1="11.667" x2="76.633" y1="77.174" y2="12.208" gradientUnits="userSpaceOnUse"><stop stop-color="#A7C0FB"/><stop offset="1" stop-color="#E8EEFC"/></linearGradient><linearGradient id="d" x1="24.9" x2="31.914" y1="62.163" y2="50.016" gradientUnits="userSpaceOnUse"><stop stop-color="#D2DDFA" stop-opacity="0"/><stop offset="1" stop-color="#6B91EB"/></linearGradient><linearGradient id="e" x1="26.962" x2="35.13" y1="55.534" y2="47.367" gradientUnits="userSpaceOnUse"><stop stop-color="#A7C0FB"/><stop offset=".315" stop-color="#D2DDFA"/><stop offset=".506" stop-color="#D8E1FB"/><stop offset=".753" stop-color="#E8EDFC"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="f" x1="39.702" x2="46.716" y1="53.617" y2="41.47" gradientUnits="userSpaceOnUse"><stop stop-color="#D2DDFA" stop-opacity="0"/><stop offset="1" stop-color="#6B91EB"/></linearGradient><linearGradient id="g" x1="41.764" x2="49.931" y1="46.988" y2="38.821" gradientUnits="userSpaceOnUse"><stop stop-color="#A7C0FB"/><stop offset=".315" stop-color="#D2DDFA"/><stop offset=".506" stop-color="#D8E1FB"/><stop offset=".753" stop-color="#E8EDFC"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="h" x1="52.894" x2="59.907" y1="46.001" y2="33.854" gradientUnits="userSpaceOnUse"><stop stop-color="#D2DDFA" stop-opacity="0"/><stop offset="1" stop-color="#6B91EB"/></linearGradient><linearGradient id="i" x1="54.955" x2="63.122" y1="39.372" y2="31.205" gradientUnits="userSpaceOnUse"><stop stop-color="#A7C0FB"/><stop offset=".315" stop-color="#D2DDFA"/><stop offset=".506" stop-color="#D8E1FB"/><stop offset=".753" stop-color="#E8EDFC"/><stop offset="1" stop-color="#fff"/></linearGradient><linearGradient id="j" x1="39.367" x2="104.927" y1="120.928" y2="7.374" gradientUnits="userSpaceOnUse"><stop stop-color="#81A5F9"/><stop offset=".025" stop-color="#769BF2"/><stop offset=".06" stop-color="#6D93ED"/><stop offset=".121" stop-color="#6B91EB"/><stop offset=".192" stop-color="#6E94EC"/><stop offset=".25" stop-color="#789BEF"/><stop offset=".303" stop-color="#89A9F3"/><stop offset=".353" stop-color="#A1BCFA"/><stop offset=".363" stop-color="#A7C0FB"/><stop offset=".384" stop-color="#9DB8F8"/><stop offset=".454" stop-color="#82A3F1"/><stop offset=".516" stop-color="#7196ED"/><stop offset=".563" stop-color="#6B91EB"/><stop offset=".677" stop-color="#7197EF"/><stop offset=".823" stop-color="#81A5F9"/><stop offset=".852" stop-color="#89ABF9"/><stop offset=".942" stop-color="#9FBAFB"/><stop offset="1" stop-color="#A7C0FB"/></linearGradient><linearGradient id="k" x1="73.778" x2="73.778" y1="129.652" y2="112.827" gradientUnits="userSpaceOnUse"><stop stop-color="#A7C0FB"/><stop offset="1" stop-color="#4971D0"/></linearGradient><linearGradient id="l" x1="41.573" x2="131.255" y1="121.391" y2="31.709" gradientUnits="userSpaceOnUse"><stop stop-color="#4971D0"/><stop offset="1" stop-color="#81A5F9"/></linearGradient><linearGradient id="m" x1="59.842" x2="71.984" y1="100.59" y2="79.559" gradientUnits="userSpaceOnUse"><stop stop-color="#4971D0" stop-opacity="0"/><stop offset="1" stop-color="#253C77"/></linearGradient><linearGradient id="n" x1="62.688" x2="73.962" y1="91.517" y2="80.243" gradientUnits="userSpaceOnUse"><stop stop-color="#81A5F9"/><stop offset=".315" stop-color="#A7C0FB"/><stop offset=".467" stop-color="#ADC4FB"/><stop offset=".663" stop-color="#BDCFFB"/><stop offset=".882" stop-color="#D7E2FC"/><stop offset="1" stop-color="#E8EEFC"/></linearGradient><linearGradient id="o" x1="80.274" x2="92.416" y1="88.793" y2="67.763" gradientUnits="userSpaceOnUse"><stop stop-color="#4971D0" stop-opacity="0"/><stop offset="1" stop-color="#253C77"/></linearGradient><linearGradient id="p" x1="83.121" x2="94.395" y1="79.72" y2="68.446" gradientUnits="userSpaceOnUse"><stop stop-color="#81A5F9"/><stop offset=".315" stop-color="#A7C0FB"/><stop offset=".467" stop-color="#ADC4FB"/><stop offset=".663" stop-color="#BDCFFB"/><stop offset=".882" stop-color="#D7E2FC"/><stop offset="1" stop-color="#E8EEFC"/></linearGradient><linearGradient id="q" x1="98.484" x2="110.626" y1="78.279" y2="57.249" gradientUnits="userSpaceOnUse"><stop stop-color="#4971D0" stop-opacity="0"/><stop offset="1" stop-color="#253C77"/></linearGradient><linearGradient id="r" x1="101.331" x2="112.605" y1="69.207" y2="57.932" gradientUnits="userSpaceOnUse"><stop stop-color="#81A5F9"/><stop offset=".315" stop-color="#A7C0FB"/><stop offset=".467" stop-color="#ADC4FB"/><stop offset=".663" stop-color="#BDCFFB"/><stop offset=".882" stop-color="#D7E2FC"/><stop offset="1" stop-color="#E8EEFC"/></linearGradient></defs></svg>
|