Migration to astro #1
143 changed files with 276 additions and 24289 deletions
25
.gitignore
vendored
25
.gitignore
vendored
|
|
@ -1,3 +1,24 @@
|
|||
# build output
|
||||
dist/
|
||||
# generated types
|
||||
.astro/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
.cache/
|
||||
public
|
||||
|
||||
# logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
|
||||
# environment variables
|
||||
.env
|
||||
.env.production
|
||||
|
||||
# macOS-specific files
|
||||
.DS_Store
|
||||
|
||||
# jetbrains setting folder
|
||||
.idea/
|
||||
|
|
|
|||
|
|
@ -7,53 +7,150 @@
|
|||
<option name="selectedModelId" value="auto" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="01345e21-67ff-441a-b47b-439ace178327" name="Changes" comment="Add captcha verification to contact form and improve error handling">
|
||||
<list default="true" id="01345e21-67ff-441a-b47b-439ace178327" name="Changes" comment="WIP: Cleaning">
|
||||
<change afterPath="$PROJECT_DIR$/src/pages/api/subscribe.ts" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/README.md" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/astro.config.mjs" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/astro.config.mjs" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/package.json" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/pnpm-lock.yaml" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/pnpm-lock.yaml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/projects/custom-pc4u.png" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/projects/custom-pc4u.png" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/projects/mockba-modular.png" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/projects/mockba-modular.png" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/projects/pryatki.png" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/projects/pryatki.png" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/projects/sizzapp.png" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/projects/sizzapp.png" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/projects/trackpro.png" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/projects/trackpro.png" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/BaseHead.astro" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/components/BaseHead.astro" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/ContactForm/ContactForm.astro" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/components/ContactForm/ContactForm.astro" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/ContactForm/contact-form.style.css" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/components/ContactForm/contact-form.style.css" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/Contacts/Contacts.astro" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/components/Contacts/Contacts.astro" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/Contacts/contacts.style.css" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/components/Contacts/contacts.style.css" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/Footer/Footer.astro" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/components/Footer/Footer.astro" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/Footer/footer.style.css" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/components/Footer/footer.style.css" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/FormInput/FormInput.astro" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/components/FormInput/FormInput.astro" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/FormInput/form-input.style.css" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/components/FormInput/form-input.style.css" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/FormattedDate.astro" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/components/FormattedDate.astro" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/Header.astro" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/Header/Header.astro" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/components/Header/Header.astro" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/Header/header.style.css" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/components/Header/header.style.css" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/HeaderLink.astro" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/components/HeaderLink.astro" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/HomePage.astro" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/components/HomePage.astro" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/consts.ts" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/consts.ts" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/content.config.ts" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/content.config.ts" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/content/blog/first-post.md" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/content/blog/first-post.md" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/content/blog/markdown-style-guide.md" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/content/blog/markdown-style-guide.md" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/content/blog/second-post.md" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/content/blog/second-post.md" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/content/blog/third-post.md" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/content/blog/third-post.md" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/content/blog/using-mdx.mdx" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/content/blog/using-mdx.mdx" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/i18n/ui.ts" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/i18n/ui.ts" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/i18n/utils.ts" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/i18n/utils.ts" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/layouts/BlogPost.astro" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/layouts/BlogPost.astro" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/pages/about.astro" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/pages/about.astro" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/pages/blog/[...slug].astro" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/pages/blog/[...slug].astro" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/pages/blog/index.astro" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/pages/blog/index.astro" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/pages/lv/index.astro" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/pages/lv/index.astro" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/pages/rss.xml.js" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/pages/rss.xml.js" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/styles/global.css" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/styles/global.css" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/styles/index.css" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/styles/index.css" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/styles/reset.css" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/styles/reset.css" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/translations/en.json" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/translations/en.json" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/translations/lv.json" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/src/translations/lv.json" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/tsconfig.json" beforeDir="false" afterPath="$PROJECT_DIR$/AstroLanding/tsconfig.json" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/.gitignore" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/.vscode/extensions.json" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/.vscode/launch.json" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/AGENTS.md" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/CLAUDE.md" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/README.md" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/astro.config.mjs" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/package.json" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/pnpm-lock.yaml" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/pnpm-workspace.yaml" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/blog-placeholder-1.jpg" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/blog-placeholder-2.jpg" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/blog-placeholder-3.jpg" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/blog-placeholder-4.jpg" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/blog-placeholder-5.jpg" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/blog-placeholder-about.jpg" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/fonts/atkinson-bold.woff" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/fonts/atkinson-regular.woff" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/about-us/rocket.png" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/contact-form/Austronaut.svg" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/contact-form/Mask Group.svg" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/contact-form/Mask.svg" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/contact-form/Planet Blue.svg" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/contact-form/Planet Yellow.svg" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/contact-form/dog-in-space.svg" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/footer/email.png" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/footer/logo.svg" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/footer/phone.png" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/footer/phone.svg" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/footer/telegram.png" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/footer/top-line.png" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/footer/top-line.svg" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/footer/whatsapp.png" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/header/Menu.svg" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/header/logo.svg" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/header/menu-close.svg" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/intro/astronaut.png" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/intro/spaceship.svg" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/projects/Inflid.png" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/projects/browser-window.png" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/projects/custom-pc4u.png" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/projects/inflid_full_1.png" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/projects/inflid_part_1.png" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/projects/mockba-modular.png" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/projects/projects-ui.svg" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/projects/pryatki.png" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/projects/sizzapp.png" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/projects/trackpro.png" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/services/circle.png" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/services/mobile_app.svg" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/services/ui_animations.svg" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/assets/images/main/services/web_development.svg" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/BaseHead.astro" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/ContactForm/ContactForm.astro" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/ContactForm/contact-form.style.css" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/Contacts/Contacts.astro" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/Contacts/contacts.style.css" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/Footer/Footer.astro" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/Footer/footer.style.css" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/FormInput/FormInput.astro" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/FormInput/form-input.style.css" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/FormattedDate.astro" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/Header/Header.astro" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/Header/header.style.css" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/HeaderLink.astro" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/components/HomePage.astro" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/consts.ts" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/content.config.ts" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/content/blog/first-post.md" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/content/blog/markdown-style-guide.md" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/content/blog/second-post.md" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/content/blog/third-post.md" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/content/blog/using-mdx.mdx" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/i18n/ui.ts" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/i18n/utils.ts" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/layouts/BlogPost.astro" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/pages/about.astro" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/pages/blog/[...slug].astro" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/pages/blog/index.astro" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/pages/en/index.astro" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/pages/index.astro" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/pages/lv/index.astro" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/pages/rss.xml.js" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/styles/global.css" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/styles/index.css" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/styles/reset.css" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/translations/en.json" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/src/translations/lv.json" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/AstroLanding/tsconfig.json" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/gatsby-config.js" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/assets/stylesheets/abstracts/_functions.scss" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/assets/stylesheets/abstracts/_mixins.scss" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/assets/stylesheets/abstracts/_variables.scss" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/assets/stylesheets/base/_colors.scss" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/assets/stylesheets/base/_reset.scss" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/assets/stylesheets/base/_typography.scss" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/assets/stylesheets/layout/_grid.scss" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/assets/stylesheets/style.scss" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/about/about.component.jsx" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/about/about.style.scss" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/contact-form/contact-form.component.jsx" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/contact-form/contact-form.style.scss" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/contacts/contacts.component.jsx" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/contacts/contacts.style.scss" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/custom-button/custom-button.component.jsx" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/custom-button/custom-button.style.scss" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/footer/footer.component.jsx" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/footer/footer.style.scss" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/form-input/form-input.component.jsx" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/form-input/form-input.style.scss" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/header/header.component.jsx" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/header/header.style.scss" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/intro/intro.component.jsx" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/intro/intro.styles.scss" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/language-switch/language-switch.component.jsx" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/language-switch/language-switch.style.scss" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/projects/projects.component.jsx" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/projects/projects.style.scss" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/section/section.component.jsx" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/section/section.style.scss" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/seo.jsx" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/services-card/card.component.jsx" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/services-card/card.style.scss" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/services/services.component.jsx" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/services/services.style.scss" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/swiper/mid-swiper.component.jsx" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/swiper/swiper-test.style.scss" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/components/swiper/swiper.style.scss" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/hooks/use-site-metadata.jsx" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/i18n.js" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/images/icon.png" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/main/main.component.jsx" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/main/main.style.scss" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/pages/404.js" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/pages/index.jsx" beforeDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/translations/en.json" beforeDir="false" afterPath="$PROJECT_DIR$/src/translations/en.json" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/src/translations/lv.json" beforeDir="false" afterPath="$PROJECT_DIR$/src/translations/lv.json" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/yarn.lock" beforeDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
|
@ -70,6 +167,8 @@
|
|||
<list>
|
||||
<option value="Astro Component" />
|
||||
<option value="CSS File" />
|
||||
<option value="Docker Compose" />
|
||||
<option value="TypeScript File" />
|
||||
</list>
|
||||
</option>
|
||||
</component>
|
||||
|
|
@ -140,11 +239,11 @@
|
|||
<recent name="$PROJECT_DIR$/AstroLanding/src/components/Footer" />
|
||||
</key>
|
||||
<key name="MoveFile.RECENT_KEYS">
|
||||
<recent name="$PROJECT_DIR$" />
|
||||
<recent name="$PROJECT_DIR$/AstroLanding/src/components/Contacts" />
|
||||
<recent name="$PROJECT_DIR$/AstroLanding/src/components/Footer" />
|
||||
<recent name="$PROJECT_DIR$/AstroLanding/src/components" />
|
||||
<recent name="$PROJECT_DIR$/AstroLanding/src/styles" />
|
||||
<recent name="$PROJECT_DIR$/AstroLanding/src/assets" />
|
||||
</key>
|
||||
</component>
|
||||
<component name="RunManager" selected="npm.Next.js: server-side">
|
||||
|
|
@ -182,7 +281,7 @@
|
|||
<workItem from="1784537953715" duration="6202000" />
|
||||
<workItem from="1784899208755" duration="13951000" />
|
||||
<workItem from="1785220782898" duration="240000" />
|
||||
<workItem from="1785317634340" duration="2709000" />
|
||||
<workItem from="1785317634340" duration="6157000" />
|
||||
</task>
|
||||
<task id="LOCAL-00001" summary="Add captcha verification to contact form and improve error handling">
|
||||
<option name="closed" value="true" />
|
||||
|
|
@ -192,7 +291,15 @@
|
|||
<option name="project" value="LOCAL" />
|
||||
<updated>1784538195783</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="2" />
|
||||
<task id="LOCAL-00002" summary="WIP: Astro migration">
|
||||
<option name="closed" value="true" />
|
||||
<created>1785320748598</created>
|
||||
<option name="number" value="00002" />
|
||||
<option name="presentableId" value="LOCAL-00002" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1785320748598</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="3" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
|
|
@ -201,6 +308,8 @@
|
|||
<component name="VcsManagerConfiguration">
|
||||
<MESSAGE value="some latest test changes" />
|
||||
<MESSAGE value="Add captcha verification to contact form and improve error handling" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Add captcha verification to contact form and improve error handling" />
|
||||
<MESSAGE value="WIP: Astro migration" />
|
||||
<MESSAGE value="WIP: Cleaning" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="WIP: Cleaning" />
|
||||
</component>
|
||||
</project>
|
||||
24
AstroLanding/.gitignore
vendored
24
AstroLanding/.gitignore
vendored
|
|
@ -1,24 +0,0 @@
|
|||
# build output
|
||||
dist/
|
||||
# generated types
|
||||
.astro/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
||||
# logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
|
||||
# environment variables
|
||||
.env
|
||||
.env.production
|
||||
|
||||
# macOS-specific files
|
||||
.DS_Store
|
||||
|
||||
# jetbrains setting folder
|
||||
.idea/
|
||||
4
AstroLanding/.vscode/extensions.json
vendored
4
AstroLanding/.vscode/extensions.json
vendored
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"recommendations": ["astro-build.astro-vscode", "unifiedjs.vscode-mdx"],
|
||||
"unwantedRecommendations": []
|
||||
}
|
||||
11
AstroLanding/.vscode/launch.json
vendored
11
AstroLanding/.vscode/launch.json
vendored
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"command": "./node_modules/.bin/astro dev",
|
||||
"name": "Development server",
|
||||
"request": "launch",
|
||||
"type": "node-terminal"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
## Development
|
||||
|
||||
When starting the dev server, use background mode:
|
||||
|
||||
```
|
||||
astro dev --background
|
||||
```
|
||||
|
||||
Manage the background server with `astro dev stop`, `astro dev status`, and `astro dev logs`.
|
||||
|
||||
## Documentation
|
||||
|
||||
Full documentation: https://docs.astro.build
|
||||
|
||||
Consult these guides before working on related tasks:
|
||||
|
||||
- [Adding pages, dynamic routes, or middleware](https://docs.astro.build/en/guides/routing/)
|
||||
- [Working with Astro components](https://docs.astro.build/en/basics/astro-components/)
|
||||
- [Using React, Vue, Svelte, or other framework components](https://docs.astro.build/en/guides/framework-components/)
|
||||
- [Adding or managing content](https://docs.astro.build/en/guides/content-collections/)
|
||||
- [Adding styles or using Tailwind](https://docs.astro.build/en/guides/styling/)
|
||||
- [Supporting multiple languages](https://docs.astro.build/en/guides/internationalization/)
|
||||
|
|
@ -1 +0,0 @@
|
|||
AGENTS.md
|
||||
|
|
@ -1,63 +0,0 @@
|
|||
# Astro Starter Kit: Blog
|
||||
|
||||
```sh
|
||||
pnpm create astro@latest -- --template blog
|
||||
```
|
||||
|
||||
> 🧑🚀 **Seasoned astronaut?** Delete this file. Have fun!
|
||||
|
||||
Features:
|
||||
|
||||
- ✅ Minimal styling (make it your own!)
|
||||
- ✅ 100/100 Lighthouse performance
|
||||
- ✅ SEO-friendly with canonical URLs and Open Graph data
|
||||
- ✅ Sitemap support
|
||||
- ✅ RSS Feed support
|
||||
- ✅ Markdown & MDX support
|
||||
|
||||
## 🚀 Project Structure
|
||||
|
||||
Inside of your Astro project, you'll see the following folders and files:
|
||||
|
||||
```text
|
||||
├── public/
|
||||
├── src/
|
||||
│ ├── assets/
|
||||
│ ├── components/
|
||||
│ ├── content/
|
||||
│ ├── layouts/
|
||||
│ └── pages/
|
||||
├── astro.config.mjs
|
||||
├── README.md
|
||||
├── package.json
|
||||
└── tsconfig.json
|
||||
```
|
||||
|
||||
Astro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name.
|
||||
|
||||
There's nothing special about `src/components/`, but that's where we like to put any Astro/React/Vue/Svelte/Preact components.
|
||||
|
||||
The `src/content/` directory contains "collections" of related Markdown and MDX documents. Use `getCollection()` to retrieve posts from `src/content/blog/`, and type-check your frontmatter using an optional schema. See [Astro's Content Collections docs](https://docs.astro.build/en/guides/content-collections/) to learn more.
|
||||
|
||||
Any static assets, like images, can be placed in the `public/` directory.
|
||||
|
||||
## 🧞 Commands
|
||||
|
||||
All commands are run from the root of the project, from a terminal:
|
||||
|
||||
| Command | Action |
|
||||
| :--------------------- | :----------------------------------------------- |
|
||||
| `pnpm install` | Installs dependencies |
|
||||
| `pnpm dev` | Starts local dev server at `localhost:4321` |
|
||||
| `pnpm build` | Build your production site to `./dist/` |
|
||||
| `pnpm preview` | Preview your build locally, before deploying |
|
||||
| `pnpm astro ...` | Run CLI commands like `astro add`, `astro check` |
|
||||
| `pnpm astro -- --help` | Get help using the Astro CLI |
|
||||
|
||||
## 👀 Want to learn more?
|
||||
|
||||
Check out [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).
|
||||
|
||||
## Credit
|
||||
|
||||
This theme is based off of the lovely [Bear Blog](https://github.com/HermanMartinus/bearblog/).
|
||||
|
|
@ -1,35 +0,0 @@
|
|||
// @ts-check
|
||||
|
||||
import mdx from "@astrojs/mdx";
|
||||
import sitemap from "@astrojs/sitemap";
|
||||
import { defineConfig, fontProviders } from "astro/config";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: "https://example.com",
|
||||
integrations: [mdx(), sitemap()],
|
||||
fonts: [
|
||||
{
|
||||
provider: fontProviders.local(),
|
||||
name: "Atkinson",
|
||||
cssVariable: "--font-atkinson",
|
||||
fallbacks: ["sans-serif"],
|
||||
options: {
|
||||
variants: [
|
||||
{
|
||||
src: ["./src/assets/fonts/atkinson-regular.woff"],
|
||||
weight: 400,
|
||||
style: "normal",
|
||||
display: "swap",
|
||||
},
|
||||
{
|
||||
src: ["./src/assets/fonts/atkinson-bold.woff"],
|
||||
weight: 700,
|
||||
style: "normal",
|
||||
display: "swap",
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
{
|
||||
"name": "astrolanding",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"engines": {
|
||||
"node": ">=22.12.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"format": "prettier --write .",
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "^7.0.3",
|
||||
"@astrojs/rss": "^4.0.19",
|
||||
"@astrojs/sitemap": "^3.7.3",
|
||||
"astro": "^7.1.3",
|
||||
"motion": "^12.42.2",
|
||||
"react": "^19.2.8",
|
||||
"react-dom": "^19.2.8",
|
||||
"sharp": "^0.35.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^3.9.6",
|
||||
"prettier-plugin-astro": "^0.14.1"
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -1,3 +0,0 @@
|
|||
allowBuilds:
|
||||
esbuild: true
|
||||
sharp: true
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,204 +0,0 @@
|
|||
<svg width="140" height="172" viewBox="0 0 140 172" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_608_3641)">
|
||||
<path d="M16.29 137.261C16.78 139.601 18.29 144.011 21.48 144.091C22.3192 144.184 23.1669 144.022 23.9125 143.626C24.6582 143.23 25.2671 142.618 25.66 141.871L22.95 136.631L16.29 137.261Z" fill="url(#paint0_linear_608_3641)"/>
|
||||
<path d="M16.29 137.261C16.78 139.601 18.29 144.011 21.48 144.091C22.3192 144.184 23.1669 144.022 23.9125 143.626C24.6582 143.23 25.2671 142.618 25.66 141.871L22.95 136.631L16.29 137.261Z" fill="#9DB1FE"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M24.1105 143.491C24.7864 143.12 25.3365 142.556 25.6905 141.871L22.9805 136.631L20.7305 136.841C21.4576 139.239 22.6018 141.49 24.1105 143.491Z" fill="url(#paint1_linear_608_3641)"/>
|
||||
<path d="M17.7703 137.131L16.3203 137.261C16.8103 139.601 18.3203 144.011 21.5103 144.091C21.73 144.107 21.9506 144.107 22.1703 144.091C19.2903 142.031 18.4503 138.991 17.7703 137.131Z" fill="#7381B9"/>
|
||||
<path d="M108.405 77.2252L86.4189 171.331L88.3665 171.786L110.352 77.6802L108.405 77.2252Z" fill="#959DBA"/>
|
||||
<path d="M87.2402 171.55L86.4502 171.36L108.44 77.25L109.28 77.45L87.2402 171.55Z" fill="white"/>
|
||||
<path d="M139.601 84.7608C139.601 84.7608 132.601 75.7608 122.271 78.2508C111.941 80.7408 108.791 76.8008 108.791 76.8008L103.391 99.3608C103.391 99.3608 108.891 102.661 120.391 99.3608C129.681 96.6908 133.491 107.771 133.491 107.771C136.481 102.841 137.471 93.0308 139.601 84.7608Z" fill="url(#paint2_linear_608_3641)"/>
|
||||
<path d="M124.19 79.5508C127.119 79.3405 130.049 79.9345 132.664 81.2687C135.28 82.6028 137.481 84.6264 139.03 87.1208C139.21 86.3208 139.4 85.5408 139.6 84.7608C139.6 84.7608 132.6 75.7608 122.27 78.2508C111.94 80.7408 108.79 76.8008 108.79 76.8008C108.79 76.8008 109.45 81.3608 124.19 79.5508Z" fill="white"/>
|
||||
<path d="M92.8506 116.48C92.8506 116.48 97.3006 122.21 100.141 121.94C104.291 121.56 103.961 113.81 101.901 113.31C99.9798 112.697 98.1188 111.91 96.3406 110.96L92.8506 116.48Z" fill="url(#paint3_linear_608_3641)"/>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M93.6406 115.23L92.8506 116.48C92.8506 116.48 97.3006 122.21 100.141 121.94C100.73 121.888 101.289 121.653 101.741 121.27C100.791 117.61 96.9606 116.53 93.6406 115.23Z" fill="#767575"/>
|
||||
</g>
|
||||
<path d="M103.341 117.89C103.181 116.48 102.651 115.33 101.901 115.15C99.9828 114.538 98.125 113.751 96.3506 112.8L93.5106 117.28C93.1006 116.8 92.8506 116.48 92.8506 116.48L96.3506 110.96C98.125 111.911 99.9828 112.698 101.901 113.31C102.971 113.57 103.581 115.77 103.341 117.89Z" fill="#9DB1FE"/>
|
||||
<path d="M100.15 111.45L93.1503 117.75L92.0703 118.75C88.2503 114.49 84.3203 110.99 80.3703 109.94C80.3703 109.94 79.4403 144.22 60.4303 164.84L51.9603 164.34L49.7403 145.11L49.4503 164.36L40.9703 164.86C40.9703 164.86 29.4003 156.94 22.2503 138.58L15.4803 139.91C15.4803 139.91 4.27028 120.08 14.6303 101.73C20.0503 92.1204 29.5003 85.8904 46.1403 84.7304C67.4703 83.1004 85.8403 91.9304 100.15 111.45Z" fill="url(#paint4_linear_608_3641)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M49.4499 141.85C47.8599 142.29 47.2599 161.25 47.4499 164.44L49.4499 164.32L49.78 145.09L52 164.36L53.6 164.45C54.41 158.44 50.2899 141.61 49.4499 141.85Z" fill="url(#paint5_linear_608_3641)"/>
|
||||
<path d="M43.0401 164.7L40.9701 164.82C40.9701 164.82 29.9701 157.29 22.8101 139.92C34.3601 157.59 41.4002 162.62 43.0401 164.7ZM59.1802 164.75L60.4701 164.82C78.0301 145.82 80.1602 115.08 80.3802 110.52C79.1902 121.36 71.6602 150.41 59.1802 164.75ZM16.2902 102.59C23.4502 86.05 56.9602 89.12 64.2901 89.93C80.2301 91.69 94.8601 105.98 99.2201 112.23L100.07 111.45C85.7602 91.93 67.4002 83.1 46.0702 84.65C29.4402 85.85 19.9902 92.08 14.5701 101.65C4.21015 120 15.4101 139.83 15.4101 139.83L16.6001 139.59C13.9001 132.36 7.79015 122.27 16.2902 102.59Z" fill="#F7F7F7"/>
|
||||
<path d="M48.2899 15.0701C39.6399 15.0701 33.0999 11.9101 32.7299 10.0701C32.7126 10.0066 32.6811 9.9478 32.6375 9.89838C32.594 9.84895 32.5397 9.81018 32.4789 9.78506C32.418 9.75993 32.3521 9.74913 32.2864 9.75348C32.2207 9.75782 32.1569 9.7772 32.0999 9.81012C29.6399 10.9501 30.3598 14.4301 31.6498 16.1401C32.1554 16.8062 32.7709 17.3811 33.4698 17.8401C32.4698 18.2301 26.4698 14.5201 27.4698 8.95012C27.5002 8.83995 27.4893 8.72252 27.4393 8.61978C27.3893 8.51704 27.3036 8.43604 27.1982 8.39192C27.0928 8.3478 26.9749 8.34359 26.8666 8.38007C26.7584 8.41654 26.6671 8.49122 26.6099 8.59013C24.7599 11.0101 23.5399 13.5901 24.6699 16.5901C25.3198 18.2033 26.4647 19.5688 27.9398 20.4901L27.6399 20.6601C26.5617 20.2984 25.5093 19.8641 24.4899 19.3601C23.0999 18.6801 20.4899 17.4801 20.6999 15.6501C20.6999 15.2701 20.2199 15.2201 20.0499 15.4701C18.6599 17.4101 20.1598 19.4701 21.6498 20.7601C22.5298 21.5401 22.7499 23.9001 21.9099 24.6101C17.7636 28.0493 14.422 32.3559 12.1206 37.2265C9.81923 42.0972 8.61399 47.4132 8.58984 52.8001C8.58984 73.6301 26.3699 90.5201 48.2899 90.5201C70.2099 90.5201 87.9899 73.6301 87.9899 52.8001C87.9899 31.9701 70.2099 15.1301 48.2899 15.0701Z" fill="url(#paint6_linear_608_3641)"/>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M87.9906 52.8004C87.9906 73.6304 70.2206 90.5204 48.2906 90.5204C26.3606 90.5204 8.60059 73.6304 8.60059 52.8004C8.60102 51.2792 8.69789 49.7594 8.89059 48.2504C13.9706 63.5304 29.0006 74.6004 46.7606 74.6004C67.0606 74.6004 83.7606 60.1304 86.1606 41.4404C87.3757 45.1045 87.9936 48.9401 87.9906 52.8004Z" fill="#231715"/>
|
||||
</g>
|
||||
<path d="M10.2899 47.0001C15.9699 24.5301 48.8698 11.6101 68.4598 24.1601C82.8898 33.4001 89.0498 51.7301 84.7798 67.5801C86.8706 62.9333 87.9511 57.8956 87.9498 52.8001C87.9498 31.9601 70.1699 15.1301 48.2499 15.0701C39.5999 15.0701 33.0599 11.9101 32.6898 10.0701C32.6726 10.0066 32.6411 9.9478 32.5975 9.89838C32.554 9.84895 32.4997 9.81018 32.4388 9.78506C32.378 9.75993 32.3121 9.74913 32.2464 9.75348C32.1807 9.75782 32.1169 9.7772 32.0598 9.81012C29.5998 10.9501 30.3199 14.4301 31.6099 16.1401C32.1154 16.8062 32.7309 17.3811 33.4299 17.8401C32.4299 18.2301 26.4299 14.5201 27.4299 8.95012C27.4602 8.83995 27.4493 8.72252 27.3993 8.61978C27.3493 8.51704 27.2636 8.43604 27.1582 8.39192C27.0528 8.3478 26.9349 8.34359 26.8266 8.38007C26.7183 8.41654 26.6271 8.49122 26.5699 8.59013C24.7199 11.0101 23.4999 13.5901 24.6299 16.5901C25.2798 18.2033 26.4247 19.5688 27.8998 20.4901L27.5999 20.6601C26.5353 20.2967 25.4963 19.8624 24.4899 19.3601C23.0999 18.6801 20.4899 17.4801 20.6999 15.6501C20.6999 15.2701 20.2199 15.2201 20.0499 15.4701C18.6599 17.4101 20.1598 19.4701 21.6498 20.7601C22.5298 21.5401 22.7499 23.9001 21.9099 24.6101C17.7636 28.0493 14.422 32.3559 12.1206 37.2265C9.81923 42.0972 8.61399 47.4132 8.58984 52.8001C8.59453 55.0963 8.8189 57.3867 9.25986 59.6401C8.91503 55.3988 9.26291 51.1297 10.2899 47.0001Z" fill="url(#paint7_linear_608_3641)"/>
|
||||
<g opacity="0.54">
|
||||
<path opacity="0.54" d="M48.29 3C57.2475 3 66.0039 5.65621 73.4518 10.6327C80.8997 15.6093 86.7047 22.6826 90.1326 30.9583C93.5604 39.2339 94.4573 48.3402 92.7098 57.1256C90.9622 65.911 86.6488 73.9809 80.3149 80.3149C73.9809 86.6488 65.911 90.9622 57.1257 92.7098C48.3403 94.4573 39.234 93.5604 30.9583 90.1325C22.6826 86.7046 15.6093 80.8997 10.6328 73.4518C5.65623 66.0039 3.00001 57.2475 3.00001 48.29C3.01589 36.2832 7.79261 24.7728 16.2827 16.2827C24.7728 7.79259 36.2832 3.01588 48.29 3ZM48.29 0C38.7392 0 29.4028 2.83216 21.4615 8.13834C13.5203 13.4445 7.33084 20.9864 3.67588 29.8102C0.0209286 38.6341 -0.935382 48.3436 0.927899 57.7109C2.79118 67.0782 7.39036 75.6827 14.1438 82.4362C20.8973 89.1897 29.5018 93.7888 38.8691 95.6521C48.2365 97.5154 57.946 96.5591 66.7698 92.9041C75.5937 89.2492 83.1355 83.0597 88.4417 75.1185C93.7479 67.1772 96.58 57.8409 96.58 48.29C96.58 41.9485 95.331 35.669 92.9042 29.8102C90.4774 23.9514 86.9203 18.628 82.4362 14.1438C77.9521 9.65967 72.6286 6.10266 66.7698 3.67586C60.911 1.24906 54.6316 0 48.29 0Z" fill="white"/>
|
||||
</g>
|
||||
<g opacity="0.19">
|
||||
<path opacity="0.19" d="M96.0294 55.5441C100.036 29.177 81.909 4.55425 55.5418 0.547764C29.1746 -3.45873 4.5519 14.6682 0.545411 41.0353C-3.46108 67.4025 14.6658 92.0252 41.033 96.0317C67.4002 100.038 92.0229 81.9113 96.0294 55.5441Z" fill="white"/>
|
||||
</g>
|
||||
<path d="M75.1904 91.6901H21.3904C20.3886 91.6875 19.4287 91.2884 18.7204 90.5801C18.0121 89.8718 17.613 88.9118 17.6104 87.9101C17.6103 86.9067 18.0083 85.9442 18.7169 85.2337C19.4255 84.5232 20.3869 84.1228 21.3904 84.1201H75.1904C76.1938 84.1228 77.1552 84.5232 77.8638 85.2337C78.5724 85.9442 78.9703 86.9067 78.9703 87.9101C78.9677 88.9118 78.5686 89.8718 77.8603 90.5801C77.152 91.2884 76.1921 91.6875 75.1904 91.6901Z" fill="url(#paint8_linear_608_3641)"/>
|
||||
<path d="M75.1904 91.6901H21.3904C20.3886 91.6875 19.4287 91.2884 18.7204 90.5801C18.0121 89.8718 17.613 88.9118 17.6104 87.9101C17.6103 86.9067 18.0083 85.9442 18.7169 85.2337C19.4255 84.5232 20.3869 84.1228 21.3904 84.1201H75.1904C76.1938 84.1228 77.1552 84.5232 77.8638 85.2337C78.5724 85.9442 78.9703 86.9067 78.9703 87.9101C78.9677 88.9118 78.5686 89.8718 77.8603 90.5801C77.152 91.2884 76.1921 91.6875 75.1904 91.6901Z" fill="#9DB1FE"/>
|
||||
<path style="mix-blend-mode:screen" d="M78.9701 87.9109C78.9705 88.1289 78.9504 88.3466 78.9101 88.5609C78.7631 87.6814 78.3083 86.8828 77.6269 86.3076C76.9455 85.7324 76.0819 85.4182 75.1902 85.4209H21.4001C20.9035 85.4183 20.4115 85.5152 19.9529 85.7058C19.4943 85.8965 19.0786 86.177 18.7302 86.5309C18.178 87.0702 17.8105 87.7702 17.6802 88.5309C17.6399 88.3166 17.6198 88.0989 17.6201 87.8809C17.6185 87.3829 17.7158 86.8896 17.9063 86.4295C18.0968 85.9695 18.3769 85.5518 18.7302 85.2009C19.0786 84.847 19.4943 84.5665 19.9529 84.3758C20.4115 84.1852 20.9035 84.0883 21.4001 84.0909H75.1902C75.6896 84.0922 76.1838 84.1922 76.6444 84.3851C77.105 84.578 77.523 84.8601 77.8743 85.2151C78.2255 85.57 78.5032 85.991 78.6913 86.4536C78.8793 86.9162 78.9741 87.4115 78.9701 87.9109Z" fill="url(#paint9_linear_608_3641)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M78.9701 87.91C78.9716 88.4064 78.8742 88.8982 78.6836 89.3566C78.493 89.815 78.2131 90.2309 77.8601 90.58C77.1524 91.2892 76.1921 91.6884 75.1902 91.69H21.4001C20.3976 91.69 19.4362 91.2917 18.7273 90.5828C18.0184 89.8739 17.6201 88.9125 17.6201 87.91C17.6197 87.5016 17.6874 87.0961 17.8201 86.71C18.0688 87.4624 18.5489 88.117 19.1918 88.5804C19.8348 89.0437 20.6076 89.292 21.4001 89.2899H75.1902C75.6866 89.2914 76.1783 89.194 76.6367 89.0034C77.0952 88.8128 77.511 88.5329 77.8601 88.18C78.2759 87.7692 78.5878 87.2653 78.7701 86.71C78.9029 87.0961 78.9705 87.5016 78.9701 87.91Z" fill="url(#paint10_linear_608_3641)"/>
|
||||
<path d="M40.9703 164.82L41.6303 166.94L38.8203 168.86L49.6203 168.5L49.4503 164.32L40.9703 164.82Z" fill="url(#paint11_linear_608_3641)"/>
|
||||
<path d="M40.9703 164.82L41.6303 166.94L38.8203 168.86L49.6203 168.5L49.4503 164.32L40.9703 164.82Z" fill="#9DB1FE"/>
|
||||
<path style="mix-blend-mode:screen" opacity="0.79" d="M50.8803 9.58035C53.2903 4.48035 71.0703 6.40034 81.8803 21.1203C91.1703 33.7403 92.8803 52.8004 87.9503 52.8004C86.6203 52.8004 83.0103 34.5304 70.5703 26.3004C57.2903 17.5004 46.9103 17.9604 50.8803 9.58035Z" fill="url(#paint12_linear_608_3641)"/>
|
||||
<path style="mix-blend-mode:screen" opacity="0.79" d="M48.9204 81.6405C46.7304 86.8405 28.9204 85.6905 17.4104 71.4505C7.58037 59.2405 5.09038 40.2805 9.98038 40.0705C11.3104 40.0105 15.7004 58.0704 28.4904 65.7904C42.1804 74.0104 52.5304 73.0905 48.9204 81.6405Z" fill="url(#paint13_linear_608_3641)"/>
|
||||
<path d="M71.2106 115.68C71.6606 123.43 75.7806 126.32 78.8506 123.35C79.6206 122.61 80.4807 125.63 77.4407 127.83C74.4007 130.03 68.1306 129.4 68.5806 115.83C68.5806 115.82 71.2006 115.47 71.2106 115.68Z" fill="url(#paint14_linear_608_3641)"/>
|
||||
<path d="M71.2106 115.68C71.6606 123.43 75.7806 126.32 78.8506 123.35C79.6206 122.61 80.4807 125.63 77.4407 127.83C74.4007 130.03 68.1306 129.4 68.5806 115.83C68.5806 115.82 71.2006 115.47 71.2106 115.68Z" fill="#9DB1FE"/>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M73.4802 128.6C73.8252 128.369 74.1437 128.101 74.4302 127.8C74.8424 127.333 75.1573 126.788 75.3565 126.197C75.5557 125.606 75.6351 124.982 75.5901 124.36C73.4401 123.8 71.5101 120.81 71.2101 115.65C71.2101 115.44 68.5801 115.79 68.5801 115.79C68.2901 124.57 70.8502 127.9 73.4802 128.6Z" fill="#2D2244"/>
|
||||
</g>
|
||||
<path d="M75.5803 89.6607C72.7603 89.9307 68.2803 96.7907 69.7903 103.461C70.0103 104.461 71.5204 103.891 71.5704 102.981C71.8804 97.7907 75.1604 92.5907 77.9404 91.6907C79.9704 91.0307 76.3603 89.5907 75.5803 89.6607Z" fill="url(#paint15_linear_608_3641)"/>
|
||||
<path d="M75.5803 89.6607C72.7603 89.9307 68.2803 96.7907 69.7903 103.461C70.0103 104.461 71.5204 103.891 71.5704 102.981C71.8804 97.7907 75.1604 92.5907 77.9404 91.6907C79.9704 91.0307 76.3603 89.5907 75.5803 89.6607Z" fill="#9DB1FE"/>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M71.5797 93.21C69.7245 96.2834 69.0861 99.9396 69.7898 103.46C70.0098 104.46 71.5198 103.89 71.5698 102.98C71.7538 100.519 72.4776 98.1293 73.6898 95.9799C73.1202 94.962 72.4099 94.0295 71.5797 93.21Z" fill="#2D2244"/>
|
||||
</g>
|
||||
<path style="mix-blend-mode:screen" d="M75.0605 90.7905C75.8519 91.0964 76.6039 91.4959 77.3005 91.9805C77.5039 91.8633 77.7183 91.7662 77.9405 91.6905C79.9405 91.0305 76.3604 89.5905 75.5804 89.6905C74.992 89.7884 74.44 90.0402 73.9805 90.4205C74.3405 90.5105 74.7105 90.6505 75.0605 90.7905Z" fill="url(#paint16_linear_608_3641)"/>
|
||||
<path style="mix-blend-mode:screen" d="M78.8503 123.36C78.488 123.726 78.0607 124.021 77.5903 124.23C77.675 125.683 77.3045 127.127 76.5303 128.36C76.8529 128.223 77.1583 128.048 77.4403 127.84C80.4803 125.63 79.6203 122.61 78.8503 123.36Z" fill="url(#paint17_linear_608_3641)"/>
|
||||
<path d="M31.6105 115.82C32.0605 129.4 25.6105 129.93 22.7405 127.82C22.1935 127.47 21.6811 127.068 21.2105 126.62C21.0805 125.46 21.0905 124.47 21.0205 123.16C24.0905 126.16 28.5205 123.42 28.9705 115.67C28.9905 115.47 31.6105 115.82 31.6105 115.82Z" fill="#555050"/>
|
||||
<path d="M31.6105 115.82C32.0605 129.4 25.6105 129.93 22.7405 127.82C22.1935 127.47 21.6811 127.068 21.2105 126.62C21.0805 125.46 21.0905 124.47 21.0205 123.16C24.0905 126.16 28.5205 123.42 28.9705 115.67C28.9905 115.47 31.6105 115.82 31.6105 115.82Z" fill="#5C64A1"/>
|
||||
<path d="M22.29 91.6907C25.08 92.5907 28.36 97.7907 28.66 102.981C28.71 103.891 30.22 104.431 30.44 103.461C31.96 96.7907 27.44 89.9307 24.65 89.6607C23.83 89.5907 20.21 91.0307 22.29 91.6907Z" fill="url(#paint18_linear_608_3641)"/>
|
||||
<path d="M22.29 91.6907C25.08 92.5907 28.36 97.7907 28.66 102.981C28.71 103.891 30.22 104.431 30.44 103.461C31.96 96.7907 27.44 89.9307 24.65 89.6607C23.83 89.5907 20.21 91.0307 22.29 91.6907Z" fill="#9DB1FE"/>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M28.6102 93.21C30.4629 96.2844 31.0979 99.9409 30.3902 103.46C30.1702 104.46 28.6602 103.89 28.6102 102.98C28.4358 100.517 27.7114 98.1254 26.4902 95.9799C27.0633 94.9616 27.777 94.0291 28.6102 93.21Z" fill="#2D2244"/>
|
||||
</g>
|
||||
<path style="mix-blend-mode:screen" d="M25.12 90.7905C24.3317 91.0964 23.583 91.496 22.89 91.9805C22.6832 91.8632 22.4655 91.7661 22.24 91.6905C20.24 91.0305 23.83 89.5905 24.6 89.6905C25.1921 89.7862 25.7479 90.0382 26.21 90.4205C25.84 90.5105 25.48 90.6505 25.12 90.7905Z" fill="url(#paint19_linear_608_3641)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M45.46 168.63L49.62 168.5L49.44 164.32L47.09 164.46C47.0637 166.001 46.4853 167.48 45.46 168.63Z" fill="url(#paint20_linear_608_3641)"/>
|
||||
<path d="M40.6799 168.79L42.2899 167.66C42.9399 167.2 43.4999 166.98 43.0299 166.16C42.7599 165.67 42.3099 165.26 42.0299 164.79L41.0299 164.85L41.6899 166.96L38.8799 168.88L40.6799 168.79Z" fill="#94A3DD"/>
|
||||
<path d="M60.4703 164.82L59.8103 166.94L62.6303 168.86L51.8203 168.5L52.0003 164.32L60.4703 164.82Z" fill="url(#paint21_linear_608_3641)"/>
|
||||
<path d="M60.4703 164.82L59.8103 166.94L62.6303 168.86L51.8203 168.5L52.0003 164.32L60.4703 164.82Z" fill="#9DB1FE"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M54.2899 164.45L52.0198 164.32L51.8398 168.5L55.3199 168.61C54.6723 167.317 54.3204 165.896 54.2899 164.45Z" fill="url(#paint22_linear_608_3641)"/>
|
||||
<path d="M59.4003 164.761C58.9803 165.451 58.5303 166.131 58.0703 166.761C58.9334 167.364 59.7491 168.033 60.5103 168.761L62.6203 168.831L59.8103 166.911L60.4703 164.801L59.4003 164.761Z" fill="url(#paint23_linear_608_3641)"/>
|
||||
<path d="M59.4003 164.761C58.9803 165.451 58.5303 166.131 58.0703 166.761C58.9334 167.364 59.7491 168.033 60.5103 168.761L62.6203 168.831L59.8103 166.911L60.4703 164.801L59.4003 164.761Z" fill="#94A3DD"/>
|
||||
<path d="M28.2305 82.6606C30.8205 78.9306 64.9405 79.3006 68.6305 82.6606C72.3205 86.0206 72.6304 133.401 69.7004 136.571C66.7704 139.741 29.6105 138.801 27.7705 136.261C24.2905 131.501 25.6305 86.3606 28.2305 82.6606Z" fill="url(#paint24_linear_608_3641)"/>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.2">
|
||||
<path d="M69.7105 136.57C66.8105 139.73 29.6105 138.8 27.7705 136.26C26.1705 134.05 25.6005 123.1 25.7005 111.66C25.7705 121.28 26.3905 129.66 27.7705 131.57C29.6105 134.11 66.7705 135.05 69.7105 131.88C70.9305 130.55 71.5905 121.38 71.7105 110.96C71.7705 123.18 71.1105 135.04 69.7105 136.57Z" fill="#767575"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.4">
|
||||
<path d="M69.7106 102.77C66.8106 104.06 29.6106 103.68 27.7706 102.65C25.9306 101.62 25.4906 96.3504 25.7706 91.2004C25.9606 94.4604 26.5806 97.1504 27.7706 97.8204C29.6106 98.8204 66.7706 99.2304 69.7106 97.9404C70.7806 97.4604 71.4206 94.5204 71.6106 90.9404C71.8806 96.3604 71.2906 102.09 69.7106 102.77Z" fill="#767575"/>
|
||||
</g>
|
||||
<path d="M28.2305 79.8003C30.8205 78.2803 64.9405 78.4303 68.6305 79.8003C72.3205 81.1703 72.6304 100.48 69.7004 101.8C66.7704 103.12 29.6105 102.71 27.7705 101.68C24.2905 99.7103 25.6305 81.3603 28.2305 79.8003Z" fill="url(#paint25_linear_608_3641)"/>
|
||||
<g style="mix-blend-mode:screen" opacity="0.3">
|
||||
<path d="M71.6503 93.6403C71.5103 88.3903 70.5103 83.0503 68.6503 82.3603C64.9603 80.9903 30.8303 80.8403 28.2403 82.3603C26.8803 83.1603 25.8703 88.6103 25.7203 93.8903C25.5503 87.9703 26.6603 80.7403 28.2403 79.8003C30.8303 78.2803 64.9603 78.4303 68.6503 79.8003C70.8203 80.6103 71.8103 87.7103 71.6503 93.6403Z" fill="#636262"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.2">
|
||||
<path d="M69.7106 101.77C66.8106 103.06 29.6106 102.68 27.7706 101.65C25.9306 100.62 25.4906 95.3504 25.7706 90.2004C25.9606 93.4604 26.5806 96.1504 27.7706 96.8204C29.6106 97.8204 66.7706 98.2304 69.7106 96.9404C70.7806 96.4604 71.4206 93.5204 71.6106 89.9404C71.8806 95.3604 71.2906 101.09 69.7106 101.77Z" fill="#767575"/>
|
||||
</g>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M33.1504 106.56C30.7604 109.29 30.2804 125.56 33.1504 127.07C36.0204 128.58 62.6004 128.78 63.5804 127.07C64.5604 125.36 65.7704 108.85 63.5804 106.56C61.3904 104.27 35.5304 103.83 33.1504 106.56Z" fill="url(#paint26_linear_608_3641)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M20.6201 110.55C20.6201 110.48 20.4401 109.33 19.9601 111.44C17.7301 121.34 19.5601 134.62 20.9601 138.78C21.3724 138.679 21.7896 138.599 22.2101 138.54C21.3501 132.66 20.5301 115.24 20.6201 110.55Z" fill="url(#paint27_linear_608_3641)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M93.1902 117.75L92.1102 118.75C88.2902 114.49 84.3602 110.99 80.4102 109.94C80.4102 109.94 82.6601 108.54 88.5201 112.63C90.3733 114.041 91.9555 115.775 93.1902 117.75Z" fill="url(#paint28_linear_608_3641)"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_608_3641" x1="16.32" y1="140.361" x2="25.69" y2="140.361" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_608_3641" x1="2468.19" y1="1890.73" x2="2492.79" y2="1890.73" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_608_3641" x1="103.391" y1="92.2908" x2="139.601" y2="92.2908" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E1DAE5"/>
|
||||
<stop offset="1" stop-color="#F7F4F9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_608_3641" x1="6048.28" y1="2661.56" x2="6159.16" y2="2661.56" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#9DB1FE"/>
|
||||
<stop offset="1" stop-color="#5C86F0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear_608_3641" x1="43433.3" y1="19384.7" x2="51518.3" y2="19384.7" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E1DAE5"/>
|
||||
<stop offset="1" stop-color="#F7F4F9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear_608_3641" x1="47.4299" y1="153.14" x2="53.7" y2="153.14" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#C8B8D3" stop-opacity="0.9"/>
|
||||
<stop offset="1" stop-color="#C8B8D3" stop-opacity="0.3"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint6_linear_608_3641" x1="8.58984" y1="49.4301" x2="87.9899" y2="49.4301" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#181818"/>
|
||||
<stop offset="1" stop-color="#353535"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint7_linear_608_3641" x1="38204.5" y1="9105.26" x2="44505.7" y2="9105.26" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E1DAE5"/>
|
||||
<stop offset="1" stop-color="#F7F4F9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint8_linear_608_3641" x1="30103.6" y1="1625" x2="33868.7" y2="1625" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint9_linear_608_3641" x1="30099.4" y1="986.952" x2="33863.3" y2="986.952" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint10_linear_608_3641" x1="30099.4" y1="1106.81" x2="33863.2" y2="1106.81" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint11_linear_608_3641" x1="458.076" y1="920.638" x2="574.716" y2="920.638" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint12_linear_608_3641" x1="55.1003" y1="6.62035" x2="96.5403" y2="48.4003" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint13_linear_608_3641" x1="20288" y1="6739.01" x2="21575.3" y2="8709.48" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint14_linear_608_3641" x1="6035.74" y1="3250.47" x2="6157.23" y2="3250.47" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint15_linear_608_3641" x1="4984.23" y1="3134.21" x2="5066.35" y2="3134.21" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint16_linear_608_3641" x1="2566.63" y1="563.5" x2="2587.46" y2="563.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint17_linear_608_3641" x1="1752.49" y1="1358.61" x2="1761.79" y2="1358.61" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint18_linear_608_3641" x1="4515.37" y1="3131.41" x2="4597.82" y2="3131.41" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint19_linear_608_3641" x1="2280" y1="563.5" x2="2300.93" y2="563.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint20_linear_608_3641" x1="2201.06" y1="1380.26" x2="2218.37" y2="1380.26" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint21_linear_608_3641" x1="611.995" y1="920.638" x2="728.743" y2="920.638" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint22_linear_608_3641" x1="1877.23" y1="1374.53" x2="1889.34" y2="1374.53" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint23_linear_608_3641" x1="2473.11" y1="1314.33" x2="2493.82" y2="1314.33" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint24_linear_608_3641" x1="22953.1" y1="13256.9" x2="25068.4" y2="13256.9" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E1DAE5"/>
|
||||
<stop offset="1" stop-color="#F7F4F9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint25_linear_608_3641" x1="22953.1" y1="5012.5" x2="25068.4" y2="5012.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E1DAE5"/>
|
||||
<stop offset="1" stop-color="#F7F4F9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint26_linear_608_3641" x1="16979.6" y1="5583.81" x2="18111.1" y2="5583.81" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#C8B8D3" stop-opacity="0.9"/>
|
||||
<stop offset="1" stop-color="#C8B8D3" stop-opacity="0.3"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint27_linear_608_3641" x1="1637.91" y1="6978.88" x2="1648.87" y2="6978.88" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#C8B8D3" stop-opacity="0.9"/>
|
||||
<stop offset="1" stop-color="#C8B8D3" stop-opacity="0.3"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint28_linear_608_3641" x1="7149.3" y1="2187.74" x2="7312.63" y2="2187.74" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#C8B8D3" stop-opacity="0.9"/>
|
||||
<stop offset="1" stop-color="#C8B8D3" stop-opacity="0.3"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip0_608_3641">
|
||||
<rect width="139.6" height="171.82" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
|
@ -1,389 +0,0 @@
|
|||
<svg width="392" height="396" viewBox="0 0 392 396" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<mask id="mask0_608_3578" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="392" height="396">
|
||||
<rect width="392" height="396" rx="33" fill="#1B1B1B"/>
|
||||
</mask>
|
||||
<g mask="url(#mask0_608_3578)">
|
||||
<path d="M338.825 538.824C417.769 459.88 417.769 331.886 338.825 252.941C259.88 173.997 131.886 173.997 52.9417 252.941C-26.0028 331.886 -26.0028 459.88 52.9417 538.824C131.886 617.769 259.88 617.769 338.825 538.824Z" fill="url(#paint0_radial_608_3578)"/>
|
||||
<path d="M323.863 523.862C394.544 453.181 394.544 338.585 323.863 267.904C253.182 197.223 138.585 197.223 67.9041 267.904C-2.77692 338.585 -2.77692 453.181 67.9041 523.862C138.585 594.543 253.182 594.543 323.863 523.862Z" fill="url(#paint1_radial_608_3578)"/>
|
||||
<path style="mix-blend-mode:screen" d="M60.9589 353.327C55.0989 336.817 60.7089 315.087 67.7589 300.897C82.6689 270.847 112.979 252.057 143.359 240.427C238.289 204.047 326.149 278.607 328.819 318.427C331.489 358.247 289.819 373.117 239.009 353.137C188.199 333.157 140.129 385.907 103.779 380.827C89.8989 378.907 75.9989 374.547 66.5989 363.337C64.1322 360.366 62.2216 356.975 60.9589 353.327V353.327Z" fill="url(#paint2_radial_608_3578)"/>
|
||||
<g opacity="0.7">
|
||||
<path style="mix-blend-mode:screen" opacity="0.7" d="M100.549 295.646C98.1974 282.579 96.5616 269.393 95.649 256.146C65.6175 277.883 43.4536 308.78 32.4894 344.194C21.5251 379.608 22.3532 417.624 34.849 452.526C31.1961 422.921 35.3359 392.874 46.8589 365.359C58.382 337.844 76.8889 313.814 100.549 295.646V295.646Z" fill="url(#paint3_radial_608_3578)"/>
|
||||
<path style="mix-blend-mode:screen" opacity="0.7" d="M308.399 265.777C280.81 241.731 246.24 227.163 209.762 224.213C173.284 221.263 136.822 230.086 105.729 249.387C106.385 262.625 107.811 275.814 109.999 288.887C139.669 269.171 174.752 259.205 210.357 260.379C245.961 261.553 280.312 273.809 308.618 295.437C309.366 285.561 309.292 275.64 308.399 265.777Z" fill="url(#paint4_radial_608_3578)"/>
|
||||
<path style="mix-blend-mode:screen" opacity="0.7" d="M346.179 335.206C347.082 328.874 347.649 322.499 347.879 316.106C339.717 300.379 329.18 286.004 316.639 273.486C316.989 282.752 316.705 292.03 315.789 301.256C327.382 311.173 337.602 322.59 346.179 335.206V335.206Z" fill="url(#paint5_radial_608_3578)"/>
|
||||
<path style="mix-blend-mode:screen" opacity="0.7" d="M352.349 344.957C357.713 354.092 362.222 363.703 365.819 373.667C363.971 358.826 360.172 344.294 354.519 330.447C353.972 335.307 353.249 340.144 352.349 344.957Z" fill="url(#paint6_radial_608_3578)"/>
|
||||
</g>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M334.889 285.616C339.366 306.339 339.242 327.791 334.525 348.46C329.808 369.13 320.614 388.512 307.591 405.241C294.568 421.97 278.032 435.638 259.152 445.281C240.271 454.924 219.505 460.307 198.317 461.05C177.129 461.793 156.037 457.878 136.527 449.582C117.017 441.286 99.5648 428.81 85.4014 413.035C71.2381 397.259 60.7084 378.568 54.5552 358.28C48.4019 337.992 46.7749 316.601 49.7889 295.616C49.7889 295.306 49.8989 295.016 49.9389 294.706C31.0936 321.759 20.1416 353.518 18.3068 386.437C16.472 419.355 23.8267 452.135 39.549 481.115C55.2712 510.094 78.7418 534.13 107.338 550.539C135.934 566.947 168.53 575.081 201.483 574.031C234.435 572.981 266.447 562.789 293.941 544.594C321.435 526.398 343.328 500.916 357.174 470.995C371.019 441.074 376.272 407.892 372.346 375.157C368.419 342.422 355.468 311.424 334.939 285.626L334.889 285.616Z" fill="url(#paint7_radial_608_3578)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M366.919 393.657C366.919 393.907 366.859 394.167 366.819 394.417C352.909 491.197 265.489 558.707 171.569 545.197C84.639 532.707 22.619 455.197 24.899 366.967C11.459 463.437 76.209 552.387 169.899 565.847C263.819 579.357 351.239 511.847 365.149 415.067C366.156 407.971 366.747 400.822 366.919 393.657V393.657Z" fill="url(#paint8_radial_608_3578)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M269.181 253.263C270.77 242.21 253.206 230.539 229.951 227.196C206.696 223.853 186.556 230.104 184.967 241.158C183.378 252.211 200.942 263.882 224.197 267.225C247.452 270.567 267.592 264.317 269.181 253.263Z" fill="url(#paint9_radial_608_3578)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M187.539 249.956C193.159 257.846 207.149 264.786 224.219 267.236C243.129 269.956 259.989 266.336 266.479 258.936C260.859 251.046 246.869 244.106 229.799 241.656C210.879 238.906 194.059 242.566 187.539 249.956Z" fill="url(#paint10_radial_608_3578)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M174.259 470.5C190.079 452.899 185.918 423.364 164.966 404.532C144.013 385.699 114.204 384.701 98.3837 402.301C82.5638 419.902 86.7245 449.437 107.677 468.269C128.629 487.102 158.439 488.1 174.259 470.5Z" fill="url(#paint11_radial_608_3578)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M164.959 404.506C146.059 387.506 119.959 385.046 103.409 397.646C92.6992 415.436 97.9392 441.076 116.819 458.046C135.699 475.016 161.819 477.496 178.369 464.896C189.059 447.116 183.839 421.466 164.959 404.506Z" fill="url(#paint12_radial_608_3578)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M247.619 324.367C241.999 338.527 223.779 344.577 206.929 337.887C190.079 331.197 180.929 314.297 186.589 300.137C192.249 285.977 210.429 279.927 227.289 286.617C244.149 293.307 253.249 310.217 247.619 324.367Z" fill="url(#paint13_radial_608_3578)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M206.929 337.907C222.129 343.907 238.449 339.607 245.619 328.307C248.119 315.177 239.229 300.867 224.039 294.837C208.849 288.807 192.529 293.137 185.349 304.437C182.859 317.547 191.749 331.907 206.929 337.907Z" fill="url(#paint14_radial_608_3578)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M128.059 271.546C134.349 277.706 128.939 293.426 115.989 306.666C103.039 319.906 87.4288 325.666 81.1388 319.476C74.8488 313.286 80.2488 297.596 93.2088 284.366C106.169 271.136 121.749 265.396 128.059 271.546Z" fill="url(#paint15_radial_608_3578)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M87.8886 321.907C95.5186 322.017 106.459 316.347 115.969 306.637C126.509 295.907 132.059 283.487 130.369 275.907C122.739 275.807 111.799 281.477 102.289 291.187C91.7486 301.967 86.2086 314.367 87.8886 321.907Z" fill="url(#paint16_radial_608_3578)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M316.62 288.514C320.521 283.544 315.203 272.858 304.742 264.647C294.281 256.435 282.638 253.808 278.736 258.778C274.835 263.747 280.153 274.433 290.614 282.645C301.076 290.856 312.719 293.484 316.62 288.514Z" fill="url(#paint17_radial_608_3578)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M277.489 263.757C278.009 269.207 282.919 276.567 290.599 282.597C299.109 289.277 308.399 292.257 313.669 290.467C313.139 285.007 308.239 277.647 300.559 271.627C292.059 264.907 282.759 261.957 277.489 263.757Z" fill="url(#paint18_radial_608_3578)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M38.5191 358.016C44.8191 358.596 48.9091 369.816 47.6691 383.016C46.4291 396.216 40.3291 406.516 34.0391 405.926C27.7491 405.336 23.6491 394.126 24.8891 380.926C26.1291 367.726 32.2291 357.426 38.5191 358.016Z" fill="url(#paint19_radial_608_3578)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M38.9289 404.276C43.2289 400.876 46.7589 392.776 47.6689 383.056C48.6689 372.286 46.1589 362.856 41.7989 359.396C37.4889 362.786 33.9589 370.896 33.0489 380.616C32.0589 391.386 34.5689 400.816 38.9289 404.276Z" fill="url(#paint20_radial_608_3578)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M366.289 405.296C361.559 406.366 355.909 399.156 353.659 389.196C351.409 379.236 353.429 370.306 358.159 369.196C362.889 368.086 368.549 375.326 370.789 385.286C373.029 395.246 371.059 404.226 366.289 405.296Z" fill="url(#paint21_radial_608_3578)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M354.999 371.637C352.659 375.137 351.999 381.897 353.659 389.197C355.489 397.297 359.569 403.577 363.579 405.067C365.909 401.567 366.579 394.807 364.909 387.507C363.059 379.407 358.999 373.127 354.999 371.637Z" fill="url(#paint22_radial_608_3578)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M58.4186 394.487C61.6686 393.917 65.2786 399.007 66.4686 405.867C67.6586 412.727 65.9886 418.737 62.7286 419.297C59.4686 419.857 55.8686 414.767 54.6786 407.917C53.4886 401.067 55.1586 395.047 58.4186 394.487Z" fill="url(#paint23_radial_608_3578)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M64.9693 417.777C66.6793 415.467 67.3493 410.897 66.4693 405.867C65.4693 400.287 62.9393 395.867 60.2593 394.727C58.5493 397.037 57.8793 401.607 58.7593 406.637C59.7293 412.217 62.2993 416.627 64.9693 417.777Z" fill="url(#paint24_radial_608_3578)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M177.339 314.596C179.749 319.806 176.579 326.396 170.269 329.306C163.959 332.216 156.879 330.366 154.469 325.156C152.059 319.946 155.229 313.356 161.549 310.436C167.869 307.516 174.929 309.376 177.339 314.596Z" fill="url(#paint25_radial_608_3578)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M157.279 328.577C160.589 331.017 165.629 331.457 170.279 329.307C175.409 326.937 178.469 322.137 178.129 317.627C174.829 315.177 169.789 314.747 165.129 316.887C159.999 319.257 156.949 324.057 157.279 328.577Z" fill="url(#paint26_radial_608_3578)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M275.359 289.656C273.709 292.526 267.489 292.036 261.449 288.576C255.409 285.116 251.869 279.976 253.509 277.116C255.149 274.256 261.379 274.726 267.409 278.196C273.439 281.666 276.999 286.786 275.359 289.656Z" fill="url(#paint27_radial_608_3578)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M253.249 279.807C253.939 282.597 257.029 286.037 261.449 288.577C266.359 291.397 271.389 292.237 273.989 290.917C273.309 288.127 270.219 284.687 265.789 282.147C260.879 279.327 255.849 278.487 253.249 279.807Z" fill="url(#paint28_radial_608_3578)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M135.259 239.547C138.459 245.007 131.739 254.877 120.259 261.597C108.779 268.317 96.8891 269.347 93.6991 263.887C90.5091 258.427 97.2191 248.567 108.699 241.887C120.179 235.207 132.059 234.097 135.259 239.547Z" fill="url(#paint29_radial_608_3578)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M97.9395 266.906C103.199 268.416 111.849 266.556 120.269 261.626C129.599 256.156 135.789 248.626 136.049 243.046C130.779 241.536 122.139 243.396 113.719 248.326C104.379 253.766 98.1995 261.316 97.9395 266.906Z" fill="url(#paint30_radial_608_3578)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M53.0593 389.716C51.5093 389.716 50.3093 387.436 50.3693 384.716C50.4293 381.996 51.7394 379.806 53.2894 379.846C54.8394 379.886 56.0293 382.116 55.9693 384.846C55.9093 387.576 54.6393 389.746 53.0593 389.716Z" fill="url(#paint31_radial_608_3578)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M344.929 385.667C342.679 385.617 340.929 382.357 341.019 378.377C341.109 374.397 343.019 371.237 345.259 371.287C347.499 371.337 349.259 374.597 349.169 378.567C349.079 382.537 347.179 385.717 344.929 385.667Z" fill="url(#paint32_radial_608_3578)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M340.399 398.907C338.929 398.907 337.789 396.737 337.849 394.137C337.909 391.537 339.149 389.447 340.619 389.487C342.089 389.527 343.239 391.657 343.179 394.257C343.119 396.857 341.879 398.907 340.399 398.907Z" fill="url(#paint33_radial_608_3578)"/>
|
||||
<path style="mix-blend-mode:screen" opacity="0.5" d="M146.729 248.956C146.159 246.196 149.649 243.146 154.519 242.146C159.389 241.146 163.789 242.576 164.359 245.336C164.929 248.096 161.439 251.136 156.569 252.136C151.699 253.136 147.299 251.716 146.729 248.956ZM140.059 261.706C143.059 261.106 145.139 259.246 144.799 257.566C144.459 255.886 141.799 255.026 138.799 255.636C135.799 256.246 133.719 258.096 134.059 259.776C134.399 261.456 137.059 262.316 140.059 261.706ZM176.459 253.906C179.459 253.296 181.549 251.446 181.199 249.766C180.849 248.086 178.199 247.216 175.199 247.826C172.199 248.436 170.119 250.296 170.469 251.966C170.819 253.636 173.499 254.486 176.459 253.906ZM293.389 302.056C294.569 299.496 299.189 299.106 303.699 301.186C308.209 303.266 310.929 307.016 309.749 309.576C308.569 312.136 303.959 312.526 299.439 310.456C294.919 308.386 292.219 304.586 293.389 302.026V302.056ZM314.389 323.636C317.139 324.896 319.949 324.636 320.659 323.106C321.369 321.576 319.729 319.256 316.979 317.996C314.229 316.736 311.429 316.996 310.709 318.526C309.989 320.056 311.689 322.336 314.439 323.606L314.389 323.636Z" fill="url(#paint34_radial_608_3578)"/>
|
||||
</g>
|
||||
<defs>
|
||||
<radialGradient id="paint0_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(194.172 394.712) rotate(8.18) scale(204.39)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.38" stop-color="#F10174" stop-opacity="0.99"/>
|
||||
<stop offset="0.51" stop-color="#ED0376" stop-opacity="0.96"/>
|
||||
<stop offset="0.61" stop-color="#E70679" stop-opacity="0.92"/>
|
||||
<stop offset="0.69" stop-color="#DF0B7D" stop-opacity="0.85"/>
|
||||
<stop offset="0.75" stop-color="#D31182" stop-opacity="0.75"/>
|
||||
<stop offset="0.81" stop-color="#C51988" stop-opacity="0.64"/>
|
||||
<stop offset="0.87" stop-color="#B42290" stop-opacity="0.51"/>
|
||||
<stop offset="0.92" stop-color="#A02D98" stop-opacity="0.35"/>
|
||||
<stop offset="0.96" stop-color="#8B39A2" stop-opacity="0.18"/>
|
||||
<stop offset="1" stop-color="#7446AC" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint1_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(235.538 241.529) rotate(8.18) scale(356.35)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint2_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(153.326 17.771) rotate(23.5324) scale(458.274 402.205)">
|
||||
<stop offset="0.05" stop-color="#E0A326"/>
|
||||
<stop offset="0.41" stop-color="#E0A227" stop-opacity="0.99"/>
|
||||
<stop offset="0.55" stop-color="#DF9E2B" stop-opacity="0.96"/>
|
||||
<stop offset="0.64" stop-color="#DE9833" stop-opacity="0.91"/>
|
||||
<stop offset="0.71" stop-color="#DD8F3E" stop-opacity="0.83"/>
|
||||
<stop offset="0.78" stop-color="#DB844C" stop-opacity="0.73"/>
|
||||
<stop offset="0.84" stop-color="#D8755D" stop-opacity="0.61"/>
|
||||
<stop offset="0.89" stop-color="#D56471" stop-opacity="0.47"/>
|
||||
<stop offset="0.93" stop-color="#D25089" stop-opacity="0.3"/>
|
||||
<stop offset="0.98" stop-color="#CE3BA3" stop-opacity="0.12"/>
|
||||
<stop offset="1" stop-color="#CC2DB4" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint3_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(33178.9 66404.2) rotate(8.04906) scale(20072.8 52060.4)">
|
||||
<stop offset="0.05" stop-color="#E0A326"/>
|
||||
<stop offset="0.41" stop-color="#E0A227" stop-opacity="0.99"/>
|
||||
<stop offset="0.55" stop-color="#DF9E2B" stop-opacity="0.96"/>
|
||||
<stop offset="0.64" stop-color="#DE9833" stop-opacity="0.91"/>
|
||||
<stop offset="0.71" stop-color="#DD8F3E" stop-opacity="0.83"/>
|
||||
<stop offset="0.78" stop-color="#DB844C" stop-opacity="0.73"/>
|
||||
<stop offset="0.84" stop-color="#D8755D" stop-opacity="0.61"/>
|
||||
<stop offset="0.89" stop-color="#D56471" stop-opacity="0.47"/>
|
||||
<stop offset="0.93" stop-color="#D25089" stop-opacity="0.3"/>
|
||||
<stop offset="0.98" stop-color="#CE3BA3" stop-opacity="0.12"/>
|
||||
<stop offset="1" stop-color="#CC2DB4" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint4_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(108949 38073.2) rotate(8.04906) scale(53921.5 19029)">
|
||||
<stop offset="0.05" stop-color="#E0A326"/>
|
||||
<stop offset="0.41" stop-color="#E0A227" stop-opacity="0.99"/>
|
||||
<stop offset="0.55" stop-color="#DF9E2B" stop-opacity="0.96"/>
|
||||
<stop offset="0.64" stop-color="#DE9833" stop-opacity="0.91"/>
|
||||
<stop offset="0.71" stop-color="#DD8F3E" stop-opacity="0.83"/>
|
||||
<stop offset="0.78" stop-color="#DB844C" stop-opacity="0.73"/>
|
||||
<stop offset="0.84" stop-color="#D8755D" stop-opacity="0.61"/>
|
||||
<stop offset="0.89" stop-color="#D56471" stop-opacity="0.47"/>
|
||||
<stop offset="0.93" stop-color="#D25089" stop-opacity="0.3"/>
|
||||
<stop offset="0.98" stop-color="#CE3BA3" stop-opacity="0.12"/>
|
||||
<stop offset="1" stop-color="#CC2DB4" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint5_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(15297.3 21729.9) rotate(8.04906) scale(8507.07 16362)">
|
||||
<stop offset="0.05" stop-color="#E0A326"/>
|
||||
<stop offset="0.41" stop-color="#E0A227" stop-opacity="0.99"/>
|
||||
<stop offset="0.55" stop-color="#DF9E2B" stop-opacity="0.96"/>
|
||||
<stop offset="0.64" stop-color="#DE9833" stop-opacity="0.91"/>
|
||||
<stop offset="0.71" stop-color="#DD8F3E" stop-opacity="0.83"/>
|
||||
<stop offset="0.78" stop-color="#DB844C" stop-opacity="0.73"/>
|
||||
<stop offset="0.84" stop-color="#D8755D" stop-opacity="0.61"/>
|
||||
<stop offset="0.89" stop-color="#D56471" stop-opacity="0.47"/>
|
||||
<stop offset="0.93" stop-color="#D25089" stop-opacity="0.3"/>
|
||||
<stop offset="0.98" stop-color="#CE3BA3" stop-opacity="0.12"/>
|
||||
<stop offset="1" stop-color="#CC2DB4" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint6_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(5880.12 14663.2) rotate(8.04904) scale(3570.91 11457.6)">
|
||||
<stop offset="0.05" stop-color="#E0A326"/>
|
||||
<stop offset="0.41" stop-color="#E0A227" stop-opacity="0.99"/>
|
||||
<stop offset="0.55" stop-color="#DF9E2B" stop-opacity="0.96"/>
|
||||
<stop offset="0.64" stop-color="#DE9833" stop-opacity="0.91"/>
|
||||
<stop offset="0.71" stop-color="#DD8F3E" stop-opacity="0.83"/>
|
||||
<stop offset="0.78" stop-color="#DB844C" stop-opacity="0.73"/>
|
||||
<stop offset="0.84" stop-color="#D8755D" stop-opacity="0.61"/>
|
||||
<stop offset="0.89" stop-color="#D56471" stop-opacity="0.47"/>
|
||||
<stop offset="0.93" stop-color="#D25089" stop-opacity="0.3"/>
|
||||
<stop offset="0.98" stop-color="#CE3BA3" stop-opacity="0.12"/>
|
||||
<stop offset="1" stop-color="#CC2DB4" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint7_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(182723 130058) rotate(8.04906) scale(110892 89974.1)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint8_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(177160 117044) rotate(8.04906) scale(78814.7 45988.9)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint9_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(18024.8 26489.9) rotate(8.18) scale(3211.74 6757.05)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint10_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(40427.9 13561.7) rotate(8.04906) scale(6268.47 2175.43)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint11_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(19559.8 -57178) rotate(-138.05) scale(8161.21 17196.2)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint12_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(34851.4 41603.7) rotate(8.04906) scale(10412.8 10075.2)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint13_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(19593.4 55615.5) rotate(21.6951) scale(3948.9 6132.76)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint14_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(-21302.6 -1038.08) rotate(167.89) scale(4767.34 3784.1)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint15_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(36480.9 1658.44) rotate(-45.6) scale(3266.27 3311.23)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint16_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(30972.3 2242.64) rotate(-45.6) scale(2697.01 2880.24)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint17_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(5200.53 16061.8) rotate(38.13) scale(1028.46 2164.79)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint18_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(13838.1 17847.7) rotate(38.12) scale(1626.29 1246.89)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint19_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(20838.6 -2084.77) rotate(-84.66) scale(1043.86 2155.72)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint20_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(19391.6 -731.78) rotate(-84.66) scale(676.663 2017.36)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint21_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(-194.766 13046.4) rotate(77.29) scale(654.547 1252.96)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint22_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(-796.17 9311.09) rotate(77.29) scale(451.95 1153.34)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint23_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(10754 -7699.69) rotate(-99.87) scale(295.223 585.298)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint24_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(10229.6 -5545.64) rotate(-99.87) scale(199.472 541.905)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint25_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(25926.9 11506.2) rotate(-24.7751) scale(576.917 885.015)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint26_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(20748.7 6918.74) rotate(-24.7751) scale(492.463 621.276)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint27_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(13791.5 17261.7) rotate(29.86) scale(532.504 382.729)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint28_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(13274.4 14687.6) rotate(29.86) scale(487.597 289.89)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint29_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(20692.9 3151.85) rotate(-30.6689) scale(1939.35 1407.51)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint30_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(17697.8 1798.68) rotate(-30.6689) scale(1712.79 1118.27)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint31_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(-1755.04 2568.69) rotate(91.1458) scale(320.575 468.679)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint32_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(1936.28 3859.62) rotate(91.1458) scale(679.012 993.74)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint33_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(993.639 2829.26) rotate(91.1458) scale(290.843 426.339)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint34_radial_608_3578" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(94044.1 33772.5) rotate(8.04906) scale(56538.3 25003.5)">
|
||||
<stop offset="0.05" stop-color="#E0A326"/>
|
||||
<stop offset="0.41" stop-color="#E0A227" stop-opacity="0.99"/>
|
||||
<stop offset="0.55" stop-color="#DF9E2B" stop-opacity="0.96"/>
|
||||
<stop offset="0.64" stop-color="#DE9833" stop-opacity="0.91"/>
|
||||
<stop offset="0.71" stop-color="#DD8F3E" stop-opacity="0.83"/>
|
||||
<stop offset="0.78" stop-color="#DB844C" stop-opacity="0.73"/>
|
||||
<stop offset="0.84" stop-color="#D8755D" stop-opacity="0.61"/>
|
||||
<stop offset="0.89" stop-color="#D56471" stop-opacity="0.47"/>
|
||||
<stop offset="0.93" stop-color="#D25089" stop-opacity="0.3"/>
|
||||
<stop offset="0.98" stop-color="#CE3BA3" stop-opacity="0.12"/>
|
||||
<stop offset="1" stop-color="#CC2DB4" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
|
@ -1,589 +0,0 @@
|
|||
<svg width="392" height="396" viewBox="0 0 392 396" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<mask id="mask0_830_9" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="392" height="396">
|
||||
<rect width="392" height="396" rx="33" fill="#1B1B1B"/>
|
||||
</mask>
|
||||
<g mask="url(#mask0_830_9)">
|
||||
<path d="M338.825 538.824C417.769 459.88 417.769 331.886 338.825 252.941C259.88 173.997 131.886 173.997 52.9417 252.941C-26.0028 331.886 -26.0028 459.88 52.9417 538.824C131.886 617.769 259.88 617.769 338.825 538.824Z" fill="url(#paint0_radial_830_9)"/>
|
||||
<path d="M323.863 523.862C394.544 453.181 394.544 338.585 323.863 267.904C253.182 197.223 138.585 197.223 67.9041 267.904C-2.77692 338.585 -2.77692 453.181 67.9041 523.862C138.585 594.543 253.182 594.543 323.863 523.862Z" fill="url(#paint1_radial_830_9)"/>
|
||||
<path style="mix-blend-mode:screen" d="M60.9589 353.327C55.0989 336.817 60.7089 315.087 67.7589 300.897C82.6689 270.847 112.979 252.057 143.359 240.427C238.289 204.047 326.149 278.607 328.819 318.427C331.489 358.247 289.819 373.117 239.009 353.137C188.199 333.157 140.129 385.907 103.779 380.827C89.8989 378.907 75.9989 374.547 66.5989 363.337C64.1322 360.366 62.2216 356.975 60.9589 353.327V353.327Z" fill="url(#paint2_radial_830_9)"/>
|
||||
<g opacity="0.7">
|
||||
<path style="mix-blend-mode:screen" opacity="0.7" d="M100.549 295.646C98.1974 282.579 96.5616 269.393 95.649 256.146C65.6175 277.883 43.4536 308.78 32.4894 344.194C21.5251 379.608 22.3532 417.624 34.849 452.526C31.1961 422.921 35.3359 392.874 46.8589 365.359C58.382 337.844 76.8889 313.814 100.549 295.646V295.646Z" fill="url(#paint3_radial_830_9)"/>
|
||||
<path style="mix-blend-mode:screen" opacity="0.7" d="M308.399 265.777C280.81 241.731 246.24 227.163 209.762 224.213C173.284 221.263 136.822 230.086 105.729 249.387C106.385 262.625 107.811 275.814 109.999 288.887C139.669 269.171 174.752 259.205 210.357 260.379C245.961 261.553 280.312 273.809 308.618 295.437C309.366 285.561 309.292 275.64 308.399 265.777Z" fill="url(#paint4_radial_830_9)"/>
|
||||
<path style="mix-blend-mode:screen" opacity="0.7" d="M346.179 335.206C347.082 328.874 347.649 322.499 347.879 316.106C339.717 300.379 329.18 286.004 316.639 273.486C316.989 282.752 316.705 292.03 315.789 301.256C327.382 311.173 337.602 322.59 346.179 335.206V335.206Z" fill="url(#paint5_radial_830_9)"/>
|
||||
<path style="mix-blend-mode:screen" opacity="0.7" d="M352.349 344.957C357.713 354.092 362.222 363.703 365.819 373.667C363.971 358.826 360.172 344.294 354.519 330.447C353.972 335.307 353.249 340.144 352.349 344.957Z" fill="url(#paint6_radial_830_9)"/>
|
||||
</g>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M334.889 285.616C339.366 306.339 339.242 327.791 334.525 348.46C329.808 369.13 320.614 388.512 307.591 405.241C294.568 421.97 278.032 435.638 259.152 445.281C240.271 454.924 219.505 460.307 198.317 461.05C177.129 461.793 156.037 457.878 136.527 449.582C117.017 441.286 99.5648 428.81 85.4014 413.035C71.2381 397.259 60.7084 378.568 54.5552 358.28C48.4019 337.992 46.7749 316.601 49.7889 295.616C49.7889 295.306 49.8989 295.016 49.9389 294.706C31.0936 321.759 20.1416 353.518 18.3068 386.437C16.472 419.355 23.8267 452.135 39.549 481.115C55.2712 510.094 78.7418 534.13 107.338 550.539C135.934 566.947 168.53 575.081 201.483 574.031C234.435 572.981 266.447 562.789 293.941 544.594C321.435 526.398 343.328 500.916 357.174 470.995C371.019 441.074 376.272 407.892 372.346 375.157C368.419 342.422 355.468 311.424 334.939 285.626L334.889 285.616Z" fill="url(#paint7_radial_830_9)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M366.919 393.657C366.919 393.907 366.859 394.167 366.819 394.417C352.909 491.197 265.489 558.707 171.569 545.197C84.639 532.707 22.619 455.197 24.899 366.967C11.459 463.437 76.209 552.387 169.899 565.847C263.819 579.357 351.239 511.847 365.149 415.067C366.156 407.971 366.747 400.822 366.919 393.657V393.657Z" fill="url(#paint8_radial_830_9)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M269.181 253.263C270.77 242.21 253.206 230.539 229.951 227.196C206.696 223.853 186.556 230.104 184.967 241.158C183.378 252.211 200.942 263.882 224.197 267.225C247.452 270.567 267.592 264.317 269.181 253.263Z" fill="url(#paint9_radial_830_9)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M187.539 249.956C193.159 257.846 207.149 264.786 224.219 267.236C243.129 269.956 259.989 266.336 266.479 258.936C260.859 251.046 246.869 244.106 229.799 241.656C210.879 238.906 194.059 242.566 187.539 249.956Z" fill="url(#paint10_radial_830_9)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M174.259 470.5C190.079 452.899 185.918 423.364 164.966 404.532C144.013 385.699 114.204 384.701 98.3837 402.301C82.5638 419.902 86.7245 449.437 107.677 468.269C128.629 487.102 158.439 488.1 174.259 470.5Z" fill="url(#paint11_radial_830_9)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M164.959 404.506C146.059 387.506 119.959 385.046 103.409 397.646C92.6992 415.436 97.9392 441.076 116.819 458.046C135.699 475.016 161.819 477.496 178.369 464.896C189.059 447.116 183.839 421.466 164.959 404.506Z" fill="url(#paint12_radial_830_9)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M247.619 324.367C241.999 338.527 223.779 344.577 206.929 337.887C190.079 331.197 180.929 314.297 186.589 300.137C192.249 285.977 210.429 279.927 227.289 286.617C244.149 293.307 253.249 310.217 247.619 324.367Z" fill="url(#paint13_radial_830_9)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M206.929 337.907C222.129 343.907 238.449 339.607 245.619 328.307C248.119 315.177 239.229 300.867 224.039 294.837C208.849 288.807 192.529 293.137 185.349 304.437C182.859 317.547 191.749 331.907 206.929 337.907Z" fill="url(#paint14_radial_830_9)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M128.059 271.546C134.349 277.706 128.939 293.426 115.989 306.666C103.039 319.906 87.4288 325.666 81.1388 319.476C74.8488 313.286 80.2488 297.596 93.2088 284.366C106.169 271.136 121.749 265.396 128.059 271.546Z" fill="url(#paint15_radial_830_9)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M87.8886 321.907C95.5186 322.017 106.459 316.347 115.969 306.637C126.509 295.907 132.059 283.487 130.369 275.907C122.739 275.807 111.799 281.477 102.289 291.187C91.7486 301.967 86.2086 314.367 87.8886 321.907Z" fill="url(#paint16_radial_830_9)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M316.62 288.514C320.521 283.544 315.203 272.858 304.742 264.647C294.281 256.435 282.638 253.808 278.736 258.778C274.835 263.747 280.153 274.433 290.614 282.645C301.076 290.856 312.719 293.484 316.62 288.514Z" fill="url(#paint17_radial_830_9)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M277.489 263.757C278.009 269.207 282.919 276.567 290.599 282.597C299.109 289.277 308.399 292.257 313.669 290.467C313.139 285.007 308.239 277.647 300.559 271.627C292.059 264.907 282.759 261.957 277.489 263.757Z" fill="url(#paint18_radial_830_9)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M38.5191 358.016C44.8191 358.596 48.9091 369.816 47.6691 383.016C46.4291 396.216 40.3291 406.516 34.0391 405.926C27.7491 405.336 23.6491 394.126 24.8891 380.926C26.1291 367.726 32.2291 357.426 38.5191 358.016Z" fill="url(#paint19_radial_830_9)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M38.9289 404.276C43.2289 400.876 46.7589 392.776 47.6689 383.056C48.6689 372.286 46.1589 362.856 41.7989 359.396C37.4889 362.786 33.9589 370.896 33.0489 380.616C32.0589 391.386 34.5689 400.816 38.9289 404.276Z" fill="url(#paint20_radial_830_9)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M366.289 405.296C361.559 406.366 355.909 399.156 353.659 389.196C351.409 379.236 353.429 370.306 358.159 369.196C362.889 368.086 368.549 375.326 370.789 385.286C373.029 395.246 371.059 404.226 366.289 405.296Z" fill="url(#paint21_radial_830_9)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M354.999 371.637C352.659 375.137 351.999 381.897 353.659 389.197C355.489 397.297 359.569 403.577 363.579 405.067C365.909 401.567 366.579 394.807 364.909 387.507C363.059 379.407 358.999 373.127 354.999 371.637Z" fill="url(#paint22_radial_830_9)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M58.4186 394.487C61.6686 393.917 65.2786 399.007 66.4686 405.867C67.6586 412.727 65.9886 418.737 62.7286 419.297C59.4686 419.857 55.8686 414.767 54.6786 407.917C53.4886 401.067 55.1586 395.047 58.4186 394.487Z" fill="url(#paint23_radial_830_9)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M64.9693 417.777C66.6793 415.467 67.3493 410.897 66.4693 405.867C65.4693 400.287 62.9393 395.867 60.2593 394.727C58.5493 397.037 57.8793 401.607 58.7593 406.637C59.7293 412.217 62.2993 416.627 64.9693 417.777Z" fill="url(#paint24_radial_830_9)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M177.339 314.596C179.749 319.806 176.579 326.396 170.269 329.306C163.959 332.216 156.879 330.366 154.469 325.156C152.059 319.946 155.229 313.356 161.549 310.436C167.869 307.516 174.929 309.376 177.339 314.596Z" fill="url(#paint25_radial_830_9)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M157.279 328.577C160.589 331.017 165.629 331.457 170.279 329.307C175.409 326.937 178.469 322.137 178.129 317.627C174.829 315.177 169.789 314.747 165.129 316.887C159.999 319.257 156.949 324.057 157.279 328.577Z" fill="url(#paint26_radial_830_9)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M275.359 289.656C273.709 292.526 267.489 292.036 261.449 288.576C255.409 285.116 251.869 279.976 253.509 277.116C255.149 274.256 261.379 274.726 267.409 278.196C273.439 281.666 276.999 286.786 275.359 289.656Z" fill="url(#paint27_radial_830_9)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M253.249 279.807C253.939 282.597 257.029 286.037 261.449 288.577C266.359 291.397 271.389 292.237 273.989 290.917C273.309 288.127 270.219 284.687 265.789 282.147C260.879 279.327 255.849 278.487 253.249 279.807Z" fill="url(#paint28_radial_830_9)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M135.259 239.547C138.459 245.007 131.739 254.877 120.259 261.597C108.779 268.317 96.8891 269.347 93.6991 263.887C90.5091 258.427 97.2191 248.567 108.699 241.887C120.179 235.207 132.059 234.097 135.259 239.547Z" fill="url(#paint29_radial_830_9)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M97.9395 266.906C103.199 268.416 111.849 266.556 120.269 261.626C129.599 256.156 135.789 248.626 136.049 243.046C130.779 241.536 122.139 243.396 113.719 248.326C104.379 253.766 98.1995 261.316 97.9395 266.906Z" fill="url(#paint30_radial_830_9)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M53.0593 389.716C51.5093 389.716 50.3093 387.436 50.3693 384.716C50.4293 381.996 51.7394 379.806 53.2894 379.846C54.8394 379.886 56.0293 382.116 55.9693 384.846C55.9093 387.576 54.6393 389.746 53.0593 389.716Z" fill="url(#paint31_radial_830_9)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M344.929 385.667C342.679 385.617 340.929 382.357 341.019 378.377C341.109 374.397 343.019 371.237 345.259 371.287C347.499 371.337 349.259 374.597 349.169 378.567C349.079 382.537 347.179 385.717 344.929 385.667Z" fill="url(#paint32_radial_830_9)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M340.399 398.907C338.929 398.907 337.789 396.737 337.849 394.137C337.909 391.537 339.149 389.447 340.619 389.487C342.089 389.527 343.239 391.657 343.179 394.257C343.119 396.857 341.879 398.907 340.399 398.907Z" fill="url(#paint33_radial_830_9)"/>
|
||||
<path style="mix-blend-mode:screen" opacity="0.5" d="M146.729 248.956C146.159 246.196 149.649 243.146 154.519 242.146C159.389 241.146 163.789 242.576 164.359 245.336C164.929 248.096 161.439 251.136 156.569 252.136C151.699 253.136 147.299 251.716 146.729 248.956ZM140.059 261.706C143.059 261.106 145.139 259.246 144.799 257.566C144.459 255.886 141.799 255.026 138.799 255.636C135.799 256.246 133.719 258.096 134.059 259.776C134.399 261.456 137.059 262.316 140.059 261.706ZM176.459 253.906C179.459 253.296 181.549 251.446 181.199 249.766C180.849 248.086 178.199 247.216 175.199 247.826C172.199 248.436 170.119 250.296 170.469 251.966C170.819 253.636 173.499 254.486 176.459 253.906ZM293.389 302.056C294.569 299.496 299.189 299.106 303.699 301.186C308.209 303.266 310.929 307.016 309.749 309.576C308.569 312.136 303.959 312.526 299.439 310.456C294.919 308.386 292.219 304.586 293.389 302.026V302.056ZM314.389 323.636C317.139 324.896 319.949 324.636 320.659 323.106C321.369 321.576 319.729 319.256 316.979 317.996C314.229 316.736 311.429 316.996 310.709 318.526C309.989 320.056 311.689 322.336 314.439 323.606L314.389 323.636Z" fill="url(#paint34_radial_830_9)"/>
|
||||
</g>
|
||||
<g clip-path="url(#clip0_830_9)">
|
||||
<path d="M157.29 187.261C157.78 189.601 159.29 194.011 162.48 194.091C163.319 194.184 164.167 194.022 164.913 193.626C165.658 193.23 166.267 192.618 166.66 191.871L163.95 186.631L157.29 187.261Z" fill="url(#paint35_linear_830_9)"/>
|
||||
<path d="M157.29 187.261C157.78 189.601 159.29 194.011 162.48 194.091C163.319 194.184 164.167 194.022 164.913 193.626C165.658 193.23 166.267 192.618 166.66 191.871L163.95 186.631L157.29 187.261Z" fill="#9DB1FE"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M165.11 193.491C165.786 193.12 166.336 192.556 166.69 191.871L163.98 186.631L161.73 186.841C162.458 189.239 163.602 191.49 165.11 193.491V193.491Z" fill="url(#paint36_linear_830_9)"/>
|
||||
<path d="M158.77 187.131L157.32 187.261C157.81 189.601 159.32 194.011 162.51 194.091C162.73 194.107 162.951 194.107 163.17 194.091C160.29 192.031 159.45 188.991 158.77 187.131Z" fill="#7381B9"/>
|
||||
<path d="M249.405 127.225L227.419 221.331L229.367 221.786L251.352 127.68L249.405 127.225Z" fill="#959DBA"/>
|
||||
<path d="M228.24 221.55L227.45 221.36L249.44 127.25L250.28 127.45L228.24 221.55Z" fill="white"/>
|
||||
<path d="M280.601 134.761C280.601 134.761 273.601 125.761 263.271 128.251C252.941 130.741 249.791 126.801 249.791 126.801L244.391 149.361C244.391 149.361 249.891 152.661 261.391 149.361C270.681 146.691 274.491 157.771 274.491 157.771C277.481 152.841 278.471 143.031 280.601 134.761Z" fill="url(#paint37_linear_830_9)"/>
|
||||
<path d="M265.19 129.551C268.119 129.34 271.049 129.934 273.664 131.269C276.28 132.603 278.481 134.626 280.03 137.121C280.21 136.321 280.4 135.541 280.6 134.761C280.6 134.761 273.6 125.761 263.27 128.251C252.94 130.741 249.79 126.801 249.79 126.801C249.79 126.801 250.45 131.361 265.19 129.551Z" fill="white"/>
|
||||
<path d="M233.851 166.48C233.851 166.48 238.301 172.21 241.141 171.94C245.291 171.56 244.961 163.81 242.901 163.31C240.98 162.697 239.119 161.91 237.341 160.96L233.851 166.48Z" fill="url(#paint38_linear_830_9)"/>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M234.641 165.23L233.851 166.48C233.851 166.48 238.301 172.21 241.141 171.94C241.73 171.888 242.289 171.653 242.741 171.27C241.791 167.61 237.961 166.53 234.641 165.23Z" fill="#767575"/>
|
||||
</g>
|
||||
<path d="M244.341 167.89C244.181 166.48 243.651 165.33 242.901 165.15C240.983 164.538 239.125 163.751 237.351 162.8L234.511 167.28C234.101 166.8 233.851 166.48 233.851 166.48L237.351 160.96C239.125 161.911 240.983 162.698 242.901 163.31C243.971 163.57 244.581 165.77 244.341 167.89Z" fill="#9DB1FE"/>
|
||||
<path d="M241.15 161.45L234.15 167.75L233.07 168.75C229.25 164.49 225.32 160.99 221.37 159.94C221.37 159.94 220.44 194.22 201.43 214.84L192.96 214.34L190.74 195.11L190.45 214.36L181.97 214.86C181.97 214.86 170.4 206.94 163.25 188.58L156.48 189.91C156.48 189.91 145.27 170.08 155.63 151.73C161.05 142.12 170.5 135.89 187.14 134.73C208.47 133.1 226.84 141.93 241.15 161.45Z" fill="url(#paint39_linear_830_9)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M190.45 191.85C188.86 192.29 188.26 211.25 188.45 214.44L190.45 214.32L190.78 195.09L193 214.36L194.6 214.45C195.41 208.44 191.29 191.61 190.45 191.85Z" fill="url(#paint40_linear_830_9)"/>
|
||||
<path d="M184.04 214.7L181.97 214.82C181.97 214.82 170.97 207.29 163.81 189.92C175.36 207.59 182.4 212.62 184.04 214.7ZM200.18 214.75L201.47 214.82C219.03 195.82 221.16 165.08 221.38 160.52C220.19 171.36 212.66 200.41 200.18 214.75ZM157.29 152.59C164.45 136.05 197.96 139.12 205.29 139.93C221.23 141.69 235.86 155.98 240.22 162.23L241.07 161.45C226.76 141.93 208.4 133.1 187.07 134.65C170.44 135.85 160.99 142.08 155.57 151.65C145.21 170 156.41 189.83 156.41 189.83L157.6 189.59C154.9 182.36 148.79 172.27 157.29 152.59Z" fill="#F7F7F7"/>
|
||||
<path d="M189.29 65.0701C180.64 65.0701 174.1 61.9101 173.73 60.0701C173.713 60.0066 173.681 59.9478 173.638 59.8984C173.594 59.849 173.54 59.8102 173.479 59.7851C173.418 59.7599 173.352 59.7491 173.286 59.7535C173.221 59.7578 173.157 59.7772 173.1 59.8101C170.64 60.9501 171.36 64.4301 172.65 66.1401C173.155 66.8062 173.771 67.3811 174.47 67.8401C173.47 68.2301 167.47 64.5201 168.47 58.9501C168.5 58.84 168.489 58.7225 168.439 58.6198C168.389 58.517 168.304 58.436 168.198 58.3919C168.093 58.3478 167.975 58.3436 167.867 58.3801C167.758 58.4165 167.667 58.4912 167.61 58.5901C165.76 61.0101 164.54 63.5901 165.67 66.5901C166.32 68.2033 167.465 69.5688 168.94 70.4901L168.64 70.6601C167.562 70.2984 166.509 69.8641 165.49 69.3601C164.1 68.6801 161.49 67.4801 161.7 65.6501C161.7 65.2701 161.22 65.2201 161.05 65.4701C159.66 67.4101 161.16 69.4701 162.65 70.7601C163.53 71.5401 163.75 73.9001 162.91 74.6101C158.764 78.0493 155.422 82.3559 153.121 87.2265C150.819 92.0972 149.614 97.4132 149.59 102.8C149.59 123.63 167.37 140.52 189.29 140.52C211.21 140.52 228.99 123.63 228.99 102.8C228.99 81.9701 211.21 65.1301 189.29 65.0701Z" fill="url(#paint41_linear_830_9)"/>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M228.991 102.8C228.991 123.63 211.221 140.52 189.291 140.52C167.361 140.52 149.601 123.63 149.601 102.8C149.601 101.279 149.698 99.7594 149.891 98.2504C154.971 113.53 170.001 124.6 187.761 124.6C208.061 124.6 224.761 110.13 227.161 91.4404C228.376 95.1045 228.994 98.9401 228.991 102.8V102.8Z" fill="#231715"/>
|
||||
</g>
|
||||
<path d="M151.29 97.0001C156.97 74.5301 189.87 61.6101 209.46 74.1601C223.89 83.4001 230.05 101.73 225.78 117.58C227.871 112.933 228.951 107.896 228.95 102.8C228.95 81.9601 211.17 65.1301 189.25 65.0701C180.6 65.0701 174.06 61.9101 173.69 60.0701C173.673 60.0066 173.641 59.9478 173.598 59.8984C173.554 59.849 173.5 59.8102 173.439 59.7851C173.378 59.7599 173.312 59.7491 173.246 59.7535C173.181 59.7578 173.117 59.7772 173.06 59.8101C170.6 60.9501 171.32 64.4301 172.61 66.1401C173.115 66.8062 173.731 67.3811 174.43 67.8401C173.43 68.2301 167.43 64.5201 168.43 58.9501C168.46 58.84 168.449 58.7225 168.399 58.6198C168.349 58.517 168.264 58.436 168.158 58.3919C168.053 58.3478 167.935 58.3436 167.827 58.3801C167.718 58.4165 167.627 58.4912 167.57 58.5901C165.72 61.0101 164.5 63.5901 165.63 66.5901C166.28 68.2033 167.425 69.5688 168.9 70.4901L168.6 70.6601C167.535 70.2967 166.496 69.8624 165.49 69.3601C164.1 68.6801 161.49 67.4801 161.7 65.6501C161.7 65.2701 161.22 65.2201 161.05 65.4701C159.66 67.4101 161.16 69.4701 162.65 70.7601C163.53 71.5401 163.75 73.9001 162.91 74.6101C158.764 78.0493 155.422 82.3559 153.121 87.2265C150.819 92.0972 149.614 97.4132 149.59 102.8C149.595 105.096 149.819 107.387 150.26 109.64C149.915 105.399 150.263 101.13 151.29 97.0001V97.0001Z" fill="url(#paint42_linear_830_9)"/>
|
||||
<g opacity="0.54">
|
||||
<path opacity="0.54" d="M189.29 53C198.248 53 207.004 55.6562 214.452 60.6327C221.9 65.6093 227.705 72.6826 231.133 80.9583C234.56 89.2339 235.457 98.3402 233.71 107.126C231.962 115.911 227.649 123.981 221.315 130.315C214.981 136.649 206.911 140.962 198.126 142.71C189.34 144.457 180.234 143.56 171.958 140.133C163.683 136.705 156.609 130.9 151.633 123.452C146.656 116.004 144 107.248 144 98.29C144.016 86.2832 148.793 74.7728 157.283 66.2827C165.773 57.7926 177.283 53.0159 189.29 53V53ZM189.29 50C179.739 50 170.403 52.8322 162.462 58.1383C154.52 63.4445 148.331 70.9864 144.676 79.8102C141.021 88.6341 140.065 98.3436 141.928 107.711C143.791 117.078 148.39 125.683 155.144 132.436C161.897 139.19 170.502 143.789 179.869 145.652C189.236 147.515 198.946 146.559 207.77 142.904C216.594 139.249 224.136 133.06 229.442 125.118C234.748 117.177 237.58 107.841 237.58 98.29C237.58 91.9485 236.331 85.669 233.904 79.8102C231.477 73.9514 227.92 68.628 223.436 64.1438C218.952 59.6597 213.629 56.1027 207.77 53.6759C201.911 51.2491 195.632 50 189.29 50V50Z" fill="white"/>
|
||||
</g>
|
||||
<g opacity="0.19">
|
||||
<path opacity="0.19" d="M237.029 105.544C241.036 79.177 222.909 54.5543 196.542 50.5478C170.175 46.5413 145.552 64.6682 141.545 91.0353C137.539 117.403 155.666 142.025 182.033 146.032C208.4 150.038 233.023 131.911 237.029 105.544Z" fill="white"/>
|
||||
</g>
|
||||
<path d="M216.19 141.69H162.39C161.389 141.687 160.429 141.288 159.72 140.58C159.012 139.872 158.613 138.912 158.61 137.91V137.91C158.61 136.907 159.008 135.944 159.717 135.234C160.425 134.523 161.387 134.123 162.39 134.12H216.19C217.194 134.123 218.155 134.523 218.864 135.234C219.572 135.944 219.97 136.907 219.97 137.91V137.91C219.968 138.912 219.569 139.872 218.86 140.58C218.152 141.288 217.192 141.687 216.19 141.69V141.69Z" fill="url(#paint43_linear_830_9)"/>
|
||||
<path d="M216.19 141.69H162.39C161.389 141.687 160.429 141.288 159.72 140.58C159.012 139.872 158.613 138.912 158.61 137.91V137.91C158.61 136.907 159.008 135.944 159.717 135.234C160.425 134.523 161.387 134.123 162.39 134.12H216.19C217.194 134.123 218.155 134.523 218.864 135.234C219.572 135.944 219.97 136.907 219.97 137.91V137.91C219.968 138.912 219.569 139.872 218.86 140.58C218.152 141.288 217.192 141.687 216.19 141.69V141.69Z" fill="#9DB1FE"/>
|
||||
<path style="mix-blend-mode:screen" d="M219.97 137.911C219.97 138.129 219.95 138.347 219.91 138.561C219.763 137.681 219.308 136.883 218.627 136.308C217.945 135.732 217.082 135.418 216.19 135.421H162.4C161.904 135.418 161.411 135.515 160.953 135.706C160.494 135.896 160.079 136.177 159.73 136.531C159.178 137.07 158.811 137.77 158.68 138.531C158.64 138.317 158.62 138.099 158.62 137.881C158.618 137.383 158.716 136.89 158.906 136.43C159.097 135.969 159.377 135.552 159.73 135.201C160.079 134.847 160.494 134.566 160.953 134.376C161.411 134.185 161.904 134.088 162.4 134.091H216.19C216.69 134.092 217.184 134.192 217.644 134.385C218.105 134.578 218.523 134.86 218.874 135.215C219.226 135.57 219.503 135.991 219.691 136.454C219.879 136.916 219.974 137.411 219.97 137.911V137.911Z" fill="url(#paint44_linear_830_9)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M219.97 137.91C219.972 138.406 219.874 138.898 219.684 139.357C219.493 139.815 219.213 140.231 218.86 140.58C218.152 141.289 217.192 141.688 216.19 141.69H162.4C161.398 141.69 160.436 141.292 159.727 140.583C159.018 139.874 158.62 138.912 158.62 137.91C158.62 137.502 158.687 137.096 158.82 136.71C159.069 137.462 159.549 138.117 160.192 138.58C160.835 139.044 161.608 139.292 162.4 139.29H216.19C216.687 139.291 217.178 139.194 217.637 139.003C218.095 138.813 218.511 138.533 218.86 138.18C219.276 137.769 219.588 137.265 219.77 136.71C219.903 137.096 219.97 137.502 219.97 137.91Z" fill="url(#paint45_linear_830_9)"/>
|
||||
<path d="M181.97 214.82L182.63 216.94L179.82 218.86L190.62 218.5L190.45 214.32L181.97 214.82Z" fill="url(#paint46_linear_830_9)"/>
|
||||
<path d="M181.97 214.82L182.63 216.94L179.82 218.86L190.62 218.5L190.45 214.32L181.97 214.82Z" fill="#9DB1FE"/>
|
||||
<path style="mix-blend-mode:screen" opacity="0.79" d="M191.88 59.5804C194.29 54.4804 212.07 56.4003 222.88 71.1203C232.17 83.7403 233.88 102.8 228.95 102.8C227.62 102.8 224.01 84.5304 211.57 76.3004C198.29 67.5004 187.91 67.9604 191.88 59.5804Z" fill="url(#paint47_linear_830_9)"/>
|
||||
<path style="mix-blend-mode:screen" opacity="0.79" d="M189.92 131.64C187.73 136.84 169.92 135.69 158.41 121.45C148.58 109.24 146.09 90.2805 150.98 90.0705C152.31 90.0105 156.7 108.07 169.49 115.79C183.18 124.01 193.53 123.09 189.92 131.64Z" fill="url(#paint48_linear_830_9)"/>
|
||||
<path d="M212.211 165.68C212.661 173.43 216.781 176.32 219.851 173.35C220.621 172.61 221.481 175.63 218.441 177.83C215.401 180.03 209.131 179.4 209.581 165.83C209.581 165.82 212.201 165.47 212.211 165.68Z" fill="url(#paint49_linear_830_9)"/>
|
||||
<path d="M212.211 165.68C212.661 173.43 216.781 176.32 219.851 173.35C220.621 172.61 221.481 175.63 218.441 177.83C215.401 180.03 209.131 179.4 209.581 165.83C209.581 165.82 212.201 165.47 212.211 165.68Z" fill="#9DB1FE"/>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M214.48 178.6C214.825 178.369 215.144 178.101 215.43 177.8C215.842 177.333 216.157 176.788 216.356 176.197C216.556 175.606 216.635 174.982 216.59 174.36C214.44 173.8 212.51 170.81 212.21 165.65C212.21 165.44 209.58 165.79 209.58 165.79C209.29 174.57 211.85 177.9 214.48 178.6Z" fill="#2D2244"/>
|
||||
</g>
|
||||
<path d="M216.58 139.661C213.76 139.931 209.28 146.791 210.79 153.461C211.01 154.461 212.52 153.891 212.57 152.981C212.88 147.791 216.16 142.591 218.94 141.691C220.97 141.031 217.36 139.591 216.58 139.661Z" fill="url(#paint50_linear_830_9)"/>
|
||||
<path d="M216.58 139.661C213.76 139.931 209.28 146.791 210.79 153.461C211.01 154.461 212.52 153.891 212.57 152.981C212.88 147.791 216.16 142.591 218.94 141.691C220.97 141.031 217.36 139.591 216.58 139.661Z" fill="#9DB1FE"/>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M212.58 143.21C210.725 146.283 210.086 149.94 210.79 153.46C211.01 154.46 212.52 153.89 212.57 152.98C212.754 150.519 213.478 148.129 214.69 145.98C214.12 144.962 213.41 144.029 212.58 143.21V143.21Z" fill="#2D2244"/>
|
||||
</g>
|
||||
<path style="mix-blend-mode:screen" d="M216.06 140.79C216.852 141.096 217.604 141.496 218.3 141.98C218.504 141.863 218.718 141.766 218.94 141.69C220.94 141.03 217.36 139.59 216.58 139.69C215.992 139.788 215.44 140.04 214.98 140.42C215.34 140.51 215.71 140.65 216.06 140.79Z" fill="url(#paint51_linear_830_9)"/>
|
||||
<path style="mix-blend-mode:screen" d="M219.85 173.36C219.488 173.726 219.061 174.021 218.59 174.23C218.675 175.683 218.304 177.127 217.53 178.36C217.853 178.223 218.158 178.048 218.44 177.84C221.48 175.63 220.62 172.61 219.85 173.36Z" fill="url(#paint52_linear_830_9)"/>
|
||||
<path d="M172.611 165.82C173.061 179.4 166.611 179.93 163.741 177.82C163.193 177.47 162.681 177.068 162.211 176.62C162.081 175.46 162.091 174.47 162.021 173.16C165.091 176.16 169.52 173.42 169.97 165.67C169.99 165.47 172.611 165.82 172.611 165.82Z" fill="#555050"/>
|
||||
<path d="M172.611 165.82C173.061 179.4 166.611 179.93 163.741 177.82C163.193 177.47 162.681 177.068 162.211 176.62C162.081 175.46 162.091 174.47 162.021 173.16C165.091 176.16 169.52 173.42 169.97 165.67C169.99 165.47 172.611 165.82 172.611 165.82Z" fill="#5C64A1"/>
|
||||
<path d="M163.29 141.691C166.08 142.591 169.36 147.791 169.66 152.981C169.71 153.891 171.22 154.431 171.44 153.461C172.96 146.791 168.44 139.931 165.65 139.661C164.83 139.591 161.21 141.031 163.29 141.691Z" fill="url(#paint53_linear_830_9)"/>
|
||||
<path d="M163.29 141.691C166.08 142.591 169.36 147.791 169.66 152.981C169.71 153.891 171.22 154.431 171.44 153.461C172.96 146.791 168.44 139.931 165.65 139.661C164.83 139.591 161.21 141.031 163.29 141.691Z" fill="#9DB1FE"/>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M169.61 143.21C171.463 146.284 172.098 149.941 171.39 153.46C171.17 154.46 169.66 153.89 169.61 152.98C169.436 150.517 168.711 148.125 167.49 145.98C168.063 144.962 168.777 144.029 169.61 143.21V143.21Z" fill="#2D2244"/>
|
||||
</g>
|
||||
<path style="mix-blend-mode:screen" d="M166.12 140.79C165.332 141.096 164.583 141.496 163.89 141.98C163.683 141.863 163.465 141.766 163.24 141.69C161.24 141.03 164.83 139.59 165.6 139.69C166.192 139.786 166.748 140.038 167.21 140.42C166.84 140.51 166.48 140.65 166.12 140.79Z" fill="url(#paint54_linear_830_9)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M186.46 218.63L190.62 218.5L190.44 214.32L188.09 214.46C188.064 216.001 187.485 217.48 186.46 218.63V218.63Z" fill="url(#paint55_linear_830_9)"/>
|
||||
<path d="M181.68 218.79L183.29 217.66C183.94 217.2 184.5 216.98 184.03 216.16C183.76 215.67 183.31 215.26 183.03 214.79L182.03 214.85L182.69 216.96L179.88 218.88L181.68 218.79Z" fill="#94A3DD"/>
|
||||
<path d="M201.47 214.82L200.81 216.94L203.63 218.86L192.82 218.5L193 214.32L201.47 214.82Z" fill="url(#paint56_linear_830_9)"/>
|
||||
<path d="M201.47 214.82L200.81 216.94L203.63 218.86L192.82 218.5L193 214.32L201.47 214.82Z" fill="#9DB1FE"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M195.29 214.45L193.02 214.32L192.84 218.5L196.32 218.61C195.672 217.317 195.32 215.896 195.29 214.45V214.45Z" fill="url(#paint57_linear_830_9)"/>
|
||||
<path d="M200.4 214.761C199.98 215.451 199.53 216.131 199.07 216.761C199.933 217.364 200.749 218.033 201.51 218.761L203.62 218.831L200.81 216.911L201.47 214.801L200.4 214.761Z" fill="url(#paint58_linear_830_9)"/>
|
||||
<path d="M200.4 214.761C199.98 215.451 199.53 216.131 199.07 216.761C199.933 217.364 200.749 218.033 201.51 218.761L203.62 218.831L200.81 216.911L201.47 214.801L200.4 214.761Z" fill="#94A3DD"/>
|
||||
<path d="M169.23 132.661C171.82 128.931 205.94 129.301 209.63 132.661C213.32 136.021 213.63 183.401 210.7 186.571C207.77 189.741 170.61 188.801 168.77 186.261C165.29 181.501 166.63 136.361 169.23 132.661Z" fill="url(#paint59_linear_830_9)"/>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.2">
|
||||
<path d="M210.71 186.57C207.81 189.73 170.611 188.8 168.771 186.26C167.171 184.05 166.601 173.1 166.701 161.66C166.771 171.28 167.391 179.66 168.771 181.57C170.611 184.11 207.77 185.05 210.71 181.88C211.93 180.55 212.59 171.38 212.71 160.96C212.77 173.18 212.11 185.04 210.71 186.57Z" fill="#767575"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.4">
|
||||
<path d="M210.711 152.77C207.811 154.06 170.611 153.68 168.771 152.65C166.931 151.62 166.491 146.35 166.771 141.2C166.961 144.46 167.581 147.15 168.771 147.82C170.611 148.82 207.771 149.23 210.711 147.94C211.781 147.46 212.421 144.52 212.611 140.94C212.881 146.36 212.291 152.09 210.711 152.77Z" fill="#767575"/>
|
||||
</g>
|
||||
<path d="M169.23 129.8C171.82 128.28 205.94 128.43 209.63 129.8C213.32 131.17 213.63 150.48 210.7 151.8C207.77 153.12 170.61 152.71 168.77 151.68C165.29 149.71 166.63 131.36 169.23 129.8Z" fill="url(#paint60_linear_830_9)"/>
|
||||
<g style="mix-blend-mode:screen" opacity="0.3">
|
||||
<path d="M212.65 143.64C212.51 138.39 211.51 133.05 209.65 132.36C205.96 130.99 171.83 130.84 169.24 132.36C167.88 133.16 166.87 138.61 166.72 143.89C166.55 137.97 167.66 130.74 169.24 129.8C171.83 128.28 205.96 128.43 209.65 129.8C211.82 130.61 212.81 137.71 212.65 143.64Z" fill="#636262"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.2">
|
||||
<path d="M210.711 151.77C207.811 153.06 170.611 152.68 168.771 151.65C166.931 150.62 166.491 145.35 166.771 140.2C166.961 143.46 167.581 146.15 168.771 146.82C170.611 147.82 207.771 148.23 210.711 146.94C211.781 146.46 212.421 143.52 212.611 139.94C212.881 145.36 212.291 151.09 210.711 151.77Z" fill="#767575"/>
|
||||
</g>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M174.15 156.56C171.76 159.29 171.28 175.56 174.15 177.07C177.02 178.58 203.6 178.78 204.58 177.07C205.56 175.36 206.77 158.85 204.58 156.56C202.39 154.27 176.53 153.83 174.15 156.56Z" fill="url(#paint61_linear_830_9)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M161.62 160.55C161.62 160.48 161.44 159.33 160.96 161.44C158.73 171.34 160.56 184.62 161.96 188.78C162.372 188.679 162.79 188.599 163.21 188.54C162.35 182.66 161.53 165.24 161.62 160.55Z" fill="url(#paint62_linear_830_9)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M234.19 167.75L233.11 168.75C229.29 164.49 225.36 160.99 221.41 159.94C221.41 159.94 223.66 158.54 229.52 162.63C231.373 164.041 232.956 165.775 234.19 167.75V167.75Z" fill="url(#paint63_linear_830_9)"/>
|
||||
</g>
|
||||
<defs>
|
||||
<radialGradient id="paint0_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(194.172 394.712) rotate(8.18) scale(204.39)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.38" stop-color="#F10174" stop-opacity="0.99"/>
|
||||
<stop offset="0.51" stop-color="#ED0376" stop-opacity="0.96"/>
|
||||
<stop offset="0.61" stop-color="#E70679" stop-opacity="0.92"/>
|
||||
<stop offset="0.69" stop-color="#DF0B7D" stop-opacity="0.85"/>
|
||||
<stop offset="0.75" stop-color="#D31182" stop-opacity="0.75"/>
|
||||
<stop offset="0.81" stop-color="#C51988" stop-opacity="0.64"/>
|
||||
<stop offset="0.87" stop-color="#B42290" stop-opacity="0.51"/>
|
||||
<stop offset="0.92" stop-color="#A02D98" stop-opacity="0.35"/>
|
||||
<stop offset="0.96" stop-color="#8B39A2" stop-opacity="0.18"/>
|
||||
<stop offset="1" stop-color="#7446AC" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint1_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(235.538 241.529) rotate(8.18) scale(356.35)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint2_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(153.326 17.771) rotate(23.5324) scale(458.274 402.205)">
|
||||
<stop offset="0.05" stop-color="#E0A326"/>
|
||||
<stop offset="0.41" stop-color="#E0A227" stop-opacity="0.99"/>
|
||||
<stop offset="0.55" stop-color="#DF9E2B" stop-opacity="0.96"/>
|
||||
<stop offset="0.64" stop-color="#DE9833" stop-opacity="0.91"/>
|
||||
<stop offset="0.71" stop-color="#DD8F3E" stop-opacity="0.83"/>
|
||||
<stop offset="0.78" stop-color="#DB844C" stop-opacity="0.73"/>
|
||||
<stop offset="0.84" stop-color="#D8755D" stop-opacity="0.61"/>
|
||||
<stop offset="0.89" stop-color="#D56471" stop-opacity="0.47"/>
|
||||
<stop offset="0.93" stop-color="#D25089" stop-opacity="0.3"/>
|
||||
<stop offset="0.98" stop-color="#CE3BA3" stop-opacity="0.12"/>
|
||||
<stop offset="1" stop-color="#CC2DB4" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint3_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(33178.9 66404.2) rotate(8.04906) scale(20072.8 52060.4)">
|
||||
<stop offset="0.05" stop-color="#E0A326"/>
|
||||
<stop offset="0.41" stop-color="#E0A227" stop-opacity="0.99"/>
|
||||
<stop offset="0.55" stop-color="#DF9E2B" stop-opacity="0.96"/>
|
||||
<stop offset="0.64" stop-color="#DE9833" stop-opacity="0.91"/>
|
||||
<stop offset="0.71" stop-color="#DD8F3E" stop-opacity="0.83"/>
|
||||
<stop offset="0.78" stop-color="#DB844C" stop-opacity="0.73"/>
|
||||
<stop offset="0.84" stop-color="#D8755D" stop-opacity="0.61"/>
|
||||
<stop offset="0.89" stop-color="#D56471" stop-opacity="0.47"/>
|
||||
<stop offset="0.93" stop-color="#D25089" stop-opacity="0.3"/>
|
||||
<stop offset="0.98" stop-color="#CE3BA3" stop-opacity="0.12"/>
|
||||
<stop offset="1" stop-color="#CC2DB4" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint4_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(108949 38073.2) rotate(8.04906) scale(53921.5 19029)">
|
||||
<stop offset="0.05" stop-color="#E0A326"/>
|
||||
<stop offset="0.41" stop-color="#E0A227" stop-opacity="0.99"/>
|
||||
<stop offset="0.55" stop-color="#DF9E2B" stop-opacity="0.96"/>
|
||||
<stop offset="0.64" stop-color="#DE9833" stop-opacity="0.91"/>
|
||||
<stop offset="0.71" stop-color="#DD8F3E" stop-opacity="0.83"/>
|
||||
<stop offset="0.78" stop-color="#DB844C" stop-opacity="0.73"/>
|
||||
<stop offset="0.84" stop-color="#D8755D" stop-opacity="0.61"/>
|
||||
<stop offset="0.89" stop-color="#D56471" stop-opacity="0.47"/>
|
||||
<stop offset="0.93" stop-color="#D25089" stop-opacity="0.3"/>
|
||||
<stop offset="0.98" stop-color="#CE3BA3" stop-opacity="0.12"/>
|
||||
<stop offset="1" stop-color="#CC2DB4" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint5_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(15297.3 21729.9) rotate(8.04906) scale(8507.07 16362)">
|
||||
<stop offset="0.05" stop-color="#E0A326"/>
|
||||
<stop offset="0.41" stop-color="#E0A227" stop-opacity="0.99"/>
|
||||
<stop offset="0.55" stop-color="#DF9E2B" stop-opacity="0.96"/>
|
||||
<stop offset="0.64" stop-color="#DE9833" stop-opacity="0.91"/>
|
||||
<stop offset="0.71" stop-color="#DD8F3E" stop-opacity="0.83"/>
|
||||
<stop offset="0.78" stop-color="#DB844C" stop-opacity="0.73"/>
|
||||
<stop offset="0.84" stop-color="#D8755D" stop-opacity="0.61"/>
|
||||
<stop offset="0.89" stop-color="#D56471" stop-opacity="0.47"/>
|
||||
<stop offset="0.93" stop-color="#D25089" stop-opacity="0.3"/>
|
||||
<stop offset="0.98" stop-color="#CE3BA3" stop-opacity="0.12"/>
|
||||
<stop offset="1" stop-color="#CC2DB4" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint6_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(5880.12 14663.2) rotate(8.04904) scale(3570.91 11457.6)">
|
||||
<stop offset="0.05" stop-color="#E0A326"/>
|
||||
<stop offset="0.41" stop-color="#E0A227" stop-opacity="0.99"/>
|
||||
<stop offset="0.55" stop-color="#DF9E2B" stop-opacity="0.96"/>
|
||||
<stop offset="0.64" stop-color="#DE9833" stop-opacity="0.91"/>
|
||||
<stop offset="0.71" stop-color="#DD8F3E" stop-opacity="0.83"/>
|
||||
<stop offset="0.78" stop-color="#DB844C" stop-opacity="0.73"/>
|
||||
<stop offset="0.84" stop-color="#D8755D" stop-opacity="0.61"/>
|
||||
<stop offset="0.89" stop-color="#D56471" stop-opacity="0.47"/>
|
||||
<stop offset="0.93" stop-color="#D25089" stop-opacity="0.3"/>
|
||||
<stop offset="0.98" stop-color="#CE3BA3" stop-opacity="0.12"/>
|
||||
<stop offset="1" stop-color="#CC2DB4" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint7_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(182723 130058) rotate(8.04906) scale(110892 89974.1)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint8_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(177160 117044) rotate(8.04906) scale(78814.7 45988.9)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint9_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(18024.8 26489.9) rotate(8.18) scale(3211.74 6757.05)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint10_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(40427.9 13561.7) rotate(8.04906) scale(6268.47 2175.43)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint11_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(19559.8 -57178) rotate(-138.05) scale(8161.21 17196.2)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint12_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(34851.4 41603.7) rotate(8.04906) scale(10412.8 10075.2)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint13_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(19593.4 55615.5) rotate(21.6951) scale(3948.9 6132.76)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint14_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(-21302.6 -1038.08) rotate(167.89) scale(4767.34 3784.1)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint15_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(36480.9 1658.44) rotate(-45.6) scale(3266.27 3311.23)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint16_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(30972.3 2242.64) rotate(-45.6) scale(2697.01 2880.24)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint17_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(5200.53 16061.8) rotate(38.13) scale(1028.46 2164.79)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint18_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(13838.1 17847.7) rotate(38.12) scale(1626.29 1246.89)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint19_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(20838.6 -2084.77) rotate(-84.66) scale(1043.86 2155.72)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint20_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(19391.6 -731.78) rotate(-84.66) scale(676.663 2017.36)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint21_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(-194.766 13046.4) rotate(77.29) scale(654.547 1252.96)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint22_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(-796.17 9311.09) rotate(77.29) scale(451.95 1153.34)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint23_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(10754 -7699.69) rotate(-99.87) scale(295.223 585.298)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint24_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(10229.6 -5545.64) rotate(-99.87) scale(199.472 541.905)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint25_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(25926.9 11506.2) rotate(-24.7751) scale(576.917 885.015)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint26_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(20748.7 6918.74) rotate(-24.7751) scale(492.463 621.276)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint27_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(13791.5 17261.7) rotate(29.86) scale(532.504 382.729)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint28_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(13274.4 14687.6) rotate(29.86) scale(487.597 289.89)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint29_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(20692.9 3151.85) rotate(-30.6689) scale(1939.35 1407.51)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint30_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(17697.8 1798.68) rotate(-30.6689) scale(1712.79 1118.27)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint31_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(-1755.04 2568.69) rotate(91.1458) scale(320.575 468.679)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint32_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(1936.28 3859.62) rotate(91.1458) scale(679.012 993.74)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint33_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(993.639 2829.26) rotate(91.1458) scale(290.843 426.339)">
|
||||
<stop stop-color="#F20074"/>
|
||||
<stop offset="0.14" stop-color="#ED0376"/>
|
||||
<stop offset="0.31" stop-color="#DF0B7D"/>
|
||||
<stop offset="0.49" stop-color="#C71887"/>
|
||||
<stop offset="0.67" stop-color="#A62A96"/>
|
||||
<stop offset="0.87" stop-color="#7B42A9"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint34_radial_830_9" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(94044.1 33772.5) rotate(8.04906) scale(56538.3 25003.5)">
|
||||
<stop offset="0.05" stop-color="#E0A326"/>
|
||||
<stop offset="0.41" stop-color="#E0A227" stop-opacity="0.99"/>
|
||||
<stop offset="0.55" stop-color="#DF9E2B" stop-opacity="0.96"/>
|
||||
<stop offset="0.64" stop-color="#DE9833" stop-opacity="0.91"/>
|
||||
<stop offset="0.71" stop-color="#DD8F3E" stop-opacity="0.83"/>
|
||||
<stop offset="0.78" stop-color="#DB844C" stop-opacity="0.73"/>
|
||||
<stop offset="0.84" stop-color="#D8755D" stop-opacity="0.61"/>
|
||||
<stop offset="0.89" stop-color="#D56471" stop-opacity="0.47"/>
|
||||
<stop offset="0.93" stop-color="#D25089" stop-opacity="0.3"/>
|
||||
<stop offset="0.98" stop-color="#CE3BA3" stop-opacity="0.12"/>
|
||||
<stop offset="1" stop-color="#CC2DB4" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="paint35_linear_830_9" x1="157.32" y1="190.361" x2="166.69" y2="190.361" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint36_linear_830_9" x1="2609.19" y1="1940.73" x2="2633.79" y2="1940.73" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint37_linear_830_9" x1="244.391" y1="142.291" x2="280.601" y2="142.291" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E1DAE5"/>
|
||||
<stop offset="1" stop-color="#F7F4F9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint38_linear_830_9" x1="6189.28" y1="2711.56" x2="6300.16" y2="2711.56" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#9DB1FE"/>
|
||||
<stop offset="1" stop-color="#5C86F0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint39_linear_830_9" x1="43574.3" y1="19434.7" x2="51659.3" y2="19434.7" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E1DAE5"/>
|
||||
<stop offset="1" stop-color="#F7F4F9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint40_linear_830_9" x1="188.43" y1="203.14" x2="194.7" y2="203.14" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#C8B8D3" stop-opacity="0.9"/>
|
||||
<stop offset="1" stop-color="#C8B8D3" stop-opacity="0.3"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint41_linear_830_9" x1="149.59" y1="99.4301" x2="228.99" y2="99.4301" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#181818"/>
|
||||
<stop offset="1" stop-color="#353535"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint42_linear_830_9" x1="38345.5" y1="9155.26" x2="44646.7" y2="9155.26" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E1DAE5"/>
|
||||
<stop offset="1" stop-color="#F7F4F9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint43_linear_830_9" x1="30244.6" y1="1675" x2="34009.7" y2="1675" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint44_linear_830_9" x1="30240.4" y1="1036.95" x2="34004.3" y2="1036.95" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint45_linear_830_9" x1="30240.4" y1="1156.81" x2="34004.2" y2="1156.81" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint46_linear_830_9" x1="599.076" y1="970.638" x2="715.716" y2="970.638" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint47_linear_830_9" x1="196.1" y1="56.6204" x2="237.54" y2="98.4003" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint48_linear_830_9" x1="20429" y1="6789.01" x2="21716.3" y2="8759.48" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white"/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint49_linear_830_9" x1="6176.74" y1="3300.47" x2="6298.23" y2="3300.47" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint50_linear_830_9" x1="5125.23" y1="3184.21" x2="5207.35" y2="3184.21" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint51_linear_830_9" x1="2707.63" y1="613.5" x2="2728.46" y2="613.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint52_linear_830_9" x1="1893.49" y1="1408.61" x2="1902.79" y2="1408.61" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint53_linear_830_9" x1="4656.37" y1="3181.41" x2="4738.82" y2="3181.41" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint54_linear_830_9" x1="2421" y1="613.5" x2="2441.93" y2="613.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint55_linear_830_9" x1="2342.06" y1="1430.26" x2="2359.37" y2="1430.26" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint56_linear_830_9" x1="752.995" y1="970.638" x2="869.743" y2="970.638" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint57_linear_830_9" x1="2018.23" y1="1424.53" x2="2030.34" y2="1424.53" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint58_linear_830_9" x1="2614.11" y1="1364.33" x2="2634.82" y2="1364.33" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#34254C"/>
|
||||
<stop offset="1" stop-color="#51397F"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint59_linear_830_9" x1="23094.1" y1="13306.9" x2="25209.4" y2="13306.9" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E1DAE5"/>
|
||||
<stop offset="1" stop-color="#F7F4F9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint60_linear_830_9" x1="23094.1" y1="5062.5" x2="25209.4" y2="5062.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E1DAE5"/>
|
||||
<stop offset="1" stop-color="#F7F4F9"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint61_linear_830_9" x1="17120.6" y1="5633.81" x2="18252.1" y2="5633.81" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#C8B8D3" stop-opacity="0.9"/>
|
||||
<stop offset="1" stop-color="#C8B8D3" stop-opacity="0.3"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint62_linear_830_9" x1="1778.91" y1="7028.88" x2="1789.87" y2="7028.88" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#C8B8D3" stop-opacity="0.9"/>
|
||||
<stop offset="1" stop-color="#C8B8D3" stop-opacity="0.3"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint63_linear_830_9" x1="7290.3" y1="2237.74" x2="7453.63" y2="2237.74" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#C8B8D3" stop-opacity="0.9"/>
|
||||
<stop offset="1" stop-color="#C8B8D3" stop-opacity="0.3"/>
|
||||
</linearGradient>
|
||||
<clipPath id="clip0_830_9">
|
||||
<rect width="139.6" height="171.82" fill="white" transform="translate(141 50)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
|
@ -1,538 +0,0 @@
|
|||
<svg width="58" height="58" viewBox="0 0 58 58" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_608_3696)">
|
||||
<path d="M51.9998 11.6206C55.4108 16.1977 57.3879 21.6835 57.681 27.3843C57.974 33.085 56.57 38.7447 53.6463 43.6474C50.7226 48.5501 46.4107 52.4758 41.2559 54.9278C36.1011 57.3798 30.3348 58.2481 24.6865 57.4228C19.0382 56.5975 13.7614 54.1157 9.52367 50.2913C5.2859 46.4669 2.27746 41.4717 0.878776 35.9374C-0.519908 30.4032 -0.245955 24.5784 1.66595 19.1998C3.57785 13.8212 7.04181 9.13038 11.6198 5.72059C17.7573 1.14926 25.4591 -0.797226 33.0315 0.309194C40.6039 1.41561 47.4268 5.48433 51.9998 11.6206Z" fill="url(#paint0_radial_608_3696)"/>
|
||||
<path d="M54.4112 32.6155C56.4861 18.4961 46.7221 5.36798 32.6027 3.29308C18.4833 1.21818 5.35527 10.9822 3.28037 25.1016C1.20547 39.221 10.9695 52.349 25.0888 54.4239C39.2082 56.4988 52.3363 46.7349 54.4112 32.6155Z" fill="url(#paint1_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:screen" d="M10.9194 38.14C8.66938 37.06 7.04942 34.3 6.32942 32.14C4.80942 27.6 5.98941 22.65 7.88941 18.41C13.8294 5.17001 30.2294 3.86 34.5094 7.62C38.7894 11.38 36.0694 17.08 28.9194 20.18C21.7694 23.28 22.2094 33.45 18.0194 36.6C16.4968 37.9378 14.5256 38.652 12.4994 38.6C11.9494 38.5425 11.4143 38.3867 10.9194 38.14Z" fill="url(#paint2_radial_608_3696)"/>
|
||||
<g opacity="0.7">
|
||||
<path style="mix-blend-mode:screen" opacity="0.7" d="M9.12015 28.3203C7.56772 27.2357 6.07547 26.0673 4.65012 24.8203C3.80203 30.0442 4.67113 35.4022 7.12692 40.0902C9.58272 44.7782 13.4928 48.5433 18.2702 50.8203C14.9208 48.1911 12.3151 44.7338 10.7104 40.7896C9.10576 36.8455 8.55763 32.551 9.12015 28.3303V28.3203Z" fill="url(#paint3_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:screen" opacity="0.7" d="M27.1405 4.36035C21.9265 4.7075 16.9611 6.71667 12.9728 10.093C8.9845 13.4694 6.18337 18.0352 4.98047 23.1203C6.3821 24.3893 7.85449 25.5779 9.3905 26.6803C10.4139 21.7 12.9627 17.1618 16.6829 13.6961C20.4031 10.2303 25.1102 8.00892 30.1505 7.34035C29.231 6.26576 28.2242 5.26904 27.1405 4.36035Z" fill="url(#paint4_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:screen" opacity="0.7" d="M37.95 7.58055C37.4085 6.84673 36.8241 6.14551 36.2 5.48055C33.7909 4.71274 31.2785 4.31817 28.75 4.31055C29.7166 5.21608 30.622 6.18489 31.46 7.21056C33.6302 7.04291 35.813 7.16735 37.95 7.58055Z" fill="url(#paint5_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:screen" opacity="0.7" d="M39.5603 8.00055C41.0253 8.38401 42.4514 8.90292 43.8203 9.55055C42.135 8.23701 40.2862 7.1479 38.3203 6.31055C38.7503 6.81055 39.1703 7.37055 39.5603 8.00055Z" fill="url(#paint6_radial_608_3696)"/>
|
||||
</g>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M31.8195 3.7002C34.359 5.34631 36.5065 7.5295 38.1105 10.0958C39.7145 12.6621 40.736 15.5491 41.1029 18.5531C41.4699 21.5571 41.1733 24.6051 40.2343 27.482C39.2952 30.359 37.7364 32.9949 35.6678 35.204C33.5992 37.413 31.0712 39.1413 28.262 40.2671C25.4528 41.3928 22.4309 41.8886 19.4092 41.7195C16.3876 41.5504 13.4399 40.7204 10.7739 39.2882C8.10793 37.8559 5.78857 35.8563 3.97943 33.4302L3.89941 33.3202C4.71707 37.9551 6.80747 42.2714 9.93695 45.7868C13.0664 49.3021 17.1117 51.878 21.6208 53.2267C26.13 54.5753 30.9254 54.6436 35.4711 53.4238C40.0168 52.2041 44.1338 49.7444 47.3621 46.3195C50.5903 42.8947 52.8027 38.6396 53.752 34.0299C54.7012 29.4201 54.3499 24.6371 52.7374 20.2155C51.1249 15.7938 48.3147 11.9076 44.6207 8.99115C40.9268 6.07467 36.4946 4.24279 31.8195 3.7002Z" fill="url(#paint7_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M45.9395 11.4102L46.0095 11.5002C54.3495 22.6902 52.2995 38.3202 41.4395 46.4202C31.3795 53.9102 17.2994 52.3101 8.64941 43.1501C16.9994 54.2701 32.5094 56.7501 43.3494 48.6801C54.1894 40.6101 56.2494 24.9501 47.9094 13.7601C47.304 12.9352 46.646 12.1503 45.9395 11.4102Z" fill="url(#paint8_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M21.9202 7.05039C22.9202 8.33039 21.4603 10.9904 18.7703 12.9904C16.0803 14.9904 13.1303 15.5804 12.1803 14.3004C11.2303 13.0204 12.6303 10.3704 15.3203 8.36039C18.0103 6.35039 20.9602 5.77039 21.9202 7.05039Z" fill="url(#paint9_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M13.3197 14.9401C14.6797 15.1701 16.7997 14.4601 18.7697 12.9901C20.9597 11.3601 22.2997 9.3001 22.2097 7.8901C20.8497 7.6601 18.7297 8.3701 16.7597 9.8901C14.5697 11.4701 13.2297 13.5301 13.3197 14.9401Z" fill="url(#paint10_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M51.6795 25.06C50.2395 25.75 47.9095 23.85 46.4695 20.82C45.0295 17.79 45.0195 14.82 46.4695 14.09C47.9195 13.36 50.2495 15.31 51.6895 18.34C53.1295 21.37 53.0695 24.38 51.6795 25.06Z" fill="url(#paint11_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M45.5695 15.0908C45.0795 16.3808 45.3595 18.6008 46.4195 20.8208C47.5895 23.2808 49.3495 25.0008 50.7395 25.1908C51.2395 23.9008 50.9594 21.6808 49.8994 19.4608C48.7294 17.0008 46.9595 15.2808 45.5695 15.0908Z" fill="url(#paint12_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M36.0502 46.0004C35.0502 44.7804 36.2603 42.0004 38.8203 39.8704C41.3803 37.7404 44.2903 36.9404 45.3203 38.1504C46.3503 39.3604 45.1102 42.1504 42.5502 44.2804C39.9902 46.4104 37.0802 47.1804 36.0502 46.0004Z" fill="url(#paint13_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M44.14 37.5504C42.77 37.4104 40.7 38.2404 38.82 39.8304C36.74 41.6004 35.53 43.7404 35.71 45.1304C37.08 45.2804 39.15 44.4404 41.03 42.8504C43.11 41.0904 44.32 39.0004 44.14 37.5504Z" fill="url(#paint14_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M19.6795 39.3308C19.5095 35.9508 22.6195 33.0508 26.6795 32.8508C30.7395 32.6508 34.0895 35.2108 34.2595 38.5808C34.4295 41.9508 31.3195 44.8608 27.2595 45.0608C23.1995 45.2608 19.8095 42.7008 19.6795 39.3308Z" fill="url(#paint15_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M26.5997 32.85C22.9797 33.03 20.0897 35.41 19.6797 38.35C20.3897 41.23 23.4997 43.3 27.1197 43.11C30.7397 42.92 33.6297 40.55 34.0397 37.61C33.3297 34.73 30.2197 32.66 26.5997 32.85Z" fill="url(#paint16_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M26.8901 16.4109C27.7501 18.4109 26.5201 20.8609 24.1401 21.8809C21.7601 22.9009 19.1401 22.1109 18.2801 20.1109C17.4201 18.1109 18.6501 15.6609 21.0301 14.6409C23.4101 13.6209 26.0401 14.4109 26.8901 16.4109Z" fill="url(#paint17_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M24.1395 21.8801C24.617 21.4487 24.9663 20.8939 25.149 20.2769C25.3317 19.6599 25.3407 19.0044 25.1751 18.3826C25.0095 17.7607 24.6757 17.1966 24.2103 16.7521C23.7449 16.3076 23.1661 16.0001 22.5373 15.8633C21.9085 15.7264 21.2541 15.7656 20.6461 15.9764C20.0381 16.1873 19.5 16.5617 19.091 17.0585C18.6819 17.5553 18.4178 18.1552 18.3275 18.7924C18.2373 19.4295 18.3245 20.0793 18.5795 20.6701C19.2262 21.4799 20.132 22.0422 21.1446 22.2626C22.1572 22.483 23.2148 22.3479 24.1395 21.8801Z" fill="url(#paint18_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M41.0799 33.4802C39.0799 32.8102 37.8699 29.7102 38.4799 26.5602C39.0899 23.4102 41.2599 21.4002 43.2999 22.0702C45.3399 22.7402 46.5099 25.8302 45.8899 28.9802C45.2699 32.1302 43.1199 34.1502 41.0799 33.4802Z" fill="url(#paint19_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M38.4799 26.5605C37.9299 29.4105 38.8199 32.2005 40.4799 33.2105C42.3299 33.3505 44.14 31.4405 44.69 28.6005C45.24 25.7605 44.35 22.9605 42.69 21.9505C40.84 21.8105 39.0399 23.7305 38.4799 26.5605Z" fill="url(#paint20_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M9.46953 23.1104C10.7295 23.1104 11.7695 25.2404 11.7895 27.8804C11.8095 30.5204 10.7896 32.6804 9.54955 32.6904C8.30955 32.7004 7.25955 30.5604 7.23955 27.9204C7.21955 25.2804 8.21953 23.1204 9.46953 23.1104Z" fill="url(#paint21_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M10.4901 32.2503C11.4461 31.003 11.9089 29.4473 11.7901 27.8803C11.7901 25.7303 11.0801 23.8803 10.1501 23.3203C9.19161 24.5663 8.72851 26.123 8.85013 27.6903C8.87013 29.8403 9.55014 31.6603 10.4901 32.2503Z" fill="url(#paint22_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M14.6795 47.1401C15.2995 45.6701 18.3094 45.53 21.3994 46.83C24.4894 48.13 26.4895 50.38 25.8795 51.83C25.2695 53.28 22.2494 53.4301 19.1594 52.1301C16.0694 50.8301 14.0295 48.6101 14.6795 47.1401Z" fill="url(#paint23_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M25.8095 50.5401C25.3195 49.2501 23.6395 47.7901 21.3695 46.8301C18.8495 45.7801 16.3695 45.6701 15.2295 46.4601C15.7195 47.7501 17.3995 49.2101 19.6695 50.1701C22.1895 51.2201 24.6795 51.3301 25.8095 50.5401Z" fill="url(#paint24_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M30.2498 5.83046C30.3598 6.73046 28.9197 7.64046 27.0297 7.83046C25.1397 8.02046 23.5297 7.51046 23.4297 6.61046C23.3297 5.71046 24.7597 4.81046 26.6497 4.61046C28.5397 4.41046 30.1498 4.94046 30.2498 5.83046Z" fill="url(#paint25_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M23.8096 7.27061C24.7736 7.85725 25.9202 8.06734 27.0295 7.86061C28.5695 7.68061 29.8095 7.04061 30.1595 6.33061C29.1955 5.74397 28.0489 5.53388 26.9396 5.74061C25.3996 5.93061 24.1596 6.56061 23.8096 7.27061Z" fill="url(#paint26_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M45.6798 45.0004C44.9798 44.4304 45.3897 42.7703 46.5897 41.3003C47.7897 39.8303 49.3297 39.1004 50.0297 39.6704C50.7297 40.2404 50.3198 41.9004 49.1198 43.3704C47.9198 44.8404 46.3998 45.5604 45.6798 45.0004Z" fill="url(#paint27_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M49.3296 39.4707C48.229 39.7199 47.2598 40.3684 46.6096 41.2907C45.6096 42.4907 45.1796 43.8107 45.4196 44.5607C46.5231 44.312 47.4955 43.6637 48.1495 42.7407C49.1195 41.5507 49.5796 40.2307 49.3296 39.4707Z" fill="url(#paint28_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M9.11968 40.8804C9.81968 40.3004 11.3597 41.0203 12.5697 42.4903C13.7797 43.9603 14.1997 45.6103 13.4997 46.1803C12.7997 46.7503 11.2597 46.0304 10.0497 44.5704C8.83967 43.1104 8.42968 41.4504 9.11968 40.8804Z" fill="url(#paint29_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M13.8193 45.5206C13.79 44.4 13.3444 43.3305 12.5693 42.5206C11.5693 41.3306 10.3893 40.6306 9.56934 40.7206C9.59869 41.8412 10.0443 42.9107 10.8193 43.7206C11.1587 44.2205 11.6028 44.6405 12.1209 44.9513C12.639 45.2622 13.2186 45.4564 13.8193 45.5206Z" fill="url(#paint30_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M35.4697 51.3907C35.1097 50.5707 36.2297 49.2807 37.9697 48.5207C39.7097 47.7607 41.4097 47.8207 41.7697 48.6507C42.1297 49.4807 41.0097 50.7607 39.2697 51.5207C37.5297 52.2807 35.8297 52.2207 35.4697 51.3907Z" fill="url(#paint31_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M41.2202 48.1506C40.1283 47.8678 38.9705 47.9996 37.9702 48.5206C37.397 48.7061 36.8711 49.0143 36.429 49.4235C35.9869 49.8328 35.6393 50.3334 35.4102 50.8906C36.5056 51.1684 37.6648 51.0368 38.6702 50.5206C39.2421 50.335 39.7666 50.0268 40.2071 49.6174C40.6475 49.2081 40.9933 48.7075 41.2202 48.1506Z" fill="url(#paint32_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M47.0496 12.6502C46.6796 13.2302 45.3796 13.0702 44.1496 12.2902C42.9196 11.5102 42.2196 10.4002 42.5996 9.82022C42.9796 9.24022 44.2596 9.40021 45.4896 10.1802C46.7196 10.9602 47.4196 12.0702 47.0496 12.6502Z" fill="url(#paint33_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M42.5195 10.3802C42.8054 11.198 43.3868 11.8793 44.1495 12.2902C44.512 12.5755 44.9327 12.778 45.3819 12.8833C45.8311 12.9887 46.2979 12.9945 46.7495 12.9002C46.4603 12.0843 45.8798 11.4041 45.1195 10.9902C44.7569 10.7049 44.3363 10.5024 43.8871 10.397C43.4379 10.2916 42.9712 10.2859 42.5195 10.3802Z" fill="url(#paint34_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M52.0894 31.3907C51.3994 31.3907 50.8994 30.1507 50.9694 28.7007C51.0394 27.2507 51.6694 26.0907 52.3594 26.1207C53.0494 26.1507 53.5494 27.3707 53.4794 28.8207C53.4094 30.2707 52.7794 31.4307 52.0894 31.3907Z" fill="url(#paint35_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M51.8302 26.3301C51.2656 26.9897 50.9599 27.832 50.9701 28.7001C50.9009 29.1564 50.9331 29.6224 51.0644 30.0649C51.1958 30.5074 51.4231 30.9155 51.7301 31.2601C52.2952 30.6014 52.5978 29.7577 52.5802 28.8901C52.648 28.4345 52.616 27.9697 52.4865 27.5276C52.357 27.0856 52.1331 26.677 51.8302 26.3301Z" fill="url(#paint36_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M14.8098 42.5603C15.0798 42.1803 15.9598 42.3303 16.8098 42.9003C17.6598 43.4703 18.0598 44.2503 17.8098 44.6403C17.5598 45.0303 16.6598 44.8703 15.8098 44.3003C14.9598 43.7303 14.5398 43.0003 14.8098 42.5603Z" fill="url(#paint37_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M17.8193 44.2607C17.6642 43.7 17.3083 43.2159 16.8193 42.9006C16.5805 42.6967 16.3007 42.5465 15.9987 42.4602C15.6968 42.374 15.3798 42.3536 15.0693 42.4006C15.2245 42.9613 15.5804 43.4454 16.0693 43.7607C16.3081 43.9646 16.5879 44.1148 16.8899 44.2011C17.1918 44.2873 17.5088 44.3077 17.8193 44.2607Z" fill="url(#paint38_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M18.8002 22.5C19.1732 22.5587 19.5188 22.7313 19.7897 22.9942C20.0607 23.2571 20.2438 23.5973 20.3138 23.9682C20.3838 24.3392 20.3374 24.7228 20.1809 25.0663C20.0243 25.4099 19.7654 25.6966 19.4396 25.8873C19.1137 26.0779 18.7369 26.1631 18.3607 26.1311C17.9846 26.0992 17.6274 25.9517 17.3384 25.7088C17.0493 25.466 16.8425 25.1397 16.7462 24.7747C16.6498 24.4097 16.6687 24.0238 16.8002 23.67C16.9175 23.2541 17.1914 22.8998 17.5643 22.6817C17.9373 22.4635 18.3803 22.3984 18.8002 22.5Z" fill="url(#paint39_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M18.1802 25.9402C18.4995 25.8743 18.7955 25.7247 19.038 25.5068C19.2804 25.289 19.4607 25.0106 19.5602 24.7002C19.7076 24.3677 19.7501 23.9982 19.6823 23.6409C19.6144 23.2836 19.4393 22.9555 19.1802 22.7002C18.8615 22.7665 18.5656 22.9148 18.3218 23.1306C18.0781 23.3463 17.8948 23.6219 17.7902 23.9302C17.6433 24.2652 17.602 24.6369 17.6716 24.996C17.7413 25.3551 17.9187 25.6845 18.1802 25.9402Z" fill="url(#paint40_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M26.1996 10.1102C26.3196 10.5602 25.6496 11.1102 24.6896 11.4002C23.7296 11.6902 22.8496 11.4902 22.6896 11.0402C22.5296 10.5902 23.2396 10.0402 24.1996 9.75016C25.1596 9.46016 26.0796 9.65016 26.1996 10.1102Z" fill="url(#paint41_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M22.9697 11.34C23.5163 11.5701 24.1284 11.5914 24.6898 11.4C24.9975 11.3525 25.2911 11.2384 25.5502 11.0656C25.8092 10.8929 26.0275 10.6658 26.1898 10.4C25.6465 10.1706 25.0377 10.1492 24.4797 10.34C24.1709 10.3881 23.876 10.5023 23.6154 10.6749C23.3548 10.8475 23.1345 11.0744 22.9697 11.34Z" fill="url(#paint42_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M44.1794 21C43.9253 21.1749 43.6228 21.266 43.3144 21.2606C43.0059 21.2551 42.7068 21.1535 42.459 20.9697C42.2111 20.786 42.0269 20.5294 41.932 20.2358C41.8372 19.9423 41.8364 19.6264 41.9299 19.3324C42.0234 19.0384 42.2064 18.7809 42.4534 18.596C42.7004 18.4111 42.9989 18.308 43.3074 18.3011C43.6158 18.2943 43.9187 18.384 44.1737 18.5577C44.4287 18.7314 44.6229 18.9804 44.7294 19.27C44.8815 19.5731 44.9091 19.9237 44.8064 20.2469C44.7036 20.5701 44.4786 20.8403 44.1794 21Z" fill="url(#paint43_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M42.8096 18.5605C42.6647 18.7686 42.5766 19.0108 42.5538 19.2633C42.531 19.5158 42.5743 19.7699 42.6796 20.0005C42.7617 20.2671 42.9201 20.5037 43.1351 20.6814C43.3501 20.8591 43.6123 20.97 43.8896 21.0005C44.0365 20.7922 44.129 20.5504 44.1587 20.2971C44.1884 20.0439 44.1543 19.7873 44.0596 19.5505C43.9731 19.2801 43.808 19.0415 43.5854 18.8651C43.3628 18.6888 43.0927 18.5828 42.8096 18.5605Z" fill="url(#paint44_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M6.9799 19.1506C7.84991 19.3806 8.16992 21.0506 7.67992 22.8906C7.18992 24.7306 6.0999 26.0306 5.2299 25.8006C4.3599 25.5706 4.03989 23.8906 4.52989 22.0506C5.01989 20.2106 6.1099 18.9206 6.9799 19.1506Z" fill="url(#paint45_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M5.95967 25.6709C6.85688 24.9887 7.46959 23.9983 7.67964 22.8909C7.89125 22.328 7.97672 21.7255 7.93007 21.1259C7.88342 20.5263 7.70575 19.9443 7.40962 19.4209C6.51429 20.1065 5.89932 21.0948 5.67964 22.2009C5.28964 23.7009 5.41967 25.0809 5.95967 25.6709Z" fill="url(#paint46_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M48.3398 34.5007C48.7098 34.6607 48.7698 35.3207 48.4898 35.9707C48.2098 36.6207 47.6798 36.9707 47.3098 36.8507C46.9398 36.7307 46.8698 36.0307 47.1598 35.3807C47.4498 34.7307 47.9698 34.3407 48.3398 34.5007Z" fill="url(#paint47_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M48.1194 32.1309C48.3494 32.2309 48.3894 32.6308 48.2094 33.0208C48.0294 33.4108 47.7194 33.6609 47.4894 33.5609C47.2594 33.4609 47.2294 33.0609 47.3994 32.6709C47.5694 32.2809 47.8994 32.0009 48.1194 32.1309Z" fill="url(#paint48_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M23.3599 46.3307C23.1599 46.7307 22.4199 46.7708 21.7199 46.4208C21.0199 46.0708 20.5999 45.4207 20.7999 45.0507C20.9999 44.6807 21.7399 44.6107 22.4399 44.9607C23.1399 45.3107 23.5599 45.9307 23.3599 46.3307Z" fill="url(#paint49_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M25.4197 46.8003C25.2997 47.0503 24.8497 47.0703 24.4197 46.8503C23.9897 46.6303 23.7497 46.2703 23.8697 46.0303C23.9897 45.7903 24.4297 45.7603 24.8697 46.0303C25.3097 46.3003 25.5397 46.5603 25.4197 46.8003Z" fill="url(#paint50_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M13.7902 42.6208C13.6302 42.7708 13.2802 42.6208 13.0202 42.3808C12.7602 42.1408 12.6602 41.7508 12.8202 41.5908C12.9802 41.4308 13.3302 41.5908 13.6002 41.8308C13.8702 42.0708 13.9502 42.4608 13.7902 42.6208Z" fill="url(#paint51_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M42.9097 12.8207C42.6797 13.0407 42.1697 12.8807 41.7797 12.4707C41.3897 12.0607 41.2597 11.5507 41.4997 11.3307C41.7397 11.1107 42.2297 11.2607 42.6297 11.6707C43.0297 12.0807 43.1397 12.5907 42.9097 12.8207Z" fill="url(#paint52_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M43.7901 14.6106C43.6301 14.7506 43.3001 14.6106 43.0501 14.3806C42.8001 14.1506 42.7101 13.7806 42.8601 13.6306C43.0101 13.4806 43.3401 13.6306 43.6001 13.8606C43.8601 14.0906 43.9401 14.4606 43.7901 14.6106Z" fill="url(#paint53_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M32.0195 51.5307C32.0195 51.9307 31.4294 52.2407 30.7194 52.2207C30.0094 52.2007 29.4395 51.8507 29.4595 51.4507C29.4795 51.0507 30.0495 50.7407 30.7595 50.7607C31.4695 50.7807 32.0395 51.1307 32.0195 51.5307Z" fill="url(#paint54_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M34.1403 50.4508C34.1403 50.6908 33.7802 50.8808 33.3502 50.8708C32.9202 50.8608 32.5703 50.6408 32.5803 50.4008C32.5903 50.1608 32.9403 49.9708 33.3803 49.9808C33.8203 49.9908 34.1503 50.2008 34.1403 50.4508Z" fill="url(#paint55_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:multiply" opacity="0.5" d="M28.8298 50.3307C28.8298 50.5707 28.4597 50.7607 28.0297 50.7407C27.5997 50.7207 27.2598 50.5207 27.2598 50.2807C27.2598 50.0407 27.6298 49.8507 28.0598 49.8607C28.4898 49.8707 28.8298 50.0807 28.8298 50.3307Z" fill="url(#paint56_radial_608_3696)"/>
|
||||
<path style="mix-blend-mode:screen" opacity="0.5" d="M9.09018 18.9401C8.75018 18.7201 8.80021 18.0601 9.19021 17.4701C9.58021 16.8801 10.1902 16.5801 10.5102 16.8001C10.8302 17.0201 10.8002 17.6801 10.4102 18.2801C10.0202 18.8801 9.42018 19.1701 9.09018 18.9401ZM9.70022 20.9401C9.94022 20.5801 9.96022 20.1802 9.76022 20.0402C9.56022 19.9002 9.20023 20.0902 8.96023 20.4502C8.72023 20.8102 8.69017 21.2101 8.90017 21.3501C9.11017 21.4901 9.4602 21.2701 9.6802 20.9101L9.70022 20.9401ZM12.5902 16.4802C12.8302 16.1202 12.8602 15.7201 12.6602 15.5801C12.4602 15.4401 12.0902 15.6301 11.8502 15.9901C11.6102 16.3501 11.5902 16.7501 11.7902 16.8801C11.9902 17.0101 12.3502 16.8102 12.5902 16.4502V16.4802ZM29.2702 9.57015C29.1302 9.20015 29.5602 8.69014 30.2702 8.45014C30.9802 8.21014 31.5902 8.31014 31.7302 8.69014C31.8702 9.07014 31.4402 9.57014 30.7302 9.81014C30.0202 10.0501 29.4102 9.92014 29.2702 9.54014V9.57015ZM33.5802 9.64014C33.9802 9.49014 34.2402 9.18014 34.1602 8.95014C34.0802 8.72014 33.6802 8.66015 33.2702 8.80015C32.8602 8.94015 32.6002 9.26015 32.6902 9.49015C32.7802 9.72015 33.1702 9.76014 33.5802 9.61014V9.64014Z" fill="url(#paint57_radial_608_3696)"/>
|
||||
</g>
|
||||
<defs>
|
||||
<radialGradient id="paint0_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(28.5846 28.8538) rotate(-36.69) scale(29.18)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.7" stop-color="#5E8CEB" stop-opacity="0.99"/>
|
||||
<stop offset="0.75" stop-color="#5F8AE9" stop-opacity="0.95"/>
|
||||
<stop offset="0.8" stop-color="#6085E5" stop-opacity="0.89"/>
|
||||
<stop offset="0.84" stop-color="#627FDF" stop-opacity="0.8"/>
|
||||
<stop offset="0.87" stop-color="#6576D8" stop-opacity="0.68"/>
|
||||
<stop offset="0.91" stop-color="#686CCE" stop-opacity="0.54"/>
|
||||
<stop offset="0.94" stop-color="#6C60C4" stop-opacity="0.37"/>
|
||||
<stop offset="0.97" stop-color="#7053B7" stop-opacity="0.18"/>
|
||||
<stop offset="1" stop-color="#7446AC" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint1_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(20.1119 9.31248) rotate(-36.64) scale(51.0781)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint2_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(28337.2 5920.75) rotate(-21.6445) scale(2027.26 1880.4)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint3_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(11337 1293.68) rotate(-36.6899) scale(527.484 984.101)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint4_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(16010.3 -3595.68) rotate(-36.69) scale(952.684 844.812)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint5_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(5000.94 -2545.52) rotate(-36.69) scale(348.22 123.77)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint6_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(3243.38 -1244.73) rotate(-36.69) scale(208.175 122.634)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint7_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(33316.2 -5454.7) rotate(-36.69) scale(2243.16 2252.81)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint8_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(29225.8 -4974.52) rotate(-36.69) scale(1452.74 1375.07)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint9_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(6440 -1663.76) rotate(-36.69) scale(117.409 97.5935)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint10_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(5493.73 -1500.3) rotate(-36.69) scale(100.909 80.9109)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint11_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(-339.031 3627.83) rotate(64.5599) scale(83.4643 127.745)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint12_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(-451.684 2957.49) rotate(64.5601) scale(64.0021 114.534)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint13_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(-4588.52 -618.989) rotate(139.75) scale(113.202 101.715)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint14_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(-3918.49 -467.118) rotate(139.75) scale(95.996 86.3245)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint15_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(-5578.23 -9427.52) rotate(177.138) scale(198.571 294.61)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint16_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(8691.34 -2401.69) rotate(-36.69) scale(248.428 177.916)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint17_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(7695.65 3070.97) rotate(-22.9726) scale(80.0766 125.556)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint18_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(-2470.95 1223.14) rotate(123.03) scale(77.98 73.3297)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint19_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(-6821.08 787.713) rotate(101.083) scale(83.9453 177.792)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint20_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(2177.53 -4821.83) rotate(-105.461) scale(89.1038 125.182)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint21_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(5475.6 -2865.61) rotate(-90.47) scale(40.6823 85.6453)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint22_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(5087.66 -1881.75) rotate(-90.47) scale(26.6175 79.8343)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint23_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(-3234.97 -5716.82) rotate(-157.19) scale(129.62 80.2729)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint24_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(-3362.84 -4447.67) rotate(-157.19) scale(119.977 57.9873)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint25_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(4073.13 232.99) rotate(-6.74) scale(43.8541 21.1962)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint26_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(3775.89 63.6808) rotate(-6.74002) scale(40.7668 14.6058)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint27_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(-2772.08 55.5775) rotate(129.24) scale(32.3165 36.6807)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint28_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(-2402.94 0.578307) rotate(129.24) scale(25.9511 32.6779)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint29_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(1269.1 -3582.94) rotate(-129.52) scale(32.4434 36.568)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint30_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(1002.91 -3014.14) rotate(-129.52) scale(27.285 30.8657)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint31_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(-1619.47 -1374.04) rotate(156.45) scale(41.3106 26.1086)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint32_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(-1361.27 -865.132) rotate(156.45) scale(37.3002 19.4403)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint33_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(1862.49 1882.15) rotate(32.4299) scale(22.8901 17.3532)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint34_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(1745.62 1662.97) rotate(32.4301) scale(20.8115 13.0547)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint35_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(-1314.01 1205.62) rotate(92.91) scale(12.4136 25.9362)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint36_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(-1215.23 895.922) rotate(92.91) scale(8.26681 24.2561)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint37_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(-828.513 -2193.03) rotate(-144.727) scale(10.647 8.44982)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint38_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(-864.174 -1708.87) rotate(-144.727) scale(9.28059 6.44355)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint39_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(3965.11 -1759.23) rotate(-69.5778) scale(12.3351 21.503)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint40_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(3062.31 -576.928) rotate(-69.5777) scale(6.99338 18.9087)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint41_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(3045.72 -88.8815) rotate(-15.0099) scale(11.9162 6.46327)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint42_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(2687.78 -288.956) rotate(-15.0099) scale(10.8193 4.43044)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint43_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(-1041.39 2622.8) rotate(70.1148) scale(8.02583 12.9507)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint44_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(-1003.15 1574.66) rotate(70.1144) scale(4.32687 10.6758)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint45_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(3506.73 -1088.19) rotate(-75.2299) scale(23.1774 43.0329)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint46_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(3142.34 -591.323) rotate(-75.2301) scale(15.9754 40.1246)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint47_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(1150.68 -681.13) rotate(-66.5015) scale(25.1276 29.6828)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint48_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(683.14 -449.583) rotate(-66.5005) scale(15.3796 18.2881)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint49_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(1045.93 838.932) rotate(26.8221) scale(44.0074 26.4447)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint50_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(704.972 654.995) rotate(26.8221) scale(16.129 9.6561)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint51_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(313.281 684.851) rotate(46.2198) scale(9.18722 7.79602)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint52_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(499.256 739.981) rotate(46.2191) scale(19.5422 16.6169)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint53_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(373.959 649.887) rotate(46.219) scale(8.36502 7.0579)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint54_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(1436.97 364.18) rotate(1.71835) scale(38.0995 18.0534)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint55_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(954.715 300.942) rotate(1.71833) scale(23.214 11.0006)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint56_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(945.752 299.871) rotate(1.71836) scale(23.3565 10.8905)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<radialGradient id="paint57_radial_608_3696" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(6677.28 -11680.1) rotate(-84) scale(2285.05 1175.34)">
|
||||
<stop stop-color="#8EE1EE"/>
|
||||
<stop offset="0.62" stop-color="#5E8DEC"/>
|
||||
<stop offset="0.63" stop-color="#5F89E8"/>
|
||||
<stop offset="0.74" stop-color="#6B64C7"/>
|
||||
<stop offset="0.84" stop-color="#714EB3"/>
|
||||
<stop offset="0.9" stop-color="#7446AC"/>
|
||||
</radialGradient>
|
||||
<clipPath id="clip0_608_3696">
|
||||
<rect width="57.72" height="57.72" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
|
@ -1,194 +0,0 @@
|
|||
<svg width="169" height="169" viewBox="0 0 169 169" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_608_3503)">
|
||||
<path d="M167.875 96.0084C174.327 49.8677 142.152 7.23308 96.0117 0.78127C49.871 -5.67054 7.23638 26.5036 0.784569 72.6443C-5.66724 118.785 26.5069 161.42 72.6476 167.871C118.788 174.323 161.423 142.149 167.875 96.0084Z" fill="url(#paint0_radial_608_3503)"/>
|
||||
<path d="M154.87 111.493C169.847 72.559 150.426 28.8554 111.491 13.8787C72.5568 -1.09803 28.8532 18.3235 13.8765 57.2579C-1.10018 96.1923 18.3213 139.896 57.2557 154.873C96.1901 169.849 139.894 150.428 154.87 111.493Z" fill="#E0A326"/>
|
||||
<g style="mix-blend-mode:screen">
|
||||
<path d="M31.9332 111.502C25.3392 108.347 20.5643 100.261 18.5036 93.9941C14.0697 80.7208 17.4946 66.2396 23.0512 53.8474C40.4315 15.136 88.4229 11.3274 100.872 22.3126C113.321 33.2979 105.448 49.9535 84.529 59.0202C63.6101 68.087 64.9317 97.8169 52.6816 107.026C48.0204 110.55 42.6201 113.35 36.5519 112.796C34.9465 112.649 33.3812 112.211 31.9332 111.502Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g opacity="0.7">
|
||||
<g style="mix-blend-mode:screen" opacity="0.7">
|
||||
<path d="M26.6171 82.7809C22.0697 79.6194 17.7046 76.2032 13.5428 72.5488C11.0514 87.8136 13.5843 103.475 20.7604 117.176C27.9365 130.877 39.3676 141.877 53.3343 148.522C43.5442 140.837 35.9297 130.73 31.2439 119.2C26.5581 107.67 24.9632 95.1164 26.6171 82.7809Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:screen" opacity="0.7">
|
||||
<path d="M79.3403 12.791C64.1008 13.8053 49.5875 19.6768 37.9297 29.5443C26.272 39.4117 18.0834 52.7555 14.5654 67.6179C18.6545 71.3438 22.9584 74.8269 27.455 78.049C30.4277 63.481 37.8716 50.2035 48.7492 40.0673C59.6267 29.9311 73.3958 23.4413 88.137 21.5025C85.4467 18.3642 82.5047 15.4506 79.3403 12.791Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:screen" opacity="0.7">
|
||||
<path d="M110.947 22.1706C109.352 20.0303 107.644 17.9762 105.831 16.0171C98.7861 13.772 91.4386 12.6217 84.0449 12.6064C86.8727 15.267 89.5173 18.1157 91.9606 21.1332C98.3074 20.6382 104.692 20.9871 110.947 22.1706Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:screen" opacity="0.7">
|
||||
<path d="M115.651 23.236C119.927 24.36 124.089 25.8776 128.086 27.7694C123.166 23.924 117.762 20.7418 112.013 18.3047C113.306 19.8963 114.5 21.5449 115.651 23.236Z" fill="#E0A326"/>
|
||||
</g>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M93.013 10.8301C100.442 15.6402 106.725 22.0221 111.418 29.5254C116.112 37.0287 119.101 45.4706 120.176 54.2554C121.251 63.0402 120.384 71.9538 117.638 80.3672C114.892 88.7806 110.333 96.4889 104.283 102.948C98.2323 109.407 90.8381 114.46 82.6219 117.75C74.4058 121.039 65.5678 122.486 56.7316 121.987C47.8954 121.488 39.2763 119.056 31.4825 114.863C23.6888 110.669 16.9103 104.817 11.6253 97.7176L11.4121 97.4049C13.799 110.957 19.908 123.579 29.056 133.859C38.2041 144.14 50.0308 151.673 63.2144 155.618C76.398 159.563 90.4189 159.764 103.71 156.198C117.001 152.632 129.039 145.44 138.478 135.426C147.916 125.412 154.384 112.971 157.158 99.492C159.932 86.0134 158.903 72.0288 154.186 59.1014C149.469 46.174 141.249 34.8132 130.447 26.2887C119.644 17.7642 106.683 12.4119 93.013 10.8301Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M134.297 33.3545L134.496 33.6103C158.868 66.2961 152.885 112.028 121.137 135.69C91.7482 157.589 50.5782 152.914 25.2822 126.154C49.7113 158.641 95.0452 165.945 126.708 142.298C158.37 118.65 164.439 72.9328 140.066 40.2185C138.281 37.8177 136.355 35.5256 134.297 33.3545Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M64.0639 20.6074C66.9061 24.345 62.728 32.1185 54.8692 37.9735C47.0104 43.8286 38.37 45.5481 35.5988 41.8106C32.8276 38.073 36.9204 30.2995 44.7935 24.4445C52.6665 18.5894 61.2785 16.8699 64.0639 20.6074Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M38.9389 43.6584C42.918 44.3406 49.0999 42.2373 54.8697 37.974C61.2647 33.2132 65.187 27.1734 64.917 23.0806C60.9379 22.3984 54.756 24.5017 48.9862 28.7651C42.5911 33.5258 38.6689 39.5656 38.9389 43.6584Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M150.923 73.2736C146.66 75.2632 139.895 69.7208 135.689 60.853C131.482 51.9852 131.426 43.2027 135.689 41.1989C139.952 39.1951 146.717 44.7517 150.938 53.6053C155.158 62.4589 155.13 71.2699 150.923 73.2736Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M133.202 44.126C131.781 47.892 132.577 54.3581 135.675 60.8526C139.1 68.0577 144.201 73.0743 148.323 73.6427C149.744 69.8626 148.948 63.3964 145.85 56.9019C142.439 49.7394 137.281 44.666 133.202 44.126Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M105.376 134.353C102.378 130.8 106.001 122.785 113.477 116.447C120.952 110.109 129.478 107.92 132.477 111.416C135.476 114.912 131.866 122.984 124.391 129.322C116.916 135.66 108.389 137.849 105.376 134.353Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M129.038 109.783C125.016 109.357 118.976 111.801 113.477 116.448C107.394 121.607 103.856 127.817 104.367 131.938C108.389 132.365 114.429 129.92 120 125.273C126.011 120.129 129.55 113.862 129.038 109.783Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M57.3983 114.955C56.901 105.092 66.0104 96.6224 77.7488 96.0113C89.4873 95.4002 99.421 102.932 99.9326 112.795C100.444 122.657 91.3205 131.141 79.5821 131.738C67.8436 132.335 57.8815 124.817 57.3983 114.955Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M77.7783 96.011C67.1909 96.551 58.7494 103.515 57.5557 112.112C59.6305 120.525 68.7257 126.565 79.3131 126.025C89.9004 125.485 98.3419 118.536 99.5357 109.938C97.4324 101.525 88.3372 95.471 77.7783 96.011Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M78.6157 47.9777C81.1169 53.8186 77.5072 60.981 70.5579 63.9512C63.6086 66.9213 55.9345 64.6191 53.4191 58.7782C50.9038 52.9374 54.5276 45.7892 61.4769 42.8048C68.4262 39.8205 76.1003 42.1369 78.6157 47.9777Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M70.5594 63.9502C76.8266 61.2643 80.3794 55.1819 79.1714 49.739C76.0449 45.1203 69.2235 43.5145 62.9422 46.2004C56.6608 48.8863 53.1222 54.9687 54.3159 60.4116C57.4424 65.0303 64.2923 66.6503 70.5594 63.9502Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M115.807 97.8592C108.076 95.9122 103.685 86.8597 106.016 77.6508C108.346 68.442 116.489 62.5585 124.22 64.5196C131.951 66.4808 136.342 75.5191 134.026 84.728C131.709 93.9369 123.538 99.8203 115.807 97.8592Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M106.016 77.6509C103.913 85.9645 107.281 94.136 113.633 97.0919C120.625 97.4898 127.447 91.8906 129.536 83.6054C131.625 75.3203 128.271 67.1204 121.918 64.1645C114.926 63.7665 108.105 69.3658 106.016 77.6509Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M27.6982 67.5605C31.3646 67.5605 34.3916 73.7709 34.4627 81.5018C34.5337 89.2327 31.6205 95.5282 27.9255 95.5567C24.2306 95.5851 21.2178 89.3463 21.161 81.6154C21.1041 73.8845 24.0174 67.589 27.6982 67.5605Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M30.6533 94.2921C32.9413 92.0752 34.5045 87.1865 34.4619 81.502C34.4619 75.2207 32.3871 69.9199 29.6727 68.1719C27.3847 70.3888 25.8215 75.2775 25.8641 80.962C25.9068 87.2434 27.9248 92.5442 30.6533 94.2921Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M42.8183 137.849C44.6231 133.585 53.4199 133.145 62.4582 136.954C71.4966 140.762 77.3658 147.314 75.5467 151.605C73.7277 155.897 64.9594 156.309 55.921 152.501C46.8827 148.692 41.0134 142.112 42.8183 137.849Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M75.4471 147.797C74.0259 144.017 69.0947 139.74 62.458 136.954C55.1108 133.856 47.9199 133.544 44.5234 135.846C45.9446 139.626 50.8758 143.904 57.5125 146.689C64.8597 149.744 72.0932 150.057 75.4471 147.797Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M88.4367 17.0546C88.7493 19.6694 84.5286 22.3269 79.0288 22.9807C73.5291 23.6344 68.7967 22.0285 68.4841 19.4136C68.1714 16.7988 72.3922 14.1412 77.9061 13.4875C83.4201 12.8338 88.1382 14.4255 88.4367 17.0546Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M69.5918 21.317C71.354 22.7381 74.9779 23.5055 79.0281 23.0365C83.5046 22.4965 87.1285 20.649 88.1659 18.56C86.4037 17.1388 82.7798 16.3714 78.7438 16.8546C74.2531 17.3236 70.6719 19.1711 69.5918 21.317Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M133.586 131.512C131.554 129.849 132.733 125.003 136.244 120.711C139.754 116.42 144.259 114.274 146.305 115.951C148.352 117.628 147.158 122.445 143.648 126.751C140.137 131.057 135.632 133.175 133.586 131.512Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M144.217 115.396C141.943 115.567 138.831 117.557 136.244 120.711C133.402 124.207 132.08 128.059 132.777 130.276C135.065 130.091 138.177 128.116 140.749 124.961C143.606 121.465 144.927 117.599 144.217 115.396Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M26.6169 119.489C28.6491 117.812 33.154 119.929 36.6926 124.207C40.2312 128.485 41.4392 133.316 39.407 134.993C37.3748 136.67 32.8556 134.567 29.3312 130.275C25.8068 125.983 24.6415 121.166 26.6169 119.489Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M40.4167 133.061C40.6867 130.787 39.3367 127.376 36.7502 124.207C33.908 120.725 30.3552 118.679 28.053 118.935C27.7687 121.208 29.1188 124.619 31.7052 127.788C34.5759 131.27 38.1003 133.316 40.4167 133.061Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M103.684 150.228C102.618 147.812 105.901 144.06 110.989 141.843C116.076 139.626 121.05 139.783 122.102 142.199C123.154 144.614 119.885 148.38 114.797 150.597C109.71 152.814 104.779 152.658 103.684 150.228Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M120.497 140.763C118.393 139.868 114.713 140.209 110.989 141.843C106.84 143.648 103.884 146.462 103.528 148.764C105.632 149.645 109.312 149.304 113.036 147.67C117.185 145.865 120.113 143.051 120.497 140.763Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M137.537 36.9509C136.457 38.6562 132.663 38.1873 129.011 35.9135C125.358 33.6397 123.326 30.3853 124.463 28.6799C125.6 26.9746 129.337 27.4436 132.99 29.7174C136.642 31.9912 138.617 35.274 137.537 36.9509Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M124.291 30.3555C124.632 32.0751 126.423 34.2636 129.066 35.9406C131.979 37.788 135.035 38.4559 136.669 37.7028C136.328 35.9832 134.523 33.7947 131.894 32.1177C128.938 30.2703 125.911 29.6165 124.291 30.3555Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M152.274 91.7763C150.256 91.6768 148.792 88.1382 149.005 83.889C149.218 79.6399 151.037 76.2718 153.055 76.3713C155.073 76.4708 156.537 80.0094 156.324 84.2586C156.111 88.5077 154.292 91.8757 152.274 91.7763Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M151.506 76.9824C150.184 78.1193 149.161 80.7626 149.005 83.8891C148.834 87.3424 149.758 90.3267 151.207 91.3784C152.543 90.2273 153.552 87.584 153.709 84.4717C153.893 81.0042 152.955 78.0198 151.506 76.9824Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M43.2875 124.421C44.0833 123.298 46.6555 123.738 48.972 125.415C51.2884 127.092 52.61 129.366 51.8142 130.489C51.0184 131.611 48.4603 131.171 46.1297 129.494C43.7991 127.817 42.4916 125.543 43.2875 124.421Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M52.0845 129.323C51.5879 127.67 50.5002 126.259 49.0291 125.358C47.0964 123.937 45.0358 123.453 43.9131 123.937C44.4061 125.591 45.4947 127.003 46.9685 127.901C48.9012 129.323 50.9619 129.834 52.0845 129.323Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M54.9415 65.7841C57.1869 66.6084 58.1959 69.4933 57.1869 72.2218C56.1779 74.9504 53.5346 76.4852 51.2892 75.6325C49.0438 74.7798 48.0491 71.9234 49.0581 69.1948C50.0671 66.4663 52.6961 64.9457 54.9415 65.7841Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M53.1355 75.8173C54.068 75.6291 54.9339 75.1972 55.6453 74.5657C56.3568 73.9342 56.8882 73.1255 57.1857 72.2219C57.6002 71.2588 57.7148 70.1931 57.5146 69.1638C57.3143 68.1346 56.8084 67.1896 56.063 66.4521C55.1305 66.6404 54.2645 67.0722 53.5531 67.7037C52.8417 68.3353 52.3102 69.144 52.0128 70.0476C51.5982 71.0107 51.4836 72.0764 51.6839 73.1057C51.8842 74.1349 52.39 75.0799 53.1355 75.8173Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M76.5986 29.5457C76.9539 30.8816 74.9643 32.5727 72.1647 33.3259C69.3651 34.0791 66.7928 33.5959 66.4802 32.2742C66.1675 30.9526 68.1145 29.2473 70.9141 28.4941C73.7137 27.7409 76.2433 28.2099 76.5986 29.5457Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M67.1621 33.1407C68.7487 33.8215 70.5319 33.8874 72.1644 33.3254C74.4382 32.7143 76.1863 31.4779 76.5558 30.3268C74.9692 29.646 73.1859 29.5801 71.5534 30.1421C69.2512 30.7532 67.5316 31.9896 67.1621 33.1407Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M129.138 61.293C127.461 61.904 125.443 60.6535 124.647 58.4507C123.852 56.248 124.647 54.0168 126.282 53.4057C127.916 52.7946 129.977 54.0452 130.772 56.2479C131.568 58.4507 130.829 60.6819 129.138 61.293Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M125.144 54.2451C124.7 54.852 124.42 55.5639 124.333 56.3111C124.246 57.0584 124.354 57.8155 124.647 58.5085C124.888 59.2893 125.348 59.9843 125.973 60.5108C126.598 61.0374 127.361 61.3734 128.171 61.4786C128.616 60.8717 128.896 60.1598 128.983 59.4126C129.07 58.6653 128.962 57.9082 128.669 57.2153C128.428 56.4345 127.967 55.7394 127.343 55.2129C126.718 54.6863 125.955 54.3504 125.144 54.2451Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M20.4069 55.9787C22.9507 56.6466 23.8744 61.5353 22.4675 66.9071C21.0606 72.279 17.8347 76.0734 15.2766 75.4339C12.7186 74.7943 11.8091 69.8631 13.2302 64.5055C14.6514 59.1478 17.8631 55.2966 20.4069 55.9787Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M17.4077 75.0506C19.4114 73.9421 21.4294 70.7872 22.4669 66.9075C23.618 62.5447 23.2201 58.4945 21.6568 56.7607C19.6531 57.8692 17.6493 61.0241 16.6118 64.9038C15.4607 69.2666 15.8586 73.3168 17.4077 75.0506Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M141.303 100.901C142.383 101.37 142.582 103.303 141.743 105.165C140.905 107.026 139.37 108.234 138.29 107.765C137.21 107.296 137.011 105.363 137.849 103.502C138.688 101.64 140.222 100.375 141.303 100.901Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M140.662 93.9225C141.33 94.2068 141.444 95.3437 140.932 96.5374C140.42 97.7312 139.511 98.3991 138.843 98.1149C138.175 97.8307 138.061 96.6938 138.573 95.5C139.084 94.3063 140.008 93.6383 140.662 93.9225Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M68.2844 135.434C67.7017 136.614 65.5558 136.713 63.481 135.69C61.4061 134.667 60.2123 132.848 60.795 131.683C61.3777 130.517 63.5378 130.404 65.6126 131.441C67.6875 132.478 68.8812 134.269 68.2844 135.434Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M74.2971 136.826C73.9418 137.522 72.6486 137.593 71.4549 136.968C70.2611 136.343 69.4653 135.263 69.8206 134.552C70.1759 133.842 71.4833 133.771 72.7339 134.41C73.9845 135.05 74.6524 136.115 74.2971 136.826Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M40.3173 124.576C39.8483 125.017 38.8251 124.718 38.0435 123.894C37.2619 123.07 37.0061 122.032 37.4751 121.592C37.944 121.151 38.8962 121.45 39.7346 122.274C40.5731 123.098 40.8289 124.136 40.3173 124.576Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M125.443 37.4606C124.761 38.1144 123.283 37.6596 122.132 36.4517C120.981 35.2437 120.625 33.7515 121.307 33.112C121.99 32.4725 123.468 32.9131 124.604 34.121C125.741 35.329 126.097 36.8211 125.443 37.4606Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M128.001 42.7059C127.546 43.1323 126.58 42.8338 125.841 42.0522C125.102 41.2706 124.846 40.29 125.287 39.8637C125.727 39.4373 126.708 39.7358 127.447 40.5174C128.186 41.299 128.442 42.2796 128.001 42.7059Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M93.6099 150.639C93.6099 151.804 91.8619 152.714 89.787 152.643C87.7122 152.572 86.0636 151.563 86.1063 150.397C86.1489 149.232 87.8543 148.322 89.9291 148.394C92.0039 148.465 93.6525 149.459 93.6099 150.639Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M99.8055 147.472C99.8055 148.196 98.7397 148.736 97.4891 148.694C96.2385 148.651 95.2153 148.04 95.2437 147.273C95.2722 146.505 96.3096 146.008 97.5602 146.05C98.8108 146.093 99.834 146.761 99.8055 147.472Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:multiply" opacity="0.5">
|
||||
<path d="M84.2577 147.116C84.2577 147.841 83.2061 148.381 81.9413 148.338C80.6765 148.296 79.6675 147.685 79.6959 146.917C79.7243 146.15 80.7617 145.652 82.0265 145.695C83.2913 145.738 84.2861 146.377 84.2577 147.116Z" fill="#E0A326"/>
|
||||
</g>
|
||||
<g style="mix-blend-mode:screen" opacity="0.5">
|
||||
<path d="M26.6172 55.4251C25.6508 54.7714 25.7787 52.8528 26.9298 51.1617C28.0809 49.4706 29.7721 48.5468 30.7669 49.2005C31.7616 49.8543 31.6195 51.787 30.4684 53.4639C29.3173 55.1408 27.5409 56.0362 26.6172 55.4251ZM28.4078 61.1096C29.1041 60.0579 29.1752 58.8784 28.5783 58.4947C27.9814 58.111 26.944 58.6226 26.2476 59.6742C25.5513 60.7259 25.466 61.9054 26.0629 62.3033C26.6598 62.7012 27.6404 62.1754 28.3509 61.1096H28.4078ZM36.8634 48.0637C37.5598 47.012 37.6451 45.8467 37.0482 45.4488C36.4513 45.0509 35.3997 45.5909 34.7034 46.6425C34.007 47.6942 33.936 48.8595 34.5328 49.2574C35.1297 49.6553 36.1103 49.1295 36.8066 48.0778L36.8634 48.0637ZM85.6222 27.8837C85.2243 26.7752 86.4749 25.3115 88.4644 24.5867C90.454 23.8619 92.3157 24.1888 92.7278 25.2972C93.1399 26.4057 91.8751 27.8695 89.8856 28.58C87.896 29.2906 85.9775 29.0064 85.5654 27.8979L85.6222 27.8837ZM98.1991 28.0684C99.3929 27.6279 100.146 26.7326 99.9045 26.0647C99.6629 25.3967 98.4834 25.1978 97.3181 25.6383C96.1527 26.0789 95.3711 26.9742 95.6127 27.6421C95.8543 28.3101 96.9628 28.5232 98.1423 28.0827L98.1991 28.0684Z" fill="#E0A326"/>
|
||||
</g>
|
||||
</g>
|
||||
<defs>
|
||||
<radialGradient id="paint0_radial_608_3503" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(84.3093 84.3545) scale(84.3579)">
|
||||
<stop stop-color="#E0A326"/>
|
||||
<stop offset="0.38" stop-color="#E0A326" stop-opacity="0.99"/>
|
||||
<stop offset="0.52" stop-color="#E0A326" stop-opacity="0.96"/>
|
||||
<stop offset="0.62" stop-color="#E0A326" stop-opacity="0.91"/>
|
||||
<stop offset="0.7" stop-color="#E0A326" stop-opacity="0.83"/>
|
||||
<stop offset="0.77" stop-color="#E0A326" stop-opacity="0.73"/>
|
||||
<stop offset="0.83" stop-color="#E0A326" stop-opacity="0.61"/>
|
||||
<stop offset="0.88" stop-color="#E0A326" stop-opacity="0.47"/>
|
||||
<stop offset="0.93" stop-color="#E0A326" stop-opacity="0.3"/>
|
||||
<stop offset="0.98" stop-color="#E0A326" stop-opacity="0.12"/>
|
||||
<stop offset="1" stop-color="#E0A326" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<clipPath id="clip0_608_3503">
|
||||
<rect width="168.73" height="168.73" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
|
@ -1,202 +0,0 @@
|
|||
<svg width="541" height="584" viewBox="0 0 541 584" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M463.874 179.311C464.887 175.018 462.229 170.717 457.936 169.703C453.643 168.689 449.342 171.348 448.328 175.64C447.314 179.933 449.973 184.235 454.265 185.248C458.558 186.262 462.86 183.604 463.874 179.311Z" fill="white" fill-opacity="0.5"/>
|
||||
<path d="M506.514 268.418C508.552 268.418 510.204 266.766 510.204 264.728C510.204 262.69 508.552 261.038 506.514 261.038C504.476 261.038 502.824 262.69 502.824 264.728C502.824 266.766 504.476 268.418 506.514 268.418Z" fill="white" fill-opacity="0.5"/>
|
||||
<path d="M514.304 90.7894C516.342 90.7894 517.994 89.1374 517.994 87.0994C517.994 85.0615 516.342 83.4094 514.304 83.4094C512.266 83.4094 510.614 85.0615 510.614 87.0994C510.614 89.1374 512.266 90.7894 514.304 90.7894Z" fill="white" fill-opacity="0.5"/>
|
||||
<path d="M393.876 35.8245C394.202 33.8129 392.836 31.9175 390.825 31.591C388.813 31.2645 386.918 32.6306 386.591 34.6423C386.265 36.6539 387.631 38.5493 389.642 38.8758C391.654 39.2023 393.549 37.8362 393.876 35.8245Z" fill="white" fill-opacity="0.5"/>
|
||||
<path d="M5.5104 379.397C8.55371 379.397 11.0208 376.93 11.0208 373.886C11.0208 370.843 8.55371 368.376 5.5104 368.376C2.46709 368.376 0 370.843 0 373.886C0 376.93 2.46709 379.397 5.5104 379.397Z" fill="white" fill-opacity="0.5"/>
|
||||
<path d="M69.3583 255.761C69.8266 253.777 68.5985 251.79 66.6151 251.322C64.6318 250.853 62.6444 252.081 62.1761 254.065C61.7078 256.048 62.9359 258.035 64.9192 258.504C66.9025 258.972 68.89 257.744 69.3583 255.761Z" fill="white" fill-opacity="0.5"/>
|
||||
<path d="M8.38043 149.042C10.4184 149.042 12.0704 147.39 12.0704 145.352C12.0704 143.314 10.4184 141.662 8.38043 141.662C6.3425 141.662 4.69043 143.314 4.69043 145.352C4.69043 147.39 6.3425 149.042 8.38043 149.042Z" fill="white" fill-opacity="0.5"/>
|
||||
<path d="M105.03 5.28694C105.498 3.30362 104.27 1.31617 102.287 0.847856C100.304 0.379538 98.3163 1.60769 97.848 3.59101C97.3796 5.57433 98.6078 7.56178 100.591 8.03009C102.574 8.49841 104.562 7.27026 105.03 5.28694Z" fill="white" fill-opacity="0.5"/>
|
||||
<path d="M539.693 385.946C540.019 383.934 538.653 382.039 536.642 381.712C534.63 381.386 532.735 382.752 532.408 384.764C532.082 386.775 533.448 388.671 535.459 388.997C537.471 389.324 539.366 387.958 539.693 385.946Z" fill="white" fill-opacity="0.5"/>
|
||||
<path d="M501.55 485.739C501.877 483.727 500.511 481.831 498.499 481.505C496.487 481.179 494.592 482.545 494.265 484.556C493.939 486.568 495.305 488.463 497.317 488.79C499.328 489.116 501.224 487.75 501.55 485.739Z" fill="white" fill-opacity="0.5"/>
|
||||
<path d="M231.331 104.463C231.657 102.451 230.291 100.556 228.28 100.229C226.268 99.9027 224.373 101.269 224.046 103.28C223.72 105.292 225.086 107.188 227.097 107.514C229.109 107.84 231.005 106.474 231.331 104.463Z" fill="white" fill-opacity="0.5"/>
|
||||
<path d="M364.69 539.381C366.728 539.381 368.38 537.728 368.38 535.691C368.38 533.653 366.728 532 364.69 532C362.652 532 361 533.653 361 535.691C361 537.728 362.652 539.381 364.69 539.381Z" fill="white" fill-opacity="0.5"/>
|
||||
<path d="M132.03 580.287C132.498 578.304 131.27 576.317 129.287 575.848C127.304 575.38 125.316 576.608 124.848 578.591C124.38 580.575 125.608 582.562 127.591 583.03C129.574 583.499 131.562 582.271 132.03 580.287Z" fill="white" fill-opacity="0.5"/>
|
||||
<path d="M12.5626 532.392C14.6005 532.392 16.2526 530.74 16.2526 528.702C16.2526 526.664 14.6005 525.012 12.5626 525.012C10.5246 525.012 8.87256 526.664 8.87256 528.702C8.87256 530.74 10.5246 532.392 12.5626 532.392Z" fill="white" fill-opacity="0.5"/>
|
||||
<path d="M88.6356 430.684C89.1039 428.7 87.8758 426.713 85.8925 426.245C83.9092 425.776 81.9217 427.004 81.4534 428.988C80.9851 430.971 82.2133 432.959 84.1966 433.427C86.1799 433.895 88.1673 432.667 88.6356 430.684Z" fill="white" fill-opacity="0.5"/>
|
||||
<g opacity="0.3">
|
||||
<g opacity="0.3">
|
||||
<g opacity="0.3">
|
||||
<g opacity="0.3">
|
||||
<path opacity="0.3" d="M447.688 366.884C447.688 366.884 433.797 385.252 422.284 393.124C422.284 393.124 466.646 370.18 496.002 350.221C496.002 350.221 447.589 395.42 426.925 406.391L483.833 378.396L396.897 437.436L381.382 406.637C381.366 406.637 428.467 382.742 447.688 366.884Z" fill="white"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M406.261 404.817C425.892 426.973 404.359 448.638 330.296 489.72C258.776 529.391 160.179 551.22 133.759 510.285C110.405 474.09 195.866 454.919 279.653 430.138C362.67 405.588 387.893 384.087 406.261 404.817Z" fill="url(#paint0_linear_197:128)"/>
|
||||
<g opacity="0.6">
|
||||
<g opacity="0.6">
|
||||
<g opacity="0.6">
|
||||
<g opacity="0.6">
|
||||
<path opacity="0.6" d="M412.132 426.924C411.033 423.709 409.065 420.544 406.261 417.363C387.893 396.617 362.686 418.133 279.653 442.684C210.642 463.102 140.499 479.699 130.938 505.135C119.474 472.516 200.31 454.082 279.653 430.614C362.686 406.047 387.893 384.563 406.261 405.292C412.493 412.344 414.576 419.347 412.132 426.924Z" fill="white"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M188.781 535.361C160.835 535.361 141.155 527.44 131.167 511.958C126.641 504.955 125.608 498.084 128.068 491.524C136.858 468.088 189.617 452.918 250.707 435.354C259.891 432.713 269.403 429.975 278.784 427.203C304.499 419.593 324.622 412.295 340.776 406.424C358.881 399.848 371.969 395.108 382.35 393.78C393.682 392.337 401.767 395.108 408.557 402.783C414.74 409.77 417.134 416.723 415.888 424.038C412.936 441.307 389.353 460.479 331.772 492.426C294.413 513.155 252.035 528.047 215.529 533.295C205.935 534.672 196.997 535.361 188.781 535.361ZM387.729 399.569C377.709 399.569 363.998 404.538 342.859 412.213C326.606 418.101 306.385 425.448 280.506 433.107C271.092 435.895 261.58 438.617 252.38 441.274C195.357 457.674 141.499 473.156 133.808 493.705C132.053 498.395 132.873 503.283 136.317 508.645C147.682 526.243 175.497 532.852 214.66 527.227C249.92 522.159 292.593 507.153 328.787 487.063C383.777 456.559 407.245 437.994 409.82 423.021C410.755 417.593 408.885 412.459 403.949 406.883C399.455 401.767 394.404 399.569 387.729 399.569Z" fill="#242424"/>
|
||||
<path opacity="0.2" d="M330.296 489.736C258.776 529.407 160.179 551.236 133.759 510.301C129.068 503.036 128.757 496.443 131.971 490.359C132.48 491.409 133.07 492.475 133.759 493.541C160.179 534.475 258.776 512.663 330.296 472.975C378.332 446.325 404.277 427.859 411.214 412.115C420.546 431.959 396.241 453.131 330.296 489.736Z" fill="#242424"/>
|
||||
<g opacity="0.2">
|
||||
<g opacity="0.2">
|
||||
<g opacity="0.2">
|
||||
<g opacity="0.2">
|
||||
<path opacity="0.2" d="M320.735 374.116C320.653 374.083 320.571 374.034 320.489 374.001C320.473 373.919 320.456 373.837 320.44 373.755C320.522 373.837 320.604 373.952 320.735 374.116Z" fill="#6B184E"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M395.109 349.336C395.06 360.668 388.483 378.823 373.33 387.859C368.442 390.778 362.653 392.746 355.896 393.222C330.427 395.042 322.834 384.202 320.899 375.067C320.8 374.624 320.718 374.182 320.653 373.739C319.751 367.999 320.899 363.243 320.899 363.243C320.899 363.243 326.278 346.712 346.663 344.022C358.898 342.415 364.211 347.318 370.246 348.237C374.248 348.844 378.594 347.696 385.498 341.71C389.074 338.61 391.763 338.873 393.37 341.267C394.518 342.989 395.125 345.842 395.109 349.336Z" fill="#ECA754"/>
|
||||
<path d="M395.109 349.336C395.059 360.668 388.483 378.823 373.33 387.859C368.246 383.858 364.67 377.413 362.473 370.033C359.832 361.095 365.72 352.911 370.246 348.237C374.248 348.844 378.594 347.696 385.498 341.71C389.073 338.61 391.763 338.872 393.37 341.267C394.518 342.989 395.125 345.843 395.109 349.336Z" fill="#FAF5EA"/>
|
||||
<g opacity="0.2">
|
||||
<g opacity="0.2">
|
||||
<g opacity="0.2">
|
||||
<g opacity="0.2">
|
||||
<path opacity="0.2" d="M394.912 349.336C394.846 364.325 383.383 391.254 355.683 393.222C330.214 395.042 322.621 384.202 320.686 375.067C320.604 374.706 320.538 374.346 320.489 374.001C320.571 374.034 320.636 374.083 320.735 374.116C321.128 374.329 321.522 374.559 321.916 374.723C322.867 375.133 339.939 370.885 351.665 371.394C361.177 371.804 361.161 380.643 376.364 373.624C389.828 367.408 393.206 352.927 394.912 349.336Z" fill="#242424"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g opacity="0.6">
|
||||
<g opacity="0.6">
|
||||
<g opacity="0.6">
|
||||
<g opacity="0.6">
|
||||
<path opacity="0.6" d="M393.157 341.267C389.156 349.418 380.218 355.043 373.248 354.78C369.361 354.649 365.868 353.518 362.243 352.452C362.325 352.681 362.358 352.911 362.358 353.14C362.358 355.732 357.684 357.847 351.911 357.847C346.139 357.847 341.465 355.748 341.465 353.14C341.465 352.911 341.497 352.697 341.579 352.468C340.776 352.763 339.972 353.091 339.119 353.485C334.872 355.42 321.85 360.652 320.702 375.051C319.357 368.737 320.702 363.226 320.702 363.226C320.702 363.226 326.081 346.695 346.467 344.006C366.835 341.316 368 356.699 385.302 341.693C388.877 338.594 391.55 338.856 393.157 341.267Z" fill="white"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M350.239 396.502C337.643 396.502 328.443 393.156 322.834 386.514C314.405 376.527 317.554 363.079 317.701 362.521L317.767 362.292C318.013 361.537 323.999 343.891 346.04 340.972C355.159 339.774 360.8 341.89 365.327 343.612C371.198 345.826 374.429 347.04 383.252 339.397C388.123 335.166 391.698 336.265 393.387 337.298C398.93 340.676 398.619 351.238 396.667 359.258C392.78 375.28 379.759 394.6 355.88 396.305C353.945 396.436 352.059 396.502 350.239 396.502ZM323.654 364.079C323.392 365.293 321.506 375.444 327.574 382.578C332.658 388.564 342.039 391.123 355.47 390.155C376.019 388.679 387.155 372.476 390.714 357.798C392.813 349.122 391.517 343.35 390.205 342.546C389.976 342.415 388.975 342.595 387.303 344.038C375.708 354.092 369.623 351.796 363.178 349.352C359.095 347.81 354.453 346.056 346.86 347.056C329.444 349.368 324.212 362.554 323.654 364.079Z" fill="#242424"/>
|
||||
<path d="M319.03 341.316C321.67 343.956 324.868 353.009 326.377 357.585C326.902 359.225 327.23 360.291 327.23 360.291C327.23 360.291 342.104 360.291 341.58 372.082C341.071 383.874 324.146 384.907 324.146 384.907L325.672 395.059L325.688 395.157C339.53 396.174 344.138 433.599 344.138 433.599C345.368 433.353 349.845 433.697 352.978 435.337C356.323 437.092 358.16 440.323 352.846 445.899C342.596 456.657 313.88 456.657 309.272 453.59C304.663 450.507 300.038 428.466 300.038 428.466C285.18 435.124 260.055 435.124 260.055 435.124L260.924 439.782L262.63 448.966L268.78 450.507C270.043 451.77 272.667 453.902 274.34 456.526C276.062 459.248 276.767 462.496 273.897 465.89C268.255 472.549 222.122 476.14 214.43 471.532C206.739 466.924 204.689 442.832 204.689 442.832C189.88 440.979 181.089 433.074 175.923 424.972C173.906 421.807 172.446 418.626 171.38 415.739C169.134 409.671 168.691 404.997 168.691 404.997C161.524 404.997 149.503 402.832 148.355 383.808C148.109 379.659 148.814 376.1 150.093 373.066C152.274 367.884 156.112 364.26 159.654 361.832C163.918 358.913 167.772 357.732 167.772 357.732L166.756 346.466C152.406 350.041 76.0307 349.024 84.2143 317.749C84.7883 315.584 85.8871 313.616 87.4779 311.829C108.798 287.819 216.234 296.298 257.349 291.739C353.798 281.013 373.56 282.866 377.512 284.326C378.742 284.785 378.447 285.195 378.447 285.195C380.021 310.566 319.03 341.316 319.03 341.316Z" fill="white"/>
|
||||
<path opacity="0.2" d="M318.915 341.316C321.555 343.957 324.753 353.009 326.262 357.585C326.18 357.782 326.115 357.979 326.016 358.175C322.769 358.339 319.604 358.143 316.471 357.388C312.404 356.404 312.175 355.683 311.863 351.714C311.486 347.122 307.697 339.332 309.469 335.084C311.24 330.804 318.079 328.278 321.752 325.835C328.378 321.472 335.463 317.389 342.334 312.879C355.175 304.416 366.409 294.757 377.43 284.326C378.66 284.785 378.365 285.195 378.365 285.195C379.907 310.566 318.915 341.316 318.915 341.316Z" fill="#242424"/>
|
||||
<path opacity="0.2" d="M177.432 376.691C174.103 378.036 169.281 376.084 166.559 374.231C162.196 371.295 164.082 369.983 162.574 365.408C161.983 363.604 160.934 362.472 159.589 361.816C163.853 358.897 167.707 357.716 167.707 357.716L166.69 346.449C152.34 350.025 75.9653 349.008 84.1489 317.733C84.7229 315.568 85.8217 313.6 87.4125 311.812C98.0889 327.015 119.474 329.525 137.465 329.525C146.108 329.525 154.505 329.689 163.098 330.033C173.66 330.459 177.399 330.673 177.957 341.825C178.383 350.271 180.056 358.454 180.532 366.408C180.778 370.869 181.532 375.035 177.432 376.691Z" fill="#242424"/>
|
||||
<path opacity="0.2" d="M352.731 445.899C342.481 456.657 313.765 456.657 309.156 453.59C304.548 450.524 299.923 428.466 299.923 428.466C285.065 435.124 259.94 435.124 259.94 435.124L260.809 439.782C259.645 437.896 259.579 434.96 259.169 432.828C258.562 429.696 257.808 426.449 257.595 423.382C264.138 426.875 272.962 425.924 279.948 424.874C287.197 423.792 293.052 422.906 299.349 419.282C302.104 422.611 303.023 428.367 304.728 432.369C306.696 436.977 309.107 440.569 313.502 442.996C320.964 447.129 331.821 445.587 339.382 442.373C342.875 440.897 346.319 439.568 349.648 437.764C350.337 437.387 351.501 436.436 352.846 435.337C356.208 437.092 358.045 440.323 352.731 445.899Z" fill="#242424"/>
|
||||
<path opacity="0.2" d="M273.798 465.891C268.157 472.549 222.024 476.141 214.332 471.532C206.64 466.924 204.59 442.832 204.59 442.832C189.781 440.979 180.991 433.074 175.825 424.973C176.661 425.53 177.465 426.088 178.186 426.416C181.893 428.072 185.911 428.827 189.962 429.204C197.44 429.893 206.23 428.794 213.053 425.694C214.43 427.433 213.922 430.959 214.135 433.091C214.693 438.65 215.382 444.144 215.857 449.704C216.792 460.446 225.107 465.12 234.898 466.104C243.098 466.924 253.528 464.874 261.433 462.381C266.008 460.938 270.19 459.052 274.225 456.543C275.947 459.249 276.652 462.512 273.798 465.891Z" fill="#242424"/>
|
||||
<path d="M304.27 426.236C301.514 426.236 299.694 426.121 299.382 426.104C297.693 425.989 296.414 424.513 296.529 422.824C296.643 421.135 298.119 419.856 299.809 419.971C307.927 420.528 330.346 419.807 336.496 409.95C337.398 408.507 339.3 408.081 340.727 408.966C342.17 409.868 342.613 411.771 341.711 413.197C334.446 424.825 313.798 426.236 304.27 426.236Z" fill="#E75555"/>
|
||||
<path d="M225.5 445.177C213.364 445.177 204.344 442.406 203.672 442.192C202.048 441.684 201.163 439.946 201.671 438.338C202.18 436.715 203.918 435.829 205.525 436.338C205.886 436.452 234.488 445.144 257.513 430.253C258.94 429.335 260.842 429.745 261.761 431.172C262.679 432.598 262.269 434.501 260.842 435.419C248.969 443.078 236.046 445.177 225.5 445.177Z" fill="#E75555"/>
|
||||
<path d="M348.517 328.245C348.123 328.245 347.729 328.18 347.352 328.016C339.168 324.686 333.986 319.471 331.969 312.534C327.705 297.922 339.332 281.226 339.824 280.521C340.808 279.127 342.727 278.799 344.105 279.783C345.499 280.767 345.827 282.686 344.843 284.064C344.662 284.326 334.445 299.119 337.873 310.812C339.349 315.863 343.318 319.717 349.681 322.308C351.255 322.948 352.01 324.752 351.37 326.31C350.878 327.524 349.73 328.245 348.517 328.245Z" fill="#E75555"/>
|
||||
<path d="M138.859 350.73C138.088 350.73 137.301 350.434 136.711 349.844C135.497 348.647 135.481 346.711 136.662 345.498C145.665 336.314 148.404 325.228 144.796 312.518C142.024 302.792 136.514 295.822 136.465 295.757C135.399 294.428 135.612 292.493 136.94 291.427C138.269 290.361 140.204 290.574 141.27 291.903C141.532 292.231 147.617 299.922 150.716 310.828C154.915 325.605 151.569 339.086 141.057 349.795C140.45 350.418 139.663 350.73 138.859 350.73Z" fill="#E75555"/>
|
||||
<path d="M237.144 456.526C236.094 456.526 235.061 455.985 234.487 455.017C233.618 453.558 234.11 451.672 235.57 450.802C247.656 443.668 262.351 445.833 262.974 445.932C264.647 446.194 265.811 447.768 265.549 449.441C265.286 451.114 263.728 452.278 262.039 452.016C261.859 451.983 248.837 450.114 238.702 456.116C238.21 456.395 237.669 456.526 237.144 456.526Z" fill="#242424"/>
|
||||
<path d="M325.507 439.552C324.376 439.552 323.293 438.929 322.752 437.846C321.998 436.321 322.604 434.484 324.13 433.713C334.281 428.63 343.383 428.613 343.777 428.63C345.482 428.646 346.843 430.023 346.827 431.729C346.811 433.418 345.449 434.779 343.744 434.779H343.727C343.58 434.779 335.593 434.845 326.868 439.207C326.442 439.453 325.966 439.552 325.507 439.552Z" fill="#242424"/>
|
||||
<path d="M259.956 438.207C258.398 438.207 257.07 437.043 256.906 435.452C256.89 435.272 254.856 417.609 243.95 411.311C238.325 408.064 231.076 408.359 222.368 412.18C220.81 412.869 219.006 412.164 218.317 410.606C217.628 409.048 218.333 407.244 219.891 406.555C230.502 401.881 239.637 401.701 247.05 405.998C260.662 413.886 262.925 433.943 263.023 434.796C263.204 436.485 261.974 437.994 260.284 438.174C260.17 438.207 260.055 438.207 259.956 438.207Z" fill="#242424"/>
|
||||
<path d="M299.94 431.549C298.398 431.549 297.07 430.401 296.89 428.827C296.857 428.532 296.086 421.66 296.922 417.035C297.234 415.362 298.825 414.263 300.498 414.559C302.17 414.87 303.286 416.461 302.974 418.134C302.416 421.233 302.81 426.4 303.007 428.122C303.204 429.811 301.99 431.336 300.301 431.533C300.17 431.533 300.055 431.549 299.94 431.549Z" fill="#242424"/>
|
||||
<path d="M306.86 404.079C306.172 404.079 305.466 403.849 304.892 403.374C303.58 402.291 303.4 400.356 304.482 399.044C311.518 390.549 325.327 392.025 325.917 392.091C327.606 392.287 328.82 393.813 328.623 395.502C328.426 397.191 326.901 398.405 325.228 398.208C325.048 398.191 314.109 397.093 309.222 402.98C308.615 403.702 307.746 404.079 306.86 404.079Z" fill="#242424"/>
|
||||
<path d="M204.59 445.899C203.081 445.899 201.769 444.784 201.556 443.259C201.49 442.849 200.178 433.14 203.885 425.579C204.639 424.054 206.476 423.431 208.001 424.169C209.526 424.923 210.15 426.76 209.412 428.285C207.017 433.156 207.329 440.126 207.64 442.389C207.87 444.079 206.706 445.62 205.016 445.866C204.869 445.883 204.721 445.899 204.59 445.899Z" fill="#242424"/>
|
||||
<path d="M236.439 393.435C225.992 393.435 216.907 385.645 215.545 375.018L213.741 360.898C212.265 349.368 220.449 338.79 231.978 337.331L288.46 330.131C294.019 329.426 299.546 330.935 304.007 334.395C308.468 337.856 311.321 342.808 312.027 348.384L313.831 362.505C315.307 374.034 307.123 384.612 295.594 386.072L239.112 393.271C238.21 393.386 237.325 393.435 236.439 393.435ZM291.149 336.527C290.543 336.527 289.919 336.56 289.313 336.642L232.831 343.842C229.01 344.334 225.582 346.285 223.204 349.368C220.826 352.452 219.777 356.24 220.269 360.078L222.073 374.198C223.089 382.136 230.371 387.777 238.309 386.76L294.79 379.561C302.728 378.544 308.369 371.262 307.353 363.325L305.549 349.204C304.614 341.89 298.349 336.527 291.149 336.527Z" fill="#242424"/>
|
||||
<g opacity="0.2">
|
||||
<g opacity="0.2">
|
||||
<g opacity="0.2">
|
||||
<g opacity="0.2">
|
||||
<path opacity="0.2" d="M295.184 382.398L238.702 389.598C228.993 390.828 220.039 383.907 218.809 374.198L217.005 360.078C216.595 356.814 217.103 353.633 218.317 350.795L219.941 363.587C221.171 373.296 230.125 380.234 239.834 378.987L296.315 371.787C302.76 370.967 307.976 366.753 310.403 361.177L310.567 362.505C311.83 372.214 304.892 381.152 295.184 382.398Z" fill="#242424"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M257.785 361.733C260.341 359.178 260.341 355.035 257.785 352.479C255.23 349.924 251.087 349.924 248.531 352.479C245.976 355.035 245.976 359.178 248.531 361.733C251.087 364.289 255.23 364.289 257.785 361.733Z" fill="#0A89BF"/>
|
||||
<path d="M280.292 356.147C281.122 352.63 278.944 349.105 275.427 348.275C271.91 347.444 268.386 349.622 267.555 353.139C266.725 356.656 268.903 360.181 272.42 361.011C275.937 361.842 279.461 359.664 280.292 356.147Z" fill="#DE5050"/>
|
||||
<path d="M330.444 361.062C324.704 359.996 318.948 358.602 313.404 356.83C309.846 355.699 306.106 355.551 302.515 356.535C296.742 358.126 293.987 363.981 296.365 369.524C297.578 372.345 299.792 374.477 302.252 376.215C303.564 377.134 304.844 378.298 306.221 379.102C307.648 379.922 309.386 380.184 310.961 380.643C315.635 382.021 320.702 383.628 325.688 383.087C330.477 382.562 337.398 380.84 340.169 376.576C342.875 372.443 341.941 363.44 336.447 361.997C333.97 361.341 331.428 361.57 328.886 361.078" fill="white"/>
|
||||
<path d="M320.964 388.138C316.471 388.138 309.845 387.253 302.367 383.366C291.756 377.855 290.083 368.425 293.134 361.521C296.233 354.502 303.498 351.041 310.042 353.436C321.079 357.487 327.836 357.257 327.901 357.257C329.607 357.191 331.034 358.503 331.099 360.209C331.165 361.898 329.853 363.341 328.147 363.407C327.819 363.423 320.079 363.669 307.91 359.209C303.925 357.749 300.284 360.504 298.759 363.997C296.922 368.147 297.66 373.985 305.204 377.905C313.453 382.185 320.341 382.201 323.703 381.841C325.392 381.66 326.917 382.874 327.098 384.563C327.278 386.252 326.065 387.777 324.375 387.958C323.441 388.056 322.293 388.138 320.964 388.138Z" fill="#242424"/>
|
||||
<path d="M164.804 373.854C163.016 372.066 162.508 368.376 162.688 365.965C162.77 364.998 164.623 361.095 163.82 360.193C161.245 357.339 152.291 368.475 151.208 370.016C147.551 375.182 147.223 383.185 147.699 389.384C148.043 393.894 151.044 398.126 153.652 401.57C159.441 409.179 173.561 406.244 181.515 405.178C186.075 404.571 190.667 404.046 195.209 403.259C199.965 402.422 204.787 400.422 209.215 398.404C211.249 397.486 213.085 396.108 215.004 394.977C217.202 393.681 220.055 392.943 222.089 391.533C223.745 390.368 225.451 388.564 227.075 387.252C228.829 385.826 230.289 384.218 231.634 382.447C234.34 378.921 236.357 374.723 237.259 370.426C237.866 367.54 237.751 362.407 234.176 361.587C231.207 360.898 227.583 363.965 225.139 365.342C221.482 367.425 217.694 369.508 213.807 371.197C204.935 375.067 194.767 376.543 185.205 376.921C181.122 377.085 176.727 376.675 172.659 376.347C170.511 376.166 163.246 374.953 163.426 371.738" fill="white"/>
|
||||
<path opacity="0.2" d="M324.032 384.891L325.557 395.043H324.278C324.278 395.043 313.552 385.17 303.532 390.139C302.252 390.762 240.72 402.095 226.894 399.225C226.894 399.225 209.986 415.887 179.99 415.887C176.825 415.887 173.939 415.821 171.298 415.707C169.052 409.639 168.609 404.965 168.609 404.965C161.442 404.965 149.421 402.8 148.273 383.776C148.027 379.627 148.732 376.068 150.011 373.034C151.307 381.529 155.39 390.123 168.067 392.238C185.927 395.207 226.501 387.433 237.079 365.326C237.079 365.326 238.21 379.479 226.501 387.433C226.501 387.433 234.192 392.435 268.403 386.285C302.613 380.135 301.301 379.135 301.301 379.135C301.301 379.135 293.347 370.525 295.676 362.833C295.676 362.833 323.769 380.906 341.448 372.066C340.94 383.874 324.032 384.891 324.032 384.891Z" fill="#242424"/>
|
||||
<path d="M174.939 408.245C172.84 408.245 170.659 408.179 168.428 408.064C166.739 407.966 165.443 406.523 165.525 404.817C165.624 403.128 167.083 401.816 168.773 401.914C209.363 404.21 226.353 383.497 230.584 377.085C234.455 371.246 234.684 367.441 234.323 366.72C234.077 366.228 233.585 365.391 233.077 365.227C231.847 364.834 228.583 366.605 225.697 368.179C223.024 369.623 220.006 371.263 216.464 372.624C206.378 376.511 179.859 383.497 166.657 378.839C162.131 377.249 160.458 374.346 159.851 372.197C157.867 365.162 164.525 356.699 165.296 355.765C166.362 354.452 168.297 354.239 169.625 355.322C170.937 356.388 171.134 358.323 170.068 359.651C168.281 361.849 164.886 367.425 165.771 370.541C165.968 371.246 166.493 372.263 168.707 373.05C178.678 376.56 201.966 371.64 214.25 366.884C217.431 365.654 220.269 364.112 222.778 362.767C227.501 360.209 231.224 358.192 234.93 359.356C236.964 359.996 238.604 361.537 239.834 363.948C241.671 367.589 240.178 373.706 235.832 380.315C231.388 387.105 214.332 408.245 174.939 408.245Z" fill="#242424"/>
|
||||
<path d="M232.503 476.878C223.581 476.878 215.906 476.042 212.757 474.156C205.263 469.662 202.573 452.623 201.769 445.505C174.595 440.766 167.575 416.199 165.968 407.966C153.258 406.982 146.091 398.749 145.189 383.989C144.222 368.081 156.243 358.995 164.394 355.633L163.885 350.057C147.699 352.288 102.041 351.468 86.051 335.297C81.0162 330.213 79.327 323.867 81.131 316.946C84.8046 302.907 106.682 293.969 148.01 289.623C181.138 286.13 219.842 286.311 245.443 286.425C249.608 286.442 253.446 286.458 256.857 286.458C301.744 286.458 330.345 281.325 349.271 277.93C364.08 275.273 372.247 273.814 377.184 277.274C379.414 278.832 380.775 281.243 381.366 284.654C386.007 311.353 337.102 336.232 323.474 342.595C325.95 347.073 328.246 353.764 329.394 357.355C332.379 357.716 337.594 358.848 341.055 362.472C343.515 365.031 344.663 368.311 344.499 372.197C344.023 383.054 333.15 386.465 327.508 387.515L328.263 392.55C340.349 396.322 345.089 420.118 346.401 428.646C350.386 428.745 357.438 429.614 359.177 436.879C360.193 441.127 358.832 444.62 354.732 448.195C342.809 458.658 313.732 460.331 307.418 456.133C303.056 453.213 299.513 440.618 297.677 432.648C285.934 436.846 270.567 437.863 263.597 438.109L265.139 446.391C268.599 447.309 275.11 449.687 277.685 455.099C279.423 458.757 278.997 462.889 276.439 467.383C275.028 469.843 271.617 471.713 265.68 473.271C257.152 475.534 243.819 476.878 232.503 476.878ZM169.396 342.595L170.97 359.93L168.576 360.668C167.838 360.898 150.29 366.556 151.323 383.628C152.323 400.028 161.655 401.931 168.592 401.931H171.397L171.659 404.719C171.79 405.998 175.07 436.043 204.967 439.782L207.444 440.093L207.657 442.57C208.461 451.934 211.544 466.284 215.923 468.908C218.448 470.433 230.24 471.368 244.901 470.253C262.794 468.892 270.305 465.71 271.141 464.382C272.667 461.709 273.011 459.544 272.175 457.789C270.485 454.197 264.27 452.41 262.023 452.016L259.907 451.655L256.283 432.074H259.973C260.219 432.074 284.622 431.992 298.693 425.678L302.187 424.12L302.974 427.859C305.286 438.88 308.993 449.72 310.895 451.049C313.962 453 340.185 452.853 350.731 443.603C353.863 440.864 353.535 439.519 353.256 438.339C352.535 435.354 349.648 434.78 344.991 434.813C344.466 434.813 344.007 434.813 343.646 434.796L341.055 434.681L340.743 432.107C339.415 421.332 333.921 398.864 325.376 398.224L322.933 398.044L320.538 382.037L323.9 381.841C324.031 381.824 338.053 380.824 338.447 371.968C338.545 369.787 337.971 368.081 336.709 366.769C333.56 363.489 327.229 363.391 327.164 363.391H324.868L324.212 361.193C322.391 355.109 318.882 345.613 316.783 343.514L313.585 340.316L317.734 338.512C335.019 331.033 379.086 306.958 375.396 285.737C375.003 283.457 374.265 282.719 373.74 282.342C370.886 280.341 362.752 281.801 350.435 284.015C331.297 287.442 302.367 292.641 256.939 292.641C253.511 292.641 249.674 292.625 245.492 292.608C220.023 292.493 181.515 292.313 148.732 295.773C101.467 300.759 89.167 310.911 87.1662 318.537C85.9034 323.375 86.9858 327.442 90.5118 331.001C96.7766 337.347 110.635 341.907 129.511 343.858C146.387 345.597 161.245 344.662 165.985 343.481L169.396 342.595Z" fill="#242424"/>
|
||||
<path d="M232.732 304.711C127.904 288.049 133.283 187.828 137.891 176.562C139.941 171.576 146.501 165.164 153.192 159.588C161.606 152.568 170.199 146.845 170.199 146.845C170.199 117.472 192.208 79.8672 202.671 74.652C203.344 74.3076 203.967 74.1108 204.541 74.0452C225.041 71.9952 233.766 106.862 233.766 106.862C258.366 98.1368 290.674 110.962 290.674 110.962C322.949 69.4204 339.349 82.2288 339.349 82.2288C347.418 86.788 351.928 94.7912 354.158 104.188C360.685 131.773 347.565 171.428 347.565 171.428C348.844 175.791 353.092 181.564 357.438 187.845C361.784 194.126 366.261 200.899 368.065 207.295C371.657 220.12 336.151 321.144 232.732 304.711Z" fill="#ECA754"/>
|
||||
<g opacity="0.2">
|
||||
<g opacity="0.2">
|
||||
<g opacity="0.2">
|
||||
<g opacity="0.2">
|
||||
<path opacity="0.2" d="M206.738 121.261C208.346 116.948 202.163 99.3668 199.44 94.5288C198.522 92.9052 193.323 85.3776 191.29 85.8368C190.404 86.0336 188.846 89.166 188.272 89.904C186.796 91.8228 184.91 93.512 183.598 95.5456C182.352 97.4644 181.712 99.4652 180.22 101.236C178.596 103.172 177.891 103.877 177.202 106.107C173.414 118.424 169.133 131.019 169.806 144.204C174.644 141.285 179.055 138.202 183.221 135.906C186.37 134.168 206.738 121.261 206.738 121.261Z" fill="#242424"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M190.814 110.404C190.814 110.404 177.218 120.457 176.956 140.039L190.814 129.198V110.404Z" fill="#AB4747"/>
|
||||
<path d="M182.089 222.498C197.306 222.498 209.641 210.163 209.641 194.946C209.641 179.73 197.306 167.394 182.089 167.394C166.873 167.394 154.537 179.73 154.537 194.946C154.537 210.163 166.873 222.498 182.089 222.498Z" fill="#FAF5EA"/>
|
||||
<g opacity="0.6">
|
||||
<g opacity="0.6">
|
||||
<g opacity="0.6">
|
||||
<g opacity="0.6">
|
||||
<path opacity="0.6" d="M319.964 137.054C319.964 146.287 339.825 174.577 348.418 190.453C365.77 222.482 348.779 246.639 346.401 252.822C350.632 248.574 354.093 243.31 357.143 238.095C359.948 233.289 360.735 227.139 362.276 221.891C363.556 217.496 363.998 212.675 363.802 207.869C363.523 200.473 359.357 193.962 355.159 188.058C352.797 184.729 350.747 181.761 348.681 178.3C347.385 176.135 346.172 174.069 344.892 171.855C341.694 166.328 337.48 161.08 333.806 155.767C329.919 150.158 326.098 142.335 321.26 138.087" fill="white"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g opacity="0.6">
|
||||
<g opacity="0.6">
|
||||
<g opacity="0.6">
|
||||
<g opacity="0.6">
|
||||
<path opacity="0.6" d="M354.158 104.188C350.944 100.81 347.385 97.7925 343.547 95.0209C337.627 90.7241 331.378 89.7729 324.326 91.1833C316.208 92.7905 308.96 98.0385 303.318 103.992C297.381 110.256 291.33 116.685 286.41 123.508C283.162 120.785 279.276 118.768 275.389 117.259C273.782 116.636 272.207 116.095 270.633 115.603C270.698 115.849 270.715 116.095 270.698 116.341C270.403 119.227 263.548 120.9 255.381 120.08C247.214 119.244 240.834 116.259 241.113 113.356C239.981 113.536 238.866 113.766 237.767 114.061C235.57 114.635 233.388 115.258 231.306 116.111C229.403 116.898 227.599 118.604 225.713 119.08C225.68 116.915 224.746 114.75 224.139 112.7C221.613 104.271 218.268 95.2669 214.184 87.2637C212.134 83.2457 209.412 79.7525 205.935 76.8333C204.918 75.9805 203.819 75.2589 202.688 74.6193C203.36 74.2749 203.983 74.0781 204.557 74.0125C225.057 71.9625 233.782 106.829 233.782 106.829C258.382 98.1041 290.69 110.929 290.69 110.929C322.949 69.4205 339.349 82.2289 339.349 82.2289C347.434 86.7881 351.928 94.7913 354.158 104.188Z" fill="white"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g opacity="0.2">
|
||||
<g opacity="0.2">
|
||||
<g opacity="0.2">
|
||||
<g opacity="0.2">
|
||||
<path opacity="0.2" d="M340.989 164.869C331.181 152.946 312.535 127.378 312.535 127.378C312.535 127.378 323.457 97.6778 334.839 99.121C345.941 100.531 345.925 120.703 346.187 128.526C346.499 137.94 345.318 143.532 343.99 149.387C342.793 154.668 340.71 160.162 342.825 165.721C343.498 167.493 345.089 169.805 344.843 171.002" fill="#242424"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M332.526 152.175C328.804 150.289 326.18 144.844 324.015 141.416C323.408 140.449 322.227 139.219 321.948 138.153C321.555 136.677 322.555 134.479 322.965 132.954C324.49 127.05 327.032 119.736 332.149 116.128C333.888 118.768 334.593 122.31 335.61 125.262C336.807 128.788 337.184 132.331 337.528 135.972C337.824 139.137 337.856 142.745 336.512 145.648C335.79 147.222 334.248 151.224 332.526 151.601" fill="#AB4747"/>
|
||||
<g opacity="0.2">
|
||||
<g opacity="0.2">
|
||||
<g opacity="0.2">
|
||||
<g opacity="0.2">
|
||||
<path opacity="0.2" d="M279.046 241.063C278.423 248.197 271.092 259.792 266.91 265.729C260.842 274.339 253.019 283.474 244.163 289.312C235.324 295.134 225.566 301.399 214.627 297.758C207.296 295.331 200.654 288.607 196.242 282.326C190.781 274.552 185.468 267.484 181.876 258.546C179.596 252.838 177.924 246.902 176.694 240.866C175.66 235.733 174.053 227.599 176.185 223.187L175.923 222.941C176.07 222.957 176.251 223.072 176.464 223.253C176.234 222.088 176.103 220.94 176.054 219.874H176.431C185.304 226.959 194.192 242.146 207.493 233.601C214.168 229.321 218.546 229.107 225.648 233.404C231.06 236.684 233.651 241.982 239.866 244.081C252.576 248.361 266.861 241.424 279.046 241.063C277.57 242.408 275.668 243.982 273.552 245.59C275.766 244.343 277.734 242.867 279.046 241.063Z" fill="#242424"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g opacity="0.2">
|
||||
<g opacity="0.2">
|
||||
<g opacity="0.2">
|
||||
<g opacity="0.2">
|
||||
<path opacity="0.2" d="M279.046 241.063C277.734 242.867 275.766 244.343 273.552 245.589C275.668 243.982 277.587 242.408 279.046 241.063Z" fill="#242424"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g opacity="0.2">
|
||||
<g opacity="0.2">
|
||||
<g opacity="0.2">
|
||||
<g opacity="0.2">
|
||||
<path opacity="0.2" d="M279.046 241.063C279.046 241.079 279.046 241.047 279.046 241.063C279.046 241.063 281.621 237.635 279.046 241.063C279.144 240.965 279.144 240.981 279.046 241.063Z" fill="#242424"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g opacity="0.2">
|
||||
<g opacity="0.2">
|
||||
<g opacity="0.2">
|
||||
<g opacity="0.2">
|
||||
<path opacity="0.2" d="M232.732 304.711C127.904 288.049 133.283 187.828 137.891 176.562C139.941 171.576 146.501 165.164 153.192 159.588C152.028 162.95 151.126 166.262 150.454 169.1C147.666 180.58 145.304 191.289 146.452 203.441C148.83 228.845 161.835 257.725 179.137 276.356C206.476 305.794 250.297 299.775 282.293 281.751C299.038 272.321 315.438 259.349 328.049 244.95C341.12 230.009 351.55 209.05 357.454 187.845C361.8 194.126 366.278 200.899 368.082 207.295C371.657 220.12 336.151 321.144 232.732 304.711Z" fill="#242424"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M256.168 255.134C255.971 255.839 252.134 269.336 244.885 280.439C238.997 289.476 230.83 296.954 220.531 294.674C210.757 292.526 204.18 283.424 199.851 273.568C193.848 259.923 192.143 244.851 192.143 244.851C199.195 250.608 207.985 252.691 216.89 241.752C216.874 241.752 220.17 270.763 256.168 255.134Z" fill="#242424"/>
|
||||
<path d="M244.885 280.439C238.997 289.476 230.83 296.954 220.531 294.674C210.757 292.526 204.18 283.424 199.851 273.568C209.707 269.222 222.122 268.664 231.831 272.338C236.144 273.961 241.097 276.749 244.885 280.439Z" fill="#AB4747"/>
|
||||
<path d="M252.642 309.812C245.524 309.812 237.98 309.238 230.026 307.975C190.798 301.743 162.458 283.555 145.78 253.904C126.526 219.694 130.167 182.121 132.824 175.61C137.219 164.885 158.801 149.567 164.918 145.402C165.296 131.429 170.33 114.209 178.891 97.8581C185.386 85.4433 194.865 71.9133 202.015 71.2081C221.187 69.2893 230.797 94.1845 233.618 103.188C254.954 97.1693 279.932 104.877 287.41 107.518C301.99 89.1989 315.372 79.1785 327.196 77.7025C333.871 76.8825 337.774 79.1621 338.791 79.8673C370.296 97.8745 351.649 161.818 348.615 171.494C350.32 175.168 353.24 179.415 356.323 183.893C361.128 190.879 366.573 198.784 368.787 206.705C371.116 215.003 361.62 245.655 339.168 270.862C322.604 289.492 294.823 309.812 252.642 309.812ZM202.622 77.3253C200.392 77.5549 192.749 84.6397 184.336 100.712C175.89 116.866 171.036 133.758 171.036 147.058V148.698L169.674 149.616C162.196 154.602 142.008 169.428 138.514 177.956C136.399 183.122 132.955 218.579 151.142 250.903C166.854 278.832 193.717 295.987 230.994 301.907C238.571 303.104 245.754 303.662 252.527 303.662C292.576 303.662 318.882 284.425 334.593 266.795C356.52 242.178 364.293 213.429 362.883 208.378C360.948 201.441 356.028 194.307 351.272 187.386C347.713 182.203 344.351 177.316 342.498 172.839L342.071 171.789L342.432 170.707C342.662 170.018 364.851 101.646 335.642 85.1481L335.265 84.8857C335.167 84.8201 320.456 75.0456 290.887 113.061L289.476 114.881L287.328 114.028C287.016 113.897 255.791 101.745 232.585 109.961L229.387 111.093L228.567 107.813C228.485 107.485 220.252 75.5541 202.622 77.3253Z" fill="#242424"/>
|
||||
<path d="M237.374 262.842C233.487 262.842 229.994 262.12 226.862 260.677C220.252 257.627 216.956 252.051 215.332 247.803C210.986 251.542 206.329 253.133 201.425 252.526C185.976 250.591 174.644 226.532 174.168 225.499C173.447 223.958 174.119 222.137 175.661 221.416C177.202 220.694 179.023 221.367 179.744 222.908C182.582 229.025 192.176 245.163 202.196 246.426C206.427 246.95 210.462 244.786 214.496 239.816C215.283 238.865 216.562 238.455 217.743 238.8C218.924 239.144 219.793 240.177 219.941 241.407C219.957 241.489 221.236 251.329 229.502 255.118C236.078 258.135 249.133 258.25 273.93 241.637C275.34 240.686 277.259 241.063 278.194 242.473C279.145 243.884 278.768 245.802 277.357 246.737C261.351 257.463 247.968 262.842 237.374 262.842Z" fill="#242424"/>
|
||||
<path d="M224.286 298.184C222.859 298.184 221.383 298.02 219.858 297.692C194.684 292.165 189.289 247.115 189.059 245.212C188.862 243.523 190.076 241.998 191.765 241.817C193.454 241.621 194.979 242.834 195.176 244.523C195.225 244.95 200.277 287.098 221.17 291.69C241.096 296.069 253.085 254.708 253.199 254.281C253.659 252.641 255.348 251.674 256.988 252.133C258.628 252.592 259.579 254.281 259.136 255.921C258.628 257.742 247.197 298.184 224.286 298.184Z" fill="#242424"/>
|
||||
<path d="M346.237 177.037C345.253 177.037 344.285 176.562 343.678 175.676L319.472 139.793C319.062 139.186 318.882 138.448 318.964 137.71C319.078 136.775 321.817 114.668 336.856 107.6C338.398 106.878 340.218 107.534 340.956 109.076C341.678 110.617 341.022 112.438 339.48 113.176C329.181 118.014 325.95 133.151 325.245 137.349L348.779 172.232C349.73 173.642 349.353 175.545 347.942 176.496C347.418 176.857 346.827 177.037 346.237 177.037Z" fill="#242424"/>
|
||||
<path d="M333.675 156.029C333.166 156.029 332.658 155.898 332.199 155.652C330.706 154.832 330.165 152.962 330.985 151.47C339.644 135.759 329.476 116.505 329.378 116.308C328.574 114.816 329.132 112.946 330.624 112.143C332.117 111.339 333.986 111.897 334.79 113.389C335.282 114.291 346.68 135.759 336.364 154.455C335.807 155.439 334.757 156.029 333.675 156.029Z" fill="#242424"/>
|
||||
<path d="M167.985 150.732C167.132 150.732 166.296 150.354 165.722 149.633C164.738 148.386 164.968 146.582 166.214 145.598L188.731 127.968C188.928 119.293 188.174 106.812 185.73 103.762C184.746 102.532 184.943 100.712 186.173 99.7277C187.403 98.7437 189.223 98.9405 190.207 100.17C195.029 106.189 194.57 125.656 194.422 129.494C194.389 130.346 193.996 131.134 193.323 131.642L169.74 150.092C169.215 150.535 168.592 150.732 167.985 150.732Z" fill="#242424"/>
|
||||
<path d="M215.824 241.62C224.172 243.014 235.127 237.389 235.143 232.305C235.176 226.434 208.953 217.676 204.082 225.745C199.391 233.47 215.824 241.62 215.824 241.62Z" fill="#242424"/>
|
||||
<path d="M247.64 324.113C244.655 324.113 241.572 323.965 238.407 323.637C188.436 318.487 177.432 288.541 176.989 287.278C176.431 285.671 177.268 283.916 178.875 283.359C180.482 282.801 182.221 283.637 182.795 285.245C183.205 286.36 193.192 312.797 239.03 317.536C285.049 322.276 310.911 287.573 311.174 287.213C312.174 285.835 314.093 285.54 315.471 286.54C316.848 287.541 317.143 289.459 316.159 290.837C315.881 291.231 309.058 300.529 296.086 309.238C285.541 316.273 269.059 324.113 247.64 324.113Z" fill="#242424"/>
|
||||
<path d="M252.117 324.49C171.528 324.49 105.977 260.398 105.977 181.613C105.977 102.827 171.544 38.7361 252.117 38.7361C332.691 38.7361 398.258 102.827 398.258 181.613C398.258 260.398 332.707 324.49 252.117 324.49ZM252.117 45.6405C175.333 45.6405 112.865 106.648 112.865 181.613C112.865 256.577 175.333 317.585 252.117 317.585C328.902 317.585 391.37 256.594 391.37 181.613C391.37 106.632 328.902 45.6405 252.117 45.6405Z" fill="white"/>
|
||||
<path d="M176.94 143.712C175.415 143.712 174.152 142.515 174.07 140.974C173.25 123.36 188.092 109.059 188.731 108.452C189.879 107.354 191.7 107.403 192.782 108.551C193.881 109.699 193.832 111.519 192.684 112.602C192.471 112.815 179.121 125.771 179.81 140.695C179.892 142.286 178.662 143.614 177.071 143.696C177.038 143.712 176.989 143.712 176.94 143.712Z" fill="#242424"/>
|
||||
<path d="M196.882 196.619C195.505 206.393 189.043 213.56 182.483 212.642C175.907 211.707 171.708 203.031 173.102 193.257C174.48 183.482 180.925 176.316 187.501 177.234C194.061 178.169 198.276 186.844 196.882 196.619Z" fill="#242424"/>
|
||||
<path d="M191.441 194.084C192.045 189.824 191.146 186.174 189.433 185.932C187.72 185.689 185.842 188.945 185.238 193.205C184.635 197.465 185.534 201.114 187.247 201.357C188.96 201.6 190.838 198.344 191.441 194.084Z" fill="white"/>
|
||||
<path d="M261.613 207.869C260.514 217.677 264.992 226.237 271.584 226.959C278.177 227.697 284.409 220.333 285.491 210.526C286.59 200.719 282.129 192.158 275.537 191.436C268.927 190.682 262.696 198.046 261.613 207.869Z" fill="#242424"/>
|
||||
<path d="M273.762 207.437C274.238 203.161 273.229 199.539 271.51 199.348C269.79 199.157 268.011 202.468 267.536 206.744C267.06 211.02 268.069 214.642 269.788 214.833C271.508 215.024 273.287 211.713 273.762 207.437Z" fill="white"/>
|
||||
<path d="M224.891 231.69C225.233 230.516 222.703 228.748 219.242 227.742C215.781 226.735 212.698 226.871 212.356 228.045C212.015 229.219 214.544 230.987 218.006 231.993C221.467 233 224.55 232.864 224.891 231.69Z" fill="#FFFFFE"/>
|
||||
<path opacity="0.6" d="M345.204 123.196C346.171 126.542 346.04 129.51 344.646 131.888C339.136 141.236 315.979 137.792 292.953 124.18C269.928 110.568 255.725 91.9868 261.252 82.6388C263.843 78.2436 270.338 76.6692 278.898 77.6696C227.812 63.7296 172.446 85.1808 145.271 133.413C138.104 146.14 133.512 159.67 131.298 173.38C132.036 154.75 137.055 136.07 146.731 118.883C179.318 61.0236 252.494 41.7044 310.157 75.7672C355.158 102.335 377.43 153.552 369.558 202.26C370.689 174.134 362.112 146.041 345.204 123.196Z" fill="white"/>
|
||||
<path d="M287.262 373.493C284.015 374.428 280.735 375.067 277.455 375.658C274.159 376.215 270.862 376.707 267.55 377.084C265.893 377.281 264.237 377.478 262.58 377.626C260.924 377.806 259.251 377.954 257.595 378.068C254.266 378.314 250.92 378.527 247.558 378.544C247.246 378.544 247 378.298 247 378.003C247 377.74 247.181 377.527 247.41 377.462C250.674 376.625 253.954 375.985 257.234 375.395C258.874 375.1 260.53 374.821 262.17 374.575C263.81 374.313 265.467 374.083 267.123 373.854C270.42 373.378 273.749 373.034 277.078 372.755C280.407 372.509 283.753 372.312 287.115 372.394C287.426 372.394 287.656 372.656 287.656 372.968C287.656 373.214 287.492 373.427 287.262 373.493Z" fill="#242424"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_197:128" x1="413" y1="396.001" x2="130" y2="508.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#99A3DA"/>
|
||||
<stop offset="1" stop-color="#B45696"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
Binary file not shown.
|
|
@ -1,25 +0,0 @@
|
|||
<svg width="199" height="73" viewBox="0 0 199 73" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M28.2667 40.1333L16.0667 10V46H4.7334V0H23.8001L35.4667 28.7333L47.0667 0H66.2001V46H53.6667V9.93334L41.4667 40.1333H28.2667Z" fill="white"/>
|
||||
<path d="M99.0303 0H111.564V46H99.0303V0Z" fill="white"/>
|
||||
<path d="M144.434 0H172.034C175.901 0 179.323 0.4 182.301 1.2C185.323 1.95556 187.834 3.24445 189.834 5.06667C191.878 6.84445 193.434 9.20001 194.501 12.1333C195.567 15.0667 196.101 18.6889 196.101 23C196.101 27.3111 195.567 30.9333 194.501 33.8667C193.434 36.8 191.878 39.1778 189.834 41C187.834 42.7778 185.323 44.0667 182.301 44.8667C179.323 45.6222 175.901 46 172.034 46H144.434V0ZM171.167 35.8C175.167 35.8 178.189 35.0445 180.234 33.5333C182.323 31.9778 183.367 29.1333 183.367 25V20.6667C183.367 16.8 182.323 14.0889 180.234 12.5333C178.189 10.9778 175.167 10.2 171.167 10.2H156.967V35.8H171.167Z" fill="white"/>
|
||||
<path d="M0.765137 66.4376C0.765137 64.3427 1.21017 62.8502 2.10025 61.9601C2.99032 61.07 4.24402 60.625 5.86135 60.625C7.32671 60.625 8.45558 60.9072 9.24796 61.4717C10.0403 62.0252 10.5071 62.9316 10.6482 64.1907H8.8572C8.74866 63.3441 8.45016 62.7742 7.9617 62.4811C7.47325 62.1881 6.77313 62.0415 5.86135 62.0415C4.85187 62.0415 4.04864 62.3237 3.45164 62.8882C2.85464 63.4418 2.55614 64.3861 2.55614 65.7212V67.0889C2.55614 68.4023 2.84921 69.3575 3.43536 69.9545C4.03236 70.5406 4.84645 70.8337 5.87763 70.8337C6.74599 70.8337 7.4244 70.6926 7.91286 70.4104C8.41216 70.1282 8.73237 69.58 8.87348 68.7659H10.6645C10.4908 70.0033 10.0078 70.8934 9.2154 71.4361C8.43387 71.9789 7.31586 72.2502 5.86135 72.2502C4.24402 72.2502 2.99032 71.8052 2.10025 70.9151C1.21017 70.025 0.765137 68.5325 0.765137 66.4376Z" fill="white"/>
|
||||
<path d="M12.4632 60.8204H17.6409C18.8349 60.8204 19.7358 61.1189 20.3436 61.7159C20.9515 62.3129 21.2554 63.1487 21.2554 64.2233C21.2554 65.0482 21.0763 65.7375 20.7181 66.2911C20.3708 66.8338 19.8552 67.2083 19.1714 67.4145L21.6788 72.0548H19.7575L17.3641 67.6262H14.2217V72.0548H12.4632V60.8204ZM19.4807 64.4838V63.9791C19.4807 63.458 19.3233 63.0347 19.0085 62.7091C18.6938 62.3834 18.1836 62.2206 17.478 62.2206H14.2217V66.2259H17.478C18.1727 66.2259 18.6775 66.0631 18.9923 65.7375C19.3179 65.401 19.4807 64.9831 19.4807 64.4838Z" fill="white"/>
|
||||
<path d="M23.3708 60.8204H31.1372V62.2369H25.1292V65.6235H30.1115V67.0075H25.1292V70.6383H31.2023V72.0548H23.3708V60.8204Z" fill="white"/>
|
||||
<path d="M35.853 62.2857H32.0919V60.8204H41.3888V62.2857H37.6114V72.0548H35.853V62.2857Z" fill="white"/>
|
||||
<path d="M42.8644 60.8204H44.6229V72.0548H42.8644V60.8204Z" fill="white"/>
|
||||
<path d="M45.986 60.8204H47.8258L51.4241 70.7523L55.0224 60.8204H56.6343L52.5476 72.0548H50.0727L45.986 60.8204Z" fill="white"/>
|
||||
<path d="M58.0014 60.8204H65.7679V62.2369H59.7599V65.6235H64.7421V67.0075H59.7599V70.6383H65.833V72.0548H58.0014V60.8204Z" fill="white"/>
|
||||
<path d="M71.3735 60.8204H75.9487C77.6855 60.8204 78.9989 61.26 79.8889 62.1392C80.7899 63.0076 81.2403 64.4404 81.2403 66.4376C81.2403 68.3914 80.7899 69.8188 79.8889 70.7197C78.9989 71.6098 77.6855 72.0548 75.9487 72.0548H71.3735V60.8204ZM75.9162 70.5895C77.045 70.5895 77.9134 70.3018 78.5213 69.7265C79.14 69.1404 79.4493 68.2286 79.4493 66.9912V65.7863C79.4493 64.5598 79.14 63.6697 78.5213 63.1161C77.9134 62.5625 77.045 62.2857 75.9162 62.2857H73.132V70.5895H75.9162Z" fill="white"/>
|
||||
<path d="M83.2351 60.8204H84.9935V72.0548H83.2351V60.8204Z" fill="white"/>
|
||||
<path d="M87.0079 66.4376C87.0079 64.3318 87.4584 62.8393 88.3593 61.9601C89.2602 61.07 90.5302 60.625 92.1692 60.625C93.6455 60.625 94.7798 60.9072 95.5721 61.4717C96.3754 62.0252 96.8584 62.9207 97.0212 64.1582H95.2302C95.1217 63.3658 94.8123 62.8122 94.3022 62.4974C93.8028 62.1826 93.0919 62.0252 92.1692 62.0252C91.1055 62.0252 90.2751 62.3075 89.6781 62.8719C89.092 63.4363 88.7989 64.397 88.7989 65.7538V67.1052C88.7989 68.4186 89.092 69.3738 89.6781 69.9708C90.2643 70.5569 91.0892 70.85 92.153 70.85C93.3144 70.85 94.1448 70.6003 94.6441 70.101C95.1434 69.5909 95.4147 68.8202 95.4582 67.789H92.3809V66.519H97.184V67.4471C97.184 68.9993 96.7661 70.1879 95.9303 71.0128C95.0945 71.8377 93.8354 72.2502 92.153 72.2502C90.5248 72.2502 89.2602 71.8106 88.3593 70.9314C87.4584 70.0522 87.0079 68.5542 87.0079 66.4376Z" fill="white"/>
|
||||
<path d="M99.1512 60.8204H100.91V72.0548H99.1512V60.8204Z" fill="white"/>
|
||||
<path d="M106.148 62.2857H102.387V60.8204H111.684V62.2857H107.906V72.0548H106.148V62.2857Z" fill="white"/>
|
||||
<path d="M114.661 60.8204H117.168L121.304 72.0548H119.48L118.373 69.0264H113.26L112.153 72.0548H110.525L114.661 60.8204ZM113.749 67.675H117.884L115.817 62.009L113.749 67.675Z" fill="white"/>
|
||||
<path d="M122.668 60.8204H124.426V70.5895H130.239V72.0548H122.668V60.8204Z" fill="white"/>
|
||||
<path d="M137.509 60.8204H140.017L144.152 72.0548H142.329L141.221 69.0264H136.109L135.002 72.0548H133.374L137.509 60.8204ZM136.597 67.675H140.733L138.665 62.009L136.597 67.675Z" fill="white"/>
|
||||
<path d="M144.773 66.4376C144.773 64.3318 145.224 62.8393 146.125 61.9601C147.026 61.07 148.296 60.625 149.935 60.625C151.411 60.625 152.545 60.9072 153.338 61.4717C154.141 62.0252 154.624 62.9207 154.787 64.1582H152.996C152.887 63.3658 152.578 62.8122 152.068 62.4974C151.568 62.1826 150.857 62.0252 149.935 62.0252C148.871 62.0252 148.041 62.3075 147.444 62.8719C146.857 63.4363 146.564 64.397 146.564 65.7538V67.1052C146.564 68.4186 146.857 69.3738 147.444 69.9708C148.03 70.5569 148.855 70.85 149.918 70.85C151.08 70.85 151.91 70.6003 152.41 70.101C152.909 69.5909 153.18 68.8202 153.224 67.789H150.146V66.519H154.949V67.4471C154.949 68.9993 154.532 70.1879 153.696 71.0128C152.86 71.8377 151.601 72.2502 149.918 72.2502C148.29 72.2502 147.026 71.8106 146.125 70.9314C145.224 70.0522 144.773 68.5542 144.773 66.4376Z" fill="white"/>
|
||||
<path d="M156.917 60.8204H164.683V62.2369H158.675V65.6235H163.657V67.0075H158.675V70.6383H164.748V72.0548H156.917V60.8204Z" fill="white"/>
|
||||
<path d="M173.665 72.0548L168.324 62.823V72.0548H166.663V60.8204H169.041L174.365 70.0196V60.8204H176.026V72.0548H173.665Z" fill="white"/>
|
||||
<path d="M178.037 66.4376C178.037 64.3427 178.482 62.8502 179.372 61.9601C180.262 61.07 181.516 60.625 183.133 60.625C184.598 60.625 185.727 60.9072 186.519 61.4717C187.312 62.0252 187.779 62.9316 187.92 64.1907H186.129C186.02 63.3441 185.722 62.7742 185.233 62.4811C184.745 62.1881 184.045 62.0415 183.133 62.0415C182.123 62.0415 181.32 62.3237 180.723 62.8882C180.126 63.4418 179.828 64.3861 179.828 65.7212V67.0889C179.828 68.4023 180.121 69.3575 180.707 69.9545C181.304 70.5406 182.118 70.8337 183.149 70.8337C184.017 70.8337 184.696 70.6926 185.184 70.4104C185.684 70.1282 186.004 69.58 186.145 68.7659H187.936C187.762 70.0033 187.279 70.8934 186.487 71.4361C185.705 71.9789 184.587 72.2502 183.133 72.2502C181.516 72.2502 180.262 71.8052 179.372 70.9151C178.482 70.025 178.037 68.5325 178.037 66.4376Z" fill="white"/>
|
||||
<path d="M192.688 67.1866L188.243 60.8204H190.164L193.665 65.8352L196.986 60.8204H198.696L194.446 67.2029V72.0548H192.688V67.1866Z" fill="white"/>
|
||||
</svg>
|
||||
Binary file not shown.
|
|
@ -1,33 +0,0 @@
|
|||
<svg width="74" height="73" viewBox="0 0 74 73" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M52.1319 44.5366C49.604 42.4182 47.0386 41.135 44.5417 43.2502L43.0507 44.5286C41.9599 45.4566 39.9317 49.7927 32.09 40.9542C24.2498 32.1268 28.9154 30.7524 30.0079 29.8324L31.507 28.5524C33.9908 26.4324 33.0534 23.7635 31.262 21.0163L30.181 19.3523C28.3814 16.6114 26.4218 14.8114 23.9314 16.9282L22.5858 18.0803C21.4852 18.8659 18.4086 21.4195 17.6623 26.2708C16.7641 32.0916 19.5974 38.7573 26.0886 46.071C32.5717 53.3879 38.9192 57.0632 44.932 56.9992C49.929 56.9464 52.9468 54.3191 53.8907 53.3639L55.2412 52.2103C57.725 50.0951 56.1818 47.9415 53.6523 45.8182L52.1319 44.5366Z" fill="white"/>
|
||||
<g filter="url(#filter0_i_197:537)">
|
||||
<circle cx="37" cy="36.5" r="36.5" fill="white" fill-opacity="0.01"/>
|
||||
<circle cx="37" cy="36.5" r="36.5" fill="url(#paint0_radial_197:537)" fill-opacity="0.15"/>
|
||||
</g>
|
||||
<circle cx="37" cy="36.5" r="36" stroke="url(#paint1_linear_197:537)"/>
|
||||
<circle cx="37" cy="36.5" r="36" stroke="url(#paint2_linear_197:537)" stroke-opacity="0.3"/>
|
||||
<defs>
|
||||
<filter id="filter0_i_197:537" x="0.5" y="0" width="75" height="75" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="2" dy="2"/>
|
||||
<feGaussianBlur stdDeviation="2.5"/>
|
||||
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.15 0"/>
|
||||
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_197:537"/>
|
||||
</filter>
|
||||
<radialGradient id="paint0_radial_197:537" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(0.5) rotate(49.9801) scale(40.6799 50.1484)">
|
||||
<stop stop-color="#FF0000"/>
|
||||
<stop offset="1" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="paint1_linear_197:537" x1="0.5" y1="0" x2="87.1291" y2="48.8116" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0.5"/>
|
||||
<stop offset="1" stop-color="#AAAAAA" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_197:537" x1="0.5" y1="0" x2="88.3754" y2="31.493" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FF0000"/>
|
||||
<stop offset="1" stop-color="#FF0000" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
Binary file not shown.
Binary file not shown.
|
|
@ -1,46 +0,0 @@
|
|||
<svg width="1558" height="105" viewBox="0 0 1558 105" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<mask id="mask0_230:162" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="1558" height="105">
|
||||
<rect width="1558" height="105" fill="url(#paint0_linear_230:162)"/>
|
||||
</mask>
|
||||
<g mask="url(#mask0_230:162)">
|
||||
<g filter="url(#filter0_f_230:162)">
|
||||
<path d="M0 52L1558 52.0001" stroke="url(#paint1_linear_230:162)" stroke-width="6"/>
|
||||
</g>
|
||||
<g filter="url(#filter1_f_230:162)">
|
||||
<path d="M0 52L1558 52.0001" stroke="url(#paint2_linear_230:162)" stroke-width="6"/>
|
||||
</g>
|
||||
<path d="M0 52L1558 52.0001" stroke="url(#paint3_linear_230:162)" stroke-width="3"/>
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="filter0_f_230:162" x="-7" y="42" width="1572" height="20.0002" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feGaussianBlur stdDeviation="3.5" result="effect1_foregroundBlur_230:162"/>
|
||||
</filter>
|
||||
<filter id="filter1_f_230:162" x="-20" y="29" width="1598" height="46.0002" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feGaussianBlur stdDeviation="10" result="effect1_foregroundBlur_230:162"/>
|
||||
</filter>
|
||||
<linearGradient id="paint0_linear_230:162" x1="8.3847e-06" y1="53.0001" x2="1558" y2="53" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#C4C4C4" stop-opacity="0"/>
|
||||
<stop offset="0.5"/>
|
||||
<stop offset="1" stop-color="#C4C4C4" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear_230:162" x1="-4.77975" y1="52.4148" x2="-4.77063" y2="56.2559" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#567CF8"/>
|
||||
<stop offset="0.494792" stop-color="#E64C89"/>
|
||||
<stop offset="1" stop-color="#3967FD"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_230:162" x1="-4.77975" y1="52.4148" x2="-4.77063" y2="56.2559" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#567CF8" stop-opacity="0.21"/>
|
||||
<stop offset="0.494792" stop-color="#E64C89"/>
|
||||
<stop offset="1" stop-color="#3967FD"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_230:162" x1="0" y1="52" x2="1558" y2="52" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#567CF8"/>
|
||||
<stop offset="0.494792" stop-color="#EAA3D8"/>
|
||||
<stop offset="1" stop-color="#567CF8"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
Binary file not shown.
|
|
@ -1,8 +0,0 @@
|
|||
<svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="5" height="5" fill="white"/>
|
||||
<rect x="6" y="9" width="5" height="5" fill="white"/>
|
||||
<rect x="18" y="18" width="5" height="5" fill="white"/>
|
||||
<rect x="18" y="18" width="5" height="5" fill="white"/>
|
||||
<rect x="8" width="15" height="5" fill="white"/>
|
||||
<rect x="14" y="9" width="9" height="5" fill="white"/>
|
||||
</svg>
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
<svg width="73" height="18" viewBox="0 0 73 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g style="mix-blend-mode:exclusion">
|
||||
<path d="M9.5999 15.8L5.0249 4.5V18H0.774902V0.75H7.9249L12.2999 11.525L16.6499 0.75H23.8249V18H19.1249V4.475L14.5499 15.8H9.5999Z" fill="white"/>
|
||||
<path d="M36.1362 0.75H40.8362V18H36.1362V0.75Z" fill="white"/>
|
||||
<path d="M53.1626 0.75H63.5126C64.9626 0.75 66.2459 0.9 67.3626 1.2C68.4959 1.48333 69.4376 1.96667 70.1876 2.65C70.9543 3.31667 71.5376 4.2 71.9376 5.3C72.3376 6.4 72.5376 7.75834 72.5376 9.375C72.5376 10.9917 72.3376 12.35 71.9376 13.45C71.5376 14.55 70.9543 15.4417 70.1876 16.125C69.4376 16.7917 68.4959 17.275 67.3626 17.575C66.2459 17.8583 64.9626 18 63.5126 18H53.1626V0.75ZM63.1876 14.175C64.6876 14.175 65.8209 13.8917 66.5876 13.325C67.3709 12.7417 67.7626 11.675 67.7626 10.125V8.5C67.7626 7.05 67.3709 6.03333 66.5876 5.45C65.8209 4.86667 64.6876 4.575 63.1876 4.575H57.8626V14.175H63.1876Z" fill="white"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
<svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="5" height="5" fill="white"/>
|
||||
<rect x="9" y="9" width="5" height="5" fill="white"/>
|
||||
<rect x="18" y="18" width="5" height="5" fill="white"/>
|
||||
<rect y="18" width="5" height="5" fill="white"/>
|
||||
<rect x="18" width="5" height="5" fill="white"/>
|
||||
<rect x="9" y="9" width="5" height="5" fill="white"/>
|
||||
</svg>
|
||||
Binary file not shown.
|
|
@ -1,11 +0,0 @@
|
|||
<svg width="38" height="46" viewBox="0 0 38 46" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M19.3251 23.6931C19.673 23.6931 19.9547 23.4114 19.9547 23.0634C19.9547 22.7163 19.673 22.4347 19.3255 22.4342C18.978 22.4347 18.6963 22.7163 18.6959 23.0639C18.6963 23.4114 18.978 23.6931 19.3251 23.6931Z" fill="white"/>
|
||||
<path d="M19.3254 35.0199C21.0643 35.0199 22.4719 33.6124 22.4719 31.8734C22.4719 30.139 21.0605 28.7275 19.3252 28.727C17.5907 28.7275 16.1789 30.1386 16.1789 31.8735C16.1789 33.6122 17.5863 35.02 19.3254 35.0199ZM17.4375 31.8735C17.4374 30.8328 18.2844 29.9859 19.3252 29.9856C20.3663 29.9859 21.2134 30.8328 21.2133 31.8735C21.2133 32.9167 20.3688 33.7614 19.3254 33.7614C18.2821 33.7614 17.4374 32.9169 17.4375 31.8735Z" fill="white"/>
|
||||
<path d="M19.3259 45.0887C19.5006 45.0887 19.6672 45.0168 19.7865 44.8881C19.8835 44.7839 22.1827 42.2921 24.0239 38.438C25.5 35.3505 26.2485 32.2951 26.2484 29.3565C26.2484 28.698 26.2197 28.0285 26.1635 27.3593C28.4714 26.7617 29.3674 25.3294 29.7095 24.1996C30.4972 21.5982 29.0837 18.0871 27.3225 16.3259C27.1424 16.1461 26.8717 16.0922 26.6366 16.1896C26.5587 16.2219 26.4898 16.2686 26.4325 16.3259C26.3167 16.4418 26.2482 16.6008 26.2481 16.771C26.2481 18.5583 25.09 19.6046 24.6826 19.9174L24.3709 19.9174C23.9478 18.8809 23.4692 17.9082 22.9446 17.0213C22.7546 16.7004 22.4623 16.4522 22.1178 16.3022C22.3488 15.6764 22.4722 14.9731 22.4722 14.2533C22.4722 11.9625 19.9133 8.9384 19.8044 8.81078C19.6848 8.67075 19.5099 8.59003 19.3258 8.59003C19.1583 8.59007 18.9983 8.65682 18.8809 8.77429C18.8692 8.78595 18.8579 8.7981 18.8472 8.81074C18.7382 8.93831 16.1792 11.9625 16.1792 14.2533C16.1792 14.9728 16.3026 15.676 16.5335 16.3017C16.1689 16.4605 15.8868 16.7172 15.7066 17.0216C15.1823 17.9082 14.7037 18.8807 14.2806 19.9173L13.9689 19.9173C13.5615 19.6045 12.4034 18.5581 12.4034 16.771C12.4034 16.5165 12.2501 16.287 12.015 16.1896C11.7798 16.0922 11.5092 16.146 11.3292 16.326C9.56802 18.0872 8.15461 21.5983 8.94225 24.1997C9.28426 25.3294 10.1803 26.7617 12.4882 27.3593C12.4321 28.0282 12.4033 28.6978 12.4033 29.3565C12.4033 32.2951 13.1518 35.3506 14.6278 38.4379C16.469 42.2921 18.7683 44.7839 18.8652 44.8881C18.9843 45.016 19.1511 45.0887 19.3259 45.0887ZM27.2847 18.2779C28.346 19.892 29.0111 22.1628 28.5048 23.8351C28.1664 24.9525 27.3326 25.71 26.0235 26.0929C25.7963 24.4243 25.4017 22.7765 24.8456 21.1759C24.8563 21.1733 25.0371 21.1939 25.2194 21.0787C25.2944 21.0314 26.725 20.1072 27.2847 18.2779ZM17.4378 14.2533C17.4378 13.0297 18.5504 11.2717 19.3258 10.2328C20.1012 11.2718 21.2137 13.0298 21.2137 14.2533C21.2137 14.9386 21.0762 15.5956 20.8232 16.1413L17.8283 16.1413C17.5753 15.5956 17.4378 14.9386 17.4378 14.2533ZM16.7898 17.6626C16.8856 17.5008 17.0832 17.4001 17.3048 17.3999C18.4561 17.3999 18.9065 17.3999 19.0478 17.3999C19.3069 17.3999 19.9424 17.3999 21.3462 17.3999C21.5684 17.4001 21.7659 17.5008 21.8616 17.6623C22.2741 18.3599 22.6572 19.1157 23.0055 19.9174L15.646 19.9174C15.9944 19.1156 16.3774 18.3599 16.7898 17.6626ZM10.1467 23.8351C9.64046 22.1628 10.3054 19.892 11.3667 18.278C11.7428 19.5071 12.6705 20.6228 13.4459 21.0865C13.626 21.1943 13.7922 21.1727 13.8059 21.176C13.2499 22.7765 12.8553 24.4243 12.6281 26.093C11.3189 25.71 10.485 24.9524 10.1467 23.8351ZM13.6618 29.3566C13.6618 28.5547 13.7062 27.7356 13.7938 26.9221C14.0048 24.9668 14.4583 23.0359 15.1421 21.1759L23.5093 21.1758C24.1932 23.0359 24.6467 24.9668 24.8576 26.9219C24.9452 27.736 24.9897 28.5551 24.9897 29.3567C24.9897 31.9932 24.3376 34.7437 23.0543 37.5374L15.5972 37.5374C14.3139 34.7438 13.6617 31.9933 13.6618 29.3566ZM16.2156 38.796L22.4359 38.796C21.2677 41.0168 19.9907 42.6881 19.3257 43.4947C18.6607 42.6879 17.3836 41.0166 16.2156 38.796Z" fill="white"/>
|
||||
<path d="M13.0334 14.8831C13.381 14.883 13.6627 14.6012 13.6626 14.2537L13.6622 11.7365C13.6621 11.3889 13.3803 11.1072 13.0328 11.1073C12.6852 11.1074 12.4035 11.3892 12.4036 11.7367L12.404 14.2539C12.4041 14.6014 12.6859 14.8831 13.0334 14.8831Z" fill="white"/>
|
||||
<path d="M25.6187 14.8831C25.9662 14.8832 26.2479 14.6015 26.2481 14.2539L26.2485 11.7367C26.2486 11.3892 25.9669 11.1074 25.6194 11.1073C25.272 11.1073 24.9901 11.3888 24.99 11.7365L24.9896 14.2537C24.9895 14.6012 25.2712 14.883 25.6187 14.8831Z" fill="white"/>
|
||||
<path d="M15.5499 11.1071C15.8973 11.1072 16.1791 10.8254 16.1792 10.4778L16.1797 4.44978C16.1797 4.10221 15.8979 3.82045 15.5504 3.82045C15.203 3.82036 14.9211 4.10207 14.9211 4.44969L14.9206 10.4777C14.9206 10.8253 15.2024 11.1071 15.5499 11.1071Z" fill="white"/>
|
||||
<path d="M19.1095 7.54728C19.4569 7.54733 19.7387 7.26552 19.7388 6.91805L19.7392 0.889991C19.7393 0.542422 19.4575 0.260664 19.11 0.260664C18.7626 0.260575 18.4807 0.542289 18.4807 0.889902L18.4802 6.91796C18.4802 7.26552 18.7619 7.54728 19.1095 7.54728Z" fill="white"/>
|
||||
<path d="M23.1022 11.1071C23.4496 11.1071 23.7314 10.8253 23.7314 10.4778L23.731 4.44973C23.7309 4.10216 23.4492 3.82045 23.1016 3.82045C22.7541 3.82045 22.4723 4.1022 22.4724 4.44977L22.4728 10.4778C22.4728 10.8254 22.7546 11.1071 23.1022 11.1071Z" fill="white"/>
|
||||
<path d="M19.3256 27.4688C19.6731 27.4687 19.9548 27.1871 19.9549 26.8395L19.9549 25.5811C19.9549 25.2335 19.6731 24.9518 19.3256 24.9517C18.978 24.9518 18.6963 25.2335 18.6962 25.5811L18.6962 26.8395C18.6962 27.187 18.978 27.4687 19.3256 27.4688Z" fill="white"/>
|
||||
</svg>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,51 +0,0 @@
|
|||
<svg width="808" height="498" viewBox="0 0 808 498" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<circle cx="25.1858" cy="23.3563" r="6.68193" fill="#FF5F57"/>
|
||||
<circle cx="48.8294" cy="23.3563" r="6.68193" fill="#FDBC2F"/>
|
||||
<circle cx="72.4729" cy="23.3563" r="6.68193" fill="#28C840"/>
|
||||
<rect x="254.941" y="12.5624" width="297.089" height="21.5878" rx="5.13995" fill="#BDBDBD" fill-opacity="0.07"/>
|
||||
<path d="M131.583 16.6744L124.387 23.3563L131.583 30.0382" stroke="white" stroke-opacity="0.2" stroke-width="1.54198" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M160.367 30.0383L167.562 23.3563L160.367 16.6744" stroke="white" stroke-opacity="0.2" stroke-width="1.54198" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<g opacity="0.2">
|
||||
<path d="M774.591 16.4174V31.8373" stroke="white" stroke-width="1.54198" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M782.301 24.1274L766.881 24.1274" stroke="white" stroke-width="1.54198" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</g>
|
||||
<path d="M380.712 18.9961C378.987 17.2711 376.179 17.2711 374.454 18.9961C372.729 20.7215 372.729 23.5287 374.454 25.2541C375.99 26.7899 378.383 26.9544 380.107 25.7552C380.143 25.9268 380.226 26.0906 380.359 26.2241L382.872 28.7363C383.238 29.1016 383.829 29.1016 384.194 28.7363C384.559 28.3706 384.559 27.779 384.194 27.4144L381.681 24.9015C381.549 24.7691 381.384 24.6857 381.213 24.6494C382.413 22.9252 382.248 20.5331 380.712 18.9961ZM379.919 24.461C378.631 25.7488 376.534 25.7488 375.247 24.461C373.96 23.1731 373.96 21.0775 375.247 19.7897C376.534 18.5022 378.631 18.5022 379.919 19.7897C381.206 21.0775 381.206 23.1731 379.919 24.461Z" fill="white" fill-opacity="0.24"/>
|
||||
<path d="M399.856 28.8189C401.916 28.8189 403.169 27.813 403.169 26.2289V26.2229C403.169 24.8796 402.398 24.1508 400.603 23.7713L399.651 23.5726C398.567 23.3377 398.073 22.9401 398.073 22.2896V22.2836C398.073 21.5246 398.76 21.0126 399.838 21.0066C400.868 21.0066 401.567 21.4945 401.687 22.3016L401.693 22.386H403.006L403 22.2836C402.91 20.8259 401.669 19.8381 399.856 19.8381C398.019 19.8381 396.712 20.856 396.706 22.3378V22.3438C396.706 23.6328 397.531 24.4158 399.236 24.7773L400.181 24.976C401.332 25.229 401.808 25.6085 401.808 26.3072V26.3132C401.808 27.1264 401.073 27.6504 399.91 27.6504C398.748 27.6504 397.947 27.1505 397.826 26.3494L397.814 26.271H396.501L396.507 26.3614C396.616 27.8913 397.905 28.8189 399.856 28.8189ZM406.934 28.8009C408.47 28.8009 409.445 27.8853 409.65 26.8794L409.662 26.8132H408.427L408.409 26.8613C408.247 27.3372 407.735 27.7347 406.964 27.7347C405.928 27.7347 405.271 27.036 405.247 25.8374H409.735V25.3977C409.735 23.4943 408.644 22.2173 406.867 22.2173C405.091 22.2173 403.946 23.5425 403.946 25.5242V25.5302C403.946 27.5299 405.072 28.8009 406.934 28.8009ZM406.873 23.2835C407.723 23.2835 408.337 23.8195 408.446 24.9158H405.265C405.38 23.8557 406.03 23.2835 406.873 23.2835ZM412.608 28.7888C413.445 28.7888 414.18 28.3551 414.547 27.6745H414.571V28.6744H415.878V24.3074C415.878 23.0365 414.897 22.2173 413.349 22.2173C411.789 22.2173 410.843 23.0546 410.752 24.1448L410.746 24.2111H411.975L411.987 24.1568C412.096 23.6509 412.56 23.2955 413.312 23.2955C414.12 23.2955 414.571 23.7171 414.571 24.4158V24.8917L412.849 24.9941C411.349 25.0844 410.493 25.7591 410.493 26.8613V26.8734C410.493 28.0118 411.343 28.7888 412.608 28.7888ZM411.807 26.8433V26.8312C411.807 26.2951 412.24 25.9518 413.023 25.9036L414.571 25.8072V26.3012C414.571 27.1264 413.879 27.7468 412.963 27.7468C412.264 27.7468 411.807 27.3974 411.807 26.8433ZM417.143 28.6744H418.444V24.8977C418.444 23.952 418.962 23.4039 419.8 23.4039C420.053 23.4039 420.281 23.434 420.384 23.4762V22.2655C420.281 22.2474 420.119 22.2173 419.932 22.2173C419.209 22.2173 418.679 22.6811 418.474 23.422H418.444V22.3378H417.143V28.6744ZM423.636 28.8009C425.16 28.8009 426.221 27.8251 426.359 26.5541L426.365 26.512H425.112L425.106 26.5602C424.95 27.2468 424.438 27.7106 423.636 27.7106C422.631 27.7106 421.962 26.8975 421.962 25.5121V25.5061C421.962 24.1508 422.619 23.3075 423.63 23.3075C424.48 23.3075 424.962 23.8316 425.1 24.452L425.112 24.5002H426.353L426.347 24.458C426.239 23.2654 425.251 22.2173 423.618 22.2173C421.811 22.2173 420.631 23.4882 420.631 25.494V25.5001C420.631 27.5299 421.787 28.8009 423.636 28.8009ZM427.335 28.6744H428.636V25.0061C428.636 24.0183 429.232 23.3316 430.13 23.3316C431.045 23.3316 431.575 23.9581 431.575 25.0061V28.6744H432.876V24.7592C432.876 23.2292 431.985 22.2173 430.63 22.2173C429.684 22.2173 429.003 22.645 428.666 23.3798H428.636V19.9826H427.335V28.6744Z" fill="white" fill-opacity="0.17"/>
|
||||
<g filter="url(#filter0_i_835_11)">
|
||||
<path d="M0.000976563 15.6464C0.000976563 7.13029 6.90468 0.226562 15.4208 0.226562L792.581 0.226562C801.097 0.226562 808.001 7.13026 808.001 15.6464L808.001 482.354C808.001 490.87 801.097 497.774 792.581 497.774L15.4208 497.774C6.90468 497.774 0.000976563 490.87 0.000976563 482.354L0.000976563 15.6464Z" fill="white" fill-opacity="0.01"/>
|
||||
<path d="M0.000976563 15.6464C0.000976563 7.13029 6.90468 0.226562 15.4208 0.226562L792.581 0.226562C801.097 0.226562 808.001 7.13026 808.001 15.6464L808.001 482.354C808.001 490.87 801.097 497.774 792.581 497.774L15.4208 497.774C6.90468 497.774 0.000976563 490.87 0.000976563 482.354L0.000976563 15.6464Z" fill="url(#paint0_radial_835_11)" fill-opacity="0.15"/>
|
||||
<path d="M0.000976563 15.6464C0.000976563 7.13029 6.90468 0.226562 15.4208 0.226562L792.581 0.226562C801.097 0.226562 808.001 7.13026 808.001 15.6464L808.001 482.354C808.001 490.87 801.097 497.774 792.581 497.774L15.4208 497.774C6.90468 497.774 0.000976563 490.87 0.000976563 482.354L0.000976563 15.6464Z" fill="url(#paint1_linear_835_11)" fill-opacity="0.4"/>
|
||||
</g>
|
||||
<path d="M15.4208 0.726562L792.581 0.726562C800.821 0.726562 807.501 7.40641 807.501 15.6464L807.501 482.354C807.501 490.594 800.821 497.274 792.581 497.274L15.4208 497.274C7.18083 497.274 0.500977 490.594 0.500977 482.354L0.500977 15.6464C0.500977 7.40643 7.18082 0.726562 15.4208 0.726562Z" stroke="url(#paint2_linear_835_11)" stroke-opacity="0.17"/>
|
||||
<path d="M15.4208 0.726562L792.581 0.726562C800.821 0.726562 807.501 7.40641 807.501 15.6464L807.501 482.354C807.501 490.594 800.821 497.274 792.581 497.274L15.4208 497.274C7.18083 497.274 0.500977 490.594 0.500977 482.354L0.500977 15.6464C0.500977 7.40643 7.18082 0.726562 15.4208 0.726562Z" stroke="url(#paint3_linear_835_11)" stroke-opacity="0.3"/>
|
||||
<defs>
|
||||
<filter id="filter0_i_835_11" x="0.000976562" y="0.226562" width="810.056" height="499.603" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="2.05598" dy="2.05598"/>
|
||||
<feGaussianBlur stdDeviation="2.56997"/>
|
||||
<feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.15 0"/>
|
||||
<feBlend mode="normal" in2="shape" result="effect1_innerShadow_835_11"/>
|
||||
</filter>
|
||||
<radialGradient id="paint0_radial_835_11" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(0.000976563 0.226562) rotate(36.2539) scale(359.057 428.622)">
|
||||
<stop stop-color="#5E5E5E"/>
|
||||
<stop offset="1" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="paint1_linear_835_11" x1="0.000976562" y1="0.226562" x2="299.146" y2="312.221" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0"/>
|
||||
<stop offset="0.817708" stop-color="white" stop-opacity="0.21"/>
|
||||
<stop offset="0.817808" stop-color="white" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear_835_11" x1="0.000976563" y1="0.226563" x2="687.577" y2="629.38" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0.5"/>
|
||||
<stop offset="0.541667" stop-color="#D6D6D6" stop-opacity="0"/>
|
||||
<stop offset="1" stop-color="#AAAAAA" stop-opacity="0.74"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear_835_11" x1="0.000976563" y1="0.226563" x2="819.865" y2="477.389" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#9C9C9C"/>
|
||||
<stop offset="1" stop-color="#797979" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1,9 +0,0 @@
|
|||
<svg width="66" height="99" viewBox="0 0 66 99" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M14.4371 41.2502H26.8122C27.9522 41.2502 28.8747 40.3276 28.8747 39.1876V26.8125C28.8747 25.6725 27.9522 24.7499 26.8122 24.7499H14.4371C13.297 24.7499 12.3745 25.6725 12.3745 26.8125V39.1876C12.3745 40.3278 13.297 41.2502 14.4371 41.2502Z" fill="white"/>
|
||||
<path d="M37.1245 39.1878C37.1245 40.3278 38.047 41.2503 39.1871 41.2503H51.5622C52.7022 41.2503 53.6247 40.3278 53.6247 39.1878V26.8127C53.6247 25.6726 52.7022 24.7501 51.5622 24.7501H39.1871C38.047 24.7501 37.1245 25.6726 37.1245 26.8127V39.1878Z" fill="white"/>
|
||||
<path d="M14.4371 66.0003H26.8122C27.9522 66.0003 28.8747 65.0778 28.8747 63.9377V51.5626C28.8747 50.4226 27.9522 49.5001 26.8122 49.5001H14.4371C13.297 49.5001 12.3745 50.4226 12.3745 51.5626V63.9377C12.3745 65.078 13.297 66.0003 14.4371 66.0003Z" fill="white"/>
|
||||
<path d="M51.5622 49.5003H39.1871C38.047 49.5003 37.1245 50.4228 37.1245 51.5629V63.938C37.1245 65.078 38.047 66.0005 39.1871 66.0005H51.5622C52.7022 66.0005 53.6247 65.078 53.6247 63.938V51.5629C53.6247 50.4228 52.7022 49.5003 51.5622 49.5003Z" fill="white"/>
|
||||
<path d="M30.9376 16.5H35.0625C36.2026 16.5 37.1251 15.5775 37.1251 14.4375C37.1251 13.2974 36.2026 12.3749 35.0625 12.3749H30.9376C29.7975 12.3749 28.875 13.2974 28.875 14.4375C28.8752 15.5777 29.7977 16.5 30.9376 16.5Z" fill="white"/>
|
||||
<path d="M57.7499 0H8.24962C3.69966 0 -0.000488281 3.69995 -0.000488281 8.25011V90.7507C-0.000488281 95.3006 3.69966 99.0006 8.24962 99.0006H57.7499C62.2999 99.0006 66 95.3006 66 90.7505V8.25011C66 3.69995 62.2999 0 57.7499 0ZM39.1873 90.7505H26.8122C25.6722 90.7505 24.7497 89.8279 24.7497 88.6879C24.7497 87.5478 25.6722 86.6255 26.8122 86.6255H39.1873C40.3274 86.6255 41.2499 87.548 41.2499 88.6881C41.2499 89.8281 40.3274 90.7505 39.1873 90.7505ZM57.7499 78.3754H8.24962V8.25011H57.7499V78.3754Z" fill="white"/>
|
||||
<path d="M51.5626 16.5002C52.7017 16.5002 53.6252 15.5768 53.6252 14.4376C53.6252 13.2985 52.7017 12.3751 51.5626 12.3751C50.4234 12.3751 49.5 13.2985 49.5 14.4376C49.5 15.5768 50.4234 16.5002 51.5626 16.5002Z" fill="white"/>
|
||||
</svg>
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
<svg width="89" height="89" viewBox="0 0 89 89" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M86.3926 0H2.60742C1.16743 0 0 1.16743 0 2.60742V15.8184H89V2.60742C89 1.16743 87.8326 0 86.3926 0ZM60.1445 10.5166C58.7045 10.5166 57.5371 9.34917 57.5371 7.90918C57.5371 6.46919 58.7045 5.30176 60.1445 5.30176C61.5845 5.30176 62.752 6.46919 62.752 7.90918C62.752 9.34917 61.5845 10.5166 60.1445 10.5166ZM70.5742 10.5166C69.1342 10.5166 67.9668 9.34917 67.9668 7.90918C67.9668 6.46919 69.1342 5.30176 70.5742 5.30176C72.0142 5.30176 73.1816 6.46919 73.1816 7.90918C73.1816 9.34917 72.0142 10.5166 70.5742 10.5166ZM81.0039 10.5166C79.5639 10.5166 78.3965 9.34917 78.3965 7.90918C78.3965 6.46919 79.5639 5.30176 81.0039 5.30176C82.4439 5.30176 83.6113 6.46919 83.6113 7.90918C83.6113 9.34917 82.4439 10.5166 81.0039 10.5166Z" fill="white"/>
|
||||
<path d="M26.335 49.266H49.3924V47.942C49.3924 45.5616 52.3379 44.4254 53.9352 46.1947L56.708 49.2659H63.0127C65.8404 49.2659 68.1406 46.9656 68.1406 44.1379C68.1406 41.3103 65.8404 39.01 63.0127 39.01H26.335C23.5073 39.01 21.207 41.3103 21.207 44.1379C21.207 46.9656 23.5073 49.266 26.335 49.266Z" fill="white"/>
|
||||
<path d="M54.6074 65.936L62.1222 63.0455L54.6074 54.7214V65.936Z" fill="white"/>
|
||||
<path d="M0 86.3926C0 87.8326 1.16743 89 2.60742 89H86.3926C87.8326 89 89 87.8326 89 86.3926V21.0332H0V86.3926ZM26.335 33.7953H63.0127C68.7158 33.7953 73.3555 38.435 73.3555 44.1381C73.3555 49.8412 68.7158 54.4809 63.0127 54.4809H61.4156L68.5368 62.369C69.7583 63.7221 69.2498 65.8913 67.5374 66.5499L62.6701 68.4221L64.3133 72.6944C64.8302 74.0384 64.1598 75.5471 62.8158 76.0641C61.4691 76.5821 59.962 75.908 59.4461 74.5665L57.8029 70.2942L52.9357 72.1661C51.2284 72.823 49.3922 71.5583 49.3922 69.7325V54.481H26.335C20.6318 54.481 15.9922 49.8414 15.9922 44.1383C15.9922 38.4351 20.6318 33.7953 26.335 33.7953Z" fill="white"/>
|
||||
</svg>
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
<svg width="95" height="89" viewBox="0 0 95 89" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M47.1602 88.9001C34.4391 88.9001 21.718 88.9001 8.96006 88.9001C4.3141 88.9001 0.848072 85.9502 0.110618 81.4149C0.0368727 80.8618 0.0368727 80.3087 0.0368727 79.7556C0.0368727 58.4801 0.0368727 37.1677 0 15.8921C0 15.0441 0.184363 14.8228 1.03244 14.8228C12.3892 14.8597 23.746 14.8597 35.0659 14.8228C35.6928 14.8228 36.1352 15.0441 36.5777 15.4865C38.9007 18.1045 41.2605 20.6856 43.5466 23.3404C44.3947 24.336 45.3534 24.7416 46.644 24.7047C62.1674 24.6678 77.6908 24.7047 93.2142 24.6678C94.0622 24.6678 94.2466 24.9259 94.2466 25.7371C94.2097 43.731 94.2466 61.7249 94.2097 79.7556C94.2097 85.2128 90.5225 88.9001 85.1022 88.9001C72.4917 88.9001 59.8075 88.9001 47.1602 88.9001ZM68.9151 54.7191C68.9888 42.8461 59.2544 32.9642 47.3445 32.8904C35.2503 32.7798 25.4053 42.5142 25.3315 54.6453C25.2578 66.5183 34.9184 76.4371 46.644 76.5477C59.07 76.6583 68.8413 67.1083 68.9151 54.7191Z" fill="white"/>
|
||||
<path d="M47.1234 0C59.8813 0 72.6393 0 85.3972 0C89.6376 0 92.993 2.58109 93.9885 6.56334C94.1729 7.26392 94.2467 8.00137 94.2467 8.73883C94.2467 12.3155 94.2098 15.8553 94.2467 19.4319C94.2467 20.0956 94.0992 20.3169 93.3986 20.3169C78.0964 20.28 62.7943 20.28 47.4921 20.3169C46.939 20.3169 46.6072 20.0956 46.2384 19.7269C43.8786 17.0352 41.445 14.3803 39.0851 11.6886C38.3108 10.8037 37.4627 10.435 36.2828 10.435C24.7048 10.4718 13.1636 10.435 1.5856 10.435C7.17398e-05 10.435 7.17398e-05 10.435 0.0369444 8.81257C0.0369444 4.35098 2.98676 0.884944 7.37461 0.110618C8.03832 0 8.70203 0 9.36573 0C21.9762 0 34.5498 0 47.1234 0ZM76.2159 12.3155C76.2159 13.5323 77.2115 14.5647 78.4283 14.5647C79.6082 14.5647 80.6038 13.5691 80.6038 12.3892C80.6038 11.1724 79.6082 10.14 78.3914 10.1769C77.2115 10.1769 76.2159 11.1356 76.2159 12.3155ZM55.641 10.1769C54.4242 10.1769 53.4286 11.2093 53.4286 12.4261C53.4655 13.606 54.4242 14.5647 55.6041 14.6016C56.8209 14.6385 57.8164 13.6429 57.8164 12.3892C57.8533 11.1356 56.8578 10.14 55.641 10.1769ZM67.0346 10.1769C65.8178 10.1769 64.8223 11.1724 64.8223 12.3892C64.8223 13.5691 65.8178 14.5647 66.9609 14.5647C68.1777 14.6016 69.2101 13.606 69.2101 12.3892C69.247 11.1724 68.2514 10.1769 67.0346 10.1769Z" fill="white"/>
|
||||
<path d="M47.0863 52.5436C44.7634 52.5436 42.4404 52.5436 40.0805 52.5436C39.6012 52.5436 39.3431 52.4698 39.3799 51.8798C39.8224 47.9345 40.6336 44.0997 43.0303 40.818C45.6114 37.2783 48.5981 37.2783 51.2161 40.818C53.2809 43.6572 54.2028 46.9758 54.6452 50.4049C54.9402 52.4698 54.9033 52.5067 52.7647 52.5067C50.8842 52.5436 49.0037 52.5436 47.0863 52.5436Z" fill="white"/>
|
||||
<path d="M47.2337 56.9683C49.5198 56.9683 51.8428 56.9683 54.1289 56.9683C54.5345 56.9683 54.9401 56.8946 54.8663 57.5583C54.4607 61.3193 53.6495 64.9328 51.5478 68.1776C50.9209 69.1363 50.1835 69.9844 49.1879 70.6112C47.8236 71.4962 46.4225 71.533 45.0582 70.6112C43.4358 69.505 42.4034 67.9195 41.5922 66.1865C40.3385 63.5317 39.7485 60.6925 39.4167 57.7795C39.3429 57.1527 39.5273 57.0052 40.1541 57.0052C42.514 56.9683 44.8738 56.9683 47.2337 56.9683Z" fill="white"/>
|
||||
<path d="M56.0098 39.8962C58.259 41.0762 60.0289 42.8092 61.4669 44.8372C62.8681 46.8652 63.753 49.0775 64.2693 51.4743C64.4167 52.2117 64.3799 52.6173 63.4212 52.5436C62.2781 52.4698 61.0982 52.5067 59.9183 52.5436C59.5127 52.5436 59.2914 52.4698 59.2546 51.9905C59.1071 49.8887 58.7752 47.787 58.2221 45.7221C57.7059 43.731 56.8947 41.8136 56.0098 39.8962Z" fill="white"/>
|
||||
<path d="M38.3846 39.7856C37.3153 41.8874 36.4672 44.0629 35.9141 46.349C35.4717 48.1189 35.1767 49.8888 35.0661 51.6955C35.0292 52.3961 34.7711 52.5805 34.1442 52.5436C32.9643 52.5067 31.7475 52.5067 30.5676 52.5436C30.1251 52.5436 29.9408 52.433 30.0514 51.9536C30.8995 46.6071 33.7386 42.588 38.3846 39.7856Z" fill="white"/>
|
||||
<path d="M55.9727 69.6525C57.3738 66.9239 58.3325 64.0479 58.8487 61.0612C59.0331 59.955 59.1806 58.812 59.2912 57.6689C59.3281 57.1527 59.4756 56.8946 60.0287 56.9314C61.2823 56.9683 62.536 56.9683 63.7897 56.9314C64.3059 56.9314 64.4165 57.0789 64.3059 57.5583C63.3472 62.868 60.5449 66.8502 55.9727 69.6525Z" fill="white"/>
|
||||
<path d="M38.4215 69.6156C34.1074 67.1452 31.4157 63.5316 30.2357 58.7751C29.7933 56.9683 29.8301 56.9683 31.6369 56.9683C32.485 56.9683 33.3699 57.0052 34.218 56.9683C34.8079 56.9314 34.9923 57.1158 35.0292 57.7426C35.3242 61.393 36.0985 64.9697 37.7209 68.2882C37.9421 68.6938 38.2002 69.1363 38.4215 69.6156Z" fill="white"/>
|
||||
</svg>
|
||||
|
|
@ -1,53 +0,0 @@
|
|||
---
|
||||
// Import the global.css file here so that it is included on
|
||||
// all pages through the use of the <BaseHead /> component.
|
||||
import "@/styles/reset.css";
|
||||
import "@/styles/global.css";
|
||||
import type { ImageMetadata } from "astro";
|
||||
import FallbackImage from "../assets/blog-placeholder-1.jpg";
|
||||
import { SITE_TITLE } from "../consts";
|
||||
import { Font } from "astro:assets";
|
||||
|
||||
interface Props {
|
||||
title: string;
|
||||
description: string;
|
||||
image?: ImageMetadata;
|
||||
}
|
||||
|
||||
const canonicalURL = new URL(Astro.url.pathname, Astro.site);
|
||||
|
||||
const { title, description, image = FallbackImage } = Astro.props;
|
||||
---
|
||||
|
||||
<!-- Global Metadata -->
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<link rel="sitemap" href="/sitemap-index.xml" />
|
||||
<link
|
||||
rel="alternate"
|
||||
type="application/rss+xml"
|
||||
title={SITE_TITLE}
|
||||
href={new URL("rss.xml", Astro.site)}
|
||||
/>
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
|
||||
<Font cssVariable="--font-atkinson" preload />
|
||||
|
||||
<!-- Canonical URL -->
|
||||
<link rel="canonical" href={canonicalURL} />
|
||||
|
||||
<!-- Primary Meta Tags -->
|
||||
<title>{title}</title>
|
||||
<meta name="description" content={description} />
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content={Astro.url} />
|
||||
<meta property="og:title" content={title} />
|
||||
<meta property="og:description" content={description} />
|
||||
<meta property="og:image" content={new URL(image.src, Astro.url)} />
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
|
|
@ -1,103 +0,0 @@
|
|||
---
|
||||
import Image from "astro/components/Image.astro";
|
||||
import FormInput from "../FormInput/FormInput.astro";
|
||||
import Dog from "@images/main/contact-form/Mask.svg";
|
||||
import BluePlanet from "@images/main/contact-form/Planet Blue.svg";
|
||||
import YellowPlanet from "@images/main/contact-form/Planet Yellow.svg";
|
||||
import { getLangFromUrl, useTranslations } from "@/i18n/utils";
|
||||
import "./contact-form.style.css";
|
||||
|
||||
const lang = getLangFromUrl(Astro.url);
|
||||
const t = useTranslations(lang);
|
||||
---
|
||||
|
||||
<div class="container contact-form">
|
||||
<h2>{t("contacts.title")}</h2>
|
||||
|
||||
<div class="image">
|
||||
<Image src={Dog} alt="cute dog in space" />
|
||||
<Image src={BluePlanet} alt="blue planet" class="planet blue" />
|
||||
<Image
|
||||
src={YellowPlanet}
|
||||
alt="yellow planet"
|
||||
class="planet yellow orbit-element"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<form class="container">
|
||||
<div id="success-message" class="success" style="display: none;"></div>
|
||||
<div id="error-message" class="error" style="display: none;"></div>
|
||||
|
||||
<FormInput
|
||||
type="text"
|
||||
name="name"
|
||||
label={String(t("contacts.name"))}
|
||||
required
|
||||
/>
|
||||
<FormInput
|
||||
type="email"
|
||||
name="email"
|
||||
label={String(t("contacts.email"))}
|
||||
required
|
||||
/>
|
||||
<FormInput
|
||||
type="tel"
|
||||
name="phone"
|
||||
label={String(t("contacts.phone"))}
|
||||
required
|
||||
/>
|
||||
|
||||
<cap-widget
|
||||
data-cap-api-endpoint="https://cap.midcreative.eu/8e5272fb9c08/api/"
|
||||
></cap-widget>
|
||||
|
||||
<div
|
||||
id="captcha-error"
|
||||
class="error"
|
||||
style="display: none; margin-top: 10px;"
|
||||
>
|
||||
{t("contacts.captchaError") || "Please complete the captcha"}
|
||||
</div>
|
||||
|
||||
<button type="submit">{t("contacts.send")}</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
// const { animate, inView } = await import("motion");
|
||||
const form = document.querySelector(".contact-form form");
|
||||
form?.addEventListener("submit", (e) => {
|
||||
e.preventDefault();
|
||||
console.log("Form submitted - add your logic here");
|
||||
});
|
||||
|
||||
// inView("#contact-us", (el) => {
|
||||
// const orbitImage = el.querySelector(".planet.yellow");
|
||||
|
||||
// animate(
|
||||
// orbitImage,
|
||||
// {
|
||||
// left: ["-124px", "400px", "-200px", "-124px"],
|
||||
// top: ["150px", "100px", "180px", "150px"],
|
||||
// },
|
||||
// {
|
||||
// type: "tween",
|
||||
// duration: 6,
|
||||
// repeat: Infinity,
|
||||
// easing: "easeIn",
|
||||
// onUpdate: () => {
|
||||
// // Read current computed 'left' position
|
||||
// const currentLeft = parseFloat(
|
||||
// window.getComputedStyle(orbitImage).left,
|
||||
// );
|
||||
// // Bring to front when far right, move behind when coming back
|
||||
// if (currentLeft > 380) {
|
||||
// orbitImage.style.zIndex = "3";
|
||||
// } else if (currentLeft < -180) {
|
||||
// orbitImage.style.zIndex = "-1";
|
||||
// }
|
||||
// },
|
||||
// },
|
||||
// );
|
||||
// });
|
||||
</script>
|
||||
|
|
@ -1,217 +0,0 @@
|
|||
/* contact-form.style.css */
|
||||
|
||||
section.content .contact-form h2 {
|
||||
margin-bottom: 0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.contact-form h2 {
|
||||
grid-column: 1/6;
|
||||
grid-row: 1/2;
|
||||
}
|
||||
|
||||
.contact-form .success {
|
||||
margin-bottom: 16px;
|
||||
color: rgba(116, 199, 103, 1);
|
||||
}
|
||||
|
||||
.contact-form .error {
|
||||
margin-bottom: 16px;
|
||||
color: rgba(246, 81, 81, 1);
|
||||
}
|
||||
|
||||
.contact-form .error a {
|
||||
color: rgba(246, 81, 81, 1);
|
||||
}
|
||||
|
||||
.contact-form form {
|
||||
grid-column: 1/5;
|
||||
grid-row: 2/3;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.contact-form form.container {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.contact-form form .btn {
|
||||
grid-column: 1/10;
|
||||
}
|
||||
|
||||
.contact-form .image {
|
||||
grid-column: 6/13;
|
||||
grid-row: 1/3;
|
||||
margin-left: auto;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.contact-form .image img:first-child {
|
||||
background:
|
||||
linear-gradient(0deg, rgba(27, 27, 27, 0.2), rgba(27, 27, 27, 0.2)),
|
||||
rgba(255, 255, 255, 0.01);
|
||||
box-shadow: inset 0px 2px 5px rgb(255 255 255 / 15%);
|
||||
backdrop-filter: blur(8px);
|
||||
border-radius: 33px;
|
||||
}
|
||||
|
||||
.contact-form .image .planet {
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.contact-form .image .planet.blue {
|
||||
right: -133px;
|
||||
}
|
||||
|
||||
.contact-form .image .planet.yellow {
|
||||
left: -124px;
|
||||
top: 150px;
|
||||
}
|
||||
|
||||
@keyframes circularOrbitYellow {
|
||||
0% {
|
||||
left: -124px;
|
||||
top: 150px;
|
||||
z-index: -1;
|
||||
scale: 0.8;
|
||||
}
|
||||
50% {
|
||||
left: 400px;
|
||||
top: 80px;
|
||||
z-index: -1; /* Flips to front at peak right */
|
||||
scale: 1;
|
||||
}
|
||||
51% {
|
||||
left: 390px;
|
||||
top: 70px;
|
||||
z-index: 3; /* Flips to front at peak right */
|
||||
}
|
||||
80% {
|
||||
scale: 1.2;
|
||||
}
|
||||
90% {
|
||||
left: -200px;
|
||||
top: 100px;
|
||||
z-index: 3; /* Flips back behind at peak left */
|
||||
scale: 1;
|
||||
}
|
||||
91% {
|
||||
left: -190px;
|
||||
top: 101px;
|
||||
z-index: -1; /* Flips back behind at peak left */
|
||||
scale: 1;
|
||||
}
|
||||
100% {
|
||||
left: -124px;
|
||||
top: 150px;
|
||||
z-index: -1;
|
||||
scale: 0.8;
|
||||
}
|
||||
}
|
||||
|
||||
.yellow.orbit-element {
|
||||
position: absolute;
|
||||
animation: circularOrbitYellow 8s linear infinite;
|
||||
}
|
||||
@keyframes circularOrbitBlue {
|
||||
0% {
|
||||
right: -133px;
|
||||
top: 150px;
|
||||
z-index: 3;
|
||||
scale: 1;
|
||||
}
|
||||
50% {
|
||||
right: 400px;
|
||||
top: 80px;
|
||||
z-index: 3; /* Flips to front at peak right */
|
||||
scale: 1.3;
|
||||
}
|
||||
51% {
|
||||
right: 390px;
|
||||
top: 70px;
|
||||
z-index: -1; /* Flips to front at peak right */
|
||||
scale: 1.3;
|
||||
}
|
||||
80% {
|
||||
scale: 1.2;
|
||||
top: 120px;
|
||||
scale: 1;
|
||||
}
|
||||
90% {
|
||||
right: -100px;
|
||||
top: 140px;
|
||||
z-index: -1; /* Flips back behind at peak left */
|
||||
scale: 0.9;
|
||||
}
|
||||
91% {
|
||||
right: -110px;
|
||||
top: 141px;
|
||||
z-index: 3; /* Flips back behind at peak left */
|
||||
scale: 0.9;
|
||||
}
|
||||
100% {
|
||||
right: -133px;
|
||||
top: 150px;
|
||||
z-index: 3;
|
||||
scale: 1;
|
||||
}
|
||||
}
|
||||
.blue {
|
||||
position: absolute;
|
||||
animation: circularOrbitBlue 8s linear infinite;
|
||||
}
|
||||
|
||||
/* Tablet breakpoint */
|
||||
@media (max-width: 1200px) {
|
||||
.contact-form form {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.contact-form h2,
|
||||
.contact-form form {
|
||||
grid-column: 1/7;
|
||||
}
|
||||
|
||||
.contact-form .image {
|
||||
grid-column: 8/13;
|
||||
}
|
||||
}
|
||||
|
||||
/* Mobile breakpoint */
|
||||
@media (max-width: 767px) {
|
||||
.contact-form h2,
|
||||
.contact-form .image,
|
||||
.contact-form form {
|
||||
grid-column: 1/7;
|
||||
}
|
||||
|
||||
.contact-form h2,
|
||||
.contact-form .image,
|
||||
.contact-form form .btn {
|
||||
grid-column: 2/6;
|
||||
}
|
||||
|
||||
.contact-form h2 {
|
||||
grid-row: 1/2;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.contact-form .image {
|
||||
grid-row: 2/3;
|
||||
width: 100%;
|
||||
margin-bottom: 16px;
|
||||
min-height: 300px;
|
||||
}
|
||||
|
||||
.contact-form .image img {
|
||||
margin: 0 auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.contact-form form {
|
||||
grid-row: 3/4;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -1,39 +0,0 @@
|
|||
---
|
||||
import { Image } from "astro:assets";
|
||||
import Phone from "@images/main/footer/phone.png";
|
||||
import Email from "@images/main/footer/email.png";
|
||||
import Telegram from "@images/main/footer/telegram.png";
|
||||
import Whatsapp from "@images/main/footer/whatsapp.png";
|
||||
import "./contacts.style.css";
|
||||
---
|
||||
|
||||
<div class="container contacts">
|
||||
<div>
|
||||
<a href="tel:+37125704038">
|
||||
<Image src={Phone} alt="phone" width={64} height={64} />
|
||||
</a>
|
||||
<a href="tel:+37125704038">+371 25704038</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="mailto:info@midcreative.eu">
|
||||
<Image src={Email} alt="email" width={64} height={64} />
|
||||
</a>
|
||||
<a href="mailto:info@midcreative.eu">info@midcreative.eu</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://telegram.me/shiseri" target="_blank" rel="noreferrer">
|
||||
<Image src={Telegram} alt="telegram" width={64} height={64} />
|
||||
</a>
|
||||
<a href="https://telegram.me/shiseri" target="_blank" rel="noreferrer">
|
||||
Telegram
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://wa.me/37125704038" target="_blank" rel="noreferrer">
|
||||
<Image src={Whatsapp} alt="whatsapp" width={64} height={64} />
|
||||
</a>
|
||||
<a href="https://wa.me/37125704038" target="_blank" rel="noreferrer">
|
||||
WhatsApp
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -1,31 +0,0 @@
|
|||
#contact-us {
|
||||
scroll-margin-block-start: 120px;
|
||||
}
|
||||
|
||||
.contacts {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
padding-bottom: 100px;
|
||||
border-bottom: 1px solid #665469;
|
||||
|
||||
div {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
width: 150px;
|
||||
|
||||
a {
|
||||
margin-bottom: 16px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
flex-wrap: wrap;
|
||||
|
||||
div {
|
||||
width: 45%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,52 +0,0 @@
|
|||
---
|
||||
import { Image } from "astro:assets";
|
||||
|
||||
// src/components/Footer/Footer.astro
|
||||
import Contacts from "@components/Contacts/Contacts.astro";
|
||||
import TopLine from "@images/main/footer/top-line.png";
|
||||
import Logo from "@images/main/footer/logo.svg";
|
||||
import {
|
||||
getLangFromUrl,
|
||||
useTranslatedPath,
|
||||
useTranslations,
|
||||
} from "@/i18n/utils";
|
||||
import "./footer.style.css";
|
||||
|
||||
const lang = getLangFromUrl(Astro.url);
|
||||
const t = useTranslations(lang);
|
||||
const translatePath = useTranslatedPath(lang);
|
||||
---
|
||||
|
||||
<footer>
|
||||
<Image class="line" src={TopLine} alt="" />
|
||||
<Contacts />
|
||||
|
||||
<div class="container info">
|
||||
<div>
|
||||
<h6>{t("footer.company")}</h6>
|
||||
<p class="gray">SIA MID Creative</p>
|
||||
<h6>{t("footer.registration_nr")}</h6>
|
||||
<p class="gray">40203288612</p>
|
||||
<h6>{t("footer.address")}</h6>
|
||||
<p class="gray">Rīga, Gaiļezera iela 11 - 5, LV-1079</p>
|
||||
</div>
|
||||
<nav>
|
||||
<h6>{t("footer.navigation")}</h6>
|
||||
<a href={translatePath("/#top")} class="gray mobile">{t("menu.home")}</a>
|
||||
<a href={translatePath("/#services")} class="gray">{t("menu.services")}</a
|
||||
>
|
||||
<a href={translatePath("/#about-us")} class="gray">{t("menu.about_us")}</a
|
||||
>
|
||||
<a href={translatePath("/#projects")} class="gray"
|
||||
>{t("menu.portfolio")}</a
|
||||
>
|
||||
<a href="/blog" class="gray">{t("menu.blog")}</a>
|
||||
<a href={translatePath("/#contact-us")} class="gray"
|
||||
>{t("menu.contact_us")}</a
|
||||
>
|
||||
</nav>
|
||||
<div>
|
||||
<Image src={Logo} alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
@ -1,79 +0,0 @@
|
|||
footer {
|
||||
background: radial-gradient(
|
||||
62.99% 90.27% at 50% 0%,
|
||||
rgba(225, 104, 154, 0.32) 0%,
|
||||
rgba(141, 162, 243, 0) 65.06%
|
||||
);
|
||||
margin-top: 192px;
|
||||
|
||||
.line {
|
||||
margin: 0 auto;
|
||||
height: 100px;
|
||||
transform: translateY(-50px);
|
||||
}
|
||||
|
||||
.info {
|
||||
margin-top: 68px;
|
||||
padding-bottom: 237px;
|
||||
|
||||
div {
|
||||
grid-row: 1/2;
|
||||
|
||||
&:first-child {
|
||||
grid-column: 5/9;
|
||||
|
||||
h6 {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
grid-column: 1/5;
|
||||
}
|
||||
}
|
||||
|
||||
nav {
|
||||
grid-column: 9/13;
|
||||
|
||||
h6 {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
a {
|
||||
margin-bottom: 16px;
|
||||
display: block;
|
||||
width: fit-content;
|
||||
|
||||
@media (max-width: 767px) {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
&.mobile {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
padding-bottom: 110px;
|
||||
justify-items: center;
|
||||
|
||||
div:first-child,
|
||||
div:last-child,
|
||||
nav {
|
||||
grid-column: 1/7;
|
||||
grid-row: unset;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
nav a.mobile {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
---
|
||||
import "./form-input.style.css";
|
||||
import type { HTMLAttributes } from "astro/types";
|
||||
|
||||
interface Props extends HTMLAttributes<"input"> {
|
||||
label: string;
|
||||
}
|
||||
|
||||
const {
|
||||
label,
|
||||
id = `input-${crypto.randomUUID()}`,
|
||||
placeholder = " ",
|
||||
...otherProps
|
||||
} = Astro.props;
|
||||
---
|
||||
|
||||
<div class="form-input-group">
|
||||
<input id={id} placeholder={placeholder} {...otherProps} />
|
||||
<label for={id} class="form-input-label">{label}</label>
|
||||
</div>
|
||||
|
|
@ -1,55 +0,0 @@
|
|||
/* form-input.style.css */
|
||||
|
||||
.form-input-group {
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column-reverse;
|
||||
|
||||
input {
|
||||
grid-column: 1/4;
|
||||
background: none;
|
||||
border: none;
|
||||
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
|
||||
width: 100%;
|
||||
height: 36px;
|
||||
margin-bottom: 39px;
|
||||
color: var(--color-text-primary);
|
||||
font: inherit;
|
||||
padding: 0;
|
||||
|
||||
&:focus-visible {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
&:placeholder-shown ~ .form-input-label {
|
||||
top: 6px;
|
||||
opacity: 0.5;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
&:focus ~ .form-input-label,
|
||||
&:not(:placeholder-shown) ~ .form-input-label {
|
||||
top: -20px;
|
||||
opacity: 1;
|
||||
font-size: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.form-input-label {
|
||||
position: absolute;
|
||||
color: var(--color-text-primary);
|
||||
text-transform: uppercase;
|
||||
transition: 300ms ease all;
|
||||
pointer-events: none;
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
|
||||
input {
|
||||
&:autofill,
|
||||
&:-webkit-autofill:hover,
|
||||
&:-webkit-autofill:focus {
|
||||
-webkit-text-fill-color: var(--color-text-primary);
|
||||
-webkit-box-shadow: 0 0 0px 1000px #111 inset;
|
||||
}
|
||||
}
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
---
|
||||
interface Props {
|
||||
date: Date;
|
||||
}
|
||||
|
||||
const { date } = Astro.props;
|
||||
---
|
||||
|
||||
<time datetime={date.toISOString()}>
|
||||
{
|
||||
date.toLocaleDateString("en-us", {
|
||||
year: "numeric",
|
||||
month: "short",
|
||||
day: "numeric",
|
||||
})
|
||||
}
|
||||
</time>
|
||||
|
|
@ -1,130 +0,0 @@
|
|||
---
|
||||
import "./header.style.css";
|
||||
import { Image } from "astro:assets";
|
||||
import Logo from "@images/main/header/logo.svg";
|
||||
import Logo2 from "@images/main/footer/logo.svg";
|
||||
import Phone from "@images/main/footer/phone.png";
|
||||
import Email from "@images/main/footer/email.png";
|
||||
import { languages, type SupportedLang } from "@/i18n/ui";
|
||||
import {
|
||||
getLangFromUrl,
|
||||
useTranslatedPath,
|
||||
useTranslations,
|
||||
} from "@/i18n/utils";
|
||||
|
||||
const lang = getLangFromUrl(Astro.url);
|
||||
const t = useTranslations(lang);
|
||||
const translatePath = useTranslatedPath(lang);
|
||||
---
|
||||
|
||||
<header>
|
||||
<div class="cont">
|
||||
<div class="logo">
|
||||
<Image src={Logo} alt="MID" />
|
||||
</div>
|
||||
|
||||
<nav class="navigation">
|
||||
<a href={translatePath("/#services")}>{t("menu.services")}</a>
|
||||
<a href={translatePath("/#about-us")}>{t("menu.about_us")}</a>
|
||||
<a href={translatePath("/#projects")}>{t("menu.portfolio")}</a>
|
||||
<a href="/blog">{t("menu.blog")}</a>
|
||||
<a href={translatePath("/#contact-us")}>{t("menu.contact_us")}</a>
|
||||
</nav>
|
||||
|
||||
<nav class="lang-switcher" aria-label="Language switcher">
|
||||
{
|
||||
Object.entries(languages).map(([locale, label]) => {
|
||||
const targetLang = locale as SupportedLang;
|
||||
return (
|
||||
<a
|
||||
href={translatePath("/", targetLang)}
|
||||
class={targetLang === lang ? "active" : ""}
|
||||
>
|
||||
{label}
|
||||
</a>
|
||||
);
|
||||
})
|
||||
}
|
||||
</nav>
|
||||
|
||||
<button
|
||||
class="mobile-menu-btn"
|
||||
aria-label="Toggle menu"
|
||||
aria-expanded="false"
|
||||
>
|
||||
<span id="top-left"></span>
|
||||
<span id="top-right"></span>
|
||||
<span id="center-left"></span>
|
||||
<span id="center-right"></span>
|
||||
<span id="bottom-left"></span>
|
||||
<span id="bottom-right"></span>
|
||||
</button>
|
||||
|
||||
<div class="mobile-menu">
|
||||
<Image src={Logo2} alt="MID Creative Digital Agency" />
|
||||
|
||||
<nav class="navigation">
|
||||
<a href={translatePath("/#top")}>{t("menu.home")}</a>
|
||||
<a href={translatePath("/#services")}>{t("menu.services")}</a>
|
||||
<a href={translatePath("/#about-us")}>{t("menu.about_us")}</a>
|
||||
<a href={translatePath("/#projects")}>{t("menu.portfolio")}</a>
|
||||
<a href="/blog">{t("menu.blog")}</a>
|
||||
<a href={translatePath("/#contact-us")}>{t("menu.contact_us")}</a>
|
||||
</nav>
|
||||
|
||||
<nav class="lang-switcher" aria-label="Language switcher mobile">
|
||||
{
|
||||
Object.entries(languages).map(([locale, label]) => {
|
||||
const targetLang = locale as SupportedLang;
|
||||
return (
|
||||
<a
|
||||
href={translatePath("/", targetLang)}
|
||||
class={targetLang === lang ? "active" : ""}
|
||||
>
|
||||
{label}
|
||||
</a>
|
||||
);
|
||||
})
|
||||
}
|
||||
</nav>
|
||||
|
||||
<div class="header-contacts">
|
||||
<a href="tel:+37126620770">
|
||||
<Image src={Phone} alt="phone" />
|
||||
</a>
|
||||
<a href="tel:+37126620770">+371 2662 0770</a>
|
||||
</div>
|
||||
<div class="header-contacts">
|
||||
<a href="mailto:info@midcreative.eu">
|
||||
<Image src={Email} alt="email" />
|
||||
</a>
|
||||
<a href="mailto:info@midcreative.eu">info@midcreative.eu</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<script>
|
||||
const btn = document.querySelector(".mobile-menu-btn") as HTMLElement;
|
||||
const menu = document.querySelector(".mobile-menu") as HTMLElement;
|
||||
|
||||
btn.addEventListener("click", () => {
|
||||
const isOpen = menu.classList.toggle("open");
|
||||
btn.classList.toggle("open");
|
||||
btn.setAttribute("aria-expanded", String(isOpen));
|
||||
});
|
||||
|
||||
document.addEventListener("click", (e) => {
|
||||
if (!menu.contains(e.target as Node) && !btn.contains(e.target as Node)) {
|
||||
menu.classList.remove("open");
|
||||
btn.classList.remove("open");
|
||||
btn.setAttribute("aria-expanded", "false");
|
||||
}
|
||||
});
|
||||
|
||||
window.addEventListener("resize", () => {
|
||||
menu.classList.remove("open");
|
||||
btn.classList.remove("open");
|
||||
btn.setAttribute("aria-expanded", "false");
|
||||
});
|
||||
</script>
|
||||
|
|
@ -1,246 +0,0 @@
|
|||
/* header.style.css */
|
||||
|
||||
header {
|
||||
backdrop-filter: blur(5px);
|
||||
z-index: 1000;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
||||
.cont {
|
||||
padding: 44px 20px;
|
||||
max-width: 1224px;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr auto 1fr;
|
||||
margin: 0 auto;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
||||
.navigation {
|
||||
display: flex;
|
||||
column-gap: 55px;
|
||||
|
||||
a {
|
||||
text-transform: uppercase;
|
||||
|
||||
&:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.logo {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.lang-switcher {
|
||||
display: flex;
|
||||
column-gap: 10px;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
|
||||
a {
|
||||
opacity: 0.65;
|
||||
text-transform: uppercase;
|
||||
font-size: 14px;
|
||||
|
||||
&.active {
|
||||
opacity: 1;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.mobile-menu-btn {
|
||||
position: fixed;
|
||||
right: 20px;
|
||||
z-index: 3;
|
||||
width: 23px;
|
||||
height: 23px;
|
||||
display: none;
|
||||
cursor: pointer;
|
||||
background: none;
|
||||
border: none;
|
||||
padding: 0;
|
||||
|
||||
span {
|
||||
background-color: #fff;
|
||||
height: 5px;
|
||||
position: absolute;
|
||||
transition: all ease-in-out 0.4s;
|
||||
}
|
||||
|
||||
#top-left {
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
#top-right {
|
||||
width: 15px;
|
||||
}
|
||||
|
||||
#center-left {
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
#center-right {
|
||||
width: 9px;
|
||||
}
|
||||
|
||||
#bottom-left {
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
#bottom-right {
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
#top-left,
|
||||
#top-right {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
#top-left {
|
||||
right: 18px;
|
||||
}
|
||||
|
||||
#center-left,
|
||||
#center-right {
|
||||
top: 9px;
|
||||
}
|
||||
|
||||
#bottom-left,
|
||||
#bottom-right {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
#top-right,
|
||||
#center-right,
|
||||
#bottom-right,
|
||||
#bottom-left {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#center-left {
|
||||
left: 6px;
|
||||
}
|
||||
|
||||
&.open {
|
||||
#top-right,
|
||||
#center-right {
|
||||
width: 5px;
|
||||
}
|
||||
|
||||
#center-right,
|
||||
#center-left {
|
||||
right: 9px;
|
||||
left: unset;
|
||||
}
|
||||
|
||||
#bottom-left {
|
||||
right: 18px;
|
||||
}
|
||||
|
||||
#center-left {
|
||||
left: 9px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.mobile-menu {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 96px 0;
|
||||
background:
|
||||
radial-gradient(
|
||||
59.78% 25.3% at 50% 50%,
|
||||
rgba(225, 104, 154, 0.15) 0%,
|
||||
rgba(141, 162, 243, 0.063) 49.1%,
|
||||
rgba(23, 23, 23, 0) 100%
|
||||
),
|
||||
rgba(13, 13, 13, 0.95);
|
||||
box-shadow: inset 2px 2px 5px rgba(255, 255, 255, 0.15);
|
||||
backdrop-filter: blur(15px);
|
||||
z-index: 2;
|
||||
position: fixed;
|
||||
height: 100vh;
|
||||
width: 295px;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
transform: translateX(100%);
|
||||
transition: transform ease 0.4s;
|
||||
|
||||
&.open {
|
||||
transform: translateX(0);
|
||||
}
|
||||
|
||||
.navigation {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
a {
|
||||
margin-left: 0;
|
||||
margin-bottom: 28px;
|
||||
}
|
||||
}
|
||||
|
||||
.header-contacts {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
img {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
a:first-child {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
.lang-switcher {
|
||||
display: flex;
|
||||
column-gap: 16px;
|
||||
|
||||
a {
|
||||
text-transform: uppercase;
|
||||
opacity: 0.65;
|
||||
|
||||
&.active {
|
||||
opacity: 1;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.logo {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
nav {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
---
|
||||
import type { HTMLAttributes } from "astro/types";
|
||||
|
||||
type Props = HTMLAttributes<"a">;
|
||||
|
||||
const { href, class: className, ...props } = Astro.props;
|
||||
const pathname = Astro.url.pathname.replace(import.meta.env.BASE_URL, "");
|
||||
const subpath = pathname.match(/[^\/]+/g);
|
||||
const isActive = href === pathname || href === "/" + (subpath?.[0] || "");
|
||||
---
|
||||
|
||||
<a href={href} class:list={[className, { active: isActive }]} {...props}>
|
||||
<slot />
|
||||
</a>
|
||||
<style>
|
||||
a {
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
}
|
||||
a.active {
|
||||
font-weight: bolder;
|
||||
text-decoration: underline;
|
||||
}
|
||||
</style>
|
||||
|
|
@ -1,280 +0,0 @@
|
|||
---
|
||||
import BaseHead from "@components/BaseHead.astro";
|
||||
import Footer from "@/components/Footer/Footer.astro";
|
||||
import Header from "@components/Header/Header.astro";
|
||||
import { SITE_DESCRIPTION, SITE_TITLE } from "@consts";
|
||||
import ContactForm from "@/components/ContactForm/ContactForm.astro";
|
||||
import { Image } from "astro:assets";
|
||||
import type { ImageMetadata } from "astro";
|
||||
import Circle from "@images/main/services/circle.png";
|
||||
import Rocket from "@images/main/about-us/rocket.png";
|
||||
import IntroSpaceship from "@images/main/intro/spaceship.svg";
|
||||
import { useTranslations } from "@/i18n/utils";
|
||||
import type { SupportedLang } from "@/i18n/ui";
|
||||
|
||||
import "../styles/index.css";
|
||||
|
||||
interface Props {
|
||||
lang: SupportedLang;
|
||||
}
|
||||
|
||||
const { lang } = Astro.props;
|
||||
const t = useTranslations(lang);
|
||||
|
||||
const cards =
|
||||
(t("services.cards") as Array<{
|
||||
image: string;
|
||||
title: string;
|
||||
text: string;
|
||||
}>) || [];
|
||||
const projects =
|
||||
(t("projects") as Array<{
|
||||
title: string;
|
||||
image: string;
|
||||
info: string[];
|
||||
text: string;
|
||||
}>) || [];
|
||||
|
||||
const images = import.meta.glob<{ default: ImageMetadata }>(
|
||||
"../assets/images/main/services/*.svg",
|
||||
{ eager: true },
|
||||
);
|
||||
|
||||
const projectImages = import.meta.glob<{ default: ImageMetadata }>(
|
||||
"../assets/images/main/projects/*.{png,jpg,jpeg,webp,svg}",
|
||||
{ eager: true },
|
||||
);
|
||||
|
||||
const getImage = (imageName: string) => {
|
||||
const path = `../assets/images/main/services/${imageName}`;
|
||||
return images[path]?.default;
|
||||
};
|
||||
|
||||
const getProjectImage = (imageName: string) => {
|
||||
const path = `../assets/images/main/projects/${imageName}`;
|
||||
return projectImages[path]?.default;
|
||||
};
|
||||
---
|
||||
|
||||
<!doctype html>
|
||||
<html lang={lang}>
|
||||
<head>
|
||||
<BaseHead title={SITE_TITLE} description={SITE_DESCRIPTION} />
|
||||
</head>
|
||||
<body>
|
||||
<div class="main-page" id="top">
|
||||
<div class="intro-bg">
|
||||
<Header />
|
||||
<section class="container intro" id="home">
|
||||
<div class="image" id="heroImg"></div>
|
||||
<div class="title">
|
||||
<h1>
|
||||
{t("intro.creating")}{` `}
|
||||
<span>{t("intro.websites")}</span>
|
||||
</h1>
|
||||
<div>
|
||||
<p>{t("intro.apps")}</p>
|
||||
<p>{t("intro.shops")}</p>
|
||||
<p>{t("intro.platforms")}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="rocket">
|
||||
<Image src={IntroSpaceship} alt="" />
|
||||
<p>{t("intro.explore")}</p>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<section class="content container" id="services">
|
||||
<h2>{t("services.title")}</h2>
|
||||
<div class="container services">
|
||||
<Image src={Circle} alt="circle" class="circle" />
|
||||
{
|
||||
cards.map((card) => {
|
||||
const imgSrc = getImage(card.image);
|
||||
return (
|
||||
imgSrc && (
|
||||
<div class="card">
|
||||
<Image src={imgSrc} alt="icon" />
|
||||
<h3>{card.title}</h3>
|
||||
<p>{card.text}</p>
|
||||
</div>
|
||||
)
|
||||
);
|
||||
})
|
||||
}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="content container" id="about-us">
|
||||
<div class="about-us container">
|
||||
<div>
|
||||
<Image class="rocket-img" src={Rocket} alt="rocket" />
|
||||
</div>
|
||||
<div>
|
||||
<h2 class="header5">{t("about_us.sub_title")}</h2>
|
||||
<p class="text">{t("about_us.text")}</p>
|
||||
<div class="stats">
|
||||
<div>
|
||||
<h4>{t("about_us.amount_completed")}</h4>
|
||||
<p>{t("about_us.completed")}</p>
|
||||
</div>
|
||||
<div>
|
||||
<h4>{t("about_us.amount_webpages")}</h4>
|
||||
<p>{t("about_us.webpages")}</p>
|
||||
</div>
|
||||
<div>
|
||||
<h4>{t("about_us.amount_experience")}</h4>
|
||||
<p>{t("about_us.experience")}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="content container" id="projects">
|
||||
<h2>{t("menu.portfolio")}</h2>
|
||||
<div class="projects-grid">
|
||||
{
|
||||
projects.map((project) => {
|
||||
const projectImage = getProjectImage(project.image);
|
||||
if (!projectImage) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return (
|
||||
<article class="project-card">
|
||||
<div class="project-card__media">
|
||||
<Image
|
||||
src={projectImage}
|
||||
alt={project.title}
|
||||
loading="lazy"
|
||||
/>
|
||||
</div>
|
||||
<div class="project-card__content">
|
||||
<h3>{project.title}</h3>
|
||||
<ul
|
||||
class="project-card__tags"
|
||||
aria-label={`${project.title} categories`}
|
||||
>
|
||||
{project.info.map((item) => (
|
||||
<li>{item}</li>
|
||||
))}
|
||||
</ul>
|
||||
<p>{project.text}</p>
|
||||
</div>
|
||||
</article>
|
||||
);
|
||||
})
|
||||
}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="content container" id="contact-us">
|
||||
<ContactForm />
|
||||
</section>
|
||||
|
||||
<Footer />
|
||||
</div>
|
||||
|
||||
<script>
|
||||
const { animate, inView, stagger } = await import("motion");
|
||||
// Selector
|
||||
inView("section", (element) => {
|
||||
animate(
|
||||
element,
|
||||
{ opacity: [0, 1], y: [30, 0] },
|
||||
{ duration: 1, easing: "easeIn" },
|
||||
);
|
||||
});
|
||||
|
||||
inView(".intro", (el) => {
|
||||
// Select all the targets inside the triggered section
|
||||
const introItems = el.querySelectorAll(".intro .title > *");
|
||||
const introImage = el.querySelector(".intro .image");
|
||||
animate(
|
||||
introItems,
|
||||
{ opacity: [0, 1], y: [30, 0] },
|
||||
{
|
||||
duration: 0.6,
|
||||
easing: "easeIn",
|
||||
delay: stagger(0.4),
|
||||
},
|
||||
);
|
||||
|
||||
animate(
|
||||
introImage,
|
||||
{
|
||||
opacity: [0, 1],
|
||||
y: [30, 0],
|
||||
x: [
|
||||
`var(--floating-intro-image-start-x)`,
|
||||
`var(--floating-intro-image-x)`,
|
||||
],
|
||||
},
|
||||
{
|
||||
duration: 1,
|
||||
easing: "easeIn",
|
||||
delay: 0.8,
|
||||
},
|
||||
);
|
||||
|
||||
animate(
|
||||
introImage,
|
||||
{ y: [0, 30] },
|
||||
{
|
||||
type: "tween",
|
||||
repeat: Infinity,
|
||||
duration: 3,
|
||||
repeatType: "reverse",
|
||||
easing: "easeInOut",
|
||||
},
|
||||
);
|
||||
});
|
||||
|
||||
inView("#services", (el) => {
|
||||
// Select all the targets inside the triggered section
|
||||
const cardElements = el.querySelectorAll(".card > *");
|
||||
const cardElementsContainer = el.querySelectorAll(".services .card");
|
||||
animate(
|
||||
cardElementsContainer,
|
||||
{ opacity: [0, 1], y: [50, 0] },
|
||||
{
|
||||
duration: 0.6,
|
||||
easing: "easeIn",
|
||||
// delay: 0.3,
|
||||
|
||||
delay: stagger(0.3),
|
||||
},
|
||||
);
|
||||
|
||||
animate(
|
||||
cardElements,
|
||||
{ opacity: [0, 1], y: [30, 0] },
|
||||
{
|
||||
duration: 0.5,
|
||||
easing: "easeIn",
|
||||
delay: stagger(0.3),
|
||||
},
|
||||
);
|
||||
});
|
||||
|
||||
inView("#projects", (el) => {
|
||||
// Select all the targets inside the triggered section
|
||||
const projectCards = el.querySelectorAll(".project-card");
|
||||
animate(
|
||||
projectCards,
|
||||
{ opacity: [0, 1], y: [50, 0] },
|
||||
{
|
||||
duration: 0.6,
|
||||
easing: "easeIn",
|
||||
// delay: 0.3,
|
||||
|
||||
delay: stagger(0.3),
|
||||
},
|
||||
);
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
// Place any global data in this file.
|
||||
// You can import this data from anywhere in your site by using the `import` keyword.
|
||||
|
||||
export const SITE_TITLE = "Astro Blog";
|
||||
export const SITE_DESCRIPTION = "Welcome to my website!";
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
import { defineCollection } from "astro:content";
|
||||
import { glob } from "astro/loaders";
|
||||
import { z } from "astro/zod";
|
||||
|
||||
const blog = defineCollection({
|
||||
// Load Markdown and MDX files in the `src/content/blog/` directory.
|
||||
loader: glob({ base: "./src/content/blog", pattern: "**/*.{md,mdx}" }),
|
||||
// Type-check frontmatter using a schema
|
||||
schema: ({ image }) =>
|
||||
z.object({
|
||||
title: z.string(),
|
||||
description: z.string(),
|
||||
// Transform string to Date object
|
||||
pubDate: z.coerce.date(),
|
||||
updatedDate: z.coerce.date().optional(),
|
||||
heroImage: z.optional(image()),
|
||||
}),
|
||||
});
|
||||
|
||||
export const collections = { blog };
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
title: "First post"
|
||||
description: "Lorem ipsum dolor sit amet"
|
||||
pubDate: "Jul 08 2022"
|
||||
heroImage: "../../assets/blog-placeholder-3.jpg"
|
||||
---
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Vitae ultricies leo integer malesuada nunc vel risus commodo viverra. Adipiscing enim eu turpis egestas pretium. Euismod elementum nisi quis eleifend quam adipiscing. In hac habitasse platea dictumst vestibulum. Sagittis purus sit amet volutpat. Netus et malesuada fames ac turpis egestas. Eget magna fermentum iaculis eu non diam phasellus vestibulum lorem. Varius sit amet mattis vulputate enim. Habitasse platea dictumst quisque sagittis. Integer quis auctor elit sed vulputate mi. Dictumst quisque sagittis purus sit amet.
|
||||
|
||||
Morbi tristique senectus et netus. Id semper risus in hendrerit gravida rutrum quisque non tellus. Habitasse platea dictumst quisque sagittis purus sit amet. Tellus molestie nunc non blandit massa. Cursus vitae congue mauris rhoncus. Accumsan tortor posuere ac ut. Fringilla urna porttitor rhoncus dolor. Elit ullamcorper dignissim cras tincidunt lobortis. In cursus turpis massa tincidunt dui ut ornare lectus. Integer feugiat scelerisque varius morbi enim nunc. Bibendum neque egestas congue quisque egestas diam. Cras ornare arcu dui vivamus arcu felis bibendum. Dignissim suspendisse in est ante in nibh mauris. Sed tempus urna et pharetra pharetra massa massa ultricies mi.
|
||||
|
||||
Mollis nunc sed id semper risus in. Convallis a cras semper auctor neque. Diam sit amet nisl suscipit. Lacus viverra vitae congue eu consequat ac felis donec. Egestas integer eget aliquet nibh praesent tristique magna sit amet. Eget magna fermentum iaculis eu non diam. In vitae turpis massa sed elementum. Tristique et egestas quis ipsum suspendisse ultrices. Eget lorem dolor sed viverra ipsum. Vel turpis nunc eget lorem dolor sed viverra. Posuere ac ut consequat semper viverra nam. Laoreet suspendisse interdum consectetur libero id faucibus. Diam phasellus vestibulum lorem sed risus ultricies tristique. Rhoncus dolor purus non enim praesent elementum facilisis. Ultrices tincidunt arcu non sodales neque. Tempus egestas sed sed risus pretium quam vulputate. Viverra suspendisse potenti nullam ac tortor vitae purus faucibus ornare. Fringilla urna porttitor rhoncus dolor purus non. Amet dictum sit amet justo donec enim.
|
||||
|
||||
Mattis ullamcorper velit sed ullamcorper morbi tincidunt. Tortor posuere ac ut consequat semper viverra. Tellus mauris a diam maecenas sed enim ut sem viverra. Venenatis urna cursus eget nunc scelerisque viverra mauris in. Arcu ac tortor dignissim convallis aenean et tortor at. Curabitur gravida arcu ac tortor dignissim convallis aenean et tortor. Egestas tellus rutrum tellus pellentesque eu. Fusce ut placerat orci nulla pellentesque dignissim enim sit amet. Ut enim blandit volutpat maecenas volutpat blandit aliquam etiam. Id donec ultrices tincidunt arcu. Id cursus metus aliquam eleifend mi.
|
||||
|
||||
Tempus quam pellentesque nec nam aliquam sem. Risus at ultrices mi tempus imperdiet. Id porta nibh venenatis cras sed felis eget velit. Ipsum a arcu cursus vitae. Facilisis magna etiam tempor orci eu lobortis elementum. Tincidunt dui ut ornare lectus sit. Quisque non tellus orci ac. Blandit libero volutpat sed cras. Nec tincidunt praesent semper feugiat nibh sed pulvinar proin gravida. Egestas integer eget aliquet nibh praesent tristique magna.
|
||||
|
|
@ -1,214 +0,0 @@
|
|||
---
|
||||
title: "Markdown Style Guide"
|
||||
description: "Here is a sample of some basic Markdown syntax that can be used when writing Markdown content in Astro."
|
||||
pubDate: "Jun 19 2024"
|
||||
heroImage: "../../assets/blog-placeholder-1.jpg"
|
||||
---
|
||||
|
||||
Here is a sample of some basic Markdown syntax that can be used when writing Markdown content in Astro.
|
||||
|
||||
## Headings
|
||||
|
||||
The following HTML `<h1>`—`<h6>` elements represent six levels of section headings. `<h1>` is the highest section level while `<h6>` is the lowest.
|
||||
|
||||
# H1
|
||||
|
||||
## H2
|
||||
|
||||
### H3
|
||||
|
||||
#### H4
|
||||
|
||||
##### H5
|
||||
|
||||
###### H6
|
||||
|
||||
## Paragraph
|
||||
|
||||
Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.
|
||||
|
||||
Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.
|
||||
|
||||
## Images
|
||||
|
||||
### Syntax
|
||||
|
||||
```markdown
|
||||

|
||||
```
|
||||
|
||||
### Output
|
||||
|
||||

|
||||
|
||||
## Blockquotes
|
||||
|
||||
The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a `footer` or `cite` element, and optionally with in-line changes such as annotations and abbreviations.
|
||||
|
||||
### Blockquote without attribution
|
||||
|
||||
#### Syntax
|
||||
|
||||
```markdown
|
||||
> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
|
||||
> **Note** that you can use _Markdown syntax_ within a blockquote.
|
||||
```
|
||||
|
||||
#### Output
|
||||
|
||||
> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
|
||||
> **Note** that you can use _Markdown syntax_ within a blockquote.
|
||||
|
||||
### Blockquote with attribution
|
||||
|
||||
#### Syntax
|
||||
|
||||
```markdown
|
||||
> Don't communicate by sharing memory, share memory by communicating.<br>
|
||||
> — <cite>Rob Pike[^1]</cite>
|
||||
```
|
||||
|
||||
#### Output
|
||||
|
||||
> Don't communicate by sharing memory, share memory by communicating.<br>
|
||||
> — <cite>Rob Pike[^1]</cite>
|
||||
|
||||
[^1]: The above quote is excerpted from Rob Pike's [talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015.
|
||||
|
||||
## Tables
|
||||
|
||||
### Syntax
|
||||
|
||||
```markdown
|
||||
| Italics | Bold | Code |
|
||||
| --------- | -------- | ------ |
|
||||
| _italics_ | **bold** | `code` |
|
||||
```
|
||||
|
||||
### Output
|
||||
|
||||
| Italics | Bold | Code |
|
||||
| --------- | -------- | ------ |
|
||||
| _italics_ | **bold** | `code` |
|
||||
|
||||
## Code Blocks
|
||||
|
||||
### Syntax
|
||||
|
||||
we can use 3 backticks ``` in new line and write snippet and close with 3 backticks on new line and to highlight language specific syntax, write one word of language name after first 3 backticks, for eg. html, javascript, css, markdown, typescript, txt, bash
|
||||
|
||||
````markdown
|
||||
```html
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Example HTML5 Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test</p>
|
||||
</body>
|
||||
</html>
|
||||
```
|
||||
````
|
||||
|
||||
### Output
|
||||
|
||||
```html
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Example HTML5 Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test</p>
|
||||
</body>
|
||||
</html>
|
||||
```
|
||||
|
||||
## List Types
|
||||
|
||||
### Ordered List
|
||||
|
||||
#### Syntax
|
||||
|
||||
```markdown
|
||||
1. First item
|
||||
2. Second item
|
||||
3. Third item
|
||||
```
|
||||
|
||||
#### Output
|
||||
|
||||
1. First item
|
||||
2. Second item
|
||||
3. Third item
|
||||
|
||||
### Unordered List
|
||||
|
||||
#### Syntax
|
||||
|
||||
```markdown
|
||||
- List item
|
||||
- Another item
|
||||
- And another item
|
||||
```
|
||||
|
||||
#### Output
|
||||
|
||||
- List item
|
||||
- Another item
|
||||
- And another item
|
||||
|
||||
### Nested list
|
||||
|
||||
#### Syntax
|
||||
|
||||
```markdown
|
||||
- Fruit
|
||||
- Apple
|
||||
- Orange
|
||||
- Banana
|
||||
- Dairy
|
||||
- Milk
|
||||
- Cheese
|
||||
```
|
||||
|
||||
#### Output
|
||||
|
||||
- Fruit
|
||||
- Apple
|
||||
- Orange
|
||||
- Banana
|
||||
- Dairy
|
||||
- Milk
|
||||
- Cheese
|
||||
|
||||
## Other Elements — abbr, sub, sup, kbd, mark
|
||||
|
||||
### Syntax
|
||||
|
||||
```markdown
|
||||
<abbr title="Graphics Interchange Format">GIF</abbr> is a bitmap image format.
|
||||
|
||||
H<sub>2</sub>O
|
||||
|
||||
X<sup>n</sup> + Y<sup>n</sup> = Z<sup>n</sup>
|
||||
|
||||
Press <kbd>CTRL</kbd> + <kbd>ALT</kbd> + <kbd>Delete</kbd> to end the session.
|
||||
|
||||
Most <mark>salamanders</mark> are nocturnal, and hunt for insects, worms, and other small creatures.
|
||||
```
|
||||
|
||||
### Output
|
||||
|
||||
<abbr title="Graphics Interchange Format">GIF</abbr> is a bitmap image format.
|
||||
|
||||
H<sub>2</sub>O
|
||||
|
||||
X<sup>n</sup> + Y<sup>n</sup> = Z<sup>n</sup>
|
||||
|
||||
Press <kbd>CTRL</kbd> + <kbd>ALT</kbd> + <kbd>Delete</kbd> to end the session.
|
||||
|
||||
Most <mark>salamanders</mark> are nocturnal, and hunt for insects, worms, and other small creatures.
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
title: "Second post"
|
||||
description: "Lorem ipsum dolor sit amet"
|
||||
pubDate: "Jul 15 2022"
|
||||
heroImage: "../../assets/blog-placeholder-4.jpg"
|
||||
---
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Vitae ultricies leo integer malesuada nunc vel risus commodo viverra. Adipiscing enim eu turpis egestas pretium. Euismod elementum nisi quis eleifend quam adipiscing. In hac habitasse platea dictumst vestibulum. Sagittis purus sit amet volutpat. Netus et malesuada fames ac turpis egestas. Eget magna fermentum iaculis eu non diam phasellus vestibulum lorem. Varius sit amet mattis vulputate enim. Habitasse platea dictumst quisque sagittis. Integer quis auctor elit sed vulputate mi. Dictumst quisque sagittis purus sit amet.
|
||||
|
||||
Morbi tristique senectus et netus. Id semper risus in hendrerit gravida rutrum quisque non tellus. Habitasse platea dictumst quisque sagittis purus sit amet. Tellus molestie nunc non blandit massa. Cursus vitae congue mauris rhoncus. Accumsan tortor posuere ac ut. Fringilla urna porttitor rhoncus dolor. Elit ullamcorper dignissim cras tincidunt lobortis. In cursus turpis massa tincidunt dui ut ornare lectus. Integer feugiat scelerisque varius morbi enim nunc. Bibendum neque egestas congue quisque egestas diam. Cras ornare arcu dui vivamus arcu felis bibendum. Dignissim suspendisse in est ante in nibh mauris. Sed tempus urna et pharetra pharetra massa massa ultricies mi.
|
||||
|
||||
Mollis nunc sed id semper risus in. Convallis a cras semper auctor neque. Diam sit amet nisl suscipit. Lacus viverra vitae congue eu consequat ac felis donec. Egestas integer eget aliquet nibh praesent tristique magna sit amet. Eget magna fermentum iaculis eu non diam. In vitae turpis massa sed elementum. Tristique et egestas quis ipsum suspendisse ultrices. Eget lorem dolor sed viverra ipsum. Vel turpis nunc eget lorem dolor sed viverra. Posuere ac ut consequat semper viverra nam. Laoreet suspendisse interdum consectetur libero id faucibus. Diam phasellus vestibulum lorem sed risus ultricies tristique. Rhoncus dolor purus non enim praesent elementum facilisis. Ultrices tincidunt arcu non sodales neque. Tempus egestas sed sed risus pretium quam vulputate. Viverra suspendisse potenti nullam ac tortor vitae purus faucibus ornare. Fringilla urna porttitor rhoncus dolor purus non. Amet dictum sit amet justo donec enim.
|
||||
|
||||
Mattis ullamcorper velit sed ullamcorper morbi tincidunt. Tortor posuere ac ut consequat semper viverra. Tellus mauris a diam maecenas sed enim ut sem viverra. Venenatis urna cursus eget nunc scelerisque viverra mauris in. Arcu ac tortor dignissim convallis aenean et tortor at. Curabitur gravida arcu ac tortor dignissim convallis aenean et tortor. Egestas tellus rutrum tellus pellentesque eu. Fusce ut placerat orci nulla pellentesque dignissim enim sit amet. Ut enim blandit volutpat maecenas volutpat blandit aliquam etiam. Id donec ultrices tincidunt arcu. Id cursus metus aliquam eleifend mi.
|
||||
|
||||
Tempus quam pellentesque nec nam aliquam sem. Risus at ultrices mi tempus imperdiet. Id porta nibh venenatis cras sed felis eget velit. Ipsum a arcu cursus vitae. Facilisis magna etiam tempor orci eu lobortis elementum. Tincidunt dui ut ornare lectus sit. Quisque non tellus orci ac. Blandit libero volutpat sed cras. Nec tincidunt praesent semper feugiat nibh sed pulvinar proin gravida. Egestas integer eget aliquet nibh praesent tristique magna.
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
---
|
||||
title: "Third post"
|
||||
description: "Lorem ipsum dolor sit amet"
|
||||
pubDate: "Jul 22 2022"
|
||||
heroImage: "../../assets/blog-placeholder-2.jpg"
|
||||
---
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Vitae ultricies leo integer malesuada nunc vel risus commodo viverra. Adipiscing enim eu turpis egestas pretium. Euismod elementum nisi quis eleifend quam adipiscing. In hac habitasse platea dictumst vestibulum. Sagittis purus sit amet volutpat. Netus et malesuada fames ac turpis egestas. Eget magna fermentum iaculis eu non diam phasellus vestibulum lorem. Varius sit amet mattis vulputate enim. Habitasse platea dictumst quisque sagittis. Integer quis auctor elit sed vulputate mi. Dictumst quisque sagittis purus sit amet.
|
||||
|
||||
Morbi tristique senectus et netus. Id semper risus in hendrerit gravida rutrum quisque non tellus. Habitasse platea dictumst quisque sagittis purus sit amet. Tellus molestie nunc non blandit massa. Cursus vitae congue mauris rhoncus. Accumsan tortor posuere ac ut. Fringilla urna porttitor rhoncus dolor. Elit ullamcorper dignissim cras tincidunt lobortis. In cursus turpis massa tincidunt dui ut ornare lectus. Integer feugiat scelerisque varius morbi enim nunc. Bibendum neque egestas congue quisque egestas diam. Cras ornare arcu dui vivamus arcu felis bibendum. Dignissim suspendisse in est ante in nibh mauris. Sed tempus urna et pharetra pharetra massa massa ultricies mi.
|
||||
|
||||
Mollis nunc sed id semper risus in. Convallis a cras semper auctor neque. Diam sit amet nisl suscipit. Lacus viverra vitae congue eu consequat ac felis donec. Egestas integer eget aliquet nibh praesent tristique magna sit amet. Eget magna fermentum iaculis eu non diam. In vitae turpis massa sed elementum. Tristique et egestas quis ipsum suspendisse ultrices. Eget lorem dolor sed viverra ipsum. Vel turpis nunc eget lorem dolor sed viverra. Posuere ac ut consequat semper viverra nam. Laoreet suspendisse interdum consectetur libero id faucibus. Diam phasellus vestibulum lorem sed risus ultricies tristique. Rhoncus dolor purus non enim praesent elementum facilisis. Ultrices tincidunt arcu non sodales neque. Tempus egestas sed sed risus pretium quam vulputate. Viverra suspendisse potenti nullam ac tortor vitae purus faucibus ornare. Fringilla urna porttitor rhoncus dolor purus non. Amet dictum sit amet justo donec enim.
|
||||
|
||||
Mattis ullamcorper velit sed ullamcorper morbi tincidunt. Tortor posuere ac ut consequat semper viverra. Tellus mauris a diam maecenas sed enim ut sem viverra. Venenatis urna cursus eget nunc scelerisque viverra mauris in. Arcu ac tortor dignissim convallis aenean et tortor at. Curabitur gravida arcu ac tortor dignissim convallis aenean et tortor. Egestas tellus rutrum tellus pellentesque eu. Fusce ut placerat orci nulla pellentesque dignissim enim sit amet. Ut enim blandit volutpat maecenas volutpat blandit aliquam etiam. Id donec ultrices tincidunt arcu. Id cursus metus aliquam eleifend mi.
|
||||
|
||||
Tempus quam pellentesque nec nam aliquam sem. Risus at ultrices mi tempus imperdiet. Id porta nibh venenatis cras sed felis eget velit. Ipsum a arcu cursus vitae. Facilisis magna etiam tempor orci eu lobortis elementum. Tincidunt dui ut ornare lectus sit. Quisque non tellus orci ac. Blandit libero volutpat sed cras. Nec tincidunt praesent semper feugiat nibh sed pulvinar proin gravida. Egestas integer eget aliquet nibh praesent tristique magna.
|
||||
|
|
@ -1,31 +0,0 @@
|
|||
---
|
||||
title: "Using MDX"
|
||||
description: "Lorem ipsum dolor sit amet"
|
||||
pubDate: "Jun 01 2024"
|
||||
heroImage: "../../assets/blog-placeholder-5.jpg"
|
||||
---
|
||||
|
||||
This theme comes with the [@astrojs/mdx](https://docs.astro.build/en/guides/integrations-guide/mdx/) integration installed and configured in your `astro.config.mjs` config file. If you prefer not to use MDX, you can disable support by removing the integration from your config file.
|
||||
|
||||
## Why MDX?
|
||||
|
||||
MDX is a special flavor of Markdown that supports embedded JavaScript & JSX syntax. This unlocks the ability to [mix JavaScript and UI Components into your Markdown content](https://docs.astro.build/en/guides/integrations-guide/mdx/#mdx-in-astro) for things like interactive charts or alerts.
|
||||
|
||||
If you have existing content authored in MDX, this integration will hopefully make migrating to Astro a breeze.
|
||||
|
||||
## Example
|
||||
|
||||
Here is how you import and use a UI component inside of MDX.
|
||||
When you open this page in the browser, you should see the clickable button below.
|
||||
|
||||
import HeaderLink from "../../components/HeaderLink.astro";
|
||||
|
||||
<HeaderLink href="#" onclick="alert('clicked!')">
|
||||
Embedded component in MDX
|
||||
</HeaderLink>
|
||||
|
||||
## More Links
|
||||
|
||||
- [MDX Syntax Documentation](https://mdxjs.com/docs/what-is-mdx)
|
||||
- [Astro Usage Documentation](https://docs.astro.build/en/basics/astro-pages/#markdownmdx-pages)
|
||||
- **Note:** [Client Directives](https://docs.astro.build/en/reference/directives-reference/#client-directives) are still required to create interactive components. Otherwise, all components in your MDX will render as static HTML (no JavaScript) by default.
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
import en from "../translations/en.json";
|
||||
import lv from "../translations/lv.json";
|
||||
|
||||
export const languages = {
|
||||
en: "EN",
|
||||
lv: "LV",
|
||||
} as const;
|
||||
|
||||
export const defaultLang = "en";
|
||||
export const showDefaultLang = true;
|
||||
|
||||
export const ui = {
|
||||
en,
|
||||
lv,
|
||||
} as const;
|
||||
|
||||
export type SupportedLang = keyof typeof ui;
|
||||
|
|
@ -1,52 +0,0 @@
|
|||
import { defaultLang, showDefaultLang, ui, type SupportedLang } from "./ui";
|
||||
|
||||
const hasOwn = (obj: object, key: string): boolean =>
|
||||
Object.prototype.hasOwnProperty.call(obj, key);
|
||||
|
||||
const getValueByPath = (value: unknown, key: string): unknown => {
|
||||
return key.split(".").reduce<unknown>((acc, part) => {
|
||||
if (acc && typeof acc === "object" && hasOwn(acc as object, part)) {
|
||||
return (acc as Record<string, unknown>)[part];
|
||||
}
|
||||
|
||||
return undefined;
|
||||
}, value);
|
||||
};
|
||||
|
||||
export function getLangFromUrl(url: URL): SupportedLang {
|
||||
const [, lang] = url.pathname.split("/");
|
||||
|
||||
if (lang && hasOwn(ui, lang)) {
|
||||
return lang as SupportedLang;
|
||||
}
|
||||
|
||||
return defaultLang;
|
||||
}
|
||||
|
||||
export function useTranslations(lang: SupportedLang) {
|
||||
const localizedUI = ui[lang] as Record<string, unknown>;
|
||||
const fallbackUI = ui[defaultLang] as Record<string, unknown>;
|
||||
|
||||
return function t(key: string): unknown {
|
||||
const localizedValue = getValueByPath(localizedUI, key);
|
||||
|
||||
if (localizedValue !== undefined) {
|
||||
return localizedValue;
|
||||
}
|
||||
|
||||
const fallbackValue = getValueByPath(fallbackUI, key);
|
||||
return fallbackValue ?? key;
|
||||
};
|
||||
}
|
||||
|
||||
export function useTranslatedPath(lang: SupportedLang) {
|
||||
return function translatePath(path: string, l: SupportedLang = lang): string {
|
||||
const normalizedPath = path.startsWith("/") ? path : `/${path}`;
|
||||
|
||||
if (!showDefaultLang && l === defaultLang) {
|
||||
return normalizedPath;
|
||||
}
|
||||
|
||||
return `/${l}${normalizedPath}`;
|
||||
};
|
||||
}
|
||||
|
|
@ -1,67 +0,0 @@
|
|||
---
|
||||
import type { CollectionEntry } from "astro:content";
|
||||
import BaseHead from "@/components/BaseHead.astro";
|
||||
import Footer from "@/components/Footer/Footer.astro";
|
||||
import FormattedDate from "@/components/FormattedDate.astro";
|
||||
import Header from "@/components/Header/Header.astro";
|
||||
import ContactForm from "@/components/ContactForm/ContactForm.astro";
|
||||
import { getLangFromUrl, useTranslations } from "@/i18n/utils";
|
||||
import { Image } from "astro:assets";
|
||||
import "@/styles/index.css";
|
||||
|
||||
type Props = CollectionEntry<"blog">["data"];
|
||||
|
||||
const { title, description, pubDate, updatedDate, heroImage } = Astro.props;
|
||||
const lang = getLangFromUrl(Astro.url);
|
||||
const t = useTranslations(lang);
|
||||
---
|
||||
|
||||
<html lang={lang}>
|
||||
<head>
|
||||
<BaseHead title={title} description={description} />
|
||||
</head>
|
||||
|
||||
<body class="blog-post-page">
|
||||
<Header />
|
||||
<main>
|
||||
<article>
|
||||
<div class="hero-image">
|
||||
{
|
||||
heroImage && (
|
||||
<Image src={heroImage} alt={title} class="hero-image__media" />
|
||||
)
|
||||
}
|
||||
</div>
|
||||
<div class="prose">
|
||||
<div class="title">
|
||||
<div class="date">
|
||||
<FormattedDate date={pubDate} />
|
||||
{
|
||||
updatedDate && (
|
||||
<div class="last-updated-on">
|
||||
Last updated on
|
||||
<FormattedDate date={updatedDate} />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
</div>
|
||||
<h1>{title}</h1>
|
||||
<hr />
|
||||
</div>
|
||||
<slot />
|
||||
<div class="blog-nav-wrap">
|
||||
<a class="blog-nav-link bottom" href="/blog"
|
||||
>{t("blog.read_more")}</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</article>
|
||||
</main>
|
||||
|
||||
<section class="content container" id="contact-us">
|
||||
<ContactForm />
|
||||
</section>
|
||||
|
||||
<Footer />
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,73 +0,0 @@
|
|||
---
|
||||
import AboutHeroImage from "../assets/blog-placeholder-about.jpg";
|
||||
import Layout from "../layouts/BlogPost.astro";
|
||||
---
|
||||
|
||||
<Layout
|
||||
title="About Me"
|
||||
description="Lorem ipsum dolor sit amet"
|
||||
pubDate={new Date("August 08 2021")}
|
||||
heroImage={AboutHeroImage}
|
||||
>
|
||||
<p>
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
|
||||
tempor incididunt ut labore et dolore magna aliqua. Vitae ultricies leo
|
||||
integer malesuada nunc vel risus commodo viverra. Adipiscing enim eu turpis
|
||||
egestas pretium. Euismod elementum nisi quis eleifend quam adipiscing. In
|
||||
hac habitasse platea dictumst vestibulum. Sagittis purus sit amet volutpat.
|
||||
Netus et malesuada fames ac turpis egestas. Eget magna fermentum iaculis eu
|
||||
non diam phasellus vestibulum lorem. Varius sit amet mattis vulputate enim.
|
||||
Habitasse platea dictumst quisque sagittis. Integer quis auctor elit sed
|
||||
vulputate mi. Dictumst quisque sagittis purus sit amet.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Morbi tristique senectus et netus. Id semper risus in hendrerit gravida
|
||||
rutrum quisque non tellus. Habitasse platea dictumst quisque sagittis purus
|
||||
sit amet. Tellus molestie nunc non blandit massa. Cursus vitae congue mauris
|
||||
rhoncus. Accumsan tortor posuere ac ut. Fringilla urna porttitor rhoncus
|
||||
dolor. Elit ullamcorper dignissim cras tincidunt lobortis. In cursus turpis
|
||||
massa tincidunt dui ut ornare lectus. Integer feugiat scelerisque varius
|
||||
morbi enim nunc. Bibendum neque egestas congue quisque egestas diam. Cras
|
||||
ornare arcu dui vivamus arcu felis bibendum. Dignissim suspendisse in est
|
||||
ante in nibh mauris. Sed tempus urna et pharetra pharetra massa massa
|
||||
ultricies mi.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Mollis nunc sed id semper risus in. Convallis a cras semper auctor neque.
|
||||
Diam sit amet nisl suscipit. Lacus viverra vitae congue eu consequat ac
|
||||
felis donec. Egestas integer eget aliquet nibh praesent tristique magna sit
|
||||
amet. Eget magna fermentum iaculis eu non diam. In vitae turpis massa sed
|
||||
elementum. Tristique et egestas quis ipsum suspendisse ultrices. Eget lorem
|
||||
dolor sed viverra ipsum. Vel turpis nunc eget lorem dolor sed viverra.
|
||||
Posuere ac ut consequat semper viverra nam. Laoreet suspendisse interdum
|
||||
consectetur libero id faucibus. Diam phasellus vestibulum lorem sed risus
|
||||
ultricies tristique. Rhoncus dolor purus non enim praesent elementum
|
||||
facilisis. Ultrices tincidunt arcu non sodales neque. Tempus egestas sed sed
|
||||
risus pretium quam vulputate. Viverra suspendisse potenti nullam ac tortor
|
||||
vitae purus faucibus ornare. Fringilla urna porttitor rhoncus dolor purus
|
||||
non. Amet dictum sit amet justo donec enim.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Mattis ullamcorper velit sed ullamcorper morbi tincidunt. Tortor posuere ac
|
||||
ut consequat semper viverra. Tellus mauris a diam maecenas sed enim ut sem
|
||||
viverra. Venenatis urna cursus eget nunc scelerisque viverra mauris in. Arcu
|
||||
ac tortor dignissim convallis aenean et tortor at. Curabitur gravida arcu ac
|
||||
tortor dignissim convallis aenean et tortor. Egestas tellus rutrum tellus
|
||||
pellentesque eu. Fusce ut placerat orci nulla pellentesque dignissim enim
|
||||
sit amet. Ut enim blandit volutpat maecenas volutpat blandit aliquam etiam.
|
||||
Id donec ultrices tincidunt arcu. Id cursus metus aliquam eleifend mi.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Tempus quam pellentesque nec nam aliquam sem. Risus at ultrices mi tempus
|
||||
imperdiet. Id porta nibh venenatis cras sed felis eget velit. Ipsum a arcu
|
||||
cursus vitae. Facilisis magna etiam tempor orci eu lobortis elementum.
|
||||
Tincidunt dui ut ornare lectus sit. Quisque non tellus orci ac. Blandit
|
||||
libero volutpat sed cras. Nec tincidunt praesent semper feugiat nibh sed
|
||||
pulvinar proin gravida. Egestas integer eget aliquet nibh praesent tristique
|
||||
magna.
|
||||
</p>
|
||||
</Layout>
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
---
|
||||
import { type CollectionEntry, getCollection, render } from "astro:content";
|
||||
import BlogPost from "../../layouts/BlogPost.astro";
|
||||
|
||||
export async function getStaticPaths() {
|
||||
const posts = await getCollection("blog");
|
||||
return posts.map((post) => ({
|
||||
params: { slug: post.id },
|
||||
props: post,
|
||||
}));
|
||||
}
|
||||
type Props = CollectionEntry<"blog">;
|
||||
|
||||
const post = Astro.props;
|
||||
const { Content } = await render(post);
|
||||
---
|
||||
|
||||
<BlogPost {...post.data}>
|
||||
<Content />
|
||||
</BlogPost>
|
||||
|
|
@ -1,75 +0,0 @@
|
|||
---
|
||||
import { Image } from "astro:assets";
|
||||
import { getCollection } from "astro:content";
|
||||
import BaseHead from "@/components/BaseHead.astro";
|
||||
import Footer from "@/components/Footer/Footer.astro";
|
||||
import FormattedDate from "@/components/FormattedDate.astro";
|
||||
import Header from "@/components/Header/Header.astro";
|
||||
import { SITE_DESCRIPTION, SITE_TITLE } from "@/consts";
|
||||
import { getLangFromUrl, useTranslations } from "@/i18n/utils";
|
||||
|
||||
import "@/styles/index.css";
|
||||
|
||||
const lang = getLangFromUrl(Astro.url);
|
||||
const t = useTranslations(lang);
|
||||
|
||||
const posts = (await getCollection("blog")).sort(
|
||||
(a, b) => b.data.pubDate.valueOf() - a.data.pubDate.valueOf(),
|
||||
);
|
||||
---
|
||||
|
||||
<!doctype html>
|
||||
<html lang={lang}>
|
||||
<head>
|
||||
<BaseHead
|
||||
title={`${SITE_TITLE} | ${t("menu.blog")}`}
|
||||
description={SITE_DESCRIPTION}
|
||||
/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="main-page" id="top">
|
||||
<div class="intro-bg">
|
||||
<Header />
|
||||
<section class="container blog-hero">
|
||||
<h1>{t("menu.blog")}</h1>
|
||||
<p class="gray">
|
||||
Stories, experiments, and practical notes from our team.
|
||||
</p>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<section class="content container" id="blog-list">
|
||||
<div class="blog-grid">
|
||||
{
|
||||
posts.map((post) => (
|
||||
<article class="blog-card">
|
||||
<a href={`/blog/${post.id}/`} class="blog-card__link">
|
||||
{post.data.heroImage && (
|
||||
<div class="blog-card__media">
|
||||
<Image
|
||||
src={post.data.heroImage}
|
||||
alt={post.data.title}
|
||||
loading="lazy"
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
<div class="blog-card__content">
|
||||
<h3>{post.data.title}</h3>
|
||||
<p class="blog-card__date">
|
||||
<FormattedDate date={post.data.pubDate} />
|
||||
</p>
|
||||
{post.data.description && (
|
||||
<p class="blog-card__excerpt">{post.data.description}</p>
|
||||
)}
|
||||
</div>
|
||||
</a>
|
||||
</article>
|
||||
))
|
||||
}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<Footer />
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
import HomePage from "../../components/HomePage.astro";
|
||||
---
|
||||
|
||||
<HomePage lang="en" />
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
<!doctype html>
|
||||
<meta http-equiv="refresh" content="0;url=/en/" />
|
||||
<title>Redirecting...</title>
|
||||
<a href="/en/">Continue to English version</a>
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
import HomePage from "../../components/HomePage.astro";
|
||||
---
|
||||
|
||||
<HomePage lang="lv" />
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
import { getCollection } from "astro:content";
|
||||
import rss from "@astrojs/rss";
|
||||
import { SITE_DESCRIPTION, SITE_TITLE } from "../consts";
|
||||
|
||||
export async function GET(context) {
|
||||
const posts = await getCollection("blog");
|
||||
return rss({
|
||||
title: SITE_TITLE,
|
||||
description: SITE_DESCRIPTION,
|
||||
site: context.site,
|
||||
items: posts.map((post) => ({
|
||||
...post.data,
|
||||
link: `/blog/${post.id}/`,
|
||||
})),
|
||||
});
|
||||
}
|
||||
|
|
@ -1,208 +0,0 @@
|
|||
/*
|
||||
The CSS in this style tag is based off of Bear Blog's default CSS.
|
||||
https://github.com/HermanMartinus/bearblog/blob/297026a877bc2ab2b3bdfbd6b9f7961c350917dd/templates/styles/blog/default.css
|
||||
License MIT: https://github.com/HermanMartinus/bearblog/blob/master/LICENSE.md
|
||||
*/
|
||||
|
||||
:root {
|
||||
--accent: #2337ff;
|
||||
--accent-dark: #000d8a;
|
||||
--black: 15, 18, 25;
|
||||
--gray: 96, 115, 159;
|
||||
--gray-light: 229, 233, 240;
|
||||
--gray-dark: 34, 41, 57;
|
||||
--gray-gradient: rgba(var(--gray-light), 50%), #fff;
|
||||
--box-shadow:
|
||||
0 2px 6px rgba(var(--gray), 25%), 0 8px 24px rgba(var(--gray), 33%),
|
||||
0 16px 32px rgba(var(--gray), 33%);
|
||||
|
||||
/* TODO: Here we start our custom CSS Remove above later */
|
||||
--breakpoint-mobile: 767px;
|
||||
--breakpoint-tablet: 1200px;
|
||||
|
||||
--color-text-primary: #ffffff;
|
||||
--color-text-secondary: rgba(255, 255, 255, 60%);
|
||||
--color-accent-primary: #c16b6b;
|
||||
--color-accent-secondary: #b46f8e;
|
||||
|
||||
--gutter: 24px;
|
||||
|
||||
--floating-intro-image-x: 150px;
|
||||
--floating-intro-image-start-x: 300px;
|
||||
}
|
||||
|
||||
/* typography.css */
|
||||
|
||||
* {
|
||||
font-family: "proxima-nova", sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
a,
|
||||
p,
|
||||
span {
|
||||
color: var(--color-text-primary);
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-weight: 700;
|
||||
font-size: 5.55rem; /* 100px ÷ 16 */
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-weight: 700;
|
||||
font-size: 3.125rem; /* 50px ÷ 16 */
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-weight: 600;
|
||||
font-size: 1.5625rem; /* 25px ÷ 16 */
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-weight: 900;
|
||||
font-size: 2.1875rem; /* 35px ÷ 16 */
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-weight: 700;
|
||||
font-size: 1.875rem; /* 30px ÷ 16 */
|
||||
}
|
||||
|
||||
.header5 {
|
||||
font-weight: 700;
|
||||
font-size: 1.875rem; /* 30px ÷ 16 */
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 1.125rem; /* 18px ÷ 16 */
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.05rem;
|
||||
font-weight: normal;
|
||||
color: var(--color-text-primary);
|
||||
}
|
||||
|
||||
p {
|
||||
font-weight: 400;
|
||||
font-size: 1.125rem; /* 18px ÷ 16 */
|
||||
}
|
||||
|
||||
.gray {
|
||||
color: var(--color-text-secondary);
|
||||
}
|
||||
|
||||
section {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
:root {
|
||||
--floating-intro-image-x: 0px;
|
||||
--floating-intro-image-start-x: 30px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-weight: 800;
|
||||
font-size: 2.5rem; /* 40px ÷ 16 */
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-weight: 700;
|
||||
font-size: 1.875rem; /* 30px ÷ 16 */
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-weight: 700;
|
||||
font-size: 1.375rem; /* 22px ÷ 16 */
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
p {
|
||||
line-height: normal;
|
||||
font-size: 1rem; /* 16px ÷ 16 */
|
||||
}
|
||||
}
|
||||
|
||||
/* TODO: Remove h1ve code later */
|
||||
body {
|
||||
background-color: #111111;
|
||||
}
|
||||
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
.container {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(12, minmax(0, 96px));
|
||||
gap: var(--gutter);
|
||||
margin: 0 auto;
|
||||
width: 100%;
|
||||
max-width: 1224px;
|
||||
grid-column: 1 / 13;
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
.container > * {
|
||||
grid-column: 1 / 13;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.container {
|
||||
grid-template-columns: repeat(6, 1fr);
|
||||
max-width: 100%;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.container > * {
|
||||
grid-column: 1 / 7;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.container-mobile {
|
||||
padding: 0 20px;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(6, 1fr);
|
||||
max-width: 100%;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.container-mobile > * {
|
||||
grid-column: 1 / 7;
|
||||
}
|
||||
}
|
||||
|
||||
section.container {
|
||||
padding-right: 20px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
div.container {
|
||||
padding-right: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.main-page {
|
||||
overflow-x: hidden;
|
||||
position: relative;
|
||||
|
||||
.intro-bg {
|
||||
background: radial-gradient(
|
||||
100% 100% at 0% 0%,
|
||||
rgba(226, 90, 146, 0.15) 0%,
|
||||
rgba(141, 162, 243, 0.063) 35.82%,
|
||||
rgba(23, 23, 23, 0) 100%
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
@ -1,594 +0,0 @@
|
|||
/* intro */
|
||||
|
||||
.intro {
|
||||
height: calc(100vh - 112px);
|
||||
grid-template-rows: calc(100vh - 112px - 85px - 30px) min-content;
|
||||
row-gap: unset;
|
||||
padding-top: 112px;
|
||||
|
||||
.title {
|
||||
grid-column: 1/8;
|
||||
grid-row: 1/2;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
|
||||
h1 {
|
||||
line-height: 120%;
|
||||
}
|
||||
|
||||
div {
|
||||
display: flex;
|
||||
|
||||
p {
|
||||
text-transform: uppercase;
|
||||
color: var(--color-accent-secondary);
|
||||
|
||||
&:first-child {
|
||||
margin-right: 39px;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
margin-left: 34px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.image {
|
||||
grid-column: 5/13;
|
||||
grid-row: 1/2;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
background-image: url("../assets/images/main/intro/astronaut.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-position: right;
|
||||
transform: translateX(150px);
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.rocket {
|
||||
grid-column: 1/13;
|
||||
grid-row: 2/3;
|
||||
|
||||
* {
|
||||
margin: 0 auto;
|
||||
width: max-content;
|
||||
}
|
||||
|
||||
p {
|
||||
color: var(--color-text-secondary);
|
||||
margin-top: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1350px) {
|
||||
.image {
|
||||
transform: translateX(50px);
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
height: auto;
|
||||
padding-top: 106px;
|
||||
grid-template-rows: 400px min-content;
|
||||
|
||||
.title,
|
||||
.rocket,
|
||||
.image {
|
||||
grid-column: 1/7;
|
||||
}
|
||||
|
||||
.image {
|
||||
grid-row: 1/2;
|
||||
transform: none;
|
||||
justify-content: center;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.title {
|
||||
grid-row: 2/3;
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
|
||||
span {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
div {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-top: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.rocket {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* section */
|
||||
|
||||
section.content {
|
||||
margin-top: 192px;
|
||||
|
||||
h2 {
|
||||
text-align: center;
|
||||
margin-bottom: 88px;
|
||||
|
||||
@media all and (max-width: 767px) {
|
||||
margin-bottom: 54px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* services */
|
||||
|
||||
#services {
|
||||
scroll-margin-block-start: 120px;
|
||||
}
|
||||
|
||||
.services {
|
||||
background: radial-gradient(
|
||||
48.62% 45.5% at 50% 50%,
|
||||
rgba(225, 104, 154, 0.15) 0%,
|
||||
rgba(141, 162, 243, 0.063) 49.1%,
|
||||
rgba(23, 23, 23, 0) 100%
|
||||
);
|
||||
position: relative;
|
||||
|
||||
.circle {
|
||||
position: absolute;
|
||||
top: -140px;
|
||||
left: -530px;
|
||||
|
||||
@media all and (max-width: 767px) {
|
||||
top: 10%;
|
||||
right: 50%;
|
||||
left: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* card */
|
||||
|
||||
.card {
|
||||
background: rgba(255, 255, 255, 0.01);
|
||||
box-shadow: inset 2px 2px 5px rgba(255, 255, 255, 0.15);
|
||||
backdrop-filter: blur(7px);
|
||||
border-radius: 33px;
|
||||
padding: 63px 55px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
img {
|
||||
min-height: 99px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin-top: 63px;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
h3,
|
||||
p {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
&:nth-of-type(1) {
|
||||
grid-column: 1/5;
|
||||
}
|
||||
|
||||
&:nth-of-type(2) {
|
||||
grid-column: 5/9;
|
||||
}
|
||||
|
||||
&:nth-of-type(3) {
|
||||
grid-column: 9/13;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
padding: 46px 30px;
|
||||
|
||||
&:nth-of-type(1) {
|
||||
grid-column: 1/7;
|
||||
}
|
||||
|
||||
&:nth-of-type(2) {
|
||||
grid-column: 1/7;
|
||||
}
|
||||
|
||||
&:nth-of-type(3) {
|
||||
grid-column: 1/7;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* about */
|
||||
|
||||
#about-us {
|
||||
scroll-margin-block-start: 120px;
|
||||
}
|
||||
|
||||
.about-us {
|
||||
margin-top: -80px;
|
||||
|
||||
.header5 {
|
||||
text-align: left;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.rocket-img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
> div {
|
||||
&:first-child {
|
||||
grid-column: 1/7;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
grid-column: 7/13;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
|
||||
.text {
|
||||
margin-top: 16px;
|
||||
color: var(--color-text-secondary);
|
||||
}
|
||||
|
||||
.stats {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-top: 64px;
|
||||
width: 100%;
|
||||
|
||||
.swiper-slide {
|
||||
width: 33%;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
text-align: center;
|
||||
|
||||
& > div {
|
||||
padding: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
grid-column: 1/7;
|
||||
|
||||
h2,
|
||||
.text {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* projects */
|
||||
|
||||
#projects {
|
||||
scroll-margin-block-start: 120px;
|
||||
}
|
||||
|
||||
.projects-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(12, minmax(0, 1fr));
|
||||
gap: 24px;
|
||||
|
||||
.project-card {
|
||||
grid-column: span 6;
|
||||
background: linear-gradient(
|
||||
145deg,
|
||||
rgba(255, 255, 255, 0.08),
|
||||
rgba(255, 255, 255, 0.03)
|
||||
);
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
border-radius: 24px;
|
||||
overflow: hidden;
|
||||
display: grid;
|
||||
grid-template-rows: auto 1fr;
|
||||
backdrop-filter: blur(8px);
|
||||
}
|
||||
|
||||
.project-card__media {
|
||||
aspect-ratio: 16 / 10;
|
||||
overflow: hidden;
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
display: block;
|
||||
transition: transform 0.35s ease;
|
||||
}
|
||||
}
|
||||
|
||||
.project-card__content {
|
||||
padding: 22px 22px 24px;
|
||||
|
||||
h3 {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
p {
|
||||
color: var(--color-text-secondary);
|
||||
}
|
||||
}
|
||||
|
||||
.project-card__tags {
|
||||
margin: 0 0 14px;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
|
||||
li {
|
||||
border: 1px solid rgba(255, 255, 255, 0.2);
|
||||
border-radius: 999px;
|
||||
padding: 6px 10px;
|
||||
color: var(--color-text-primary);
|
||||
font-size: 0.75rem;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.04em;
|
||||
}
|
||||
}
|
||||
|
||||
.project-card:hover .project-card__media img {
|
||||
transform: scale(1.04);
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.project-card {
|
||||
grid-column: span 12;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
gap: 16px;
|
||||
|
||||
.project-card {
|
||||
border-radius: 18px;
|
||||
}
|
||||
|
||||
.project-card__content {
|
||||
padding: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* blog */
|
||||
|
||||
.blog-hero {
|
||||
min-height: 360px;
|
||||
align-content: center;
|
||||
padding-top: 112px;
|
||||
padding-bottom: 32px;
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: center;
|
||||
max-width: 680px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
min-height: 300px;
|
||||
padding-top: 106px;
|
||||
}
|
||||
}
|
||||
|
||||
#blog-list {
|
||||
margin-top: 88px;
|
||||
padding-bottom: 80px;
|
||||
|
||||
@media (max-width: 767px) {
|
||||
margin-top: 56px;
|
||||
padding-bottom: 56px;
|
||||
}
|
||||
}
|
||||
|
||||
.blog-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(12, minmax(0, 1fr));
|
||||
gap: 24px;
|
||||
}
|
||||
|
||||
.blog-card {
|
||||
grid-column: span 6;
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
border-radius: 22px;
|
||||
overflow: hidden;
|
||||
background: linear-gradient(
|
||||
160deg,
|
||||
rgba(255, 255, 255, 0.08),
|
||||
rgba(255, 255, 255, 0.02)
|
||||
);
|
||||
backdrop-filter: blur(7px);
|
||||
|
||||
.blog-card__link {
|
||||
display: grid;
|
||||
grid-template-rows: auto 1fr;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.blog-card__media {
|
||||
aspect-ratio: 16 / 9;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.blog-card__media img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
display: block;
|
||||
transition: transform 0.35s ease;
|
||||
}
|
||||
|
||||
.blog-card__content {
|
||||
padding: 18px 20px 22px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin: 0 0 8px;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.blog-card__date {
|
||||
color: var(--color-accent-secondary);
|
||||
margin: 0 0 12px;
|
||||
font-size: 0.95rem;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.03em;
|
||||
}
|
||||
|
||||
.blog-card__excerpt {
|
||||
color: var(--color-text-secondary);
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
&:hover .blog-card__media img {
|
||||
transform: scale(1.04);
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1024px) {
|
||||
.blog-card {
|
||||
grid-column: span 12;
|
||||
}
|
||||
}
|
||||
|
||||
/* blog post */
|
||||
|
||||
.blog-post-page main {
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
margin: 0 2rem;
|
||||
padding-top: 176px;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.blog-post-page main {
|
||||
width: auto;
|
||||
margin: 0 1rem;
|
||||
padding-top: 124px;
|
||||
}
|
||||
}
|
||||
|
||||
.blog-post-page .hero-image {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.blog-post-page .hero-image__media {
|
||||
width: 100%;
|
||||
max-width: 1020px;
|
||||
height: auto;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
border-radius: 12px;
|
||||
box-shadow: var(--box-shadow);
|
||||
}
|
||||
|
||||
.blog-post-page .prose {
|
||||
width: 720px;
|
||||
max-width: calc(100% - 2em);
|
||||
margin: auto;
|
||||
padding: 1em;
|
||||
color: rgb(var(--gray-dark));
|
||||
}
|
||||
|
||||
.blog-post-page .prose picture {
|
||||
display: block;
|
||||
width: 100%;
|
||||
max-width: 1020px;
|
||||
margin: 1.25rem auto;
|
||||
}
|
||||
|
||||
.blog-post-page .prose img {
|
||||
width: 100%;
|
||||
max-width: 1020px;
|
||||
height: auto;
|
||||
display: block;
|
||||
margin: 1.25rem auto;
|
||||
border-radius: 12px;
|
||||
box-shadow: var(--box-shadow);
|
||||
}
|
||||
|
||||
.blog-post-page .title {
|
||||
margin-bottom: 1em;
|
||||
padding: 1em 0;
|
||||
text-align: center;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.blog-post-page .title h1 {
|
||||
margin: 0 0 0.5em 0;
|
||||
}
|
||||
|
||||
.blog-post-page .date {
|
||||
margin-bottom: 0.5em;
|
||||
color: rgb(var(--gray));
|
||||
}
|
||||
|
||||
.blog-post-page .last-updated-on {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.blog-post-page .blog-nav-link {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.24);
|
||||
border-radius: 999px;
|
||||
padding: 10px 16px;
|
||||
font-size: 0.875rem;
|
||||
letter-spacing: 0.04em;
|
||||
text-transform: uppercase;
|
||||
transition:
|
||||
border-color 0.25s ease,
|
||||
transform 0.25s ease,
|
||||
background-color 0.25s ease;
|
||||
background: rgba(255, 255, 255, 0.04);
|
||||
}
|
||||
|
||||
.blog-post-page .blog-nav-link:hover {
|
||||
border-color: rgba(255, 255, 255, 0.48);
|
||||
background: rgba(255, 255, 255, 0.08);
|
||||
transform: translateY(-2px);
|
||||
}
|
||||
|
||||
.blog-post-page .blog-nav-link::before {
|
||||
content: "\2190";
|
||||
font-size: 1rem;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.blog-post-page .blog-nav-link.bottom {
|
||||
margin: 28px auto 0;
|
||||
}
|
||||
|
||||
.blog-post-page .blog-nav-wrap {
|
||||
width: 720px;
|
||||
max-width: calc(100% - 2em);
|
||||
margin: 0 auto;
|
||||
padding: 0 1em;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
|
@ -1,107 +0,0 @@
|
|||
/* reset.css */
|
||||
|
||||
*,
|
||||
*::before,
|
||||
*::after {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: 100.01%;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
min-height: 100vh;
|
||||
text-rendering: optimizeSpeed;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
main {
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Remove default margin */
|
||||
body,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
p,
|
||||
figure,
|
||||
blockquote,
|
||||
dl,
|
||||
dd {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Reset list styles */
|
||||
ul[role="list"],
|
||||
ol[role="list"] {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
/* Links */
|
||||
a:not([class]) {
|
||||
text-decoration-skip-ink: auto;
|
||||
}
|
||||
|
||||
/* Images */
|
||||
img,
|
||||
picture {
|
||||
max-width: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Reset button and input styles */
|
||||
button,
|
||||
input[type="button"],
|
||||
input[type="submit"],
|
||||
input,
|
||||
textarea,
|
||||
select {
|
||||
font: inherit;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
button,
|
||||
input[type="button"],
|
||||
input[type="submit"] {
|
||||
background: transparent;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
box-shadow: none;
|
||||
color: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
button::-moz-focus-inner,
|
||||
input[type="button"]::-moz-focus-inner,
|
||||
input[type="submit"]::-moz-focus-inner {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Hidden elements */
|
||||
[hidden] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* Reduce motion preferences */
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
html:focus-within {
|
||||
scroll-behavior: auto;
|
||||
}
|
||||
|
||||
*,
|
||||
*::before,
|
||||
*::after {
|
||||
animation-duration: 0.01ms !important;
|
||||
animation-iteration-count: 1 !important;
|
||||
transition-duration: 0.01ms !important;
|
||||
scroll-behavior: auto !important;
|
||||
}
|
||||
}
|
||||
|
|
@ -1,176 +0,0 @@
|
|||
{
|
||||
"menu": {
|
||||
"services": "Services",
|
||||
"about_us": "About Us",
|
||||
"portfolio": "Portfolio",
|
||||
"blog": "Blog",
|
||||
"pricing": "Pricing",
|
||||
"contact_us": "Contact Us",
|
||||
"home": "Home"
|
||||
},
|
||||
"intro": {
|
||||
"creating": "We are creating",
|
||||
"websites": "websites",
|
||||
"apps": "Mobile apps",
|
||||
"shops": "E-shops",
|
||||
"platforms": "Platforms",
|
||||
"explore": "Exlopre the Universe"
|
||||
},
|
||||
"services": {
|
||||
"title": "Services",
|
||||
"cards": [
|
||||
{
|
||||
"title": "Web development",
|
||||
"text": "We build modern and easy to use websites, e-commerce solutions for desktop, mobile, tablet.",
|
||||
"image": "web_development.svg"
|
||||
},
|
||||
{
|
||||
"title": "Mobile App",
|
||||
"text": "Blending the latest design & development trends, end-user needs, and best user experience practices",
|
||||
"image": "mobile_app.svg"
|
||||
},
|
||||
{
|
||||
"title": "UI & Animations",
|
||||
"text": "Craft deligthful experience for your digital products. Solve real problems and improve your vital business metrics through beautiful interfaces",
|
||||
"image": "ui_animations.svg"
|
||||
}
|
||||
]
|
||||
},
|
||||
"about_us": {
|
||||
"title": "About Us",
|
||||
"sub_title": "You have some great ideas in mind?",
|
||||
"text": "Working more than 6 years in the creative development industry we are sure that we can realize any complex project",
|
||||
"amount_completed": "30+",
|
||||
"completed": "Completed projects",
|
||||
"amount_webpages": "400+",
|
||||
"webpages": "Web Pages created",
|
||||
"amount_experience": "6+",
|
||||
"experience": "Years experience"
|
||||
},
|
||||
"blog": {
|
||||
"back": "Back",
|
||||
"read_more": "Read more of our stories"
|
||||
},
|
||||
"projects": [
|
||||
{
|
||||
"title": "Inflid",
|
||||
"image": "inflid_full_1_1.png",
|
||||
"info": ["Website", "Platform", "UI / UX"],
|
||||
"text": "Smart matching platform for Streamers and Advertisers"
|
||||
},
|
||||
{
|
||||
"title": "Custom PC4U",
|
||||
"image": "custom-pc4u.png",
|
||||
"info": ["Website", "Platform", "UI / UX"],
|
||||
"text": "Smart PC builder and e-shop"
|
||||
},
|
||||
{
|
||||
"title": "MOCKBA MODULAR",
|
||||
"image": "mockba-modular.png",
|
||||
"info": ["Website", "Animations", "UI / UX"],
|
||||
"text": "Modular construction website"
|
||||
},
|
||||
{
|
||||
"title": "PRIYATKI",
|
||||
"image": "pryatki.png",
|
||||
"info": ["Website", "E-shop", "CMS"],
|
||||
"text": "Kids fashion e-shop"
|
||||
},
|
||||
{
|
||||
"title": "SIZZAPP",
|
||||
"image": "sizzapp.png",
|
||||
"info": ["Website", "Landing", "UI / UX"],
|
||||
"text": "Car and motorcycle security solution landing page"
|
||||
},
|
||||
{
|
||||
"title": "TrackPro",
|
||||
"image": "trackpro.png",
|
||||
"info": ["Website", "CMS"],
|
||||
"text": "Fleet Management Software providers - website and content management system development"
|
||||
}
|
||||
],
|
||||
"contacts": {
|
||||
"title": "Let’s bring your project to the Moon",
|
||||
"name": "name",
|
||||
"email": "E-mail",
|
||||
"phone": "phone",
|
||||
"send": "Send",
|
||||
"success": "Thank you for sharing your contacts! We will get in touch!",
|
||||
"error": "Looks like something went wrong, please try to reach us directly ",
|
||||
"captchaError": "Please complete the captcha verification"
|
||||
},
|
||||
"privacy": {
|
||||
"title": "Privacy Policy",
|
||||
"description": "The privacy statement of users of this website, garmtech.com (hereinafter referred to as the Website) describes the procedures for use of personal data collected or received by GARMTECH LP (hereinafter referred to as the Website Owner) from users of this Website (hereinafter referred to as the Users). \n\nThe processing of personal data for the needs of Garmtech.com project is carried out by GARMTECH LP, registered in the Companies House of Great Britain under No. SLO21251.\n\nIdentification of persons and signature of electronic documents are provided by GARMTECH LP.\n\nThis Privacy Statement describes how the Website Owner can collect or receive personal data from the User, the types of personal data to be collected, procedures for disclosure and protection of these data, the User’s rights, and means of communication with the Website Owner available to the User in order to get additional information about the privacy principles.",
|
||||
"content": [
|
||||
{
|
||||
"title": "How the User’s personal data can be collected or received.",
|
||||
"message": "The Website can collect or receive the User’s personal data when the User uses services of the Website.\n\nThe User’s personal data are collected solely and exclusively for the provision of the services offered by the Website and only to the extent necessary for the provision of the above-mentioned services."
|
||||
},
|
||||
{
|
||||
"title": "The User’s personal data that the Website Owner is entitled to collect.",
|
||||
"message": "By means of the Services provided via the Website, the Website Owner can collect the following User’s personal data: first name, last name, address, phone number, e-mail address and IP address.\n\nIn addition, the User can voluntarily provide other data related to the User’s questions or comments."
|
||||
},
|
||||
{
|
||||
"title": "How the User’s personal data are used.",
|
||||
"message": "The Website Owner uses the User's Personal data to provide the Services offered by the Website, respond to user comments or questions and to diagnose technical problems."
|
||||
},
|
||||
{
|
||||
"title": "How the User’s personal data can be disclosed.",
|
||||
"message": "The Website does not sell, rent or exchange the User’s personal data. The Website can disclose the User’s personal data only: to public authorities or other third parties, in accordance with the effective legislation of Great Britain and European Union, as well as to legal or natural persons who are registered on the Website as service providers (hereinafter referred to as the Service Providers) and use the Website for the provision of their services."
|
||||
},
|
||||
{
|
||||
"title": "International data transfer.",
|
||||
"message": "The User’s personal data collected by the Website Owner are not transferred to non-EU or non-EEA countries."
|
||||
},
|
||||
{
|
||||
"title": "How the User’s personal data are protected.",
|
||||
"message": "The Website Owner takes appropriate technical and organizational security measures to protect the personal data provided by the User from accidental, unlawful or unauthorized access and use."
|
||||
},
|
||||
{
|
||||
"title": "Links to other websites.",
|
||||
"message": "The Website may contain links to websites maintained by the Service Providers, the terms of use and privacy policies of which may be different from those of this Website. The Website Owner is not responsible for information or terms of third-party websites. Before using other websites and providing personal data or any other information to or through other websites, we encourage the User to get acquainted with the relevant terms of use and privacy statement."
|
||||
},
|
||||
{
|
||||
"title": "Changes to this Privacy Statement.",
|
||||
"message": "The Website Owner reserves the right to change the privacy statement of this Website at any time. The changes to the privacy statement of the Website become valid after their introduction. The date of the last version is specified at the beginning of this document. The Website Owner encourage the User to regularly reread the privacy statement of this Website."
|
||||
},
|
||||
{
|
||||
"title": "The User’s Rights.",
|
||||
"message": "The User’s rights stipulated by the applicable legislation may include the right to access the User’s personal data processed by the Website Owner, the right to correct, delete or block such personal data and the right to object to certain personal data processing. In order to exercise these rights, the User must submit a written request, using the contact information provided in the How to contact the Website Owner section."
|
||||
},
|
||||
{
|
||||
"title": "How to contact the Website Owner.",
|
||||
"message": "The User can send comments or questions about the privacy statement of the Website to the e-mail address: info@garmtech.com or to the postal address: Garmtech LP GARMTECH LP, Suite 3087, 15 Bell street, St.Andrews, Fife, KY16 9UR, United Kingdom."
|
||||
}
|
||||
]
|
||||
},
|
||||
"footer": {
|
||||
"company": "Company",
|
||||
"registration_nr": "Registration nr.",
|
||||
"address": "Address",
|
||||
"navigation": "Navigation"
|
||||
},
|
||||
"landingPromo": {
|
||||
"title": "Professional Landing Page Development in Just 2 Business Days – €150!",
|
||||
"subtitle": "Looking to attract new customers quickly and effectively? Our experienced team specializes in creating efficient and modern landing pages that will help achieve your business goals.",
|
||||
"whatYouGet": "What you get:",
|
||||
"benefit1": "Customized landing page tailored to your brand and needs",
|
||||
"benefit2": "Modern and user-friendly design",
|
||||
"benefit3": "Mobile-responsive solution",
|
||||
"benefit4": "Optimized page loading speed and SEO basics",
|
||||
"benefit5": "Free consultation on content and structure creation",
|
||||
"whyUs": "Why choose us:",
|
||||
"feature1Title": "Fast Development",
|
||||
"feature1": "Guaranteed delivery in just 2 business days",
|
||||
"feature2Title": "Fixed Price",
|
||||
"feature2": "€150 - no hidden costs",
|
||||
"feature3Title": "Experienced Team",
|
||||
"feature3": "Friendly and responsive team with website development experience",
|
||||
"feature4Title": "Long-term Support",
|
||||
"feature4": "Support even after page creation",
|
||||
"ctaTitle": "Contact us today and get your new landing page in just two days!",
|
||||
"ctaText": "Book a consultation – we'll help bring your ideas to life!",
|
||||
"ctaButton": "Contact Us"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,130 +0,0 @@
|
|||
{
|
||||
"menu": {
|
||||
"services": "Servisi",
|
||||
"about_us": "Par mums",
|
||||
"portfolio": "Portfolio",
|
||||
"blog": "Blogs",
|
||||
"pricing": "Cenas",
|
||||
"contact_us": "Sazināties",
|
||||
"home": "Mājas"
|
||||
},
|
||||
"intro": {
|
||||
"creating": "Mēs izstrādājam",
|
||||
"websites": "mājas lapas",
|
||||
"apps": "Mobīlās applikācijas",
|
||||
"shops": "E-veikalus",
|
||||
"platforms": "Platformas",
|
||||
"explore": "Atklāj visumu"
|
||||
},
|
||||
"services": {
|
||||
"title": "Servisi",
|
||||
"cards": [
|
||||
{
|
||||
"title": "Mājas lapas",
|
||||
"text": "Mēs izstrādājam modernas un ērti lietojamas mājaslapas, e-komerciajs risinājumus datoriem, mobilajām ierīcēm un planšetdatoriem.",
|
||||
"image": "web_development.svg"
|
||||
},
|
||||
{
|
||||
"title": "Mobīlās aplikācijas",
|
||||
"text": "Mēs savienojam jaunākās dizaina un izstrādes tendences, gala lietotāju vajadzības un labāko lietotāju pieredzes praksi. ",
|
||||
"image": "mobile_app.svg"
|
||||
},
|
||||
{
|
||||
"title": "UI & Animācijas",
|
||||
"text": "Veido patīkamu pieredzi savos digitālajos produktos. Risini īstas problēmas un uzlabo savus svarīgākos biznesa rādītājus izmantojot skaistas saskarnes.",
|
||||
"image": "ui_animations.svg"
|
||||
}
|
||||
]
|
||||
},
|
||||
"about_us": {
|
||||
"title": "Par Mums",
|
||||
"sub_title": "Vai tev ir kāda lieliska ideja prātā?",
|
||||
"text": "Mums ir vairāk kā sešu gadu pieredze radošās izstrādes industrijā un esam spējīgi realizēt jebkādas sarežģītības projektus",
|
||||
"amount_completed": "30+",
|
||||
"completed": "Realizētu projektu",
|
||||
"amount_webpages": "400+",
|
||||
"webpages": "Izstrādātu mājas lapu",
|
||||
"amount_experience": "6+",
|
||||
"experience": "Gadu pieredze"
|
||||
},
|
||||
"blog": {
|
||||
"back": "Atpakaļ",
|
||||
"read_more": "Lasīt vairāk mūsu stāstus"
|
||||
},
|
||||
"projects": [
|
||||
{
|
||||
"title": "Inflid",
|
||||
"image": "inflid_full_1.png",
|
||||
"info": ["Website", "Platform", "UI / UX"],
|
||||
"text": "Influenceru mārketinga platforuma"
|
||||
},
|
||||
{
|
||||
"title": "Custom PC4U",
|
||||
"image": "custom-pc4u.png",
|
||||
"info": ["Website", "Platform", "UI / UX"],
|
||||
"text": "Viedais personālo datoru konstruktors un e-veikals"
|
||||
},
|
||||
{
|
||||
"title": "MOCKBA MODULAR",
|
||||
"image": "mockba-modular.png",
|
||||
"info": ["Website", "Animations", "UI / UX"],
|
||||
"text": "Moduļu konstruckiju mājas lapa"
|
||||
},
|
||||
{
|
||||
"title": "PRIYATKI",
|
||||
"image": "pryatki.png",
|
||||
"info": ["Website", "E-shop", "CMS"],
|
||||
"text": "Bērnu modes e-veikals"
|
||||
},
|
||||
{
|
||||
"title": "SIZZAPP",
|
||||
"image": "sizzapp.png",
|
||||
"info": ["Website", "Landing", "UI / UX"],
|
||||
"text": "Auto un motociklu drošības risinājumu mājas lapa"
|
||||
},
|
||||
{
|
||||
"title": "TrackPro",
|
||||
"image": "trackpro.png",
|
||||
"info": ["Website", "CMS"],
|
||||
"text": "Autoparka pārvaldības sistēmas mājas lapa un satura vadības sistēmas izstrāde"
|
||||
}
|
||||
],
|
||||
"contacts": {
|
||||
"title": "Aizšauj savu projektu līdz mēnesim",
|
||||
"name": "Vārds",
|
||||
"email": "Ēpasts",
|
||||
"phone": "Telefons",
|
||||
"send": "Nosūtīt",
|
||||
"success": "Paldies ",
|
||||
"error": "Izskatās, ka kautkas nestrādā :( Uzrakstiet mums uz ",
|
||||
"captchaError": "Lūdzu, aizpildiet captcha verifikāciju"
|
||||
},
|
||||
"footer": {
|
||||
"company": "Kompānija",
|
||||
"registration_nr": "Reģistrācijas nr.",
|
||||
"address": "Adrese",
|
||||
"navigation": "Navigācija"
|
||||
},
|
||||
"landingPromo": {
|
||||
"title": "Profesionāla landing lapu izstrāde tikai 2 darba dienu laikā – 150 €!",
|
||||
"subtitle": "Vai vēlaties ātri un kvalitatīvi piesaistīt jaunus klientus? Mūsu pieredzējusī komanda specializējas efektīvu un modernu landing lapu izstrādē, kas palīdzēs sasniegt jūsu biznesa mērķus.",
|
||||
"whatYouGet": "Ko jūs iegūstat:",
|
||||
"benefit1": "Individuāli pielāgotu landing lapu atbilstoši jūsu zīmolam un vajadzībām",
|
||||
"benefit2": "Mūsdienīgu un lietotājam draudzīgu dizainu",
|
||||
"benefit3": "Mobilajām ierīcēm pielāgotu risinājumu",
|
||||
"benefit4": "Optimizētu lapas ielādes ātrumu un SEO pamatus",
|
||||
"benefit5": "Bezmaksas konsultāciju par satura un struktūras izveidi",
|
||||
"whyUs": "Kāpēc izvēlēties mūs:",
|
||||
"feature1Title": "Ātra izstrāde",
|
||||
"feature1": "Garantēta izstrāde tikai 2 darba dienu laikā",
|
||||
"feature2Title": "Fiksēta cena",
|
||||
"feature2": "150 € - bez slēptām izmaksām",
|
||||
"feature3Title": "Pieredzējuša komanda",
|
||||
"feature3": "Draudzīga un atsaucīga komanda ar pieredzi mājaslapu izstrādē",
|
||||
"feature4Title": "Ilgtermiņa atbalsts",
|
||||
"feature4": "Atbalsts arī pēc lapas izveides",
|
||||
"ctaTitle": "Sazinieties ar mums jau šodien un saņemiet savu jauno landing lapu tikai divu dienu laikā!",
|
||||
"ctaText": "Piesakieties konsultācijai – mēs palīdzēsim īstenot jūsu idejas!",
|
||||
"ctaButton": "Sazināties ar mums"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
"extends": "astro/tsconfigs/strict",
|
||||
"include": [".astro/types.d.ts", "**/*"],
|
||||
"exclude": ["dist"],
|
||||
"compilerOptions": {
|
||||
"strictNullChecks": true,
|
||||
"jsx": "react-jsx",
|
||||
"jsxImportSource": "react",
|
||||
"paths": {
|
||||
"@/*": ["src/*"],
|
||||
"@components/*": ["src/components/*"],
|
||||
"@images/*": ["src/assets/images/*"],
|
||||
"@consts": ["src/consts"]
|
||||
}
|
||||
}
|
||||
}
|
||||
146
README.md
146
README.md
|
|
@ -1,146 +0,0 @@
|
|||
# Landing
|
||||
|
||||
|
||||
|
||||
## Getting started
|
||||
|
||||
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
|
||||
|
||||
Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
|
||||
|
||||
## Add your files
|
||||
|
||||
- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
|
||||
- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
|
||||
|
||||
```
|
||||
cd existing_repo
|
||||
git remote add origin https://gitlab.com/midcreative1/landing.git
|
||||
git branch -M main
|
||||
git push -uf origin main
|
||||
```
|
||||
|
||||
## Integrate with your tools
|
||||
|
||||
- [ ] [Set up project integrations](https://gitlab.com/midcreative1/landing/-/settings/integrations)
|
||||
|
||||
## Collaborate with your team
|
||||
|
||||
- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
|
||||
- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
|
||||
- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
|
||||
- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
|
||||
- [ ] [Automatically merge when pipeline succeeds](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
|
||||
|
||||
## Test and Deploy
|
||||
|
||||
Use the built-in continuous integration in GitLab.
|
||||
|
||||
- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html)
|
||||
- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing(SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
|
||||
- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
|
||||
- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
|
||||
- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
|
||||
|
||||
***
|
||||
|
||||
# Editing this README
|
||||
|
||||
When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thank you to [makeareadme.com](https://www.makeareadme.com/) for this template.
|
||||
|
||||
## Suggestions for a good README
|
||||
Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
|
||||
|
||||
## Name
|
||||
Choose a self-explaining name for your project.
|
||||
|
||||
## Description
|
||||
Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
|
||||
|
||||
## Badges
|
||||
On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
|
||||
|
||||
## Visuals
|
||||
Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
|
||||
|
||||
## Installation
|
||||
Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
|
||||
|
||||
## Usage
|
||||
Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
|
||||
|
||||
## Support
|
||||
Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
|
||||
|
||||
## Roadmap
|
||||
If you have ideas for releases in the future, it is a good idea to list them in the README.
|
||||
|
||||
## Contributing
|
||||
State if you are open to contributions and what your requirements are for accepting them.
|
||||
|
||||
For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
|
||||
|
||||
You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
|
||||
|
||||
## Authors and acknowledgment
|
||||
Show your appreciation to those who have contributed to the project.
|
||||
|
||||
## License
|
||||
For open source projects, say how it is licensed.
|
||||
|
||||
## Project status
|
||||
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
|
||||
<p align="center">
|
||||
<a href="https://www.gatsbyjs.com/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter">
|
||||
<img alt="Gatsby" src="https://www.gatsbyjs.com/Gatsby-Monogram.svg" width="60" />
|
||||
</a>
|
||||
</p>
|
||||
<h1 align="center">
|
||||
Gatsby minimal starter
|
||||
</h1>
|
||||
|
||||
## 🚀 Quick start
|
||||
|
||||
1. **Create a Gatsby site.**
|
||||
|
||||
Use the Gatsby CLI to create a new site, specifying the minimal starter.
|
||||
|
||||
```shell
|
||||
# create a new Gatsby site using the minimal starter
|
||||
npm init gatsby
|
||||
```
|
||||
|
||||
2. **Start developing.**
|
||||
|
||||
Navigate into your new site’s directory and start it up.
|
||||
|
||||
```shell
|
||||
cd my-gatsby-site/
|
||||
npm run develop
|
||||
```
|
||||
|
||||
3. **Open the code and start customizing!**
|
||||
|
||||
Your site is now running at http://localhost:8000!
|
||||
|
||||
Edit `src/pages/index.js` to see your site update in real-time!
|
||||
|
||||
4. **Learn more**
|
||||
|
||||
- [Documentation](https://www.gatsbyjs.com/docs/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
|
||||
|
||||
- [Tutorials](https://www.gatsbyjs.com/tutorial/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
|
||||
|
||||
- [Guides](https://www.gatsbyjs.com/tutorial/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
|
||||
|
||||
- [API Reference](https://www.gatsbyjs.com/docs/api-reference/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
|
||||
|
||||
- [Plugin Library](https://www.gatsbyjs.com/plugins?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
|
||||
|
||||
- [Cheat Sheet](https://www.gatsbyjs.com/docs/cheat-sheet/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter)
|
||||
|
||||
## 🚀 Quick start (Gatsby Cloud)
|
||||
|
||||
Deploy this starter with one click on [Gatsby Cloud](https://www.gatsbyjs.com/cloud/):
|
||||
|
||||
[<img src="https://www.gatsbyjs.com/deploynow.svg" alt="Deploy to Gatsby Cloud">](https://www.gatsbyjs.com/dashboard/deploynow?url=https://github.com/gatsbyjs/gatsby-starter-minimal)
|
||||
|
|
@ -1,35 +0,0 @@
|
|||
module.exports = {
|
||||
siteMetadata: {
|
||||
siteUrl: "https://www.midcreative.eu",
|
||||
title: "MID Creative",
|
||||
description: "We are creating websites, mobile apps, e-shops, platforms",
|
||||
},
|
||||
plugins: [
|
||||
"gatsby-plugin-sass",
|
||||
"gatsby-plugin-image",
|
||||
// {
|
||||
// resolve: "gatsby-plugin-google-analytics",
|
||||
// options: {
|
||||
// trackingId: "G-8M9CZ79T4L",
|
||||
// },
|
||||
// },
|
||||
"gatsby-plugin-react-helmet",
|
||||
"gatsby-plugin-sitemap",
|
||||
{
|
||||
resolve: "gatsby-plugin-manifest",
|
||||
options: {
|
||||
icon: "src/images/icon.png",
|
||||
},
|
||||
},
|
||||
"gatsby-plugin-sharp",
|
||||
"gatsby-transformer-sharp",
|
||||
{
|
||||
resolve: "gatsby-source-filesystem",
|
||||
options: {
|
||||
name: "images",
|
||||
path: "./src/images/",
|
||||
},
|
||||
__key: "images",
|
||||
},
|
||||
],
|
||||
};
|
||||
60
package.json
60
package.json
|
|
@ -1,46 +1,30 @@
|
|||
{
|
||||
"name": "mid-creative",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"description": "MID Creative",
|
||||
"author": "katherineus",
|
||||
"keywords": [
|
||||
"gatsby"
|
||||
],
|
||||
"name": "astrolanding",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"engines": {
|
||||
"node": ">=22.12.0"
|
||||
},
|
||||
"scripts": {
|
||||
"develop": "gatsby develop",
|
||||
"start": "gatsby develop",
|
||||
"build": "gatsby build",
|
||||
"serve": "gatsby serve",
|
||||
"clean": "gatsby clean",
|
||||
"lint:prettier": "yarn prettier ./src --check",
|
||||
"format:prettier": "yarn prettier ./src -w"
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"format": "prettier --write .",
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@splidejs/react-splide": "^0.7.12",
|
||||
"axios": "^1.6.5",
|
||||
"gatsby": "^5.13.3",
|
||||
"gatsby-plugin-google-analytics": "^5.13.0",
|
||||
"gatsby-plugin-image": "^3.13.0",
|
||||
"gatsby-plugin-manifest": "^5.13.0",
|
||||
"gatsby-plugin-react-helmet": "^6.13.0",
|
||||
"gatsby-plugin-sass": "^6.13.0",
|
||||
"gatsby-plugin-sharp": "^5.13.0",
|
||||
"gatsby-plugin-sitemap": "^6.13.0",
|
||||
"gatsby-source-filesystem": "^5.13.0",
|
||||
"gatsby-transformer-sharp": "^5.13.0",
|
||||
"i18next": "^23.7.16",
|
||||
"i18next-browser-languagedetector": "^7.2.0",
|
||||
"path": "^0.12.7",
|
||||
"path-browserify": "^1.0.1",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-helmet": "^6.1.0",
|
||||
"react-i18next": "^14.0.0",
|
||||
"sass": "^1.70.0",
|
||||
"swiper": "^11.0.5"
|
||||
"@astrojs/mdx": "^7.0.3",
|
||||
"@astrojs/node": "^11.0.3",
|
||||
"@astrojs/rss": "^4.0.19",
|
||||
"@astrojs/sitemap": "^3.7.3",
|
||||
"astro": "^7.1.3",
|
||||
"motion": "^12.42.2",
|
||||
"react": "^19.2.8",
|
||||
"react-dom": "^19.2.8",
|
||||
"sharp": "^0.35.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^3.3.2"
|
||||
"prettier": "^3.9.6",
|
||||
"prettier-plugin-astro": "^0.14.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +0,0 @@
|
|||
@use "sass:math";
|
||||
@function px2rem($px) {
|
||||
$root-px: 18px;
|
||||
// @return #{$px/$root-px}rem;
|
||||
@return #{math.div($px, $root-px)}rem;
|
||||
}
|
||||
|
||||
@function rem2px($rem) {
|
||||
@return $rem * 18px;
|
||||
}
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
@mixin for-tablets {
|
||||
@media all and (max-width: 1200px) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin for-mobile {
|
||||
@media all and (max-width: 767px) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin for-max-width {
|
||||
@media all and (max-width: 1224px) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
@use "mixins" as *;
|
||||
|
||||
$gutter: 24px;
|
||||
|
||||
// @include for-mobile {
|
||||
// $gutter: 20px;
|
||||
// }
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
$color-text-primary: #ffffff;
|
||||
$color-text-secondary: rgba(255, 255, 255, 60%);
|
||||
$color-accent-primary: #c16b6b;
|
||||
$color-accent-secondary: #b46f8e;
|
||||
|
|
@ -1,118 +0,0 @@
|
|||
* {
|
||||
box-sizing: inherit;
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: 100.01%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
main {
|
||||
display: block; /* as of now, not all rendering engines recognize the main element as a block */
|
||||
}
|
||||
|
||||
/* reset native button and link styles */
|
||||
button,
|
||||
input[type="button"],
|
||||
input[type="submit"] {
|
||||
cursor: pointer;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
box-shadow: none;
|
||||
color: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
button::-moz-focus-inner,
|
||||
input[type="button"]::-moz-focus-inner,
|
||||
input[type="submit"]::-moz-focus-inner {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
// always hide an element with the `hidden` html attribute
|
||||
// also needed for proper display in ie10+
|
||||
[hidden] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* Box sizing rules */
|
||||
*,
|
||||
*::before,
|
||||
*::after {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* Remove default margin */
|
||||
body,
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6,
|
||||
p,
|
||||
figure,
|
||||
blockquote,
|
||||
dl,
|
||||
dd {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
|
||||
ul[role="list"],
|
||||
ol[role="list"] {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
/* Set core body defaults */
|
||||
body {
|
||||
min-height: 100vh;
|
||||
text-rendering: optimizeSpeed;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
/* A elements that don't have a class get default styles */
|
||||
a:not([class]) {
|
||||
text-decoration-skip-ink: auto;
|
||||
}
|
||||
|
||||
/* Make images easier to work with */
|
||||
img,
|
||||
picture {
|
||||
max-width: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Inherit fonts for inputs and buttons */
|
||||
input,
|
||||
button,
|
||||
textarea,
|
||||
select {
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
/* Remove all animations and transitions for people that prefer not to see them */
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
html:focus-within {
|
||||
scroll-behavior: auto;
|
||||
}
|
||||
*,
|
||||
*::before,
|
||||
*::after {
|
||||
animation-duration: 0.01ms !important;
|
||||
animation-iteration-count: 1 !important;
|
||||
transition-duration: 0.01ms !important;
|
||||
scroll-behavior: auto !important;
|
||||
}
|
||||
}
|
||||
|
|
@ -1,87 +0,0 @@
|
|||
@use "../abstracts/functions" as *;
|
||||
@use "../abstracts/mixins" as *;
|
||||
@use "./colors" as *;
|
||||
// @import url("https://use.typekit.net/ryt1jvs.css");
|
||||
|
||||
* {
|
||||
font-family: "proxima-nova", sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
a,
|
||||
p,
|
||||
span {
|
||||
color: $color-text-primary;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-weight: 700;
|
||||
font-size: px2rem(100px);
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-weight: 700;
|
||||
font-size: px2rem(50px);
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-weight: 600;
|
||||
font-size: px2rem(25px);
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-weight: 900;
|
||||
font-size: px2rem(35px);
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-weight: 700;
|
||||
font-size: px2rem(30px);
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: px2rem(18px);
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.05rem;
|
||||
font-weight: normal;
|
||||
color: $color-text-primary;
|
||||
}
|
||||
|
||||
p {
|
||||
font-weight: 400;
|
||||
font-size: px2rem(18px);
|
||||
}
|
||||
|
||||
.gray {
|
||||
color: $color-text-secondary;
|
||||
}
|
||||
|
||||
@include for-mobile {
|
||||
h1 {
|
||||
font-weight: 800;
|
||||
font-size: px2rem(40px);
|
||||
line-height: normal;
|
||||
}
|
||||
h2 {
|
||||
font-weight: 700;
|
||||
font-size: px2rem(30px);
|
||||
line-height: normal;
|
||||
}
|
||||
h3 {
|
||||
font-weight: 700;
|
||||
font-size: px2rem(22px);
|
||||
line-height: normal;
|
||||
}
|
||||
p {
|
||||
line-height: normal;
|
||||
font-size: px2rem(16px);
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue