diff --git a/.DS_Store b/.DS_Store index 176d0f4..5cdbb10 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/README.md b/README.md index 034dc58..44bfd9a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ - Website Name: OurWorld - Brief Description: This is the official website of OurWorld. -Last Updated: March 2023 +Last Updated: Aug 2024 - production(master branch) https://ourworld.tf/ - staging(development branch) https://www2.ourworld.tf/ @@ -10,32 +10,85 @@ Last Updated: March 2023 - For any suggestions or improvement ideas please Create an issue on: https://git.ourworld.tf/tfgrid/circle_web_presence/issues -## Administrators -[ThreeFold's Web Admins](https://github.com/orgs/threefoldfoundation/teams/team_web_admin) +## Project Overview -## Contribution Procedure +The TF9 website is built using modern, efficient web technologies to ensure a seamless user experience. The stack includes: -![readme](https://user-images.githubusercontent.com/43240801/236867088-56c95abd-510c-4202-b0c5-317cdfb75cb3.png) +- **Zola**: A fast, static site generator designed for simplicity and performance. +- **Tailwind CSS**: A utility-first CSS framework for rapid UI development. +- **JavaScript**: Enhancing interactivity and functionality on the website. +- **Markdown**: Used for writing content in a simple and readable format, which Zola converts into HTML. +- **HTML**: The backbone of the web pages, structuring the content and defining the layout of the website. -It is highly important to follow this procedure to contribute to the website content.
-__WARNING__: DO NOT commit straight into __master__ / __development__ branch. +## Installation + +To get started with the development environment, ensure that you have the following installed on your machine: + +1. **Zola**: [Installation Guide](https://www.getzola.org/documentation/getting-started/installation/) +2. **Tailwind CSS**: [Installation Guide](https://tailwindcss.com/docs/installation) +3. **Node.js & npm**: Required for managing JavaScript dependencies. + + +## Getting Started + +Once these dependencies are installed, you can clone this repository and navigate into the project directory: + +```bash +git clone https://git.ourworld.tf/tfcoop/www_tf9_new +cd www_tf9_new + +``` + +### Reviewing New Website Changes Locally + +#### Access the Terminal +Within your code editor, open the terminal or command line interface. Make sure you are in the root directory of your website project in the terminal. 1. Create an Issue Feel free to [create a new issue](https://git.ourworld.tf/tfgrid/circle_web_presence/issues) to report an error on the website, or if you have any suggestions on website improvements. -2. Make your own branch from __'development'__ branch. -by creating a new branch from 'Master' you will be provided with the latest copy of the live website content. -3. Add your edits into your own branch via code editor locally, and push your local changes online. WARNING: DO NOT add your edits straight into __master__ / __development__ branch. +#### Run the Build Script: +Type **./build.sh** in the terminal and press Enter. This script is responsible for building or compiling your website code and assets. -5. Create a PR to merge your own branch into '**development**', and assign one of [ThreeFold's Web Admins](https://github.com/orgs/threefoldfoundation/teams/team_web_admin) on your PR as reviewer, or assign @sasha-astiadi as reviewer. +#### Run the Start Script: +After the build process is complete, type **./start.sh** in the terminal and press Enter. This script typically starts a local development server. -7. When PR is approved, you can see your changes on staging env on www2.threefold.io (development branch) +Wait for the Localhost URL: The start script will initiate a local development server, and it will display a localhost URL, such as **http://localhost:xxxx**, where xxxx is a port number. Wait for this URL to be generated. -8. Admin will then create a PR to merge 'development' into into '**maste**r' (production branch) +### Open the URL in Your Browser +Once the localhost URL is generated, open your web browser and enter the provided URL (e.g., http://localhost:xxxx). This will display your website locally, allowing you to review the changes you made. -10. When PR is approved, you can see your changes live on production (master branch). +## Contributing + +We welcome contributions from the community! To contribute: + +Create a new branch (git checkout -b feature/your-feature-name). +Make your changes and commit them (git commit -m 'Add new feature'). +Push to the branch (git push origin feature/your-feature-name). +Open a Pull Request. + +## Issues and Suggestions + +We welcome feedback, bug reports, and feature requests to help improve the TF9 website. If you encounter any issues or have suggestions, please follow the steps below: + +1. Go to the **TF Web Presence project** board on Gitea: [Project](https://git.ourworld.tf/tfgrid/circle_web_presence/projects/35) +2. Click on the "New Issue" button. +3. Provide a clear title and detailed description of the issue or suggestion. +4. Add relevant labels, milestones, or assignees if applicable. +5. Submit the issue. + +Our team will review and address your submission as soon as possible. + +Thank you for helping us improve TF9! +## Administrators +[ThreeFold's Web Presence Team](https://git.ourworld.tf/tfgrid/circle_web_presence/) +## Website Maintenance +![readme](https://user-images.githubusercontent.com/43240801/236867088-56c95abd-510c-4202-b0c5-317cdfb75cb3.png) + +It is highly important to follow this procedure to contribute to the website content.
+__WARNING__: DO NOT commit straight into __master__ / __development__ branch. \ No newline at end of file diff --git a/content/.DS_Store b/content/.DS_Store index 2ec16d8..db9866c 100644 Binary files a/content/.DS_Store and b/content/.DS_Store differ diff --git a/content/about/images/OW_Logo.png b/content/about/images/OW_Logo.png index 6fbdfee..4cc8c9e 100644 Binary files a/content/about/images/OW_Logo.png and b/content/about/images/OW_Logo.png differ diff --git a/content/about/img/OW_Logo.png b/content/about/img/OW_Logo.png deleted file mode 100644 index 6fbdfee..0000000 Binary files a/content/about/img/OW_Logo.png and /dev/null differ diff --git a/content/about/img/about.jpeg b/content/about/img/about.jpeg deleted file mode 100644 index c6eacc7..0000000 Binary files a/content/about/img/about.jpeg and /dev/null differ diff --git a/content/about/img/freeflow.png b/content/about/img/freeflow.png deleted file mode 100644 index 804c989..0000000 Binary files a/content/about/img/freeflow.png and /dev/null differ diff --git a/content/about/index.md b/content/about/index.md index 74fce6f..d310c7e 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -8,5 +8,19 @@ weight: 2 template: "layouts/about.html" --- - + + diff --git a/content/archive/images/OW_Logo.png b/content/archive/images/OW_Logo.png deleted file mode 100644 index 6fbdfee..0000000 Binary files a/content/archive/images/OW_Logo.png and /dev/null differ diff --git a/content/archive/images/abundance.png b/content/archive/images/abundance.png deleted file mode 100644 index ccaa0f9..0000000 Binary files a/content/archive/images/abundance.png and /dev/null differ diff --git a/content/archive/images/creator.png b/content/archive/images/creator.png deleted file mode 100644 index 71b6083..0000000 Binary files a/content/archive/images/creator.png and /dev/null differ diff --git a/content/archive/images/ff.png b/content/archive/images/ff.png deleted file mode 100644 index 8955c4a..0000000 Binary files a/content/archive/images/ff.png and /dev/null differ diff --git a/content/archive/images/ow_lp0.png b/content/archive/images/ow_lp0.png deleted file mode 100644 index 4e3cb86..0000000 Binary files a/content/archive/images/ow_lp0.png and /dev/null differ diff --git a/content/archive/images/ow_lp1.jpg b/content/archive/images/ow_lp1.jpg deleted file mode 100644 index c16d64a..0000000 Binary files a/content/archive/images/ow_lp1.jpg and /dev/null differ diff --git a/content/archive/images/ow_lp15.jpg b/content/archive/images/ow_lp15.jpg deleted file mode 100644 index b271d19..0000000 Binary files a/content/archive/images/ow_lp15.jpg and /dev/null differ diff --git a/content/archive/images/ow_lp25.png b/content/archive/images/ow_lp25.png deleted file mode 100644 index fb4b9eb..0000000 Binary files a/content/archive/images/ow_lp25.png and /dev/null differ diff --git a/content/archive/images/ow_lp44.png b/content/archive/images/ow_lp44.png deleted file mode 100644 index 45ccdcb..0000000 Binary files a/content/archive/images/ow_lp44.png and /dev/null differ diff --git a/content/archive/images/ow_lp8.jpeg b/content/archive/images/ow_lp8.jpeg deleted file mode 100644 index 99dfa0c..0000000 Binary files a/content/archive/images/ow_lp8.jpeg and /dev/null differ diff --git a/content/contact/images/OW_Logo.png b/content/contact/images/OW_Logo.png index 6fbdfee..4cc8c9e 100644 Binary files a/content/contact/images/OW_Logo.png and b/content/contact/images/OW_Logo.png differ diff --git a/content/contact/index.md b/content/contact/index.md index 2e20456..18345d9 100644 --- a/content/contact/index.md +++ b/content/contact/index.md @@ -8,5 +8,18 @@ weight: 2 template: "layouts/contact.html" --- - + + diff --git a/content/creator-zones/images/OW_Logo.png b/content/creator-zones/images/OW_Logo.png deleted file mode 100644 index 6fbdfee..0000000 Binary files a/content/creator-zones/images/OW_Logo.png and /dev/null differ diff --git a/content/creator-zones/images/creator.png b/content/creator-zones/images/creator.png deleted file mode 100644 index 71b6083..0000000 Binary files a/content/creator-zones/images/creator.png and /dev/null differ diff --git a/content/creator-zones/images/kds.png b/content/creator-zones/images/kds.png deleted file mode 100644 index 8b17f18..0000000 Binary files a/content/creator-zones/images/kds.png and /dev/null differ diff --git a/content/creator-zones/images/nature.png b/content/creator-zones/images/nature.png deleted file mode 100644 index 83be28d..0000000 Binary files a/content/creator-zones/images/nature.png and /dev/null differ diff --git a/content/creator-zones/images/ow_lp1.png b/content/creator-zones/images/ow_lp1.png deleted file mode 100644 index 8be135e..0000000 Binary files a/content/creator-zones/images/ow_lp1.png and /dev/null differ diff --git a/content/creator-zones/images/ow_lp11.png b/content/creator-zones/images/ow_lp11.png deleted file mode 100644 index 10790e2..0000000 Binary files a/content/creator-zones/images/ow_lp11.png and /dev/null differ diff --git a/content/creator-zones/images/ow_lp12.png b/content/creator-zones/images/ow_lp12.png deleted file mode 100644 index 451d240..0000000 Binary files a/content/creator-zones/images/ow_lp12.png and /dev/null differ diff --git a/content/creator-zones/images/ow_lp14.png b/content/creator-zones/images/ow_lp14.png deleted file mode 100644 index 1e817c0..0000000 Binary files a/content/creator-zones/images/ow_lp14.png and /dev/null differ diff --git a/content/creator-zones/images/ow_lp40.jpg b/content/creator-zones/images/ow_lp40.jpg deleted file mode 100644 index 3f1c034..0000000 Binary files a/content/creator-zones/images/ow_lp40.jpg and /dev/null differ diff --git a/content/creator-zones/images/ow_lp8.jpg b/content/creator-zones/images/ow_lp8.jpg deleted file mode 100644 index 99dfa0c..0000000 Binary files a/content/creator-zones/images/ow_lp8.jpg and /dev/null differ diff --git a/content/creator-zones/images/ow_lp9.png b/content/creator-zones/images/ow_lp9.png deleted file mode 100644 index d22175d..0000000 Binary files a/content/creator-zones/images/ow_lp9.png and /dev/null differ diff --git a/content/creator-zones/images/p2p.png b/content/creator-zones/images/p2p.png deleted file mode 100644 index 79a94a8..0000000 Binary files a/content/creator-zones/images/p2p.png and /dev/null differ diff --git a/content/creator-zones/images/regenerative.png b/content/creator-zones/images/regenerative.png deleted file mode 100644 index fa5a23f..0000000 Binary files a/content/creator-zones/images/regenerative.png and /dev/null differ diff --git a/content/creator-zones/index.md b/content/creator-zones/index.md deleted file mode 100644 index b74c66d..0000000 --- a/content/creator-zones/index.md +++ /dev/null @@ -1,144 +0,0 @@ ---- -title: "Creator Zones" -description: "A better world is where we all have access to endless information and opportunities." -date: 2018-09-14T21:00:00-05:00 -updated: 2021-02-20T14:40:00-06:00 -draft: false -extra: - author: ---- - - - -
- - -
- -
- -{% row(style="center lean-right") %} - -### GROWTH BEGINS IN - -## THE CREATOR ZONE - -
- -Creator Zones are set up to allow aspiring entrepreneurs, business people and digital nomads to work together on projects and experiences that bring a positive impact to the society. - - - -||| - -![Image](images/creator.png) - -{% end %} - -{{ space() }} - -{% row(style="center lean-left" bgColor="#c4ffeb") %} - -![Image](images/nature.png) - -||| - -### THE -## LOVE OF NATURE - -
- -Creator Zones are always integrated with nature. -This creates a more sustainable environment that -allows community members to be more -sustainable. This also promotes greener habits -to become the standard of every Creator Zone. - -{% end %} - -{{ space() }} - -{% row(style="center lean-left") %} - - -### BUILT BY - -## TOGETHERNESS - -
- -Co-living and coworking in Creator Zones allow members to create effective and innovative experiences. - -
- -We have created an environment where collaboration and team work lead to the developoment of advanced technologies that focus on endless creating opportunities. - -||| - -![Image](images/ow_lp1.png) - -{% end %} - -{{ space() }} - -{% row(style="center narrow") %} - -
- -![Image](images/regenerative.png) - -
- -### REGENERATIVE - -## FARMING - -
- -We work with the local population to allow them to help and earn from the Creator Zone community by assisting in regenerative farming. This makes our communities promote healthier living and also allows us to become more self-sufficient. - -{% end %} - -{{ space() }} - -{% row(style="center lean-right") %} - -### THE POWER OF - -## P2P - -
- -All Creator Zone experiences and technologies are built on top of the world’s largest decentralized and peer-to-peer network, the ThreeFold Grid. This allows endless security and scalability for all projects whilst offering limitless opportunities. - - - -||| - -![Image](images/p2p.png) - -{% end %} - - -
- - -{{ space() }} - -{% row(style="center narrow invert-color" bgColor="#4ec48f") %} - -## WANNA GET **INVOLVED?** - -
- -Interested in partnering up? Or just wanna say hi? - -Drop us a message! - - - -
- -#### OUR**WORLD** - -{% end %} diff --git a/content/experiences/images/OW_Logo.png b/content/experiences/images/OW_Logo.png index 6fbdfee..4cc8c9e 100644 Binary files a/content/experiences/images/OW_Logo.png and b/content/experiences/images/OW_Logo.png differ diff --git a/content/footer/_index.md b/content/footer/_index.md index cb63b30..415ad6d 100644 --- a/content/footer/_index.md +++ b/content/footer/_index.md @@ -18,8 +18,6 @@ extra: ###### [Incubaid](https://incubaid.com/) -###### [Mazraa](https://maazra.io/) - ###### [Sikana](https://sikana.tv/) ###### [VVerse](https://vverse.co/) @@ -34,9 +32,6 @@ extra:
OurPhone
-
ODEZ
- -
Habari
||| diff --git a/content/footer/images/OW_Logo.png b/content/footer/images/OW_Logo.png index 6fbdfee..4cc8c9e 100644 Binary files a/content/footer/images/OW_Logo.png and b/content/footer/images/OW_Logo.png differ diff --git a/content/header/_index.md b/content/header/_index.md index bb352f0..3ef68f9 100644 --- a/content/header/_index.md +++ b/content/header/_index.md @@ -7,11 +7,9 @@ extra: logoPath: "/images/OW_Logo.png" imgPath: "" --- -- [Home]("/") + - [About]("/about") -- [Invest]("/invest") - [Ventures]("/ventures") - [People]("/people") -- [Newsroom]("/newsroom") - [Contact]("/contact") diff --git a/content/header/images/OW_Logo.png b/content/header/images/OW_Logo.png index 6fbdfee..4cc8c9e 100644 Binary files a/content/header/images/OW_Logo.png and b/content/header/images/OW_Logo.png differ diff --git a/content/home/index.md b/content/home/index.md index 24b7361..a80b709 100644 --- a/content/home/index.md +++ b/content/home/index.md @@ -7,60 +7,23 @@ draft: false weight: 1 --- - + + \ No newline at end of file diff --git a/content/invest/images/OW_Logo.png b/content/invest/images/OW_Logo.png deleted file mode 100644 index 6fbdfee..0000000 Binary files a/content/invest/images/OW_Logo.png and /dev/null differ diff --git a/content/invest/images/kds.png b/content/invest/images/kds.png deleted file mode 100644 index 8b17f18..0000000 Binary files a/content/invest/images/kds.png and /dev/null differ diff --git a/content/invest/img/OW_Logo.png b/content/invest/img/OW_Logo.png deleted file mode 100644 index 6fbdfee..0000000 Binary files a/content/invest/img/OW_Logo.png and /dev/null differ diff --git a/content/invest/img/about.jpeg b/content/invest/img/about.jpeg deleted file mode 100644 index c6eacc7..0000000 Binary files a/content/invest/img/about.jpeg and /dev/null differ diff --git a/content/invest/img/exits.png b/content/invest/img/exits.png deleted file mode 100644 index be92188..0000000 Binary files a/content/invest/img/exits.png and /dev/null differ diff --git a/content/invest/img/freeflow.png b/content/invest/img/freeflow.png deleted file mode 100644 index 804c989..0000000 Binary files a/content/invest/img/freeflow.png and /dev/null differ diff --git a/content/invest/img/ow5.png b/content/invest/img/ow5.png deleted file mode 100644 index e371115..0000000 Binary files a/content/invest/img/ow5.png and /dev/null differ diff --git a/content/invest/img/owbenefit.png b/content/invest/img/owbenefit.png deleted file mode 100644 index 0bd3889..0000000 Binary files a/content/invest/img/owbenefit.png and /dev/null differ diff --git a/content/invest/img/owebenefit.png b/content/invest/img/owebenefit.png deleted file mode 100644 index e134cb3..0000000 Binary files a/content/invest/img/owebenefit.png and /dev/null differ diff --git a/content/invest/img/owpass.png b/content/invest/img/owpass.png deleted file mode 100644 index 3c97ab0..0000000 Binary files a/content/invest/img/owpass.png and /dev/null differ diff --git a/content/invest/img/owpass2.png b/content/invest/img/owpass2.png deleted file mode 100644 index 2ff7c67..0000000 Binary files a/content/invest/img/owpass2.png and /dev/null differ diff --git a/content/invest/img/owpass3.png b/content/invest/img/owpass3.png deleted file mode 100644 index db926c3..0000000 Binary files a/content/invest/img/owpass3.png and /dev/null differ diff --git a/content/invest/img/owpass4.png b/content/invest/img/owpass4.png deleted file mode 100644 index 3665998..0000000 Binary files a/content/invest/img/owpass4.png and /dev/null differ diff --git a/content/invest/img/president.png b/content/invest/img/president.png deleted file mode 100644 index 41dfc4d..0000000 Binary files a/content/invest/img/president.png and /dev/null differ diff --git a/content/invest/img/team.png b/content/invest/img/team.png deleted file mode 100644 index d2b7cb0..0000000 Binary files a/content/invest/img/team.png and /dev/null differ diff --git a/content/invest/img/threefold.png b/content/invest/img/threefold.png deleted file mode 100644 index 094680d..0000000 Binary files a/content/invest/img/threefold.png and /dev/null differ diff --git a/content/invest/index.md b/content/invest/index.md deleted file mode 100644 index a72edc8..0000000 --- a/content/invest/index.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: "About" -description: "" -date: 2018-09-14 -updated: 2021-02-20 -draft: false -weight: 2 -template: "layouts/ourpass.html" ---- - - - diff --git a/content/newsroom/africanregensummit/index.md b/content/newsroom/africanregensummit/index.md index d65bd8d..e85906e 100644 --- a/content/newsroom/africanregensummit/index.md +++ b/content/newsroom/africanregensummit/index.md @@ -1,13 +1,13 @@ --- id: africanregensummit -title: 🌍 African Regenerative Cities Summit +title: African Regenerative Cities Summit image_caption: African Regenerative Cities Summit description: Learn about the summit we hosted this past weekend in Zanzibar to unite innovators and investors to support Africa's future. date: 2023-07-23 taxonomies: - people: [sam_taggart] - tags: [community,technology,update,event] - news-category: [foundation] + people: [] + tags: [] + news-category: [] extra: imgPath: africanregensummit.png --- diff --git a/content/newsroom/networkstateconference/index.md b/content/newsroom/networkstateconference/index.md new file mode 100644 index 0000000..028a1c6 --- /dev/null +++ b/content/newsroom/networkstateconference/index.md @@ -0,0 +1,32 @@ +--- +id: networkstateconference +title: "Recap: Network State Conference" +image_caption: Network State Conference +description: "'We are building the infrastructure layer for Network State as a Service,' Florian Fournier." +date: 2024-09-25 +taxonomies: + people: [] + tags: [] + news-category: [] +extra: + imgPath: networkstateconference.png + isFeatured: false +--- + +Florian represented ThreeFold and OurWorld on stage at the Network State Conference in Singapore last week, to share a powerful solution for any network state. + +
+ +“We are building the infrastructure layer for Network State as a Service by combining a decentralized cloud running on bare metal with a digital free zone from where we can all exist freely.” + +
+ +Florian explained that if we want to create “cloud-first’ network states, “we definitely don’t want to run them on Amazon Web Services or Google Cloud. Because privacy is power – and we need to own our digital life, and we need to own our data.” + +
+ +“We built a network layer and platform where any community can deploy directly its own sovereign cloud.” + +
+ +Take a look at Florian’s talk [here](https://www.youtube.com/live/OWEGg-ZTtSE?si=EukLJY9t0cO_8Ut9&t=14763). \ No newline at end of file diff --git a/content/newsroom/networkstateconference/networkstateconference.png b/content/newsroom/networkstateconference/networkstateconference.png new file mode 100644 index 0000000..7b07e6c Binary files /dev/null and b/content/newsroom/networkstateconference/networkstateconference.png differ diff --git a/content/newsroom/ourworldfreezone/index.md b/content/newsroom/ourworldfreezone/index.md index 08cad4a..9c39670 100644 --- a/content/newsroom/ourworldfreezone/index.md +++ b/content/newsroom/ourworldfreezone/index.md @@ -1,13 +1,13 @@ --- id: ourworldfreezone -title: 🗞 In the News – OurWorld Digital Free Zone +title: In the News – OurWorld Digital Free Zone image_caption: OurWorld Digital Free Zone description: OurWorld Digital Free Zone received some coverage recently from IPPMEDIA. Take a look! date: 2023-08-01 taxonomies: - people: [sam_taggart] - tags: [partner,news,community,technology,update] - news-category: [foundation] + people: [] + tags: [] + news-category: [] extra: imgPath: ourworldfreezone.png isFeatured: true diff --git a/content/newsroom/transformativeimpactzanzibar/index.md b/content/newsroom/transformativeimpactzanzibar/index.md new file mode 100644 index 0000000..dfea0ce --- /dev/null +++ b/content/newsroom/transformativeimpactzanzibar/index.md @@ -0,0 +1,36 @@ +--- +id: transformativeimpactsummit +title: Transformative Impact Summit Recap +image_caption: Transformative Impact Summit Recap +description: Held June 7 - 9 in Zanzibar, TIS brought together a global audience from the impact ecosystem. +date: 2024-06-14 +taxonomies: + people: [] + tags: [] + news-category: [] +extra: + imgPath: transformativeimpactzanzibar.png +--- + +*By bringing together those dedicating their lives to making the world a better place, and empowering them with exposure, support, connection, and funding, we not only celebrate transformative impact, we create it.* + +
+ +Held this June 7 - 9 in Zanzibar, Tanzania, the Transformative Impact Summit convened with this important focus, attracting an audience of people from around the world working across the entire impact ecosystem, along with students from local IT universities, and government officials from Zanzibar. + +
+ +A [jam-packed three-day schedule of focused talks](https://www.catalist.network/1-column-agenda/tis-africa-24) gave essential background and context to the incredible group of participants and their initiatives. Different tracks for the summit included Financial Innovation, Regenerative Finance, Regenerative Agriculture and Food, health and social connection, AI, Web3, and Tech for Good. + +
+ +The diverse array of speakers and topics included: + +
+ +- Kristof, Florian, and Greg from the OurWorld team +- Matthew Schutte, co-founder of [HoloChain](https://holochain.org), who talked about HoloChain and their perspective on application development +- Omrei Abumadi, founder of OurVerse, who discussed the metaverse and showcased a virtual environment built just for the event +- Victor Muhagachi and David Machuche, co-founders of [Chatafisha](https://chatafisha.com/) and [Dunia Yetu](https://duniayetu.com) collaborators, who spoke about how FinTech can empower Africa’s waste pickers +- Dr. Cornelia Wallner-Frisee, co-founder of [Africa Amini Life](https://www.africaaminilife.com/en), who presented “Education is Our Strongest Medicine” +- El Fuego Mutaz, Head of Africa at [Refunite](https://refunite.org/), a tech non-profit that uses technology and innovation to provide humanitarian assistance, who spoke about how technology can reconnect families, as well as reshaping the future of aid with local community leadership \ No newline at end of file diff --git a/content/newsroom/transformativeimpactzanzibar/transformativeimpactzanzibar.png b/content/newsroom/transformativeimpactzanzibar/transformativeimpactzanzibar.png new file mode 100644 index 0000000..bd0c74e Binary files /dev/null and b/content/newsroom/transformativeimpactzanzibar/transformativeimpactzanzibar.png differ diff --git a/content/newsroom/zuzalu/index.md b/content/newsroom/zuzalu/index.md index 7ddf0a6..33e6cc6 100644 --- a/content/newsroom/zuzalu/index.md +++ b/content/newsroom/zuzalu/index.md @@ -1,13 +1,13 @@ --- id: zuzalu -title: 🗓 ThreeFold Team @ Zuzalu -image_caption: ThreeFold Team @ Zuzalu +title: ThreeFold & OurWorld Teams @ Zuzalu +image_caption: ThreeFold / OurWorld Teams Attending Zuzalu description: Some of the team is at the New Cities & Network States event at Zuzalu, where Kristof will be speaking. date: 2023-04-26 taxonomies: - people: [sam_taggart] - tags: [update, news, community] - news-category: [foundation] + people: [] + tags: [] + news-category: [] extra: imgPath: zuzalu.png --- @@ -24,9 +24,5 @@ Looking forward to a productive event with a like-minded community of people and
-We'll share more as we have it here and/or on other channels. - -
- - Zuzalu | [Site](https://zuzalu.city/) - The Event | [Site](https://lu.ma/ae66qgco) \ No newline at end of file diff --git a/content/people/adnan_fatayerji/index.md b/content/people/adnan_fatayerji/index.md index 273842d..923feaa 100644 --- a/content/people/adnan_fatayerji/index.md +++ b/content/people/adnan_fatayerji/index.md @@ -1,21 +1,20 @@ --- -title: Adnan Fatayerji -weight: 1 -description: Honored to be part of a team that has the potential to make the world a better place.. +title: Adnan Fateryji +weight: 2 +description: Co-Founder & ThreeFold DMCC CEO taxonomies: - people: [adnan_fatayerji] + people: [adnan fatayerji] memberships: [] categories: [] extra: imgPath: adnan_fatayerji.jpg organizations: [] - countries: [UAE, Spain] - cities: [Dubai, Ibiza] + countries: [] + cities: [] private: 0 socialLinks: { LinkedIn: https://www.linkedin.com/in/adnansf/, - websites: https://threefold.io/, https://www.mazraa.io/, } --- -Honored to be part of a team that has the potential to make the world a better place by connecting billions of people to a new, accessible, data sovereign and environmentally conscious internet. A social entrepreneur, plant based warrior and a sovereign digital economy advocate with a passion for music creation and collaboration. Adnan has been based in the United Arab Emirates for the past 20 years, during which he has built successful grass-root businesses and invested startups in various sectors. At ThreeFold Adnan is responsible for driving the ThreeFold Foundation Ecosystem. Adnan is also the CEO of the @Mazraa Cooperative which is a founding farm and P2P Cloud Capacity provider on the ThreeFold Network. +Social entrepreneur and ethical technologist with experience advancing sovereign technologies. \ No newline at end of file diff --git a/content/people/alexandre_hannelas/index.md b/content/people/alexandre_hannelas/index.md index b33e13d..3a1a0e4 100644 --- a/content/people/alexandre_hannelas/index.md +++ b/content/people/alexandre_hannelas/index.md @@ -1,7 +1,7 @@ --- title: Alexandre Hannelas weight: 3 -description: Finance manager, artist-painter, nature enthusiast. +description: Finance Manager taxonomies: people: [alexandre_hannelas] memberships: [] @@ -19,4 +19,4 @@ extra: } --- -After graduating from a Masters in Finance at Toulouse School of Management, Alexandre worked with regenerative companies to help them in their funding round. He quickly thought about how unsustainable our current financial market is and reflecting on how can we make this system more devoted to collaboration instead of competition. Believing that digital currencies can solve a lot economical problems, he joined first ThreeFold and then OurWorld because the projects are perfectly aligned with his vision of enhancing people’s life on this earth. Being an artist-painter on the side, he is creating an online gallery which will promote and support international artists whose inspirations come from their deep connection with nature. He has the aim of bridging the creative world with the business world. +Capable finance specialist with a deep passion in driving lean and innovative business models. \ No newline at end of file diff --git a/content/people/amrit_gayan/amrit_gayan.jpeg b/content/people/amrit_gayan/amrit_gayan.jpeg new file mode 100644 index 0000000..8e5fddb Binary files /dev/null and b/content/people/amrit_gayan/amrit_gayan.jpeg differ diff --git a/content/people/amrit_gayan/index.md b/content/people/amrit_gayan/index.md new file mode 100644 index 0000000..10c728d --- /dev/null +++ b/content/people/amrit_gayan/index.md @@ -0,0 +1,20 @@ +--- +title: Amrit Gayan +weight: 4 +description: Advisor, Ops & Finance +taxonomies: + people: [amrit_gayan] + memberships: [] + categories: [] +extra: + imgPath: amrit_gayan.jpeg + organizations: [] + countries: [] + cities: [] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/amrit-gayan-mba-38083462, + } +--- + ++20 years experience leading award-winning banks. AI and technology enthusiast. \ No newline at end of file diff --git a/content/people/chris_camponovo/chris_camponovo.jpeg b/content/people/chris_camponovo/chris_camponovo.jpeg new file mode 100644 index 0000000..936a083 Binary files /dev/null and b/content/people/chris_camponovo/chris_camponovo.jpeg differ diff --git a/content/people/chris_camponovo/index.md b/content/people/chris_camponovo/index.md new file mode 100644 index 0000000..0077d0a --- /dev/null +++ b/content/people/chris_camponovo/index.md @@ -0,0 +1,20 @@ +--- +title: Chris Camponovo +weight: 2 +description: Director & OurWorld FreeZone Co-Founder +taxonomies: + people: [chris_camponovo] + memberships: [] + categories: [] +extra: + imgPath: chris_camponovo.jpeg + organizations: [] + countries: [] + cities: [] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/christopher-camponovo-a8a57515/, + } +--- + +Former white house lawyer and private equity fund founder that drives multinational asset recovery solutions. \ No newline at end of file diff --git a/content/people/florian_fournier/florian_fournier.jpeg b/content/people/florian_fournier/florian_fournier.jpeg index 4f45d5f..a5cccdd 100644 Binary files a/content/people/florian_fournier/florian_fournier.jpeg and b/content/people/florian_fournier/florian_fournier.jpeg differ diff --git a/content/people/florian_fournier/index.md b/content/people/florian_fournier/index.md index 59164e8..dd88160 100644 --- a/content/people/florian_fournier/index.md +++ b/content/people/florian_fournier/index.md @@ -1,7 +1,7 @@ --- title: Florian Fournier -weight: 1 -description: Ecosystem development. The vision is always the same - to enact individual actions that address global challenges. +weight: 2 +description: Co-Founder taxonomies: people: [florian_fournier] memberships: [] @@ -18,4 +18,4 @@ extra: } --- -When Florian left Apple he was 30 years old. It was the toughest decision he had ever made. Why leave a career so many people dream of – an executive position in the global company? Being really happy working at Apple and part of an amazing young and dynamic team that had been built over the last few years to take care of the marketing for Latin America. Florian was feeling accomplished to be working for such a great organization. But years were passing by. One after the other. And the iPhone 6S was replacing the iPhone 6 and so on. Year after year. A machine you cannot stop. Technology is amazing. Really. But so much seemed at stake about how it could be used to improve people’s lives and how they could really connect to each other.Florian feelt deep inside that working on the tools was not enough, and that he needed to work on the content and give it a different usage. He had to follow his heart and intuition. We will bring new ways of living together, relating, moving, consuming, taking care of each other and working in a more sustainable way, by unpicking current scenarios and anticipating future perspectives. The vision is always the same - to enact individual actions that address global challenges. +Experienced social entrepreneur and marketing executive with extensive network in the US and Latam. \ No newline at end of file diff --git a/content/people/gregory_flipo/index.md b/content/people/gregory_flipo/index.md index 89aefc1..3691937 100644 --- a/content/people/gregory_flipo/index.md +++ b/content/people/gregory_flipo/index.md @@ -1,7 +1,7 @@ --- title: Gregory Flipo -weight: 1 -description: Community Development. I move people to develop their potential and serve the common good. +weight: 2 +description: Co-Founder & Sikana CEO taxonomies: people: [gregory_flipo] memberships: [] @@ -18,4 +18,4 @@ extra: } --- -Gregory Flipo is a purpose-driven Entrepreneur dedicated to accelerating human progress for 20 years. After a round-the-world trip, meeting hundreds of social entrepreneurs who focused on the 4 billion people who are living with less than 2 dollars per day. He founded Sikana, A learning and sharing collaborative platform to empower anyone with life skills to develop their potential and serve the common good. Hundreds of millions of people have been impacted by Sikana Original content all supported by thousands of engaged members from around the world. Gregory is bringing that innovative, impactful, and decentralized approach to our Ecosystem of ventures as a Community Developer. +Social entrepreneur with 20 years of experience building educational content and platforms used by millions today. \ No newline at end of file diff --git a/content/people/hugo_mathecowitsch/hugo_mathecowitsch.jpeg b/content/people/hugo_mathecowitsch/hugo_mathecowitsch.jpeg new file mode 100644 index 0000000..1ea7c23 Binary files /dev/null and b/content/people/hugo_mathecowitsch/hugo_mathecowitsch.jpeg differ diff --git a/content/people/hugo_mathecowitsch/index.md b/content/people/hugo_mathecowitsch/index.md new file mode 100644 index 0000000..9c831f7 --- /dev/null +++ b/content/people/hugo_mathecowitsch/index.md @@ -0,0 +1,20 @@ +--- +title: Hugo Mathecowitsch +weight: 4 +description: Advisor, Product +taxonomies: + people: [hugo_mathecowitsch] + memberships: [] + categories: [] +extra: + imgPath: hugo_mathecowitsch.jpeg + organizations: [] + countries: [] + cities: [] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/hugo-mathecowitsch-9447a3213, + } +--- + +Launched leading fintech startups in South America. Regenerating public goods. \ No newline at end of file diff --git a/content/people/jan_de_landtsheer/index.md b/content/people/jan_de_landtsheer/index.md index 537724a..87f2391 100644 --- a/content/people/jan_de_landtsheer/index.md +++ b/content/people/jan_de_landtsheer/index.md @@ -1,7 +1,7 @@ --- title: Jan De Landtsheer -weight: 2 -description: Techie at heart, having lived professionally in the tech basements of the Internet. +weight: 4 +description: Advisor, Tech taxonomies: people: [jan_de_landtsheer] memberships: [] @@ -9,8 +9,8 @@ taxonomies: extra: imgPath: jan_de_landtsheer.jpeg organizations: [] - countries: [Belgium] - cities: [Gent] + countries: [] + cities: [] private: 0 socialLinks: { LinkedIn: https://www.linkedin.com/in/jand2/, @@ -19,4 +19,4 @@ extra: } --- -Wandering the Net since it's inception (www wasn't even a thing back then... and yes, I'm that old), I have experienced the (r)evolution of the Internet in steps going backward in terms of accessibility, bias and width. It seems to me, by the effect of personalized search, directed ads, filtered and hidden information, that the Internet has become so much smaller, narrowing and enforcing biased views. That needs to be addressed. The Net needs to become that vast resource of unbiased knowledge, so that people can start thinking for themselves again. That's why I'm here, to be part of a group of guardians who's purpose is to equalize all views so that people can really understand viewpoints instead of being just judgemental. Techie at heart, having lived professionally in the tech basements of the Internet, I can help and I will help. Education for all is the only path to a better world. Count me in. ++30 years experience building deep tech. Co-Founder at ThreeFold. \ No newline at end of file diff --git a/content/people/karoline_zizka/index.md b/content/people/karoline_zizka/index.md index b90339c..18ca9ce 100644 --- a/content/people/karoline_zizka/index.md +++ b/content/people/karoline_zizka/index.md @@ -1,7 +1,7 @@ --- title: Karoline Zizka weight: 2 -description: Coordination. Always having the most productive and playful outcomes for the Highest Good of all in mind and heart. +description: HR Coordinator taxonomies: people: [karoline_zizka] memberships: [] @@ -18,4 +18,4 @@ extra: } --- -The appetite to travel and work was already created before she even entered the twenty-year mark. Blessed by her parents showing her beautiful places, she did the (hard) work and joined an international catering company serving the Formula 1 races for three years around the globe. During that time she finished her diploma in urban tourism and event management in Vienna, Austria where she was born and raised. Shortly after she moved to Maastricht, NL until the Universe pulled her into the direction of a magical island and provided her with a hotel manager position in Bali, Indonesia. This impacted her life tremendously and her spiritual journey marked its starting point. Besides many challenges of being white, a woman, and in the early twenties in a developing country she managed to find a flow with 38 employees and grow out of her comfort zone. After that came some slow travel until she picked up the pace in the organization of conferences, which let her transition into the tech space. With a unique ‘chain reaction of people’ Karoline found herself lucky enough with an aligned organization like ThreeFold, and now OurWorld. Currently, she is serving by coordinating with people on particular projects, always having the most productive and playful outcomes for the Highest Good of all in mind and heart. +Passionate about driving people-centric strategies with effective KPIs, supporting venture growth and employee satisfaction. \ No newline at end of file diff --git a/content/people/karoline_zizka/karoline_zizka.jpeg b/content/people/karoline_zizka/karoline_zizka.jpeg index 61efa75..c42d720 100644 Binary files a/content/people/karoline_zizka/karoline_zizka.jpeg and b/content/people/karoline_zizka/karoline_zizka.jpeg differ diff --git a/content/people/kristof_de_spiegeleer/index.md b/content/people/kristof_de_spiegeleer/index.md index 99aeabc..0f6030c 100644 --- a/content/people/kristof_de_spiegeleer/index.md +++ b/content/people/kristof_de_spiegeleer/index.md @@ -1,7 +1,7 @@ --- title: Kristof de Spiegeleer weight: 1 -description: Founder & CEO. Nerd engineer, humanist & motivated entrepreneur. +description: Co-Founder & CEO taxonomies: people: [kristof_de_spiegeleer] memberships: [] @@ -19,4 +19,4 @@ extra: } --- -Humanist & motivated entrepreneur, passionate to help make the world a better place. Kristof strongly believes there is need for a neutral internet owned by millions. We dream about a world where everyone can be happy, with respect for each other and the world’s resources. A world where we dare to love ourselves and we don’t have to be scared about our future. A world where we don’t need to be a product and we have learned to collaborate with openness and trust. \ No newline at end of file +Serial entrepreneur with 30 years of experience in Internet and cloud, with + USD 600m in exits. \ No newline at end of file diff --git a/content/people/marion_ravarino/index.md b/content/people/marion_ravarino/index.md index f109f8f..484ce8a 100644 --- a/content/people/marion_ravarino/index.md +++ b/content/people/marion_ravarino/index.md @@ -1,13 +1,13 @@ --- title: Marion Ravarino weight: 3 -description: Growing up in a multicultural environment has made me an enthusiastic and very open-minded person. +description: Project Management & Communication taxonomies: people: [marion_ravarino] - memberships: [team] + memberships: [] categories: [foundation] extra: - imgPath: marion_ravarino.jpg + imgPath: marion_ravarino.jpeg organizations: [threefold_tech] countries: [Germany] cities: [] @@ -18,5 +18,4 @@ extra: } --- - -Growing up in a multicultural environment has made me an enthusiastic and very open-minded person. I’ve had the incredible opportunity to live and travel in many countries, experiencing diverse cultures and backgrounds. Driven by a natural curiosity for new knowledge, my journey led me to discover ThreeFold and explore its innovative technology as part of my MSc thesis. ThreeFold's mission and values are perfectly aligned with my vision of a better future for all. I firmly believe that by leveraging technology, we can create positive change and foster a more equitable world. +Driven by a natural curiosity for new knowledge. OurWorld's mission and values are perfectly aligned with my vision of a better future for all. \ No newline at end of file diff --git a/content/people/marion_ravarino/marion_ravarino.jpeg b/content/people/marion_ravarino/marion_ravarino.jpeg new file mode 100644 index 0000000..6dc76ac Binary files /dev/null and b/content/people/marion_ravarino/marion_ravarino.jpeg differ diff --git a/content/people/marion_ravarino/marion_ravarino.jpg b/content/people/marion_ravarino/marion_ravarino.jpg deleted file mode 100644 index c3db6b8..0000000 Binary files a/content/people/marion_ravarino/marion_ravarino.jpg and /dev/null differ diff --git a/content/people/michel_coucke/index.md b/content/people/michel_coucke/index.md new file mode 100644 index 0000000..ceb0abb --- /dev/null +++ b/content/people/michel_coucke/index.md @@ -0,0 +1,20 @@ +--- +title: Michel Coucke +weight: 1 +description: Director +taxonomies: + people: [michel_coucke] + memberships: [] + categories: [] +extra: + imgPath: michel_coucke.jpg + organizations: [] + countries: [] + cities: [] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/michel-coucke-66112a, + } +--- + +CEO Lancor, a global executive search firm specializing in board-level search mandates including C-level execs and more. \ No newline at end of file diff --git a/content/people/michel_coucke/michel_coucke.jpg b/content/people/michel_coucke/michel_coucke.jpg new file mode 100644 index 0000000..5f047da Binary files /dev/null and b/content/people/michel_coucke/michel_coucke.jpg differ diff --git a/content/people/nousrath_bhugeloo/index.md b/content/people/nousrath_bhugeloo/index.md new file mode 100644 index 0000000..84e3b39 --- /dev/null +++ b/content/people/nousrath_bhugeloo/index.md @@ -0,0 +1,20 @@ +--- +title: Nousrath Bhugeloo +weight: 1 +description: Director & Executive Chairperson +taxonomies: + people: [nousrath_bhugeloo] + memberships: [] + categories: [] +extra: + imgPath: nousrath_bhugeloo.jpg + organizations: [] + countries: [] + cities: [] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/nousrath-bhugeloo-78078520, + } +--- + +Advisor to multinationals, funds, family offices and individual entrepreneurs on their strategies and cross border business. \ No newline at end of file diff --git a/content/people/nousrath_bhugeloo/nousrath_bhugeloo.jpg b/content/people/nousrath_bhugeloo/nousrath_bhugeloo.jpg new file mode 100644 index 0000000..2a63444 Binary files /dev/null and b/content/people/nousrath_bhugeloo/nousrath_bhugeloo.jpg differ diff --git a/content/people/owen_kemp/index.md b/content/people/owen_kemp/index.md index fbcd8dc..2e0b323 100644 --- a/content/people/owen_kemp/index.md +++ b/content/people/owen_kemp/index.md @@ -1,7 +1,7 @@ --- title: Owen Kemp -weight: 2 -description: I am an optimist and love doing things differently than the norm. +weight: 4 +description: Advisor, Business Development taxonomies: people: [owen_kemp] memberships: [] @@ -18,4 +18,4 @@ extra: } --- -Owen Kemp is an experienced executive in the IT space, having led several multi-billion dollar businesses for HP in all world-wide markets. He was responsible for HP’s world-wide Finance Industry business, launched HP in to the emerging markets of Sub-Saharan Africa and Middle East and ran HP’s subsidiary in Russia with an emphasis on improving balance of trade, R&D and corporate citizenship. Since leaving HP, Owen has focused on assisting start-ups (early to late stage) with his broad management and market experience. Among others he has worked with cutting-edge companies in Cloud- and Edge computing; Smart City technologies; Eco-Tech; Fin-Tech; Reg-Tech and Digital Marketing; Block-chain and Cryptocurrency. In addition to working with Private Equity funds in New York, Russia and Austria, he was also advising various Family Offices. He is also an advisor to the Austrian Government in attracting foreign investment to Austria. Owen is a professional management consultant, coach and mentor and has helped many companies in improving their strategy including business development, internationalisation, Go-To-Market and partnership strategy, recruitment and more. Owen has known and worked with Kristof de Spiegeleer since 2011 and is now fully on board of the ThreeFold Foundation and TF Tech. +Former HPE VP Innovation & International Relations. Co-Founder at TF9. \ No newline at end of file diff --git a/content/people/sacha_obeegadoo/index.md b/content/people/sacha_obeegadoo/index.md index 237365b..cfdcab3 100644 --- a/content/people/sacha_obeegadoo/index.md +++ b/content/people/sacha_obeegadoo/index.md @@ -1,7 +1,7 @@ --- title: Sacha Obeegadoo -weight: 1 -description: Organisational and Ecosystem Strategy. Problem-solver. Good-doer. +weight: 2 +description: Program Manager taxonomies: people: [sacha_obeegadoo] memberships: [] @@ -19,4 +19,4 @@ extra: } --- -Sacha is a positive and outgoing individual. Seeking challenging and dynamic opportunities, he invests himself in sustainable activities with a view to producing real results and doing good for the world. He believes that change is the only constant. +Business Developer with experience growing companies across various sectors. \ No newline at end of file diff --git a/content/people/sam_taggart/index.md b/content/people/sam_taggart/index.md index 15c5902..b74b87d 100644 --- a/content/people/sam_taggart/index.md +++ b/content/people/sam_taggart/index.md @@ -1,7 +1,7 @@ --- title: Sam Taggart -weight: 2 -description: Communication & community. Let's co-create a better future for humanity and for our planet. +weight: 4 +description: Communication & Community taxonomies: people: [sam_taggart] memberships: [] @@ -19,4 +19,4 @@ extra: } --- -Sam likes to think of himself as a citizen of the world. After eight years of "corporate" work, he traveled to Southeast Asia, in part to evolve and open his mind and reality to new experiences and perspectives, and in part to find a purpose that tied more to his passions and desires to help the world. In 2019, Sam met ThreeFold co-founder Kristof de Spiegeleer in Cambodia and connected over topics like the importance of equalizing education and how we treat our planet. Sam was energized by what an Internet by people, for people could do for all of us. Having been exposed to many corners of the world, Sam is inspired by the beauty of our differences, and humbled by our similarities. He is driven to help grow this global effort to bring positive and impactful change to our planet. +Communication strategist and global citizen, inspired by the beauty of our differences and humbled by our similarities. Driven to drive collective positive change. \ No newline at end of file diff --git a/content/people/sasha_astiadi/index.md b/content/people/sasha_astiadi/index.md index 6e1558f..8b3b660 100644 --- a/content/people/sasha_astiadi/index.md +++ b/content/people/sasha_astiadi/index.md @@ -1,7 +1,7 @@ --- title: Sasha Astiadi -weight: 2 -description: Product Manager with a passion in blockchain, sustainability, and decentralization +weight: 4 +description: Websites taxonomies: people: [sasha_astiadi] memberships: [] @@ -19,4 +19,4 @@ extra: } --- -Sasha sees herself as a Human-centered product manager, researcher and UX Designer who puts the planet as her main mission. It is her duty and aspiration to define the ways humans relate to and interact with the world, how we can navigate space effectively, how we humans can connect to our planet better and create a better designed world, for you and me and for the future generations. Over the course of 6 years, she has successfully transformed herself from my previous expertise as a digital marketing consultant into becoming a digital product development consultant with strong emphasis in product management, human factors comprehension, and user experience. With her multilingual skills of Indonesian, English, Chinese, German and Spanish, she has delivered various digital projects from clients in different industries in Germany, China, Japan, Indonesia, Spain, and the USA, ranging from web and mobile apps interface design, to design system, corporate branding, and large-scale user experience researches and project management. +A Human-centered product manager, researcher and UX Designer who puts the planet as her main mission. \ No newline at end of file diff --git a/content/people/timur_gordon/index.md b/content/people/timur_gordon/index.md index d8144bb..8007f93 100644 --- a/content/people/timur_gordon/index.md +++ b/content/people/timur_gordon/index.md @@ -1,10 +1,10 @@ --- title: Timur Gordon -weight: 2 -description: Nature-inspired software developer, turning tech and teamwork into tools for change. +weight: 4 +description: Developer taxonomies: people: [timur_gordon] - memberships: [team] + memberships: [] categories: [foundation] extra: imgPath: timur_gordon.jpg @@ -19,4 +19,4 @@ extra: } --- -I'm a software developer who loves nature and believes in using tech to help the planet and people. My background is in computer science, but I've also dabbled in math, philosophy, and cybersecurity. I'm really into open source because I think working together and sharing ideas is the way to go. When I'm not coding, I like to get outside and enjoy the outdoors. I'm here to do my bit, combining my interests and skills to make a difference with tech. \ No newline at end of file +Software developer who loves nature and believes in using tech to help the planet and people. Believer in open source and collective intelligence. \ No newline at end of file diff --git a/content/people/vianney_spriet/index.md b/content/people/vianney_spriet/index.md index 9c6c0b0..b2a6fe8 100644 --- a/content/people/vianney_spriet/index.md +++ b/content/people/vianney_spriet/index.md @@ -1,7 +1,7 @@ --- title: Vianney Spriet -weight: 1 -description: Ecosystem development, wealth manager, former professional skipper. +weight: 3 +description: Business Development taxonomies: people: [vianney_spriet] memberships: [] @@ -18,12 +18,4 @@ extra: } --- -I am a true professional Swiss army knife, versatile and always ready to take on new challenges. Having started in retail, I developed skills in management, business development and customer relations. Looking for adventure, I turned to hospitality, then spent six exciting years as a professional skipper and yacht captain, mastering leadership at sea. Returning to land, I embarked on wealth management, applying my expertise in a new field. - -
- -Today, at 40, my passion for discovery remains strong. My mission (in addition to private wealth management), at OurWorld is to help to develop its ecosystem, by selecting investors and companies aligned with the “planet first / people first” principle. - -
- -Whether on land or at sea, I am ready to take on any challenge with determination and enthusiasm. \ No newline at end of file +Experienced wealth manager, business developer, and former professional skipper with a wide network in Europe. \ No newline at end of file diff --git a/content/people1/adnan_fatayerji/index.md b/content/people1/adnan_fatayerji/index.md new file mode 100644 index 0000000..273842d --- /dev/null +++ b/content/people1/adnan_fatayerji/index.md @@ -0,0 +1,21 @@ +--- +title: Adnan Fatayerji +weight: 1 +description: Honored to be part of a team that has the potential to make the world a better place.. +taxonomies: + people: [adnan_fatayerji] + memberships: [] + categories: [] +extra: + imgPath: adnan_fatayerji.jpg + organizations: [] + countries: [UAE, Spain] + cities: [Dubai, Ibiza] + private: 0 + socialLinks: { + LinkedIn: https://www.linkedin.com/in/adnansf/, + websites: https://threefold.io/, https://www.mazraa.io/, + } +--- + +Honored to be part of a team that has the potential to make the world a better place by connecting billions of people to a new, accessible, data sovereign and environmentally conscious internet. A social entrepreneur, plant based warrior and a sovereign digital economy advocate with a passion for music creation and collaboration. Adnan has been based in the United Arab Emirates for the past 20 years, during which he has built successful grass-root businesses and invested startups in various sectors. At ThreeFold Adnan is responsible for driving the ThreeFold Foundation Ecosystem. Adnan is also the CEO of the @Mazraa Cooperative which is a founding farm and P2P Cloud Capacity provider on the ThreeFold Network. diff --git a/content/people/ahmed_hanafy/ahmed_hanafy.png b/content/people1/ahmed_hanafy/ahmed_hanafy.png similarity index 100% rename from content/people/ahmed_hanafy/ahmed_hanafy.png rename to content/people1/ahmed_hanafy/ahmed_hanafy.png diff --git a/content/people/ahmed_hanafy/index.md b/content/people1/ahmed_hanafy/index.md similarity index 100% rename from content/people/ahmed_hanafy/index.md rename to content/people1/ahmed_hanafy/index.md diff --git a/content/people/ahmed_harby/ahmed_harby.jpg b/content/people1/ahmed_harby/ahmed_harby.jpg similarity index 100% rename from content/people/ahmed_harby/ahmed_harby.jpg rename to content/people1/ahmed_harby/ahmed_harby.jpg diff --git a/content/people/ahmed_harby/index.md b/content/people1/ahmed_harby/index.md similarity index 100% rename from content/people/ahmed_harby/index.md rename to content/people1/ahmed_harby/index.md diff --git a/content/people/ahmed_thabet/ahmed_thabet.jpg b/content/people1/ahmed_thabet/ahmed_thabet.jpg similarity index 100% rename from content/people/ahmed_thabet/ahmed_thabet.jpg rename to content/people1/ahmed_thabet/ahmed_thabet.jpg diff --git a/content/people/ahmed_thabet/index.md b/content/people1/ahmed_thabet/index.md similarity index 100% rename from content/people/ahmed_thabet/index.md rename to content/people1/ahmed_thabet/index.md diff --git a/content/people/amira_abouhadid/amira_abouhadid.jpg b/content/people1/amira_abouhadid/amira_abouhadid.jpg similarity index 100% rename from content/people/amira_abouhadid/amira_abouhadid.jpg rename to content/people1/amira_abouhadid/amira_abouhadid.jpg diff --git a/content/people/amira_abouhadid/index.md b/content/people1/amira_abouhadid/index.md similarity index 100% rename from content/people/amira_abouhadid/index.md rename to content/people1/amira_abouhadid/index.md diff --git a/content/people/ashraf_fouda/ashraf_fouda.jpeg b/content/people1/ashraf_fouda/ashraf_fouda.jpeg similarity index 100% rename from content/people/ashraf_fouda/ashraf_fouda.jpeg rename to content/people1/ashraf_fouda/ashraf_fouda.jpeg diff --git a/content/people/ashraf_fouda/index.md b/content/people1/ashraf_fouda/index.md similarity index 100% rename from content/people/ashraf_fouda/index.md rename to content/people1/ashraf_fouda/index.md diff --git a/content/people/atef_nazmy/atef_nazmy.jpg b/content/people1/atef_nazmy/atef_nazmy.jpg similarity index 100% rename from content/people/atef_nazmy/atef_nazmy.jpg rename to content/people1/atef_nazmy/atef_nazmy.jpg diff --git a/content/people/atef_nazmy/index.md b/content/people1/atef_nazmy/index.md similarity index 100% rename from content/people/atef_nazmy/index.md rename to content/people1/atef_nazmy/index.md diff --git a/content/people/bernadette_amanda_caster/bernadette_amanda_caster.jpg b/content/people1/bernadette_amanda_caster/bernadette_amanda_caster.jpg similarity index 100% rename from content/people/bernadette_amanda_caster/bernadette_amanda_caster.jpg rename to content/people1/bernadette_amanda_caster/bernadette_amanda_caster.jpg diff --git a/content/people/bernadette_amanda_caster/index.md b/content/people1/bernadette_amanda_caster/index.md similarity index 100% rename from content/people/bernadette_amanda_caster/index.md rename to content/people1/bernadette_amanda_caster/index.md diff --git a/content/people/ehab_hassan/ehab_hassan.jpg b/content/people1/ehab_hassan/ehab_hassan.jpg similarity index 100% rename from content/people/ehab_hassan/ehab_hassan.jpg rename to content/people1/ehab_hassan/ehab_hassan.jpg diff --git a/content/people/ehab_hassan/index.md b/content/people1/ehab_hassan/index.md similarity index 100% rename from content/people/ehab_hassan/index.md rename to content/people1/ehab_hassan/index.md diff --git a/content/people/erwan_renaut/erwan_renaut.jpeg b/content/people1/erwan_renaut/erwan_renaut.jpeg similarity index 100% rename from content/people/erwan_renaut/erwan_renaut.jpeg rename to content/people1/erwan_renaut/erwan_renaut.jpeg diff --git a/content/people/erwan_renaut/index.md b/content/people1/erwan_renaut/index.md similarity index 100% rename from content/people/erwan_renaut/index.md rename to content/people1/erwan_renaut/index.md diff --git a/content/people/evon_yacoub/evon_yacoub.jpg b/content/people1/evon_yacoub/evon_yacoub.jpg similarity index 100% rename from content/people/evon_yacoub/evon_yacoub.jpg rename to content/people1/evon_yacoub/evon_yacoub.jpg diff --git a/content/people/evon_yacoub/index.md b/content/people1/evon_yacoub/index.md similarity index 100% rename from content/people/evon_yacoub/index.md rename to content/people1/evon_yacoub/index.md diff --git a/content/people/khaled_youssef/index.md b/content/people1/khaled_youssef/index.md similarity index 100% rename from content/people/khaled_youssef/index.md rename to content/people1/khaled_youssef/index.md diff --git a/content/people/khaled_youssef/khaled.jpg b/content/people1/khaled_youssef/khaled.jpg similarity index 100% rename from content/people/khaled_youssef/khaled.jpg rename to content/people1/khaled_youssef/khaled.jpg diff --git a/content/people/lee_smet/index.md b/content/people1/lee_smet/index.md similarity index 100% rename from content/people/lee_smet/index.md rename to content/people1/lee_smet/index.md diff --git a/content/people/lee_smet/lee_smet.png b/content/people1/lee_smet/lee_smet.png similarity index 100% rename from content/people/lee_smet/lee_smet.png rename to content/people1/lee_smet/lee_smet.png diff --git a/content/people/mahendra_varma/index.md b/content/people1/mahendra_varma/index.md similarity index 100% rename from content/people/mahendra_varma/index.md rename to content/people1/mahendra_varma/index.md diff --git a/content/people/mahendra_varma/mahendra_varma.jpg b/content/people1/mahendra_varma/mahendra_varma.jpg similarity index 100% rename from content/people/mahendra_varma/mahendra_varma.jpg rename to content/people1/mahendra_varma/mahendra_varma.jpg diff --git a/content/people/mahmoud_emad/index.md b/content/people1/mahmoud_emad/index.md similarity index 100% rename from content/people/mahmoud_emad/index.md rename to content/people1/mahmoud_emad/index.md diff --git a/content/people/mahmoud_emad/mahmoud_emad.jpg b/content/people1/mahmoud_emad/mahmoud_emad.jpg similarity index 100% rename from content/people/mahmoud_emad/mahmoud_emad.jpg rename to content/people1/mahmoud_emad/mahmoud_emad.jpg diff --git a/content/people/mario_bassem/index.md b/content/people1/mario_bassem/index.md similarity index 100% rename from content/people/mario_bassem/index.md rename to content/people1/mario_bassem/index.md diff --git a/content/people/mario_bassem/mario.jpg b/content/people1/mario_bassem/mario.jpg similarity index 100% rename from content/people/mario_bassem/mario.jpg rename to content/people1/mario_bassem/mario.jpg diff --git a/content/people/maxime_daniel/index.md b/content/people1/maxime_daniel/index.md similarity index 100% rename from content/people/maxime_daniel/index.md rename to content/people1/maxime_daniel/index.md diff --git a/content/people/maxime_daniel/maxime_daniel.png b/content/people1/maxime_daniel/maxime_daniel.png similarity index 100% rename from content/people/maxime_daniel/maxime_daniel.png rename to content/people1/maxime_daniel/maxime_daniel.png diff --git a/content/people/mayar_osama/index.md b/content/people1/mayar_osama/index.md similarity index 100% rename from content/people/mayar_osama/index.md rename to content/people1/mayar_osama/index.md diff --git a/content/people/mayar_osama/mayar_osama.jpeg b/content/people1/mayar_osama/mayar_osama.jpeg similarity index 100% rename from content/people/mayar_osama/mayar_osama.jpeg rename to content/people1/mayar_osama/mayar_osama.jpeg diff --git a/content/people/mik_perreault/index.md b/content/people1/mik_perreault/index.md similarity index 100% rename from content/people/mik_perreault/index.md rename to content/people1/mik_perreault/index.md diff --git a/content/people/mik_perreault/mik_perreault.jpg b/content/people1/mik_perreault/mik_perreault.jpg similarity index 100% rename from content/people/mik_perreault/mik_perreault.jpg rename to content/people1/mik_perreault/mik_perreault.jpg diff --git a/content/people/mohamed_amer/index.md b/content/people1/mohamed_amer/index.md similarity index 100% rename from content/people/mohamed_amer/index.md rename to content/people1/mohamed_amer/index.md diff --git a/content/people/mohamed_amer/mohamed_amer.jpg b/content/people1/mohamed_amer/mohamed_amer.jpg similarity index 100% rename from content/people/mohamed_amer/mohamed_amer.jpg rename to content/people1/mohamed_amer/mohamed_amer.jpg diff --git a/content/people/muhammed_azmy/index.md b/content/people1/muhammed_azmy/index.md similarity index 100% rename from content/people/muhammed_azmy/index.md rename to content/people1/muhammed_azmy/index.md diff --git a/content/people/muhammed_azmy/muhamed_amzy.png b/content/people1/muhammed_azmy/muhamed_amzy.png similarity index 100% rename from content/people/muhammed_azmy/muhamed_amzy.png rename to content/people1/muhammed_azmy/muhamed_amzy.png diff --git a/content/people/nayer_sobhy/index.md b/content/people1/nayer_sobhy/index.md similarity index 100% rename from content/people/nayer_sobhy/index.md rename to content/people1/nayer_sobhy/index.md diff --git a/content/people/nayer_sobhy/nayer_sobhy.jpg b/content/people1/nayer_sobhy/nayer_sobhy.jpg similarity index 100% rename from content/people/nayer_sobhy/nayer_sobhy.jpg rename to content/people1/nayer_sobhy/nayer_sobhy.jpg diff --git a/content/people/omar_abdulaziz/index.md b/content/people1/omar_abdulaziz/index.md similarity index 100% rename from content/people/omar_abdulaziz/index.md rename to content/people1/omar_abdulaziz/index.md diff --git a/content/people/omar_abdulaziz/omar_abdulaziz.jpg b/content/people1/omar_abdulaziz/omar_abdulaziz.jpg similarity index 100% rename from content/people/omar_abdulaziz/omar_abdulaziz.jpg rename to content/people1/omar_abdulaziz/omar_abdulaziz.jpg diff --git a/content/people/omar_kassem/index.md b/content/people1/omar_kassem/index.md similarity index 100% rename from content/people/omar_kassem/index.md rename to content/people1/omar_kassem/index.md diff --git a/content/people/omar_kassem/omar_kassem.jpg b/content/people1/omar_kassem/omar_kassem.jpg similarity index 100% rename from content/people/omar_kassem/omar_kassem.jpg rename to content/people1/omar_kassem/omar_kassem.jpg diff --git a/content/people/peter_nashaat/index.md b/content/people1/peter_nashaat/index.md similarity index 100% rename from content/people/peter_nashaat/index.md rename to content/people1/peter_nashaat/index.md diff --git a/content/people/peter_nashaat/peter_nashaat.jpg b/content/people1/peter_nashaat/peter_nashaat.jpg similarity index 100% rename from content/people/peter_nashaat/peter_nashaat.jpg rename to content/people1/peter_nashaat/peter_nashaat.jpg diff --git a/content/people/peter_van_der_henst/index.md b/content/people1/peter_van_der_henst/index.md similarity index 100% rename from content/people/peter_van_der_henst/index.md rename to content/people1/peter_van_der_henst/index.md diff --git a/content/people/peter_van_der_henst/peter_van_der_henst.png b/content/people1/peter_van_der_henst/peter_van_der_henst.png similarity index 100% rename from content/people/peter_van_der_henst/peter_van_der_henst.png rename to content/people1/peter_van_der_henst/peter_van_der_henst.png diff --git a/content/people/pierre_van_hoorebeke/index.md b/content/people1/pierre_van_hoorebeke/index.md similarity index 100% rename from content/people/pierre_van_hoorebeke/index.md rename to content/people1/pierre_van_hoorebeke/index.md diff --git a/content/people/pierre_van_hoorebeke/pierre_van_hoorebeke.png b/content/people1/pierre_van_hoorebeke/pierre_van_hoorebeke.png similarity index 100% rename from content/people/pierre_van_hoorebeke/pierre_van_hoorebeke.png rename to content/people1/pierre_van_hoorebeke/pierre_van_hoorebeke.png diff --git a/content/people/ramez_saeed/index.md b/content/people1/ramez_saeed/index.md similarity index 100% rename from content/people/ramez_saeed/index.md rename to content/people1/ramez_saeed/index.md diff --git a/content/people/ramez_saeed/ramez_saeed.jpg b/content/people1/ramez_saeed/ramez_saeed.jpg similarity index 100% rename from content/people/ramez_saeed/ramez_saeed.jpg rename to content/people1/ramez_saeed/ramez_saeed.jpg diff --git a/content/people/rawda_gastan/index.md b/content/people1/rawda_gastan/index.md similarity index 100% rename from content/people/rawda_gastan/index.md rename to content/people1/rawda_gastan/index.md diff --git a/content/people/rawda_gastan/rawda_gastan.jpg b/content/people1/rawda_gastan/rawda_gastan.jpg similarity index 100% rename from content/people/rawda_gastan/rawda_gastan.jpg rename to content/people1/rawda_gastan/rawda_gastan.jpg diff --git a/content/people/reem_khamis/index.md b/content/people1/reem_khamis/index.md similarity index 100% rename from content/people/reem_khamis/index.md rename to content/people1/reem_khamis/index.md diff --git a/content/people/reem_khamis/reem_khamis.jpg b/content/people1/reem_khamis/reem_khamis.jpg similarity index 100% rename from content/people/reem_khamis/reem_khamis.jpg rename to content/people1/reem_khamis/reem_khamis.jpg diff --git a/content/people/sabrina_sadik/index.md b/content/people1/sabrina_sadik/index.md similarity index 98% rename from content/people/sabrina_sadik/index.md rename to content/people1/sabrina_sadik/index.md index af85f17..fd3ab6f 100644 --- a/content/people/sabrina_sadik/index.md +++ b/content/people1/sabrina_sadik/index.md @@ -1,6 +1,6 @@ --- title: Sabrina Sadik -weight: 2 +weight: 1 description: Sabrina is a jack of all trades when it comes to ThreeFold. taxonomies: people: [sabrina_sadik] diff --git a/content/people/sabrina_sadik/sabrina_sadik.jpg b/content/people1/sabrina_sadik/sabrina_sadik.jpg similarity index 100% rename from content/people/sabrina_sadik/sabrina_sadik.jpg rename to content/people1/sabrina_sadik/sabrina_sadik.jpg diff --git a/content/people/samar_adel/index.md b/content/people1/samar_adel/index.md similarity index 100% rename from content/people/samar_adel/index.md rename to content/people1/samar_adel/index.md diff --git a/content/people/samar_adel/samar_adel.jpg b/content/people1/samar_adel/samar_adel.jpg similarity index 100% rename from content/people/samar_adel/samar_adel.jpg rename to content/people1/samar_adel/samar_adel.jpg diff --git a/content/people/sameh_abouelsaad/index.md b/content/people1/sameh_abouelsaad/index.md similarity index 100% rename from content/people/sameh_abouelsaad/index.md rename to content/people1/sameh_abouelsaad/index.md diff --git a/content/people/sameh_abouelsaad/sameh_abouelsaad.jpg b/content/people1/sameh_abouelsaad/sameh_abouelsaad.jpg similarity index 100% rename from content/people/sameh_abouelsaad/sameh_abouelsaad.jpg rename to content/people1/sameh_abouelsaad/sameh_abouelsaad.jpg diff --git a/content/people/samir_hosny/index.md b/content/people1/samir_hosny/index.md similarity index 100% rename from content/people/samir_hosny/index.md rename to content/people1/samir_hosny/index.md diff --git a/content/people/samir_hosny/samir_hosny.jpg b/content/people1/samir_hosny/samir_hosny.jpg similarity index 100% rename from content/people/samir_hosny/samir_hosny.jpg rename to content/people1/samir_hosny/samir_hosny.jpg diff --git a/content/people/scott_yeager/index.md b/content/people1/scott_yeager/index.md similarity index 100% rename from content/people/scott_yeager/index.md rename to content/people1/scott_yeager/index.md diff --git a/content/people/scott_yeager/scott_yeager.jpg b/content/people1/scott_yeager/scott_yeager.jpg similarity index 100% rename from content/people/scott_yeager/scott_yeager.jpg rename to content/people1/scott_yeager/scott_yeager.jpg diff --git a/content/people/shangreiyo_awungshi/index.md b/content/people1/shangreiyo_awungshi/index.md similarity index 100% rename from content/people/shangreiyo_awungshi/index.md rename to content/people1/shangreiyo_awungshi/index.md diff --git a/content/people/shangreiyo_awungshi/shangreiyo_awungshi.jpg b/content/people1/shangreiyo_awungshi/shangreiyo_awungshi.jpg similarity index 100% rename from content/people/shangreiyo_awungshi/shangreiyo_awungshi.jpg rename to content/people1/shangreiyo_awungshi/shangreiyo_awungshi.jpg diff --git a/content/people/zainab_elgohary/index.md b/content/people1/zainab_elgohary/index.md similarity index 100% rename from content/people/zainab_elgohary/index.md rename to content/people1/zainab_elgohary/index.md diff --git a/content/people/zainab_elgohary/zainab_elgohary.jpeg b/content/people1/zainab_elgohary/zainab_elgohary.jpeg similarity index 100% rename from content/people/zainab_elgohary/zainab_elgohary.jpeg rename to content/people1/zainab_elgohary/zainab_elgohary.jpeg diff --git a/content/platform/images/OW_Logo.png b/content/platform/images/OW_Logo.png deleted file mode 100644 index 6fbdfee..0000000 Binary files a/content/platform/images/OW_Logo.png and /dev/null differ diff --git a/content/platform/images/kds.png b/content/platform/images/kds.png deleted file mode 100644 index 8b17f18..0000000 Binary files a/content/platform/images/kds.png and /dev/null differ diff --git a/content/platform/img/OW_Defi.jpg b/content/platform/img/OW_Defi.jpg deleted file mode 100644 index dae075e..0000000 Binary files a/content/platform/img/OW_Defi.jpg and /dev/null differ diff --git a/content/platform/img/OW_Logo.png b/content/platform/img/OW_Logo.png deleted file mode 100644 index 6fbdfee..0000000 Binary files a/content/platform/img/OW_Logo.png and /dev/null differ diff --git a/content/platform/img/creator.png b/content/platform/img/creator.png deleted file mode 100644 index 71b6083..0000000 Binary files a/content/platform/img/creator.png and /dev/null differ diff --git a/content/platform/img/ff.png b/content/platform/img/ff.png deleted file mode 100644 index 8955c4a..0000000 Binary files a/content/platform/img/ff.png and /dev/null differ diff --git a/content/platform/img/layer.png b/content/platform/img/layer.png deleted file mode 100644 index 3996369..0000000 Binary files a/content/platform/img/layer.png and /dev/null differ diff --git a/content/platform/img/nature.png b/content/platform/img/nature.png deleted file mode 100644 index 83be28d..0000000 Binary files a/content/platform/img/nature.png and /dev/null differ diff --git a/content/platform/img/ow_lp1.png b/content/platform/img/ow_lp1.png deleted file mode 100644 index 8be135e..0000000 Binary files a/content/platform/img/ow_lp1.png and /dev/null differ diff --git a/content/platform/img/ow_lp11.png b/content/platform/img/ow_lp11.png deleted file mode 100644 index 10790e2..0000000 Binary files a/content/platform/img/ow_lp11.png and /dev/null differ diff --git a/content/platform/img/ow_lp12.png b/content/platform/img/ow_lp12.png deleted file mode 100644 index 451d240..0000000 Binary files a/content/platform/img/ow_lp12.png and /dev/null differ diff --git a/content/platform/img/ow_lp14.png b/content/platform/img/ow_lp14.png deleted file mode 100644 index 1e817c0..0000000 Binary files a/content/platform/img/ow_lp14.png and /dev/null differ diff --git a/content/platform/img/ow_lp40.jpg b/content/platform/img/ow_lp40.jpg deleted file mode 100644 index 3f1c034..0000000 Binary files a/content/platform/img/ow_lp40.jpg and /dev/null differ diff --git a/content/platform/img/ow_lp8.jpg b/content/platform/img/ow_lp8.jpg deleted file mode 100644 index 99dfa0c..0000000 Binary files a/content/platform/img/ow_lp8.jpg and /dev/null differ diff --git a/content/platform/img/ow_lp9.png b/content/platform/img/ow_lp9.png deleted file mode 100644 index d22175d..0000000 Binary files a/content/platform/img/ow_lp9.png and /dev/null differ diff --git a/content/platform/img/p2p.png b/content/platform/img/p2p.png deleted file mode 100644 index 79a94a8..0000000 Binary files a/content/platform/img/p2p.png and /dev/null differ diff --git a/content/platform/img/regenerative.png b/content/platform/img/regenerative.png deleted file mode 100644 index fa5a23f..0000000 Binary files a/content/platform/img/regenerative.png and /dev/null differ diff --git a/content/platform/index.md b/content/platform/index.md deleted file mode 100644 index 0bd8e37..0000000 --- a/content/platform/index.md +++ /dev/null @@ -1,134 +0,0 @@ ---- -title: "Platform" -description: "A better world is where we all have access to endless information and opportunities." -date: 2018-09-14T21:00:00-05:00 -updated: 2021-02-20T14:40:00-06:00 -draft: false -extra: - author: ---- - - - -
- - -
- -
- -{% row(style="center narrow") %} - - -![Image](img/layer.png#large) - -### THIS IS HOW THE WORLD TRANSFORMS - -
- -Explore the four layers of a decentalized and peer-to-peer future where no one is left behind. - - - -{% end %} - -{% row(style="center lean-right") %} - -### LAYER ONE - -## THE GRID - -
- -OurWorld is backed by the world's biggest decentralized internet network called The Threefold Grid. It is an open-source Internet infrastructure that leverages autonomous cloud and high-performance, permissionless blockchain technology. Learn about the grid and what makes it revolutionary. - - - -||| - -![Image](img/p2p.png) - -{% end %} - -{{ space() }} - -{% row(style="center lean-left") %} - -![Image](img/ow_lp1.png) - -||| - -### LAYER TWO - -## EXPERIENCES - -
- -Creator Zones are dedicated to building super-sustainable coworking and co-living communities where entrepreneurs, digital nomads and residents collaborate to build beautiful experiences that positively impact the lives of millions. - - - -{% end %} - -{{ space() }} - -{% row(style="center lean-right") %} - -### LAYER THREE - -## DEFI - -
- -OurWorld consists of a decentralized internet network as the foundation. This base enables life-changing experiences and capabilties to be openly and freely available to everyone. - - - -||| - -![Image](img/OW_Defi.jpg#large) - -{% end %} - -{{ space() }} - -{% row(style="center lean-left") %} - -![Image](img/ff.png) - -||| - -### LAYER FOUR - -## DIGITAL TWIN - -
- -OurWorld exists to speed up the transition towards inclusivity. We create thriving experiences and ecosystems which enable every human being to learn, partake and succeed. - - - -{% end %} - - -
- -{{ space() }} - -{% row(style="center narrow invert-color" bgColor="#4ec48f") %} - -## WANNA GET **INVOLVED?** - -
- -Interested in partnering up? Or just wanna say hi? - -Drop us a message! - - - -
- -#### OUR**WORLD** - -{% end %} diff --git a/content/ventures/images/OW_Logo.png b/content/ventures/images/OW_Logo.png index 6fbdfee..4cc8c9e 100644 Binary files a/content/ventures/images/OW_Logo.png and b/content/ventures/images/OW_Logo.png differ diff --git a/content/ventures/index.md b/content/ventures/index.md index 22ee664..3c1695f 100644 --- a/content/ventures/index.md +++ b/content/ventures/index.md @@ -7,3 +7,17 @@ draft: false weight: 3 template: "layouts/portfolio.html" --- + + diff --git a/css/index.css b/css/index.css index 8bfe760..4f3ac06 100644 --- a/css/index.css +++ b/css/index.css @@ -7,6 +7,9 @@ @import "tailwindcss/components"; @import "admonition.css"; @import "tailwindcss/utilities"; +@tailwind base; +@tailwind components; +@tailwind utilities; /* Custom CSS for header partial */ .backdrop-blur { -webkit-backdrop-filter: blur(40px); @@ -304,6 +307,19 @@ header { background-repeat: no-repeat; } +.main-button { + color: #fff; + background: #6366f1; +} + +.main-button:hover { + color: #fff; /* Keep the text white */ + background: #4f46e5; /* A slightly darker shade for the hover state */ + box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Add a soft shadow effect */ + transform: scale(1.05); /* Slightly enlarges the button on hover */ + transition: all 0.3s ease; /* Smooth transition for hover effects */ +} + a:hover{ color: #5e5b59; } @@ -386,4 +402,5 @@ header #menu button, #info-menu button, #info-mobile-menu button{ header #menu button a{ @apply px-0 -} \ No newline at end of file +} + diff --git a/css/input.css b/css/input.css new file mode 100644 index 0000000..bd6213e --- /dev/null +++ b/css/input.css @@ -0,0 +1,3 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; \ No newline at end of file diff --git a/css/output.css b/css/output.css new file mode 100644 index 0000000..e4fcc29 --- /dev/null +++ b/css/output.css @@ -0,0 +1,10107 @@ +/*! purgecss start ignore */ + +code.language-html, +code.language-css, +code.language-md, +code.language-cmd, +code.language-bash, +code.language-text, +code.language-js, +span.o, +span.nx { + color: rgb(255, 255, 255); + line-height: 1.4; +} + +span.c { + color: hsl(120, 100%, 20%); +} + +span.p, +span.s1, +span.s2, +span.nt { + color: hsl(40, 100%, 30%); +} + +span.gs, +span.gh, +span.ge { + color: hsl(208, 100%, 50%); +} + +span.gs { + font-weight: bold; +} + +span.ge { + font-style: italic; +} + +pre, +code { + font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; +} + +code { + background-color: hsl(0, 0%, 98%); + border-radius: 3px; + color: hsl(120, 100%, 20%); + font-size: 85%; +} + +pre { + margin: 0; + padding: 1rem; + overflow: scroll; +} + +pre code { + background-color: transparent; + color: inherit; + font-size: 100%; + padding: 0; +} + +.highlight { + background-color: transparent; + border-radius: 3px; + margin: 0 0 0.5rem; + padding: 0; + & pre { + margin-bottom: 0; + overflow-x: auto; + } + & .lineno { + color: hsla(0, 0%, 67%, 0.72); + display: inline-block; + /* Ensures the null space also isn't selectable */ + padding: 0 0.75rem 0 0.25rem; + /* Make sure numbers aren't selectable */ + } +} + +/* TODO: dark theme for future +@media (prefers-color-scheme: dark) { + code { + color: #fff; + background: hsl(200, 63%, 15%); + } +} +*/ + +/*! purgecss end ignore */ + +@tailwind base; + +main { + padding-top: 0px; +} + +#text-1xl { + font-size: 1.25rem; + line-height: 1.75rem; +} + +#text-2xl { + font-size: 1.5rem; + line-height: 2rem; +} + +#text-3xl { + font-size: 1.875rem; + line-height: 2.25rem; +} + +#text-4xl { + font-size: 2.25rem; + line-height: 2.5rem; +} + +#text-5xl { + font-size: 3rem; + line-height: 1; +} + +#text-6xl { + font-size: 3.75rem; + line-height: 1; +} + +#text-7xl { + font-size: 4.5rem; + line-height: 1; +} + +#text-8xl { + font-size: 6rem; + line-height: 1; +} + +/* +html, body { + @apply dark:bg-black; + +body { + @apply font-serif dark:text-gray-200; +} +*/ + +p { + /* for handling Markdown-created

and

  • */ + font-size: 1.125rem; + line-height: 1.75rem; +} + +pre, +code { + font-feature-settings: normal; +} + +.navWhite, +.navWhite:visited { + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} + +.navWhite:focus, +.navWhite:active { + --tw-text-opacity: 1; + color: rgb(156 163 175 / var(--tw-text-opacity)); +} + +.text-blue-light { + --tw-text-opacity: 1; + color: rgb(59 130 246 / var(--tw-text-opacity)); +} + +.text-blue-dark { + /* for dark mode + @apply text-blue-200; + */ +} + +.text-shadow-titles { + text-shadow: 4px 4px 2px #000; +} + +.gradient-titles { + background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); + --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position); + --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); + --tw-gradient-to: #000 var(--tw-gradient-to-position); +} + +.ctr { + text-align: center; +} + +.legal { + font-size: 0.75rem; + line-height: 1rem; +} + +nav h4 a:hover { + border-width: 0px; + font-weight: 300; + --tw-text-opacity: 1; + color: rgb(147 197 253 / var(--tw-text-opacity)); +} + +nav h4 a, +nav h4 a:focus, +nav h4 a:active { + border-width: 0px; + font-weight: 300; + --tw-text-opacity: 1; + color: rgb(0 0 0 / var(--tw-text-opacity)); +} + +a h2 { + --tw-text-opacity: 1; + color: rgb(0 0 0 / var(--tw-text-opacity)); +} + +a:focus, +a:hover { + border-style: none; + --tw-text-opacity: 1; + color: rgb(147 197 253 / var(--tw-text-opacity)); +} + +a:active { + --tw-border-opacity: 1; + border-color: rgb(59 130 246 / var(--tw-border-opacity)); + --tw-text-opacity: 1; + color: rgb(30 64 175 / var(--tw-text-opacity)); +} + +h5 a { + font-weight: 400; + --tw-text-opacity: 1; + color: rgb(17 24 39 / var(--tw-text-opacity)); +} + +/* +a:hover { + @apply dark:text-blue-300; +} +*/ + +sup a, +a.previous, +a.next, +.footnote-return { + border-bottom-width: 0px; +} + +#nav-toggle:checked + #navMenu { + display: block; +} + +a.navborderless { + border-bottom-width: 0px; +} + +/* +.dateInfo { + @apply text-gray-700 dark:text-gray-400; +} +*/ + +h1, +.h1, +h2, +.h2, +h3, +.h3, +h4, +.h4, +h5, +.h5, +h6, +.h6 { +} + +h1, +.h1 { + font-size: 2.25rem; + line-height: 2.5rem; + font-weight: 800; +} + +h2, +.h2, +h3, +.h3, +h4, +.h4, +h5, +.h5, +h6, +.h6 { + font-weight: 700; +} + +h2, +.h2 { + font-size: 2.25rem; + line-height: 2.5rem; +} + +h4, +.h4 { + font-size: 1.5rem; + line-height: 2rem; +} + +h5 { + font-style: normal; +} + +h5, +.h5, +h6, +.h6 { + font-size: 1.125rem; + line-height: 1.75rem; +} + +.height-hero { + height: 45vh; + max-height: 45vh; + overflow: hidden; +} + +.height-post { + height: 35vh; + max-height: 35vh; +} + +.imgCover { + height: 100%; + width: 100%; + -o-object-fit: cover; + object-fit: cover; + -o-object-position: center; + object-position: center; +} + +.background-hero-image-div { + position: relative; + width: 100%; + overflow: hidden; + --tw-bg-opacity: 1; + background-color: rgb(0 0 0 / var(--tw-bg-opacity)); + /* Have to allow for mobile browsers' own "chrome"; can't go by Inspector simulations of smaller breakpoints */ + height: 80vh; + max-height: 80vh; +} + +.background-hero-title-block-fit { + position: absolute; + bottom: 0px; + display: block; + width: 100%; + background-image: linear-gradient(to top, var(--tw-gradient-stops)); + --tw-gradient-from: #000 var(--tw-gradient-from-position); + --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); + padding-left: 1rem; + padding-right: 1rem; + padding-top: 0.75rem; + padding-bottom: 1.5rem; +} + +.background-hero-title-text { + text-shadow: 4px 4px 2px #000; +} + +@media screen and (min-width: 768px) { + .background-hero-title-block-fit { + padding-left: 3rem; + padding-right: 3rem; + } + + .background-hero-image-div { + height: 85vh; + max-height: 85vh; + } +} + +@media screen and (min-width: 1024px) { + .background-hero-title-block-fit { + padding-left: 4rem; + padding-right: 4rem; + } + + .background-hero-image-div { + height: 95vh; + max-height: 95vh; + } +} + +.text-nowrap, +.text-nobrk { + white-space: nowrap; +} + +article h1, +article h2, +article h3, +article h4 { + margin-top: 2rem; + margin-bottom: 1.5rem; + letter-spacing: -0.025em; +} + +article p { + font-size: 1.125rem; + line-height: 1.75rem; + line-height: 1.625; +} + +article img.containedImage { + min-width: 100%; + max-width: 100%; + height: auto; + width: 100%; +} + +@media screen and (min-width: 768px) { + .height-hero { + height: 70vh; + max-height: 70vh; + } + + .height-post { + height: 40vh; + max-height: 40vh; + } + + article p { + font-size: 1.25rem; + line-height: 1.75rem; + line-height: 1.625; + } +} + +@media screen and (min-width: 1920px) { + article p { + font-size: 1.5rem; + line-height: 2rem; + line-height: 1.625; + } +} + +/* +.yellowBox { + @apply font-sans bg-yellow-200 border border-gray-900 border-solid mx-auto my-2 w-full px-6 py-2 dark:bg-gray-800 dark:border-gray-500; +} +*/ + +.yellowbox p { + margin: 0px; + width: 100%; + padding: 0.5rem; +} + +ul, +ol { + padding-left: 2rem; +} + +ul { + list-style-type: disc; +} + +ol { + list-style-type: decimal; +} + +.twitter-tweet { + margin-left: auto; + margin-right: auto; + margin-top: 1rem; + margin-bottom: 0px; +} + +table.leagues { + margin-left: auto; + margin-right: auto; + margin-top: 1rem; + margin-bottom: 0px; + width: 91.666667%; + border-collapse: collapse; + border-width: 0px; +} + +table.leagues td.col { + width: 50%; +} + +@media (min-width: 900px) { + table.leagues { + width: 60%; + } + + table.noborders { + width: 91.666667%; + } +} + +table.noborders { + margin-left: auto; + margin-right: auto; + margin-top: 1.5rem; + margin-bottom: 1rem; + width: 100%; + border-collapse: collapse; + border-width: 0px; +} + +table.noborders td { + padding-top: 0.25rem; + padding-bottom: 0.25rem; + padding-right: 0px; + padding-left: 0.5rem; + text-align: left; + vertical-align: middle; + --tw-text-opacity: 1; + color: rgb(31 41 55 / var(--tw-text-opacity)); + /* text-align: left !important; */ +} + +table.noborders td img { + margin: 0px; + display: inline-block; + vertical-align: middle; +} + +table.noborders tr { + --tw-bg-opacity: 1; + background-color: rgb(219 234 254 / var(--tw-bg-opacity)); +} + +table.noborders tr:nth-child(even) { + --tw-bg-opacity: 1; + background-color: rgb(229 231 235 / var(--tw-bg-opacity)); +} + +table.noborders thead tr { + --tw-bg-opacity: 1; + background-color: rgb(29 78 216 / var(--tw-bg-opacity)); +} + +table.noborders thead td { + font-weight: 700; + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} + +table.noborders td.td70 { + width: 70%; +} + +table.noborders td.td70 img { + display: block; + height: auto; + width: 50%; + max-width: 50%; +} + +table.noborders td.td30 { + width: 30%; +} + +/* +blockquote { + @apply px-6 text-gray-700 dark:text-gray-400; +} +*/ + +/* start, footnotes */ + +.footnote-definition, +.footnote-reference { + font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; +} + +.footnote-reference { + font-size: 0.65em; + top: -0.5em; +} + +.footnote-sim { + font-size: 0.65em; + color: #0000ff; + @media (prefers-color-scheme: dark) { + color: #00aaff; + } +} + +.footnotes { + & ol { + padding-inline-start: 1.5rem; + } + & ol li { + margin-bottom: 0.5rem; + font-size: $pokey; + } + & li p { + font-size: 100%; + line-height: 1.4; + } + & .footnote-backref { + font-size: 75%; + } +} + +a.footnote-return { + font-size: 50%; +} + +article > .footnote-definition { + border-top: 1px solid black; + padding-top: 1em; + margin-top: 1em; +} + +article > .footnote-definition ~ .footnote-definition { + border-top: 0; + padding-top: 0; + margin-top: 0; +} + +.footnote-definition-label { + top: -0.4em; + font-size: 0.65em; +} + +.footnote-definition-label + p { + font-size: 75%; + margin-top: -1.75em; + margin-left: 1em; + line-height: 1.35; +} + +.footnote-definition-label::after { + content: "."; +} + +/* == end, footnotes */ + +.aspect-16x9 { + padding-bottom: 56.25%; +} + +/* +hr { + @apply border-solid border-gray-900 dark:border-gray-100; +} +*/ + +footer { + font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; +} + +.lazypicturecaption { + margin-top: 0.5rem; + padding: 0px; + text-align: center; + font-size: 0.875rem; + line-height: 1.25rem; + line-height: 1.375; +} + +.home-colOne p { + margin-bottom: 1rem; + line-height: 2rem; +} + +.home-colOne img { + margin-top: 1rem; + margin-bottom: 1rem; +} + +.container-comments { + margin: 0 auto; + font-size: 85%; + width: 85%; + max-width: 720px !important; + margin-bottom: 0; +} + +@media screen and (min-width: 900px) { + .container-comments { + width: 40%; + } +} + +@tailwind components; + +:root { + --md-admonition-icon--note: url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--abstract: url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--info: url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--tip: url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--success: url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--question: url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--warning: url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--failure: url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--danger: url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--bug: url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--example: url("data:image/svg+xml;charset=utf-8,"); + --md-admonition-icon--quote: url("data:image/svg+xml;charset=utf-8,"); + --md-details-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23000000'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z'/%3E%3C/svg%3E"); +} + +:is(.admonition) { + display: flow-root; + margin: 1.5625em 0; + padding: 0 1.2rem; + color: var(--fg); + page-break-inside: avoid; + background-color: var(--bg); + border: 0 solid black; + border-inline-start-width: 0.4rem; + border-radius: 0.2rem; + box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05), 0 0 0.1rem rgba(0, 0, 0, 0.1); +} + +.admonition p { + display: block; + margin-block-start: 1em; + margin-block-end: 1em; + margin-inline-start: 0px; + margin-inline-end: 0px; + font-size: 0.8rem; +} + +@media print { + :is(.admonition) { + box-shadow: none; + } +} + +:is(.admonition) > * { + box-sizing: border-box; +} + +:is(.admonition) :is(.admonition) { + margin-top: 1em; + margin-bottom: 1em; +} + +:is(.admonition) > .tabbed-set:only-child { + margin-top: 0; +} + +html :is(.admonition) > :last-child { + margin-bottom: 1.2rem; +} + +:is(.admonition-title, summary) { + position: relative; + margin-block: 0; + margin-inline: -1.6rem -1.2rem; + padding-block: 0.8rem; + padding-inline: 4rem 1.2rem; + font-weight: 700; + background-color: rgba(68, 138, 255, 0.1); + border: 0 solid #448aff; + border-inline-start-width: 0.4rem; + border-start-start-radius: 0.2rem; + display: flex; +} + +:is(.admonition-title, summary) > p { + margin: 0; +} + +html :is(.admonition-title, summary):last-child { + margin-bottom: 0; +} + +:is(.admonition-title, summary)::before { + position: absolute; + top: 0.625em; + inset-inline-start: 1.2rem; + width: 1.4rem; + height: 1.4rem; + background-color: #448aff; + mask-image: url('data:image/svg+xml;charset=utf-8,'); + -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,'); + mask-repeat: no-repeat; + -webkit-mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-size: contain; + content: ""; +} + +:is(.admonition):is(.note) { + border-color: #448aff; +} + +:is(.note) > :is(.admonition-title, summary) { + background-color: rgba(68, 138, 255, 0.1); + border-color: #448aff; +} + +:is(.note) > :is(.admonition-title, summary)::before { + background-color: #448aff; + mask-image: var(--md-admonition-icon--note); + -webkit-mask-image: var(--md-admonition-icon--note); + mask-repeat: no-repeat; + -webkit-mask-size: contain; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.abstract, .summary, .tldr) { + border-color: #00b0ff; +} + +:is(.abstract, .summary, .tldr) > :is(.admonition-title, summary) { + background-color: rgba(0, 176, 255, 0.1); + border-color: #00b0ff; +} + +:is(.abstract, .summary, .tldr) > :is(.admonition-title, summary)::before { + background-color: #00b0ff; + mask-image: var(--md-admonition-icon--abstract); + -webkit-mask-image: var(--md-admonition-icon--abstract); + mask-repeat: no-repeat; + -webkit-mask-size: contain; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.info, .todo) { + border-color: #00b8d4; +} + +:is(.info, .todo) > :is(.admonition-title, summary) { + background-color: rgba(0, 184, 212, 0.1); + border-color: #00b8d4; +} + +:is(.info, .todo) > :is(.admonition-title, summary)::before { + background-color: #00b8d4; + mask-image: var(--md-admonition-icon--info); + -webkit-mask-image: var(--md-admonition-icon--info); + mask-repeat: no-repeat; + -webkit-mask-size: contain; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.tip, .hint, .important) { + border-color: #00bfa5; +} + +:is(.tip, .hint, .important) > :is(.admonition-title, summary) { + background-color: rgba(0, 191, 165, 0.1); + border-color: #00bfa5; +} + +:is(.tip, .hint, .important) > :is(.admonition-title, summary)::before { + background-color: #00bfa5; + mask-image: var(--md-admonition-icon--tip); + -webkit-mask-image: var(--md-admonition-icon--tip); + mask-repeat: no-repeat; + -webkit-mask-size: contain; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.success, .check, .done) { + border-color: #00c853; +} + +:is(.success, .check, .done) > :is(.admonition-title, summary) { + background-color: rgba(0, 200, 83, 0.1); + border-color: #00c853; +} + +:is(.success, .check, .done) > :is(.admonition-title, summary)::before { + background-color: #00c853; + mask-image: var(--md-admonition-icon--success); + -webkit-mask-image: var(--md-admonition-icon--success); + mask-repeat: no-repeat; + -webkit-mask-size: contain; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.question, .help, .faq) { + border-color: #64dd17; +} + +:is(.question, .help, .faq) > :is(.admonition-title, summary) { + background-color: rgba(100, 221, 23, 0.1); + border-color: #64dd17; +} + +:is(.question, .help, .faq) > :is(.admonition-title, summary)::before { + background-color: #64dd17; + mask-image: var(--md-admonition-icon--question); + -webkit-mask-image: var(--md-admonition-icon--question); + mask-repeat: no-repeat; + -webkit-mask-size: contain; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.warning, .caution, .attention) { + border-color: #ff9100; +} + +:is(.warning, .caution, .attention) > :is(.admonition-title, summary) { + background-color: rgba(255, 145, 0, 0.1); + border-color: #ff9100; +} + +:is(.warning, .caution, .attention) > :is(.admonition-title, summary)::before { + background-color: #ff9100; + mask-image: var(--md-admonition-icon--warning); + -webkit-mask-image: var(--md-admonition-icon--warning); + mask-repeat: no-repeat; + -webkit-mask-size: contain; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.failure, .fail, .missing) { + border-color: #ff5252; +} + +:is(.failure, .fail, .missing) > :is(.admonition-title, summary) { + background-color: rgba(255, 82, 82, 0.1); + border-color: #ff5252; +} + +:is(.failure, .fail, .missing) > :is(.admonition-title, summary)::before { + background-color: #ff5252; + mask-image: var(--md-admonition-icon--failure); + -webkit-mask-image: var(--md-admonition-icon--failure); + mask-repeat: no-repeat; + -webkit-mask-size: contain; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.danger, .error) { + border-color: #ff1744; +} + +:is(.danger, .error) > :is(.admonition-title, summary) { + background-color: rgba(255, 23, 68, 0.1); + border-color: #ff1744; +} + +:is(.danger, .error) > :is(.admonition-title, summary)::before { + background-color: #ff1744; + mask-image: var(--md-admonition-icon--danger); + -webkit-mask-image: var(--md-admonition-icon--danger); + mask-repeat: no-repeat; + -webkit-mask-size: contain; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.bug) { + border-color: #f50057; +} + +:is(.bug) > :is(.admonition-title, summary) { + background-color: rgba(245, 0, 87, 0.1); + border-color: #f50057; +} + +:is(.bug) > :is(.admonition-title, summary)::before { + background-color: #f50057; + mask-image: var(--md-admonition-icon--bug); + -webkit-mask-image: var(--md-admonition-icon--bug); + mask-repeat: no-repeat; + -webkit-mask-size: contain; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.example) { + border-color: #7c4dff; +} + +:is(.example) > :is(.admonition-title, summary) { + background-color: rgba(124, 77, 255, 0.1); + border-color: #7c4dff; +} + +:is(.example) > :is(.admonition-title, summary)::before { + background-color: #7c4dff; + mask-image: var(--md-admonition-icon--example); + -webkit-mask-image: var(--md-admonition-icon--example); + mask-repeat: no-repeat; + -webkit-mask-size: contain; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +:is(.admonition):is(.quote, .cite) { + border-color: #9e9e9e; +} + +:is(.quote, .cite) > :is(.admonition-title, summary) { + background-color: rgba(158, 158, 158, 0.1); + border-color: #9e9e9e; +} + +:is(.quote, .cite) > :is(.admonition-title, summary)::before { + background-color: #9e9e9e; + mask-image: var(--md-admonition-icon--quote); + -webkit-mask-image: var(--md-admonition-icon--quote); + mask-repeat: no-repeat; + -webkit-mask-size: contain; + mask-size: contain; + -webkit-mask-repeat: no-repeat; +} + +.navy :is(.admonition) { + background-color: var(--sidebar-bg); +} + +.ayu :is(.admonition), +.coal :is(.admonition) { + background-color: var(--theme-hover); +} + +.rust :is(.admonition) { + background-color: var(--sidebar-bg); + color: var(--sidebar-fg); +} + +:is(.admonition-title) { + font-feature-settings: "kern", "liga"; + font-weight: 600; + font-size: 0.84rem; + border: none; + padding: 10px 50px; +} + +:is(summary)::after { + top: 0.625em; + width: 1.4rem; + height: 1.4rem; + mask-image: url('data:image/svg+xml;charset=utf-8,'); + -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,'); + -webkit-mask-size: contain; + content: ""; + background-color: black; + mask-image: var(--md-details-icon); + -webkit-mask-image: var(--md-details-icon); + mask-repeat: no-repeat; + mask-size: contain; + -webkit-mask-repeat: no-repeat; + position: absolute; + transform: rotate(-90deg); + transition: transform 0.25s; + right: 0.4rem; +} + +details[open] > summary::after { + transform: rotate(0deg); +} + +@tailwind utilities; + +/*! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com */ + +/* +1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) +2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116) +*/ + +*, +::before, +::after { + box-sizing: border-box; + /* 1 */ + border-width: 0; + /* 2 */ + border-style: solid; + /* 2 */ + border-color: #e5e7eb; + /* 2 */ +} + +::before, +::after { + --tw-content: ''; +} + +/* +1. Use a consistent sensible line-height in all browsers. +2. Prevent adjustments of font size after orientation changes in iOS. +3. Use a more readable tab size. +4. Use the user's configured `sans` font-family by default. +5. Use the user's configured `sans` font-feature-settings by default. +6. Use the user's configured `sans` font-variation-settings by default. +7. Disable tap highlights on iOS +*/ + +html, +:host { + line-height: 1.5; + /* 1 */ + -webkit-text-size-adjust: 100%; + /* 2 */ + -moz-tab-size: 4; + /* 3 */ + -o-tab-size: 4; + tab-size: 4; + /* 3 */ + font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + /* 4 */ + font-feature-settings: normal; + /* 5 */ + font-variation-settings: normal; + /* 6 */ + -webkit-tap-highlight-color: transparent; + /* 7 */ +} + +/* +1. Remove the margin in all browsers. +2. Inherit line-height from `html` so users can set them as a class directly on the `html` element. +*/ + +body { + margin: 0; + /* 1 */ + line-height: inherit; + /* 2 */ +} + +/* +1. Add the correct height in Firefox. +2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) +3. Ensure horizontal rules are visible by default. +*/ + +hr { + height: 0; + /* 1 */ + color: inherit; + /* 2 */ + border-top-width: 1px; + /* 3 */ +} + +/* +Add the correct text decoration in Chrome, Edge, and Safari. +*/ + +abbr:where([title]) { + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted; +} + +/* +Remove the default font size and weight for headings. +*/ + +h1, +h2, +h3, +h4, +h5, +h6 { + font-size: inherit; + font-weight: inherit; +} + +/* +Reset links to optimize for opt-in styling instead of opt-out. +*/ + +a { + color: inherit; + text-decoration: inherit; +} + +/* +Add the correct font weight in Edge and Safari. +*/ + +b, +strong { + font-weight: bolder; +} + +/* +1. Use the user's configured `mono` font-family by default. +2. Use the user's configured `mono` font-feature-settings by default. +3. Use the user's configured `mono` font-variation-settings by default. +4. Correct the odd `em` font sizing in all browsers. +*/ + +code, +kbd, +samp, +pre { + font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + /* 1 */ + font-feature-settings: normal; + /* 2 */ + font-variation-settings: normal; + /* 3 */ + font-size: 1em; + /* 4 */ +} + +/* +Add the correct font size in all browsers. +*/ + +small { + font-size: 80%; +} + +/* +Prevent `sub` and `sup` elements from affecting the line height in all browsers. +*/ + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sub { + bottom: -0.25em; +} + +sup { + top: -0.5em; +} + +/* +1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) +2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) +3. Remove gaps between table borders by default. +*/ + +table { + text-indent: 0; + /* 1 */ + border-color: inherit; + /* 2 */ + border-collapse: collapse; + /* 3 */ +} + +/* +1. Change the font styles in all browsers. +2. Remove the margin in Firefox and Safari. +3. Remove default padding in all browsers. +*/ + +button, +input, +optgroup, +select, +textarea { + font-family: inherit; + /* 1 */ + font-feature-settings: inherit; + /* 1 */ + font-variation-settings: inherit; + /* 1 */ + font-size: 100%; + /* 1 */ + font-weight: inherit; + /* 1 */ + line-height: inherit; + /* 1 */ + letter-spacing: inherit; + /* 1 */ + color: inherit; + /* 1 */ + margin: 0; + /* 2 */ + padding: 0; + /* 3 */ +} + +/* +Remove the inheritance of text transform in Edge and Firefox. +*/ + +button, +select { + text-transform: none; +} + +/* +1. Correct the inability to style clickable types in iOS and Safari. +2. Remove default button styles. +*/ + +button, +input:where([type='button']), +input:where([type='reset']), +input:where([type='submit']) { + -webkit-appearance: button; + /* 1 */ + background-color: transparent; + /* 2 */ + background-image: none; + /* 2 */ +} + +/* +Use the modern Firefox focus style for all focusable elements. +*/ + +:-moz-focusring { + outline: auto; +} + +/* +Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737) +*/ + +:-moz-ui-invalid { + box-shadow: none; +} + +/* +Add the correct vertical alignment in Chrome and Firefox. +*/ + +progress { + vertical-align: baseline; +} + +/* +Correct the cursor style of increment and decrement buttons in Safari. +*/ + +::-webkit-inner-spin-button, +::-webkit-outer-spin-button { + height: auto; +} + +/* +1. Correct the odd appearance in Chrome and Safari. +2. Correct the outline style in Safari. +*/ + +[type='search'] { + -webkit-appearance: textfield; + /* 1 */ + outline-offset: -2px; + /* 2 */ +} + +/* +Remove the inner padding in Chrome and Safari on macOS. +*/ + +::-webkit-search-decoration { + -webkit-appearance: none; +} + +/* +1. Correct the inability to style clickable types in iOS and Safari. +2. Change font properties to `inherit` in Safari. +*/ + +::-webkit-file-upload-button { + -webkit-appearance: button; + /* 1 */ + font: inherit; + /* 2 */ +} + +/* +Add the correct display in Chrome and Safari. +*/ + +summary { + display: list-item; +} + +/* +Removes the default spacing and border for appropriate elements. +*/ + +blockquote, +dl, +dd, +h1, +h2, +h3, +h4, +h5, +h6, +hr, +figure, +p, +pre { + margin: 0; +} + +fieldset { + margin: 0; + padding: 0; +} + +legend { + padding: 0; +} + +ol, +ul, +menu { + list-style: none; + margin: 0; + padding: 0; +} + +/* +Reset default styling for dialogs. +*/ + +dialog { + padding: 0; +} + +/* +Prevent resizing textareas horizontally by default. +*/ + +textarea { + resize: vertical; +} + +/* +1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300) +2. Set the default placeholder color to the user's configured gray 400 color. +*/ + +input::-moz-placeholder, textarea::-moz-placeholder { + opacity: 1; + /* 1 */ + color: #9ca3af; + /* 2 */ +} + +input::placeholder, +textarea::placeholder { + opacity: 1; + /* 1 */ + color: #9ca3af; + /* 2 */ +} + +/* +Set the default cursor for buttons. +*/ + +button, +[role="button"] { + cursor: pointer; +} + +/* +Make sure disabled buttons don't get the pointer cursor. +*/ + +:disabled { + cursor: default; +} + +/* +1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14) +2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210) + This can trigger a poorly considered lint error in some tools but is included by design. +*/ + +img, +svg, +video, +canvas, +audio, +iframe, +embed, +object { + display: block; + /* 1 */ + vertical-align: middle; + /* 2 */ +} + +/* +Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14) +*/ + +img, +video { + max-width: 100%; + height: auto; +} + +/* Make elements with the HTML hidden attribute stay hidden by default */ + +[hidden] { + display: none; +} + +*, ::before, ::after { + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: ; +} + +::backdrop { + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: ; +} + +.container { + width: 100%; +} + +@media (min-width: 640px) { + .container { + max-width: 640px; + } +} + +@media (min-width: 768px) { + .container { + max-width: 768px; + } +} + +@media (min-width: 1024px) { + .container { + max-width: 1024px; + } +} + +@media (min-width: 1280px) { + .container { + max-width: 1280px; + } +} + +@media (min-width: 1536px) { + .container { + max-width: 1536px; + } +} + +h1 { + font-size: 2.25rem; + line-height: 2.5rem; + font-weight: 400; + line-height: 1; +} + +@media (min-width: 768px) { + h1 { + font-size: 3rem; + line-height: 1; + } +} + +@media (min-width: 1024px) { + h1 { + font-size: 3.75rem; + line-height: 1; + } +} + +h1 strong { + font-weight: 500; +} + +h2 { + font-size: 1.875rem; + line-height: 2.25rem; + font-weight: 400; + line-height: 1; +} + +@media (min-width: 768px) { + h2 { + font-size: 2.25rem; + line-height: 2.5rem; + } +} + +@media (min-width: 1024px) { + h2 { + font-size: 3rem; + line-height: 1; + } +} + +@media (min-width: 1280px) { + h2 { + font-size: 3rem; + line-height: 1; + } +} + +h2 strong { + font-weight: 500; +} + +h3 { + font-size: 1.25rem; + line-height: 1.75rem; + font-weight: 300; +} + +@media (min-width: 768px) { + h3 { + font-size: 1.5rem; + line-height: 2rem; + } +} + +@media (min-width: 1024px) { + h3 { + font-size: 1.875rem; + line-height: 2.25rem; + } +} + +h3 strong { + font-weight: 500; +} + +h4 { + font-size: 1.25rem; + line-height: 1.75rem; + font-weight: 400; +} + +@media (min-width: 1024px) { + h4 { + font-size: 1.5rem; + line-height: 2rem; + } +} + +h5 { + font-size: 1.25rem; + line-height: 1.75rem; + font-weight: 400; +} + +@media (min-width: 1024px) { + h5 { + font-size: 1.25rem; + line-height: 1.75rem; + } +} + +h6 { + margin-top: 0.25rem; + margin-bottom: 0.25rem; + font-size: 1.125rem; + line-height: 1.75rem; + font-weight: 400; + font-style: normal; +} + +p { + font-size: 1.125rem; + line-height: 1.75rem; + font-weight: 400; + line-height: 1.25; + letter-spacing: 0em; +} + +@media (min-width: 1024px) { + p { + font-size: 1.25rem; + line-height: 1.75rem; + } +} + +p { + font-family: "CercoDEMO", sans-serif; +} + +blockquote { + margin-left: 0.5rem; + margin-right: 0.5rem; + margin-top: 0.5rem; + margin-bottom: 0.5rem; + border-left-width: 4px; + --tw-border-opacity: 1; + border-color: rgb(156 163 175 / var(--tw-border-opacity)); + padding: 0.5rem; +} + +li { + font-size: 1.125rem; + line-height: 1.75rem; + font-weight: 400; +} + +@media (min-width: 1024px) { + li { + font-size: 1.25rem; + line-height: 1.75rem; + } +} + +li li { + font-size: 0.875rem; + line-height: 1.25rem; + font-weight: 300; +} + +@media (min-width: 1024px) { + li li { + font-size: 0.875rem; + line-height: 1.25rem; + } +} + +button { + margin-top: 2.5rem; + margin-bottom: 2.5rem; + margin-right: 1.25rem; + display: inline-block; + border-width: 2px; + padding-left: 3rem; + padding-right: 3rem; + padding-top: 0.25rem; + padding-bottom: 0.25rem; + font-size: 1rem; + line-height: 1.5rem; + text-transform: capitalize; + --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} + +@media (min-width: 1024px) { + button { + font-size: 1.125rem; + line-height: 1.75rem; + } +} + +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border-width: 0; +} + +.pointer-events-none { + pointer-events: none; +} + +.fixed { + position: fixed; +} + +.absolute { + position: absolute; +} + +.relative { + position: relative; +} + +.inset-0 { + inset: 0px; +} + +.inset-x-0 { + left: 0px; + right: 0px; +} + +.inset-y-0 { + top: 0px; + bottom: 0px; +} + +.-bottom-8 { + bottom: -2rem; +} + +.-left-2 { + left: -0.5rem; +} + +.-left-96 { + left: -24rem; +} + +.-top-4 { + top: -1rem; +} + +.-top-40 { + top: -10rem; +} + +.-top-52 { + top: -13rem; +} + +.-top-80 { + top: -20rem; +} + +.bottom-0 { + bottom: 0px; +} + +.left-0 { + left: 0px; +} + +.left-1\/2 { + left: 50%; +} + +.left-\[calc\(50\%\+3rem\)\] { + left: calc(50% + 3rem); +} + +.left-\[calc\(50\%-11rem\)\] { + left: calc(50% - 11rem); +} + +.left-\[max\(6rem\2c 33\%\)\] { + left: max(6rem,33%); +} + +.right-0 { + right: 0px; +} + +.top-0 { + top: 0px; +} + +.top-1\/2 { + top: 50%; +} + +.top-\[calc\(100\%-13rem\)\] { + top: calc(100% - 13rem); +} + +.isolate { + isolation: isolate; +} + +.-z-10 { + z-index: -10; +} + +.z-10 { + z-index: 10; +} + +.z-20 { + z-index: 20; +} + +.z-30 { + z-index: 30; +} + +.z-50 { + z-index: 50; +} + +.order-first { + order: -9999; +} + +.col-span-3 { + grid-column: span 3 / span 3; +} + +.m-0 { + margin: 0px; +} + +.m-2 { + margin: 0.5rem; +} + +.-mx-8 { + margin-left: -2rem; + margin-right: -2rem; +} + +.-my-2 { + margin-top: -0.5rem; + margin-bottom: -0.5rem; +} + +.mx-0 { + margin-left: 0px; + margin-right: 0px; +} + +.mx-12 { + margin-left: 3rem; + margin-right: 3rem; +} + +.mx-20 { + margin-left: 5rem; + margin-right: 5rem; +} + +.mx-4 { + margin-left: 1rem; + margin-right: 1rem; +} + +.mx-8 { + margin-left: 2rem; + margin-right: 2rem; +} + +.mx-auto { + margin-left: auto; + margin-right: auto; +} + +.my-0 { + margin-top: 0px; + margin-bottom: 0px; +} + +.my-1 { + margin-top: 0.25rem; + margin-bottom: 0.25rem; +} + +.my-10 { + margin-top: 2.5rem; + margin-bottom: 2.5rem; +} + +.my-2 { + margin-top: 0.5rem; + margin-bottom: 0.5rem; +} + +.my-4 { + margin-top: 1rem; + margin-bottom: 1rem; +} + +.my-5 { + margin-top: 1.25rem; + margin-bottom: 1.25rem; +} + +.my-8 { + margin-top: 2rem; + margin-bottom: 2rem; +} + +.-ml-12 { + margin-left: -3rem; +} + +.-ml-16 { + margin-left: -4rem; +} + +.-ml-20 { + margin-left: -5rem; +} + +.-ml-24 { + margin-left: -6rem; +} + +.-ml-28 { + margin-left: -7rem; +} + +.-ml-4 { + margin-left: -1rem; +} + +.-ml-40 { + margin-left: -10rem; +} + +.-ml-44 { + margin-left: -11rem; +} + +.-ml-48 { + margin-left: -12rem; +} + +.-ml-8 { + margin-left: -2rem; +} + +.-ml-80 { + margin-left: -20rem; +} + +.-mr-12 { + margin-right: -3rem; +} + +.-mr-16 { + margin-right: -4rem; +} + +.-mr-2 { + margin-right: -0.5rem; +} + +.-mr-20 { + margin-right: -5rem; +} + +.-mr-24 { + margin-right: -6rem; +} + +.-mr-28 { + margin-right: -7rem; +} + +.-mr-4 { + margin-right: -1rem; +} + +.-mr-40 { + margin-right: -10rem; +} + +.-mr-44 { + margin-right: -11rem; +} + +.-mr-48 { + margin-right: -12rem; +} + +.-mr-8 { + margin-right: -2rem; +} + +.-mr-80 { + margin-right: -20rem; +} + +.-mt-16 { + margin-top: -4rem; +} + +.-mt-24 { + margin-top: -6rem; +} + +.-mt-6 { + margin-top: -1.5rem; +} + +.mb-0 { + margin-bottom: 0px; +} + +.mb-10 { + margin-bottom: 2.5rem; +} + +.mb-12 { + margin-bottom: 3rem; +} + +.mb-16 { + margin-bottom: 4rem; +} + +.mb-2 { + margin-bottom: 0.5rem; +} + +.mb-3 { + margin-bottom: 0.75rem; +} + +.mb-4 { + margin-bottom: 1rem; +} + +.mb-5 { + margin-bottom: 1.25rem; +} + +.mb-6 { + margin-bottom: 1.5rem; +} + +.mb-8 { + margin-bottom: 2rem; +} + +.ml-1 { + margin-left: 0.25rem; +} + +.ml-10 { + margin-left: 2.5rem; +} + +.ml-12 { + margin-left: 3rem; +} + +.ml-16 { + margin-left: 4rem; +} + +.ml-20 { + margin-left: 5rem; +} + +.ml-24 { + margin-left: 6rem; +} + +.ml-28 { + margin-left: 7rem; +} + +.ml-4 { + margin-left: 1rem; +} + +.ml-40 { + margin-left: 10rem; +} + +.ml-44 { + margin-left: 11rem; +} + +.ml-48 { + margin-left: 12rem; +} + +.ml-5 { + margin-left: 1.25rem; +} + +.ml-8 { + margin-left: 2rem; +} + +.ml-80 { + margin-left: 20rem; +} + +.ml-\[-22rem\] { + margin-left: -22rem; +} + +.ml-\[max\(50\%\2c 38rem\)\] { + margin-left: max(50%,38rem); +} + +.ml-auto { + margin-left: auto; +} + +.mr-12 { + margin-right: 3rem; +} + +.mr-16 { + margin-right: 4rem; +} + +.mr-2 { + margin-right: 0.5rem; +} + +.mr-20 { + margin-right: 5rem; +} + +.mr-24 { + margin-right: 6rem; +} + +.mr-28 { + margin-right: 7rem; +} + +.mr-4 { + margin-right: 1rem; +} + +.mr-40 { + margin-right: 10rem; +} + +.mr-44 { + margin-right: 11rem; +} + +.mr-48 { + margin-right: 12rem; +} + +.mr-5 { + margin-right: 1.25rem; +} + +.mr-8 { + margin-right: 2rem; +} + +.mr-80 { + margin-right: 20rem; +} + +.mr-auto { + margin-right: auto; +} + +.mt-0 { + margin-top: 0px; +} + +.mt-1 { + margin-top: 0.25rem; +} + +.mt-10 { + margin-top: 2.5rem; +} + +.mt-12 { + margin-top: 3rem; +} + +.mt-14 { + margin-top: 3.5rem; +} + +.mt-16 { + margin-top: 4rem; +} + +.mt-2 { + margin-top: 0.5rem; +} + +.mt-24 { + margin-top: 6rem; +} + +.mt-28 { + margin-top: 7rem; +} + +.mt-3 { + margin-top: 0.75rem; +} + +.mt-4 { + margin-top: 1rem; +} + +.mt-5 { + margin-top: 1.25rem; +} + +.mt-6 { + margin-top: 1.5rem; +} + +.mt-8 { + margin-top: 2rem; +} + +.line-clamp-3 { + overflow: hidden; + display: -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: 3; +} + +.block { + display: block; +} + +.inline-block { + display: inline-block; +} + +.inline { + display: inline; +} + +.flex { + display: flex; +} + +.inline-flex { + display: inline-flex; +} + +.grid { + display: grid; +} + +.hidden { + display: none; +} + +.aspect-\[1097\/845\] { + aspect-ratio: 1097/845; +} + +.aspect-\[1155\/678\] { + aspect-ratio: 1155/678; +} + +.aspect-\[1266\/975\] { + aspect-ratio: 1266/975; +} + +.aspect-\[1313\/771\] { + aspect-ratio: 1313/771; +} + +.aspect-\[16\/9\] { + aspect-ratio: 16/9; +} + +.aspect-\[2\/3\] { + aspect-ratio: 2/3; +} + +.aspect-\[3\/4\] { + aspect-ratio: 3/4; +} + +.aspect-\[801\/1036\] { + aspect-ratio: 801/1036; +} + +.h-1\/3 { + height: 33.333333%; +} + +.h-10 { + height: 2.5rem; +} + +.h-12 { + height: 3rem; +} + +.h-16 { + height: 4rem; +} + +.h-20 { + height: 5rem; +} + +.h-32 { + height: 8rem; +} + +.h-4 { + height: 1rem; +} + +.h-48 { + height: 12rem; +} + +.h-6 { + height: 1.5rem; +} + +.h-7 { + height: 1.75rem; +} + +.h-8 { + height: 2rem; +} + +.h-\[15\%\] { + height: 15%; +} + +.h-\[64rem\] { + height: 64rem; +} + +.h-auto { + height: auto; +} + +.h-full { + height: 100%; +} + +.h-screen { + height: 100vh; +} + +.max-h-12 { + max-height: 3rem; +} + +.max-h-80 { + max-height: 20rem; +} + +.max-h-screen { + max-height: 100vh; +} + +.min-h-screen { + min-height: 100vh; +} + +.w-0 { + width: 0px; +} + +.w-1\/3 { + width: 33.333333%; +} + +.w-10 { + width: 2.5rem; +} + +.w-12 { + width: 3rem; +} + +.w-16 { + width: 4rem; +} + +.w-2\/6 { + width: 33.333333%; +} + +.w-3\/4 { + width: 75%; +} + +.w-4 { + width: 1rem; +} + +.w-4\/6 { + width: 66.666667%; +} + +.w-40 { + width: 10rem; +} + +.w-44 { + width: 11rem; +} + +.w-48 { + width: 12rem; +} + +.w-56 { + width: 14rem; +} + +.w-6 { + width: 1.5rem; +} + +.w-64 { + width: 16rem; +} + +.w-72 { + width: 18rem; +} + +.w-8 { + width: 2rem; +} + +.w-\[36\.125rem\] { + width: 36.125rem; +} + +.w-\[50\.0625rem\] { + width: 50.0625rem; +} + +.w-\[68\.5625rem\] { + width: 68.5625rem; +} + +.w-\[79\.125rem\] { + width: 79.125rem; +} + +.w-\[82\.0625rem\] { + width: 82.0625rem; +} + +.w-auto { + width: auto; +} + +.w-full { + width: 100%; +} + +.w-screen { + width: 100vw; +} + +.max-w-2xl { + max-width: 42rem; +} + +.max-w-7xl { + max-width: 80rem; +} + +.max-w-fit { + max-width: -moz-fit-content; + max-width: fit-content; +} + +.max-w-full { + max-width: 100%; +} + +.max-w-lg { + max-width: 32rem; +} + +.max-w-none { + max-width: none; +} + +.max-w-screen-2xl { + max-width: 1536px; +} + +.max-w-screen-md { + max-width: 768px; +} + +.max-w-screen-xl { + max-width: 1280px; +} + +.max-w-sm { + max-width: 24rem; +} + +.max-w-xl { + max-width: 36rem; +} + +.max-w-xs { + max-width: 20rem; +} + +.flex-1 { + flex: 1 1 0%; +} + +.flex-none { + flex: none; +} + +.flex-shrink-0 { + flex-shrink: 0; +} + +.grow { + flex-grow: 1; +} + +.origin-top-right { + transform-origin: top right; +} + +.-translate-x-1\/2 { + --tw-translate-x: -50%; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} + +.-translate-y-1 { + --tw-translate-y: -0.25rem; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} + +.-translate-y-1\/2 { + --tw-translate-y: -50%; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} + +.-translate-y-1\/3 { + --tw-translate-y: -33.333333%; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} + +.-rotate-90 { + --tw-rotate: -90deg; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} + +.rotate-180 { + --tw-rotate: 180deg; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} + +.rotate-\[30deg\] { + --tw-rotate: 30deg; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} + +.scale-100 { + --tw-scale-x: 1; + --tw-scale-y: 1; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} + +.scale-95 { + --tw-scale-x: .95; + --tw-scale-y: .95; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} + +.transform { + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} + +.transform-gpu { + transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} + +.cursor-pointer { + cursor: pointer; +} + +.-scroll-ml-12 { + scroll-margin-left: -3rem; +} + +.-scroll-ml-16 { + scroll-margin-left: -4rem; +} + +.-scroll-ml-20 { + scroll-margin-left: -5rem; +} + +.-scroll-ml-24 { + scroll-margin-left: -6rem; +} + +.-scroll-ml-28 { + scroll-margin-left: -7rem; +} + +.-scroll-ml-4 { + scroll-margin-left: -1rem; +} + +.-scroll-ml-40 { + scroll-margin-left: -10rem; +} + +.-scroll-ml-44 { + scroll-margin-left: -11rem; +} + +.-scroll-ml-48 { + scroll-margin-left: -12rem; +} + +.-scroll-ml-8 { + scroll-margin-left: -2rem; +} + +.-scroll-ml-80 { + scroll-margin-left: -20rem; +} + +.-scroll-mr-12 { + scroll-margin-right: -3rem; +} + +.-scroll-mr-16 { + scroll-margin-right: -4rem; +} + +.-scroll-mr-20 { + scroll-margin-right: -5rem; +} + +.-scroll-mr-24 { + scroll-margin-right: -6rem; +} + +.-scroll-mr-28 { + scroll-margin-right: -7rem; +} + +.-scroll-mr-4 { + scroll-margin-right: -1rem; +} + +.-scroll-mr-40 { + scroll-margin-right: -10rem; +} + +.-scroll-mr-44 { + scroll-margin-right: -11rem; +} + +.-scroll-mr-48 { + scroll-margin-right: -12rem; +} + +.-scroll-mr-8 { + scroll-margin-right: -2rem; +} + +.-scroll-mr-80 { + scroll-margin-right: -20rem; +} + +.scroll-ml-12 { + scroll-margin-left: 3rem; +} + +.scroll-ml-16 { + scroll-margin-left: 4rem; +} + +.scroll-ml-20 { + scroll-margin-left: 5rem; +} + +.scroll-ml-24 { + scroll-margin-left: 6rem; +} + +.scroll-ml-28 { + scroll-margin-left: 7rem; +} + +.scroll-ml-4 { + scroll-margin-left: 1rem; +} + +.scroll-ml-40 { + scroll-margin-left: 10rem; +} + +.scroll-ml-44 { + scroll-margin-left: 11rem; +} + +.scroll-ml-48 { + scroll-margin-left: 12rem; +} + +.scroll-ml-8 { + scroll-margin-left: 2rem; +} + +.scroll-ml-80 { + scroll-margin-left: 20rem; +} + +.scroll-mr-12 { + scroll-margin-right: 3rem; +} + +.scroll-mr-16 { + scroll-margin-right: 4rem; +} + +.scroll-mr-20 { + scroll-margin-right: 5rem; +} + +.scroll-mr-24 { + scroll-margin-right: 6rem; +} + +.scroll-mr-28 { + scroll-margin-right: 7rem; +} + +.scroll-mr-4 { + scroll-margin-right: 1rem; +} + +.scroll-mr-40 { + scroll-margin-right: 10rem; +} + +.scroll-mr-44 { + scroll-margin-right: 11rem; +} + +.scroll-mr-48 { + scroll-margin-right: 12rem; +} + +.scroll-mr-8 { + scroll-margin-right: 2rem; +} + +.scroll-mr-80 { + scroll-margin-right: 20rem; +} + +.scroll-pb-0 { + scroll-padding-bottom: 0px; +} + +.scroll-pb-0\.5 { + scroll-padding-bottom: 0.125rem; +} + +.scroll-pt-0 { + scroll-padding-top: 0px; +} + +.scroll-pt-0\.5 { + scroll-padding-top: 0.125rem; +} + +.list-none { + list-style-type: none; +} + +.grid-cols-1 { + grid-template-columns: repeat(1, minmax(0, 1fr)); +} + +.grid-cols-2 { + grid-template-columns: repeat(2, minmax(0, 1fr)); +} + +.grid-cols-3 { + grid-template-columns: repeat(3, minmax(0, 1fr)); +} + +.flex-row { + flex-direction: row; +} + +.flex-col { + flex-direction: column; +} + +.flex-col-reverse { + flex-direction: column-reverse; +} + +.flex-wrap { + flex-wrap: wrap; +} + +.flex-nowrap { + flex-wrap: nowrap; +} + +.items-start { + align-items: flex-start; +} + +.items-end { + align-items: flex-end; +} + +.items-center { + align-items: center; +} + +.items-baseline { + align-items: baseline; +} + +.justify-end { + justify-content: flex-end; +} + +.justify-center { + justify-content: center; +} + +.justify-between { + justify-content: space-between; +} + +.justify-around { + justify-content: space-around; +} + +.gap-3 { + gap: 0.75rem; +} + +.gap-4 { + gap: 1rem; +} + +.gap-5 { + gap: 1.25rem; +} + +.gap-6 { + gap: 1.5rem; +} + +.gap-8 { + gap: 2rem; +} + +.gap-x-14 { + -moz-column-gap: 3.5rem; + column-gap: 3.5rem; +} + +.gap-x-4 { + -moz-column-gap: 1rem; + column-gap: 1rem; +} + +.gap-x-6 { + -moz-column-gap: 1.5rem; + column-gap: 1.5rem; +} + +.gap-x-8 { + -moz-column-gap: 2rem; + column-gap: 2rem; +} + +.gap-y-10 { + row-gap: 2.5rem; +} + +.gap-y-16 { + row-gap: 4rem; +} + +.gap-y-20 { + row-gap: 5rem; +} + +.gap-y-3 { + row-gap: 0.75rem; +} + +.space-x-10 > :not([hidden]) ~ :not([hidden]) { + --tw-space-x-reverse: 0; + margin-right: calc(2.5rem * var(--tw-space-x-reverse)); + margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))); +} + +.space-x-2 > :not([hidden]) ~ :not([hidden]) { + --tw-space-x-reverse: 0; + margin-right: calc(0.5rem * var(--tw-space-x-reverse)); + margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); +} + +.space-x-3 > :not([hidden]) ~ :not([hidden]) { + --tw-space-x-reverse: 0; + margin-right: calc(0.75rem * var(--tw-space-x-reverse)); + margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); +} + +.space-x-4 > :not([hidden]) ~ :not([hidden]) { + --tw-space-x-reverse: 0; + margin-right: calc(1rem * var(--tw-space-x-reverse)); + margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))); +} + +.space-y-1 > :not([hidden]) ~ :not([hidden]) { + --tw-space-y-reverse: 0; + margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))); + margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)); +} + +.space-y-2 > :not([hidden]) ~ :not([hidden]) { + --tw-space-y-reverse: 0; + margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); + margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)); +} + +.space-y-4 > :not([hidden]) ~ :not([hidden]) { + --tw-space-y-reverse: 0; + margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); + margin-bottom: calc(1rem * var(--tw-space-y-reverse)); +} + +.space-y-6 > :not([hidden]) ~ :not([hidden]) { + --tw-space-y-reverse: 0; + margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))); + margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)); +} + +.space-y-8 > :not([hidden]) ~ :not([hidden]) { + --tw-space-y-reverse: 0; + margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))); + margin-bottom: calc(2rem * var(--tw-space-y-reverse)); +} + +.divide-x-2 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-x-reverse: 0; + border-right-width: calc(2px * var(--tw-divide-x-reverse)); + border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))); +} + +.divide-y-2 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-y-reverse: 0; + border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))); + border-bottom-width: calc(2px * var(--tw-divide-y-reverse)); +} + +.divide-gray-50 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgb(249 250 251 / var(--tw-divide-opacity)); +} + +.divide-gray-500 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgb(107 114 128 / var(--tw-divide-opacity)); +} + +.overflow-hidden { + overflow: hidden; +} + +.overflow-visible { + overflow: visible; +} + +.overflow-y-auto { + overflow-y: auto; +} + +.overflow-x-hidden { + overflow-x: hidden; +} + +.overflow-x-scroll { + overflow-x: scroll; +} + +.truncate { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.text-ellipsis { + text-overflow: ellipsis; +} + +.rounded { + border-radius: 0.25rem; +} + +.rounded-3xl { + border-radius: 1.5rem; +} + +.rounded-full { + border-radius: 9999px; +} + +.rounded-lg { + border-radius: 0.5rem; +} + +.rounded-md { + border-radius: 0.375rem; +} + +.rounded-none { + border-radius: 0px; +} + +.rounded-xl { + border-radius: 0.75rem; +} + +.rounded-l-md { + border-top-left-radius: 0.375rem; + border-bottom-left-radius: 0.375rem; +} + +.rounded-r-md { + border-top-right-radius: 0.375rem; + border-bottom-right-radius: 0.375rem; +} + +.border { + border-width: 1px; +} + +.border-0 { + border-width: 0px; +} + +.border-2 { + border-width: 2px; +} + +.border-b { + border-bottom-width: 1px; +} + +.border-l { + border-left-width: 1px; +} + +.border-r-0 { + border-right-width: 0px; +} + +.border-t { + border-top-width: 1px; +} + +.border-t-2 { + border-top-width: 2px; +} + +.border-dashed { + border-style: dashed; +} + +.border-black { + --tw-border-opacity: 1; + border-color: rgb(0 0 0 / var(--tw-border-opacity)); +} + +.border-gray-200 { + --tw-border-opacity: 1; + border-color: rgb(229 231 235 / var(--tw-border-opacity)); +} + +.border-gray-300 { + --tw-border-opacity: 1; + border-color: rgb(209 213 219 / var(--tw-border-opacity)); +} + +.border-gray-400 { + --tw-border-opacity: 1; + border-color: rgb(156 163 175 / var(--tw-border-opacity)); +} + +.border-gray-600 { + --tw-border-opacity: 1; + border-color: rgb(75 85 99 / var(--tw-border-opacity)); +} + +.border-gray-900\/10 { + border-color: rgb(17 24 39 / 0.1); +} + +.border-transparent { + border-color: transparent; +} + +.border-white { + --tw-border-opacity: 1; + border-color: rgb(255 255 255 / var(--tw-border-opacity)); +} + +.border-white\/10 { + border-color: rgb(255 255 255 / 0.1); +} + +.bg-black { + --tw-bg-opacity: 1; + background-color: rgb(0 0 0 / var(--tw-bg-opacity)); +} + +.bg-gray-100 { + --tw-bg-opacity: 1; + background-color: rgb(243 244 246 / var(--tw-bg-opacity)); +} + +.bg-gray-200 { + --tw-bg-opacity: 1; + background-color: rgb(229 231 235 / var(--tw-bg-opacity)); +} + +.bg-gray-300 { + --tw-bg-opacity: 1; + background-color: rgb(209 213 219 / var(--tw-bg-opacity)); +} + +.bg-gray-50 { + --tw-bg-opacity: 1; + background-color: rgb(249 250 251 / var(--tw-bg-opacity)); +} + +.bg-gray-900 { + --tw-bg-opacity: 1; + background-color: rgb(17 24 39 / var(--tw-bg-opacity)); +} + +.bg-gray-900\/5 { + background-color: rgb(17 24 39 / 0.05); +} + +.bg-indigo-600 { + --tw-bg-opacity: 1; + background-color: rgb(79 70 229 / var(--tw-bg-opacity)); +} + +.bg-transparent { + background-color: transparent; +} + +.bg-white { + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)); +} + +.bg-white\/10 { + background-color: rgb(255 255 255 / 0.1); +} + +.bg-white\/5 { + background-color: rgb(255 255 255 / 0.05); +} + +.bg-gradient-to-t { + background-image: linear-gradient(to top, var(--tw-gradient-stops)); +} + +.bg-gradient-to-tr { + background-image: linear-gradient(to top right, var(--tw-gradient-stops)); +} + +.from-\[\#ff4694\] { + --tw-gradient-from: #ff4694 var(--tw-gradient-from-position); + --tw-gradient-to: rgb(255 70 148 / 0) var(--tw-gradient-to-position); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} + +.from-\[\#ff80b5\] { + --tw-gradient-from: #ff80b5 var(--tw-gradient-from-position); + --tw-gradient-to: rgb(255 128 181 / 0) var(--tw-gradient-to-position); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} + +.from-white { + --tw-gradient-from: #fff var(--tw-gradient-from-position); + --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); +} + +.to-\[\#776fff\] { + --tw-gradient-to: #776fff var(--tw-gradient-to-position); +} + +.to-\[\#9089fc\] { + --tw-gradient-to: #9089fc var(--tw-gradient-to-position); +} + +.\!bg-\[length\:0px_0px\] { + background-size: 0px 0px !important; +} + +.bg-contain { + background-size: contain; +} + +.bg-center { + background-position: center; +} + +.\!bg-no-repeat { + background-repeat: no-repeat !important; +} + +.bg-no-repeat { + background-repeat: no-repeat; +} + +.fill-gray-50 { + fill: #f9fafb; +} + +.stroke-gray-200 { + stroke: #e5e7eb; +} + +.stroke-white\/20 { + stroke: rgb(255 255 255 / 0.2); +} + +.object-contain { + -o-object-fit: contain; + object-fit: contain; +} + +.object-cover { + -o-object-fit: cover; + object-fit: cover; +} + +.object-right { + -o-object-position: right; + object-position: right; +} + +.p-1 { + padding: 0.25rem; +} + +.p-2 { + padding: 0.5rem; +} + +.p-3 { + padding: 0.75rem; +} + +.p-4 { + padding: 1rem; +} + +.p-6 { + padding: 1.5rem; +} + +.px-0 { + padding-left: 0px; + padding-right: 0px; +} + +.px-12 { + padding-left: 3rem; + padding-right: 3rem; +} + +.px-2 { + padding-left: 0.5rem; + padding-right: 0.5rem; +} + +.px-3 { + padding-left: 0.75rem; + padding-right: 0.75rem; +} + +.px-3\.5 { + padding-left: 0.875rem; + padding-right: 0.875rem; +} + +.px-4 { + padding-left: 1rem; + padding-right: 1rem; +} + +.px-5 { + padding-left: 1.25rem; + padding-right: 1.25rem; +} + +.px-6 { + padding-left: 1.5rem; + padding-right: 1.5rem; +} + +.px-8 { + padding-left: 2rem; + padding-right: 2rem; +} + +.py-0 { + padding-top: 0px; + padding-bottom: 0px; +} + +.py-1 { + padding-top: 0.25rem; + padding-bottom: 0.25rem; +} + +.py-10 { + padding-top: 2.5rem; + padding-bottom: 2.5rem; +} + +.py-12 { + padding-top: 3rem; + padding-bottom: 3rem; +} + +.py-16 { + padding-top: 4rem; + padding-bottom: 4rem; +} + +.py-2 { + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} + +.py-2\.5 { + padding-top: 0.625rem; + padding-bottom: 0.625rem; +} + +.py-24 { + padding-top: 6rem; + padding-bottom: 6rem; +} + +.py-28 { + padding-top: 7rem; + padding-bottom: 7rem; +} + +.py-3 { + padding-top: 0.75rem; + padding-bottom: 0.75rem; +} + +.py-32 { + padding-top: 8rem; + padding-bottom: 8rem; +} + +.py-4 { + padding-top: 1rem; + padding-bottom: 1rem; +} + +.py-5 { + padding-top: 1.25rem; + padding-bottom: 1.25rem; +} + +.py-8 { + padding-top: 2rem; + padding-bottom: 2rem; +} + +.pb-0 { + padding-bottom: 0px; +} + +.pb-0\.5 { + padding-bottom: 0.125rem; +} + +.pb-10 { + padding-bottom: 2.5rem; +} + +.pb-12 { + padding-bottom: 3rem; +} + +.pb-2 { + padding-bottom: 0.5rem; +} + +.pb-20 { + padding-bottom: 5rem; +} + +.pb-24 { + padding-bottom: 6rem; +} + +.pb-4 { + padding-bottom: 1rem; +} + +.pb-6 { + padding-bottom: 1.5rem; +} + +.pb-9 { + padding-bottom: 2.25rem; +} + +.pl-0 { + padding-left: 0px; +} + +.pl-1 { + padding-left: 0.25rem; +} + +.pl-12 { + padding-left: 3rem; +} + +.pl-16 { + padding-left: 4rem; +} + +.pl-20 { + padding-left: 5rem; +} + +.pl-3 { + padding-left: 0.75rem; +} + +.pl-6 { + padding-left: 1.5rem; +} + +.pl-9 { + padding-left: 2.25rem; +} + +.pr-2 { + padding-right: 0.5rem; +} + +.pr-20 { + padding-right: 5rem; +} + +.pr-3 { + padding-right: 0.75rem; +} + +.pt-0 { + padding-top: 0px; +} + +.pt-0\.5 { + padding-top: 0.125rem; +} + +.pt-1 { + padding-top: 0.25rem; +} + +.pt-10 { + padding-top: 2.5rem; +} + +.pt-12 { + padding-top: 3rem; +} + +.pt-16 { + padding-top: 4rem; +} + +.pt-2 { + padding-top: 0.5rem; +} + +.pt-24 { + padding-top: 6rem; +} + +.pt-3 { + padding-top: 0.75rem; +} + +.pt-32 { + padding-top: 8rem; +} + +.pt-4 { + padding-top: 1rem; +} + +.pt-5 { + padding-top: 1.25rem; +} + +.pt-6 { + padding-top: 1.5rem; +} + +.pt-64 { + padding-top: 16rem; +} + +.pt-8 { + padding-top: 2rem; +} + +.text-left { + text-align: left; +} + +.text-center { + text-align: center; +} + +.text-right { + text-align: right; +} + +.font-serif { + font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; +} + +.text-2xl { + font-size: 1.5rem; + line-height: 2rem; +} + +.text-3xl { + font-size: 1.875rem; + line-height: 2.25rem; +} + +.text-4xl { + font-size: 2.25rem; + line-height: 2.5rem; +} + +.text-5xl { + font-size: 3rem; + line-height: 1; +} + +.text-6xl { + font-size: 3.75rem; + line-height: 1; +} + +.text-base { + font-size: 1rem; + line-height: 1.5rem; +} + +.text-lg { + font-size: 1.125rem; + line-height: 1.75rem; +} + +.text-sm { + font-size: 0.875rem; + line-height: 1.25rem; +} + +.text-xl { + font-size: 1.25rem; + line-height: 1.75rem; +} + +.text-xs { + font-size: 0.75rem; + line-height: 1rem; +} + +.font-bold { + font-weight: 700; +} + +.font-extrabold { + font-weight: 800; +} + +.font-light { + font-weight: 300; +} + +.font-medium { + font-weight: 500; +} + +.font-normal { + font-weight: 400; +} + +.font-semibold { + font-weight: 600; +} + +.uppercase { + text-transform: uppercase; +} + +.lowercase { + text-transform: lowercase; +} + +.capitalize { + text-transform: capitalize; +} + +.not-italic { + font-style: normal; +} + +.leading-10 { + line-height: 2.5rem; +} + +.leading-3 { + line-height: .75rem; +} + +.leading-4 { + line-height: 1rem; +} + +.leading-5 { + line-height: 1.25rem; +} + +.leading-6 { + line-height: 1.5rem; +} + +.leading-7 { + line-height: 1.75rem; +} + +.leading-8 { + line-height: 2rem; +} + +.leading-9 { + line-height: 2.25rem; +} + +.leading-none { + line-height: 1; +} + +.leading-relaxed { + line-height: 1.625; +} + +.leading-snug { + line-height: 1.375; +} + +.tracking-tight { + letter-spacing: -0.025em; +} + +.tracking-wide { + letter-spacing: 0.025em; +} + +.text-black { + --tw-text-opacity: 1; + color: rgb(0 0 0 / var(--tw-text-opacity)); +} + +.text-blue-400 { + --tw-text-opacity: 1; + color: rgb(96 165 250 / var(--tw-text-opacity)); +} + +.text-blue-700 { + --tw-text-opacity: 1; + color: rgb(29 78 216 / var(--tw-text-opacity)); +} + +.text-gray-200 { + --tw-text-opacity: 1; + color: rgb(229 231 235 / var(--tw-text-opacity)); +} + +.text-gray-300 { + --tw-text-opacity: 1; + color: rgb(209 213 219 / var(--tw-text-opacity)); +} + +.text-gray-400 { + --tw-text-opacity: 1; + color: rgb(156 163 175 / var(--tw-text-opacity)); +} + +.text-gray-500 { + --tw-text-opacity: 1; + color: rgb(107 114 128 / var(--tw-text-opacity)); +} + +.text-gray-600 { + --tw-text-opacity: 1; + color: rgb(75 85 99 / var(--tw-text-opacity)); +} + +.text-gray-700 { + --tw-text-opacity: 1; + color: rgb(55 65 81 / var(--tw-text-opacity)); +} + +.text-gray-800 { + --tw-text-opacity: 1; + color: rgb(31 41 55 / var(--tw-text-opacity)); +} + +.text-gray-900 { + --tw-text-opacity: 1; + color: rgb(17 24 39 / var(--tw-text-opacity)); +} + +.text-indigo-300 { + --tw-text-opacity: 1; + color: rgb(165 180 252 / var(--tw-text-opacity)); +} + +.text-indigo-400 { + --tw-text-opacity: 1; + color: rgb(129 140 248 / var(--tw-text-opacity)); +} + +.text-indigo-500 { + --tw-text-opacity: 1; + color: rgb(99 102 241 / var(--tw-text-opacity)); +} + +.text-indigo-600 { + --tw-text-opacity: 1; + color: rgb(79 70 229 / var(--tw-text-opacity)); +} + +.text-white { + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} + +.underline { + text-decoration-line: underline; +} + +.opacity-0 { + opacity: 0; +} + +.opacity-100 { + opacity: 1; +} + +.opacity-20 { + opacity: 0.2; +} + +.opacity-30 { + opacity: 0.3; +} + +.opacity-40 { + opacity: 0.4; +} + +.mix-blend-multiply { + mix-blend-mode: multiply; +} + +.\!shadow-none { + --tw-shadow: 0 0 #0000 !important; + --tw-shadow-colored: 0 0 #0000 !important; + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important; +} + +.shadow { + --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} + +.shadow-2xl { + --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25); + --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} + +.shadow-lg { + --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} + +.shadow-md { + --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} + +.shadow-sm { + --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); + --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} + +.shadow-xl { + --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} + +.ring-1 { + --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); + --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); + box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); +} + +.ring-inset { + --tw-ring-inset: inset; +} + +.ring-gray-900\/10 { + --tw-ring-color: rgb(17 24 39 / 0.1); +} + +.ring-white\/10 { + --tw-ring-color: rgb(255 255 255 / 0.1); +} + +.ring-white\/5 { + --tw-ring-color: rgb(255 255 255 / 0.05); +} + +.blur-3xl { + --tw-blur: blur(64px); + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); +} + +.brightness-100 { + --tw-brightness: brightness(1); + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); +} + +.brightness-125 { + --tw-brightness: brightness(1.25); + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); +} + +.grayscale { + --tw-grayscale: grayscale(100%); + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); +} + +.saturate-0 { + --tw-saturate: saturate(0); + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); +} + +.filter { + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); +} + +.transition { + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter; + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; +} + +.transition-all { + transition-property: all; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; +} + +.transition-colors { + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; +} + +.transition-opacity { + transition-property: opacity; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; +} + +.transition-shadow { + transition-property: box-shadow; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; +} + +.transition-transform { + transition-property: transform; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; +} + +.duration-100 { + transition-duration: 100ms; +} + +.duration-150 { + transition-duration: 150ms; +} + +.duration-200 { + transition-duration: 200ms; +} + +.duration-300 { + transition-duration: 300ms; +} + +.duration-75 { + transition-duration: 75ms; +} + +.ease-in { + transition-timing-function: cubic-bezier(0.4, 0, 1, 1); +} + +.ease-in-out { + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); +} + +.ease-out { + transition-timing-function: cubic-bezier(0, 0, 0.2, 1); +} + +.\[mask-image\:radial-gradient\(32rem_32rem_at_center\2c white\2c transparent\)\] { + -webkit-mask-image: radial-gradient(32rem 32rem at center,white,transparent); + mask-image: radial-gradient(32rem 32rem at center,white,transparent); +} + +/* Custom CSS for header partial */ + +.backdrop-blur { + -webkit-backdrop-filter: blur(40px); +} + +* { + font-family: "CercoDEMO", sans-serif; +} + +a { + font-family: "CercoDEMO", sans-serif; +} + +.bg-semi-white { + background-color: rgba(255, 255, 255, 0.75); +} + +.article h2{ + font-size: 1.5rem; +} + +/* Custom css allowing image styling in markdown */ + +img[src*="#mx-auto"] { + margin: auto; +} + +img[src*="#small"] { + width: 68px; +} + +img[src*="#md"] { + width: 300px; +} + +img[src*="#medium"] { + width: 400px; +} + +img[src*="#logo"] { + max-width: min(250px, 100%); + margin: auto; +} + +img[src*="#large"] { + width: min(60vw, 100vh); + margin: auto; +} + +img[src*="#tft_img"] { + width: 150px; + margin: 8px; +} + +.logo_size { + width: 200px; +} + +button:hover :is(:where(a)) { + color: #c6f8ff; +} + +button :is(:where(p)) { + color: #3d3b39; + font-weight: 400; +} + +header .freeflow { + background-color: transparent; + position: absolute; +} + +#info-menu button, #info-mobile-menu button { + background-color: transparent; +} + +#info-menu button a, #info-mobile-menu button a { + color: #1a1a1a; +} + +footer .freeflow { + width: 100vw; + background-color: #eae8e3; + display: flex; + flex-direction: column; + align-items: center; + padding: 20px; +} + +footer .freeflow img { + width: 200px; + margin-bottom: 20px; +} + +#info-menu > div.freeflow , #info-mobile-menu{ + padding-top: 0px !important; + padding-bottom: 0px !important; +} + +header .freeflow div, #info-menu div, #info-mobile-menu div { + box-shadow: none; + text-transform: uppercase; + font-weight: 700 !important; +} + +button { + background-color: #1a1a1a; + border-radius: 10px; + border: none; + box-shadow: none; + font-size: 20px; +} + +button a { + color: white; +} + +a { + border: none; +} + +header { + font-family: "Work Sans"; +} + +.nav_btn { + margin: 0 !important; + padding: 0 !important; + border: none !important; + box-shadow: none !important; + background-color: transparent !important; +} + +.menu-mobile { + background-color: transparent !important; +} + +.quicklinks { + box-sizing: border-box; + align-items: center; + width: auto; + display: inline-block; + margin: 0 auto; + border-radius: 10px; + margin-top: 30px; + flex-wrap: wrap; + margin-bottom: 20px; +} + +.quicklinks img { + height: auto; + max-width: 200px; + display: inline-block; + padding: 10px; + filter: grayscale(100%); + position: relative; + margin-right: 30px; + transition: all 0.2s ease; + opacity: 0.5; +} + +.quicklinks img:hover { + opacity: 1; + transition: all 0.2s ease; + filter: grayscale(0%); +} + +.banner { + width: 100%; + margin: 0; + padding: 100px 0; + text-align: center; + position: relative; + display: block; + color: #fff !important; + letter-spacing: 0.5px; + overflow: hidden; + background: #00838d; + transition: 1.5s; +} + +.header { + height: auto; + background: none; + padding: 200px 0; +} + +.banner h2, +.header h1 { + margin: auto; + color: #fff; + position: relative; + transition: 0.3s; + z-index: 1; + white-space: nowrap; +} + +.header h1 { + color: #000; + transition: none; +} + +.banner h2 svg { + font-size: 40px; + margin-left: 15px; + position: absolute; + top: 55%; + transform: translateY(-50%) scale(0.5); + opacity: 0; + transition: 0.3s; +} + +.banner .back { + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + background-position: center; + background-size: cover; + filter: grayscale(1) contrast(1.4); + opacity: 0.25; + transition: 1.5s; +} + +.header .back { + filter: none; + opacity: 1; + background-position: center; + background-size: cover; + background-repeat: no-repeat; +} + +.main-button { + color: #fff; + background: #6366f1; +} + +a:hover{ + color: #5e5b59; +} + +.banner:hover { + background: #4b3a92; +} + +.header:hover { + background: none; +} + +.banner:hover h2 svg { + transform: translateY(-50%) scale(1); + opacity: 1; +} + +.banner:hover h2 { + padding-right: 40px; +} + +.header:hover h1 { + padding-right: 0; +} + +.banner:hover .back { + transform: scale(1.03); +} + +.header:hover .back { + transform: none; +} + +@media (max-width: 640px) { + .banner h2 { + font: 600 7vw/10vw; + } + + .header h1 { + font-size: 25px; + } + + .banner h2 svg { + font-size: 30px; + } +} + +@media (max-width: 480px) { + .banner, + .header { + padding: 40px 0; + } +} + +header #menu button, #info-menu button, #info-mobile-menu button { + margin-top: 0.75rem; + margin-bottom: 0.75rem; + display: flex; + width: 100%; + flex-direction: column; + align-items: flex-start; + border-radius: 0.25rem; + border-width: 2px; + --tw-border-opacity: 1; + border-color: rgb(0 0 0 / var(--tw-border-opacity)); + border-color: transparent; + padding: 0.5rem; + padding-left: 1.5rem; + padding-right: 1.5rem; + padding-top: 0.25rem; + padding-bottom: 0.25rem; + text-align: left; + text-transform: capitalize; + line-height: 1.5rem; + --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter; + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; +} + +header #menu button:hover, #info-menu button:hover, #info-mobile-menu button:hover { + --tw-border-opacity: 1; + border-color: rgb(231 229 228 / var(--tw-border-opacity)); + --tw-bg-opacity: 1; + background-color: rgb(245 245 244 / var(--tw-bg-opacity)); +} + +header #menu button:first-child:hover, #info-menu button:first-child:hover, #info-mobile-menu button:first-child:hover { + --tw-text-opacity: 1; + color: rgb(107 114 128 / var(--tw-text-opacity)); +} + +@media (min-width: 1024px) { + header #menu button, #info-menu button, #info-mobile-menu button { + margin-right: 1.25rem; + font-size: 1.125rem; + line-height: 1.75rem; + } +} + +header #menu button a { + padding-left: 0px; + padding-right: 0px; +} + +.first\:-ml-12:first-child { + margin-left: -3rem; +} + +.first\:-ml-16:first-child { + margin-left: -4rem; +} + +.first\:-ml-20:first-child { + margin-left: -5rem; +} + +.first\:-ml-24:first-child { + margin-left: -6rem; +} + +.first\:-ml-28:first-child { + margin-left: -7rem; +} + +.first\:-ml-4:first-child { + margin-left: -1rem; +} + +.first\:-ml-40:first-child { + margin-left: -10rem; +} + +.first\:-ml-44:first-child { + margin-left: -11rem; +} + +.first\:-ml-48:first-child { + margin-left: -12rem; +} + +.first\:-ml-8:first-child { + margin-left: -2rem; +} + +.first\:-ml-80:first-child { + margin-left: -20rem; +} + +.first\:-mr-12:first-child { + margin-right: -3rem; +} + +.first\:-mr-16:first-child { + margin-right: -4rem; +} + +.first\:-mr-20:first-child { + margin-right: -5rem; +} + +.first\:-mr-24:first-child { + margin-right: -6rem; +} + +.first\:-mr-28:first-child { + margin-right: -7rem; +} + +.first\:-mr-4:first-child { + margin-right: -1rem; +} + +.first\:-mr-40:first-child { + margin-right: -10rem; +} + +.first\:-mr-44:first-child { + margin-right: -11rem; +} + +.first\:-mr-48:first-child { + margin-right: -12rem; +} + +.first\:-mr-8:first-child { + margin-right: -2rem; +} + +.first\:-mr-80:first-child { + margin-right: -20rem; +} + +.first\:ml-12:first-child { + margin-left: 3rem; +} + +.first\:ml-16:first-child { + margin-left: 4rem; +} + +.first\:ml-20:first-child { + margin-left: 5rem; +} + +.first\:ml-24:first-child { + margin-left: 6rem; +} + +.first\:ml-28:first-child { + margin-left: 7rem; +} + +.first\:ml-4:first-child { + margin-left: 1rem; +} + +.first\:ml-40:first-child { + margin-left: 10rem; +} + +.first\:ml-44:first-child { + margin-left: 11rem; +} + +.first\:ml-48:first-child { + margin-left: 12rem; +} + +.first\:ml-8:first-child { + margin-left: 2rem; +} + +.first\:ml-80:first-child { + margin-left: 20rem; +} + +.first\:mr-12:first-child { + margin-right: 3rem; +} + +.first\:mr-16:first-child { + margin-right: 4rem; +} + +.first\:mr-20:first-child { + margin-right: 5rem; +} + +.first\:mr-24:first-child { + margin-right: 6rem; +} + +.first\:mr-28:first-child { + margin-right: 7rem; +} + +.first\:mr-4:first-child { + margin-right: 1rem; +} + +.first\:mr-40:first-child { + margin-right: 10rem; +} + +.first\:mr-44:first-child { + margin-right: 11rem; +} + +.first\:mr-48:first-child { + margin-right: 12rem; +} + +.first\:mr-8:first-child { + margin-right: 2rem; +} + +.first\:mr-80:first-child { + margin-right: 20rem; +} + +.first\:-scroll-ml-12:first-child { + scroll-margin-left: -3rem; +} + +.first\:-scroll-ml-16:first-child { + scroll-margin-left: -4rem; +} + +.first\:-scroll-ml-20:first-child { + scroll-margin-left: -5rem; +} + +.first\:-scroll-ml-24:first-child { + scroll-margin-left: -6rem; +} + +.first\:-scroll-ml-28:first-child { + scroll-margin-left: -7rem; +} + +.first\:-scroll-ml-4:first-child { + scroll-margin-left: -1rem; +} + +.first\:-scroll-ml-40:first-child { + scroll-margin-left: -10rem; +} + +.first\:-scroll-ml-44:first-child { + scroll-margin-left: -11rem; +} + +.first\:-scroll-ml-48:first-child { + scroll-margin-left: -12rem; +} + +.first\:-scroll-ml-8:first-child { + scroll-margin-left: -2rem; +} + +.first\:-scroll-ml-80:first-child { + scroll-margin-left: -20rem; +} + +.first\:-scroll-mr-12:first-child { + scroll-margin-right: -3rem; +} + +.first\:-scroll-mr-16:first-child { + scroll-margin-right: -4rem; +} + +.first\:-scroll-mr-20:first-child { + scroll-margin-right: -5rem; +} + +.first\:-scroll-mr-24:first-child { + scroll-margin-right: -6rem; +} + +.first\:-scroll-mr-28:first-child { + scroll-margin-right: -7rem; +} + +.first\:-scroll-mr-4:first-child { + scroll-margin-right: -1rem; +} + +.first\:-scroll-mr-40:first-child { + scroll-margin-right: -10rem; +} + +.first\:-scroll-mr-44:first-child { + scroll-margin-right: -11rem; +} + +.first\:-scroll-mr-48:first-child { + scroll-margin-right: -12rem; +} + +.first\:-scroll-mr-8:first-child { + scroll-margin-right: -2rem; +} + +.first\:-scroll-mr-80:first-child { + scroll-margin-right: -20rem; +} + +.first\:scroll-ml-12:first-child { + scroll-margin-left: 3rem; +} + +.first\:scroll-ml-16:first-child { + scroll-margin-left: 4rem; +} + +.first\:scroll-ml-20:first-child { + scroll-margin-left: 5rem; +} + +.first\:scroll-ml-24:first-child { + scroll-margin-left: 6rem; +} + +.first\:scroll-ml-28:first-child { + scroll-margin-left: 7rem; +} + +.first\:scroll-ml-4:first-child { + scroll-margin-left: 1rem; +} + +.first\:scroll-ml-40:first-child { + scroll-margin-left: 10rem; +} + +.first\:scroll-ml-44:first-child { + scroll-margin-left: 11rem; +} + +.first\:scroll-ml-48:first-child { + scroll-margin-left: 12rem; +} + +.first\:scroll-ml-8:first-child { + scroll-margin-left: 2rem; +} + +.first\:scroll-ml-80:first-child { + scroll-margin-left: 20rem; +} + +.first\:scroll-mr-12:first-child { + scroll-margin-right: 3rem; +} + +.first\:scroll-mr-16:first-child { + scroll-margin-right: 4rem; +} + +.first\:scroll-mr-20:first-child { + scroll-margin-right: 5rem; +} + +.first\:scroll-mr-24:first-child { + scroll-margin-right: 6rem; +} + +.first\:scroll-mr-28:first-child { + scroll-margin-right: 7rem; +} + +.first\:scroll-mr-4:first-child { + scroll-margin-right: 1rem; +} + +.first\:scroll-mr-40:first-child { + scroll-margin-right: 10rem; +} + +.first\:scroll-mr-44:first-child { + scroll-margin-right: 11rem; +} + +.first\:scroll-mr-48:first-child { + scroll-margin-right: 12rem; +} + +.first\:scroll-mr-8:first-child { + scroll-margin-right: 2rem; +} + +.first\:scroll-mr-80:first-child { + scroll-margin-right: 20rem; +} + +.first\:scroll-pb-0:first-child { + scroll-padding-bottom: 0px; +} + +.first\:scroll-pb-0\.5:first-child { + scroll-padding-bottom: 0.125rem; +} + +.first\:scroll-pt-0:first-child { + scroll-padding-top: 0px; +} + +.first\:scroll-pt-0\.5:first-child { + scroll-padding-top: 0.125rem; +} + +.first\:pb-0:first-child { + padding-bottom: 0px; +} + +.first\:pb-0\.5:first-child { + padding-bottom: 0.125rem; +} + +.first\:pt-0:first-child { + padding-top: 0px; +} + +.first\:pt-0\.5:first-child { + padding-top: 0.125rem; +} + +.last\:-ml-12:last-child { + margin-left: -3rem; +} + +.last\:-ml-16:last-child { + margin-left: -4rem; +} + +.last\:-ml-20:last-child { + margin-left: -5rem; +} + +.last\:-ml-24:last-child { + margin-left: -6rem; +} + +.last\:-ml-28:last-child { + margin-left: -7rem; +} + +.last\:-ml-4:last-child { + margin-left: -1rem; +} + +.last\:-ml-40:last-child { + margin-left: -10rem; +} + +.last\:-ml-44:last-child { + margin-left: -11rem; +} + +.last\:-ml-48:last-child { + margin-left: -12rem; +} + +.last\:-ml-8:last-child { + margin-left: -2rem; +} + +.last\:-ml-80:last-child { + margin-left: -20rem; +} + +.last\:-mr-12:last-child { + margin-right: -3rem; +} + +.last\:-mr-16:last-child { + margin-right: -4rem; +} + +.last\:-mr-20:last-child { + margin-right: -5rem; +} + +.last\:-mr-24:last-child { + margin-right: -6rem; +} + +.last\:-mr-28:last-child { + margin-right: -7rem; +} + +.last\:-mr-4:last-child { + margin-right: -1rem; +} + +.last\:-mr-40:last-child { + margin-right: -10rem; +} + +.last\:-mr-44:last-child { + margin-right: -11rem; +} + +.last\:-mr-48:last-child { + margin-right: -12rem; +} + +.last\:-mr-8:last-child { + margin-right: -2rem; +} + +.last\:-mr-80:last-child { + margin-right: -20rem; +} + +.last\:ml-12:last-child { + margin-left: 3rem; +} + +.last\:ml-16:last-child { + margin-left: 4rem; +} + +.last\:ml-20:last-child { + margin-left: 5rem; +} + +.last\:ml-24:last-child { + margin-left: 6rem; +} + +.last\:ml-28:last-child { + margin-left: 7rem; +} + +.last\:ml-4:last-child { + margin-left: 1rem; +} + +.last\:ml-40:last-child { + margin-left: 10rem; +} + +.last\:ml-44:last-child { + margin-left: 11rem; +} + +.last\:ml-48:last-child { + margin-left: 12rem; +} + +.last\:ml-8:last-child { + margin-left: 2rem; +} + +.last\:ml-80:last-child { + margin-left: 20rem; +} + +.last\:mr-12:last-child { + margin-right: 3rem; +} + +.last\:mr-16:last-child { + margin-right: 4rem; +} + +.last\:mr-20:last-child { + margin-right: 5rem; +} + +.last\:mr-24:last-child { + margin-right: 6rem; +} + +.last\:mr-28:last-child { + margin-right: 7rem; +} + +.last\:mr-4:last-child { + margin-right: 1rem; +} + +.last\:mr-40:last-child { + margin-right: 10rem; +} + +.last\:mr-44:last-child { + margin-right: 11rem; +} + +.last\:mr-48:last-child { + margin-right: 12rem; +} + +.last\:mr-8:last-child { + margin-right: 2rem; +} + +.last\:mr-80:last-child { + margin-right: 20rem; +} + +.last\:-scroll-ml-12:last-child { + scroll-margin-left: -3rem; +} + +.last\:-scroll-ml-16:last-child { + scroll-margin-left: -4rem; +} + +.last\:-scroll-ml-20:last-child { + scroll-margin-left: -5rem; +} + +.last\:-scroll-ml-24:last-child { + scroll-margin-left: -6rem; +} + +.last\:-scroll-ml-28:last-child { + scroll-margin-left: -7rem; +} + +.last\:-scroll-ml-4:last-child { + scroll-margin-left: -1rem; +} + +.last\:-scroll-ml-40:last-child { + scroll-margin-left: -10rem; +} + +.last\:-scroll-ml-44:last-child { + scroll-margin-left: -11rem; +} + +.last\:-scroll-ml-48:last-child { + scroll-margin-left: -12rem; +} + +.last\:-scroll-ml-8:last-child { + scroll-margin-left: -2rem; +} + +.last\:-scroll-ml-80:last-child { + scroll-margin-left: -20rem; +} + +.last\:-scroll-mr-12:last-child { + scroll-margin-right: -3rem; +} + +.last\:-scroll-mr-16:last-child { + scroll-margin-right: -4rem; +} + +.last\:-scroll-mr-20:last-child { + scroll-margin-right: -5rem; +} + +.last\:-scroll-mr-24:last-child { + scroll-margin-right: -6rem; +} + +.last\:-scroll-mr-28:last-child { + scroll-margin-right: -7rem; +} + +.last\:-scroll-mr-4:last-child { + scroll-margin-right: -1rem; +} + +.last\:-scroll-mr-40:last-child { + scroll-margin-right: -10rem; +} + +.last\:-scroll-mr-44:last-child { + scroll-margin-right: -11rem; +} + +.last\:-scroll-mr-48:last-child { + scroll-margin-right: -12rem; +} + +.last\:-scroll-mr-8:last-child { + scroll-margin-right: -2rem; +} + +.last\:-scroll-mr-80:last-child { + scroll-margin-right: -20rem; +} + +.last\:scroll-ml-12:last-child { + scroll-margin-left: 3rem; +} + +.last\:scroll-ml-16:last-child { + scroll-margin-left: 4rem; +} + +.last\:scroll-ml-20:last-child { + scroll-margin-left: 5rem; +} + +.last\:scroll-ml-24:last-child { + scroll-margin-left: 6rem; +} + +.last\:scroll-ml-28:last-child { + scroll-margin-left: 7rem; +} + +.last\:scroll-ml-4:last-child { + scroll-margin-left: 1rem; +} + +.last\:scroll-ml-40:last-child { + scroll-margin-left: 10rem; +} + +.last\:scroll-ml-44:last-child { + scroll-margin-left: 11rem; +} + +.last\:scroll-ml-48:last-child { + scroll-margin-left: 12rem; +} + +.last\:scroll-ml-8:last-child { + scroll-margin-left: 2rem; +} + +.last\:scroll-ml-80:last-child { + scroll-margin-left: 20rem; +} + +.last\:scroll-mr-12:last-child { + scroll-margin-right: 3rem; +} + +.last\:scroll-mr-16:last-child { + scroll-margin-right: 4rem; +} + +.last\:scroll-mr-20:last-child { + scroll-margin-right: 5rem; +} + +.last\:scroll-mr-24:last-child { + scroll-margin-right: 6rem; +} + +.last\:scroll-mr-28:last-child { + scroll-margin-right: 7rem; +} + +.last\:scroll-mr-4:last-child { + scroll-margin-right: 1rem; +} + +.last\:scroll-mr-40:last-child { + scroll-margin-right: 10rem; +} + +.last\:scroll-mr-44:last-child { + scroll-margin-right: 11rem; +} + +.last\:scroll-mr-48:last-child { + scroll-margin-right: 12rem; +} + +.last\:scroll-mr-8:last-child { + scroll-margin-right: 2rem; +} + +.last\:scroll-mr-80:last-child { + scroll-margin-right: 20rem; +} + +.last\:scroll-pb-0:last-child { + scroll-padding-bottom: 0px; +} + +.last\:scroll-pb-0\.5:last-child { + scroll-padding-bottom: 0.125rem; +} + +.last\:scroll-pt-0:last-child { + scroll-padding-top: 0px; +} + +.last\:scroll-pt-0\.5:last-child { + scroll-padding-top: 0.125rem; +} + +.last\:pb-0:last-child { + padding-bottom: 0px; +} + +.last\:pb-0\.5:last-child { + padding-bottom: 0.125rem; +} + +.last\:pt-0:last-child { + padding-top: 0px; +} + +.last\:pt-0\.5:last-child { + padding-top: 0.125rem; +} + +.focus-within\:outline-none:focus-within { + outline: 2px solid transparent; + outline-offset: 2px; +} + +.focus-within\:ring-2:focus-within { + --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); + --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); + box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); +} + +.focus-within\:ring-indigo-500:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity)); +} + +.focus-within\:ring-offset-2:focus-within { + --tw-ring-offset-width: 2px; +} + +.hover\:border-blue-500:hover { + --tw-border-opacity: 1; + border-color: rgb(59 130 246 / var(--tw-border-opacity)); +} + +.hover\:border-stone-200:hover { + --tw-border-opacity: 1; + border-color: rgb(231 229 228 / var(--tw-border-opacity)); +} + +.hover\:bg-gray-100:hover { + --tw-bg-opacity: 1; + background-color: rgb(243 244 246 / var(--tw-bg-opacity)); +} + +.hover\:bg-gray-200:hover { + --tw-bg-opacity: 1; + background-color: rgb(229 231 235 / var(--tw-bg-opacity)); +} + +.hover\:bg-gray-400:hover { + --tw-bg-opacity: 1; + background-color: rgb(156 163 175 / var(--tw-bg-opacity)); +} + +.hover\:bg-gray-50:hover { + --tw-bg-opacity: 1; + background-color: rgb(249 250 251 / var(--tw-bg-opacity)); +} + +.hover\:bg-indigo-500:hover { + --tw-bg-opacity: 1; + background-color: rgb(99 102 241 / var(--tw-bg-opacity)); +} + +.hover\:bg-indigo-700:hover { + --tw-bg-opacity: 1; + background-color: rgb(67 56 202 / var(--tw-bg-opacity)); +} + +.hover\:bg-stone-100:hover { + --tw-bg-opacity: 1; + background-color: rgb(245 245 244 / var(--tw-bg-opacity)); +} + +.hover\:bg-white\/20:hover { + background-color: rgb(255 255 255 / 0.2); +} + +.hover\:\!text-gray-700:hover { + --tw-text-opacity: 1 !important; + color: rgb(55 65 81 / var(--tw-text-opacity)) !important; +} + +.hover\:text-blue-300:hover { + --tw-text-opacity: 1; + color: rgb(147 197 253 / var(--tw-text-opacity)); +} + +.hover\:text-blue-700:hover { + --tw-text-opacity: 1; + color: rgb(29 78 216 / var(--tw-text-opacity)); +} + +.hover\:text-gray-500:hover { + --tw-text-opacity: 1; + color: rgb(107 114 128 / var(--tw-text-opacity)); +} + +.hover\:text-gray-900:hover { + --tw-text-opacity: 1; + color: rgb(17 24 39 / var(--tw-text-opacity)); +} + +.hover\:text-indigo-400:hover { + --tw-text-opacity: 1; + color: rgb(129 140 248 / var(--tw-text-opacity)); +} + +.hover\:text-indigo-500:hover { + --tw-text-opacity: 1; + color: rgb(99 102 241 / var(--tw-text-opacity)); +} + +.hover\:text-purple-500:hover { + --tw-text-opacity: 1; + color: rgb(168 85 247 / var(--tw-text-opacity)); +} + +.hover\:text-white:hover { + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} + +.hover\:underline:hover { + text-decoration-line: underline; +} + +.hover\:opacity-75:hover { + opacity: 0.75; +} + +.hover\:shadow-xl:hover { + --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} + +.hover\:ring-white\/20:hover { + --tw-ring-color: rgb(255 255 255 / 0.2); +} + +.hover\:first\:text-gray-500:first-child:hover { + --tw-text-opacity: 1; + color: rgb(107 114 128 / var(--tw-text-opacity)); +} + +.focus\:border-indigo-500:focus { + --tw-border-opacity: 1; + border-color: rgb(99 102 241 / var(--tw-border-opacity)); +} + +.focus\:bg-gray-100:focus { + --tw-bg-opacity: 1; + background-color: rgb(243 244 246 / var(--tw-bg-opacity)); +} + +.focus\:bg-gray-200:focus { + --tw-bg-opacity: 1; + background-color: rgb(229 231 235 / var(--tw-bg-opacity)); +} + +.focus\:text-gray-500:focus { + --tw-text-opacity: 1; + color: rgb(107 114 128 / var(--tw-text-opacity)); +} + +.focus\:text-gray-900:focus { + --tw-text-opacity: 1; + color: rgb(17 24 39 / var(--tw-text-opacity)); +} + +.focus\:outline-none:focus { + outline: 2px solid transparent; + outline-offset: 2px; +} + +.focus\:ring-2:focus { + --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); + --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); + box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); +} + +.focus\:ring-indigo-500:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity)); +} + +.focus\:ring-offset-2:focus { + --tw-ring-offset-width: 2px; +} + +.focus-visible\:outline:focus-visible { + outline-style: solid; +} + +.focus-visible\:outline-2:focus-visible { + outline-width: 2px; +} + +.focus-visible\:outline-offset-2:focus-visible { + outline-offset: 2px; +} + +.focus-visible\:outline-indigo-600:focus-visible { + outline-color: #4f46e5; +} + +.focus-visible\:outline-white:focus-visible { + outline-color: #fff; +} + +.group:hover .group-hover\:text-gray-600 { + --tw-text-opacity: 1; + color: rgb(75 85 99 / var(--tw-text-opacity)); +} + +.group:hover .group-hover\:text-purple-500 { + --tw-text-opacity: 1; + color: rgb(168 85 247 / var(--tw-text-opacity)); +} + +@media (min-width: 640px) { + .sm\:absolute { + position: absolute; + } + + .sm\:-bottom-64 { + bottom: -16rem; + } + + .sm\:-left-40 { + left: -10rem; + } + + .sm\:-top-10 { + top: -2.5rem; + } + + .sm\:-top-80 { + top: -20rem; + } + + .sm\:left-1\/2 { + left: 50%; + } + + .sm\:left-1\/3 { + left: 33.333333%; + } + + .sm\:left-\[calc\(50\%\+36rem\)\] { + left: calc(50% + 36rem); + } + + .sm\:left-\[calc\(50\%-30rem\)\] { + left: calc(50% - 30rem); + } + + .sm\:right-1\/2 { + right: 50%; + } + + .sm\:top-\[-28rem\] { + top: -28rem; + } + + .sm\:top-\[calc\(100\%-30rem\)\] { + top: calc(100% - 30rem); + } + + .sm\:-z-10 { + z-index: -10; + } + + .sm\:col-span-2 { + grid-column: span 2 / span 2; + } + + .sm\:-mx-12 { + margin-left: -3rem; + margin-right: -3rem; + } + + .sm\:mx-0 { + margin-left: 0px; + margin-right: 0px; + } + + .sm\:mx-16 { + margin-left: 4rem; + margin-right: 4rem; + } + + .sm\:mx-20 { + margin-left: 5rem; + margin-right: 5rem; + } + + .sm\:mx-32 { + margin-left: 8rem; + margin-right: 8rem; + } + + .sm\:mx-8 { + margin-left: 2rem; + margin-right: 2rem; + } + + .sm\:-ml-12 { + margin-left: -3rem; + } + + .sm\:-ml-16 { + margin-left: -4rem; + } + + .sm\:-ml-20 { + margin-left: -5rem; + } + + .sm\:-ml-24 { + margin-left: -6rem; + } + + .sm\:-ml-28 { + margin-left: -7rem; + } + + .sm\:-ml-4 { + margin-left: -1rem; + } + + .sm\:-ml-40 { + margin-left: -10rem; + } + + .sm\:-ml-44 { + margin-left: -11rem; + } + + .sm\:-ml-48 { + margin-left: -12rem; + } + + .sm\:-ml-8 { + margin-left: -2rem; + } + + .sm\:-ml-80 { + margin-left: -20rem; + } + + .sm\:-mr-12 { + margin-right: -3rem; + } + + .sm\:-mr-16 { + margin-right: -4rem; + } + + .sm\:-mr-20 { + margin-right: -5rem; + } + + .sm\:-mr-24 { + margin-right: -6rem; + } + + .sm\:-mr-28 { + margin-right: -7rem; + } + + .sm\:-mr-4 { + margin-right: -1rem; + } + + .sm\:-mr-40 { + margin-right: -10rem; + } + + .sm\:-mr-44 { + margin-right: -11rem; + } + + .sm\:-mr-48 { + margin-right: -12rem; + } + + .sm\:-mr-8 { + margin-right: -2rem; + } + + .sm\:-mr-80 { + margin-right: -20rem; + } + + .sm\:mb-8 { + margin-bottom: 2rem; + } + + .sm\:ml-12 { + margin-left: 3rem; + } + + .sm\:ml-16 { + margin-left: 4rem; + } + + .sm\:ml-20 { + margin-left: 5rem; + } + + .sm\:ml-24 { + margin-left: 6rem; + } + + .sm\:ml-28 { + margin-left: 7rem; + } + + .sm\:ml-4 { + margin-left: 1rem; + } + + .sm\:ml-40 { + margin-left: 10rem; + } + + .sm\:ml-44 { + margin-left: 11rem; + } + + .sm\:ml-48 { + margin-left: 12rem; + } + + .sm\:ml-8 { + margin-left: 2rem; + } + + .sm\:ml-80 { + margin-left: 20rem; + } + + .sm\:mr-10 { + margin-right: 2.5rem; + } + + .sm\:mr-12 { + margin-right: 3rem; + } + + .sm\:mr-16 { + margin-right: 4rem; + } + + .sm\:mr-20 { + margin-right: 5rem; + } + + .sm\:mr-24 { + margin-right: 6rem; + } + + .sm\:mr-28 { + margin-right: 7rem; + } + + .sm\:mr-4 { + margin-right: 1rem; + } + + .sm\:mr-40 { + margin-right: 10rem; + } + + .sm\:mr-44 { + margin-right: 11rem; + } + + .sm\:mr-48 { + margin-right: 12rem; + } + + .sm\:mr-8 { + margin-right: 2rem; + } + + .sm\:mr-80 { + margin-right: 20rem; + } + + .sm\:mt-0 { + margin-top: 0px; + } + + .sm\:mt-16 { + margin-top: 4rem; + } + + .sm\:mt-20 { + margin-top: 5rem; + } + + .sm\:block { + display: block; + } + + .sm\:flex { + display: flex; + } + + .sm\:aspect-\[2\/1\] { + aspect-ratio: 2/1; + } + + .sm\:h-10 { + height: 2.5rem; + } + + .sm\:h-2\/3 { + height: 66.666667%; + } + + .sm\:w-10 { + width: 2.5rem; + } + + .sm\:w-\[72\.1875rem\] { + width: 72.1875rem; + } + + .sm\:w-full { + width: 100%; + } + + .sm\:max-w-md { + max-width: 28rem; + } + + .sm\:flex-1 { + flex: 1 1 0%; + } + + .sm\:translate-x-0 { + --tw-translate-x: 0px; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); + } + + .sm\:transform-gpu { + transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); + } + + .sm\:-scroll-ml-12 { + scroll-margin-left: -3rem; + } + + .sm\:-scroll-ml-16 { + scroll-margin-left: -4rem; + } + + .sm\:-scroll-ml-20 { + scroll-margin-left: -5rem; + } + + .sm\:-scroll-ml-24 { + scroll-margin-left: -6rem; + } + + .sm\:-scroll-ml-28 { + scroll-margin-left: -7rem; + } + + .sm\:-scroll-ml-4 { + scroll-margin-left: -1rem; + } + + .sm\:-scroll-ml-40 { + scroll-margin-left: -10rem; + } + + .sm\:-scroll-ml-44 { + scroll-margin-left: -11rem; + } + + .sm\:-scroll-ml-48 { + scroll-margin-left: -12rem; + } + + .sm\:-scroll-ml-8 { + scroll-margin-left: -2rem; + } + + .sm\:-scroll-ml-80 { + scroll-margin-left: -20rem; + } + + .sm\:-scroll-mr-12 { + scroll-margin-right: -3rem; + } + + .sm\:-scroll-mr-16 { + scroll-margin-right: -4rem; + } + + .sm\:-scroll-mr-20 { + scroll-margin-right: -5rem; + } + + .sm\:-scroll-mr-24 { + scroll-margin-right: -6rem; + } + + .sm\:-scroll-mr-28 { + scroll-margin-right: -7rem; + } + + .sm\:-scroll-mr-4 { + scroll-margin-right: -1rem; + } + + .sm\:-scroll-mr-40 { + scroll-margin-right: -10rem; + } + + .sm\:-scroll-mr-44 { + scroll-margin-right: -11rem; + } + + .sm\:-scroll-mr-48 { + scroll-margin-right: -12rem; + } + + .sm\:-scroll-mr-8 { + scroll-margin-right: -2rem; + } + + .sm\:-scroll-mr-80 { + scroll-margin-right: -20rem; + } + + .sm\:scroll-ml-12 { + scroll-margin-left: 3rem; + } + + .sm\:scroll-ml-16 { + scroll-margin-left: 4rem; + } + + .sm\:scroll-ml-20 { + scroll-margin-left: 5rem; + } + + .sm\:scroll-ml-24 { + scroll-margin-left: 6rem; + } + + .sm\:scroll-ml-28 { + scroll-margin-left: 7rem; + } + + .sm\:scroll-ml-4 { + scroll-margin-left: 1rem; + } + + .sm\:scroll-ml-40 { + scroll-margin-left: 10rem; + } + + .sm\:scroll-ml-44 { + scroll-margin-left: 11rem; + } + + .sm\:scroll-ml-48 { + scroll-margin-left: 12rem; + } + + .sm\:scroll-ml-8 { + scroll-margin-left: 2rem; + } + + .sm\:scroll-ml-80 { + scroll-margin-left: 20rem; + } + + .sm\:scroll-mr-12 { + scroll-margin-right: 3rem; + } + + .sm\:scroll-mr-16 { + scroll-margin-right: 4rem; + } + + .sm\:scroll-mr-20 { + scroll-margin-right: 5rem; + } + + .sm\:scroll-mr-24 { + scroll-margin-right: 6rem; + } + + .sm\:scroll-mr-28 { + scroll-margin-right: 7rem; + } + + .sm\:scroll-mr-4 { + scroll-margin-right: 1rem; + } + + .sm\:scroll-mr-40 { + scroll-margin-right: 10rem; + } + + .sm\:scroll-mr-44 { + scroll-margin-right: 11rem; + } + + .sm\:scroll-mr-48 { + scroll-margin-right: 12rem; + } + + .sm\:scroll-mr-8 { + scroll-margin-right: 2rem; + } + + .sm\:scroll-mr-80 { + scroll-margin-right: 20rem; + } + + .sm\:grid-cols-2 { + grid-template-columns: repeat(2, minmax(0, 1fr)); + } + + .sm\:grid-cols-3 { + grid-template-columns: repeat(3, minmax(0, 1fr)); + } + + .sm\:grid-cols-4 { + grid-template-columns: repeat(4, minmax(0, 1fr)); + } + + .sm\:justify-center { + justify-content: center; + } + + .sm\:gap-0 { + gap: 0px; + } + + .sm\:gap-y-16 { + row-gap: 4rem; + } + + .sm\:gap-y-20 { + row-gap: 5rem; + } + + .sm\:gap-y-24 { + row-gap: 6rem; + } + + .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]) { + --tw-space-y-reverse: 0; + margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))); + margin-bottom: calc(2rem * var(--tw-space-y-reverse)); + } + + .sm\:overflow-hidden { + overflow: hidden; + } + + .sm\:rounded-md { + border-radius: 0.375rem; + } + + .sm\:border-b-0 { + border-bottom-width: 0px; + } + + .sm\:border-r { + border-right-width: 1px; + } + + .sm\:p-0 { + padding: 0px; + } + + .sm\:p-6 { + padding: 1.5rem; + } + + .sm\:px-0 { + padding-left: 0px; + padding-right: 0px; + } + + .sm\:px-12 { + padding-left: 3rem; + padding-right: 3rem; + } + + .sm\:px-4 { + padding-left: 1rem; + padding-right: 1rem; + } + + .sm\:px-6 { + padding-left: 1.5rem; + padding-right: 1.5rem; + } + + .sm\:px-8 { + padding-left: 2rem; + padding-right: 2rem; + } + + .sm\:py-24 { + padding-top: 6rem; + padding-bottom: 6rem; + } + + .sm\:py-32 { + padding-top: 8rem; + padding-bottom: 8rem; + } + + .sm\:py-48 { + padding-top: 12rem; + padding-bottom: 12rem; + } + + .sm\:pb-8 { + padding-bottom: 2rem; + } + + .sm\:pt-12 { + padding-top: 3rem; + } + + .sm\:pt-32 { + padding-top: 8rem; + } + + .sm\:pt-40 { + padding-top: 10rem; + } + + .sm\:text-2xl { + font-size: 1.5rem; + line-height: 2rem; + } + + .sm\:text-3xl { + font-size: 1.875rem; + line-height: 2.25rem; + } + + .sm\:text-4xl { + font-size: 2.25rem; + line-height: 2.5rem; + } + + .sm\:text-6xl { + font-size: 3.75rem; + line-height: 1; + } + + .sm\:text-sm { + font-size: 0.875rem; + line-height: 1.25rem; + } + + .sm\:text-xl { + font-size: 1.25rem; + line-height: 1.75rem; + } + + .sm\:leading-8 { + line-height: 2rem; + } + + .sm\:blur-3xl { + --tw-blur: blur(64px); + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); + } + + .first\:sm\:-ml-12:first-child { + margin-left: -3rem; + } + + .first\:sm\:-ml-16:first-child { + margin-left: -4rem; + } + + .first\:sm\:-ml-20:first-child { + margin-left: -5rem; + } + + .first\:sm\:-ml-24:first-child { + margin-left: -6rem; + } + + .first\:sm\:-ml-28:first-child { + margin-left: -7rem; + } + + .first\:sm\:-ml-4:first-child { + margin-left: -1rem; + } + + .first\:sm\:-ml-40:first-child { + margin-left: -10rem; + } + + .first\:sm\:-ml-44:first-child { + margin-left: -11rem; + } + + .first\:sm\:-ml-48:first-child { + margin-left: -12rem; + } + + .first\:sm\:-ml-8:first-child { + margin-left: -2rem; + } + + .first\:sm\:-ml-80:first-child { + margin-left: -20rem; + } + + .first\:sm\:-mr-12:first-child { + margin-right: -3rem; + } + + .first\:sm\:-mr-16:first-child { + margin-right: -4rem; + } + + .first\:sm\:-mr-20:first-child { + margin-right: -5rem; + } + + .first\:sm\:-mr-24:first-child { + margin-right: -6rem; + } + + .first\:sm\:-mr-28:first-child { + margin-right: -7rem; + } + + .first\:sm\:-mr-4:first-child { + margin-right: -1rem; + } + + .first\:sm\:-mr-40:first-child { + margin-right: -10rem; + } + + .first\:sm\:-mr-44:first-child { + margin-right: -11rem; + } + + .first\:sm\:-mr-48:first-child { + margin-right: -12rem; + } + + .first\:sm\:-mr-8:first-child { + margin-right: -2rem; + } + + .first\:sm\:-mr-80:first-child { + margin-right: -20rem; + } + + .first\:sm\:ml-12:first-child { + margin-left: 3rem; + } + + .first\:sm\:ml-16:first-child { + margin-left: 4rem; + } + + .first\:sm\:ml-20:first-child { + margin-left: 5rem; + } + + .first\:sm\:ml-24:first-child { + margin-left: 6rem; + } + + .first\:sm\:ml-28:first-child { + margin-left: 7rem; + } + + .first\:sm\:ml-4:first-child { + margin-left: 1rem; + } + + .first\:sm\:ml-40:first-child { + margin-left: 10rem; + } + + .first\:sm\:ml-44:first-child { + margin-left: 11rem; + } + + .first\:sm\:ml-48:first-child { + margin-left: 12rem; + } + + .first\:sm\:ml-8:first-child { + margin-left: 2rem; + } + + .first\:sm\:ml-80:first-child { + margin-left: 20rem; + } + + .first\:sm\:mr-12:first-child { + margin-right: 3rem; + } + + .first\:sm\:mr-16:first-child { + margin-right: 4rem; + } + + .first\:sm\:mr-20:first-child { + margin-right: 5rem; + } + + .first\:sm\:mr-24:first-child { + margin-right: 6rem; + } + + .first\:sm\:mr-28:first-child { + margin-right: 7rem; + } + + .first\:sm\:mr-4:first-child { + margin-right: 1rem; + } + + .first\:sm\:mr-40:first-child { + margin-right: 10rem; + } + + .first\:sm\:mr-44:first-child { + margin-right: 11rem; + } + + .first\:sm\:mr-48:first-child { + margin-right: 12rem; + } + + .first\:sm\:mr-8:first-child { + margin-right: 2rem; + } + + .first\:sm\:mr-80:first-child { + margin-right: 20rem; + } + + .first\:sm\:-scroll-ml-12:first-child { + scroll-margin-left: -3rem; + } + + .first\:sm\:-scroll-ml-16:first-child { + scroll-margin-left: -4rem; + } + + .first\:sm\:-scroll-ml-20:first-child { + scroll-margin-left: -5rem; + } + + .first\:sm\:-scroll-ml-24:first-child { + scroll-margin-left: -6rem; + } + + .first\:sm\:-scroll-ml-28:first-child { + scroll-margin-left: -7rem; + } + + .first\:sm\:-scroll-ml-4:first-child { + scroll-margin-left: -1rem; + } + + .first\:sm\:-scroll-ml-40:first-child { + scroll-margin-left: -10rem; + } + + .first\:sm\:-scroll-ml-44:first-child { + scroll-margin-left: -11rem; + } + + .first\:sm\:-scroll-ml-48:first-child { + scroll-margin-left: -12rem; + } + + .first\:sm\:-scroll-ml-8:first-child { + scroll-margin-left: -2rem; + } + + .first\:sm\:-scroll-ml-80:first-child { + scroll-margin-left: -20rem; + } + + .first\:sm\:-scroll-mr-12:first-child { + scroll-margin-right: -3rem; + } + + .first\:sm\:-scroll-mr-16:first-child { + scroll-margin-right: -4rem; + } + + .first\:sm\:-scroll-mr-20:first-child { + scroll-margin-right: -5rem; + } + + .first\:sm\:-scroll-mr-24:first-child { + scroll-margin-right: -6rem; + } + + .first\:sm\:-scroll-mr-28:first-child { + scroll-margin-right: -7rem; + } + + .first\:sm\:-scroll-mr-4:first-child { + scroll-margin-right: -1rem; + } + + .first\:sm\:-scroll-mr-40:first-child { + scroll-margin-right: -10rem; + } + + .first\:sm\:-scroll-mr-44:first-child { + scroll-margin-right: -11rem; + } + + .first\:sm\:-scroll-mr-48:first-child { + scroll-margin-right: -12rem; + } + + .first\:sm\:-scroll-mr-8:first-child { + scroll-margin-right: -2rem; + } + + .first\:sm\:-scroll-mr-80:first-child { + scroll-margin-right: -20rem; + } + + .first\:sm\:scroll-ml-12:first-child { + scroll-margin-left: 3rem; + } + + .first\:sm\:scroll-ml-16:first-child { + scroll-margin-left: 4rem; + } + + .first\:sm\:scroll-ml-20:first-child { + scroll-margin-left: 5rem; + } + + .first\:sm\:scroll-ml-24:first-child { + scroll-margin-left: 6rem; + } + + .first\:sm\:scroll-ml-28:first-child { + scroll-margin-left: 7rem; + } + + .first\:sm\:scroll-ml-4:first-child { + scroll-margin-left: 1rem; + } + + .first\:sm\:scroll-ml-40:first-child { + scroll-margin-left: 10rem; + } + + .first\:sm\:scroll-ml-44:first-child { + scroll-margin-left: 11rem; + } + + .first\:sm\:scroll-ml-48:first-child { + scroll-margin-left: 12rem; + } + + .first\:sm\:scroll-ml-8:first-child { + scroll-margin-left: 2rem; + } + + .first\:sm\:scroll-ml-80:first-child { + scroll-margin-left: 20rem; + } + + .first\:sm\:scroll-mr-12:first-child { + scroll-margin-right: 3rem; + } + + .first\:sm\:scroll-mr-16:first-child { + scroll-margin-right: 4rem; + } + + .first\:sm\:scroll-mr-20:first-child { + scroll-margin-right: 5rem; + } + + .first\:sm\:scroll-mr-24:first-child { + scroll-margin-right: 6rem; + } + + .first\:sm\:scroll-mr-28:first-child { + scroll-margin-right: 7rem; + } + + .first\:sm\:scroll-mr-4:first-child { + scroll-margin-right: 1rem; + } + + .first\:sm\:scroll-mr-40:first-child { + scroll-margin-right: 10rem; + } + + .first\:sm\:scroll-mr-44:first-child { + scroll-margin-right: 11rem; + } + + .first\:sm\:scroll-mr-48:first-child { + scroll-margin-right: 12rem; + } + + .first\:sm\:scroll-mr-8:first-child { + scroll-margin-right: 2rem; + } + + .first\:sm\:scroll-mr-80:first-child { + scroll-margin-right: 20rem; + } + + .first\:sm\:scroll-pb-0:first-child { + scroll-padding-bottom: 0px; + } + + .first\:sm\:scroll-pb-0\.5:first-child { + scroll-padding-bottom: 0.125rem; + } + + .first\:sm\:scroll-pt-0:first-child { + scroll-padding-top: 0px; + } + + .first\:sm\:scroll-pt-0\.5:first-child { + scroll-padding-top: 0.125rem; + } + + .first\:sm\:pb-0:first-child { + padding-bottom: 0px; + } + + .first\:sm\:pb-0\.5:first-child { + padding-bottom: 0.125rem; + } + + .first\:sm\:pt-0:first-child { + padding-top: 0px; + } + + .first\:sm\:pt-0\.5:first-child { + padding-top: 0.125rem; + } + + .last\:sm\:-ml-12:last-child { + margin-left: -3rem; + } + + .last\:sm\:-ml-16:last-child { + margin-left: -4rem; + } + + .last\:sm\:-ml-20:last-child { + margin-left: -5rem; + } + + .last\:sm\:-ml-24:last-child { + margin-left: -6rem; + } + + .last\:sm\:-ml-28:last-child { + margin-left: -7rem; + } + + .last\:sm\:-ml-4:last-child { + margin-left: -1rem; + } + + .last\:sm\:-ml-40:last-child { + margin-left: -10rem; + } + + .last\:sm\:-ml-44:last-child { + margin-left: -11rem; + } + + .last\:sm\:-ml-48:last-child { + margin-left: -12rem; + } + + .last\:sm\:-ml-8:last-child { + margin-left: -2rem; + } + + .last\:sm\:-ml-80:last-child { + margin-left: -20rem; + } + + .last\:sm\:-mr-12:last-child { + margin-right: -3rem; + } + + .last\:sm\:-mr-16:last-child { + margin-right: -4rem; + } + + .last\:sm\:-mr-20:last-child { + margin-right: -5rem; + } + + .last\:sm\:-mr-24:last-child { + margin-right: -6rem; + } + + .last\:sm\:-mr-28:last-child { + margin-right: -7rem; + } + + .last\:sm\:-mr-4:last-child { + margin-right: -1rem; + } + + .last\:sm\:-mr-40:last-child { + margin-right: -10rem; + } + + .last\:sm\:-mr-44:last-child { + margin-right: -11rem; + } + + .last\:sm\:-mr-48:last-child { + margin-right: -12rem; + } + + .last\:sm\:-mr-8:last-child { + margin-right: -2rem; + } + + .last\:sm\:-mr-80:last-child { + margin-right: -20rem; + } + + .last\:sm\:ml-12:last-child { + margin-left: 3rem; + } + + .last\:sm\:ml-16:last-child { + margin-left: 4rem; + } + + .last\:sm\:ml-20:last-child { + margin-left: 5rem; + } + + .last\:sm\:ml-24:last-child { + margin-left: 6rem; + } + + .last\:sm\:ml-28:last-child { + margin-left: 7rem; + } + + .last\:sm\:ml-4:last-child { + margin-left: 1rem; + } + + .last\:sm\:ml-40:last-child { + margin-left: 10rem; + } + + .last\:sm\:ml-44:last-child { + margin-left: 11rem; + } + + .last\:sm\:ml-48:last-child { + margin-left: 12rem; + } + + .last\:sm\:ml-8:last-child { + margin-left: 2rem; + } + + .last\:sm\:ml-80:last-child { + margin-left: 20rem; + } + + .last\:sm\:mr-12:last-child { + margin-right: 3rem; + } + + .last\:sm\:mr-16:last-child { + margin-right: 4rem; + } + + .last\:sm\:mr-20:last-child { + margin-right: 5rem; + } + + .last\:sm\:mr-24:last-child { + margin-right: 6rem; + } + + .last\:sm\:mr-28:last-child { + margin-right: 7rem; + } + + .last\:sm\:mr-4:last-child { + margin-right: 1rem; + } + + .last\:sm\:mr-40:last-child { + margin-right: 10rem; + } + + .last\:sm\:mr-44:last-child { + margin-right: 11rem; + } + + .last\:sm\:mr-48:last-child { + margin-right: 12rem; + } + + .last\:sm\:mr-8:last-child { + margin-right: 2rem; + } + + .last\:sm\:mr-80:last-child { + margin-right: 20rem; + } + + .last\:sm\:-scroll-ml-12:last-child { + scroll-margin-left: -3rem; + } + + .last\:sm\:-scroll-ml-16:last-child { + scroll-margin-left: -4rem; + } + + .last\:sm\:-scroll-ml-20:last-child { + scroll-margin-left: -5rem; + } + + .last\:sm\:-scroll-ml-24:last-child { + scroll-margin-left: -6rem; + } + + .last\:sm\:-scroll-ml-28:last-child { + scroll-margin-left: -7rem; + } + + .last\:sm\:-scroll-ml-4:last-child { + scroll-margin-left: -1rem; + } + + .last\:sm\:-scroll-ml-40:last-child { + scroll-margin-left: -10rem; + } + + .last\:sm\:-scroll-ml-44:last-child { + scroll-margin-left: -11rem; + } + + .last\:sm\:-scroll-ml-48:last-child { + scroll-margin-left: -12rem; + } + + .last\:sm\:-scroll-ml-8:last-child { + scroll-margin-left: -2rem; + } + + .last\:sm\:-scroll-ml-80:last-child { + scroll-margin-left: -20rem; + } + + .last\:sm\:-scroll-mr-12:last-child { + scroll-margin-right: -3rem; + } + + .last\:sm\:-scroll-mr-16:last-child { + scroll-margin-right: -4rem; + } + + .last\:sm\:-scroll-mr-20:last-child { + scroll-margin-right: -5rem; + } + + .last\:sm\:-scroll-mr-24:last-child { + scroll-margin-right: -6rem; + } + + .last\:sm\:-scroll-mr-28:last-child { + scroll-margin-right: -7rem; + } + + .last\:sm\:-scroll-mr-4:last-child { + scroll-margin-right: -1rem; + } + + .last\:sm\:-scroll-mr-40:last-child { + scroll-margin-right: -10rem; + } + + .last\:sm\:-scroll-mr-44:last-child { + scroll-margin-right: -11rem; + } + + .last\:sm\:-scroll-mr-48:last-child { + scroll-margin-right: -12rem; + } + + .last\:sm\:-scroll-mr-8:last-child { + scroll-margin-right: -2rem; + } + + .last\:sm\:-scroll-mr-80:last-child { + scroll-margin-right: -20rem; + } + + .last\:sm\:scroll-ml-12:last-child { + scroll-margin-left: 3rem; + } + + .last\:sm\:scroll-ml-16:last-child { + scroll-margin-left: 4rem; + } + + .last\:sm\:scroll-ml-20:last-child { + scroll-margin-left: 5rem; + } + + .last\:sm\:scroll-ml-24:last-child { + scroll-margin-left: 6rem; + } + + .last\:sm\:scroll-ml-28:last-child { + scroll-margin-left: 7rem; + } + + .last\:sm\:scroll-ml-4:last-child { + scroll-margin-left: 1rem; + } + + .last\:sm\:scroll-ml-40:last-child { + scroll-margin-left: 10rem; + } + + .last\:sm\:scroll-ml-44:last-child { + scroll-margin-left: 11rem; + } + + .last\:sm\:scroll-ml-48:last-child { + scroll-margin-left: 12rem; + } + + .last\:sm\:scroll-ml-8:last-child { + scroll-margin-left: 2rem; + } + + .last\:sm\:scroll-ml-80:last-child { + scroll-margin-left: 20rem; + } + + .last\:sm\:scroll-mr-12:last-child { + scroll-margin-right: 3rem; + } + + .last\:sm\:scroll-mr-16:last-child { + scroll-margin-right: 4rem; + } + + .last\:sm\:scroll-mr-20:last-child { + scroll-margin-right: 5rem; + } + + .last\:sm\:scroll-mr-24:last-child { + scroll-margin-right: 6rem; + } + + .last\:sm\:scroll-mr-28:last-child { + scroll-margin-right: 7rem; + } + + .last\:sm\:scroll-mr-4:last-child { + scroll-margin-right: 1rem; + } + + .last\:sm\:scroll-mr-40:last-child { + scroll-margin-right: 10rem; + } + + .last\:sm\:scroll-mr-44:last-child { + scroll-margin-right: 11rem; + } + + .last\:sm\:scroll-mr-48:last-child { + scroll-margin-right: 12rem; + } + + .last\:sm\:scroll-mr-8:last-child { + scroll-margin-right: 2rem; + } + + .last\:sm\:scroll-mr-80:last-child { + scroll-margin-right: 20rem; + } + + .last\:sm\:scroll-pb-0:last-child { + scroll-padding-bottom: 0px; + } + + .last\:sm\:scroll-pb-0\.5:last-child { + scroll-padding-bottom: 0.125rem; + } + + .last\:sm\:scroll-pt-0:last-child { + scroll-padding-top: 0px; + } + + .last\:sm\:scroll-pt-0\.5:last-child { + scroll-padding-top: 0.125rem; + } + + .last\:sm\:pb-0:last-child { + padding-bottom: 0px; + } + + .last\:sm\:pb-0\.5:last-child { + padding-bottom: 0.125rem; + } + + .last\:sm\:pt-0:last-child { + padding-top: 0px; + } + + .last\:sm\:pt-0\.5:last-child { + padding-top: 0.125rem; + } +} + +@media (min-width: 768px) { + .md\:top-20 { + top: 5rem; + } + + .md\:order-2 { + order: 2; + } + + .md\:col-span-2 { + grid-column: span 2 / span 2; + } + + .md\:-mx-12 { + margin-left: -3rem; + margin-right: -3rem; + } + + .md\:-mx-16 { + margin-left: -4rem; + margin-right: -4rem; + } + + .md\:mx-0 { + margin-left: 0px; + margin-right: 0px; + } + + .md\:mx-12 { + margin-left: 3rem; + margin-right: 3rem; + } + + .md\:mx-16 { + margin-left: 4rem; + margin-right: 4rem; + } + + .md\:mx-20 { + margin-left: 5rem; + margin-right: 5rem; + } + + .md\:mx-28 { + margin-left: 7rem; + margin-right: 7rem; + } + + .md\:mx-4 { + margin-left: 1rem; + margin-right: 1rem; + } + + .md\:mx-40 { + margin-left: 10rem; + margin-right: 10rem; + } + + .md\:mx-8 { + margin-left: 2rem; + margin-right: 2rem; + } + + .md\:-ml-12 { + margin-left: -3rem; + } + + .md\:-ml-16 { + margin-left: -4rem; + } + + .md\:-ml-20 { + margin-left: -5rem; + } + + .md\:-ml-24 { + margin-left: -6rem; + } + + .md\:-ml-28 { + margin-left: -7rem; + } + + .md\:-ml-4 { + margin-left: -1rem; + } + + .md\:-ml-40 { + margin-left: -10rem; + } + + .md\:-ml-44 { + margin-left: -11rem; + } + + .md\:-ml-48 { + margin-left: -12rem; + } + + .md\:-ml-8 { + margin-left: -2rem; + } + + .md\:-ml-80 { + margin-left: -20rem; + } + + .md\:-mr-12 { + margin-right: -3rem; + } + + .md\:-mr-16 { + margin-right: -4rem; + } + + .md\:-mr-20 { + margin-right: -5rem; + } + + .md\:-mr-24 { + margin-right: -6rem; + } + + .md\:-mr-28 { + margin-right: -7rem; + } + + .md\:-mr-4 { + margin-right: -1rem; + } + + .md\:-mr-40 { + margin-right: -10rem; + } + + .md\:-mr-44 { + margin-right: -11rem; + } + + .md\:-mr-48 { + margin-right: -12rem; + } + + .md\:-mr-8 { + margin-right: -2rem; + } + + .md\:-mr-80 { + margin-right: -20rem; + } + + .md\:-mt-1 { + margin-top: -0.25rem; + } + + .md\:mb-0 { + margin-bottom: 0px; + } + + .md\:mb-10 { + margin-bottom: 2.5rem; + } + + .md\:mb-12 { + margin-bottom: 3rem; + } + + .md\:ml-12 { + margin-left: 3rem; + } + + .md\:ml-16 { + margin-left: 4rem; + } + + .md\:ml-20 { + margin-left: 5rem; + } + + .md\:ml-24 { + margin-left: 6rem; + } + + .md\:ml-28 { + margin-left: 7rem; + } + + .md\:ml-4 { + margin-left: 1rem; + } + + .md\:ml-40 { + margin-left: 10rem; + } + + .md\:ml-44 { + margin-left: 11rem; + } + + .md\:ml-48 { + margin-left: 12rem; + } + + .md\:ml-8 { + margin-left: 2rem; + } + + .md\:ml-80 { + margin-left: 20rem; + } + + .md\:mr-12 { + margin-right: 3rem; + } + + .md\:mr-16 { + margin-right: 4rem; + } + + .md\:mr-20 { + margin-right: 5rem; + } + + .md\:mr-24 { + margin-right: 6rem; + } + + .md\:mr-28 { + margin-right: 7rem; + } + + .md\:mr-4 { + margin-right: 1rem; + } + + .md\:mr-40 { + margin-right: 10rem; + } + + .md\:mr-44 { + margin-right: 11rem; + } + + .md\:mr-48 { + margin-right: 12rem; + } + + .md\:mr-8 { + margin-right: 2rem; + } + + .md\:mr-80 { + margin-right: 20rem; + } + + .md\:mt-0 { + margin-top: 0px; + } + + .md\:block { + display: block; + } + + .md\:inline { + display: inline; + } + + .md\:flex { + display: flex; + } + + .md\:grid { + display: grid; + } + + .md\:h-24 { + height: 6rem; + } + + .md\:w-1\/6 { + width: 16.666667%; + } + + .md\:w-2\/3 { + width: 66.666667%; + } + + .md\:w-2\/6 { + width: 33.333333%; + } + + .md\:w-4\/6 { + width: 66.666667%; + } + + .md\:w-48 { + width: 12rem; + } + + .md\:w-5\/6 { + width: 83.333333%; + } + + .md\:w-auto { + width: auto; + } + + .md\:w-full { + width: 100%; + } + + .md\:max-w-full { + max-width: 100%; + } + + .md\:-scroll-ml-12 { + scroll-margin-left: -3rem; + } + + .md\:-scroll-ml-16 { + scroll-margin-left: -4rem; + } + + .md\:-scroll-ml-20 { + scroll-margin-left: -5rem; + } + + .md\:-scroll-ml-24 { + scroll-margin-left: -6rem; + } + + .md\:-scroll-ml-28 { + scroll-margin-left: -7rem; + } + + .md\:-scroll-ml-4 { + scroll-margin-left: -1rem; + } + + .md\:-scroll-ml-40 { + scroll-margin-left: -10rem; + } + + .md\:-scroll-ml-44 { + scroll-margin-left: -11rem; + } + + .md\:-scroll-ml-48 { + scroll-margin-left: -12rem; + } + + .md\:-scroll-ml-8 { + scroll-margin-left: -2rem; + } + + .md\:-scroll-ml-80 { + scroll-margin-left: -20rem; + } + + .md\:-scroll-mr-12 { + scroll-margin-right: -3rem; + } + + .md\:-scroll-mr-16 { + scroll-margin-right: -4rem; + } + + .md\:-scroll-mr-20 { + scroll-margin-right: -5rem; + } + + .md\:-scroll-mr-24 { + scroll-margin-right: -6rem; + } + + .md\:-scroll-mr-28 { + scroll-margin-right: -7rem; + } + + .md\:-scroll-mr-4 { + scroll-margin-right: -1rem; + } + + .md\:-scroll-mr-40 { + scroll-margin-right: -10rem; + } + + .md\:-scroll-mr-44 { + scroll-margin-right: -11rem; + } + + .md\:-scroll-mr-48 { + scroll-margin-right: -12rem; + } + + .md\:-scroll-mr-8 { + scroll-margin-right: -2rem; + } + + .md\:-scroll-mr-80 { + scroll-margin-right: -20rem; + } + + .md\:scroll-ml-12 { + scroll-margin-left: 3rem; + } + + .md\:scroll-ml-16 { + scroll-margin-left: 4rem; + } + + .md\:scroll-ml-20 { + scroll-margin-left: 5rem; + } + + .md\:scroll-ml-24 { + scroll-margin-left: 6rem; + } + + .md\:scroll-ml-28 { + scroll-margin-left: 7rem; + } + + .md\:scroll-ml-4 { + scroll-margin-left: 1rem; + } + + .md\:scroll-ml-40 { + scroll-margin-left: 10rem; + } + + .md\:scroll-ml-44 { + scroll-margin-left: 11rem; + } + + .md\:scroll-ml-48 { + scroll-margin-left: 12rem; + } + + .md\:scroll-ml-8 { + scroll-margin-left: 2rem; + } + + .md\:scroll-ml-80 { + scroll-margin-left: 20rem; + } + + .md\:scroll-mr-12 { + scroll-margin-right: 3rem; + } + + .md\:scroll-mr-16 { + scroll-margin-right: 4rem; + } + + .md\:scroll-mr-20 { + scroll-margin-right: 5rem; + } + + .md\:scroll-mr-24 { + scroll-margin-right: 6rem; + } + + .md\:scroll-mr-28 { + scroll-margin-right: 7rem; + } + + .md\:scroll-mr-4 { + scroll-margin-right: 1rem; + } + + .md\:scroll-mr-40 { + scroll-margin-right: 10rem; + } + + .md\:scroll-mr-44 { + scroll-margin-right: 11rem; + } + + .md\:scroll-mr-48 { + scroll-margin-right: 12rem; + } + + .md\:scroll-mr-8 { + scroll-margin-right: 2rem; + } + + .md\:scroll-mr-80 { + scroll-margin-right: 20rem; + } + + .md\:grid-cols-2 { + grid-template-columns: repeat(2, minmax(0, 1fr)); + } + + .md\:flex-row { + flex-direction: row; + } + + .md\:gap-12 { + gap: 3rem; + } + + .md\:gap-8 { + gap: 2rem; + } + + .md\:object-center { + -o-object-position: center; + object-position: center; + } + + .md\:p-8 { + padding: 2rem; + } + + .md\:px-12 { + padding-left: 3rem; + padding-right: 3rem; + } + + .md\:px-16 { + padding-left: 4rem; + padding-right: 4rem; + } + + .md\:py-16 { + padding-top: 4rem; + padding-bottom: 4rem; + } + + .md\:py-4 { + padding-top: 1rem; + padding-bottom: 1rem; + } + + .md\:py-8 { + padding-top: 2rem; + padding-bottom: 2rem; + } + + .md\:pl-0 { + padding-left: 0px; + } + + .md\:pl-2 { + padding-left: 0.5rem; + } + + .md\:pl-8 { + padding-left: 2rem; + } + + .md\:pr-0 { + padding-right: 0px; + } + + .md\:text-left { + text-align: left; + } + + .md\:text-right { + text-align: right; + } + + .md\:text-4xl { + font-size: 2.25rem; + line-height: 2.5rem; + } + + .first\:md\:-ml-12:first-child { + margin-left: -3rem; + } + + .first\:md\:-ml-16:first-child { + margin-left: -4rem; + } + + .first\:md\:-ml-20:first-child { + margin-left: -5rem; + } + + .first\:md\:-ml-24:first-child { + margin-left: -6rem; + } + + .first\:md\:-ml-28:first-child { + margin-left: -7rem; + } + + .first\:md\:-ml-4:first-child { + margin-left: -1rem; + } + + .first\:md\:-ml-40:first-child { + margin-left: -10rem; + } + + .first\:md\:-ml-44:first-child { + margin-left: -11rem; + } + + .first\:md\:-ml-48:first-child { + margin-left: -12rem; + } + + .first\:md\:-ml-8:first-child { + margin-left: -2rem; + } + + .first\:md\:-ml-80:first-child { + margin-left: -20rem; + } + + .first\:md\:-mr-12:first-child { + margin-right: -3rem; + } + + .first\:md\:-mr-16:first-child { + margin-right: -4rem; + } + + .first\:md\:-mr-20:first-child { + margin-right: -5rem; + } + + .first\:md\:-mr-24:first-child { + margin-right: -6rem; + } + + .first\:md\:-mr-28:first-child { + margin-right: -7rem; + } + + .first\:md\:-mr-4:first-child { + margin-right: -1rem; + } + + .first\:md\:-mr-40:first-child { + margin-right: -10rem; + } + + .first\:md\:-mr-44:first-child { + margin-right: -11rem; + } + + .first\:md\:-mr-48:first-child { + margin-right: -12rem; + } + + .first\:md\:-mr-8:first-child { + margin-right: -2rem; + } + + .first\:md\:-mr-80:first-child { + margin-right: -20rem; + } + + .first\:md\:ml-12:first-child { + margin-left: 3rem; + } + + .first\:md\:ml-16:first-child { + margin-left: 4rem; + } + + .first\:md\:ml-20:first-child { + margin-left: 5rem; + } + + .first\:md\:ml-24:first-child { + margin-left: 6rem; + } + + .first\:md\:ml-28:first-child { + margin-left: 7rem; + } + + .first\:md\:ml-4:first-child { + margin-left: 1rem; + } + + .first\:md\:ml-40:first-child { + margin-left: 10rem; + } + + .first\:md\:ml-44:first-child { + margin-left: 11rem; + } + + .first\:md\:ml-48:first-child { + margin-left: 12rem; + } + + .first\:md\:ml-8:first-child { + margin-left: 2rem; + } + + .first\:md\:ml-80:first-child { + margin-left: 20rem; + } + + .first\:md\:mr-12:first-child { + margin-right: 3rem; + } + + .first\:md\:mr-16:first-child { + margin-right: 4rem; + } + + .first\:md\:mr-20:first-child { + margin-right: 5rem; + } + + .first\:md\:mr-24:first-child { + margin-right: 6rem; + } + + .first\:md\:mr-28:first-child { + margin-right: 7rem; + } + + .first\:md\:mr-4:first-child { + margin-right: 1rem; + } + + .first\:md\:mr-40:first-child { + margin-right: 10rem; + } + + .first\:md\:mr-44:first-child { + margin-right: 11rem; + } + + .first\:md\:mr-48:first-child { + margin-right: 12rem; + } + + .first\:md\:mr-8:first-child { + margin-right: 2rem; + } + + .first\:md\:mr-80:first-child { + margin-right: 20rem; + } + + .first\:md\:-scroll-ml-12:first-child { + scroll-margin-left: -3rem; + } + + .first\:md\:-scroll-ml-16:first-child { + scroll-margin-left: -4rem; + } + + .first\:md\:-scroll-ml-20:first-child { + scroll-margin-left: -5rem; + } + + .first\:md\:-scroll-ml-24:first-child { + scroll-margin-left: -6rem; + } + + .first\:md\:-scroll-ml-28:first-child { + scroll-margin-left: -7rem; + } + + .first\:md\:-scroll-ml-4:first-child { + scroll-margin-left: -1rem; + } + + .first\:md\:-scroll-ml-40:first-child { + scroll-margin-left: -10rem; + } + + .first\:md\:-scroll-ml-44:first-child { + scroll-margin-left: -11rem; + } + + .first\:md\:-scroll-ml-48:first-child { + scroll-margin-left: -12rem; + } + + .first\:md\:-scroll-ml-8:first-child { + scroll-margin-left: -2rem; + } + + .first\:md\:-scroll-ml-80:first-child { + scroll-margin-left: -20rem; + } + + .first\:md\:-scroll-mr-12:first-child { + scroll-margin-right: -3rem; + } + + .first\:md\:-scroll-mr-16:first-child { + scroll-margin-right: -4rem; + } + + .first\:md\:-scroll-mr-20:first-child { + scroll-margin-right: -5rem; + } + + .first\:md\:-scroll-mr-24:first-child { + scroll-margin-right: -6rem; + } + + .first\:md\:-scroll-mr-28:first-child { + scroll-margin-right: -7rem; + } + + .first\:md\:-scroll-mr-4:first-child { + scroll-margin-right: -1rem; + } + + .first\:md\:-scroll-mr-40:first-child { + scroll-margin-right: -10rem; + } + + .first\:md\:-scroll-mr-44:first-child { + scroll-margin-right: -11rem; + } + + .first\:md\:-scroll-mr-48:first-child { + scroll-margin-right: -12rem; + } + + .first\:md\:-scroll-mr-8:first-child { + scroll-margin-right: -2rem; + } + + .first\:md\:-scroll-mr-80:first-child { + scroll-margin-right: -20rem; + } + + .first\:md\:scroll-ml-12:first-child { + scroll-margin-left: 3rem; + } + + .first\:md\:scroll-ml-16:first-child { + scroll-margin-left: 4rem; + } + + .first\:md\:scroll-ml-20:first-child { + scroll-margin-left: 5rem; + } + + .first\:md\:scroll-ml-24:first-child { + scroll-margin-left: 6rem; + } + + .first\:md\:scroll-ml-28:first-child { + scroll-margin-left: 7rem; + } + + .first\:md\:scroll-ml-4:first-child { + scroll-margin-left: 1rem; + } + + .first\:md\:scroll-ml-40:first-child { + scroll-margin-left: 10rem; + } + + .first\:md\:scroll-ml-44:first-child { + scroll-margin-left: 11rem; + } + + .first\:md\:scroll-ml-48:first-child { + scroll-margin-left: 12rem; + } + + .first\:md\:scroll-ml-8:first-child { + scroll-margin-left: 2rem; + } + + .first\:md\:scroll-ml-80:first-child { + scroll-margin-left: 20rem; + } + + .first\:md\:scroll-mr-12:first-child { + scroll-margin-right: 3rem; + } + + .first\:md\:scroll-mr-16:first-child { + scroll-margin-right: 4rem; + } + + .first\:md\:scroll-mr-20:first-child { + scroll-margin-right: 5rem; + } + + .first\:md\:scroll-mr-24:first-child { + scroll-margin-right: 6rem; + } + + .first\:md\:scroll-mr-28:first-child { + scroll-margin-right: 7rem; + } + + .first\:md\:scroll-mr-4:first-child { + scroll-margin-right: 1rem; + } + + .first\:md\:scroll-mr-40:first-child { + scroll-margin-right: 10rem; + } + + .first\:md\:scroll-mr-44:first-child { + scroll-margin-right: 11rem; + } + + .first\:md\:scroll-mr-48:first-child { + scroll-margin-right: 12rem; + } + + .first\:md\:scroll-mr-8:first-child { + scroll-margin-right: 2rem; + } + + .first\:md\:scroll-mr-80:first-child { + scroll-margin-right: 20rem; + } + + .first\:md\:scroll-pb-0:first-child { + scroll-padding-bottom: 0px; + } + + .first\:md\:scroll-pb-0\.5:first-child { + scroll-padding-bottom: 0.125rem; + } + + .first\:md\:scroll-pt-0:first-child { + scroll-padding-top: 0px; + } + + .first\:md\:scroll-pt-0\.5:first-child { + scroll-padding-top: 0.125rem; + } + + .md\:first\:px-8:first-child { + padding-left: 2rem; + padding-right: 2rem; + } + + .first\:md\:pb-0:first-child { + padding-bottom: 0px; + } + + .first\:md\:pb-0\.5:first-child { + padding-bottom: 0.125rem; + } + + .first\:md\:pt-0:first-child { + padding-top: 0px; + } + + .first\:md\:pt-0\.5:first-child { + padding-top: 0.125rem; + } + + .last\:md\:-ml-12:last-child { + margin-left: -3rem; + } + + .last\:md\:-ml-16:last-child { + margin-left: -4rem; + } + + .last\:md\:-ml-20:last-child { + margin-left: -5rem; + } + + .last\:md\:-ml-24:last-child { + margin-left: -6rem; + } + + .last\:md\:-ml-28:last-child { + margin-left: -7rem; + } + + .last\:md\:-ml-4:last-child { + margin-left: -1rem; + } + + .last\:md\:-ml-40:last-child { + margin-left: -10rem; + } + + .last\:md\:-ml-44:last-child { + margin-left: -11rem; + } + + .last\:md\:-ml-48:last-child { + margin-left: -12rem; + } + + .last\:md\:-ml-8:last-child { + margin-left: -2rem; + } + + .last\:md\:-ml-80:last-child { + margin-left: -20rem; + } + + .last\:md\:-mr-12:last-child { + margin-right: -3rem; + } + + .last\:md\:-mr-16:last-child { + margin-right: -4rem; + } + + .last\:md\:-mr-20:last-child { + margin-right: -5rem; + } + + .last\:md\:-mr-24:last-child { + margin-right: -6rem; + } + + .last\:md\:-mr-28:last-child { + margin-right: -7rem; + } + + .last\:md\:-mr-4:last-child { + margin-right: -1rem; + } + + .last\:md\:-mr-40:last-child { + margin-right: -10rem; + } + + .last\:md\:-mr-44:last-child { + margin-right: -11rem; + } + + .last\:md\:-mr-48:last-child { + margin-right: -12rem; + } + + .last\:md\:-mr-8:last-child { + margin-right: -2rem; + } + + .last\:md\:-mr-80:last-child { + margin-right: -20rem; + } + + .last\:md\:ml-12:last-child { + margin-left: 3rem; + } + + .last\:md\:ml-16:last-child { + margin-left: 4rem; + } + + .last\:md\:ml-20:last-child { + margin-left: 5rem; + } + + .last\:md\:ml-24:last-child { + margin-left: 6rem; + } + + .last\:md\:ml-28:last-child { + margin-left: 7rem; + } + + .last\:md\:ml-4:last-child { + margin-left: 1rem; + } + + .last\:md\:ml-40:last-child { + margin-left: 10rem; + } + + .last\:md\:ml-44:last-child { + margin-left: 11rem; + } + + .last\:md\:ml-48:last-child { + margin-left: 12rem; + } + + .last\:md\:ml-8:last-child { + margin-left: 2rem; + } + + .last\:md\:ml-80:last-child { + margin-left: 20rem; + } + + .last\:md\:mr-12:last-child { + margin-right: 3rem; + } + + .last\:md\:mr-16:last-child { + margin-right: 4rem; + } + + .last\:md\:mr-20:last-child { + margin-right: 5rem; + } + + .last\:md\:mr-24:last-child { + margin-right: 6rem; + } + + .last\:md\:mr-28:last-child { + margin-right: 7rem; + } + + .last\:md\:mr-4:last-child { + margin-right: 1rem; + } + + .last\:md\:mr-40:last-child { + margin-right: 10rem; + } + + .last\:md\:mr-44:last-child { + margin-right: 11rem; + } + + .last\:md\:mr-48:last-child { + margin-right: 12rem; + } + + .last\:md\:mr-8:last-child { + margin-right: 2rem; + } + + .last\:md\:mr-80:last-child { + margin-right: 20rem; + } + + .last\:md\:-scroll-ml-12:last-child { + scroll-margin-left: -3rem; + } + + .last\:md\:-scroll-ml-16:last-child { + scroll-margin-left: -4rem; + } + + .last\:md\:-scroll-ml-20:last-child { + scroll-margin-left: -5rem; + } + + .last\:md\:-scroll-ml-24:last-child { + scroll-margin-left: -6rem; + } + + .last\:md\:-scroll-ml-28:last-child { + scroll-margin-left: -7rem; + } + + .last\:md\:-scroll-ml-4:last-child { + scroll-margin-left: -1rem; + } + + .last\:md\:-scroll-ml-40:last-child { + scroll-margin-left: -10rem; + } + + .last\:md\:-scroll-ml-44:last-child { + scroll-margin-left: -11rem; + } + + .last\:md\:-scroll-ml-48:last-child { + scroll-margin-left: -12rem; + } + + .last\:md\:-scroll-ml-8:last-child { + scroll-margin-left: -2rem; + } + + .last\:md\:-scroll-ml-80:last-child { + scroll-margin-left: -20rem; + } + + .last\:md\:-scroll-mr-12:last-child { + scroll-margin-right: -3rem; + } + + .last\:md\:-scroll-mr-16:last-child { + scroll-margin-right: -4rem; + } + + .last\:md\:-scroll-mr-20:last-child { + scroll-margin-right: -5rem; + } + + .last\:md\:-scroll-mr-24:last-child { + scroll-margin-right: -6rem; + } + + .last\:md\:-scroll-mr-28:last-child { + scroll-margin-right: -7rem; + } + + .last\:md\:-scroll-mr-4:last-child { + scroll-margin-right: -1rem; + } + + .last\:md\:-scroll-mr-40:last-child { + scroll-margin-right: -10rem; + } + + .last\:md\:-scroll-mr-44:last-child { + scroll-margin-right: -11rem; + } + + .last\:md\:-scroll-mr-48:last-child { + scroll-margin-right: -12rem; + } + + .last\:md\:-scroll-mr-8:last-child { + scroll-margin-right: -2rem; + } + + .last\:md\:-scroll-mr-80:last-child { + scroll-margin-right: -20rem; + } + + .last\:md\:scroll-ml-12:last-child { + scroll-margin-left: 3rem; + } + + .last\:md\:scroll-ml-16:last-child { + scroll-margin-left: 4rem; + } + + .last\:md\:scroll-ml-20:last-child { + scroll-margin-left: 5rem; + } + + .last\:md\:scroll-ml-24:last-child { + scroll-margin-left: 6rem; + } + + .last\:md\:scroll-ml-28:last-child { + scroll-margin-left: 7rem; + } + + .last\:md\:scroll-ml-4:last-child { + scroll-margin-left: 1rem; + } + + .last\:md\:scroll-ml-40:last-child { + scroll-margin-left: 10rem; + } + + .last\:md\:scroll-ml-44:last-child { + scroll-margin-left: 11rem; + } + + .last\:md\:scroll-ml-48:last-child { + scroll-margin-left: 12rem; + } + + .last\:md\:scroll-ml-8:last-child { + scroll-margin-left: 2rem; + } + + .last\:md\:scroll-ml-80:last-child { + scroll-margin-left: 20rem; + } + + .last\:md\:scroll-mr-12:last-child { + scroll-margin-right: 3rem; + } + + .last\:md\:scroll-mr-16:last-child { + scroll-margin-right: 4rem; + } + + .last\:md\:scroll-mr-20:last-child { + scroll-margin-right: 5rem; + } + + .last\:md\:scroll-mr-24:last-child { + scroll-margin-right: 6rem; + } + + .last\:md\:scroll-mr-28:last-child { + scroll-margin-right: 7rem; + } + + .last\:md\:scroll-mr-4:last-child { + scroll-margin-right: 1rem; + } + + .last\:md\:scroll-mr-40:last-child { + scroll-margin-right: 10rem; + } + + .last\:md\:scroll-mr-44:last-child { + scroll-margin-right: 11rem; + } + + .last\:md\:scroll-mr-48:last-child { + scroll-margin-right: 12rem; + } + + .last\:md\:scroll-mr-8:last-child { + scroll-margin-right: 2rem; + } + + .last\:md\:scroll-mr-80:last-child { + scroll-margin-right: 20rem; + } + + .last\:md\:scroll-pb-0:last-child { + scroll-padding-bottom: 0px; + } + + .last\:md\:scroll-pb-0\.5:last-child { + scroll-padding-bottom: 0.125rem; + } + + .last\:md\:scroll-pt-0:last-child { + scroll-padding-top: 0px; + } + + .last\:md\:scroll-pt-0\.5:last-child { + scroll-padding-top: 0.125rem; + } + + .md\:last\:px-8:last-child { + padding-left: 2rem; + padding-right: 2rem; + } + + .last\:md\:pb-0:last-child { + padding-bottom: 0px; + } + + .last\:md\:pb-0\.5:last-child { + padding-bottom: 0.125rem; + } + + .last\:md\:pt-0:last-child { + padding-top: 0px; + } + + .last\:md\:pt-0\.5:last-child { + padding-top: 0.125rem; + } +} + +@media (min-width: 1024px) { + .lg\:static { + position: static; + } + + .lg\:-bottom-32 { + bottom: -8rem; + } + + .lg\:left-8 { + left: 2rem; + } + + .lg\:order-first { + order: -9999; + } + + .lg\:col-span-1 { + grid-column: span 1 / span 1; + } + + .lg\:col-start-2 { + grid-column-start: 2; + } + + .lg\:m-4 { + margin: 1rem; + } + + .lg\:-mx-12 { + margin-left: -3rem; + margin-right: -3rem; + } + + .lg\:-mx-16 { + margin-left: -4rem; + margin-right: -4rem; + } + + .lg\:-mx-20 { + margin-left: -5rem; + margin-right: -5rem; + } + + .lg\:mx-0 { + margin-left: 0px; + margin-right: 0px; + } + + .lg\:mx-16 { + margin-left: 4rem; + margin-right: 4rem; + } + + .lg\:mx-20 { + margin-left: 5rem; + margin-right: 5rem; + } + + .lg\:mx-24 { + margin-left: 6rem; + margin-right: 6rem; + } + + .lg\:mx-28 { + margin-left: 7rem; + margin-right: 7rem; + } + + .lg\:mx-4 { + margin-left: 1rem; + margin-right: 1rem; + } + + .lg\:mx-40 { + margin-left: 10rem; + margin-right: 10rem; + } + + .lg\:mx-6 { + margin-left: 1.5rem; + margin-right: 1.5rem; + } + + .lg\:mx-80 { + margin-left: 20rem; + margin-right: 20rem; + } + + .lg\:mx-auto { + margin-left: auto; + margin-right: auto; + } + + .lg\:my-32 { + margin-top: 8rem; + margin-bottom: 8rem; + } + + .lg\:-ml-12 { + margin-left: -3rem; + } + + .lg\:-ml-16 { + margin-left: -4rem; + } + + .lg\:-ml-20 { + margin-left: -5rem; + } + + .lg\:-ml-24 { + margin-left: -6rem; + } + + .lg\:-ml-28 { + margin-left: -7rem; + } + + .lg\:-ml-4 { + margin-left: -1rem; + } + + .lg\:-ml-40 { + margin-left: -10rem; + } + + .lg\:-ml-44 { + margin-left: -11rem; + } + + .lg\:-ml-48 { + margin-left: -12rem; + } + + .lg\:-ml-8 { + margin-left: -2rem; + } + + .lg\:-ml-80 { + margin-left: -20rem; + } + + .lg\:-mr-12 { + margin-right: -3rem; + } + + .lg\:-mr-16 { + margin-right: -4rem; + } + + .lg\:-mr-20 { + margin-right: -5rem; + } + + .lg\:-mr-24 { + margin-right: -6rem; + } + + .lg\:-mr-28 { + margin-right: -7rem; + } + + .lg\:-mr-4 { + margin-right: -1rem; + } + + .lg\:-mr-40 { + margin-right: -10rem; + } + + .lg\:-mr-44 { + margin-right: -11rem; + } + + .lg\:-mr-48 { + margin-right: -12rem; + } + + .lg\:-mr-8 { + margin-right: -2rem; + } + + .lg\:-mr-80 { + margin-right: -20rem; + } + + .lg\:-mt-6 { + margin-top: -1.5rem; + } + + .lg\:mb-0 { + margin-bottom: 0px; + } + + .lg\:mb-2 { + margin-bottom: 0.5rem; + } + + .lg\:mb-4 { + margin-bottom: 1rem; + } + + .lg\:mb-6 { + margin-bottom: 1.5rem; + } + + .lg\:mb-8 { + margin-bottom: 2rem; + } + + .lg\:ml-12 { + margin-left: 3rem; + } + + .lg\:ml-16 { + margin-left: 4rem; + } + + .lg\:ml-20 { + margin-left: 5rem; + } + + .lg\:ml-24 { + margin-left: 6rem; + } + + .lg\:ml-28 { + margin-left: 7rem; + } + + .lg\:ml-4 { + margin-left: 1rem; + } + + .lg\:ml-40 { + margin-left: 10rem; + } + + .lg\:ml-44 { + margin-left: 11rem; + } + + .lg\:ml-48 { + margin-left: 12rem; + } + + .lg\:ml-8 { + margin-left: 2rem; + } + + .lg\:ml-80 { + margin-left: 20rem; + } + + .lg\:ml-auto { + margin-left: auto; + } + + .lg\:mr-12 { + margin-right: 3rem; + } + + .lg\:mr-16 { + margin-right: 4rem; + } + + .lg\:mr-20 { + margin-right: 5rem; + } + + .lg\:mr-24 { + margin-right: 6rem; + } + + .lg\:mr-28 { + margin-right: 7rem; + } + + .lg\:mr-4 { + margin-right: 1rem; + } + + .lg\:mr-40 { + margin-right: 10rem; + } + + .lg\:mr-44 { + margin-right: 11rem; + } + + .lg\:mr-48 { + margin-right: 12rem; + } + + .lg\:mr-8 { + margin-right: 2rem; + } + + .lg\:mr-80 { + margin-right: 20rem; + } + + .lg\:mt-0 { + margin-top: 0px; + } + + .lg\:mt-10 { + margin-top: 2.5rem; + } + + .lg\:mt-12 { + margin-top: 3rem; + } + + .lg\:mt-16 { + margin-top: 4rem; + } + + .lg\:mt-2 { + margin-top: 0.5rem; + } + + .lg\:mt-4 { + margin-top: 1rem; + } + + .lg\:mt-6 { + margin-top: 1.5rem; + } + + .lg\:mt-8 { + margin-top: 2rem; + } + + .lg\:block { + display: block; + } + + .lg\:flex { + display: flex; + } + + .lg\:hidden { + display: none; + } + + .lg\:aspect-\[3\/2\] { + aspect-ratio: 3/2; + } + + .lg\:h-full { + height: 100%; + } + + .lg\:h-screen { + height: 100vh; + } + + .lg\:w-1\/2 { + width: 50%; + } + + .lg\:w-2\/3 { + width: 66.666667%; + } + + .lg\:w-4\/6 { + width: 66.666667%; + } + + .lg\:w-5\/6 { + width: 83.333333%; + } + + .lg\:max-w-3xl { + max-width: 48rem; + } + + .lg\:max-w-4xl { + max-width: 56rem; + } + + .lg\:max-w-5xl { + max-width: 64rem; + } + + .lg\:max-w-6xl { + max-width: 72rem; + } + + .lg\:max-w-\[50\%\] { + max-width: 50%; + } + + .lg\:max-w-lg { + max-width: 32rem; + } + + .lg\:max-w-none { + max-width: none; + } + + .lg\:max-w-sm { + max-width: 24rem; + } + + .lg\:max-w-xl { + max-width: 36rem; + } + + .lg\:flex-1 { + flex: 1 1 0%; + } + + .lg\:shrink-0 { + flex-shrink: 0; + } + + .lg\:-scroll-ml-12 { + scroll-margin-left: -3rem; + } + + .lg\:-scroll-ml-16 { + scroll-margin-left: -4rem; + } + + .lg\:-scroll-ml-20 { + scroll-margin-left: -5rem; + } + + .lg\:-scroll-ml-24 { + scroll-margin-left: -6rem; + } + + .lg\:-scroll-ml-28 { + scroll-margin-left: -7rem; + } + + .lg\:-scroll-ml-4 { + scroll-margin-left: -1rem; + } + + .lg\:-scroll-ml-40 { + scroll-margin-left: -10rem; + } + + .lg\:-scroll-ml-44 { + scroll-margin-left: -11rem; + } + + .lg\:-scroll-ml-48 { + scroll-margin-left: -12rem; + } + + .lg\:-scroll-ml-8 { + scroll-margin-left: -2rem; + } + + .lg\:-scroll-ml-80 { + scroll-margin-left: -20rem; + } + + .lg\:-scroll-mr-12 { + scroll-margin-right: -3rem; + } + + .lg\:-scroll-mr-16 { + scroll-margin-right: -4rem; + } + + .lg\:-scroll-mr-20 { + scroll-margin-right: -5rem; + } + + .lg\:-scroll-mr-24 { + scroll-margin-right: -6rem; + } + + .lg\:-scroll-mr-28 { + scroll-margin-right: -7rem; + } + + .lg\:-scroll-mr-4 { + scroll-margin-right: -1rem; + } + + .lg\:-scroll-mr-40 { + scroll-margin-right: -10rem; + } + + .lg\:-scroll-mr-44 { + scroll-margin-right: -11rem; + } + + .lg\:-scroll-mr-48 { + scroll-margin-right: -12rem; + } + + .lg\:-scroll-mr-8 { + scroll-margin-right: -2rem; + } + + .lg\:-scroll-mr-80 { + scroll-margin-right: -20rem; + } + + .lg\:scroll-ml-12 { + scroll-margin-left: 3rem; + } + + .lg\:scroll-ml-16 { + scroll-margin-left: 4rem; + } + + .lg\:scroll-ml-20 { + scroll-margin-left: 5rem; + } + + .lg\:scroll-ml-24 { + scroll-margin-left: 6rem; + } + + .lg\:scroll-ml-28 { + scroll-margin-left: 7rem; + } + + .lg\:scroll-ml-4 { + scroll-margin-left: 1rem; + } + + .lg\:scroll-ml-40 { + scroll-margin-left: 10rem; + } + + .lg\:scroll-ml-44 { + scroll-margin-left: 11rem; + } + + .lg\:scroll-ml-48 { + scroll-margin-left: 12rem; + } + + .lg\:scroll-ml-8 { + scroll-margin-left: 2rem; + } + + .lg\:scroll-ml-80 { + scroll-margin-left: 20rem; + } + + .lg\:scroll-mr-12 { + scroll-margin-right: 3rem; + } + + .lg\:scroll-mr-16 { + scroll-margin-right: 4rem; + } + + .lg\:scroll-mr-20 { + scroll-margin-right: 5rem; + } + + .lg\:scroll-mr-24 { + scroll-margin-right: 6rem; + } + + .lg\:scroll-mr-28 { + scroll-margin-right: 7rem; + } + + .lg\:scroll-mr-4 { + scroll-margin-right: 1rem; + } + + .lg\:scroll-mr-40 { + scroll-margin-right: 10rem; + } + + .lg\:scroll-mr-44 { + scroll-margin-right: 11rem; + } + + .lg\:scroll-mr-48 { + scroll-margin-right: 12rem; + } + + .lg\:scroll-mr-8 { + scroll-margin-right: 2rem; + } + + .lg\:scroll-mr-80 { + scroll-margin-right: 20rem; + } + + .lg\:scroll-pb-0 { + scroll-padding-bottom: 0px; + } + + .lg\:scroll-pb-0\.5 { + scroll-padding-bottom: 0.125rem; + } + + .lg\:scroll-pt-0 { + scroll-padding-top: 0px; + } + + .lg\:scroll-pt-0\.5 { + scroll-padding-top: 0.125rem; + } + + .lg\:grid-cols-2 { + grid-template-columns: repeat(2, minmax(0, 1fr)); + } + + .lg\:grid-cols-3 { + grid-template-columns: repeat(3, minmax(0, 1fr)); + } + + .lg\:grid-cols-4 { + grid-template-columns: repeat(4, minmax(0, 1fr)); + } + + .lg\:grid-cols-5 { + grid-template-columns: repeat(5, minmax(0, 1fr)); + } + + .lg\:grid-cols-6 { + grid-template-columns: repeat(6, minmax(0, 1fr)); + } + + .lg\:flex-row { + flex-direction: row; + } + + .lg\:items-start { + align-items: flex-start; + } + + .lg\:items-end { + align-items: flex-end; + } + + .lg\:items-center { + align-items: center; + } + + .lg\:justify-start { + justify-content: flex-start; + } + + .lg\:justify-end { + justify-content: flex-end; + } + + .lg\:gap-16 { + gap: 4rem; + } + + .lg\:gap-8 { + gap: 2rem; + } + + .lg\:gap-y-16 { + row-gap: 4rem; + } + + .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]) { + --tw-space-x-reverse: 0; + margin-right: calc(3rem * var(--tw-space-x-reverse)); + margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))); + } + + .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]) { + --tw-space-x-reverse: 0; + margin-right: calc(5rem * var(--tw-space-x-reverse)); + margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))); + } + + .lg\:\!bg-cover { + background-size: cover !important; + } + + .lg\:object-fill { + -o-object-fit: fill; + object-fit: fill; + } + + .lg\:p-12 { + padding: 3rem; + } + + .lg\:px-20 { + padding-left: 5rem; + padding-right: 5rem; + } + + .lg\:px-40 { + padding-left: 10rem; + padding-right: 10rem; + } + + .lg\:px-6 { + padding-left: 1.5rem; + padding-right: 1.5rem; + } + + .lg\:px-8 { + padding-left: 2rem; + padding-right: 2rem; + } + + .lg\:py-10 { + padding-top: 2.5rem; + padding-bottom: 2.5rem; + } + + .lg\:py-12 { + padding-top: 3rem; + padding-bottom: 3rem; + } + + .lg\:py-24 { + padding-top: 6rem; + padding-bottom: 6rem; + } + + .lg\:py-4 { + padding-top: 1rem; + padding-bottom: 1rem; + } + + .lg\:py-5 { + padding-top: 1.25rem; + padding-bottom: 1.25rem; + } + + .lg\:py-56 { + padding-top: 14rem; + padding-bottom: 14rem; + } + + .lg\:py-6 { + padding-top: 1.5rem; + padding-bottom: 1.5rem; + } + + .lg\:py-8 { + padding-top: 2rem; + padding-bottom: 2rem; + } + + .lg\:pb-0 { + padding-bottom: 0px; + } + + .lg\:pb-0\.5 { + padding-bottom: 0.125rem; + } + + .lg\:pb-24 { + padding-bottom: 6rem; + } + + .lg\:pb-28 { + padding-bottom: 7rem; + } + + .lg\:pb-8 { + padding-bottom: 2rem; + } + + .lg\:pl-0 { + padding-left: 0px; + } + + .lg\:pl-4 { + padding-left: 1rem; + } + + .lg\:pr-4 { + padding-right: 1rem; + } + + .lg\:pt-0 { + padding-top: 0px; + } + + .lg\:pt-0\.5 { + padding-top: 0.125rem; + } + + .lg\:pt-12 { + padding-top: 3rem; + } + + .lg\:pt-16 { + padding-top: 4rem; + } + + .lg\:pt-20 { + padding-top: 5rem; + } + + .lg\:pt-24 { + padding-top: 6rem; + } + + .lg\:pt-36 { + padding-top: 9rem; + } + + .lg\:pt-4 { + padding-top: 1rem; + } + + .lg\:pt-6 { + padding-top: 1.5rem; + } + + .lg\:pt-8 { + padding-top: 2rem; + } + + .lg\:text-left { + text-align: left; + } + + .lg\:text-center { + text-align: center; + } + + .lg\:text-right { + text-align: right; + } + + .lg\:text-2xl { + font-size: 1.5rem; + line-height: 2rem; + } + + .lg\:text-4xl { + font-size: 2.25rem; + line-height: 2.5rem; + } + + .lg\:text-5xl { + font-size: 3rem; + line-height: 1; + } + + .lg\:text-6xl { + font-size: 3.75rem; + line-height: 1; + } + + .lg\:text-xl { + font-size: 1.25rem; + line-height: 1.75rem; + } + + .lg\:text-white { + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); + } + + .lg\:backdrop-blur { + --tw-backdrop-blur: blur(8px); + -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); + backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); + } + + .first\:lg\:-ml-12:first-child { + margin-left: -3rem; + } + + .first\:lg\:-ml-16:first-child { + margin-left: -4rem; + } + + .first\:lg\:-ml-20:first-child { + margin-left: -5rem; + } + + .first\:lg\:-ml-24:first-child { + margin-left: -6rem; + } + + .first\:lg\:-ml-28:first-child { + margin-left: -7rem; + } + + .first\:lg\:-ml-4:first-child { + margin-left: -1rem; + } + + .first\:lg\:-ml-40:first-child { + margin-left: -10rem; + } + + .first\:lg\:-ml-44:first-child { + margin-left: -11rem; + } + + .first\:lg\:-ml-48:first-child { + margin-left: -12rem; + } + + .first\:lg\:-ml-8:first-child { + margin-left: -2rem; + } + + .first\:lg\:-ml-80:first-child { + margin-left: -20rem; + } + + .first\:lg\:-mr-12:first-child { + margin-right: -3rem; + } + + .first\:lg\:-mr-16:first-child { + margin-right: -4rem; + } + + .first\:lg\:-mr-20:first-child { + margin-right: -5rem; + } + + .first\:lg\:-mr-24:first-child { + margin-right: -6rem; + } + + .first\:lg\:-mr-28:first-child { + margin-right: -7rem; + } + + .first\:lg\:-mr-4:first-child { + margin-right: -1rem; + } + + .first\:lg\:-mr-40:first-child { + margin-right: -10rem; + } + + .first\:lg\:-mr-44:first-child { + margin-right: -11rem; + } + + .first\:lg\:-mr-48:first-child { + margin-right: -12rem; + } + + .first\:lg\:-mr-8:first-child { + margin-right: -2rem; + } + + .first\:lg\:-mr-80:first-child { + margin-right: -20rem; + } + + .first\:lg\:ml-12:first-child { + margin-left: 3rem; + } + + .first\:lg\:ml-16:first-child { + margin-left: 4rem; + } + + .first\:lg\:ml-20:first-child { + margin-left: 5rem; + } + + .first\:lg\:ml-24:first-child { + margin-left: 6rem; + } + + .first\:lg\:ml-28:first-child { + margin-left: 7rem; + } + + .first\:lg\:ml-4:first-child { + margin-left: 1rem; + } + + .first\:lg\:ml-40:first-child { + margin-left: 10rem; + } + + .first\:lg\:ml-44:first-child { + margin-left: 11rem; + } + + .first\:lg\:ml-48:first-child { + margin-left: 12rem; + } + + .first\:lg\:ml-8:first-child { + margin-left: 2rem; + } + + .first\:lg\:ml-80:first-child { + margin-left: 20rem; + } + + .first\:lg\:mr-12:first-child { + margin-right: 3rem; + } + + .first\:lg\:mr-16:first-child { + margin-right: 4rem; + } + + .first\:lg\:mr-20:first-child { + margin-right: 5rem; + } + + .first\:lg\:mr-24:first-child { + margin-right: 6rem; + } + + .first\:lg\:mr-28:first-child { + margin-right: 7rem; + } + + .first\:lg\:mr-4:first-child { + margin-right: 1rem; + } + + .first\:lg\:mr-40:first-child { + margin-right: 10rem; + } + + .first\:lg\:mr-44:first-child { + margin-right: 11rem; + } + + .first\:lg\:mr-48:first-child { + margin-right: 12rem; + } + + .first\:lg\:mr-8:first-child { + margin-right: 2rem; + } + + .first\:lg\:mr-80:first-child { + margin-right: 20rem; + } + + .first\:lg\:-scroll-ml-12:first-child { + scroll-margin-left: -3rem; + } + + .first\:lg\:-scroll-ml-16:first-child { + scroll-margin-left: -4rem; + } + + .first\:lg\:-scroll-ml-20:first-child { + scroll-margin-left: -5rem; + } + + .first\:lg\:-scroll-ml-24:first-child { + scroll-margin-left: -6rem; + } + + .first\:lg\:-scroll-ml-28:first-child { + scroll-margin-left: -7rem; + } + + .first\:lg\:-scroll-ml-4:first-child { + scroll-margin-left: -1rem; + } + + .first\:lg\:-scroll-ml-40:first-child { + scroll-margin-left: -10rem; + } + + .first\:lg\:-scroll-ml-44:first-child { + scroll-margin-left: -11rem; + } + + .first\:lg\:-scroll-ml-48:first-child { + scroll-margin-left: -12rem; + } + + .first\:lg\:-scroll-ml-8:first-child { + scroll-margin-left: -2rem; + } + + .first\:lg\:-scroll-ml-80:first-child { + scroll-margin-left: -20rem; + } + + .first\:lg\:-scroll-mr-12:first-child { + scroll-margin-right: -3rem; + } + + .first\:lg\:-scroll-mr-16:first-child { + scroll-margin-right: -4rem; + } + + .first\:lg\:-scroll-mr-20:first-child { + scroll-margin-right: -5rem; + } + + .first\:lg\:-scroll-mr-24:first-child { + scroll-margin-right: -6rem; + } + + .first\:lg\:-scroll-mr-28:first-child { + scroll-margin-right: -7rem; + } + + .first\:lg\:-scroll-mr-4:first-child { + scroll-margin-right: -1rem; + } + + .first\:lg\:-scroll-mr-40:first-child { + scroll-margin-right: -10rem; + } + + .first\:lg\:-scroll-mr-44:first-child { + scroll-margin-right: -11rem; + } + + .first\:lg\:-scroll-mr-48:first-child { + scroll-margin-right: -12rem; + } + + .first\:lg\:-scroll-mr-8:first-child { + scroll-margin-right: -2rem; + } + + .first\:lg\:-scroll-mr-80:first-child { + scroll-margin-right: -20rem; + } + + .first\:lg\:scroll-ml-12:first-child { + scroll-margin-left: 3rem; + } + + .first\:lg\:scroll-ml-16:first-child { + scroll-margin-left: 4rem; + } + + .first\:lg\:scroll-ml-20:first-child { + scroll-margin-left: 5rem; + } + + .first\:lg\:scroll-ml-24:first-child { + scroll-margin-left: 6rem; + } + + .first\:lg\:scroll-ml-28:first-child { + scroll-margin-left: 7rem; + } + + .first\:lg\:scroll-ml-4:first-child { + scroll-margin-left: 1rem; + } + + .first\:lg\:scroll-ml-40:first-child { + scroll-margin-left: 10rem; + } + + .first\:lg\:scroll-ml-44:first-child { + scroll-margin-left: 11rem; + } + + .first\:lg\:scroll-ml-48:first-child { + scroll-margin-left: 12rem; + } + + .first\:lg\:scroll-ml-8:first-child { + scroll-margin-left: 2rem; + } + + .first\:lg\:scroll-ml-80:first-child { + scroll-margin-left: 20rem; + } + + .first\:lg\:scroll-mr-12:first-child { + scroll-margin-right: 3rem; + } + + .first\:lg\:scroll-mr-16:first-child { + scroll-margin-right: 4rem; + } + + .first\:lg\:scroll-mr-20:first-child { + scroll-margin-right: 5rem; + } + + .first\:lg\:scroll-mr-24:first-child { + scroll-margin-right: 6rem; + } + + .first\:lg\:scroll-mr-28:first-child { + scroll-margin-right: 7rem; + } + + .first\:lg\:scroll-mr-4:first-child { + scroll-margin-right: 1rem; + } + + .first\:lg\:scroll-mr-40:first-child { + scroll-margin-right: 10rem; + } + + .first\:lg\:scroll-mr-44:first-child { + scroll-margin-right: 11rem; + } + + .first\:lg\:scroll-mr-48:first-child { + scroll-margin-right: 12rem; + } + + .first\:lg\:scroll-mr-8:first-child { + scroll-margin-right: 2rem; + } + + .first\:lg\:scroll-mr-80:first-child { + scroll-margin-right: 20rem; + } + + .first\:lg\:scroll-pb-0:first-child { + scroll-padding-bottom: 0px; + } + + .first\:lg\:scroll-pb-0\.5:first-child { + scroll-padding-bottom: 0.125rem; + } + + .first\:lg\:scroll-pt-0:first-child { + scroll-padding-top: 0px; + } + + .first\:lg\:scroll-pt-0\.5:first-child { + scroll-padding-top: 0.125rem; + } + + .lg\:first\:px-20:first-child { + padding-left: 5rem; + padding-right: 5rem; + } + + .first\:lg\:pb-0:first-child { + padding-bottom: 0px; + } + + .first\:lg\:pb-0\.5:first-child { + padding-bottom: 0.125rem; + } + + .first\:lg\:pt-0:first-child { + padding-top: 0px; + } + + .first\:lg\:pt-0\.5:first-child { + padding-top: 0.125rem; + } + + .last\:lg\:-ml-12:last-child { + margin-left: -3rem; + } + + .last\:lg\:-ml-16:last-child { + margin-left: -4rem; + } + + .last\:lg\:-ml-20:last-child { + margin-left: -5rem; + } + + .last\:lg\:-ml-24:last-child { + margin-left: -6rem; + } + + .last\:lg\:-ml-28:last-child { + margin-left: -7rem; + } + + .last\:lg\:-ml-4:last-child { + margin-left: -1rem; + } + + .last\:lg\:-ml-40:last-child { + margin-left: -10rem; + } + + .last\:lg\:-ml-44:last-child { + margin-left: -11rem; + } + + .last\:lg\:-ml-48:last-child { + margin-left: -12rem; + } + + .last\:lg\:-ml-8:last-child { + margin-left: -2rem; + } + + .last\:lg\:-ml-80:last-child { + margin-left: -20rem; + } + + .last\:lg\:-mr-12:last-child { + margin-right: -3rem; + } + + .last\:lg\:-mr-16:last-child { + margin-right: -4rem; + } + + .last\:lg\:-mr-20:last-child { + margin-right: -5rem; + } + + .last\:lg\:-mr-24:last-child { + margin-right: -6rem; + } + + .last\:lg\:-mr-28:last-child { + margin-right: -7rem; + } + + .last\:lg\:-mr-4:last-child { + margin-right: -1rem; + } + + .last\:lg\:-mr-40:last-child { + margin-right: -10rem; + } + + .last\:lg\:-mr-44:last-child { + margin-right: -11rem; + } + + .last\:lg\:-mr-48:last-child { + margin-right: -12rem; + } + + .last\:lg\:-mr-8:last-child { + margin-right: -2rem; + } + + .last\:lg\:-mr-80:last-child { + margin-right: -20rem; + } + + .last\:lg\:ml-12:last-child { + margin-left: 3rem; + } + + .last\:lg\:ml-16:last-child { + margin-left: 4rem; + } + + .last\:lg\:ml-20:last-child { + margin-left: 5rem; + } + + .last\:lg\:ml-24:last-child { + margin-left: 6rem; + } + + .last\:lg\:ml-28:last-child { + margin-left: 7rem; + } + + .last\:lg\:ml-4:last-child { + margin-left: 1rem; + } + + .last\:lg\:ml-40:last-child { + margin-left: 10rem; + } + + .last\:lg\:ml-44:last-child { + margin-left: 11rem; + } + + .last\:lg\:ml-48:last-child { + margin-left: 12rem; + } + + .last\:lg\:ml-8:last-child { + margin-left: 2rem; + } + + .last\:lg\:ml-80:last-child { + margin-left: 20rem; + } + + .last\:lg\:mr-12:last-child { + margin-right: 3rem; + } + + .last\:lg\:mr-16:last-child { + margin-right: 4rem; + } + + .last\:lg\:mr-20:last-child { + margin-right: 5rem; + } + + .last\:lg\:mr-24:last-child { + margin-right: 6rem; + } + + .last\:lg\:mr-28:last-child { + margin-right: 7rem; + } + + .last\:lg\:mr-4:last-child { + margin-right: 1rem; + } + + .last\:lg\:mr-40:last-child { + margin-right: 10rem; + } + + .last\:lg\:mr-44:last-child { + margin-right: 11rem; + } + + .last\:lg\:mr-48:last-child { + margin-right: 12rem; + } + + .last\:lg\:mr-8:last-child { + margin-right: 2rem; + } + + .last\:lg\:mr-80:last-child { + margin-right: 20rem; + } + + .last\:lg\:-scroll-ml-12:last-child { + scroll-margin-left: -3rem; + } + + .last\:lg\:-scroll-ml-16:last-child { + scroll-margin-left: -4rem; + } + + .last\:lg\:-scroll-ml-20:last-child { + scroll-margin-left: -5rem; + } + + .last\:lg\:-scroll-ml-24:last-child { + scroll-margin-left: -6rem; + } + + .last\:lg\:-scroll-ml-28:last-child { + scroll-margin-left: -7rem; + } + + .last\:lg\:-scroll-ml-4:last-child { + scroll-margin-left: -1rem; + } + + .last\:lg\:-scroll-ml-40:last-child { + scroll-margin-left: -10rem; + } + + .last\:lg\:-scroll-ml-44:last-child { + scroll-margin-left: -11rem; + } + + .last\:lg\:-scroll-ml-48:last-child { + scroll-margin-left: -12rem; + } + + .last\:lg\:-scroll-ml-8:last-child { + scroll-margin-left: -2rem; + } + + .last\:lg\:-scroll-ml-80:last-child { + scroll-margin-left: -20rem; + } + + .last\:lg\:-scroll-mr-12:last-child { + scroll-margin-right: -3rem; + } + + .last\:lg\:-scroll-mr-16:last-child { + scroll-margin-right: -4rem; + } + + .last\:lg\:-scroll-mr-20:last-child { + scroll-margin-right: -5rem; + } + + .last\:lg\:-scroll-mr-24:last-child { + scroll-margin-right: -6rem; + } + + .last\:lg\:-scroll-mr-28:last-child { + scroll-margin-right: -7rem; + } + + .last\:lg\:-scroll-mr-4:last-child { + scroll-margin-right: -1rem; + } + + .last\:lg\:-scroll-mr-40:last-child { + scroll-margin-right: -10rem; + } + + .last\:lg\:-scroll-mr-44:last-child { + scroll-margin-right: -11rem; + } + + .last\:lg\:-scroll-mr-48:last-child { + scroll-margin-right: -12rem; + } + + .last\:lg\:-scroll-mr-8:last-child { + scroll-margin-right: -2rem; + } + + .last\:lg\:-scroll-mr-80:last-child { + scroll-margin-right: -20rem; + } + + .last\:lg\:scroll-ml-12:last-child { + scroll-margin-left: 3rem; + } + + .last\:lg\:scroll-ml-16:last-child { + scroll-margin-left: 4rem; + } + + .last\:lg\:scroll-ml-20:last-child { + scroll-margin-left: 5rem; + } + + .last\:lg\:scroll-ml-24:last-child { + scroll-margin-left: 6rem; + } + + .last\:lg\:scroll-ml-28:last-child { + scroll-margin-left: 7rem; + } + + .last\:lg\:scroll-ml-4:last-child { + scroll-margin-left: 1rem; + } + + .last\:lg\:scroll-ml-40:last-child { + scroll-margin-left: 10rem; + } + + .last\:lg\:scroll-ml-44:last-child { + scroll-margin-left: 11rem; + } + + .last\:lg\:scroll-ml-48:last-child { + scroll-margin-left: 12rem; + } + + .last\:lg\:scroll-ml-8:last-child { + scroll-margin-left: 2rem; + } + + .last\:lg\:scroll-ml-80:last-child { + scroll-margin-left: 20rem; + } + + .last\:lg\:scroll-mr-12:last-child { + scroll-margin-right: 3rem; + } + + .last\:lg\:scroll-mr-16:last-child { + scroll-margin-right: 4rem; + } + + .last\:lg\:scroll-mr-20:last-child { + scroll-margin-right: 5rem; + } + + .last\:lg\:scroll-mr-24:last-child { + scroll-margin-right: 6rem; + } + + .last\:lg\:scroll-mr-28:last-child { + scroll-margin-right: 7rem; + } + + .last\:lg\:scroll-mr-4:last-child { + scroll-margin-right: 1rem; + } + + .last\:lg\:scroll-mr-40:last-child { + scroll-margin-right: 10rem; + } + + .last\:lg\:scroll-mr-44:last-child { + scroll-margin-right: 11rem; + } + + .last\:lg\:scroll-mr-48:last-child { + scroll-margin-right: 12rem; + } + + .last\:lg\:scroll-mr-8:last-child { + scroll-margin-right: 2rem; + } + + .last\:lg\:scroll-mr-80:last-child { + scroll-margin-right: 20rem; + } + + .last\:lg\:scroll-pb-0:last-child { + scroll-padding-bottom: 0px; + } + + .last\:lg\:scroll-pb-0\.5:last-child { + scroll-padding-bottom: 0.125rem; + } + + .last\:lg\:scroll-pt-0:last-child { + scroll-padding-top: 0px; + } + + .last\:lg\:scroll-pt-0\.5:last-child { + scroll-padding-top: 0.125rem; + } + + .lg\:last\:px-20:last-child { + padding-left: 5rem; + padding-right: 5rem; + } + + .last\:lg\:pb-0:last-child { + padding-bottom: 0px; + } + + .last\:lg\:pb-0\.5:last-child { + padding-bottom: 0.125rem; + } + + .last\:lg\:pt-0:last-child { + padding-top: 0px; + } + + .last\:lg\:pt-0\.5:last-child { + padding-top: 0.125rem; + } +} + +@media (min-width: 1280px) { + .xl\:-left-10 { + left: -2.5rem; + } + + .xl\:top-3 { + top: 0.75rem; + } + + .xl\:col-span-1 { + grid-column: span 1 / span 1; + } + + .xl\:-mx-20 { + margin-left: -5rem; + margin-right: -5rem; + } + + .xl\:-mx-8 { + margin-left: -2rem; + margin-right: -2rem; + } + + .xl\:mx-20 { + margin-left: 5rem; + margin-right: 5rem; + } + + .xl\:mx-96 { + margin-left: 24rem; + margin-right: 24rem; + } + + .xl\:ml-0 { + margin-left: 0px; + } + + .xl\:ml-48 { + margin-left: 12rem; + } + + .xl\:ml-56 { + margin-left: 14rem; + } + + .xl\:mr-\[calc\(50\%-12rem\)\] { + margin-right: calc(50% - 12rem); + } + + .xl\:mt-0 { + margin-top: 0px; + } + + .xl\:max-w-2xl { + max-width: 42rem; + } + + .xl\:max-w-lg { + max-width: 32rem; + } + + .xl\:max-w-sm { + max-width: 24rem; + } + + .xl\:grid-cols-3 { + grid-template-columns: repeat(3, minmax(0, 1fr)); + } + + .xl\:grid-cols-4 { + grid-template-columns: repeat(4, minmax(0, 1fr)); + } + + .xl\:flex-row { + flex-direction: row; + } + + .xl\:justify-end { + justify-content: flex-end; + } + + .xl\:gap-4 { + gap: 1rem; + } + + .xl\:p-12 { + padding: 3rem; + } + + .xl\:px-10 { + padding-left: 2.5rem; + padding-right: 2.5rem; + } + + .xl\:pb-10 { + padding-bottom: 2.5rem; + } + + .xl\:text-left { + text-align: left; + } + + .xl\:backdrop-blur { + --tw-backdrop-blur: blur(8px); + -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); + backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); + } +} + +@media (min-width: 1536px) { + .\32xl\:mt-0 { + margin-top: 0px; + } + + .\32xl\:pt-24 { + padding-top: 6rem; + } +} + +@media (prefers-color-scheme: dark) { + .dark\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgb(55 65 81 / var(--tw-divide-opacity)); + } + + .dark\:bg-gray-700 { + --tw-bg-opacity: 1; + background-color: rgb(55 65 81 / var(--tw-bg-opacity)); + } + + .dark\:bg-transparent { + background-color: transparent; + } + + .dark\:text-gray-200 { + --tw-text-opacity: 1; + color: rgb(229 231 235 / var(--tw-text-opacity)); + } + + .dark\:text-gray-400 { + --tw-text-opacity: 1; + color: rgb(156 163 175 / var(--tw-text-opacity)); + } + + .dark\:text-gray-600 { + --tw-text-opacity: 1; + color: rgb(75 85 99 / var(--tw-text-opacity)); + } + + .dark\:text-white { + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); + } + + .dark\:hover\:bg-gray-600:hover { + --tw-bg-opacity: 1; + background-color: rgb(75 85 99 / var(--tw-bg-opacity)); + } + + .dark\:hover\:text-white:hover { + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); + } + + .dark\:focus\:text-white:focus { + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); + } +} + diff --git a/static/images/OW_Logo.png b/static/images/OW_Logo.png index 6fbdfee..d45f715 100644 Binary files a/static/images/OW_Logo.png and b/static/images/OW_Logo.png differ diff --git a/static/images/favicon.png b/static/images/favicon.png index 40b4c0b..cd555bc 100644 Binary files a/static/images/favicon.png and b/static/images/favicon.png differ diff --git a/static/images/ow_logo2.png b/static/images/ow_logo2.png deleted file mode 100644 index fd03e21..0000000 Binary files a/static/images/ow_logo2.png and /dev/null differ diff --git a/static/images/venture.jpg b/static/images/venture.jpg new file mode 100644 index 0000000..6284f35 Binary files /dev/null and b/static/images/venture.jpg differ diff --git a/static/images/ventures.jpg b/static/images/ventures.jpg new file mode 100644 index 0000000..a5b6cdc Binary files /dev/null and b/static/images/ventures.jpg differ diff --git a/templates/index.html b/templates/index.html index e634e25..5ebffc6 100644 --- a/templates/index.html +++ b/templates/index.html @@ -18,12 +18,7 @@ {% include "partials/stats.html" %} -{% include "partials/ourpass.html" %} - {% include "partials/ventures.html" %} -{% include "partials/people.html" %} - -{% include "partials/blogs.html" %} {% include "partials/quote.html" %} -{% endblock content %} \ No newline at end of file +{% endblock content %} diff --git a/templates/layouts/about.html b/templates/layouts/about.html index f123a50..67dee42 100644 --- a/templates/layouts/about.html +++ b/templates/layouts/about.html @@ -12,6 +12,5 @@ {% include "partials/company.html" %} -{% include "partials/quote.html" %} {% endblock content %} \ No newline at end of file diff --git a/templates/layouts/ourpass.html b/templates/layouts/ourpass.html index 7ff1c38..b92852f 100644 --- a/templates/layouts/ourpass.html +++ b/templates/layouts/ourpass.html @@ -20,6 +20,6 @@ {% include "partials/ophow.html" %} -{% include "partials/opcta.html" %} +{% include "partials/quote.html" %} {% endblock content %} \ No newline at end of file diff --git a/templates/layouts/people.html b/templates/layouts/people.html index abd7d50..2c28753 100644 --- a/templates/layouts/people.html +++ b/templates/layouts/people.html @@ -16,7 +16,7 @@ and a side nav for category and featured post navigation {% include "partials/filter_bar.html" %}

    {% set path_array = current_path | split(pat="/") %} {% set taxonomy = path_array[1] %} diff --git a/templates/layouts/portfolio.html b/templates/layouts/portfolio.html index f7905f9..0823cb0 100644 --- a/templates/layouts/portfolio.html +++ b/templates/layouts/portfolio.html @@ -3,13 +3,11 @@ -{% include "partials/portfolio.html" %} +{% include "partials/portfolio2.html" %}
    {% set page = get_page(path="ventures/index.md") %} {{page.content | safe}}
    -{% include "partials/quote.html" %} - {% endblock content %} \ No newline at end of file diff --git a/templates/partials/about.html b/templates/partials/about.html index 1ddd8c8..51b3cda 100644 --- a/templates/partials/about.html +++ b/templates/partials/about.html @@ -7,8 +7,8 @@

    ABOUT

    -

    Where innovation meets independence
    and sustainability-driven success.

    -

    OurWorld is an organization dedicated to empowering startups with the resources and support they need to revolutionize the future.

    +

    Enabling an interconnected ecosystem to enhance human intelligence through collaboration.

    +

    OurWorld is a venture creator, dedicated to empowering startups with the resources and support they need to revolutionize the future.

    @@ -22,7 +22,7 @@
    -
    Harness the power of our advanced technological platform, designed to grant individuals complete digital sovereignty. This is the bedrock of innovation and independent growth.
    +
    Harness the power of our advanced interconnected technological ecosystem, designed to grant individuals, communities, and countries complete digital sovereignty. This is the bedrock of innovation and growth.
    diff --git a/templates/partials/blogs.html b/templates/partials/blogs.html index 01495f4..aa1323b 100644 --- a/templates/partials/blogs.html +++ b/templates/partials/blogs.html @@ -1,4 +1,4 @@ -
    +
    @@ -28,48 +28,25 @@
    -

    “We need an Internet co-owned by all of us, where everyone is equal, where everyone owns their own data.”

    +

    “We need a human-centric Internet co-owned by all of us, as was intended from the start. One where everyone is equal, where everyone owns their own data, allowing human flourishing to thrive.”

    -
    Kristof De Spiegeleer, OurWorld Co-founder
    +
    Kristof De Spiegeleer, OurWorld Co-Founder & CEO
    -

    OUR VALUES

    -

    On a mission to realize digital sovereignty.

    +

    MISSION

    +

    Let's shape our future together

    -

    OurWorld is backed by Incubaid – with the goal of not just doing business, but doing good for the world while we’re at it. We are an international team of experts and passionate believers in a better world who choose to act to make a difference.

    -

    This journey began with the creation of a new Internet infrastructure layer, a process that took over 20 years – and was made possible by the contributions of thousands of people. Thank you to everyone who has made this possible.

    -

    Our co-founders also have experience running Incubaid, a successful incubator focused primarily on helping to change our planet for the better through technology that supports decentralization. Over 19 years, Incubaid did seven strong exits.

    +

    OurWorld aims not just to do business, but to do good for the world while we’re at it. We are an international team of experts and passionate believers in a better world who choose to act to make a difference.

    +

    This journey began with the creation of a new Internet infrastructure layer, a process that has taken over two decades – and was made possible by the contributions of thousands of people. Thank you to everyone who has made this possible.

    +

    Some of our co-founders have experience running Incubaid, a successful incubator focused primarily on helping to change our planet for the better through technology that supports decentralization.

    +

    Now in this stage, we are focused on paving the way for Augmented Collective Intelligence, as described by Abhishek Gupta: emergent intelligence from the effective collaboration of human and machine agents to solve shared problems where the whole is greater than the sum of its parts.

    -
    -
    -
    -
    Founded
    -
    2007
    -
    -
    -
    -
    Employees
    -
    80+
    -
    -
    -
    -
    Countries
    -
    20+
    -
    -
    -
    -
    Raised
    -
    $50M+
    -
    -
    -
    +
    @@ -80,16 +57,11 @@
    -

    EXPERIENCES

    -

    A Proven Success

    +

    EXPERIENCE

    +

    Proven Success

    -

    ThreeFold Tech, one of the most successful projects of Incubaid and the origin of OurWorld, has revolutionized the digital landscape in the past five years.

    -

    ThreeFold Tech has successfully created cutting-edge technology for an upgraded Internet and digital twin technology with an embedded ultra scaleable financial system.

    -
    -
    -

    The ThreeFold Grid, which deploys this technology in an open-source model, has been active for years and is also in its third generation. The community continues to add capacity and use it on a daily basis, as seen on the ThreeFold Grid explorer statistics.

    -

    We have signed an agreement with the government of Zanzibar, Tanzania for the implementation of a digital free zone utilizing our technology.

    +

    Incubaid's approach was very IT-centric – focusing on storage, automation and cloud. During this wave from 2000 till 2015, some of those companies defined parts of the cloud landscape, and are still being used actively today.

    diff --git a/templates/partials/contact.html b/templates/partials/contact.html index cbce5e9..799586f 100644 --- a/templates/partials/contact.html +++ b/templates/partials/contact.html @@ -1,4 +1,4 @@ -
    +
    - - -
    -
    - -
    -
    diff --git a/templates/partials/feature.html b/templates/partials/feature.html index 473854f..673c9c1 100644 --- a/templates/partials/feature.html +++ b/templates/partials/feature.html @@ -5,43 +5,40 @@

    The Foundation of Every Venture

    -

    Core Principles Guiding Our Vision for Building Successful, Planet-Friendly, and Fair Ventures.

    +

    Core Principles Guiding Our Vision for Building Successful Ventures.

    Icon 1

    Planet First

    -

    Always act in ways that respect and protect Mother Earth.

    +

    Build in ways that respect and protect natural resources.

    Icon 2

    People First

    -

    Ensure equality and fairness for every individual.

    +

    Ensure equality and equity in our ecosystem.

    Icon 3

    Open Source

    -

    Promote open-source solutions in many aspects of our lives.

    +

    Promote collaborative development across all our projects.

    Icon 4

    Authenticity

    -

    Restore and uphold the authenticity of people and information.

    +

    Uphold an ethos of transparency and trust.

    Icon 5

    Simplicity

    -

    Eliminate complexity to foster progress and innovation.

    +

    Eliminate design complexities to foster rapid progress.

    -
    - Learn More about OurWorld -
    \ No newline at end of file diff --git a/templates/partials/footer.html b/templates/partials/footer.html index 7a69071..24a2454 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -3,25 +3,26 @@
    diff --git a/templates/partials/hero.html b/templates/partials/hero.html index 3824cf8..81d17d5 100644 --- a/templates/partials/hero.html +++ b/templates/partials/hero.html @@ -1,19 +1,25 @@ + + + +
    @@ -38,9 +44,15 @@ background: #000; } + .main-button { + color: #fff; + background: #6366f1; + } + .bg-hover { color: white; background: #020202; + } /* Custom styles for smaller font, margin adjustments, and line spacing for mobile */ diff --git a/templates/partials/invest.html b/templates/partials/invest.html index ca863a9..30f3d54 100644 --- a/templates/partials/invest.html +++ b/templates/partials/invest.html @@ -12,10 +12,10 @@

    INVEST

    -

    OurPass

    +

    OurWorld SAFE

    A Unique Approach to Global Citizenship

    -

    OurWorld presents an innovative approach to obtaining global citizenship through strategic investment. OurPass: The Venture Creator Passport Program offers a unique pathway for global investors to obtain residency and, eventually, citizenship in multiple countries.

    +

    OurWorld presents an innovative approach to obtaining global citizenship through strategic investment. SAFE: Safe Investment for Future equity offers a unique pathway for global investors to obtain residency and, eventually, citizenship in multiple countries.

    Learn More diff --git a/templates/partials/opbenefits.html b/templates/partials/opbenefits.html index 40a79d0..1e18a2b 100644 --- a/templates/partials/opbenefits.html +++ b/templates/partials/opbenefits.html @@ -5,30 +5,30 @@

    Combining Financial Investment with Personal Sovereignty

    -

    Discover how OurPass combines strategic investment with the opportunity for global mobility, providing a seamless route to residency and citizenship in multiple countries.

    +

    Discover how SAFE combines strategic investment with the opportunity for global mobility, providing a seamless route to residency and citizenship in multiple countries.

    - Icon 1 + Icon 1

    Profitable Ventures

    Secure a profitable investment while working towards global mobility and independence.

    - Icon 2 + Icon 2

    Economic Security

    Ventures meet the economic and social criteria set by respective governments, ensuring the security of your investment.

    - Icon 3 + Icon 3

    Golden Visa

    Gain residency with the potential to achieve citizenship for you and your family.

    - Icon 4 + Icon 4

    Global Mobility

    Expand your opportunities with enhanced global mobility, allowing greater access to international markets and opportunities.

    diff --git a/templates/partials/opcta.html b/templates/partials/opcta.html index 01ed2ca..f193407 100644 --- a/templates/partials/opcta.html +++ b/templates/partials/opcta.html @@ -4,8 +4,8 @@
    -

    Join OurPass

    -

    Take the first step towards becoming a truly global citizen with OurPass. Our team is ready to guide you through every aspect of the Passport By Investment program, ensuring a clear and straightforward path to personal sovereignty.

    +

    Get a SAFE Certificate

    +

    Take the first step towards becoming a truly global citizen with SAFE. Our team is ready to guide you through every aspect of the Passport By Investment program, ensuring a clear and straightforward path to personal sovereignty.

    Contact Us Learn more diff --git a/templates/partials/opfeatures.html b/templates/partials/opfeatures.html index c3cdabe..74490f3 100644 --- a/templates/partials/opfeatures.html +++ b/templates/partials/opfeatures.html @@ -3,7 +3,7 @@

    INVESTMENT

    Investing in Independence

    -

    OurPass program offers a flexible and lucrative investment options adjustable to accomodate your business requirements.

    +

    SAFE program offers a flexible and lucrative investment options adjustable to accomodate your business requirements.

    diff --git a/templates/partials/ophow.html b/templates/partials/ophow.html index aa72473..81af562 100644 --- a/templates/partials/ophow.html +++ b/templates/partials/ophow.html @@ -7,7 +7,7 @@

    HOW IT WORKS

    Linking Investment with Residency and Citizenship

    -

    OurPass by OurWorld offers a streamlined process for global investors to secure residency and eventual citizenship through strategic investments.

    +

    SAFE by OurWorld offers a streamlined process for global investors to secure residency and eventual citizenship through strategic investments.

    diff --git a/templates/partials/ourpass.html b/templates/partials/ourpass.html index 5f0c47a..4abab42 100644 --- a/templates/partials/ourpass.html +++ b/templates/partials/ourpass.html @@ -7,11 +7,11 @@

    INVEST

    -

    Introducing OurPass

    -

    A Unique Approach to Global Citizenship

    -

    OurWorld presents an innovative approach to obtaining global citizenship through strategic investment. The Venture Creator Passport Program offers a unique pathway for global investors to obtain residency and, eventually, citizenship in multiple countries.

    +

    Introducing SAFE

    +

    A Unique Approach to Global Citizenship

    +

    OurWorld presents SAFE: an innovative approach to obtaining global citizenship through strategic investment. The Venture Creator Passport Program offers a unique pathway for global investors to obtain residency and, eventually, citizenship in multiple countries.

    diff --git a/templates/partials/people.html b/templates/partials/people.html index 69e26f3..ee248b4 100644 --- a/templates/partials/people.html +++ b/templates/partials/people.html @@ -15,7 +15,7 @@

    From engineers to strategists, our team works tirelessly to build a future where everyone has access to secure digital resources. We believe in the power of community to achieve our shared goals of creating and supporting ventures that drive positive change for a better world.

    diff --git a/templates/partials/person_card.html b/templates/partials/person_card.html index 251ea2e..56f29dd 100644 --- a/templates/partials/person_card.html +++ b/templates/partials/person_card.html @@ -1,25 +1,9 @@ diff --git a/templates/partials/portfolio.html b/templates/partials/portfolio.html index c428f92..a70036d 100644 --- a/templates/partials/portfolio.html +++ b/templates/partials/portfolio.html @@ -21,33 +21,24 @@
    -

    ThreeFold

    +

    ThreeFold

    - Decentralized autonomous Internet infrastructure aimed at revolutionizing digital infrastructure and internet accessibility worldwide. + ThreeFold is building the world’s largest peer-to-peer decentralized internet, providing a sustainable, secure, + and scalable solution for global connectivity. Its technology focuses on minimizing environmental impact while + empowering individuals with ownership of their data and digital resources​.

    - - -
    -
    -

    Hero

    -

    - Hero is your personalized digital identity within the Mycelium network, enabling you to securely interact with various applications while maintaining control over your data. -

    -
    -
    -
    -

    OW Digital Economic Zone

    +

    OW Digital Economic Zone

    ODEZ is a pioneering initiative aimed at fostering a thriving digital economy in Zanzibar. 100% Digital, Automated, Accessible, & Affordable.

    @@ -60,7 +51,7 @@
    -

    Sikana

    +

    Sikana

    Sikana is aims to democratize practical knowledge by providing free educational content, empowering individuals through accessible learning resources.

    @@ -74,7 +65,7 @@
    -

    OurPhone

    +

    OurPhone

    OurPhone aims to revolutionize communication by offering the world's first truly decentralized smartphone, empowering users with truly private and encryption technologies.

    diff --git a/templates/partials/portfolio2.html b/templates/partials/portfolio2.html new file mode 100644 index 0000000..7db5f68 --- /dev/null +++ b/templates/partials/portfolio2.html @@ -0,0 +1,48 @@ +
    + + +
    +
    +

    OurWorld Ventures

    +

    These are the first OurWorld Ventures, connected by a strong set of values and the aim to bring forward a new era of digital sovereignty and empowerment.

    +
    + +
    +
    +
    ThreeFold
    +
    ThreeFold is a scalable bare metal infrastructure layer for AI, Internet, and Cloud – presenting a cloud solution that offers unmatched security, reliability, performance, and sovereignty. Leveraging open source technology as developed by TF9.
    +
    +
    +
    TF9
    +
    TF9 is a software company which has developed a cloud computing system designed for global scalability, offering secure, immutable data storage that ensures integrity and permanence.​
    +
    +
    +
    OurWorld Digital FreeZone
    +
    A collaboration with the Government of Zanzibar. 100% digital and automated, offering seamless legal, financial, and operational support for businesses. The FreeZone provides regulatory incentives and benefits to businesses through a fully online platform​.
    +
    +
    +
    Zanzibar Cyber City
    +
    A visionary startup city featuring 3,000 units in its initial stages. The cyber city aims to be a collaborative hub for innovation, bringing together startups, investors, and technologists in a state-of-the-art urban environment​.
    +
    +
    +
    Sikana
    +
    Sikana is a global non-profit dedicated to democratizing knowledge through free educational video programs. The Sikana platform aims to empower people worldwide by making practical knowledge accessible to all.​
    +
    +
    +
    OurVerse
    +
    OurVerse is a metaverse platform offering tools for collaboration and digital world creation, enabling new ways for people to interact and engage virtually. With OurVerse, anyone can create entire virtual worlds from AI prompts. Launching Q4 2024.
    +
    +
    +
    Hero
    +
    Hero is a digital assistant designed to give individuals full control over their digital identity and assets. Focused on privacy and autonomy, Hero helps manage personal information, tasks, and interactions across decentralized platforms. First version expected Q4 2024.
    +
    +
    +
    Habari
    +
    Habari is a joint venture that aims to revolutionize cloud infrastructure and drive business in Africa with a highly secure, scalable, and sovereign edge computing platform. Expected Q4 2024.
    +
    +
    +
    +
    diff --git a/templates/partials/quote.html b/templates/partials/quote.html index 3ee5259..22258d7 100644 --- a/templates/partials/quote.html +++ b/templates/partials/quote.html @@ -1,4 +1,4 @@ -
    +
    @@ -9,12 +9,12 @@ -

    We need a new Internet which is not owned by a few centralized companies. We need an Internet co-owned by all of us, where everyone is equal, where everyone owns their own data. An Internet which is much more green, which is available everywhere in the world.

    +

    We don't just fund individual ventures – we actively shape the architecture of our unique ecosystem. The future we are building is one where technology empowers people and drives innovation while prioritizing safety and sovereignty .

    profile picture
    -
    Kristof De Spiegeleer
    -
    OurWorld Co-Founder
    +
    Kristof De Spiegeleer
    +
    OurWorld Co-Founder & CEO

    diff --git a/templates/partials/stats.html b/templates/partials/stats.html index 5f75ebe..951f965 100644 --- a/templates/partials/stats.html +++ b/templates/partials/stats.html @@ -6,39 +6,33 @@

    MILESTONES

    -

    A Collective Journey

    -

    Join us in transforming the future – be part of a revolutionary journey towards a decentralized, autonomous digital world.

    +

    Our Development Journey

    +

    Transform the future – join a revolutionary journey towards a decentralized digital world driven by collaboration and collective intelligence.

    -
    ✓ Over a decade of innovative development.
    -
    ✓ Engineered a groundbreaking decentralized, autonomous, edge Internet technology.
    -
    ✓ Secured $50M in investment from the community and TF Tech investors.
    +
    ✓ ThreeFold’s decentralized, autonomous edge computing technology came alive, serving as the backbone of the OurWorld ecosystem.
    +
    ✓ OurWorld helped secure $50M in investment from our community of investors.
    Phase 1
    -
    Core Tech Creation
    +
    Core Infrastructure
    -
    ✓ Partnered with the Government of Tanzania to establish a digital freezone and connected charter city.
    -
    ✓ Deployed 8 projects with fully functional technology, primed for scaling.
    -
    ✓ Demonstrated and validated the effectiveness of our core technology.
    +
    ✓ Partnered with Government of Tanzania to establish the OurWorld Digital FreeZone with financial and other incentives for ventures.
    +
    ✓ Deployed a suite of integrated platforms within the FreeZone to onboard new ventures into the ecosystem.
    Phase 2
    -
    Expansion & Proof
    +
    OurWorld Digital FreeZone
    -
    ✓ Successfully concluded $30M fundraising rounds.
    -
    ✓ Awareness campaigns worldwide.
    -
    ✓ Launched digital asset exchange, carbon credits.
    -
    ✓ Live products with millions users worldwide.
    +
    ✓ $30M raise underway to expand core infrastructure and invest in new ventures with a focus on interdependent projects that strengthen the ecosystem collectively.
    +
    ✓ Designing regulatory framework to facilitate digital assets exchanges and other decentralized financial platforms.
    Current Phase
    -
    Launch of Ventures
    +
    Launch of New Ventures
    -
    ◯ Deploy over 1 million nodes.
    -
    ◯ Impact the lives of more than 100 million people.
    -
    ◯ Transition startups in our venture creator to community ownerships
    -
    ◯ Ensure a successful exits for our venture investors.
    +
    ◯ Deploy 1 million nodes and onboard 10 million users to empower the OurWorld ecosystem.
    +
    ◯ Transition startups in our venture creator to community ownerships and ensure a successful exits for investors.
    Phase 4
    -
    Sovereignty for All
    +
    Scalable Impact
    diff --git a/templates/partials/ventures.html b/templates/partials/ventures.html index 147ab28..3b6e1f1 100644 --- a/templates/partials/ventures.html +++ b/templates/partials/ventures.html @@ -23,11 +23,11 @@
    diff --git a/templates/partials/ventures/hero.html b/templates/partials/ventures/hero.html index d45c840..6cad7f4 100644 --- a/templates/partials/ventures/hero.html +++ b/templates/partials/ventures/hero.html @@ -6,7 +6,7 @@
    @@ -64,7 +64,7 @@
    diff --git a/templates/partials/ventures/odez.html b/templates/partials/ventures/odez.html index 76df477..8f9af0c 100644 --- a/templates/partials/ventures/odez.html +++ b/templates/partials/ventures/odez.html @@ -6,7 +6,7 @@
    @@ -62,7 +62,7 @@
    diff --git a/templates/partials/ventures/ourphone.html b/templates/partials/ventures/ourphone.html index 0a9bdc1..a2f35d7 100644 --- a/templates/partials/ventures/ourphone.html +++ b/templates/partials/ventures/ourphone.html @@ -6,7 +6,7 @@
    @@ -65,7 +65,7 @@
    diff --git a/templates/partials/ventures/sikana.html b/templates/partials/ventures/sikana.html index 064e575..b29612c 100644 --- a/templates/partials/ventures/sikana.html +++ b/templates/partials/ventures/sikana.html @@ -6,7 +6,7 @@
    @@ -64,7 +64,7 @@
    diff --git a/templates/partials/ventures/threefold.html b/templates/partials/ventures/threefold.html index fc955e5..7f1eff1 100644 --- a/templates/partials/ventures/threefold.html +++ b/templates/partials/ventures/threefold.html @@ -6,7 +6,7 @@
    @@ -63,7 +63,7 @@
    diff --git a/templates/positionPage.html b/templates/positionPage.html index ee8059d..7bd18c3 100644 --- a/templates/positionPage.html +++ b/templates/positionPage.html @@ -11,7 +11,7 @@
    -

    Our World

    +

    OurWorld

    {{ page.title }}

    diff --git a/templates/roles/single.html b/templates/roles/single.html index f6afeb8..6c059f0 100644 --- a/templates/roles/single.html +++ b/templates/roles/single.html @@ -12,7 +12,7 @@
    -

    Our World

    +

    OurWorld

    {{ config.extra.taxonomies["roles"][term.name].title }}