Software Development5 min read1204 words

What is an XML File?

Ece Kaya

Ece Kaya

Content Strategist

Cloud infrastructure & B2B marketing

What is an XML File?

As technology continues to evolve, the storage, sharing, and organization of data have become increasingly important. At this point, XML (Extensible Markup Language) files play a crucial role in carrying and storing structured data. So, what is an XML file, what is it used for, and why is it used so widely? Here are the details you need to know about XML files.

What is XML?

XML is the abbreviation for "Extensible Markup Language." It means "Genişletilebilir İşaretleme Dili" in Turkish. It was developed by W3C (World Wide Web Consortium) and standardized in 1998.

It is a markup language like HTML, but the fundamental difference is that it is used to carry and define data. While HTML focuses on displaying data, XML focuses on describing what the data is.

Basic Features of XML Files

  • Contains user-defined tags (e.g., , , ).

  • Has a hierarchical (tree structure) data structure.

  • Is platform and software independent.

  • Supports Unicode character sets like UTF-8 or UTF-16.

  • Has a commenting feature ().

  • Enables the structuring of data.

What is the Structure of an XML File?

XML files consist of opening and closing tags. Here is a simple example:

Artificial Intelligence 101

Ahmet Demir

89.90

In this example:

  • is the main tag.

  • Sub tags: , <author>, <price>.</p> </li> <li class="text-base text-slate-700 leading-[1.8] font-medium"><p class="text-base text-slate-600 leading-[1.8] mb-2">Each tag has a closing tag (</tag>).</p> </li> <li class="text-base text-slate-700 leading-[1.8] font-medium"><p class="text-base text-slate-600 leading-[1.8] mb-2">The data is readable and meaningful.</p> </li> </ul> <h2 class="text-xl lg:text-2xl font-bold text-slate-900 tracking-normal mt-6 mb-3 leading-snug" id="What is XML Used For?"> What is XML Used For? </h2> <h3 class="text-lg lg:text-xl font-bold text-slate-800 tracking-normal mt-5 mb-2" id="1. For Data Transport"> 1. For Data Transport </h3> <p class="text-base text-slate-600 leading-[1.8] mb-2">XML is ideal for performing data exchange between systems in a standard structure. For example, an e-commerce site can send product information to another system in XML format.</p> <p class="text-base text-slate-600 leading-[1.8] mb-2"><img class="w-full h-auto rounded-[2rem] py-4" src="https://plusclouds.publit.io/file/6NCKAr80sczHdwPe2vnfq2zqMUD2bBvdtC04CJ3D.jpg" alt="" title="5 ways to use ai (2).jpg" loading="lazy" decoding="async"></p> <h3 class="text-lg lg:text-xl font-bold text-slate-800 tracking-normal mt-5 mb-2" id="2. In Web Services"> 2. In Web Services </h3> <p class="text-base text-slate-600 leading-[1.8] mb-2">SOAP-based web services are based on XML format. Data exchange in APIs can be achieved using XML.</p> <h3 class="text-lg lg:text-xl font-bold text-slate-800 tracking-normal mt-5 mb-2" id="3. Configuration Files"> 3. Configuration Files </h3> <p class="text-base text-slate-600 leading-[1.8] mb-2">Configuration settings in platforms such as Java, .NET, and Android are done using XML (example: web.config, AndroidManifest.xml).</p> <h3 class="text-lg lg:text-xl font-bold text-slate-800 tracking-normal mt-5 mb-2" id="4. For Data Storage"> 4. For Data Storage </h3> <p class="text-base text-slate-600 leading-[1.8] mb-2">XML can be used instead of a database, especially for small datasets.</p> <h3 class="text-lg lg:text-xl font-bold text-slate-800 tracking-normal mt-5 mb-2" id="5. Office Applications"> 5. Office Applications </h3> <p class="text-base text-slate-600 leading-[1.8] mb-2">Microsoft Office (especially Word and Excel) uses XML-based file formats (.docx, .xlsx, etc.).</p> <h3 class="text-lg lg:text-xl font-bold text-slate-800 tracking-normal mt-5 mb-2" id="6. In Sectoral Documents"> 6. In Sectoral Documents </h3> <p class="text-base text-slate-600 leading-[1.8] mb-2">Many structural data such as invoices, customer information, order records, and product catalogs can be stored using XML.</p> <h2 class="text-xl lg:text-2xl font-bold text-slate-900 tracking-normal mt-6 mb-3 leading-snug" id="When and Where is XML Used?"> When and Where is XML Used? </h2> <p class="text-base text-slate-600 leading-[1.8] mb-2">XML is used not only for transporting data but also for structuring that data. Developers prefer XML in both web services and local applications. It is especially common in the following areas:</p> <ul class="list-disc pl-6 space-y-2 my-4"> <li class="text-base text-slate-700 leading-[1.8] font-medium"><p class="text-base text-slate-600 leading-[1.8] mb-2">Information transfer between software systems</p> </li> <li class="text-base text-slate-700 leading-[1.8] font-medium"><p class="text-base text-slate-600 leading-[1.8] mb-2">Mobile application configurations</p> </li> <li class="text-base text-slate-700 leading-[1.8] font-medium"><p class="text-base text-slate-600 leading-[1.8] mb-2">Data exchange in web applications</p> </li> <li class="text-base text-slate-700 leading-[1.8] font-medium"><p class="text-base text-slate-600 leading-[1.8] mb-2">Banking and e-invoice systems</p> </li> </ul> <p class="text-base text-slate-600 leading-[1.8] mb-2">Additionally, XML files can also be converted to HTML using technologies like XSLT for data presentation to end users. However, it is not as visualization-focused as HTML.</p> <h2 class="text-xl lg:text-2xl font-bold text-slate-900 tracking-normal mt-6 mb-3 leading-snug" id="Basic Terms Related to XML"> Basic Terms Related to XML </h2> <p class="text-base text-slate-600 leading-[1.8] mb-2"><strong class="font-bold text-slate-900 mt-3 mb-1 block">• DTD (Document Type Definition):</strong> The schema that defines the structure of an XML file.</p> <p class="text-base text-slate-600 leading-[1.8] mb-2"><strong class="font-bold text-slate-900 mt-3 mb-1 block">• XSD (XML Schema Definition):</strong> Defines the data types and structure of XML content.</p> <p class="text-base text-slate-600 leading-[1.8] mb-2"><strong class="font-bold text-slate-900 mt-3 mb-1 block">• XPath:</strong> Used to query specific pieces of data in XML documents.</p> <p class="text-base text-slate-600 leading-[1.8] mb-2"><strong class="font-bold text-slate-900 mt-3 mb-1 block">• XSLT:</strong> Used to convert XML data into different formats (e.g., HTML).</p> <p class="text-base text-slate-600 leading-[1.8] mb-2"><strong class="font-bold text-slate-900 mt-3 mb-1 block">• XML Parser:</strong> The software component that reads and parses the XML file.</p> <h2 class="text-xl lg:text-2xl font-bold text-slate-900 tracking-normal mt-6 mb-3 leading-snug" id="Technical Advantages of XML"> Technical Advantages of XML </h2> <p class="text-base text-slate-600 leading-[1.8] mb-2"><strong class="font-bold text-slate-900 mt-3 mb-1 block">• Platform Independence:</strong> XML works everywhere regardless of operating system or software.</p> <p class="text-base text-slate-600 leading-[1.8] mb-2"><strong class="font-bold text-slate-900 mt-3 mb-1 block">• Wide Compatibility:</strong> Almost all programming languages support XML.</p> <p class="text-base text-slate-600 leading-[1.8] mb-2"><strong class="font-bold text-slate-900 mt-3 mb-1 block">• Unicode Support:</strong> Can handle characters in all languages smoothly.</p> <p class="text-base text-slate-600 leading-[1.8] mb-2"><strong class="font-bold text-slate-900 mt-3 mb-1 block">• Ability to Add Comments:</strong> It is possible to leave descriptive notes within the code.</p> <p class="text-base text-slate-600 leading-[1.8] mb-2"><strong class="font-bold text-slate-900 mt-3 mb-1 block">• Extensibility:</strong> Users can create custom tags according to their needs.</p> <h2 class="text-xl lg:text-2xl font-bold text-slate-900 tracking-normal mt-6 mb-3 leading-snug" id="Disadvantages of XML"> Disadvantages of XML </h2> <p class="text-base text-slate-600 leading-[1.8] mb-2"><strong class="font-bold text-slate-900 mt-3 mb-1 block">• File Size:</strong> Due to the abundance of tags, it can be larger compared to alternatives like JSON.</p> <p class="text-base text-slate-600 leading-[1.8] mb-2"><strong class="font-bold text-slate-900 mt-3 mb-1 block">• Efficiency:</strong> XML parsing is relatively slower.</p> <p class="text-base text-slate-600 leading-[1.8] mb-2"><strong class="font-bold text-slate-900 mt-3 mb-1 block">• Lack of Visual Presentation:</strong> Does not produce visual output directly; it needs to be transformed.</p> <h2 class="text-xl lg:text-2xl font-bold text-slate-900 tracking-normal mt-6 mb-3 leading-snug" id="XML vs JSON"> XML vs JSON </h2> <table class="w-full border-separate border-spacing-0 text-left mt-6 mb-6 border border-slate-100 rounded-2xl overflow-hidden shadow-sm"> <thead class="bg-slate-50"> <tr> <th class="text-[11px] font-bold uppercase tracking-[0.2em] text-slate-500 border-b border-slate-100 px-6 py-3">Feature</th> <th class="text-[11px] font-bold uppercase tracking-[0.2em] text-slate-500 border-b border-slate-100 px-6 py-3">XML</th> <th class="text-[11px] font-bold uppercase tracking-[0.2em] text-slate-500 border-b border-slate-100 px-6 py-3">JSON</th> </tr> </thead> <tbody><tr> <td class="text-base text-slate-600 border-b border-slate-50 px-6 py-3 font-medium bg-white">Data Structure</td> <td class="text-base text-slate-600 border-b border-slate-50 px-6 py-3 font-medium bg-white">Hierarchical (tree structure)</td> <td class="text-base text-slate-600 border-b border-slate-50 px-6 py-3 font-medium bg-white">Object/array-based</td> </tr> <tr> <td class="text-base text-slate-600 border-b border-slate-50 px-6 py-3 font-medium bg-white">Readability</td> <td class="text-base text-slate-600 border-b border-slate-50 px-6 py-3 font-medium bg-white">Can be relatively complex</td> <td class="text-base text-slate-600 border-b border-slate-50 px-6 py-3 font-medium bg-white">Simpler</td> </tr> <tr> <td class="text-base text-slate-600 border-b border-slate-50 px-6 py-3 font-medium bg-white">File Size</td> <td class="text-base text-slate-600 border-b border-slate-50 px-6 py-3 font-medium bg-white">Larger</td> <td class="text-base text-slate-600 border-b border-slate-50 px-6 py-3 font-medium bg-white">Smaller</td> </tr> <tr> <td class="text-base text-slate-600 border-b border-slate-50 px-6 py-3 font-medium bg-white">Schema Support</td> <td class="text-base text-slate-600 border-b border-slate-50 px-6 py-3 font-medium bg-white">DTD, XSD</td> <td class="text-base text-slate-600 border-b border-slate-50 px-6 py-3 font-medium bg-white">JSON Schema</td> </tr> <tr> <td class="text-base text-slate-600 border-b border-slate-50 px-6 py-3 font-medium bg-white">Adding Comments</td> <td class="text-base text-slate-600 border-b border-slate-50 px-6 py-3 font-medium bg-white">Yes</td> <td class="text-base text-slate-600 border-b border-slate-50 px-6 py-3 font-medium bg-white">No</td> </tr> </tbody></table> <h2 class="text-xl lg:text-2xl font-bold text-slate-900 tracking-normal mt-6 mb-3 leading-snug" id="Real-Life Examples of XML"> Real-Life Examples of XML </h2> <p class="text-base text-slate-600 leading-[1.8] mb-2"><strong class="font-bold text-slate-900 mt-3 mb-1 block">• RSS Feeds:</strong> Content updates on blog/news sites are done using XML.</p> <p class="text-base text-slate-600 leading-[1.8] mb-2"><strong class="font-bold text-slate-900 mt-3 mb-1 block">• e-Invoice Systems:</strong> In Turkey, the e-document formats of the Revenue Administration are XML-based.</p> <p class="text-base text-slate-600 leading-[1.8] mb-2"><strong class="font-bold text-slate-900 mt-3 mb-1 block">• Banking and Finance:</strong> Money transfers and reporting can be done via XML.</p> <p class="text-base text-slate-600 leading-[1.8] mb-2"><strong class="font-bold text-slate-900 mt-3 mb-1 block">• Mobile Applications:</strong> Interfaces and configurations in Android applications are defined using XML.</p> <h2 class="text-xl lg:text-2xl font-bold text-slate-900 tracking-normal mt-6 mb-3 leading-snug" id="Most Frequently Asked Questions About XML"> Most Frequently Asked Questions About XML </h2> <h3 class="text-lg lg:text-xl font-bold text-slate-800 tracking-normal mt-5 mb-2" id="Why are XML files used so widely?"> Why are XML files used so widely? </h3> <p class="text-base text-slate-600 leading-[1.8] mb-2">The main reasons for the widespread use of XML are:</p> <ul class="list-disc pl-6 space-y-2 my-4"> <li class="text-base text-slate-700 leading-[1.8] font-medium"><p class="text-base text-slate-600 leading-[1.8] mb-2">Operating independently of the platform</p> </li> <li class="text-base text-slate-700 leading-[1.8] font-medium"><p class="text-base text-slate-600 leading-[1.8] mb-2">Readable by both humans and machines</p> </li> <li class="text-base text-slate-700 leading-[1.8] font-medium"><p class="text-base text-slate-600 leading-[1.8] mb-2">Extensible and customizable tag structure</p> </li> <li class="text-base text-slate-700 leading-[1.8] font-medium"><p class="text-base text-slate-600 leading-[1.8] mb-2">Being a universal standard for carrying and defining data</p> </li> </ul> <h3 class="text-lg lg:text-xl font-bold text-slate-800 tracking-normal mt-5 mb-2" id="What is the difference between XML and HTML?"> What is the difference between XML and HTML? </h3> <p class="text-base text-slate-600 leading-[1.8] mb-2">While HTML describes how data should look (presentation-focused), XML defines what the data is (meaning-focused). In HTML, tags are fixed, while in XML they are user-defined. In short, HTML shows, XML explains.</p> <h3 class="text-lg lg:text-xl font-bold text-slate-800 tracking-normal mt-5 mb-2" id="Why has JSON started to be used instead of XML?"> Why has JSON started to be used instead of XML? </h3> <p class="text-base text-slate-600 leading-[1.8] mb-2">JSON is a data format that takes up less space and works more naturally with JavaScript. Therefore, it offers a faster and more practical solution, especially in web-based applications. However, XML is still used in many systems because it is more suitable for complex data structures and has a stronger schema definition (XSD).</p> <h3 class="text-lg lg:text-xl font-bold text-slate-800 tracking-normal mt-5 mb-2" id="Is XML secure?"> Is XML secure? </h3> <p class="text-base text-slate-600 leading-[1.8] mb-2">XML itself is neither secure nor insecure; however, security vulnerabilities can arise in XML-based systems. Therefore, XML data obtained from external sources should always be validated and filtered before processing. Additionally, precautions should be taken against XML External Entity (XXE) attacks.</p> <h3 class="text-lg lg:text-xl font-bold text-slate-800 tracking-normal mt-5 mb-2" id="Is learning XML difficult?"> Is learning XML difficult? </h3> <p class="text-base text-slate-600 leading-[1.8] mb-2">No. Learning the basics of XML is quite easy because it has a human-readable structure. After learning the basic tag structure, more advanced topics like DTD, XSD, and XPath can be explored.</p> <h3 class="text-lg lg:text-xl font-bold text-slate-800 tracking-normal mt-5 mb-2" id="Which applications use XML?"> Which applications use XML? </h3> <p class="text-base text-slate-600 leading-[1.8] mb-2">XML frequently appears in the following areas:</p> <ul class="list-disc pl-6 space-y-2 my-4"> <li class="text-base text-slate-700 leading-[1.8] font-medium"><p class="text-base text-slate-600 leading-[1.8] mb-2">Web services (especially SOAP)</p> </li> <li class="text-base text-slate-700 leading-[1.8] font-medium"><p class="text-base text-slate-600 leading-[1.8] mb-2">Android applications</p> </li> <li class="text-base text-slate-700 leading-[1.8] font-medium"><p class="text-base text-slate-600 leading-[1.8] mb-2">Configuration files</p> </li> <li class="text-base text-slate-700 leading-[1.8] font-medium"><p class="text-base text-slate-600 leading-[1.8] mb-2">Microsoft Office documents</p> </li> <li class="text-base text-slate-700 leading-[1.8] font-medium"><p class="text-base text-slate-600 leading-[1.8] mb-2">E-government, e-invoice systems</p> </li> <li class="text-base text-slate-700 leading-[1.8] font-medium"><p class="text-base text-slate-600 leading-[1.8] mb-2">RSS feeds</p> </li> <li class="text-base text-slate-700 leading-[1.8] font-medium"><p class="text-base text-slate-600 leading-[1.8] mb-2">Banking and finance systems</p> </li> </ul> <h3 class="text-lg lg:text-xl font-bold text-slate-800 tracking-normal mt-5 mb-2" id="How to open an XML document?"> How to open an XML document? </h3> <p class="text-base text-slate-600 leading-[1.8] mb-2">To open an XML file, a text editor such as Notepad, Visual Studio Code, or Sublime Text is sufficient. XML editors or browser extensions can be used for more advanced viewing and validation.</p> <h3 class="text-lg lg:text-xl font-bold text-slate-800 tracking-normal mt-5 mb-2" id="Is XML sufficient on its own?"> Is XML sufficient on its own? </h3> <p class="text-base text-slate-600 leading-[1.8] mb-2">No. XML only defines and carries data. Other tools (e.g., XSLT, XSD, parsers) are needed to process, visualize, or validate that data.</p> <h3 class="text-lg lg:text-xl font-bold text-slate-800 tracking-normal mt-5 mb-2" id="Can an XML file be used instead of a database?"> Can an XML file be used instead of a database? </h3> <p class="text-base text-slate-600 leading-[1.8] mb-2">It can be used in small-scale applications or temporary data storage solutions. However, for large datasets or complex relational structures, XML cannot replace databases. Databases are much stronger in terms of performance, security, and querying capabilities.</p> <h2 class="text-xl lg:text-2xl font-bold text-slate-900 tracking-normal mt-6 mb-3 leading-snug" id="Conclusion"> Conclusion </h2> <p class="text-base text-slate-600 leading-[1.8] mb-2">XML is a powerful, flexible, and platform-independent format for transporting, defining, and structuring data. Its extensible structure allows it to be used in a wide range of fields. It plays an indispensable role, especially in data transfer and configuration needs between systems.</p> <p class="text-base text-slate-600 leading-[1.8] mb-2">Although lighter alternatives like JSON are preferred in many web applications, XML still has a wide usage area, from e-government systems to banking, and from mobile applications to ERP software.</p> </div></article><div class="mt-20 flex flex-wrap gap-2 pt-10 border-t border-slate-100"><span class="px-4 py-1.5 bg-white border border-slate-200 text-slate-500 text-xs font-semibold rounded-full hover:border-indigo-600 hover:text-indigo-600 transition-all cursor-default">#<!-- -->XML</span><span class="px-4 py-1.5 bg-white border border-slate-200 text-slate-500 text-xs font-semibold rounded-full hover:border-indigo-600 hover:text-indigo-600 transition-all cursor-default">#<!-- -->JSON</span><span class="px-4 py-1.5 bg-white border border-slate-200 text-slate-500 text-xs font-semibold rounded-full hover:border-indigo-600 hover:text-indigo-600 transition-all cursor-default">#<!-- -->data</span></div></main><aside class="hidden lg:block lg:col-span-4 sticky top-32 self-start"><div class="space-y-8"><div class="rounded-2xl border p-6 shadow-lg bg-teal-50 border-teal-100 shadow-teal-100/60"><span class="text-[10px] font-black uppercase tracking-widest mb-4 block text-teal-600">LeadOcean</span><p class="text-lg font-black text-slate-900 leading-snug mb-2">Sales team chasing the wrong leads?</p><p class="text-[13px] text-slate-500 leading-relaxed mb-5">1.8B+ companies — search always free</p><a class="flex items-center justify-center w-full py-3 text-white rounded-xl text-[13px] font-black transition-all shadow-md bg-teal-600 hover:bg-teal-700 shadow-teal-300" href="/us/leadocean">Find My Leads →</a><p class="text-center text-[11px] text-slate-400 mt-2.5">No credit card · Cancel anytime</p></div><div class="bg-white border border-slate-200 rounded-[2rem] overflow-hidden shadow-sm"><div class="px-7 py-5 border-b border-slate-100"><h3 class="text-[15px] font-black text-slate-900 leading-tight">Readers also read</h3><p class="text-[12px] text-slate-500 mt-2">Readers prefer these posts</p></div><div class="space-y-3 p-5"><a class="group block" href="/us/blogs/what-is-seo-hosting"><div class="flex items-start gap-3 p-3 rounded-lg hover:bg-slate-50 transition-colors"><div class="flex-1 min-w-0"><h4 class="text-[13px] font-bold text-slate-900 group-hover:text-indigo-600 transition-colors leading-snug line-clamp-2 mb-2">What is SEO Hosting?</h4><div class="flex items-center gap-1.5 text-[11px] font-semibold text-slate-400 uppercase tracking-wide"><span class="text-slate-500">Software Development</span><span class="w-0.5 h-0.5 bg-slate-300 rounded-full"></span><time>Jun 2026</time></div></div><svg class="w-4 h-4 text-slate-300 group-hover:text-indigo-400 transition-colors shrink-0 flex-shrink-0 mt-0.5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path></svg></div></a><a class="group block" href="/us/blogs/how-to-actually-make-your-website-fast"><div class="flex items-start gap-3 p-3 rounded-lg hover:bg-slate-50 transition-colors"><div class="flex-1 min-w-0"><h4 class="text-[13px] font-bold text-slate-900 group-hover:text-indigo-600 transition-colors leading-snug line-clamp-2 mb-2">How to Actually Make Your Website Fast</h4><div class="flex items-center gap-1.5 text-[11px] font-semibold text-slate-400 uppercase tracking-wide"><span class="text-slate-500">Software Development</span><span class="w-0.5 h-0.5 bg-slate-300 rounded-full"></span><time>Jun 2026</time></div></div><svg class="w-4 h-4 text-slate-300 group-hover:text-indigo-400 transition-colors shrink-0 flex-shrink-0 mt-0.5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path></svg></div></a><a class="group block" href="/us/blogs/what-is-wifi-6e"><div class="flex items-start gap-3 p-3 rounded-lg hover:bg-slate-50 transition-colors"><div class="flex-1 min-w-0"><h4 class="text-[13px] font-bold text-slate-900 group-hover:text-indigo-600 transition-colors leading-snug line-clamp-2 mb-2">What is WiFi 6E?</h4><div class="flex items-center gap-1.5 text-[11px] font-semibold text-slate-400 uppercase tracking-wide"><span class="text-slate-500">Software Development</span><span class="w-0.5 h-0.5 bg-slate-300 rounded-full"></span><time>May 2026</time></div></div><svg class="w-4 h-4 text-slate-300 group-hover:text-indigo-400 transition-colors shrink-0 flex-shrink-0 mt-0.5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path></svg></div></a><a class="group block" href="/us/blogs/how-to-install-wordpress-with-cpanel"><div class="flex items-start gap-3 p-3 rounded-lg hover:bg-slate-50 transition-colors"><div class="flex-1 min-w-0"><h4 class="text-[13px] font-bold text-slate-900 group-hover:text-indigo-600 transition-colors leading-snug line-clamp-2 mb-2">How to Install WordPress with cPanel?</h4><div class="flex items-center gap-1.5 text-[11px] font-semibold text-slate-400 uppercase tracking-wide"><span class="text-slate-500">Software Development</span><span class="w-0.5 h-0.5 bg-slate-300 rounded-full"></span><time>May 2026</time></div></div><svg class="w-4 h-4 text-slate-300 group-hover:text-indigo-400 transition-colors shrink-0 flex-shrink-0 mt-0.5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path></svg></div></a></div></div><div class="relative overflow-hidden rounded-[2rem] bg-slate-900 text-white shadow-xl shadow-slate-900/20 group"><div class="absolute -bottom-6 -right-6 w-32 h-32 bg-indigo-600 rounded-full blur-[60px] opacity-25 group-hover:opacity-40 transition-opacity duration-700"></div><div class="relative z-10 p-7"><span class="inline-block text-[10px] font-black uppercase tracking-[0.3em] text-indigo-400 mb-4">PlusClouds Blog</span><h3 class="text-xl font-black tracking-tight leading-tight mb-2">Become an Author</h3><p class="text-[13px] text-slate-400 leading-relaxed mb-6">Share your tech insights with our global community of enthusiasts.</p><a href="https://calendar.app.google/uM5pa8yXFxsQt18p8" target="_blank" rel="nofollow noopener noreferrer" class="inline-flex items-center gap-2 px-5 py-2.5 bg-indigo-600 hover:bg-indigo-500 text-white rounded-xl text-[12px] font-black transition-all">Join our team<svg class="w-3.5 h-3.5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2.5"><path stroke-linecap="round" stroke-linejoin="round" d="M17 8l4 4m0 0l-4 4m4-4H3"></path></svg></a></div></div></div></aside></div><section class="border-t border-slate-100 bg-white py-16 px-6"><div class="mx-auto max-w-4xl"><h2 class="text-2xl lg:text-3xl font-bold text-slate-900 mb-8">Frequently Asked Questions</h2><div class="space-y-4"><details class="group border border-slate-200 rounded-lg p-4 hover:border-indigo-300 hover:bg-indigo-50/30 transition-colors cursor-pointer"><summary class="font-semibold text-slate-900 flex items-center justify-between">What exactly is XML and how does it differ from HTML?<span class="ml-4 text-indigo-600 group-open:rotate-180 transition-transform"><svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 14l-7 7m0 0l-7-7m7 7V3"></path></svg></span></summary><p class="text-slate-600 leading-relaxed mt-3">XML stands for Extensible Markup Language and is used to carry and define data, whereas HTML focuses on displaying data. It was developed by the W3C and standardized in 1998.</p></details><details class="group border border-slate-200 rounded-lg p-4 hover:border-indigo-300 hover:bg-indigo-50/30 transition-colors cursor-pointer"><summary class="font-semibold text-slate-900 flex items-center justify-between">What are the basic features of XML files?<span class="ml-4 text-indigo-600 group-open:rotate-180 transition-transform"><svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 14l-7 7m0 0l-7-7m7 7V3"></path></svg></span></summary><p class="text-slate-600 leading-relaxed mt-3">XML supports user defined tags and has a hierarchical tree structure. It is platform and software independent, supports Unicode, offers a commenting feature, and helps structure data.</p></details><details class="group border border-slate-200 rounded-lg p-4 hover:border-indigo-300 hover:bg-indigo-50/30 transition-colors cursor-pointer"><summary class="font-semibold text-slate-900 flex items-center justify-between">How is an XML file structured?<span class="ml-4 text-indigo-600 group-open:rotate-180 transition-transform"><svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 14l-7 7m0 0l-7-7m7 7V3"></path></svg></span></summary><p class="text-slate-600 leading-relaxed mt-3">XML files consist of opening and closing tags. The main tag contains sub tags like title, author, and price, and every tag has a closing tag, making the data readable and meaningful.</p></details><details class="group border border-slate-200 rounded-lg p-4 hover:border-indigo-300 hover:bg-indigo-50/30 transition-colors cursor-pointer"><summary class="font-semibold text-slate-900 flex items-center justify-between">What are common uses for XML?<span class="ml-4 text-indigo-600 group-open:rotate-180 transition-transform"><svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 14l-7 7m0 0l-7-7m7 7V3"></path></svg></span></summary><p class="text-slate-600 leading-relaxed mt-3">XML is ideal for data transport and exchange between systems in a standard structure, such as a product feed between two systems. It is also used in SOAP-based web services, in configuration files, and for data storage or office document formats.</p></details><details class="group border border-slate-200 rounded-lg p-4 hover:border-indigo-300 hover:bg-indigo-50/30 transition-colors cursor-pointer"><summary class="font-semibold text-slate-900 flex items-center justify-between">When and where is XML used?<span class="ml-4 text-indigo-600 group-open:rotate-180 transition-transform"><svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 14l-7 7m0 0l-7-7m7 7V3"></path></svg></span></summary><p class="text-slate-600 leading-relaxed mt-3">XML is used for information transfer and structuring data in both web services and local applications. Common areas include information transfer between software systems, mobile application configurations, data exchange in web applications, and banking and e-invoice systems. XML can be converted to HTML using XSLT for data presentation.</p></details><details class="group border border-slate-200 rounded-lg p-4 hover:border-indigo-300 hover:bg-indigo-50/30 transition-colors cursor-pointer"><summary class="font-semibold text-slate-900 flex items-center justify-between">What are common XML terms and what do they mean?<span class="ml-4 text-indigo-600 group-open:rotate-180 transition-transform"><svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 14l-7 7m0 0l-7-7m7 7V3"></path></svg></span></summary><p class="text-slate-600 leading-relaxed mt-3">DTD defines the structure of an XML file, and XSD defines its data types and content. XPath is used to query specific pieces of data, XSLT converts XML data into different formats, and an XML Parser reads and parses the XML file.</p></details><details class="group border border-slate-200 rounded-lg p-4 hover:border-indigo-300 hover:bg-indigo-50/30 transition-colors cursor-pointer"><summary class="font-semibold text-slate-900 flex items-center justify-between">How does XML compare to JSON?<span class="ml-4 text-indigo-600 group-open:rotate-180 transition-transform"><svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 14l-7 7m0 0l-7-7m7 7V3"></path></svg></span></summary><p class="text-slate-600 leading-relaxed mt-3">XML can be more complex to read and is typically larger in file size, whereas JSON is usually smaller. XML supports schema definitions with DTD or XSD and allows comments, while JSON does not have native comments.</p></details><details class="group border border-slate-200 rounded-lg p-4 hover:border-indigo-300 hover:bg-indigo-50/30 transition-colors cursor-pointer"><summary class="font-semibold text-slate-900 flex items-center justify-between">What are real-life examples of XML in use?<span class="ml-4 text-indigo-600 group-open:rotate-180 transition-transform"><svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 14l-7 7m0 0l-7-7m7 7V3"></path></svg></span></summary><p class="text-slate-600 leading-relaxed mt-3">Real-life examples include RSS feeds for content updates, XML-based e-invoice systems in Turkey, and XML use in banking and finance for transfers and reporting. Mobile applications also define interfaces and configurations with XML.</p></details></div></div></section><section class="border-t border-slate-100 bg-white py-20 px-6"><div class="max-w-7xl mx-auto"><div class="flex items-center justify-between mb-10"><h2 class="text-2xl font-black text-slate-900 tracking-tight">More from the blog</h2><a class="text-[12px] font-bold text-indigo-600 hover:text-indigo-700 transition-colors flex items-center gap-1" href="/us/blogs">All posts<svg class="w-3.5 h-3.5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2.5"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"></path></svg></a></div><div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6"><a class="group flex flex-col bg-white border border-slate-200 rounded-2xl overflow-hidden hover:shadow-lg hover:-translate-y-1 transition-all duration-300" href="/us/blogs/renting-a-virtual-server-5-critical-factors-to-consider-in-2026"><div class="relative h-40 overflow-hidden bg-slate-100 shrink-0"><img alt="Renting a Virtual Server: 5 Critical Factors to Consider in 2026" loading="lazy" decoding="async" data-nimg="fill" class="object-cover group-hover:scale-105 transition-transform duration-500" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="(max-width: 640px) 100vw, 25vw" srcSet="https://plusclouds.publit.io/file/w_256,q_65/1VphiesPQI6gJxpc0VHXqDMyejJveBlGCUqtCwsY.jpg 256w, https://plusclouds.publit.io/file/w_384,q_65/1VphiesPQI6gJxpc0VHXqDMyejJveBlGCUqtCwsY.jpg 384w, https://plusclouds.publit.io/file/w_640,q_65/1VphiesPQI6gJxpc0VHXqDMyejJveBlGCUqtCwsY.jpg 640w, https://plusclouds.publit.io/file/w_750,q_65/1VphiesPQI6gJxpc0VHXqDMyejJveBlGCUqtCwsY.jpg 750w, https://plusclouds.publit.io/file/w_828,q_65/1VphiesPQI6gJxpc0VHXqDMyejJveBlGCUqtCwsY.jpg 828w, https://plusclouds.publit.io/file/w_1080,q_65/1VphiesPQI6gJxpc0VHXqDMyejJveBlGCUqtCwsY.jpg 1080w, https://plusclouds.publit.io/file/w_1200,q_65/1VphiesPQI6gJxpc0VHXqDMyejJveBlGCUqtCwsY.jpg 1200w, https://plusclouds.publit.io/file/w_1920,q_65/1VphiesPQI6gJxpc0VHXqDMyejJveBlGCUqtCwsY.jpg 1920w, https://plusclouds.publit.io/file/w_2048,q_65/1VphiesPQI6gJxpc0VHXqDMyejJveBlGCUqtCwsY.jpg 2048w, https://plusclouds.publit.io/file/w_3840,q_65/1VphiesPQI6gJxpc0VHXqDMyejJveBlGCUqtCwsY.jpg 3840w" src="https://plusclouds.publit.io/file/w_3840,q_65/1VphiesPQI6gJxpc0VHXqDMyejJveBlGCUqtCwsY.jpg"/></div><div class="flex flex-col flex-1 p-5"><span class="text-[10px] font-bold uppercase tracking-widest text-indigo-500 mb-2">Cloud Computing</span><h3 class="text-[14px] font-bold text-slate-900 group-hover:text-indigo-600 transition-colors leading-snug line-clamp-3 flex-1 mb-3">Renting a Virtual Server: 5 Critical Factors to Consider in 2026</h3><div class="flex items-center gap-2 text-[10px] font-semibold text-slate-400 uppercase tracking-wide pt-3 border-t border-slate-100"><span></span><span class="w-1 h-1 bg-slate-300 rounded-full"></span><time>Mar 2026</time></div></div></a><a class="group flex flex-col bg-white border border-slate-200 rounded-2xl overflow-hidden hover:shadow-lg hover:-translate-y-1 transition-all duration-300" href="/us/blogs/what-is-co-location"><div class="relative h-40 overflow-hidden bg-slate-100 shrink-0"><img alt="What is Co-Location?" loading="lazy" decoding="async" data-nimg="fill" class="object-cover group-hover:scale-105 transition-transform duration-500" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="(max-width: 640px) 100vw, 25vw" srcSet="https://plusclouds.publit.io/file/w_256,q_65/wg3ZfpTcTb4Y5IF48xw9WVUOj6tQKLsTktMYd8hz.jpg 256w, https://plusclouds.publit.io/file/w_384,q_65/wg3ZfpTcTb4Y5IF48xw9WVUOj6tQKLsTktMYd8hz.jpg 384w, https://plusclouds.publit.io/file/w_640,q_65/wg3ZfpTcTb4Y5IF48xw9WVUOj6tQKLsTktMYd8hz.jpg 640w, https://plusclouds.publit.io/file/w_750,q_65/wg3ZfpTcTb4Y5IF48xw9WVUOj6tQKLsTktMYd8hz.jpg 750w, https://plusclouds.publit.io/file/w_828,q_65/wg3ZfpTcTb4Y5IF48xw9WVUOj6tQKLsTktMYd8hz.jpg 828w, https://plusclouds.publit.io/file/w_1080,q_65/wg3ZfpTcTb4Y5IF48xw9WVUOj6tQKLsTktMYd8hz.jpg 1080w, https://plusclouds.publit.io/file/w_1200,q_65/wg3ZfpTcTb4Y5IF48xw9WVUOj6tQKLsTktMYd8hz.jpg 1200w, https://plusclouds.publit.io/file/w_1920,q_65/wg3ZfpTcTb4Y5IF48xw9WVUOj6tQKLsTktMYd8hz.jpg 1920w, https://plusclouds.publit.io/file/w_2048,q_65/wg3ZfpTcTb4Y5IF48xw9WVUOj6tQKLsTktMYd8hz.jpg 2048w, https://plusclouds.publit.io/file/w_3840,q_65/wg3ZfpTcTb4Y5IF48xw9WVUOj6tQKLsTktMYd8hz.jpg 3840w" src="https://plusclouds.publit.io/file/w_3840,q_65/wg3ZfpTcTb4Y5IF48xw9WVUOj6tQKLsTktMYd8hz.jpg"/></div><div class="flex flex-col flex-1 p-5"><span class="text-[10px] font-bold uppercase tracking-widest text-indigo-500 mb-2">Cloud Computing</span><h3 class="text-[14px] font-bold text-slate-900 group-hover:text-indigo-600 transition-colors leading-snug line-clamp-3 flex-1 mb-3">What is Co-Location?</h3><div class="flex items-center gap-2 text-[10px] font-semibold text-slate-400 uppercase tracking-wide pt-3 border-t border-slate-100"><span></span><span class="w-1 h-1 bg-slate-300 rounded-full"></span><time>Jun 2026</time></div></div></a><a class="group flex flex-col bg-white border border-slate-200 rounded-2xl overflow-hidden hover:shadow-lg hover:-translate-y-1 transition-all duration-300" href="/us/blogs/what-is-spyware"><div class="relative h-40 overflow-hidden bg-slate-100 shrink-0"><img alt="What is Spyware?" loading="lazy" decoding="async" data-nimg="fill" class="object-cover group-hover:scale-105 transition-transform duration-500" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="(max-width: 640px) 100vw, 25vw" srcSet="https://plusclouds.publit.io/file/w_256,q_65/9CmLLJjmNes1rglHKT3LXCmDiHPdwpYF9HYwNbrD.jpg 256w, https://plusclouds.publit.io/file/w_384,q_65/9CmLLJjmNes1rglHKT3LXCmDiHPdwpYF9HYwNbrD.jpg 384w, https://plusclouds.publit.io/file/w_640,q_65/9CmLLJjmNes1rglHKT3LXCmDiHPdwpYF9HYwNbrD.jpg 640w, https://plusclouds.publit.io/file/w_750,q_65/9CmLLJjmNes1rglHKT3LXCmDiHPdwpYF9HYwNbrD.jpg 750w, https://plusclouds.publit.io/file/w_828,q_65/9CmLLJjmNes1rglHKT3LXCmDiHPdwpYF9HYwNbrD.jpg 828w, https://plusclouds.publit.io/file/w_1080,q_65/9CmLLJjmNes1rglHKT3LXCmDiHPdwpYF9HYwNbrD.jpg 1080w, https://plusclouds.publit.io/file/w_1200,q_65/9CmLLJjmNes1rglHKT3LXCmDiHPdwpYF9HYwNbrD.jpg 1200w, https://plusclouds.publit.io/file/w_1920,q_65/9CmLLJjmNes1rglHKT3LXCmDiHPdwpYF9HYwNbrD.jpg 1920w, https://plusclouds.publit.io/file/w_2048,q_65/9CmLLJjmNes1rglHKT3LXCmDiHPdwpYF9HYwNbrD.jpg 2048w, https://plusclouds.publit.io/file/w_3840,q_65/9CmLLJjmNes1rglHKT3LXCmDiHPdwpYF9HYwNbrD.jpg 3840w" src="https://plusclouds.publit.io/file/w_3840,q_65/9CmLLJjmNes1rglHKT3LXCmDiHPdwpYF9HYwNbrD.jpg"/></div><div class="flex flex-col flex-1 p-5"><span class="text-[10px] font-bold uppercase tracking-widest text-indigo-500 mb-2">Cyber Security</span><h3 class="text-[14px] font-bold text-slate-900 group-hover:text-indigo-600 transition-colors leading-snug line-clamp-3 flex-1 mb-3">What is Spyware?</h3><div class="flex items-center gap-2 text-[10px] font-semibold text-slate-400 uppercase tracking-wide pt-3 border-t border-slate-100"><span></span><span class="w-1 h-1 bg-slate-300 rounded-full"></span><time>Feb 2026</time></div></div></a><a class="group flex flex-col bg-white border border-slate-200 rounded-2xl overflow-hidden hover:shadow-lg hover:-translate-y-1 transition-all duration-300" href="/us/blogs/7-ways-startups-waste-money-on-cloud-infrastructure"><div class="relative h-40 overflow-hidden bg-slate-100 shrink-0"><img alt="7 Ways Startups Waste Money on Cloud Infrastructure" loading="lazy" decoding="async" data-nimg="fill" class="object-cover group-hover:scale-105 transition-transform duration-500" style="position:absolute;height:100%;width:100%;left:0;top:0;right:0;bottom:0;color:transparent" sizes="(max-width: 640px) 100vw, 25vw" srcSet="https://plusclouds.publit.io/file/w_256,q_65/KHdlRWeNwQ09HxegwiCc71aRCpFUPiWBuq9VPrsz.jpg 256w, https://plusclouds.publit.io/file/w_384,q_65/KHdlRWeNwQ09HxegwiCc71aRCpFUPiWBuq9VPrsz.jpg 384w, https://plusclouds.publit.io/file/w_640,q_65/KHdlRWeNwQ09HxegwiCc71aRCpFUPiWBuq9VPrsz.jpg 640w, https://plusclouds.publit.io/file/w_750,q_65/KHdlRWeNwQ09HxegwiCc71aRCpFUPiWBuq9VPrsz.jpg 750w, https://plusclouds.publit.io/file/w_828,q_65/KHdlRWeNwQ09HxegwiCc71aRCpFUPiWBuq9VPrsz.jpg 828w, https://plusclouds.publit.io/file/w_1080,q_65/KHdlRWeNwQ09HxegwiCc71aRCpFUPiWBuq9VPrsz.jpg 1080w, https://plusclouds.publit.io/file/w_1200,q_65/KHdlRWeNwQ09HxegwiCc71aRCpFUPiWBuq9VPrsz.jpg 1200w, https://plusclouds.publit.io/file/w_1920,q_65/KHdlRWeNwQ09HxegwiCc71aRCpFUPiWBuq9VPrsz.jpg 1920w, https://plusclouds.publit.io/file/w_2048,q_65/KHdlRWeNwQ09HxegwiCc71aRCpFUPiWBuq9VPrsz.jpg 2048w, https://plusclouds.publit.io/file/w_3840,q_65/KHdlRWeNwQ09HxegwiCc71aRCpFUPiWBuq9VPrsz.jpg 3840w" src="https://plusclouds.publit.io/file/w_3840,q_65/KHdlRWeNwQ09HxegwiCc71aRCpFUPiWBuq9VPrsz.jpg"/></div><div class="flex flex-col flex-1 p-5"><span class="text-[10px] font-bold uppercase tracking-widest text-indigo-500 mb-2">Operations</span><h3 class="text-[14px] font-bold text-slate-900 group-hover:text-indigo-600 transition-colors leading-snug line-clamp-3 flex-1 mb-3">7 Ways Startups Waste Money on Cloud Infrastructure</h3><div class="flex items-center gap-2 text-[10px] font-semibold text-slate-400 uppercase tracking-wide pt-3 border-t border-slate-100"><span></span><span class="w-1 h-1 bg-slate-300 rounded-full"></span><time>Mar 2026</time></div></div></a></div></div></section></section><!--$--><!--/$--></main><footer class="relative bg-[#020617] border-t border-slate-900 py-16 overflow-hidden"><div class="absolute inset-0 z-0 opacity-20 pointer-events-none"><svg class="h-full w-full" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="footer-grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="white" stroke-width="0.5" stroke-opacity="0.1"></path></pattern></defs><rect width="100%" height="100%" fill="url(#footer-grid)"></rect></svg></div><div class="absolute inset-0 z-0 bg-gradient-to-b from-[#020617] via-transparent to-[#020617] pointer-events-none"></div><div class="relative z-10 mx-auto max-w-7xl px-6 lg:px-8"><div class="flex flex-col lg:flex-row gap-16 lg:gap-12"><div class="w-full lg:w-72 flex-shrink-0 space-y-8"><a href="/us"><img alt="Neonix Networks LLC" loading="lazy" width="184" height="32" decoding="async" data-nimg="1" class="h-9 brightness-110" style="color:transparent;width:auto;aspect-ratio:184 / 32" srcSet="/assets/images/logos/plusclouds-logo-dark-white.webp 1x, /assets/images/logos/plusclouds-logo-dark-white.webp 2x" src="/assets/images/logos/plusclouds-logo-dark-white.webp"/></a><div class="space-y-4"><div><h3 class="text-[10px] font-black uppercase tracking-[0.3em] text-indigo-500 mb-3">Corporate</h3><div class="text-[14px] leading-relaxed text-slate-400 font-medium"><span class="text-white font-bold block mb-1 text-base">Neonix Networks LLC</span><div class="opacity-80 hover:opacity-100 transition-opacity">445 Corporation <br /> LN STE 264 Virgina BCH<br /> BA23462</div></div></div><div class="pt-4 flex flex-wrap gap-2"><a href="https://www.linkedin.com/company/plusclouds" target="_blank" rel="nofollow noopener noreferrer" class="group p-2.5 border border-slate-800 bg-slate-900/40 rounded-lg text-slate-400 hover:text-[#0077b5] hover:border-slate-700 hover:bg-slate-800 transition-all duration-300"><svg class="w-4 h-4 fill-current" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"></path></svg><span class="sr-only">linkedin</span></a><a href="https://twitter.com/plusclouds" target="_blank" rel="nofollow noopener noreferrer" class="group p-2.5 border border-slate-800 bg-slate-900/40 rounded-lg text-slate-400 hover:text-white hover:border-slate-700 hover:bg-slate-800 transition-all duration-300"><svg class="w-4 h-4 fill-current" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></svg><span class="sr-only">x</span></a><a href="https://github.com/plusclouds/" target="_blank" rel="nofollow noopener noreferrer" class="group p-2.5 border border-slate-800 bg-slate-900/40 rounded-lg text-slate-400 hover:text-white hover:border-slate-700 hover:bg-slate-800 transition-all duration-300"><svg class="w-4 h-4 fill-current" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.43.372.823 1.102.823 2.222 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"></path></svg><span class="sr-only">github</span></a><a href="https://youtube.com/plusclouds/" target="_blank" rel="nofollow noopener noreferrer" class="group p-2.5 border border-slate-800 bg-slate-900/40 rounded-lg text-slate-400 hover:text-[#ff0000] hover:border-slate-700 hover:bg-slate-800 transition-all duration-300"><svg class="w-4 h-4 fill-current" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"></path></svg><span class="sr-only">youtube</span></a></div></div></div><div class="flex-grow"><div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-4 gap-x-8 gap-y-12"><div class="space-y-6"><h3 class="text-[12px] font-bold tracking-[0.15em] text-white uppercase border-l-2 border-indigo-600 pl-3">Scalable Infrastructure</h3><ul role="list" class="space-y-3"><li><a class="text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block" href="/us/cloud/servers">Servers</a></li><li><a class="text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block" href="/us/cloud/storage">Storage</a></li><li><a class="text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block" href="/us/cloud/security">Security</a></li><li><a class="text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block" href="/us/cloud/datacenter">Datacenter</a></li></ul></div><div class="space-y-6"><h3 class="text-[12px] font-bold tracking-[0.15em] text-white uppercase border-l-2 border-indigo-600 pl-3">Operations Automations</h3><ul role="list" class="space-y-3"><li><a class="text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block" href="/us/marketplace/inspakt-digital-signature-solutions">Digital Contract Management</a></li><li><a class="text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block" href="/us/marketplace/data-leak-check">Digital Lead Detection Service</a></li><li><a class="text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block" href="/us/marketplace/kolay-ai">Kolay.AI</a></li><li><a class="text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block" href="/us/marketplace/outbound-sales-services">Managed Outbound Service</a></li></ul></div><div class="space-y-6"><h3 class="text-[12px] font-bold tracking-[0.15em] text-white uppercase border-l-2 border-indigo-600 pl-3">Enterprise Services!</h3><ul role="list" class="space-y-3"><li><a class="text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block" href="/us/eaglet">Increase your intelligence with Eaglet</a></li><li><a class="text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block" href="/us/leo">Decrease your datacenter costs with Leo</a></li></ul></div><div class="space-y-6"><h3 class="text-[12px] font-bold tracking-[0.15em] text-white uppercase border-l-2 border-indigo-600 pl-3">Legal & About</h3><ul role="list" class="space-y-3"><li><a class="text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block" href="/us/company">About PlusClouds</a></li><li><a class="text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block" href="/us/in-the-media">In The Media</a></li><li><a class="text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block" href="/us/community">Community</a></li><li><a class="text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block" href="/us/pricing">Pricing</a></li><li><a class="text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block" href="/us/partners">Partners</a></li><li><a class="text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block" href="/us/partners/affiliate">Affiliate Program</a></li><li><a class="text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block" href="/us/contact">Contact Us</a></li><li><a class="text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block" href="/us/privacy-policy">Privacy Policy</a></li><li><a class="text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block" href="/us/privacy-policy#terms-of-service">Terms of Service</a></li><li><a class="text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block" href="/us/privacy-policy#cookies">Cookie Policy</a></li></ul></div></div></div></div><div class="mt-20 pt-8 border-t border-white/5 flex flex-col md:flex-row justify-between items-center gap-6"><div class="flex flex-wrap justify-center md:justify-start items-center gap-x-8 gap-y-2"><p class="text-[11px] font-medium text-slate-500 uppercase tracking-widest">© <!-- -->2026<!-- --> <span class="text-slate-300">Neonix Networks LLC</span></p><p class="text-[11px] font-medium text-slate-600 uppercase tracking-widest hidden sm:block">Making life of companies easier, since 2013</p></div><div class="flex items-center gap-8"><a class="text-[11px] font-bold text-slate-500 hover:text-white uppercase tracking-widest transition-colors" href="/us/privacy-policy">Privacy Policy</a><button class="text-[11px] font-bold text-slate-500 hover:text-white uppercase tracking-widest transition-colors">Cookie Settings</button></div></div></div></footer><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><!--/$--><script src="/_next/static/chunks/ba01ec56736ab17d.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n9:I[68027,[],\"default\"]\na:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/13e84a9062bdcce4.js\"],\"default\"]\nb:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/13e84a9062bdcce4.js\"],\"default\"]\nc:I[22016,[\"/_next/static/chunks/97221e33dfa11cd4.js\"],\"\"]\n1a:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/13e84a9062bdcce4.js\"],\"OutletBoundary\"]\n1b:\"$Sreact.suspense\"\n1d:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/13e84a9062bdcce4.js\"],\"ViewportBoundary\"]\n1f:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/13e84a9062bdcce4.js\"],\"MetadataBoundary\"]\n22:I[35602,[\"/_next/static/chunks/4dc1ca25ef75e2d7.js\",\"/_next/static/chunks/649d56a71271f8ae.js\",\"/_next/static/chunks/39b054d53d7eb338.js\",\"/_next/static/chunks/9fbb3df14edc8dc4.js\",\"/_next/static/chunks/3e86922c0d227f44.js\"],\"default\"]\n23:I[63369,[\"/_next/static/chunks/4dc1ca25ef75e2d7.js\",\"/_next/static/chunks/649d56a71271f8ae.js\",\"/_next/static/chunks/39b054d53d7eb338.js\",\"/_next/static/chunks/9fbb3df14edc8dc4.js\",\"/_next/static/chunks/3e86922c0d227f44.js\"],\"default\"]\n25:I[75696,[\"/_next/static/chunks/4dc1ca25ef75e2d7.js\",\"/_next/static/chunks/649d56a71271f8ae.js\",\"/_next/static/chunks/39b054d53d7eb338.js\",\"/_next/static/chunks/9fbb3df14edc8dc4.js\",\"/_next/static/chunks/3e86922c0d227f44.js\"],\"default\"]\n26:I[61514,[\"/_next/static/chunks/4dc1ca25ef75e2d7.js\",\"/_next/static/chunks/649d56a71271f8ae.js\",\"/_next/static/chunks/39b054d53d7eb338.js\",\"/_next/static/chunks/9fbb3df14edc8dc4.js\",\"/_next/static/chunks/3e86922c0d227f44.js\"],\"default\"]\n28:I[41300,[\"/_next/static/chunks/4dc1ca25ef75e2d7.js\",\"/_next/static/chunks/649d56a71271f8ae.js\",\"/_next/static/chunks/39b054d53d7eb338.js\",\"/_next/static/chunks/9fbb3df14edc8dc4.js\",\"/_next/static/chunks/3e86922c0d227f44.js\"],\"default\"]\n2b:I[28441,[\"/_next/static/chunks/4dc1ca25ef75e2d7.js\",\"/_next/static/chunks/649d56a71271f8ae.js\",\"/_next/static/chunks/39b054d53d7eb338.js\",\"/_next/static/chunks/9fbb3df14edc8dc4.js\",\"/_next/static/chunks/3e86922c0d227f44.js\"],\"default\"]\n2c:I[36183,[\"/_next/static/chunks/4dc1ca25ef75e2d7.js\",\"/_next/static/chunks/649d56a71271f8ae.js\",\"/_next/static/chunks/39b054d53d7eb338.js\",\"/_next/static/chunks/9fbb3df14edc8dc4.js\",\"/_next/static/chunks/3e86922c0d227f44.js\"],\"HeaderClient\"]\n47:I[94227,[\"/_next/static/chunks/4dc1ca25ef75e2d7.js\",\"/_next/static/chunks/649d56a71271f8ae.js\",\"/_next/static/chunks/39b054d53d7eb338.js\",\"/_next/static/chunks/9fbb3df14edc8dc4.js\",\"/_next/static/chunks/3e86922c0d227f44.js\"],\"default\"]\n48:I[77105,[\"/_next/static/chunks/4dc1ca25ef75e2d7.js\",\"/_next/static/chunks/649d56a71271f8ae.js\",\"/_next/static/chunks/39b054d53d7eb338.js\",\"/_next/static/chunks/9fbb3df14edc8dc4.js\",\"/_next/static/chunks/3e86922c0d227f44.js\",\"/_next/static/chunks/ac5b615084ffabfc.js\"],\"default\"]\n49:I[5500,[\"/_next/static/chunks/4dc1ca25ef75e2d7.js\",\"/_next/static/chunks/649d56a71271f8ae.js\",\"/_next/static/chunks/39b054d53d7eb338.js\",\"/_next/static/chunks/9fbb3df14edc8dc4.js\",\"/_next/static/chunks/3e86922c0d227f44.js\",\"/_next/static/chunks/ac5b615084ffabfc.js\"],\"Image\"]\n4a:I[97867,[\"/_next/static/chunks/4dc1ca25ef75e2d7.js\",\"/_next/static/chunks/649d56a71271f8ae.js\",\"/_next/static/chunks/39b054d53d7eb338.js\",\"/_next/static/chunks/9fbb3df14edc8dc4.js\",\"/_next/static/chunks/3e86922c0d227f44.js\",\"/_next/static/chunks/f314aafec91281f6.js\"],\"NotFoundTracker\"]\n:HL[\"/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/9ff27b8a0a8f3dc0-s.p.9cb3a3e2.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n2:T2fa16,"])</script><script>self.__next_f.push([1,"*,: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:#3b82f680;--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:#3b82f680;--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: }*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}:before,:after{--tw-content:\"\"}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}body{line-height:inherit;margin:0}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-feature-settings:normal;font-variation-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,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{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.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}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.-inset-0\\.5{inset:-.125rem}.-inset-1{inset:-.25rem}.-inset-10{inset:-2.5rem}.-inset-2{inset:-.5rem}.-inset-3{inset:-.75rem}.-inset-4{inset:-1rem}.-inset-6{inset:-1.5rem}.inset-0{inset:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-bottom-10{bottom:-2.5rem}.-bottom-20{bottom:-5rem}.-bottom-4{bottom:-1rem}.-bottom-6{bottom:-1.5rem}.-bottom-8{bottom:-2rem}.-left-10{left:-2.5rem}.-left-12{left:-3rem}.-left-20{left:-5rem}.-left-24{left:-6rem}.-left-40{left:-10rem}.-left-6{left:-1.5rem}.-left-8{left:-2rem}.-left-\\[37px\\]{left:-37px}.-left-\\[41px\\]{left:-41px}.-right-10{right:-2.5rem}.-right-12{right:-3rem}.-right-16{right:-4rem}.-right-2{right:-.5rem}.-right-2\\.5{right:-.625rem}.-right-20{right:-5rem}.-right-24{right:-6rem}.-right-32{right:-8rem}.-right-4{right:-1rem}.-right-6{right:-1.5rem}.-right-8{right:-2rem}.-top-10{top:-2.5rem}.-top-12{top:-3rem}.-top-16{top:-4rem}.-top-2{top:-.5rem}.-top-2\\.5{top:-.625rem}.-top-20{top:-5rem}.-top-24{top:-6rem}.-top-3{top:-.75rem}.-top-3\\.5{top:-.875rem}.-top-32{top:-8rem}.-top-4{top:-1rem}.-top-40{top:-10rem}.-top-6{top:-1.5rem}.-top-8{top:-2rem}.-top-80{top:-20rem}.bottom-0{bottom:0}.bottom-1{bottom:.25rem}.bottom-1\\/3{bottom:33.3333%}.bottom-1\\/4{bottom:25%}.bottom-10{bottom:2.5rem}.bottom-2{bottom:.5rem}.bottom-3{bottom:.75rem}.bottom-4{bottom:1rem}.bottom-6{bottom:1.5rem}.bottom-8{bottom:2rem}.bottom-full{bottom:100%}.left-0{left:0}.left-0\\.5{left:.125rem}.left-1\\/2{left:50%}.left-1\\/4{left:25%}.left-10{left:2.5rem}.left-3{left:.75rem}.left-4{left:1rem}.left-6{left:1.5rem}.left-8{left:2rem}.left-\\[16\\.66\\%\\]{left:16.66%}.left-\\[22px\\]{left:22px}.left-\\[5\\%\\]{left:5%}.left-\\[calc\\(16\\.66\\%\\+1rem\\)\\]{left:calc(16.66% + 1rem)}.left-\\[calc\\(50\\%-4rem\\)\\]{left:calc(50% - 4rem)}.left-\\[max\\(6rem\\,33\\%\\)\\]{left:max(6rem,33%)}.left-full{left:100%}.right-0{right:0}.right-1\\/4{right:25%}.right-10{right:2.5rem}.right-2\\.5{right:.625rem}.right-3{right:.75rem}.right-4{right:1rem}.right-5{right:1.25rem}.right-6{right:1.5rem}.right-8{right:2rem}.right-\\[16\\.66\\%\\]{right:16.66%}.right-\\[34rem\\]{right:34rem}.right-\\[5\\%\\]{right:5%}.right-\\[calc\\(16\\.66\\%\\+1rem\\)\\]{right:calc(16.66% + 1rem)}.top-0{top:0}.top-0\\.5{top:.125rem}.top-1{top:.25rem}.top-1\\/2{top:50%}.top-1\\/3{top:33.3333%}.top-1\\/4{top:25%}.top-10{top:2.5rem}.top-2{top:.5rem}.top-20{top:5rem}.top-24{top:6rem}.top-3{top:.75rem}.top-32{top:8rem}.top-4{top:1rem}.top-6{top:1.5rem}.top-8{top:2rem}.top-9{top:2.25rem}.top-\\[35\\%\\]{top:35%}.top-full{top:100%}.isolate{isolation:isolate}.-z-0{z-index:0}.-z-10{z-index:-10}.-z-30{z-index:-30}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\\[100\\]{z-index:100}.z-\\[60\\]{z-index:60}.z-\\[70\\]{z-index:70}.z-\\[80\\]{z-index:80}.z-\\[9997\\]{z-index:9997}.z-\\[9999998\\]{z-index:9999998}.z-\\[99999\\]{z-index:99999}.order-1{order:1}.order-2{order:2}.col-span-2{grid-column:span 2/span 2}.col-span-4{grid-column:span 4/span 4}.col-span-full{grid-column:1/-1}.col-start-1{grid-column-start:1}.row-start-1{grid-row-start:1}.-m-1\\.5{margin:-.375rem}.-m-2{margin:-.5rem}.m-1{margin:.25rem}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.-mx-8{margin-left:-2rem;margin-right:-2rem}.-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-7{margin-top:1.75rem;margin-bottom:1.75rem}.my-8{margin-top:2rem;margin-bottom:2rem}.\\!mt-2{margin-top:.5rem!important}.\\!mt-4{margin-top:1rem!important}.-mb-px{margin-bottom:-1px}.-ml-2{margin-left:-.5rem}.-mr-16{margin-right:-4rem}.-mr-32{margin-right:-8rem}.-mt-16{margin-top:-4rem}.-mt-3{margin-top:-.75rem}.-mt-32{margin-top:-8rem}.-mt-5{margin-top:-1.25rem}.mb-0{margin-bottom:0}.mb-0\\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-2\\.5{margin-bottom:.625rem}.mb-20{margin-bottom:5rem}.mb-24{margin-bottom:6rem}.mb-3{margin-bottom:.75rem}.mb-32{margin-bottom:8rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.ml-0\\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-1\\.5{margin-left:.375rem}.ml-12{margin-left:3rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-6{margin-right:1.5rem}.mr-auto{margin-right:auto}.mt-0{margin-top:0}.mt-0\\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\\.5{margin-top:.375rem}.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:.5rem}.mt-2\\.5{margin-top:.625rem}.mt-20{margin-top:5rem}.mt-3{margin-top:.75rem}.mt-32{margin-top:8rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.line-clamp-1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-4{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-\\[16\\/10\\]{aspect-ratio:16/10}.aspect-\\[3\\/1\\]{aspect-ratio:3}.aspect-\\[3\\/2\\]{aspect-ratio:3/2}.aspect-\\[4\\/3\\]{aspect-ratio:4/3}.aspect-\\[4\\/5\\]{aspect-ratio:4/5}.aspect-\\[801\\/1036\\]{aspect-ratio:801/1036}.aspect-square{aspect-ratio:1}.aspect-video{aspect-ratio:16/9}.size-4{width:1rem;height:1rem}.size-5{width:1.25rem;height:1.25rem}.h-0\\.5{height:.125rem}.h-1{height:.25rem}.h-1\\.5{height:.375rem}.h-1\\/2{height:50%}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\\.5{height:.875rem}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-40{height:10rem}.h-44{height:11rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-60{height:15rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\\[120\\%\\]{height:120%}.h-\\[120px\\]{height:120px}.h-\\[18px\\]{height:18px}.h-\\[1px\\]{height:1px}.h-\\[20vh\\]{height:20vh}.h-\\[220px\\]{height:220px}.h-\\[250px\\]{height:250px}.h-\\[2px\\]{height:2px}.h-\\[300px\\]{height:300px}.h-\\[3px\\]{height:3px}.h-\\[400px\\]{height:400px}.h-\\[42\\.375rem\\]{height:42.375rem}.h-\\[420px\\]{height:420px}.h-\\[440px\\]{height:440px}.h-\\[450px\\]{height:450px}.h-\\[460px\\]{height:460px}.h-\\[50\\%\\]{height:50%}.h-\\[500px\\]{height:500px}.h-\\[520px\\]{height:520px}.h-\\[550px\\]{height:550px}.h-\\[600px\\]{height:600px}.h-\\[650px\\]{height:650px}.h-\\[700px\\]{height:700px}.h-\\[800px\\]{height:800px}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-px{height:1px}.max-h-56{max-height:14rem}.max-h-\\[300px\\]{max-height:300px}.max-h-\\[65vh\\]{max-height:65vh}.max-h-\\[90vh\\]{max-height:90vh}.max-h-full{max-height:100%}.min-h-0{min-height:0}.min-h-72{min-height:18rem}.min-h-\\[120px\\]{min-height:120px}.min-h-\\[18px\\]{min-height:18px}.min-h-\\[200px\\]{min-height:200px}.min-h-\\[20px\\]{min-height:20px}.min-h-\\[220px\\]{min-height:220px}.min-h-\\[24px\\]{min-height:24px}.min-h-\\[260px\\]{min-height:260px}.min-h-\\[280px\\]{min-height:280px}.min-h-\\[360px\\]{min-height:360px}.min-h-\\[3rem\\]{min-height:3rem}.min-h-\\[400px\\]{min-height:400px}.min-h-\\[480px\\]{min-height:480px}.min-h-\\[52px\\]{min-height:52px}.min-h-\\[600px\\]{min-height:600px}.min-h-\\[620px\\]{min-height:620px}.min-h-\\[70vh\\]{min-height:70vh}.min-h-\\[72px\\]{min-height:72px}.min-h-\\[80px\\]{min-height:80px}.min-h-\\[80vh\\]{min-height:80vh}.min-h-\\[85vh\\]{min-height:85vh}.min-h-\\[90vh\\]{min-height:90vh}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-0{width:0}.w-0\\.5{width:.125rem}.w-1{width:.25rem}.w-1\\.5{width:.375rem}.w-1\\/2{width:50%}.w-1\\/3{width:33.3333%}.w-1\\/4{width:25%}.w-1\\/6{width:16.6667%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\\.5{width:.625rem}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\\.5{width:.875rem}.w-3\\/4{width:75%}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-40{width:10rem}.w-44{width:11rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-52{width:13rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\\[11\\%\\]{width:11%}.w-\\[110px\\]{width:110px}.w-\\[120\\%\\]{width:120%}.w-\\[16\\%\\]{width:16%}.w-\\[18px\\]{width:18px}.w-\\[22\\%\\]{width:22%}.w-\\[220px\\]{width:220px}.w-\\[28\\%\\]{width:28%}.w-\\[30\\%\\]{width:30%}.w-\\[300px\\]{width:300px}.w-\\[32\\%\\]{width:32%}.w-\\[40\\%\\]{width:40%}.w-\\[400px\\]{width:400px}.w-\\[45\\%\\]{width:45%}.w-\\[50\\%\\]{width:50%}.w-\\[50\\.0625rem\\]{width:50.0625rem}.w-\\[500px\\]{width:500px}.w-\\[58\\%\\]{width:58%}.w-\\[600px\\]{width:600px}.w-\\[700px\\]{width:700px}.w-\\[800px\\]{width:800px}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0}.min-w-\\[1\\.25rem\\]{min-width:1.25rem}.min-w-\\[160px\\]{min-width:160px}.min-w-\\[18px\\]{min-width:18px}.min-w-\\[550px\\]{min-width:550px}.min-w-\\[640px\\]{min-width:640px}.min-w-\\[650px\\]{min-width:650px}.min-w-\\[700px\\]{min-width:700px}.min-w-\\[760px\\]{min-width:760px}.min-w-full{min-width:100%}.min-w-max{min-width:max-content}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\\[1100px\\]{max-width:1100px}.max-w-\\[13rem\\]{max-width:13rem}.max-w-\\[14rem\\]{max-width:14rem}.max-w-\\[180px\\]{max-width:180px}.max-w-\\[56px\\]{max-width:56px}.max-w-\\[580px\\]{max-width:580px}.max-w-\\[85\\%\\]{max-width:85%}.max-w-\\[90\\%\\]{max-width:90%}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1}.flex-auto{flex:auto}.flex-none{flex:none}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.origin-left{transform-origin:0}.origin-right{transform-origin:100%}.origin-top{transform-origin:top}.origin-top-right{transform-origin:100% 0}.-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-x-1\\/3{--tw-translate-x:-33.3333%;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-x-32{--tw-translate-x:-8rem;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-x-full{--tw-translate-x:-100%;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.3333%;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-16{--tw-translate-y:-4rem;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-20{--tw-translate-y:-5rem;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-32{--tw-translate-y:-8rem;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-8{--tw-translate-y:-2rem;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-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))}.translate-x-1\\.5{--tw-translate-x:.375rem;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-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-x-1\\/3{--tw-translate-x:33.3333%;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-x-1\\/4{--tw-translate-x:25%;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-x-16{--tw-translate-x:4rem;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-x-20{--tw-translate-x:5rem;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-x-3{--tw-translate-x:.75rem;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-x-32{--tw-translate-x:8rem;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-x-4{--tw-translate-x:1rem;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-x-8{--tw-translate-x:2rem;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-x-full{--tw-translate-x:100%;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-0{--tw-translate-y: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))}.translate-y-1{--tw-translate-y:.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\\.5{--tw-translate-y:.375rem;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.3333%;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-2{--tw-translate-y:.5rem;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-20{--tw-translate-y:5rem;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-3{--tw-translate-y:.75rem;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-32{--tw-translate-y:8rem;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-full{--tw-translate-y:100%;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-12{--tw-rotate:-12deg;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-2{--tw-rotate:-2deg;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-3{--tw-rotate:-3deg;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-1{--tw-rotate:1deg;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-12{--tw-rotate:12deg;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-2{--tw-rotate:2deg;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-45{--tw-rotate:45deg;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))}.-skew-x-12{--tw-skew-x:-12deg;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))}.skew-x-12{--tw-skew-x:12deg;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-105{--tw-scale-x:1.05;--tw-scale-y:1.05;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-125{--tw-scale-x:1.25;--tw-scale-y:1.25;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-150{--tw-scale-x:1.5;--tw-scale-y:1.5;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.scale-75{--tw-scale-x:.75;--tw-scale-y:.75;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))}.scale-\\[0\\.99\\]{--tw-scale-x:.99;--tw-scale-y:.99;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))}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}.animate-bounce{animation:1s infinite bounce}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}.animate-ping{animation:1s cubic-bezier(0,0,.2,1) infinite ping}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.scroll-mt-16{scroll-margin-top:4rem}.scroll-mt-24{scroll-margin-top:6rem}.scroll-mt-8{scroll-margin-top:2rem}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;appearance: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))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.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}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-items-center{justify-items:center}.gap-0{gap:0}.gap-0\\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-14{gap:3.5rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-2\\.5{gap:.625rem}.gap-20{gap:5rem}.gap-24{gap:6rem}.gap-3{gap:.75rem}.gap-3\\.5{gap:.875rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-px{gap:1px}.gap-x-10{column-gap:2.5rem}.gap-x-12{column-gap:3rem}.gap-x-4{column-gap:1rem}.gap-x-5{column-gap:1.25rem}.gap-x-6{column-gap:1.5rem}.gap-x-8{column-gap:2rem}.gap-y-1{row-gap:.25rem}.gap-y-10{row-gap:2.5rem}.gap-y-12{row-gap:3rem}.gap-y-16{row-gap:4rem}.gap-y-2{row-gap:.5rem}.gap-y-3{row-gap:.75rem}.gap-y-4{row-gap:1rem}.gap-y-6{row-gap:1.5rem}.gap-y-8{row-gap:2rem}.-space-x-1\u003e:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.25rem*var(--tw-space-x-reverse));margin-left:calc(-.25rem*calc(1 - var(--tw-space-x-reverse)))}.-space-x-2\u003e: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)))}.-space-x-3\u003e:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.75rem*var(--tw-space-x-reverse));margin-left:calc(-.75rem*calc(1 - var(--tw-space-x-reverse)))}.space-x-2\u003e: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)))}.space-x-3\u003e:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem*var(--tw-space-x-reverse));margin-left:calc(.75rem*calc(1 - var(--tw-space-x-reverse)))}.space-x-4\u003e: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-0\u003e:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px*var(--tw-space-y-reverse))}.space-y-0\\.5\u003e:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.125rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem*var(--tw-space-y-reverse))}.space-y-1\u003e:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem*var(--tw-space-y-reverse))}.space-y-1\\.5\u003e:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.375rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem*var(--tw-space-y-reverse))}.space-y-10\u003e:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem*var(--tw-space-y-reverse))}.space-y-12\u003e:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem*var(--tw-space-y-reverse))}.space-y-14\u003e:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3.5rem*var(--tw-space-y-reverse))}.space-y-16\u003e:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(4rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4rem*var(--tw-space-y-reverse))}.space-y-2\u003e:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem*var(--tw-space-y-reverse))}.space-y-2\\.5\u003e:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.625rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem*var(--tw-space-y-reverse))}.space-y-20\u003e:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(5rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(5rem*var(--tw-space-y-reverse))}.space-y-24\u003e:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(6rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(6rem*var(--tw-space-y-reverse))}.space-y-3\u003e:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem*var(--tw-space-y-reverse))}.space-y-4\u003e: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-5\u003e:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem*var(--tw-space-y-reverse))}.space-y-6\u003e: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-7\u003e:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.75rem*calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.75rem*var(--tw-space-y-reverse))}.space-y-8\u003e: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\u003e:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px*var(--tw-divide-x-reverse));border-left-width:calc(1px*calc(1 - var(--tw-divide-x-reverse)))}.divide-y\u003e:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px*var(--tw-divide-y-reverse))}.divide-gray-100\u003e:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(243 244 246/var(--tw-divide-opacity,1))}.divide-gray-200\u003e:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(229 231 235/var(--tw-divide-opacity,1))}.divide-gray-50\u003e:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(249 250 251/var(--tw-divide-opacity,1))}.divide-gray-900\\/10\u003e:not([hidden])~:not([hidden]){border-color:#1118271a}.divide-slate-100\u003e:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(241 245 249/var(--tw-divide-opacity,1))}.divide-slate-200\u003e:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(226 232 240/var(--tw-divide-opacity,1))}.divide-slate-50\u003e:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(248 250 252/var(--tw-divide-opacity,1))}.divide-slate-800\u003e:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(30 41 59/var(--tw-divide-opacity,1))}.self-start{align-self:flex-start}.self-stretch{align-self:stretch}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.scroll-smooth{scroll-behavior:smooth}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.text-pretty{text-wrap:pretty}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl,.rounded-\\[1\\.5rem\\]{border-radius:1.5rem}.rounded-\\[1\\.8rem\\]{border-radius:1.8rem}.rounded-\\[2\\.3rem\\]{border-radius:2.3rem}.rounded-\\[2\\.5rem\\]{border-radius:2.5rem}.rounded-\\[28px\\]{border-radius:28px}.rounded-\\[2rem\\]{border-radius:2rem}.rounded-\\[3\\.5rem\\]{border-radius:3.5rem}.rounded-\\[3rem\\]{border-radius:3rem}.rounded-\\[4rem\\]{border-radius:4rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-b-\\[2\\.5rem\\]{border-bottom-right-radius:2.5rem;border-bottom-left-radius:2.5rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-bl-full{border-bottom-left-radius:9999px}.rounded-tl-2xl{border-top-left-radius:1rem}.rounded-tl-none{border-top-left-radius:0}.rounded-tr-none{border-top-right-radius:0}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-4{border-width:4px}.border-8{border-width:8px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-0{border-left-width:0}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-l-\\[3px\\]{border-left-width:3px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-\\[\\#1a6181\\]{--tw-border-opacity:1;border-color:rgb(26 97 129/var(--tw-border-opacity,1))}.border-\\[\\#1e293b\\]\\/30{border-color:#1e293b4d}.border-\\[rgba\\(59\\,159\\,212\\,0\\.40\\)\\]{border-color:#3b9fd466}.border-amber-100{--tw-border-opacity:1;border-color:rgb(254 243 199/var(--tw-border-opacity,1))}.border-amber-200{--tw-border-opacity:1;border-color:rgb(253 230 138/var(--tw-border-opacity,1))}.border-amber-300{--tw-border-opacity:1;border-color:rgb(252 211 77/var(--tw-border-opacity,1))}.border-amber-400{--tw-border-opacity:1;border-color:rgb(251 191 36/var(--tw-border-opacity,1))}.border-amber-400\\/25{border-color:#fbbf2440}.border-amber-400\\/30{border-color:#fbbf244d}.border-amber-500\\/20{border-color:#f59e0b33}.border-amber-500\\/30{border-color:#f59e0b4d}.border-amber-500\\/40{border-color:#f59e0b66}.border-amber-600{--tw-border-opacity:1;border-color:rgb(217 119 6/var(--tw-border-opacity,1))}.border-amber-800{--tw-border-opacity:1;border-color:rgb(146 64 14/var(--tw-border-opacity,1))}.border-blue-100{--tw-border-opacity:1;border-color:rgb(219 234 254/var(--tw-border-opacity,1))}.border-blue-200{--tw-border-opacity:1;border-color:rgb(191 219 254/var(--tw-border-opacity,1))}.border-blue-400{--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity,1))}.border-blue-600{--tw-border-opacity:1;border-color:rgb(37 99 235/var(--tw-border-opacity,1))}.border-current{border-color:currentColor}.border-cyan-100{--tw-border-opacity:1;border-color:rgb(207 250 254/var(--tw-border-opacity,1))}.border-cyan-200{--tw-border-opacity:1;border-color:rgb(165 243 252/var(--tw-border-opacity,1))}.border-cyan-400{--tw-border-opacity:1;border-color:rgb(34 211 238/var(--tw-border-opacity,1))}.border-emerald-100{--tw-border-opacity:1;border-color:rgb(209 250 229/var(--tw-border-opacity,1))}.border-emerald-200{--tw-border-opacity:1;border-color:rgb(167 243 208/var(--tw-border-opacity,1))}.border-emerald-200\\/60{border-color:#a7f3d099}.border-emerald-300{--tw-border-opacity:1;border-color:rgb(110 231 183/var(--tw-border-opacity,1))}.border-emerald-400\\/30{border-color:#34d3994d}.border-emerald-500\\/20{border-color:#10b98133}.border-emerald-500\\/30{border-color:#10b9814d}.border-emerald-800{--tw-border-opacity:1;border-color:rgb(6 95 70/var(--tw-border-opacity,1))}.border-emerald-900{--tw-border-opacity:1;border-color:rgb(6 78 59/var(--tw-border-opacity,1))}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-gray-50{--tw-border-opacity:1;border-color:rgb(249 250 251/var(--tw-border-opacity,1))}.border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.border-gray-700{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.border-gray-800{--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity,1))}.border-green-100{--tw-border-opacity:1;border-color:rgb(220 252 231/var(--tw-border-opacity,1))}.border-green-200{--tw-border-opacity:1;border-color:rgb(187 247 208/var(--tw-border-opacity,1))}.border-green-400{--tw-border-opacity:1;border-color:rgb(74 222 128/var(--tw-border-opacity,1))}.border-indigo-100{--tw-border-opacity:1;border-color:rgb(224 231 255/var(--tw-border-opacity,1))}.border-indigo-100\\/50{border-color:#e0e7ff80}.border-indigo-100\\/80{border-color:#e0e7ffcc}.border-indigo-200{--tw-border-opacity:1;border-color:rgb(199 210 254/var(--tw-border-opacity,1))}.border-indigo-200\\/60{border-color:#c7d2fe99}.border-indigo-300{--tw-border-opacity:1;border-color:rgb(165 180 252/var(--tw-border-opacity,1))}.border-indigo-300\\/50{border-color:#a5b4fc80}.border-indigo-300\\/60{border-color:#a5b4fc99}.border-indigo-400{--tw-border-opacity:1;border-color:rgb(129 140 248/var(--tw-border-opacity,1))}.border-indigo-400\\/20{border-color:#818cf833}.border-indigo-400\\/30{border-color:#818cf84d}.border-indigo-50{--tw-border-opacity:1;border-color:rgb(238 242 255/var(--tw-border-opacity,1))}.border-indigo-500{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity,1))}.border-indigo-500\\/10{border-color:#6366f11a}.border-indigo-500\\/20{border-color:#6366f133}.border-indigo-500\\/25{border-color:#6366f140}.border-indigo-500\\/30{border-color:#6366f14d}.border-indigo-600{--tw-border-opacity:1;border-color:rgb(79 70 229/var(--tw-border-opacity,1))}.border-indigo-700{--tw-border-opacity:1;border-color:rgb(67 56 202/var(--tw-border-opacity,1))}.border-indigo-800{--tw-border-opacity:1;border-color:rgb(55 48 163/var(--tw-border-opacity,1))}.border-indigo-800\\/40{border-color:#3730a366}.border-indigo-800\\/50{border-color:#3730a380}.border-indigo-800\\/60{border-color:#3730a399}.border-indigo-900{--tw-border-opacity:1;border-color:rgb(49 46 129/var(--tw-border-opacity,1))}.border-inherit{border-color:inherit}.border-orange-100{--tw-border-opacity:1;border-color:rgb(255 237 213/var(--tw-border-opacity,1))}.border-orange-200{--tw-border-opacity:1;border-color:rgb(254 215 170/var(--tw-border-opacity,1))}.border-orange-500\\/20{border-color:#f9731633}.border-orange-500\\/25{border-color:#f9731640}.border-orange-500\\/40{border-color:#f9731666}.border-orange-600{--tw-border-opacity:1;border-color:rgb(234 88 12/var(--tw-border-opacity,1))}.border-pink-200{--tw-border-opacity:1;border-color:rgb(251 207 232/var(--tw-border-opacity,1))}.border-purple-100{--tw-border-opacity:1;border-color:rgb(243 232 255/var(--tw-border-opacity,1))}.border-purple-200{--tw-border-opacity:1;border-color:rgb(233 213 255/var(--tw-border-opacity,1))}.border-purple-300{--tw-border-opacity:1;border-color:rgb(216 180 254/var(--tw-border-opacity,1))}.border-purple-500\\/20{border-color:#a855f733}.border-purple-600{--tw-border-opacity:1;border-color:rgb(147 51 234/var(--tw-border-opacity,1))}.border-red-100{--tw-border-opacity:1;border-color:rgb(254 226 226/var(--tw-border-opacity,1))}.border-red-200{--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity,1))}.border-red-300{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity,1))}.border-red-400{--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity,1))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.border-red-500\\/20{border-color:#ef444433}.border-red-800\\/40{border-color:#991b1b66}.border-rose-100{--tw-border-opacity:1;border-color:rgb(255 228 230/var(--tw-border-opacity,1))}.border-rose-200{--tw-border-opacity:1;border-color:rgb(254 205 211/var(--tw-border-opacity,1))}.border-rose-300{--tw-border-opacity:1;border-color:rgb(253 164 175/var(--tw-border-opacity,1))}.border-rose-500\\/20{border-color:#f43f5e33}.border-rose-600{--tw-border-opacity:1;border-color:rgb(225 29 72/var(--tw-border-opacity,1))}.border-sky-500\\/20{border-color:#0ea5e933}.border-slate-100{--tw-border-opacity:1;border-color:rgb(241 245 249/var(--tw-border-opacity,1))}.border-slate-100\\/50{border-color:#f1f5f980}.border-slate-200{--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1))}.border-slate-200\\/50{border-color:#e2e8f080}.border-slate-200\\/60{border-color:#e2e8f099}.border-slate-200\\/80{border-color:#e2e8f0cc}.border-slate-300{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1))}.border-slate-50{--tw-border-opacity:1;border-color:rgb(248 250 252/var(--tw-border-opacity,1))}.border-slate-500\\/20{border-color:#64748b33}.border-slate-600{--tw-border-opacity:1;border-color:rgb(71 85 105/var(--tw-border-opacity,1))}.border-slate-700{--tw-border-opacity:1;border-color:rgb(51 65 85/var(--tw-border-opacity,1))}.border-slate-700\\/50{border-color:#33415580}.border-slate-800{--tw-border-opacity:1;border-color:rgb(30 41 59/var(--tw-border-opacity,1))}.border-slate-800\\/50{border-color:#1e293b80}.border-slate-800\\/60{border-color:#1e293b99}.border-slate-900{--tw-border-opacity:1;border-color:rgb(15 23 42/var(--tw-border-opacity,1))}.border-teal-100{--tw-border-opacity:1;border-color:rgb(204 251 241/var(--tw-border-opacity,1))}.border-teal-200{--tw-border-opacity:1;border-color:rgb(153 246 228/var(--tw-border-opacity,1))}.border-teal-300{--tw-border-opacity:1;border-color:rgb(94 234 212/var(--tw-border-opacity,1))}.border-teal-500\\/40{border-color:#14b8a666}.border-teal-600{--tw-border-opacity:1;border-color:rgb(13 148 136/var(--tw-border-opacity,1))}.border-transparent{border-color:#0000}.border-violet-100{--tw-border-opacity:1;border-color:rgb(237 233 254/var(--tw-border-opacity,1))}.border-violet-200{--tw-border-opacity:1;border-color:rgb(221 214 254/var(--tw-border-opacity,1))}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-white\\/10{border-color:#ffffff1a}.border-white\\/15{border-color:#ffffff26}.border-white\\/20{border-color:#fff3}.border-white\\/30{border-color:#ffffff4d}.border-white\\/40{border-color:#fff6}.border-white\\/5{border-color:#ffffff0d}.border-white\\/50{border-color:#ffffff80}.border-white\\/60{border-color:#fff9}.border-white\\/\\[0\\.05\\]{border-color:#ffffff0d}.border-white\\/\\[0\\.06\\]{border-color:#ffffff0f}.border-white\\/\\[0\\.08\\]{border-color:#ffffff14}.border-white\\/\\[0\\.12\\]{border-color:#ffffff1f}.border-yellow-400{--tw-border-opacity:1;border-color:rgb(250 204 21/var(--tw-border-opacity,1))}.border-b-indigo-600{--tw-border-opacity:1;border-bottom-color:rgb(79 70 229/var(--tw-border-opacity,1))}.border-b-transparent{border-bottom-color:#0000}.border-l-indigo-600{--tw-border-opacity:1;border-left-color:rgb(79 70 229/var(--tw-border-opacity,1))}.border-l-transparent{border-left-color:#0000}.border-t-indigo-600{--tw-border-opacity:1;border-top-color:rgb(79 70 229/var(--tw-border-opacity,1))}.border-t-transparent{border-top-color:#0000}.border-t-white{--tw-border-opacity:1;border-top-color:rgb(255 255 255/var(--tw-border-opacity,1))}.bg-\\[\\#0058CC\\]{--tw-bg-opacity:1;background-color:rgb(0 88 204/var(--tw-bg-opacity,1))}.bg-\\[\\#020617\\]{--tw-bg-opacity:1;background-color:rgb(2 6 23/var(--tw-bg-opacity,1))}.bg-\\[\\#06080f\\]{--tw-bg-opacity:1;background-color:rgb(6 8 15/var(--tw-bg-opacity,1))}.bg-\\[\\#060d1e\\]{--tw-bg-opacity:1;background-color:rgb(6 13 30/var(--tw-bg-opacity,1))}.bg-\\[\\#0A0C10\\]{--tw-bg-opacity:1;background-color:rgb(10 12 16/var(--tw-bg-opacity,1))}.bg-\\[\\#0a0a0a\\]{--tw-bg-opacity:1;background-color:rgb(10 10 10/var(--tw-bg-opacity,1))}.bg-\\[\\#0a0f1a\\]{--tw-bg-opacity:1;background-color:rgb(10 15 26/var(--tw-bg-opacity,1))}.bg-\\[\\#0b0f19\\]{--tw-bg-opacity:1;background-color:rgb(11 15 25/var(--tw-bg-opacity,1))}.bg-\\[\\#0b0f1a\\]{--tw-bg-opacity:1;background-color:rgb(11 15 26/var(--tw-bg-opacity,1))}.bg-\\[\\#0d1424\\]{--tw-bg-opacity:1;background-color:rgb(13 20 36/var(--tw-bg-opacity,1))}.bg-\\[\\#0f172a\\]{--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1))}.bg-\\[\\#162050\\]{--tw-bg-opacity:1;background-color:rgb(22 32 80/var(--tw-bg-opacity,1))}.bg-\\[\\#1e1b4b\\]{--tw-bg-opacity:1;background-color:rgb(30 27 75/var(--tw-bg-opacity,1))}.bg-\\[\\#1e2540\\]{--tw-bg-opacity:1;background-color:rgb(30 37 64/var(--tw-bg-opacity,1))}.bg-\\[\\#21759b\\]{--tw-bg-opacity:1;background-color:rgb(33 117 155/var(--tw-bg-opacity,1))}.bg-\\[\\#28c840\\]{--tw-bg-opacity:1;background-color:rgb(40 200 64/var(--tw-bg-opacity,1))}.bg-\\[\\#3b9fd4\\]{--tw-bg-opacity:1;background-color:rgb(59 159 212/var(--tw-bg-opacity,1))}.bg-\\[\\#4f46e5\\]\\/20{background-color:#4f46e533}.bg-\\[\\#5865F2\\]{--tw-bg-opacity:1;background-color:rgb(88 101 242/var(--tw-bg-opacity,1))}.bg-\\[\\#FCFCFD\\]{--tw-bg-opacity:1;background-color:rgb(252 252 253/var(--tw-bg-opacity,1))}.bg-\\[\\#eef1f6\\]{--tw-bg-opacity:1;background-color:rgb(238 241 246/var(--tw-bg-opacity,1))}.bg-\\[\\#eef2ff\\]{--tw-bg-opacity:1;background-color:rgb(238 242 255/var(--tw-bg-opacity,1))}.bg-\\[\\#f8fafc\\]{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.bg-\\[\\#fafaff\\]{--tw-bg-opacity:1;background-color:rgb(250 250 255/var(--tw-bg-opacity,1))}.bg-\\[\\#fcfcfd\\]{--tw-bg-opacity:1;background-color:rgb(252 252 253/var(--tw-bg-opacity,1))}.bg-\\[\\#febc2e\\]{--tw-bg-opacity:1;background-color:rgb(254 188 46/var(--tw-bg-opacity,1))}.bg-\\[\\#ff5f57\\]{--tw-bg-opacity:1;background-color:rgb(255 95 87/var(--tw-bg-opacity,1))}.bg-\\[rgba\\(14\\,79\\,122\\,0\\.50\\)\\]{background-color:#0e4f7a80}.bg-amber-100{--tw-bg-opacity:1;background-color:rgb(254 243 199/var(--tw-bg-opacity,1))}.bg-amber-400{--tw-bg-opacity:1;background-color:rgb(251 191 36/var(--tw-bg-opacity,1))}.bg-amber-400\\/10{background-color:#fbbf241a}.bg-amber-400\\/70{background-color:#fbbf24b3}.bg-amber-50{--tw-bg-opacity:1;background-color:rgb(255 251 235/var(--tw-bg-opacity,1))}.bg-amber-50\\/40{background-color:#fffbeb66}.bg-amber-50\\/50{background-color:#fffbeb80}.bg-amber-50\\/60{background-color:#fffbeb99}.bg-amber-500{--tw-bg-opacity:1;background-color:rgb(245 158 11/var(--tw-bg-opacity,1))}.bg-amber-500\\/10{background-color:#f59e0b1a}.bg-amber-500\\/15{background-color:#f59e0b26}.bg-amber-500\\/20{background-color:#f59e0b33}.bg-amber-500\\/80{background-color:#f59e0bcc}.bg-amber-600{--tw-bg-opacity:1;background-color:rgb(217 119 6/var(--tw-bg-opacity,1))}.bg-amber-950{--tw-bg-opacity:1;background-color:rgb(69 26 3/var(--tw-bg-opacity,1))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-black\\/10{background-color:#0000001a}.bg-black\\/20{background-color:#0003}.bg-black\\/25{background-color:#00000040}.bg-black\\/40{background-color:#0006}.bg-black\\/50{background-color:#00000080}.bg-black\\/60{background-color:#0009}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.bg-blue-400{--tw-bg-opacity:1;background-color:rgb(96 165 250/var(--tw-bg-opacity,1))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.bg-blue-50\\/40{background-color:#eff6ff66}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.bg-blue-500\\/15{background-color:#3b82f626}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.bg-current{background-color:currentColor}.bg-cyan-100{--tw-bg-opacity:1;background-color:rgb(207 250 254/var(--tw-bg-opacity,1))}.bg-cyan-50{--tw-bg-opacity:1;background-color:rgb(236 254 255/var(--tw-bg-opacity,1))}.bg-cyan-500{--tw-bg-opacity:1;background-color:rgb(6 182 212/var(--tw-bg-opacity,1))}.bg-cyan-600{--tw-bg-opacity:1;background-color:rgb(8 145 178/var(--tw-bg-opacity,1))}.bg-emerald-100{--tw-bg-opacity:1;background-color:rgb(209 250 229/var(--tw-bg-opacity,1))}.bg-emerald-300{--tw-bg-opacity:1;background-color:rgb(110 231 183/var(--tw-bg-opacity,1))}.bg-emerald-400{--tw-bg-opacity:1;background-color:rgb(52 211 153/var(--tw-bg-opacity,1))}.bg-emerald-400\\/10{background-color:#34d3991a}.bg-emerald-400\\/20{background-color:#34d39933}.bg-emerald-50{--tw-bg-opacity:1;background-color:rgb(236 253 245/var(--tw-bg-opacity,1))}.bg-emerald-50\\/50{background-color:#ecfdf580}.bg-emerald-500{--tw-bg-opacity:1;background-color:rgb(16 185 129/var(--tw-bg-opacity,1))}.bg-emerald-500\\/10{background-color:#10b9811a}.bg-emerald-500\\/15{background-color:#10b98126}.bg-emerald-500\\/20{background-color:#10b98133}.bg-emerald-500\\/80{background-color:#10b981cc}.bg-emerald-600{--tw-bg-opacity:1;background-color:rgb(5 150 105/var(--tw-bg-opacity,1))}.bg-emerald-950{--tw-bg-opacity:1;background-color:rgb(2 44 34/var(--tw-bg-opacity,1))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-gray-50\\/30{background-color:#f9fafb4d}.bg-gray-50\\/50{background-color:#f9fafb80}.bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.bg-gray-900\\/60{background-color:#11182799}.bg-gray-950{--tw-bg-opacity:1;background-color:rgb(3 7 18/var(--tw-bg-opacity,1))}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.bg-green-400\\/70{background-color:#4ade80b3}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity,1))}.bg-green-500{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.bg-green-500\\/60{background-color:#22c55e99}.bg-green-600{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))}.bg-indigo-100{--tw-bg-opacity:1;background-color:rgb(224 231 255/var(--tw-bg-opacity,1))}.bg-indigo-100\\/30{background-color:#e0e7ff4d}.bg-indigo-100\\/40{background-color:#e0e7ff66}.bg-indigo-100\\/50{background-color:#e0e7ff80}.bg-indigo-100\\/60{background-color:#e0e7ff99}.bg-indigo-100\\/70{background-color:#e0e7ffb3}.bg-indigo-100\\/80{background-color:#e0e7ffcc}.bg-indigo-200{--tw-bg-opacity:1;background-color:rgb(199 210 254/var(--tw-bg-opacity,1))}.bg-indigo-200\\/30{background-color:#c7d2fe4d}.bg-indigo-200\\/50{background-color:#c7d2fe80}.bg-indigo-300{--tw-bg-opacity:1;background-color:rgb(165 180 252/var(--tw-bg-opacity,1))}.bg-indigo-400{--tw-bg-opacity:1;background-color:rgb(129 140 248/var(--tw-bg-opacity,1))}.bg-indigo-400\\/10{background-color:#818cf81a}.bg-indigo-400\\/30{background-color:#818cf84d}.bg-indigo-400\\/\\[0\\.07\\]{background-color:#818cf812}.bg-indigo-50{--tw-bg-opacity:1;background-color:rgb(238 242 255/var(--tw-bg-opacity,1))}.bg-indigo-50\\/20{background-color:#eef2ff33}.bg-indigo-50\\/30{background-color:#eef2ff4d}.bg-indigo-50\\/40{background-color:#eef2ff66}.bg-indigo-50\\/50{background-color:#eef2ff80}.bg-indigo-50\\/60{background-color:#eef2ff99}.bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(99 102 241/var(--tw-bg-opacity,1))}.bg-indigo-500\\/10{background-color:#6366f11a}.bg-indigo-500\\/15{background-color:#6366f126}.bg-indigo-500\\/20{background-color:#6366f133}.bg-indigo-500\\/30{background-color:#6366f14d}.bg-indigo-500\\/5{background-color:#6366f10d}.bg-indigo-600{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity,1))}.bg-indigo-600\\/10{background-color:#4f46e51a}.bg-indigo-600\\/15{background-color:#4f46e526}.bg-indigo-600\\/20{background-color:#4f46e533}.bg-indigo-600\\/30{background-color:#4f46e54d}.bg-indigo-600\\/5{background-color:#4f46e50d}.bg-indigo-700{--tw-bg-opacity:1;background-color:rgb(67 56 202/var(--tw-bg-opacity,1))}.bg-indigo-800{--tw-bg-opacity:1;background-color:rgb(55 48 163/var(--tw-bg-opacity,1))}.bg-indigo-800\\/5{background-color:#3730a30d}.bg-indigo-800\\/50{background-color:#3730a380}.bg-indigo-900{--tw-bg-opacity:1;background-color:rgb(49 46 129/var(--tw-bg-opacity,1))}.bg-indigo-900\\/10{background-color:#312e811a}.bg-indigo-900\\/20{background-color:#312e8133}.bg-indigo-900\\/90{background-color:#312e81e6}.bg-indigo-950{--tw-bg-opacity:1;background-color:rgb(30 27 75/var(--tw-bg-opacity,1))}.bg-indigo-950\\/40{background-color:#1e1b4b66}.bg-indigo-950\\/50{background-color:#1e1b4b80}.bg-indigo-950\\/80{background-color:#1e1b4bcc}.bg-orange-50{--tw-bg-opacity:1;background-color:rgb(255 247 237/var(--tw-bg-opacity,1))}.bg-orange-50\\/30{background-color:#fff7ed4d}.bg-orange-50\\/40{background-color:#fff7ed66}.bg-orange-50\\/60{background-color:#fff7ed99}.bg-orange-500{--tw-bg-opacity:1;background-color:rgb(249 115 22/var(--tw-bg-opacity,1))}.bg-orange-500\\/10{background-color:#f973161a}.bg-orange-500\\/15{background-color:#f9731626}.bg-orange-500\\/20{background-color:#f9731633}.bg-orange-600{--tw-bg-opacity:1;background-color:rgb(234 88 12/var(--tw-bg-opacity,1))}.bg-orange-600\\/10{background-color:#ea580c1a}.bg-pink-50{--tw-bg-opacity:1;background-color:rgb(253 242 248/var(--tw-bg-opacity,1))}.bg-purple-100{--tw-bg-opacity:1;background-color:rgb(243 232 255/var(--tw-bg-opacity,1))}.bg-purple-50{--tw-bg-opacity:1;background-color:rgb(250 245 255/var(--tw-bg-opacity,1))}.bg-purple-500{--tw-bg-opacity:1;background-color:rgb(168 85 247/var(--tw-bg-opacity,1))}.bg-purple-500\\/10{background-color:#a855f71a}.bg-purple-600{--tw-bg-opacity:1;background-color:rgb(147 51 234/var(--tw-bg-opacity,1))}.bg-purple-600\\/15{background-color:#9333ea26}.bg-purple-900{--tw-bg-opacity:1;background-color:rgb(88 28 135/var(--tw-bg-opacity,1))}.bg-purple-950{--tw-bg-opacity:1;background-color:rgb(59 7 100/var(--tw-bg-opacity,1))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}.bg-red-300{--tw-bg-opacity:1;background-color:rgb(252 165 165/var(--tw-bg-opacity,1))}.bg-red-400{--tw-bg-opacity:1;background-color:rgb(248 113 113/var(--tw-bg-opacity,1))}.bg-red-400\\/70{background-color:#f87171b3}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.bg-red-50\\/30{background-color:#fef2f24d}.bg-red-50\\/60{background-color:#fef2f299}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.bg-red-500\\/10{background-color:#ef44441a}.bg-red-500\\/60{background-color:#ef444499}.bg-red-700{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity,1))}.bg-red-900\\/60{background-color:#7f1d1d99}.bg-rose-100{--tw-bg-opacity:1;background-color:rgb(255 228 230/var(--tw-bg-opacity,1))}.bg-rose-400\\/10{background-color:#fb71851a}.bg-rose-50{--tw-bg-opacity:1;background-color:rgb(255 241 242/var(--tw-bg-opacity,1))}.bg-rose-500{--tw-bg-opacity:1;background-color:rgb(244 63 94/var(--tw-bg-opacity,1))}.bg-rose-500\\/10{background-color:#f43f5e1a}.bg-rose-500\\/80{background-color:#f43f5ecc}.bg-rose-600{--tw-bg-opacity:1;background-color:rgb(225 29 72/var(--tw-bg-opacity,1))}.bg-sky-100{--tw-bg-opacity:1;background-color:rgb(224 242 254/var(--tw-bg-opacity,1))}.bg-sky-50{--tw-bg-opacity:1;background-color:rgb(240 249 255/var(--tw-bg-opacity,1))}.bg-sky-500{--tw-bg-opacity:1;background-color:rgb(14 165 233/var(--tw-bg-opacity,1))}.bg-sky-500\\/10{background-color:#0ea5e91a}.bg-sky-600{--tw-bg-opacity:1;background-color:rgb(2 132 199/var(--tw-bg-opacity,1))}.bg-sky-950{--tw-bg-opacity:1;background-color:rgb(8 47 73/var(--tw-bg-opacity,1))}.bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.bg-slate-100\\/50{background-color:#f1f5f980}.bg-slate-200{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1))}.bg-slate-300{--tw-bg-opacity:1;background-color:rgb(203 213 225/var(--tw-bg-opacity,1))}.bg-slate-400{--tw-bg-opacity:1;background-color:rgb(148 163 184/var(--tw-bg-opacity,1))}.bg-slate-50{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.bg-slate-50\\/10{background-color:#f8fafc1a}.bg-slate-50\\/30{background-color:#f8fafc4d}.bg-slate-50\\/40{background-color:#f8fafc66}.bg-slate-50\\/50{background-color:#f8fafc80}.bg-slate-50\\/60{background-color:#f8fafc99}.bg-slate-50\\/80{background-color:#f8fafccc}.bg-slate-500\\/10{background-color:#64748b1a}.bg-slate-600{--tw-bg-opacity:1;background-color:rgb(71 85 105/var(--tw-bg-opacity,1))}.bg-slate-700{--tw-bg-opacity:1;background-color:rgb(51 65 85/var(--tw-bg-opacity,1))}.bg-slate-800{--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity,1))}.bg-slate-800\\/50{background-color:#1e293b80}.bg-slate-800\\/60{background-color:#1e293b99}.bg-slate-900{--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1))}.bg-slate-900\\/10{background-color:#0f172a1a}.bg-slate-900\\/40{background-color:#0f172a66}.bg-slate-900\\/50{background-color:#0f172a80}.bg-slate-900\\/80{background-color:#0f172acc}.bg-slate-950{--tw-bg-opacity:1;background-color:rgb(2 6 23/var(--tw-bg-opacity,1))}.bg-slate-950\\/50{background-color:#02061780}.bg-slate-950\\/90{background-color:#020617e6}.bg-teal-100{--tw-bg-opacity:1;background-color:rgb(204 251 241/var(--tw-bg-opacity,1))}.bg-teal-50{--tw-bg-opacity:1;background-color:rgb(240 253 250/var(--tw-bg-opacity,1))}.bg-teal-50\\/40{background-color:#f0fdfa66}.bg-teal-50\\/60{background-color:#f0fdfa99}.bg-teal-500{--tw-bg-opacity:1;background-color:rgb(20 184 166/var(--tw-bg-opacity,1))}.bg-teal-500\\/20{background-color:#14b8a633}.bg-teal-600{--tw-bg-opacity:1;background-color:rgb(13 148 136/var(--tw-bg-opacity,1))}.bg-transparent{background-color:#0000}.bg-violet-100{--tw-bg-opacity:1;background-color:rgb(237 233 254/var(--tw-bg-opacity,1))}.bg-violet-100\\/50{background-color:#ede9fe80}.bg-violet-200\\/20{background-color:#ddd6fe33}.bg-violet-400{--tw-bg-opacity:1;background-color:rgb(167 139 250/var(--tw-bg-opacity,1))}.bg-violet-400\\/\\[0\\.06\\]{background-color:#a78bfa0f}.bg-violet-50{--tw-bg-opacity:1;background-color:rgb(245 243 255/var(--tw-bg-opacity,1))}.bg-violet-50\\/40{background-color:#f5f3ff66}.bg-violet-500{--tw-bg-opacity:1;background-color:rgb(139 92 246/var(--tw-bg-opacity,1))}.bg-violet-500\\/15{background-color:#8b5cf626}.bg-violet-500\\/20{background-color:#8b5cf633}.bg-violet-600{--tw-bg-opacity:1;background-color:rgb(124 58 237/var(--tw-bg-opacity,1))}.bg-violet-600\\/20{background-color:#7c3aed33}.bg-violet-950{--tw-bg-opacity:1;background-color:rgb(46 16 101/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\\/10{background-color:#ffffff1a}.bg-white\\/15{background-color:#ffffff26}.bg-white\\/20{background-color:#fff3}.bg-white\\/40{background-color:#fff6}.bg-white\\/5{background-color:#ffffff0d}.bg-white\\/50{background-color:#ffffff80}.bg-white\\/60{background-color:#fff9}.bg-white\\/70{background-color:#ffffffb3}.bg-white\\/80{background-color:#fffc}.bg-white\\/90{background-color:#ffffffe6}.bg-white\\/95{background-color:#fffffff2}.bg-white\\/\\[0\\.01\\]{background-color:#ffffff03}.bg-white\\/\\[0\\.02\\]{background-color:#ffffff05}.bg-white\\/\\[0\\.03\\]{background-color:#ffffff08}.bg-white\\/\\[0\\.04\\]{background-color:#ffffff0a}.bg-white\\/\\[0\\.06\\]{background-color:#ffffff0f}.bg-white\\/\\[0\\.07\\]{background-color:#ffffff12}.bg-white\\/\\[0\\.08\\]{background-color:#ffffff14}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))}.bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(250 204 21/var(--tw-bg-opacity,1))}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity,1))}.bg-yellow-500\\/60{background-color:#eab30899}.bg-\\[linear-gradient\\(to_right\\,\\#121b2e_1px\\,transparent_1px\\)\\,linear-gradient\\(to_bottom\\,\\#121b2e_1px\\,transparent_1px\\)\\]{background-image:linear-gradient(90deg,#121b2e 1px,#0000 1px),linear-gradient(#121b2e 1px,#0000 1px)}.bg-\\[linear-gradient\\(to_right\\,\\#f8fafc_1px\\,transparent_1px\\)\\,linear-gradient\\(to_bottom\\,\\#f8fafc_1px\\,transparent_1px\\)\\]{background-image:linear-gradient(90deg,#f8fafc 1px,#0000 1px),linear-gradient(#f8fafc 1px,#0000 1px)}.bg-\\[radial-gradient\\(45rem_50rem_at_top\\,theme\\(colors\\.indigo\\.100\\)\\,white\\)\\]{background-image:radial-gradient(45rem 50rem at top,#e0e7ff,#fff)}.bg-\\[radial-gradient\\(circle_at_20\\%_30\\%\\,\\#0b006c_0\\%\\,transparent_50\\%\\)\\]{background-image:radial-gradient(circle at 20% 30%,#0b006c 0%,#0000 50%)}.bg-\\[radial-gradient\\(circle_at_80\\%_70\\%\\,\\#4338ca_0\\%\\,transparent_50\\%\\)\\]{background-image:radial-gradient(circle at 80% 70%,#4338ca 0%,#0000 50%)}.bg-\\[radial-gradient\\(circle_at_bottom\\,rgba\\(59\\,130\\,246\\,0\\.08\\)\\,transparent_50\\%\\)\\]{background-image:radial-gradient(circle at bottom,#3b82f614,#0000 50%)}.bg-\\[radial-gradient\\(circle_at_bottom_left\\,rgba\\(99\\,102\\,241\\,0\\.04\\)\\,transparent_50\\%\\)\\]{background-image:radial-gradient(circle at 0 100%,#6366f10a,#0000 50%)}.bg-\\[radial-gradient\\(circle_at_center\\,rgba\\(99\\,102\\,241\\,0\\.05\\)_0\\%\\,transparent_70\\%\\)\\]{background-image:radial-gradient(circle,#6366f10d 0%,#0000 70%)}.bg-\\[radial-gradient\\(circle_at_center\\,rgba\\(99\\,102\\,241\\,0\\.15\\)\\,transparent_70\\%\\)\\]{background-image:radial-gradient(circle,#6366f126,#0000 70%)}.bg-\\[radial-gradient\\(circle_at_top\\,rgba\\(99\\,102\\,241\\,0\\.12\\)\\,transparent_50\\%\\)\\]{background-image:radial-gradient(circle at top,#6366f11f,#0000 50%)}.bg-\\[radial-gradient\\(circle_at_top_right\\,rgba\\(99\\,102\\,241\\,0\\.03\\)\\,transparent_50\\%\\)\\]{background-image:radial-gradient(circle at 100% 0,#6366f108,#0000 50%)}.bg-\\[radial-gradient\\(ellipse_80\\%_60\\%_at_50\\%_0\\%\\,rgba\\(99\\,102\\,241\\,0\\.05\\)\\,transparent\\)\\]{background-image:radial-gradient(80% 60% at 50% 0,#6366f10d,#0000)}.bg-\\[radial-gradient\\(ellipse_at_bottom_left\\,_rgba\\(99\\,102\\,241\\,0\\.1\\)\\,_transparent_60\\%\\)\\]{background-image:radial-gradient(at 0 100%,#6366f11a,#0000 60%)}.bg-\\[radial-gradient\\(ellipse_at_top_right\\,_rgba\\(99\\,102\\,241\\,0\\.15\\)\\,_transparent_60\\%\\)\\]{background-image:radial-gradient(at 100% 0,#6366f126,#0000 60%)}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.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-\\[\\#020617\\]{--tw-gradient-from:#020617 var(--tw-gradient-from-position);--tw-gradient-to:#02061700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\\[\\#0f0f1f\\]{--tw-gradient-from:#0f0f1f var(--tw-gradient-from-position);--tw-gradient-to:#0f0f1f00 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:#ff80b500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-amber-100{--tw-gradient-from:#fef3c7 var(--tw-gradient-from-position);--tw-gradient-to:#fef3c700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-amber-300{--tw-gradient-from:#fcd34d var(--tw-gradient-from-position);--tw-gradient-to:#fcd34d00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-amber-400{--tw-gradient-from:#fbbf24 var(--tw-gradient-from-position);--tw-gradient-to:#fbbf2400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-amber-400\\/10{--tw-gradient-from:#fbbf241a var(--tw-gradient-from-position);--tw-gradient-to:#fbbf2400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-amber-500{--tw-gradient-from:#f59e0b var(--tw-gradient-from-position);--tw-gradient-to:#f59e0b00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black\\/20{--tw-gradient-from:#0003 var(--tw-gradient-from-position);--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black\\/30{--tw-gradient-from:#0000004d var(--tw-gradient-from-position);--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black\\/40{--tw-gradient-from:#0006 var(--tw-gradient-from-position);--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-100{--tw-gradient-from:#dbeafe var(--tw-gradient-from-position);--tw-gradient-to:#dbeafe00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-400{--tw-gradient-from:#60a5fa var(--tw-gradient-from-position);--tw-gradient-to:#60a5fa00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-50{--tw-gradient-from:#eff6ff var(--tw-gradient-from-position);--tw-gradient-to:#eff6ff00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from:#3b82f6 var(--tw-gradient-from-position);--tw-gradient-to:#3b82f600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-cyan-100{--tw-gradient-from:#cffafe var(--tw-gradient-from-position);--tw-gradient-to:#cffafe00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-cyan-500{--tw-gradient-from:#06b6d4 var(--tw-gradient-from-position);--tw-gradient-to:#06b6d400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-cyan-600{--tw-gradient-from:#0891b2 var(--tw-gradient-from-position);--tw-gradient-to:#0891b200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-emerald-500{--tw-gradient-from:#10b981 var(--tw-gradient-from-position);--tw-gradient-to:#10b98100 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-emerald-600{--tw-gradient-from:#059669 var(--tw-gradient-from-position);--tw-gradient-to:#05966900 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-gray-950\\/70{--tw-gradient-from:#030712b3 var(--tw-gradient-from-position);--tw-gradient-to:#03071200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-green-100{--tw-gradient-from:#dcfce7 var(--tw-gradient-from-position);--tw-gradient-to:#dcfce700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-indigo-200{--tw-gradient-from:#c7d2fe var(--tw-gradient-from-position);--tw-gradient-to:#c7d2fe00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-indigo-300\\/30{--tw-gradient-from:#a5b4fc4d var(--tw-gradient-from-position);--tw-gradient-to:#a5b4fc00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-indigo-400{--tw-gradient-from:#818cf8 var(--tw-gradient-from-position);--tw-gradient-to:#818cf800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-indigo-50{--tw-gradient-from:#eef2ff var(--tw-gradient-from-position);--tw-gradient-to:#eef2ff00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-indigo-50\\/50{--tw-gradient-from:#eef2ff80 var(--tw-gradient-from-position);--tw-gradient-to:#eef2ff00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-indigo-50\\/60{--tw-gradient-from:#eef2ff99 var(--tw-gradient-from-position);--tw-gradient-to:#eef2ff00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-indigo-500{--tw-gradient-from:#6366f1 var(--tw-gradient-from-position);--tw-gradient-to:#6366f100 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-indigo-500\\/10{--tw-gradient-from:#6366f11a var(--tw-gradient-from-position);--tw-gradient-to:#6366f100 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-indigo-600{--tw-gradient-from:#4f46e5 var(--tw-gradient-from-position);--tw-gradient-to:#4f46e500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-indigo-600\\/20{--tw-gradient-from:#4f46e533 var(--tw-gradient-from-position);--tw-gradient-to:#4f46e500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-indigo-700{--tw-gradient-from:#4338ca var(--tw-gradient-from-position);--tw-gradient-to:#4338ca00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-indigo-900{--tw-gradient-from:#312e81 var(--tw-gradient-from-position);--tw-gradient-to:#312e8100 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-indigo-900\\/40{--tw-gradient-from:#312e8166 var(--tw-gradient-from-position);--tw-gradient-to:#312e8100 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-indigo-950{--tw-gradient-from:#1e1b4b var(--tw-gradient-from-position);--tw-gradient-to:#1e1b4b00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-orange-500{--tw-gradient-from:#f97316 var(--tw-gradient-from-position);--tw-gradient-to:#f9731600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-purple-600{--tw-gradient-from:#9333ea var(--tw-gradient-from-position);--tw-gradient-to:#9333ea00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-rose-500{--tw-gradient-from:#f43f5e var(--tw-gradient-from-position);--tw-gradient-to:#f43f5e00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-slate-200{--tw-gradient-from:#e2e8f0 var(--tw-gradient-from-position);--tw-gradient-to:#e2e8f000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-slate-50{--tw-gradient-from:#f8fafc var(--tw-gradient-from-position);--tw-gradient-to:#f8fafc00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-slate-600{--tw-gradient-from:#475569 var(--tw-gradient-from-position);--tw-gradient-to:#47556900 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-slate-700{--tw-gradient-from:#334155 var(--tw-gradient-from-position);--tw-gradient-to:#33415500 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-slate-800{--tw-gradient-from:#1e293b var(--tw-gradient-from-position);--tw-gradient-to:#1e293b00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-slate-900{--tw-gradient-from:#0f172a var(--tw-gradient-from-position);--tw-gradient-to:#0f172a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-slate-900\\/20{--tw-gradient-from:#0f172a33 var(--tw-gradient-from-position);--tw-gradient-to:#0f172a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-slate-900\\/40{--tw-gradient-from:#0f172a66 var(--tw-gradient-from-position);--tw-gradient-to:#0f172a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-slate-900\\/60{--tw-gradient-from:#0f172a99 var(--tw-gradient-from-position);--tw-gradient-to:#0f172a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-slate-900\\/70{--tw-gradient-from:#0f172ab3 var(--tw-gradient-from-position);--tw-gradient-to:#0f172a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-slate-900\\/80{--tw-gradient-from:#0f172acc var(--tw-gradient-from-position);--tw-gradient-to:#0f172a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-slate-950{--tw-gradient-from:#020617 var(--tw-gradient-from-position);--tw-gradient-to:#02061700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-slate-950\\/70{--tw-gradient-from:#020617b3 var(--tw-gradient-from-position);--tw-gradient-to:#02061700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-transparent{--tw-gradient-from:transparent var(--tw-gradient-from-position);--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-violet-500{--tw-gradient-from:#8b5cf6 var(--tw-gradient-from-position);--tw-gradient-to:#8b5cf600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-violet-600{--tw-gradient-from:#7c3aed var(--tw-gradient-from-position);--tw-gradient-to:#7c3aed00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-violet-950{--tw-gradient-from:#2e1065 var(--tw-gradient-from-position);--tw-gradient-to:#2e106500 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:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white\\/0{--tw-gradient-from:#fff0 var(--tw-gradient-from-position);--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-\\[\\#1a1a3f\\]{--tw-gradient-to:#1a1a3f00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#1a1a3f var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-amber-400\\/60{--tw-gradient-to:#fbbf2400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#fbbf2499 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-blue-100{--tw-gradient-to:#dbeafe00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#dbeafe var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-gray-950\\/60{--tw-gradient-to:#03071200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#03071299 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-indigo-100{--tw-gradient-to:#e0e7ff00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#e0e7ff var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-indigo-400{--tw-gradient-to:#818cf800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#818cf8 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-indigo-400\\/60{--tw-gradient-to:#818cf800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#818cf899 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-indigo-50\\/30{--tw-gradient-to:#eef2ff00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#eef2ff4d var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-indigo-500\\/10{--tw-gradient-to:#6366f100 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#6366f11a var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-indigo-700{--tw-gradient-to:#4338ca00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#4338ca var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-indigo-800{--tw-gradient-to:#3730a300 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#3730a3 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-indigo-950{--tw-gradient-to:#1e1b4b00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#1e1b4b var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-orange-400{--tw-gradient-to:#fb923c00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#fb923c var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-purple-500{--tw-gradient-to:#a855f700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#a855f7 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-purple-900{--tw-gradient-to:#581c8700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#581c87 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-slate-100{--tw-gradient-to:#f1f5f900 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#f1f5f9 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-slate-200{--tw-gradient-to:#e2e8f000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#e2e8f0 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-slate-50{--tw-gradient-to:#f8fafc00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#f8fafc var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-slate-800{--tw-gradient-to:#1e293b00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#1e293b var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-slate-900\\/10{--tw-gradient-to:#0f172a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#0f172a1a var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-slate-900\\/20{--tw-gradient-to:#0f172a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#0f172a33 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-slate-900\\/40{--tw-gradient-to:#0f172a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#0f172a66 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-slate-950\\/40{--tw-gradient-to:#02061700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#02061766 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-transparent{--tw-gradient-to:#0000 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),transparent var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-violet-500{--tw-gradient-to:#8b5cf600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#8b5cf6 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white{--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#fff var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white\\/10{--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#ffffff1a var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-\\[\\#020617\\]{--tw-gradient-to:#020617 var(--tw-gradient-to-position)}.to-\\[\\#0f0f1f\\]{--tw-gradient-to:#0f0f1f var(--tw-gradient-to-position)}.to-\\[\\#9089fc\\]{--tw-gradient-to:#9089fc var(--tw-gradient-to-position)}.to-amber-50{--tw-gradient-to:#fffbeb var(--tw-gradient-to-position)}.to-amber-500{--tw-gradient-to:#f59e0b var(--tw-gradient-to-position)}.to-blue-100{--tw-gradient-to:#dbeafe var(--tw-gradient-to-position)}.to-blue-300{--tw-gradient-to:#93c5fd var(--tw-gradient-to-position)}.to-blue-50{--tw-gradient-to:#eff6ff var(--tw-gradient-to-position)}.to-blue-500{--tw-gradient-to:#3b82f6 var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to:#2563eb var(--tw-gradient-to-position)}.to-blue-900{--tw-gradient-to:#1e3a8a var(--tw-gradient-to-position)}.to-cyan-400{--tw-gradient-to:#22d3ee var(--tw-gradient-to-position)}.to-cyan-50{--tw-gradient-to:#ecfeff var(--tw-gradient-to-position)}.to-cyan-500{--tw-gradient-to:#06b6d4 var(--tw-gradient-to-position)}.to-cyan-700{--tw-gradient-to:#0e7490 var(--tw-gradient-to-position)}.to-emerald-700{--tw-gradient-to:#047857 var(--tw-gradient-to-position)}.to-gray-900{--tw-gradient-to:#111827 var(--tw-gradient-to-position)}.to-gray-950\\/90{--tw-gradient-to:#030712e6 var(--tw-gradient-to-position)}.to-green-50{--tw-gradient-to:#f0fdf4 var(--tw-gradient-to-position)}.to-indigo-100{--tw-gradient-to:#e0e7ff var(--tw-gradient-to-position)}.to-indigo-200{--tw-gradient-to:#c7d2fe var(--tw-gradient-to-position)}.to-indigo-400{--tw-gradient-to:#818cf8 var(--tw-gradient-to-position)}.to-indigo-50\\/30{--tw-gradient-to:#eef2ff4d var(--tw-gradient-to-position)}.to-indigo-50\\/50{--tw-gradient-to:#eef2ff80 var(--tw-gradient-to-position)}.to-indigo-500{--tw-gradient-to:#6366f1 var(--tw-gradient-to-position)}.to-indigo-600{--tw-gradient-to:#4f46e5 var(--tw-gradient-to-position)}.to-indigo-700{--tw-gradient-to:#4338ca var(--tw-gradient-to-position)}.to-indigo-900{--tw-gradient-to:#312e81 var(--tw-gradient-to-position)}.to-indigo-950{--tw-gradient-to:#1e1b4b var(--tw-gradient-to-position)}.to-orange-100{--tw-gradient-to:#ffedd5 var(--tw-gradient-to-position)}.to-orange-400{--tw-gradient-to:#fb923c var(--tw-gradient-to-position)}.to-orange-400\\/10{--tw-gradient-to:#fb923c1a var(--tw-gradient-to-position)}.to-orange-500{--tw-gradient-to:#f97316 var(--tw-gradient-to-position)}.to-orange-600{--tw-gradient-to:#ea580c var(--tw-gradient-to-position)}.to-pink-500{--tw-gradient-to:#ec4899 var(--tw-gradient-to-position)}.to-pink-600{--tw-gradient-to:#db2777 var(--tw-gradient-to-position)}.to-purple-50{--tw-gradient-to:#faf5ff var(--tw-gradient-to-position)}.to-purple-700{--tw-gradient-to:#7e22ce var(--tw-gradient-to-position)}.to-slate-100{--tw-gradient-to:#f1f5f9 var(--tw-gradient-to-position)}.to-slate-400{--tw-gradient-to:#94a3b8 var(--tw-gradient-to-position)}.to-slate-50{--tw-gradient-to:#f8fafc var(--tw-gradient-to-position)}.to-slate-500\\/10{--tw-gradient-to:#64748b1a var(--tw-gradient-to-position)}.to-slate-800{--tw-gradient-to:#1e293b var(--tw-gradient-to-position)}.to-slate-900{--tw-gradient-to:#0f172a var(--tw-gradient-to-position)}.to-slate-950{--tw-gradient-to:#020617 var(--tw-gradient-to-position)}.to-teal-600{--tw-gradient-to:#0d9488 var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position)}.to-violet-300\\/20{--tw-gradient-to:#c4b5fd33 var(--tw-gradient-to-position)}.to-violet-50{--tw-gradient-to:#f5f3ff var(--tw-gradient-to-position)}.to-violet-50\\/40{--tw-gradient-to:#f5f3ff66 var(--tw-gradient-to-position)}.to-violet-500{--tw-gradient-to:#8b5cf6 var(--tw-gradient-to-position)}.to-violet-600{--tw-gradient-to:#7c3aed var(--tw-gradient-to-position)}.to-violet-700{--tw-gradient-to:#6d28d9 var(--tw-gradient-to-position)}.to-violet-800{--tw-gradient-to:#5b21b6 var(--tw-gradient-to-position)}.to-white{--tw-gradient-to:#fff var(--tw-gradient-to-position)}.to-white\\/0{--tw-gradient-to:#fff0 var(--tw-gradient-to-position)}.bg-\\[size\\:3rem_3rem\\]{background-size:3rem 3rem}.bg-\\[size\\:40px_40px\\]{background-size:40px 40px}.bg-\\[size\\:60px_60px\\]{background-size:60px 60px}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.fill-current{fill:currentColor}.fill-gray-400{fill:#9ca3af}.stroke-gray-200{stroke:#e5e7eb}.stroke-gray-300{stroke:#d1d5db}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.object-center{object-position:center}.object-top{object-position:top}.p-0{padding:0}.p-0\\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\\.5{padding:.375rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-2\\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\\.5{padding-left:.375rem;padding-right:.375rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-12{padding-left:3rem;padding-right:3rem}.px-16{padding-left:4rem;padding-right:4rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\\.5{padding-left:.875rem;padding-right:.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-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.px-9{padding-left:2.25rem;padding-right:2.25rem}.py-0{padding-top:0;padding-bottom:0}.py-0\\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-28{padding-top:7rem;padding-bottom:7rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\\.5{padding-top:.875rem;padding-bottom:.875rem}.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-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-0{padding-bottom:0}.pb-0\\.5{padding-bottom:.125rem}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-14{padding-bottom:3.5rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-24{padding-bottom:6rem}.pb-3{padding-bottom:.75rem}.pb-32{padding-bottom:8rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-7{padding-bottom:1.75rem}.pb-8{padding-bottom:2rem}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-16{padding-left:4rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pl-\\[52px\\]{padding-left:52px}.pr-1{padding-right:.25rem}.pr-1\\.5{padding-right:.375rem}.pr-10{padding-right:2.5rem}.pr-12{padding-right:3rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-8{padding-right:2rem}.pt-0\\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-10{padding-top:2.5rem}.pt-12{padding-top:3rem}.pt-14{padding-top:3.5rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-24{padding-top:6rem}.pt-28{padding-top:7rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-7{padding-top:1.75rem}.pt-8{padding-top:2rem}.pt-\\[3px\\]{padding-top:3px}.pt-\\[65\\%\\]{padding-top:65%}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-baseline{vertical-align:baseline}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.align-super{vertical-align:super}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.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-\\[1\\.05rem\\]{font-size:1.05rem}.text-\\[1\\.75rem\\]{font-size:1.75rem}.text-\\[10px\\]{font-size:10px}.text-\\[11px\\]{font-size:11px}.text-\\[12px\\]{font-size:12px}.text-\\[13px\\]{font-size:13px}.text-\\[14px\\]{font-size:14px}.text-\\[15px\\]{font-size:15px}.text-\\[16px\\]{font-size:16px}.text-\\[2\\.3rem\\]{font-size:2.3rem}.text-\\[2\\.5rem\\]{font-size:2.5rem}.text-\\[20px\\]{font-size:20px}.text-\\[22px\\]{font-size:22px}.text-\\[24px\\]{font-size:24px}.text-\\[28px\\]{font-size:28px}.text-\\[3\\.5rem\\]{font-size:3.5rem}.text-\\[52px\\]{font-size:52px}.text-\\[56px\\]{font-size:56px}.text-\\[6rem\\]{font-size:6rem}.text-\\[7rem\\]{font-size:7rem}.text-\\[80px\\]{font-size:80px}.text-\\[8px\\]{font-size:8px}.text-\\[9px\\]{font-size:9px}.text-\\[clamp\\(2rem\\,3\\.5vw\\,2\\.8rem\\)\\]{font-size:clamp(2rem,3.5vw,2.8rem)}.text-\\[clamp\\(7rem\\,22vw\\,16rem\\)\\]{font-size:clamp(7rem,22vw,16rem)}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.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}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal)var(--tw-slashed-zero)var(--tw-numeric-figure)var(--tw-numeric-spacing)var(--tw-numeric-fraction)}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-\\[0\\.85\\]{line-height:.85}.leading-\\[0\\.95\\]{line-height:.95}.leading-\\[0\\.9\\]{line-height:.9}.leading-\\[0\\]{line-height:0}.leading-\\[1\\.05\\]{line-height:1.05}.leading-\\[1\\.06\\]{line-height:1.06}.leading-\\[1\\.08\\]{line-height:1.08}.leading-\\[1\\.0\\]{line-height:1}.leading-\\[1\\.15\\]{line-height:1.15}.leading-\\[1\\.1\\]{line-height:1.1}.leading-\\[1\\.3\\]{line-height:1.3}.leading-\\[1\\.75\\]{line-height:1.75}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\\[-0\\.03em\\]{letter-spacing:-.03em}.tracking-\\[-0\\.04em\\]{letter-spacing:-.04em}.tracking-\\[0\\.08em\\]{letter-spacing:.08em}.tracking-\\[0\\.12em\\]{letter-spacing:.12em}.tracking-\\[0\\.15em\\]{letter-spacing:.15em}.tracking-\\[0\\.18em\\]{letter-spacing:.18em}.tracking-\\[0\\.1em\\]{letter-spacing:.1em}.tracking-\\[0\\.22em\\]{letter-spacing:.22em}.tracking-\\[0\\.25em\\]{letter-spacing:.25em}.tracking-\\[0\\.2em\\]{letter-spacing:.2em}.tracking-\\[0\\.35em\\]{letter-spacing:.35em}.tracking-\\[0\\.3em\\]{letter-spacing:.3em}.tracking-\\[0\\.4em\\]{letter-spacing:.4em}.tracking-\\[0\\.5em\\]{letter-spacing:.5em}.tracking-\\[2px\\]{letter-spacing:2px}.tracking-\\[3px\\]{letter-spacing:3px}.tracking-normal{letter-spacing:0}.tracking-tight{letter-spacing:-.025em}.tracking-tighter{letter-spacing:-.05em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-\\[\\#0073bb\\]{--tw-text-opacity:1;color:rgb(0 115 187/var(--tw-text-opacity,1))}.text-\\[\\#3b9fd4\\]{--tw-text-opacity:1;color:rgb(59 159 212/var(--tw-text-opacity,1))}.text-\\[\\#8a9ab8\\]{--tw-text-opacity:1;color:rgb(138 154 184/var(--tw-text-opacity,1))}.text-\\[\\#ede0c8\\]{--tw-text-opacity:1;color:rgb(237 224 200/var(--tw-text-opacity,1))}.text-amber-300{--tw-text-opacity:1;color:rgb(252 211 77/var(--tw-text-opacity,1))}.text-amber-400{--tw-text-opacity:1;color:rgb(251 191 36/var(--tw-text-opacity,1))}.text-amber-500{--tw-text-opacity:1;color:rgb(245 158 11/var(--tw-text-opacity,1))}.text-amber-600{--tw-text-opacity:1;color:rgb(217 119 6/var(--tw-text-opacity,1))}.text-amber-700{--tw-text-opacity:1;color:rgb(180 83 9/var(--tw-text-opacity,1))}.text-amber-800{--tw-text-opacity:1;color:rgb(146 64 14/var(--tw-text-opacity,1))}.text-amber-900{--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity,1))}.text-blue-100\\/80{color:#dbeafecc}.text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity,1))}.text-blue-50\\/70{color:#eff6ffb3}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity,1))}.text-cyan-400{--tw-text-opacity:1;color:rgb(34 211 238/var(--tw-text-opacity,1))}.text-cyan-500{--tw-text-opacity:1;color:rgb(6 182 212/var(--tw-text-opacity,1))}.text-cyan-600{--tw-text-opacity:1;color:rgb(8 145 178/var(--tw-text-opacity,1))}.text-cyan-700{--tw-text-opacity:1;color:rgb(14 116 144/var(--tw-text-opacity,1))}.text-emerald-300{--tw-text-opacity:1;color:rgb(110 231 183/var(--tw-text-opacity,1))}.text-emerald-400{--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity,1))}.text-emerald-500{--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity,1))}.text-emerald-600{--tw-text-opacity:1;color:rgb(5 150 105/var(--tw-text-opacity,1))}.text-emerald-700{--tw-text-opacity:1;color:rgb(4 120 87/var(--tw-text-opacity,1))}.text-emerald-800{--tw-text-opacity:1;color:rgb(6 95 70/var(--tw-text-opacity,1))}.text-emerald-900{--tw-text-opacity:1;color:rgb(6 78 59/var(--tw-text-opacity,1))}.text-gray-100{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity,1))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-green-400{--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity,1))}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity,1))}.text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity,1))}.text-green-700{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity,1))}.text-green-800{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity,1))}.text-indigo-100{--tw-text-opacity:1;color:rgb(224 231 255/var(--tw-text-opacity,1))}.text-indigo-100\\/50{color:#e0e7ff80}.text-indigo-100\\/60{color:#e0e7ff99}.text-indigo-100\\/70{color:#e0e7ffb3}.text-indigo-100\\/80{color:#e0e7ffcc}.text-indigo-100\\/90{color:#e0e7ffe6}.text-indigo-200{--tw-text-opacity:1;color:rgb(199 210 254/var(--tw-text-opacity,1))}.text-indigo-200\\/60{color:#c7d2fe99}.text-indigo-200\\/70{color:#c7d2feb3}.text-indigo-200\\/80{color:#c7d2fecc}.text-indigo-300{--tw-text-opacity:1;color:rgb(165 180 252/var(--tw-text-opacity,1))}.text-indigo-400{--tw-text-opacity:1;color:rgb(129 140 248/var(--tw-text-opacity,1))}.text-indigo-50{--tw-text-opacity:1;color:rgb(238 242 255/var(--tw-text-opacity,1))}.text-indigo-500{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity,1))}.text-indigo-500\\/80{color:#6366f1cc}.text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity,1))}.text-indigo-600\\/80{color:#4f46e5cc}.text-indigo-700{--tw-text-opacity:1;color:rgb(67 56 202/var(--tw-text-opacity,1))}.text-indigo-800{--tw-text-opacity:1;color:rgb(55 48 163/var(--tw-text-opacity,1))}.text-indigo-900{--tw-text-opacity:1;color:rgb(49 46 129/var(--tw-text-opacity,1))}.text-indigo-950{--tw-text-opacity:1;color:rgb(30 27 75/var(--tw-text-opacity,1))}.text-indigo-950\\/50{color:#1e1b4b80}.text-orange-400{--tw-text-opacity:1;color:rgb(251 146 60/var(--tw-text-opacity,1))}.text-orange-500{--tw-text-opacity:1;color:rgb(249 115 22/var(--tw-text-opacity,1))}.text-orange-600{--tw-text-opacity:1;color:rgb(234 88 12/var(--tw-text-opacity,1))}.text-orange-700{--tw-text-opacity:1;color:rgb(194 65 12/var(--tw-text-opacity,1))}.text-pink-700{--tw-text-opacity:1;color:rgb(190 24 93/var(--tw-text-opacity,1))}.text-purple-100{--tw-text-opacity:1;color:rgb(243 232 255/var(--tw-text-opacity,1))}.text-purple-300{--tw-text-opacity:1;color:rgb(216 180 254/var(--tw-text-opacity,1))}.text-purple-400{--tw-text-opacity:1;color:rgb(192 132 252/var(--tw-text-opacity,1))}.text-purple-500{--tw-text-opacity:1;color:rgb(168 85 247/var(--tw-text-opacity,1))}.text-purple-600{--tw-text-opacity:1;color:rgb(147 51 234/var(--tw-text-opacity,1))}.text-purple-700{--tw-text-opacity:1;color:rgb(126 34 206/var(--tw-text-opacity,1))}.text-red-300{--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity,1))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}.text-red-800{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}.text-rose-400{--tw-text-opacity:1;color:rgb(251 113 133/var(--tw-text-opacity,1))}.text-rose-500{--tw-text-opacity:1;color:rgb(244 63 94/var(--tw-text-opacity,1))}.text-rose-600{--tw-text-opacity:1;color:rgb(225 29 72/var(--tw-text-opacity,1))}.text-rose-700{--tw-text-opacity:1;color:rgb(190 18 60/var(--tw-text-opacity,1))}.text-rose-900{--tw-text-opacity:1;color:rgb(136 19 55/var(--tw-text-opacity,1))}.text-sky-400{--tw-text-opacity:1;color:rgb(56 189 248/var(--tw-text-opacity,1))}.text-sky-600{--tw-text-opacity:1;color:rgb(2 132 199/var(--tw-text-opacity,1))}.text-slate-100{--tw-text-opacity:1;color:rgb(241 245 249/var(--tw-text-opacity,1))}.text-slate-200{--tw-text-opacity:1;color:rgb(226 232 240/var(--tw-text-opacity,1))}.text-slate-300{--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.text-slate-50{--tw-text-opacity:1;color:rgb(248 250 252/var(--tw-text-opacity,1))}.text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.text-slate-600{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}.text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.text-slate-800{--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1))}.text-slate-900{--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}.text-slate-950{--tw-text-opacity:1;color:rgb(2 6 23/var(--tw-text-opacity,1))}.text-teal-200{--tw-text-opacity:1;color:rgb(153 246 228/var(--tw-text-opacity,1))}.text-teal-300{--tw-text-opacity:1;color:rgb(94 234 212/var(--tw-text-opacity,1))}.text-teal-400{--tw-text-opacity:1;color:rgb(45 212 191/var(--tw-text-opacity,1))}.text-teal-500{--tw-text-opacity:1;color:rgb(20 184 166/var(--tw-text-opacity,1))}.text-teal-600{--tw-text-opacity:1;color:rgb(13 148 136/var(--tw-text-opacity,1))}.text-teal-600\\/70{color:#0d9488b3}.text-teal-700{--tw-text-opacity:1;color:rgb(15 118 110/var(--tw-text-opacity,1))}.text-teal-800{--tw-text-opacity:1;color:rgb(17 94 89/var(--tw-text-opacity,1))}.text-teal-900{--tw-text-opacity:1;color:rgb(19 78 74/var(--tw-text-opacity,1))}.text-transparent{color:#0000}.text-violet-200{--tw-text-opacity:1;color:rgb(221 214 254/var(--tw-text-opacity,1))}.text-violet-200\\/80{color:#ddd6fecc}.text-violet-300{--tw-text-opacity:1;color:rgb(196 181 253/var(--tw-text-opacity,1))}.text-violet-400{--tw-text-opacity:1;color:rgb(167 139 250/var(--tw-text-opacity,1))}.text-violet-500{--tw-text-opacity:1;color:rgb(139 92 246/var(--tw-text-opacity,1))}.text-violet-600{--tw-text-opacity:1;color:rgb(124 58 237/var(--tw-text-opacity,1))}.text-violet-700{--tw-text-opacity:1;color:rgb(109 40 217/var(--tw-text-opacity,1))}.text-violet-800{--tw-text-opacity:1;color:rgb(91 33 182/var(--tw-text-opacity,1))}.text-violet-900{--tw-text-opacity:1;color:rgb(76 29 149/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-white\\/10{color:#ffffff1a}.text-white\\/20{color:#fff3}.text-white\\/25{color:#ffffff40}.text-white\\/30{color:#ffffff4d}.text-white\\/35{color:#ffffff59}.text-white\\/40{color:#fff6}.text-white\\/45{color:#ffffff73}.text-white\\/5{color:#ffffff0d}.text-white\\/50{color:#ffffff80}.text-white\\/60{color:#fff9}.text-white\\/65{color:#ffffffa6}.text-white\\/70{color:#ffffffb3}.text-white\\/75{color:#ffffffbf}.text-white\\/80{color:#fffc}.text-white\\/85{color:#ffffffd9}.text-white\\/90{color:#ffffffe6}.text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity,1))}.text-yellow-600{--tw-text-opacity:1;color:rgb(202 138 4/var(--tw-text-opacity,1))}.text-yellow-700{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.decoration-indigo-200{text-decoration-color:#c7d2fe}.decoration-indigo-500\\/50{text-decoration-color:#6366f180}.decoration-slate-700{text-decoration-color:#334155}.decoration-dotted{text-decoration-style:dotted}.decoration-1{text-decoration-thickness:1px}.underline-offset-2{text-underline-offset:2px}.underline-offset-4{text-underline-offset:4px}.underline-offset-8{text-underline-offset:8px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.placeholder-gray-300::placeholder{--tw-placeholder-opacity:1;color:rgb(209 213 219/var(--tw-placeholder-opacity,1))}.placeholder-slate-300::placeholder{--tw-placeholder-opacity:1;color:rgb(203 213 225/var(--tw-placeholder-opacity,1))}.placeholder-slate-400::placeholder{--tw-placeholder-opacity:1;color:rgb(148 163 184/var(--tw-placeholder-opacity,1))}.placeholder-slate-500::placeholder{--tw-placeholder-opacity:1;color:rgb(100 116 139/var(--tw-placeholder-opacity,1))}.placeholder-white\\/40::placeholder{color:#fff6}.accent-indigo-500{accent-color:#6366f1}.accent-indigo-600{accent-color:#4f46e5}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-100{opacity:1}.opacity-15{opacity:.15}.opacity-20{opacity:.2}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-45{opacity:.45}.opacity-5{opacity:.05}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.opacity-\\[0\\.035\\]{opacity:.035}.opacity-\\[0\\.03\\]{opacity:.03}.opacity-\\[0\\.04\\]{opacity:.04}.opacity-\\[0\\.055\\]{opacity:.055}.opacity-\\[0\\.05\\]{opacity:.05}.opacity-\\[0\\.06\\]{opacity:.06}.opacity-\\[0\\.08\\]{opacity:.08}.opacity-\\[0\\.3\\]{opacity:.3}.opacity-\\[0\\.4\\]{opacity:.4}.mix-blend-multiply{mix-blend-mode:multiply}.mix-blend-overlay{mix-blend-mode:overlay}.shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--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 #00000040;--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-\\[-30px_0_80px_rgba\\(0\\,0\\,0\\,0\\.15\\)\\]{--tw-shadow:-30px 0 80px #00000026;--tw-shadow-colored:-30px 0 80px 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-\\[0_-4px_24px_rgba\\(0\\,0\\,0\\,0\\.08\\)\\]{--tw-shadow:0 -4px 24px #00000014;--tw-shadow-colored:0 -4px 24px 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-\\[0_0_10px_rgba\\(55\\,48\\,163\\,0\\.5\\)\\]{--tw-shadow:0 0 10px #3730a380;--tw-shadow-colored:0 0 10px 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-\\[0_0_10px_rgba\\(79\\,70\\,229\\,1\\)\\]{--tw-shadow:0 0 10px #4f46e5;--tw-shadow-colored:0 0 10px 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-\\[0_0_10px_rgba\\(99\\,102\\,241\\,0\\.8\\)\\]{--tw-shadow:0 0 10px #6366f1cc;--tw-shadow-colored:0 0 10px 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-\\[0_0_10px_rgba\\(99\\,102\\,241\\,1\\)\\]{--tw-shadow:0 0 10px #6366f1;--tw-shadow-colored:0 0 10px 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-\\[0_0_15px_rgba\\(99\\,102\\,241\\,0\\.5\\)\\]{--tw-shadow:0 0 15px #6366f180;--tw-shadow-colored:0 0 15px 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-\\[0_0_5px_\\#34d399\\]{--tw-shadow:0 0 5px #34d399;--tw-shadow-colored:0 0 5px 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-\\[0_0_6px_\\#34d399\\]{--tw-shadow:0 0 6px #34d399;--tw-shadow-colored:0 0 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)}.shadow-\\[0_15px_40px_-15px_rgba\\(0\\,0\\,0\\,0\\.05\\)\\]{--tw-shadow:0 15px 40px -15px #0000000d;--tw-shadow-colored:0 15px 40px -15px 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-\\[0_16px_40px_-8px_rgba\\(0\\,0\\,0\\,0\\.1\\)\\]{--tw-shadow:0 16px 40px -8px #0000001a;--tw-shadow-colored:0 16px 40px -8px 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-\\[0_20px_50px_rgba\\(0\\,0\\,0\\,0\\.1\\)\\]{--tw-shadow:0 20px 50px #0000001a;--tw-shadow-colored:0 20px 50px 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-\\[0_20px_50px_rgba\\(0\\,0\\,0\\,0\\.15\\)\\]{--tw-shadow:0 20px 50px #00000026;--tw-shadow-colored:0 20px 50px 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-\\[0_20px_50px_rgba\\(79\\,70\\,229\\,0\\.1\\)\\]{--tw-shadow:0 20px 50px #4f46e51a;--tw-shadow-colored:0 20px 50px 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-\\[0_20px_60px_-10px_rgba\\(99\\,102\\,241\\,0\\.4\\)\\]{--tw-shadow:0 20px 60px -10px #6366f166;--tw-shadow-colored:0 20px 60px -10px 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-\\[0_20px_60px_rgba\\(0\\,0\\,0\\,0\\.06\\)\\]{--tw-shadow:0 20px 60px #0000000f;--tw-shadow-colored:0 20px 60px 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-\\[0_20px_70px_-15px_rgba\\(0\\,0\\,0\\,0\\.1\\)\\]{--tw-shadow:0 20px 70px -15px #0000001a;--tw-shadow-colored:0 20px 70px -15px 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-\\[0_24px_60px_-15px_rgba\\(0\\,0\\,0\\,0\\.08\\)\\]{--tw-shadow:0 24px 60px -15px #00000014;--tw-shadow-colored:0 24px 60px -15px 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-\\[0_24px_64px_rgba\\(99\\,102\\,241\\,0\\.18\\)\\]{--tw-shadow:0 24px 64px #6366f12e;--tw-shadow-colored:0 24px 64px 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-\\[0_2px_15px_-3px_rgba\\(0\\,0\\,0\\,0\\.04\\)\\]{--tw-shadow:0 2px 15px -3px #0000000a;--tw-shadow-colored:0 2px 15px -3px 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-\\[0_32px_64px_-16px_rgba\\(0\\,0\\,0\\,0\\.2\\)\\]{--tw-shadow:0 32px 64px -16px #0003;--tw-shadow-colored:0 32px 64px -16px 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-\\[0_32px_64px_-16px_rgba\\(49\\,46\\,129\\,0\\.2\\)\\]{--tw-shadow:0 32px 64px -16px #312e8133;--tw-shadow-colored:0 32px 64px -16px 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-\\[0_40px_100px_-15px_rgba\\(0\\,0\\,0\\,0\\.15\\)\\]{--tw-shadow:0 40px 100px -15px #00000026;--tw-shadow-colored:0 40px 100px -15px 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-\\[0_40px_80px_-15px_rgba\\(15\\,23\\,42\\,0\\.3\\)\\]{--tw-shadow:0 40px 80px -15px #0f172a4d;--tw-shadow-colored:0 40px 80px -15px 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-\\[0_40px_80px_-20px_rgba\\(0\\,0\\,0\\,0\\.12\\)\\]{--tw-shadow:0 40px 80px -20px #0000001f;--tw-shadow-colored:0 40px 80px -20px 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-\\[0_40px_80px_-20px_rgba\\(79\\,70\\,229\\,0\\.25\\)\\]{--tw-shadow:0 40px 80px -20px #4f46e540;--tw-shadow-colored:0 40px 80px -20px 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-\\[0_4px_16px_-4px_rgba\\(15\\,23\\,42\\,0\\.12\\)\\]{--tw-shadow:0 4px 16px -4px #0f172a1f;--tw-shadow-colored:0 4px 16px -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-\\[0_4px_20px_rgba\\(0\\,0\\,0\\,0\\.03\\)\\]{--tw-shadow:0 4px 20px #00000008;--tw-shadow-colored:0 4px 20px 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-\\[0_50px_100px_-20px_rgba\\(0\\,0\\,0\\,0\\.15\\)\\]{--tw-shadow:0 50px 100px -20px #00000026;--tw-shadow-colored:0 50px 100px -20px 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-\\[0_50px_100px_-20px_rgba\\(0\\,0\\,0\\,0\\.7\\)\\]{--tw-shadow:0 50px 100px -20px #000000b3;--tw-shadow-colored:0 50px 100px -20px 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-\\[0_8px_24px_-8px_rgba\\(0\\,0\\,0\\,0\\.35\\)\\]{--tw-shadow:0 8px 24px -8px #00000059;--tw-shadow-colored:0 8px 24px -8px 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-\\[0_8px_24px_rgba\\(0\\,0\\,0\\,0\\.12\\)\\]{--tw-shadow:0 8px 24px #0000001f;--tw-shadow-colored:0 8px 24px 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-\\[0_8px_30px_rgb\\(0\\,0\\,0\\,0\\.12\\)\\]{--tw-shadow:0 8px 30px #0000001f;--tw-shadow-colored:0 8px 30px 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-\\[0_8px_32px_rgba\\(99\\,102\\,241\\,0\\.25\\)\\]{--tw-shadow:0 8px 32px #6366f140;--tw-shadow-colored:0 8px 32px 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-\\[0_8px_40px_rgba\\(79\\,70\\,229\\,0\\.08\\)\\]{--tw-shadow:0 8px 40px #4f46e514;--tw-shadow-colored:0 8px 40px 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-\\[0_8px_40px_rgba\\(79\\,70\\,229\\,0\\.10\\)\\]{--tw-shadow:0 8px 40px #4f46e51a;--tw-shadow-colored:0 8px 40px 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-\\[30px_0_80px_rgba\\(0\\,0\\,0\\,0\\.15\\)\\]{--tw-shadow:30px 0 80px #00000026;--tw-shadow-colored:30px 0 80px 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-inner{--tw-shadow:inset 0 2px 4px 0 #0000000d;--tw-shadow-colored:inset 0 2px 4px 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-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--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 #0000001a,0 2px 4px -2px #0000001a;--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 #0000000d;--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 #0000001a,0 8px 10px -6px #0000001a;--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)}.shadow-amber-200{--tw-shadow-color:#fde68a;--tw-shadow:var(--tw-shadow-colored)}.shadow-amber-500\\/30{--tw-shadow-color:#f59e0b4d;--tw-shadow:var(--tw-shadow-colored)}.shadow-amber-900\\/10{--tw-shadow-color:#78350f1a;--tw-shadow:var(--tw-shadow-colored)}.shadow-black\\/20{--tw-shadow-color:#0003;--tw-shadow:var(--tw-shadow-colored)}.shadow-black\\/40{--tw-shadow-color:#0006;--tw-shadow:var(--tw-shadow-colored)}.shadow-blue-100{--tw-shadow-color:#dbeafe;--tw-shadow:var(--tw-shadow-colored)}.shadow-emerald-500\\/25{--tw-shadow-color:#10b98140;--tw-shadow:var(--tw-shadow-colored)}.shadow-emerald-500\\/30{--tw-shadow-color:#10b9814d;--tw-shadow:var(--tw-shadow-colored)}.shadow-gray-200{--tw-shadow-color:#e5e7eb;--tw-shadow:var(--tw-shadow-colored)}.shadow-gray-200\\/50{--tw-shadow-color:#e5e7eb80;--tw-shadow:var(--tw-shadow-colored)}.shadow-indigo-100{--tw-shadow-color:#e0e7ff;--tw-shadow:var(--tw-shadow-colored)}.shadow-indigo-100\\/60{--tw-shadow-color:#e0e7ff99;--tw-shadow:var(--tw-shadow-colored)}.shadow-indigo-200{--tw-shadow-color:#c7d2fe;--tw-shadow:var(--tw-shadow-colored)}.shadow-indigo-200\\/40{--tw-shadow-color:#c7d2fe66;--tw-shadow:var(--tw-shadow-colored)}.shadow-indigo-200\\/60{--tw-shadow-color:#c7d2fe99;--tw-shadow:var(--tw-shadow-colored)}.shadow-indigo-200\\/70{--tw-shadow-color:#c7d2feb3;--tw-shadow:var(--tw-shadow-colored)}.shadow-indigo-300{--tw-shadow-color:#a5b4fc;--tw-shadow:var(--tw-shadow-colored)}.shadow-indigo-50{--tw-shadow-color:#eef2ff;--tw-shadow:var(--tw-shadow-colored)}.shadow-indigo-500\\/30{--tw-shadow-color:#6366f14d;--tw-shadow:var(--tw-shadow-colored)}.shadow-indigo-600\\/10{--tw-shadow-color:#4f46e51a;--tw-shadow:var(--tw-shadow-colored)}.shadow-indigo-600\\/20{--tw-shadow-color:#4f46e533;--tw-shadow:var(--tw-shadow-colored)}.shadow-indigo-600\\/25{--tw-shadow-color:#4f46e540;--tw-shadow:var(--tw-shadow-colored)}.shadow-indigo-600\\/30{--tw-shadow-color:#4f46e54d;--tw-shadow:var(--tw-shadow-colored)}.shadow-indigo-700\\/30{--tw-shadow-color:#4338ca4d;--tw-shadow:var(--tw-shadow-colored)}.shadow-indigo-900{--tw-shadow-color:#312e81;--tw-shadow:var(--tw-shadow-colored)}.shadow-indigo-900\\/20{--tw-shadow-color:#312e8133;--tw-shadow:var(--tw-shadow-colored)}.shadow-indigo-900\\/30{--tw-shadow-color:#312e814d;--tw-shadow:var(--tw-shadow-colored)}.shadow-indigo-900\\/40{--tw-shadow-color:#312e8166;--tw-shadow:var(--tw-shadow-colored)}.shadow-indigo-900\\/50{--tw-shadow-color:#312e8180;--tw-shadow:var(--tw-shadow-colored)}.shadow-orange-900\\/20{--tw-shadow-color:#7c2d1233;--tw-shadow:var(--tw-shadow-colored)}.shadow-purple-100{--tw-shadow-color:#f3e8ff;--tw-shadow:var(--tw-shadow-colored)}.shadow-purple-200{--tw-shadow-color:#e9d5ff;--tw-shadow:var(--tw-shadow-colored)}.shadow-purple-900\\/20{--tw-shadow-color:#581c8733;--tw-shadow:var(--tw-shadow-colored)}.shadow-slate-100{--tw-shadow-color:#f1f5f9;--tw-shadow:var(--tw-shadow-colored)}.shadow-slate-200{--tw-shadow-color:#e2e8f0;--tw-shadow:var(--tw-shadow-colored)}.shadow-slate-200\\/40{--tw-shadow-color:#e2e8f066;--tw-shadow:var(--tw-shadow-colored)}.shadow-slate-200\\/50{--tw-shadow-color:#e2e8f080;--tw-shadow:var(--tw-shadow-colored)}.shadow-slate-200\\/60{--tw-shadow-color:#e2e8f099;--tw-shadow:var(--tw-shadow-colored)}.shadow-slate-300\\/40{--tw-shadow-color:#cbd5e166;--tw-shadow:var(--tw-shadow-colored)}.shadow-slate-900\\/10{--tw-shadow-color:#0f172a1a;--tw-shadow:var(--tw-shadow-colored)}.shadow-slate-900\\/15{--tw-shadow-color:#0f172a26;--tw-shadow:var(--tw-shadow-colored)}.shadow-slate-900\\/20{--tw-shadow-color:#0f172a33;--tw-shadow:var(--tw-shadow-colored)}.shadow-teal-100\\/60{--tw-shadow-color:#ccfbf199;--tw-shadow:var(--tw-shadow-colored)}.shadow-teal-200{--tw-shadow-color:#99f6e4;--tw-shadow:var(--tw-shadow-colored)}.shadow-teal-300{--tw-shadow-color:#5eead4;--tw-shadow:var(--tw-shadow-colored)}.shadow-teal-900\\/20{--tw-shadow-color:#134e4a33;--tw-shadow:var(--tw-shadow-colored)}.shadow-violet-100\\/60{--tw-shadow-color:#ede9fe99;--tw-shadow:var(--tw-shadow-colored)}.shadow-violet-200{--tw-shadow-color:#ddd6fe;--tw-shadow:var(--tw-shadow-colored)}.shadow-violet-300{--tw-shadow-color:#c4b5fd;--tw-shadow:var(--tw-shadow-colored)}.shadow-violet-600\\/30{--tw-shadow-color:#7c3aed4d;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-200{--tw-shadow-color:#fef08a;--tw-shadow:var(--tw-shadow-colored)}.shadow-yellow-500\\/20{--tw-shadow-color:#eab30833;--tw-shadow:var(--tw-shadow-colored)}.outline-none{outline-offset:2px;outline:2px solid #0000}.outline{outline-style:solid}.outline-1{outline-width:1px}.-outline-offset-1{outline-offset:-1px}.outline-gray-300{outline-color:#d1d5db}.ring{--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(3px + 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-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-2{--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)}.ring-4{--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(4px + 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-8{--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(8px + 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-amber-500\\/30{--tw-ring-color:#f59e0b4d}.ring-cyan-100{--tw-ring-opacity:1;--tw-ring-color:rgb(207 250 254/var(--tw-ring-opacity,1))}.ring-emerald-50\\/50{--tw-ring-color:#ecfdf580}.ring-gray-200{--tw-ring-opacity:1;--tw-ring-color:rgb(229 231 235/var(--tw-ring-opacity,1))}.ring-gray-200\\/50{--tw-ring-color:#e5e7eb80}.ring-indigo-100{--tw-ring-opacity:1;--tw-ring-color:rgb(224 231 255/var(--tw-ring-opacity,1))}.ring-indigo-200{--tw-ring-opacity:1;--tw-ring-color:rgb(199 210 254/var(--tw-ring-opacity,1))}.ring-indigo-300{--tw-ring-opacity:1;--tw-ring-color:rgb(165 180 252/var(--tw-ring-opacity,1))}.ring-indigo-50{--tw-ring-opacity:1;--tw-ring-color:rgb(238 242 255/var(--tw-ring-opacity,1))}.ring-indigo-500\\/20{--tw-ring-color:#6366f133}.ring-orange-500\\/30{--tw-ring-color:#f973164d}.ring-red-100{--tw-ring-opacity:1;--tw-ring-color:rgb(254 226 226/var(--tw-ring-opacity,1))}.ring-slate-200{--tw-ring-opacity:1;--tw-ring-color:rgb(226 232 240/var(--tw-ring-opacity,1))}.ring-slate-200\\/60{--tw-ring-color:#e2e8f099}.ring-teal-500\\/30{--tw-ring-color:#14b8a64d}.ring-white{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity,1))}.ring-white\\/10{--tw-ring-color:#ffffff1a}.ring-white\\/20{--tw-ring-color:#fff3}.blur{--tw-blur:blur(8px);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)}.blur-2xl{--tw-blur:blur(40px);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)}.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)}.blur-\\[100px\\]{--tw-blur:blur(100px);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)}.blur-\\[120px\\]{--tw-blur:blur(120px);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)}.blur-\\[130px\\]{--tw-blur:blur(130px);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)}.blur-\\[2px\\]{--tw-blur:blur(2px);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)}.blur-\\[5px\\]{--tw-blur:blur(5px);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)}.blur-\\[60px\\]{--tw-blur:blur(60px);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)}.blur-\\[80px\\]{--tw-blur:blur(80px);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)}.blur-lg{--tw-blur:blur(16px);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)}.blur-xl{--tw-blur:blur(24px);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-0{--tw-brightness:brightness(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)}.brightness-110{--tw-brightness:brightness(1.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-200{--tw-brightness:brightness(2);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)}.drop-shadow-2xl{--tw-drop-shadow:drop-shadow(0 25px 25px #00000026);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)}.drop-shadow-\\[0_0_60px_rgba\\(251\\,191\\,36\\,0\\.3\\)\\]{--tw-drop-shadow:drop-shadow(0 0 60px #fbbf244d);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)}.drop-shadow-\\[0_35px_35px_rgba\\(0\\,0\\,0\\,0\\.1\\)\\]{--tw-drop-shadow:drop-shadow(0 35px 35px #0000001a);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)}.drop-shadow-md{--tw-drop-shadow:drop-shadow(0 4px 3px #00000012)drop-shadow(0 2px 2px #0000000f);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)}.invert{--tw-invert:invert(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)}.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)}.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)}.backdrop-blur-\\[2px\\]{--tw-backdrop-blur:blur(2px);-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)}.backdrop-blur-md{--tw-backdrop-blur:blur(12px);-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)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px);-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)}.backdrop-blur-xl{--tw-backdrop-blur:blur(24px);-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)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-property:opacity;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-shadow{transition-property:box-shadow;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-property:transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-1000{transition-duration:1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.duration-\\[2000ms\\]{transition-duration:2s}.ease-\\[cubic-bezier\\(0\\.4\\,0\\,0\\.2\\,1\\)\\],.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.will-change-transform{will-change:transform}.\\[animation-iteration-count\\:3\\]{animation-iteration-count:3}.\\[animation-iteration-count\\:infinite\\]{animation-iteration-count:infinite}.\\[mask-image\\:radial-gradient\\(100\\%_100\\%_at_top_right\\,white\\,transparent\\)\\]{-webkit-mask-image:radial-gradient(100% 100% at 100% 0,#fff,#0000);mask-image:radial-gradient(100% 100% at 100% 0,#fff,#0000)}.\\[mask-image\\:radial-gradient\\(closest-side\\,white\\,transparent\\)\\]{-webkit-mask-image:radial-gradient(closest-side,#fff,#0000);mask-image:radial-gradient(closest-side,#fff,#0000)}.\\[mask-image\\:radial-gradient\\(ellipse_60\\%_50\\%_at_50\\%_0\\%\\,\\#000_70\\%\\,transparent_100\\%\\)\\]{-webkit-mask-image:radial-gradient(60% 50% at 50% 0,#000 70%,#0000 100%);mask-image:radial-gradient(60% 50% at 50% 0,#000 70%,#0000 100%)}.\\[mask-image\\:radial-gradient\\(ellipse_80\\%_70\\%_at_50\\%_20\\%\\,black\\,transparent\\)\\]{-webkit-mask-image:radial-gradient(80% 70% at 50% 20%,#000,#0000);mask-image:radial-gradient(80% 70% at 50% 20%,#000,#0000)}html{scroll-behavior:smooth}body{color:#171717;font-family:var(--font-inter),Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeSpeed;background:#fff}html[lang=ar] body{font-family:var(--font-cairo),Cairo,\"Segoe UI\",system-ui,sans-serif}footer{content-visibility:auto;contain-intrinsic-size:0 400px}[data-section=below-fold]{content-visibility:auto;contain-intrinsic-size:0 600px}header{padding-top:env(safe-area-inset-top,0px)}@media (hover:none){a,button,[role=button],[class*=transition],[class*=hover\\:]{transition:none!important}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.placeholder\\:text-gray-300::placeholder{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.placeholder\\:text-slate-400::placeholder{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.first\\:rounded-t-\\[2rem\\]:first-child{border-top-left-radius:2rem;border-top-right-radius:2rem}.first\\:pt-0:first-child{padding-top:0}.last\\:mb-0:last-child{margin-bottom:0}.last\\:rounded-b-\\[2rem\\]:last-child{border-bottom-right-radius:2rem;border-bottom-left-radius:2rem}.last\\:border-0:last-child{border-width:0}.last\\:pb-0:last-child{padding-bottom:0}.focus-within\\:border-slate-800:focus-within{--tw-border-opacity:1;border-color:rgb(30 41 59/var(--tw-border-opacity,1))}.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-slate-950\\/10:focus-within{--tw-ring-color:#0206171a}.hover\\:-translate-y-0\\.5:hover{--tw-translate-y:-.125rem;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))}.hover\\:-translate-y-1:hover{--tw-translate-y:-.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))}.hover\\:-translate-y-1\\.5:hover{--tw-translate-y:-.375rem;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))}.hover\\:-translate-y-2:hover{--tw-translate-y:-.5rem;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))}.hover\\:translate-x-1:hover{--tw-translate-x:.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))}.hover\\:rotate-0:hover{--tw-rotate:0deg;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))}.hover\\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05;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))}.hover\\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.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))}.hover\\:scale-125:hover{--tw-scale-x:1.25;--tw-scale-y:1.25;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))}.hover\\:scale-\\[1\\.02\\]:hover{--tw-scale-x:1.02;--tw-scale-y:1.02;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))}.hover\\:border-amber-200:hover{--tw-border-opacity:1;border-color:rgb(253 230 138/var(--tw-border-opacity,1))}.hover\\:border-amber-300:hover{--tw-border-opacity:1;border-color:rgb(252 211 77/var(--tw-border-opacity,1))}.hover\\:border-amber-500\\/40:hover{border-color:#f59e0b66}.hover\\:border-blue-200:hover{--tw-border-opacity:1;border-color:rgb(191 219 254/var(--tw-border-opacity,1))}.hover\\:border-cyan-200:hover{--tw-border-opacity:1;border-color:rgb(165 243 252/var(--tw-border-opacity,1))}.hover\\:border-emerald-200:hover{--tw-border-opacity:1;border-color:rgb(167 243 208/var(--tw-border-opacity,1))}.hover\\:border-emerald-800\\/60:hover{border-color:#065f4699}.hover\\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.hover\\:border-indigo-100:hover{--tw-border-opacity:1;border-color:rgb(224 231 255/var(--tw-border-opacity,1))}.hover\\:border-indigo-200:hover{--tw-border-opacity:1;border-color:rgb(199 210 254/var(--tw-border-opacity,1))}.hover\\:border-indigo-300:hover{--tw-border-opacity:1;border-color:rgb(165 180 252/var(--tw-border-opacity,1))}.hover\\:border-indigo-400:hover{--tw-border-opacity:1;border-color:rgb(129 140 248/var(--tw-border-opacity,1))}.hover\\:border-indigo-400\\/60:hover{border-color:#818cf899}.hover\\:border-indigo-500:hover{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity,1))}.hover\\:border-indigo-500\\/30:hover{border-color:#6366f14d}.hover\\:border-indigo-500\\/50:hover{border-color:#6366f180}.hover\\:border-indigo-600:hover{--tw-border-opacity:1;border-color:rgb(79 70 229/var(--tw-border-opacity,1))}.hover\\:border-orange-200:hover{--tw-border-opacity:1;border-color:rgb(254 215 170/var(--tw-border-opacity,1))}.hover\\:border-orange-300:hover{--tw-border-opacity:1;border-color:rgb(253 186 116/var(--tw-border-opacity,1))}.hover\\:border-purple-300:hover{--tw-border-opacity:1;border-color:rgb(216 180 254/var(--tw-border-opacity,1))}.hover\\:border-red-300:hover{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity,1))}.hover\\:border-red-500:hover{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.hover\\:border-sky-200:hover{--tw-border-opacity:1;border-color:rgb(186 230 253/var(--tw-border-opacity,1))}.hover\\:border-sky-300:hover{--tw-border-opacity:1;border-color:rgb(125 211 252/var(--tw-border-opacity,1))}.hover\\:border-slate-200:hover{--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1))}.hover\\:border-slate-300:hover{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1))}.hover\\:border-slate-400:hover{--tw-border-opacity:1;border-color:rgb(148 163 184/var(--tw-border-opacity,1))}.hover\\:border-slate-600:hover{--tw-border-opacity:1;border-color:rgb(71 85 105/var(--tw-border-opacity,1))}.hover\\:border-slate-700:hover{--tw-border-opacity:1;border-color:rgb(51 65 85/var(--tw-border-opacity,1))}.hover\\:border-slate-950:hover{--tw-border-opacity:1;border-color:rgb(2 6 23/var(--tw-border-opacity,1))}.hover\\:border-violet-200:hover{--tw-border-opacity:1;border-color:rgb(221 214 254/var(--tw-border-opacity,1))}.hover\\:border-violet-300:hover{--tw-border-opacity:1;border-color:rgb(196 181 253/var(--tw-border-opacity,1))}.hover\\:border-white:hover{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.hover\\:border-white\\/20:hover{border-color:#fff3}.hover\\:border-white\\/30:hover{border-color:#ffffff4d}.hover\\:border-white\\/40:hover{border-color:#fff6}.hover\\:border-yellow-300:hover{--tw-border-opacity:1;border-color:rgb(253 224 71/var(--tw-border-opacity,1))}.hover\\:bg-\\[\\#111827\\]:hover{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.hover\\:bg-\\[rgba\\(59\\,159\\,212\\,0\\.08\\)\\]:hover{background-color:#3b9fd414}.hover\\:bg-amber-300:hover{--tw-bg-opacity:1;background-color:rgb(252 211 77/var(--tw-bg-opacity,1))}.hover\\:bg-amber-400:hover{--tw-bg-opacity:1;background-color:rgb(251 191 36/var(--tw-bg-opacity,1))}.hover\\:bg-amber-50:hover{--tw-bg-opacity:1;background-color:rgb(255 251 235/var(--tw-bg-opacity,1))}.hover\\:bg-amber-500:hover{--tw-bg-opacity:1;background-color:rgb(245 158 11/var(--tw-bg-opacity,1))}.hover\\:bg-black:hover{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.hover\\:bg-black\\/20:hover{background-color:#0003}.hover\\:bg-blue-50\\/30:hover{background-color:#eff6ff4d}.hover\\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.hover\\:bg-cyan-500:hover{--tw-bg-opacity:1;background-color:rgb(6 182 212/var(--tw-bg-opacity,1))}.hover\\:bg-emerald-400:hover{--tw-bg-opacity:1;background-color:rgb(52 211 153/var(--tw-bg-opacity,1))}.hover\\:bg-emerald-500:hover{--tw-bg-opacity:1;background-color:rgb(16 185 129/var(--tw-bg-opacity,1))}.hover\\:bg-emerald-600:hover{--tw-bg-opacity:1;background-color:rgb(5 150 105/var(--tw-bg-opacity,1))}.hover\\:bg-emerald-700:hover{--tw-bg-opacity:1;background-color:rgb(4 120 87/var(--tw-bg-opacity,1))}.hover\\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.hover\\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.hover\\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.hover\\:bg-indigo-100:hover{--tw-bg-opacity:1;background-color:rgb(224 231 255/var(--tw-bg-opacity,1))}.hover\\:bg-indigo-400:hover{--tw-bg-opacity:1;background-color:rgb(129 140 248/var(--tw-bg-opacity,1))}.hover\\:bg-indigo-50:hover{--tw-bg-opacity:1;background-color:rgb(238 242 255/var(--tw-bg-opacity,1))}.hover\\:bg-indigo-50\\/30:hover{background-color:#eef2ff4d}.hover\\:bg-indigo-50\\/40:hover{background-color:#eef2ff66}.hover\\:bg-indigo-50\\/50:hover{background-color:#eef2ff80}.hover\\:bg-indigo-50\\/60:hover{background-color:#eef2ff99}.hover\\:bg-indigo-500:hover{--tw-bg-opacity:1;background-color:rgb(99 102 241/var(--tw-bg-opacity,1))}.hover\\:bg-indigo-600:hover{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity,1))}.hover\\:bg-indigo-600\\/20:hover{background-color:#4f46e533}.hover\\:bg-indigo-700:hover{--tw-bg-opacity:1;background-color:rgb(67 56 202/var(--tw-bg-opacity,1))}.hover\\:bg-indigo-800:hover{--tw-bg-opacity:1;background-color:rgb(55 48 163/var(--tw-bg-opacity,1))}.hover\\:bg-indigo-900:hover{--tw-bg-opacity:1;background-color:rgb(49 46 129/var(--tw-bg-opacity,1))}.hover\\:bg-indigo-950:hover{--tw-bg-opacity:1;background-color:rgb(30 27 75/var(--tw-bg-opacity,1))}.hover\\:bg-orange-100:hover{--tw-bg-opacity:1;background-color:rgb(255 237 213/var(--tw-bg-opacity,1))}.hover\\:bg-orange-400:hover{--tw-bg-opacity:1;background-color:rgb(251 146 60/var(--tw-bg-opacity,1))}.hover\\:bg-orange-50\\/20:hover{background-color:#fff7ed33}.hover\\:bg-orange-600:hover{--tw-bg-opacity:1;background-color:rgb(234 88 12/var(--tw-bg-opacity,1))}.hover\\:bg-purple-400:hover{--tw-bg-opacity:1;background-color:rgb(192 132 252/var(--tw-bg-opacity,1))}.hover\\:bg-purple-500:hover{--tw-bg-opacity:1;background-color:rgb(168 85 247/var(--tw-bg-opacity,1))}.hover\\:bg-red-500:hover{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.hover\\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.hover\\:bg-slate-100:hover{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.hover\\:bg-slate-200:hover{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1))}.hover\\:bg-slate-300:hover{--tw-bg-opacity:1;background-color:rgb(203 213 225/var(--tw-bg-opacity,1))}.hover\\:bg-slate-50:hover{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.hover\\:bg-slate-50\\/50:hover{background-color:#f8fafc80}.hover\\:bg-slate-50\\/60:hover{background-color:#f8fafc99}.hover\\:bg-slate-50\\/70:hover{background-color:#f8fafcb3}.hover\\:bg-slate-50\\/80:hover{background-color:#f8fafccc}.hover\\:bg-slate-700:hover{--tw-bg-opacity:1;background-color:rgb(51 65 85/var(--tw-bg-opacity,1))}.hover\\:bg-slate-800:hover{--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity,1))}.hover\\:bg-slate-900:hover{--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1))}.hover\\:bg-slate-950:hover{--tw-bg-opacity:1;background-color:rgb(2 6 23/var(--tw-bg-opacity,1))}.hover\\:bg-teal-100:hover{--tw-bg-opacity:1;background-color:rgb(204 251 241/var(--tw-bg-opacity,1))}.hover\\:bg-teal-400:hover{--tw-bg-opacity:1;background-color:rgb(45 212 191/var(--tw-bg-opacity,1))}.hover\\:bg-teal-50:hover{--tw-bg-opacity:1;background-color:rgb(240 253 250/var(--tw-bg-opacity,1))}.hover\\:bg-teal-700:hover{--tw-bg-opacity:1;background-color:rgb(15 118 110/var(--tw-bg-opacity,1))}.hover\\:bg-violet-50:hover{--tw-bg-opacity:1;background-color:rgb(245 243 255/var(--tw-bg-opacity,1))}.hover\\:bg-violet-500:hover{--tw-bg-opacity:1;background-color:rgb(139 92 246/var(--tw-bg-opacity,1))}.hover\\:bg-violet-700:hover{--tw-bg-opacity:1;background-color:rgb(109 40 217/var(--tw-bg-opacity,1))}.hover\\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.hover\\:bg-white\\/10:hover{background-color:#ffffff1a}.hover\\:bg-white\\/20:hover{background-color:#fff3}.hover\\:bg-white\\/\\[0\\.06\\]:hover{background-color:#ffffff0f}.hover\\:bg-white\\/\\[0\\.08\\]:hover{background-color:#ffffff14}.hover\\:bg-white\\/\\[0\\.09\\]:hover{background-color:#ffffff17}.hover\\:bg-white\\/\\[0\\.13\\]:hover{background-color:#ffffff21}.hover\\:bg-yellow-300:hover{--tw-bg-opacity:1;background-color:rgb(253 224 71/var(--tw-bg-opacity,1))}.hover\\:from-indigo-700:hover{--tw-gradient-from:#4338ca var(--tw-gradient-from-position);--tw-gradient-to:#4338ca00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\\:from-orange-600:hover{--tw-gradient-from:#ea580c var(--tw-gradient-from-position);--tw-gradient-to:#ea580c00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\\:from-purple-700:hover{--tw-gradient-from:#7e22ce var(--tw-gradient-from-position);--tw-gradient-to:#7e22ce00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\\:from-slate-900:hover{--tw-gradient-from:#0f172a var(--tw-gradient-from-position);--tw-gradient-to:#0f172a00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\\:to-indigo-800:hover{--tw-gradient-to:#3730a3 var(--tw-gradient-to-position)}.hover\\:to-orange-700:hover{--tw-gradient-to:#c2410c var(--tw-gradient-to-position)}.hover\\:to-purple-800:hover{--tw-gradient-to:#6b21a8 var(--tw-gradient-to-position)}.hover\\:to-slate-950:hover{--tw-gradient-to:#020617 var(--tw-gradient-to-position)}.hover\\:text-\\[\\#0077b5\\]:hover{--tw-text-opacity:1;color:rgb(0 119 181/var(--tw-text-opacity,1))}.hover\\:text-\\[\\#ff0000\\]:hover{--tw-text-opacity:1;color:rgb(255 0 0/var(--tw-text-opacity,1))}.hover\\:text-amber-900:hover{--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity,1))}.hover\\:text-emerald-700:hover{--tw-text-opacity:1;color:rgb(4 120 87/var(--tw-text-opacity,1))}.hover\\:text-gray-500:hover{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.hover\\:text-gray-600:hover{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.hover\\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.hover\\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.hover\\:text-indigo-200:hover{--tw-text-opacity:1;color:rgb(199 210 254/var(--tw-text-opacity,1))}.hover\\:text-indigo-300:hover{--tw-text-opacity:1;color:rgb(165 180 252/var(--tw-text-opacity,1))}.hover\\:text-indigo-400:hover{--tw-text-opacity:1;color:rgb(129 140 248/var(--tw-text-opacity,1))}.hover\\:text-indigo-500:hover{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity,1))}.hover\\:text-indigo-600:hover{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity,1))}.hover\\:text-indigo-700:hover{--tw-text-opacity:1;color:rgb(67 56 202/var(--tw-text-opacity,1))}.hover\\:text-indigo-800:hover{--tw-text-opacity:1;color:rgb(55 48 163/var(--tw-text-opacity,1))}.hover\\:text-indigo-900:hover{--tw-text-opacity:1;color:rgb(49 46 129/var(--tw-text-opacity,1))}.hover\\:text-red-500:hover{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.hover\\:text-red-600:hover{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.hover\\:text-slate-200:hover{--tw-text-opacity:1;color:rgb(226 232 240/var(--tw-text-opacity,1))}.hover\\:text-slate-300:hover{--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.hover\\:text-slate-400:hover{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.hover\\:text-slate-600:hover{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}.hover\\:text-slate-700:hover{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.hover\\:text-slate-800:hover{--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1))}.hover\\:text-slate-900:hover{--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}.hover\\:text-violet-200:hover{--tw-text-opacity:1;color:rgb(221 214 254/var(--tw-text-opacity,1))}.hover\\:text-violet-700:hover{--tw-text-opacity:1;color:rgb(109 40 217/var(--tw-text-opacity,1))}.hover\\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\\:text-white\\/80:hover{color:#fffc}.hover\\:underline:hover{text-decoration-line:underline}.hover\\:decoration-white:hover{text-decoration-color:#fff}.hover\\:opacity-100:hover{opacity:1}.hover\\:opacity-35:hover{opacity:.35}.hover\\:opacity-65:hover{opacity:.65}.hover\\:opacity-80:hover{opacity:.8}.hover\\:opacity-90:hover{opacity:.9}.hover\\:shadow-2xl:hover{--tw-shadow:0 25px 50px -12px #00000040;--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)}.hover\\:shadow-\\[0_20px_40px_-15px_rgba\\(79\\,70\\,229\\,0\\.15\\)\\]:hover{--tw-shadow:0 20px 40px -15px #4f46e526;--tw-shadow-colored:0 20px 40px -15px 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\\:shadow-\\[0_20px_50px_rgba\\(0\\,0\\,0\\,0\\.05\\)\\]:hover{--tw-shadow:0 20px 50px #0000000d;--tw-shadow-colored:0 20px 50px 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\\:shadow-\\[0_20px_50px_rgba\\(124\\,58\\,237\\,0\\.06\\)\\]:hover{--tw-shadow:0 20px 50px #7c3aed0f;--tw-shadow-colored:0 20px 50px 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\\:shadow-\\[0_20px_50px_rgba\\(79\\,70\\,229\\,0\\.1\\)\\]:hover{--tw-shadow:0 20px 50px #4f46e51a;--tw-shadow-colored:0 20px 50px 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\\:shadow-\\[0_20px_50px_rgba\\(79\\,70\\,229\\,0\\.4\\)\\]:hover{--tw-shadow:0 20px 50px #4f46e566;--tw-shadow-colored:0 20px 50px 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\\:shadow-\\[0_28px_56px_-16px_rgba\\(79\\,70\\,229\\,0\\.3\\)\\]:hover{--tw-shadow:0 28px 56px -16px #4f46e54d;--tw-shadow-colored:0 28px 56px -16px 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\\:shadow-\\[0_30px_60px_-15px_rgba\\(15\\,23\\,42\\,0\\.3\\)\\]:hover{--tw-shadow:0 30px 60px -15px #0f172a4d;--tw-shadow-colored:0 30px 60px -15px 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\\:shadow-\\[0_30px_60px_-15px_rgba\\(33\\,117\\,155\\,0\\.4\\)\\]:hover{--tw-shadow:0 30px 60px -15px #21759b66;--tw-shadow-colored:0 30px 60px -15px 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\\:shadow-\\[0_30px_60px_-15px_rgba\\(79\\,70\\,229\\,0\\.3\\)\\]:hover{--tw-shadow:0 30px 60px -15px #4f46e54d;--tw-shadow-colored:0 30px 60px -15px 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\\:shadow-\\[0_30px_60px_-15px_rgba\\(99\\,102\\,241\\,0\\.15\\)\\]:hover{--tw-shadow:0 30px 60px -15px #6366f126;--tw-shadow-colored:0 30px 60px -15px 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\\:shadow-\\[0_40px_80px_-15px_rgba\\(0\\,0\\,0\\,0\\.1\\)\\]:hover{--tw-shadow:0 40px 80px -15px #0000001a;--tw-shadow-colored:0 40px 80px -15px 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\\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--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)}.hover\\:shadow-md:hover{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--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)}.hover\\:shadow-sm:hover{--tw-shadow:0 1px 2px 0 #0000000d;--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)}.hover\\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--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\\:shadow-amber-900\\/20:hover{--tw-shadow-color:#78350f33;--tw-shadow:var(--tw-shadow-colored)}.hover\\:shadow-black\\/50:hover{--tw-shadow-color:#00000080;--tw-shadow:var(--tw-shadow-colored)}.hover\\:shadow-indigo-100:hover{--tw-shadow-color:#e0e7ff;--tw-shadow:var(--tw-shadow-colored)}.hover\\:shadow-indigo-100\\/30:hover{--tw-shadow-color:#e0e7ff4d;--tw-shadow:var(--tw-shadow-colored)}.hover\\:shadow-indigo-100\\/40:hover{--tw-shadow-color:#e0e7ff66;--tw-shadow:var(--tw-shadow-colored)}.hover\\:shadow-indigo-100\\/50:hover{--tw-shadow-color:#e0e7ff80;--tw-shadow:var(--tw-shadow-colored)}.hover\\:shadow-indigo-100\\/60:hover{--tw-shadow-color:#e0e7ff99;--tw-shadow:var(--tw-shadow-colored)}.hover\\:shadow-indigo-100\\/80:hover{--tw-shadow-color:#e0e7ffcc;--tw-shadow:var(--tw-shadow-colored)}.hover\\:shadow-indigo-200:hover{--tw-shadow-color:#c7d2fe;--tw-shadow:var(--tw-shadow-colored)}.hover\\:shadow-indigo-200\\/50:hover{--tw-shadow-color:#c7d2fe80;--tw-shadow:var(--tw-shadow-colored)}.hover\\:shadow-indigo-300\\/50:hover{--tw-shadow-color:#a5b4fc80;--tw-shadow:var(--tw-shadow-colored)}.hover\\:shadow-indigo-300\\/60:hover{--tw-shadow-color:#a5b4fc99;--tw-shadow:var(--tw-shadow-colored)}.hover\\:shadow-indigo-50:hover{--tw-shadow-color:#eef2ff;--tw-shadow:var(--tw-shadow-colored)}.hover\\:shadow-indigo-500\\/10:hover{--tw-shadow-color:#6366f11a;--tw-shadow:var(--tw-shadow-colored)}.hover\\:shadow-indigo-500\\/20:hover{--tw-shadow-color:#6366f133;--tw-shadow:var(--tw-shadow-colored)}.hover\\:shadow-indigo-500\\/5:hover{--tw-shadow-color:#6366f10d;--tw-shadow:var(--tw-shadow-colored)}.hover\\:shadow-indigo-900\\/20:hover{--tw-shadow-color:#312e8133;--tw-shadow:var(--tw-shadow-colored)}.hover\\:shadow-sky-100\\/80:hover{--tw-shadow-color:#e0f2fecc;--tw-shadow:var(--tw-shadow-colored)}.hover\\:shadow-violet-100\\/80:hover{--tw-shadow-color:#ede9fecc;--tw-shadow:var(--tw-shadow-colored)}.hover\\:shadow-violet-200:hover{--tw-shadow-color:#ddd6fe;--tw-shadow:var(--tw-shadow-colored)}.hover\\:brightness-110:hover{--tw-brightness:brightness(1.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)}.hover\\:grayscale-0:hover{--tw-grayscale:grayscale(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)}.focus\\:border-indigo-400:focus{--tw-border-opacity:1;border-color:rgb(129 140 248/var(--tw-border-opacity,1))}.focus\\:border-indigo-500:focus{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity,1))}.focus\\:border-indigo-600:focus{--tw-border-opacity:1;border-color:rgb(79 70 229/var(--tw-border-opacity,1))}.focus\\:border-red-500:focus{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.focus\\:border-transparent:focus{border-color:#0000}.focus\\:border-white\\/40:focus{border-color:#fff6}.focus\\:bg-white:focus{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.focus\\:bg-white\\/15:focus{background-color:#ffffff26}.focus\\:shadow-lg:focus{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--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)}.focus\\:outline-none:focus{outline-offset:2px;outline:2px solid #0000}.focus\\:outline:focus{outline-style:solid}.focus\\:outline-2:focus{outline-width:2px}.focus\\:-outline-offset-2:focus{outline-offset:-2px}.focus\\:outline-indigo-600:focus{outline-color:#4f46e5}.focus\\:ring-0: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(0px + 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-1: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(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)}.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-inset:focus{--tw-ring-inset:inset}.focus\\:ring-indigo-100:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(224 231 255/var(--tw-ring-opacity,1))}.focus\\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity,1))}.focus\\:ring-indigo-500\\/20:focus{--tw-ring-color:#6366f133}.focus\\:ring-indigo-500\\/30:focus{--tw-ring-color:#6366f14d}.focus\\:ring-indigo-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(79 70 229/var(--tw-ring-opacity,1))}.focus\\:ring-indigo-600\\/20:focus{--tw-ring-color:#4f46e533}.focus\\:ring-red-500\\/30:focus{--tw-ring-color:#ef44444d}.focus\\:ring-white:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity,1))}.focus\\:ring-white\\/20:focus{--tw-ring-color:#fff3}.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}.active\\:scale-95:active{--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))}.active\\:scale-\\[0\\.97\\]:active{--tw-scale-x:.97;--tw-scale-y:.97;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))}.active\\:scale-\\[0\\.98\\]:active{--tw-scale-x:.98;--tw-scale-y:.98;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))}.active\\:opacity-80:active{opacity:.8}.disabled\\:translate-y-0:disabled{--tw-translate-y: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))}.disabled\\:transform-none:disabled{transform:none}.disabled\\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:bg-slate-300:disabled{--tw-bg-opacity:1;background-color:rgb(203 213 225/var(--tw-bg-opacity,1))}.disabled\\:opacity-30:disabled{opacity:.3}.disabled\\:opacity-40:disabled{opacity:.4}.disabled\\:opacity-50:disabled{opacity:.5}.disabled\\:opacity-60:disabled{opacity:.6}.disabled\\:opacity-70:disabled{opacity:.7}.group[open] .group-open\\:block{display:block}.group[open] .group-open\\:hidden{display:none}.group[open] .group-open\\: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))}.group:focus-within .group-focus-within\\:text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity,1))}.group:hover .group-hover\\:h-16{height:4rem}.group:hover .group-hover\\:h-full{height:100%}.group:hover .group-hover\\:w-20{width:5rem}.group:hover .group-hover\\:w-full{width:100%}.group\\/btn:hover .group-hover\\/btn\\:translate-x-1{--tw-translate-x:.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))}.group\\/link:hover .group-hover\\/link\\:translate-x-0\\.5{--tw-translate-x:.125rem;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))}.group\\/link:hover .group-hover\\/link\\:translate-x-1{--tw-translate-x:.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))}.group:hover .group-hover\\:-translate-x-0\\.5{--tw-translate-x:-.125rem;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))}.group:hover .group-hover\\:-translate-y-1{--tw-translate-y:-.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))}.group:hover .group-hover\\:-translate-y-2{--tw-translate-y:-.5rem;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))}.group:hover .group-hover\\: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))}.group:hover .group-hover\\:translate-x-0\\.5{--tw-translate-x:.125rem;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))}.group:hover .group-hover\\:translate-x-1{--tw-translate-x:.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))}.group:hover .group-hover\\:translate-x-2{--tw-translate-x:.5rem;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))}.group:hover .group-hover\\:translate-y-0{--tw-translate-y: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))}.group:hover .group-hover\\:rotate-0{--tw-rotate:0deg;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))}.group:hover .group-hover\\:rotate-12{--tw-rotate:12deg;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))}.group:hover .group-hover\\:rotate-\\[-45deg\\]{--tw-rotate:-45deg;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))}.group\\/link:hover .group-hover\\/link\\:scale-\\[1\\.02\\]{--tw-scale-x:1.02;--tw-scale-y:1.02;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))}.group:hover .group-hover\\: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))}.group:hover .group-hover\\:scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05;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))}.group:hover .group-hover\\:scale-110{--tw-scale-x:1.1;--tw-scale-y:1.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))}.group:hover .group-hover\\:scale-150{--tw-scale-x:1.5;--tw-scale-y:1.5;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))}.group:hover .group-hover\\:scale-\\[1\\.02\\]{--tw-scale-x:1.02;--tw-scale-y:1.02;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))}.group:hover .group-hover\\:scale-\\[1\\.03\\]{--tw-scale-x:1.03;--tw-scale-y:1.03;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))}.group:hover .group-hover\\:gap-2{gap:.5rem}.group:hover .group-hover\\:gap-2\\.5{gap:.625rem}.group:hover .group-hover\\:gap-3{gap:.75rem}.group:hover .group-hover\\:border-indigo-100{--tw-border-opacity:1;border-color:rgb(224 231 255/var(--tw-border-opacity,1))}.group:hover .group-hover\\:border-indigo-100\\/50{border-color:#e0e7ff80}.group:hover .group-hover\\:border-indigo-200{--tw-border-opacity:1;border-color:rgb(199 210 254/var(--tw-border-opacity,1))}.group:hover .group-hover\\:border-indigo-800{--tw-border-opacity:1;border-color:rgb(55 48 163/var(--tw-border-opacity,1))}.group:hover .group-hover\\:border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.group:hover .group-hover\\:bg-amber-500{--tw-bg-opacity:1;background-color:rgb(245 158 11/var(--tw-bg-opacity,1))}.group:hover .group-hover\\:bg-amber-600{--tw-bg-opacity:1;background-color:rgb(217 119 6/var(--tw-bg-opacity,1))}.group:hover .group-hover\\:bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.group:hover .group-hover\\:bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.group:hover .group-hover\\:bg-cyan-600{--tw-bg-opacity:1;background-color:rgb(8 145 178/var(--tw-bg-opacity,1))}.group:hover .group-hover\\:bg-emerald-500{--tw-bg-opacity:1;background-color:rgb(16 185 129/var(--tw-bg-opacity,1))}.group:hover .group-hover\\:bg-emerald-600{--tw-bg-opacity:1;background-color:rgb(5 150 105/var(--tw-bg-opacity,1))}.group:hover .group-hover\\:bg-indigo-100{--tw-bg-opacity:1;background-color:rgb(224 231 255/var(--tw-bg-opacity,1))}.group:hover .group-hover\\:bg-indigo-400\\/30{background-color:#818cf84d}.group:hover .group-hover\\:bg-indigo-50{--tw-bg-opacity:1;background-color:rgb(238 242 255/var(--tw-bg-opacity,1))}.group:hover .group-hover\\:bg-indigo-50\\/30{background-color:#eef2ff4d}.group:hover .group-hover\\:bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(99 102 241/var(--tw-bg-opacity,1))}.group:hover .group-hover\\:bg-indigo-600{--tw-bg-opacity:1;background-color:rgb(79 70 229/var(--tw-bg-opacity,1))}.group:hover .group-hover\\:bg-indigo-800\\/10{background-color:#3730a31a}.group:hover .group-hover\\:bg-orange-400{--tw-bg-opacity:1;background-color:rgb(251 146 60/var(--tw-bg-opacity,1))}.group:hover .group-hover\\:bg-purple-500{--tw-bg-opacity:1;background-color:rgb(168 85 247/var(--tw-bg-opacity,1))}.group:hover .group-hover\\:bg-purple-600{--tw-bg-opacity:1;background-color:rgb(147 51 234/var(--tw-bg-opacity,1))}.group:hover .group-hover\\:bg-red-600{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.group:hover .group-hover\\:bg-rose-500{--tw-bg-opacity:1;background-color:rgb(244 63 94/var(--tw-bg-opacity,1))}.group:hover .group-hover\\:bg-slate-400{--tw-bg-opacity:1;background-color:rgb(148 163 184/var(--tw-bg-opacity,1))}.group:hover .group-hover\\:bg-slate-700{--tw-bg-opacity:1;background-color:rgb(51 65 85/var(--tw-bg-opacity,1))}.group:hover .group-hover\\:bg-teal-500{--tw-bg-opacity:1;background-color:rgb(20 184 166/var(--tw-bg-opacity,1))}.group:hover .group-hover\\:bg-transparent{background-color:#0000}.group:hover .group-hover\\:bg-violet-50{--tw-bg-opacity:1;background-color:rgb(245 243 255/var(--tw-bg-opacity,1))}.group:hover .group-hover\\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.group:hover .group-hover\\:bg-white\\/10{background-color:#ffffff1a}.group:hover .group-hover\\:bg-white\\/20{background-color:#fff3}.group:hover .group-hover\\:bg-yellow-600{--tw-bg-opacity:1;background-color:rgb(202 138 4/var(--tw-bg-opacity,1))}.group:hover .group-hover\\:from-white{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.group:hover .group-hover\\:tracking-\\[0\\.4em\\]{letter-spacing:.4em}.group\\/link:hover .group-hover\\/link\\:text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity,1))}.group\\/link:hover .group-hover\\/link\\:text-indigo-700{--tw-text-opacity:1;color:rgb(67 56 202/var(--tw-text-opacity,1))}.group:hover .group-hover\\:text-blue-300{--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity,1))}.group:hover .group-hover\\:text-emerald-300{--tw-text-opacity:1;color:rgb(110 231 183/var(--tw-text-opacity,1))}.group:hover .group-hover\\:text-indigo-100{--tw-text-opacity:1;color:rgb(224 231 255/var(--tw-text-opacity,1))}.group:hover .group-hover\\:text-indigo-400{--tw-text-opacity:1;color:rgb(129 140 248/var(--tw-text-opacity,1))}.group:hover .group-hover\\:text-indigo-500{--tw-text-opacity:1;color:rgb(99 102 241/var(--tw-text-opacity,1))}.group:hover .group-hover\\:text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity,1))}.group:hover .group-hover\\:text-indigo-700{--tw-text-opacity:1;color:rgb(67 56 202/var(--tw-text-opacity,1))}.group:hover .group-hover\\:text-indigo-800{--tw-text-opacity:1;color:rgb(55 48 163/var(--tw-text-opacity,1))}.group:hover .group-hover\\:text-indigo-950{--tw-text-opacity:1;color:rgb(30 27 75/var(--tw-text-opacity,1))}.group:hover .group-hover\\:text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.group:hover .group-hover\\:text-slate-600{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}.group:hover .group-hover\\:text-slate-800{--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1))}.group:hover .group-hover\\:text-slate-900{--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}.group:hover .group-hover\\:text-violet-300{--tw-text-opacity:1;color:rgb(196 181 253/var(--tw-text-opacity,1))}.group:hover .group-hover\\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.group:hover .group-hover\\:underline{text-decoration-line:underline}.group:hover .group-hover\\:opacity-10{opacity:.1}.group:hover .group-hover\\:opacity-100{opacity:1}.group:hover .group-hover\\:opacity-20{opacity:.2}.group:hover .group-hover\\:opacity-30{opacity:.3}.group:hover .group-hover\\:opacity-40{opacity:.4}.group:hover .group-hover\\:opacity-75{opacity:.75}.group:hover .group-hover\\:opacity-\\[0\\.12\\]{opacity:.12}.group:hover .group-hover\\:shadow-\\[0_20px_40px_rgba\\(79\\,70\\,229\\,0\\.1\\)\\]{--tw-shadow:0 20px 40px #4f46e51a;--tw-shadow-colored:0 20px 40px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .group-hover\\:shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--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)}.group:hover .group-hover\\:shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--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)}.group:hover .group-hover\\:shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--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)}.group:hover .group-hover\\:shadow-indigo-200{--tw-shadow-color:#c7d2fe;--tw-shadow:var(--tw-shadow-colored)}.group:hover .group-hover\\:ring-indigo-500{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity,1))}.group:hover .group-hover\\:brightness-0{--tw-brightness:brightness(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)}.group:hover .group-hover\\:invert{--tw-invert:invert(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)}@media (prefers-reduced-motion:no-preference){@keyframes ping{75%,to{opacity:0;transform:scale(2)}}.motion-safe\\:animate-ping{animation:1s cubic-bezier(0,0,.2,1) infinite ping}@keyframes pulse{50%{opacity:.5}}.motion-safe\\:animate-pulse{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}}@media not all and (min-width:1024px){.max-lg\\:hidden{display:none}}@media (min-width:640px){.sm\\:-inset-4{inset:-1rem}.sm\\:bottom-\\[-8\\%\\]{bottom:-8%}.sm\\:left-1\\/2{left:50%}.sm\\:left-2\\/3{left:66.6667%}.sm\\:top-auto{top:auto}.sm\\:mb-12{margin-bottom:3rem}.sm\\:mt-12{margin-top:3rem}.sm\\:mt-8{margin-top:2rem}.sm\\:block{display:block}.sm\\:inline{display:inline}.sm\\:flex{display:flex}.sm\\:inline-flex{display:inline-flex}.sm\\:table{display:table}.sm\\:hidden{display:none}.sm\\:h-14{height:3.5rem}.sm\\:h-\\[260px\\]{height:260px}.sm\\:h-\\[460px\\]{height:460px}.sm\\:h-\\[520px\\]{height:520px}.sm\\:h-auto{height:auto}.sm\\:max-h-\\[600px\\]{max-height:600px}.sm\\:min-h-\\[380px\\]{min-height:380px}.sm\\:min-h-\\[400px\\]{min-height:400px}.sm\\:min-h-screen{min-height:100vh}.sm\\:w-20{width:5rem}.sm\\:w-52{width:13rem}.sm\\:w-72{width:18rem}.sm\\:w-\\[420px\\]{width:420px}.sm\\:w-\\[54\\%\\]{width:54%}.sm\\:w-auto{width:auto}.sm\\:max-w-sm{max-width:24rem}.sm\\:flex-shrink-0{flex-shrink:0}.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\\:flex-row{flex-direction:row}.sm\\:flex-nowrap{flex-wrap:nowrap}.sm\\:items-start{align-items:flex-start}.sm\\:items-end{align-items:flex-end}.sm\\:items-center{align-items:center}.sm\\:justify-between{justify-content:space-between}.sm\\:gap-0{gap:0}.sm\\:gap-10{gap:2.5rem}.sm\\:gap-12{gap:3rem}.sm\\:gap-3{gap:.75rem}.sm\\:gap-4{gap:1rem}.sm\\:gap-6{gap:1.5rem}.sm\\:gap-8{gap:2rem}.sm\\:space-y-6\u003e: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))}.sm\\:divide-y-0\u003e:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(0px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(0px*var(--tw-divide-y-reverse))}.sm\\:self-stretch{align-self:stretch}.sm\\:overflow-hidden{overflow:hidden}.sm\\:overflow-y-auto{overflow-y:auto}.sm\\:rounded-\\[2\\.5rem\\]{border-radius:2.5rem}.sm\\:rounded-none{border-radius:0}.sm\\:rounded-xl{border-radius:.75rem}.sm\\:border{border-width:1px}.sm\\:border-0{border-width:0}.sm\\:border-l{border-left-width:1px}.sm\\:border-slate-200{--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1))}.sm\\:border-white\\/\\[0\\.07\\]{border-color:#ffffff12}.sm\\:bg-transparent{background-color:#0000}.sm\\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.sm\\:bg-white\\/10{background-color:#ffffff1a}.sm\\:bg-white\\/90{background-color:#ffffffe6}.sm\\:p-10{padding:2.5rem}.sm\\:p-12{padding:3rem}.sm\\:p-14{padding:3.5rem}.sm\\:p-2{padding:.5rem}.sm\\:p-6{padding:1.5rem}.sm\\:p-7{padding:1.75rem}.sm\\:p-8{padding:2rem}.sm\\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\\:px-12{padding-left:3rem;padding-right:3rem}.sm\\:px-14{padding-left:3.5rem;padding-right:3.5rem}.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-0{padding-top:0;padding-bottom:0}.sm\\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.sm\\:py-12{padding-top:3rem;padding-bottom:3rem}.sm\\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.sm\\:py-16{padding-top:4rem;padding-bottom:4rem}.sm\\:py-2\\.5{padding-top:.625rem;padding-bottom:.625rem}.sm\\:py-20{padding-top:5rem;padding-bottom:5rem}.sm\\:py-24{padding-top:6rem;padding-bottom:6rem}.sm\\:py-28{padding-top:7rem;padding-bottom:7rem}.sm\\:py-32{padding-top:8rem;padding-bottom:8rem}.sm\\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.sm\\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.sm\\:pb-20{padding-bottom:5rem}.sm\\:pb-24{padding-bottom:6rem}.sm\\:pb-28{padding-bottom:7rem}.sm\\:pl-6{padding-left:1.5rem}.sm\\:pt-0{padding-top:0}.sm\\:pt-16{padding-top:4rem}.sm\\:pt-20{padding-top:5rem}.sm\\:pt-28{padding-top:7rem}.sm\\:pt-4{padding-top:1rem}.sm\\:pt-8{padding-top:2rem}.sm\\:text-left{text-align:left}.sm\\:text-right{text-align:right}.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-5xl{font-size:3rem;line-height:1}.sm\\:text-6xl{font-size:3.75rem;line-height:1}.sm\\:text-7xl{font-size:4.5rem;line-height:1}.sm\\:text-\\[2\\.3rem\\]{font-size:2.3rem}.sm\\:text-\\[2\\.75rem\\]{font-size:2.75rem}.sm\\:text-\\[9rem\\]{font-size:9rem}.sm\\:text-base{font-size:1rem;line-height:1.5rem}.sm\\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\\:text-xs{font-size:.75rem;line-height:1rem}.sm\\:shadow-\\[0_32px_64px_-16px_rgba\\(0\\,0\\,0\\,0\\.1\\)\\]{--tw-shadow:0 32px 64px -16px #0000001a;--tw-shadow-colored:0 32px 64px -16px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\\:shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.sm\\:shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--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)}.sm\\:backdrop-blur-md{--tw-backdrop-blur:blur(12px);-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)}.sm\\:transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.sm\\:focus-within\\:border-indigo-500:focus-within{--tw-border-opacity:1;border-color:rgb(99 102 241/var(--tw-border-opacity,1))}.sm\\: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)}.sm\\:focus-within\\:ring-indigo-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity,1))}.sm\\:focus\\:ring-0: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(0px + 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)}}@media (min-width:768px){.md\\:top-20{top:5rem}.md\\:col-span-2{grid-column:span 2/span 2}.md\\:row-span-2{grid-row:span 2/span 2}.md\\:mt-0{margin-top:0}.md\\:block{display:block}.md\\:flex{display:flex}.md\\:inline-flex{display:inline-flex}.md\\:hidden{display:none}.md\\:h-28{height:7rem}.md\\:h-\\[540px\\]{height:540px}.md\\:w-1\\/2{width:50%}.md\\:w-1\\/5{width:20%}.md\\:w-28{width:7rem}.md\\:w-\\[520px\\]{width:520px}.md\\:w-auto{width:auto}.md\\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\\:flex-row{flex-direction:row}.md\\:flex-nowrap{flex-wrap:nowrap}.md\\:items-start{align-items:flex-start}.md\\:items-end{align-items:flex-end}.md\\:items-center{align-items:center}.md\\:justify-start{justify-content:flex-start}.md\\:gap-0{gap:0}.md\\:gap-10{gap:2.5rem}.md\\:gap-16{gap:4rem}.md\\:divide-x\u003e:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px*var(--tw-divide-x-reverse));border-left-width:calc(1px*calc(1 - var(--tw-divide-x-reverse)))}.md\\:divide-y-0\u003e:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(0px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(0px*var(--tw-divide-y-reverse))}.md\\:divide-slate-100\u003e:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(241 245 249/var(--tw-divide-opacity,1))}.md\\:p-10{padding:2.5rem}.md\\:p-12{padding:3rem}.md\\:p-14{padding:3.5rem}.md\\:p-16{padding:4rem}.md\\:p-8{padding:2rem}.md\\:px-14{padding-left:3.5rem;padding-right:3.5rem}.md\\:py-12{padding-top:3rem;padding-bottom:3rem}.md\\:py-32{padding-top:8rem;padding-bottom:8rem}.md\\:text-left{text-align:left}.md\\:text-2xl{font-size:1.5rem;line-height:2rem}.md\\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\\:text-5xl{font-size:3rem;line-height:1}.md\\:text-6xl{font-size:3.75rem;line-height:1}.md\\:text-base{font-size:1rem;line-height:1.5rem}.md\\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\\:first\\:rounded-l-\\[2rem\\]:first-child{border-top-left-radius:2rem;border-bottom-left-radius:2rem}.md\\:first\\:rounded-tr-none:first-child{border-top-right-radius:0}.md\\:last\\:rounded-r-\\[2rem\\]:last-child{border-top-right-radius:2rem;border-bottom-right-radius:2rem}.md\\:last\\:rounded-bl-none:last-child{border-bottom-left-radius:0}}@media (min-width:1024px){.lg\\:sticky{position:sticky}.lg\\:right-6{right:1.5rem}.lg\\:top-10{top:2.5rem}.lg\\:top-20{top:5rem}.lg\\:top-24{top:6rem}.lg\\:order-1{order:1}.lg\\:order-2{order:2}.lg\\:col-span-1{grid-column:span 1/span 1}.lg\\:col-span-2{grid-column:span 2/span 2}.lg\\:col-span-3{grid-column:span 3/span 3}.lg\\:col-span-4{grid-column:span 4/span 4}.lg\\:col-span-5{grid-column:span 5/span 5}.lg\\:col-span-6{grid-column:span 6/span 6}.lg\\:col-span-7{grid-column:span 7/span 7}.lg\\:col-span-8{grid-column:span 8/span 8}.lg\\:col-span-9{grid-column:span 9/span 9}.lg\\:mx-0{margin-left:0;margin-right:0}.lg\\:mx-auto{margin-left:auto;margin-right:auto}.lg\\:-mr-8{margin-right:-2rem}.lg\\:-mt-4{margin-top:-1rem}.lg\\:mb-0{margin-bottom:0}.lg\\:mb-16{margin-bottom:4rem}.lg\\:mb-2{margin-bottom:.5rem}.lg\\:mb-4{margin-bottom:1rem}.lg\\:ml-20{margin-left:5rem}.lg\\:mt-0{margin-top:0}.lg\\:mt-10{margin-top:2.5rem}.lg\\:mt-24{margin-top:6rem}.lg\\:mt-8{margin-top:2rem}.lg\\:block{display:block}.lg\\:flex{display:flex}.lg\\:grid{display:grid}.lg\\:hidden{display:none}.lg\\:aspect-\\[1\\/1\\]{aspect-ratio:1}.lg\\:h-64{height:16rem}.lg\\:h-\\[500px\\]{height:500px}.lg\\:h-\\[520px\\]{height:520px}.lg\\:h-\\[620px\\]{height:620px}.lg\\:w-1\\/2{width:50%}.lg\\:w-1\\/3{width:33.3333%}.lg\\:w-1\\/4{width:25%}.lg\\:w-2\\/3{width:66.6667%}.lg\\:w-3\\/4{width:75%}.lg\\:w-5\\/12{width:41.6667%}.lg\\:w-56{width:14rem}.lg\\:w-6\\/12{width:50%}.lg\\:w-64{width:16rem}.lg\\:w-7\\/12{width:58.3333%}.lg\\:w-72{width:18rem}.lg\\:w-80{width:20rem}.lg\\:w-\\[450px\\]{width:450px}.lg\\:w-\\[46\\%\\]{width:46%}.lg\\:w-\\[54\\%\\]{width:54%}.lg\\:w-auto{width:auto}.lg\\:max-w-4xl{max-width:56rem}.lg\\:max-w-md{max-width:28rem}.lg\\:max-w-none{max-width:none}.lg\\:flex-shrink-0{flex-shrink:0}.lg\\:rotate-1{--tw-rotate:1deg;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))}.lg\\:rotate-2{--tw-rotate:2deg;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))}.lg\\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.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\\:grid-cols-\\[1\\.1fr_1fr\\]{grid-template-columns:1.1fr 1fr}.lg\\:grid-cols-\\[1fr_1\\.6fr\\]{grid-template-columns:1fr 1.6fr}.lg\\:grid-cols-\\[1fr_480px\\]{grid-template-columns:1fr 480px}.lg\\:grid-cols-\\[1fr_540px\\]{grid-template-columns:1fr 540px}.lg\\:grid-cols-\\[220px_1fr\\]{grid-template-columns:220px 1fr}.lg\\:flex-row{flex-direction:row}.lg\\:flex-row-reverse{flex-direction:row-reverse}.lg\\:flex-col{flex-direction:column}.lg\\:flex-nowrap{flex-wrap:nowrap}.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-0{gap:0}.lg\\:gap-12{gap:3rem}.lg\\:gap-16{gap:4rem}.lg\\:gap-20{gap:5rem}.lg\\:gap-24{gap:6rem}.lg\\:gap-x-12{column-gap:3rem}.lg\\:gap-x-8{column-gap:2rem}.lg\\:divide-x\u003e:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px*var(--tw-divide-x-reverse));border-left-width:calc(1px*calc(1 - var(--tw-divide-x-reverse)))}.lg\\:divide-y-0\u003e:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(0px*calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(0px*var(--tw-divide-y-reverse))}.lg\\:border-l{border-left-width:1px}.lg\\:border-r-0{border-right-width:0}.lg\\:border-t-0{border-top-width:0}.lg\\:p-14{padding:3.5rem}.lg\\:p-16{padding:4rem}.lg\\:p-20{padding:5rem}.lg\\:p-5{padding:1.25rem}.lg\\:p-8{padding:2rem}.lg\\:px-16{padding-left:4rem;padding-right:4rem}.lg\\:px-20{padding-left:5rem;padding-right:5rem}.lg\\:px-8{padding-left:2rem;padding-right:2rem}.lg\\:py-0{padding-top:0;padding-bottom:0}.lg\\:py-12{padding-top:3rem;padding-bottom:3rem}.lg\\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\\:py-20{padding-top:5rem;padding-bottom:5rem}.lg\\:py-24{padding-top:6rem;padding-bottom:6rem}.lg\\:py-32{padding-top:8rem;padding-bottom:8rem}.lg\\:py-36{padding-top:9rem;padding-bottom:9rem}.lg\\:pb-2{padding-bottom:.5rem}.lg\\:pb-20{padding-bottom:5rem}.lg\\:pl-10{padding-left:2.5rem}.lg\\:pl-12{padding-left:3rem}.lg\\:pl-20{padding-left:5rem}.lg\\:pr-16{padding-right:4rem}.lg\\:pr-4{padding-right:1rem}.lg\\:pt-10{padding-top:2.5rem}.lg\\:pt-24{padding-top:6rem}.lg\\:text-left{text-align:left}.lg\\:text-center{text-align:center}.lg\\:text-3xl{font-size:1.875rem;line-height:2.25rem}.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-7xl{font-size:4.5rem;line-height:1}.lg\\:text-\\[11rem\\]{font-size:11rem}.lg\\:text-\\[3\\.1rem\\]{font-size:3.1rem}}@media (min-width:1280px){.xl\\:top-3{top:.75rem}.xl\\:col-span-2{grid-column:span 2/span 2}.xl\\:col-span-3{grid-column:span 3/span 3}.xl\\:ml-56{margin-left:14rem}.xl\\:block{display:block}.xl\\:flex{display:flex}.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\\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.xl\\:gap-x-16{column-gap:4rem}}.rtl\\:left-0:where([dir=rtl],[dir=rtl] *){left:0}.rtl\\:right-auto:where([dir=rtl],[dir=rtl] *){right:auto}.rtl\\:rotate-180:where([dir=rtl],[dir=rtl] *){--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))}.\\[\\\u0026_\\*\\]\\:text-gray-600 *{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.\\[\\\u0026_a\\:hover\\]\\:underline a:hover{text-decoration-line:underline}.\\[\\\u0026_a\\]\\:font-bold a{font-weight:700}.\\[\\\u0026_a\\]\\:text-indigo-600 a{--tw-text-opacity:1;color:rgb(79 70 229/var(--tw-text-opacity,1))}.\\[\\\u0026_img\\]\\:max-w-full img{max-width:100%}.\\[\\\u0026_p\\]\\:mb-0 p{margin-bottom:0}.\\[\\\u0026_pre\\]\\:overflow-x-auto pre{overflow-x:auto}.\\[\\\u0026_table\\]\\:block table{display:block}.\\[\\\u0026_table\\]\\:overflow-x-auto table{overflow-x:auto}\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"1Pg_M1AaAPcP7SNBnPEZV\",\"c\":[\"\",\"us\",\"blogs\",\"what-is-an-xml-file\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[[\"locale\",\"us\",\"d\"],{\"children\":[\"blogs\",{\"children\":[[\"slug\",\"what-is-an-xml-file\",\"d\"],{\"children\":[\"__PAGE__\",{}]}]}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"style\",\"0\",{\"nonce\":\"$undefined\",\"precedence\":\"next\",\"href\":\"/_next/static/chunks/ed5a22fabadea349.css\",\"children\":\"$2\"}]],\"$L3\"]}],{\"children\":[\"$L4\",{\"children\":[\"$L5\",{\"children\":[\"$L6\",{\"children\":[\"$L7\",{},null,false,false]},null,false,false]},null,false,false]},null,false,false]},null,false,false],\"$L8\",false]],\"m\":\"$undefined\",\"G\":[\"$9\",[]],\"S\":false}\n"])</script><script>self.__next_f.push([1,"3:[\"$\",\"$La\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Lb\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[\"$\",\"body\",null,{\"className\":\"antialiased bg-white text-slate-900\",\"style\":{\"fontFamily\":\"system-ui, sans-serif\"},\"children\":[\"$\",\"section\",null,{\"className\":\"relative flex min-h-screen flex-col items-center justify-center overflow-hidden px-6 py-24 text-center bg-white\",\"children\":[[\"$\",\"div\",null,{\"aria-hidden\":true,\"style\":{\"position\":\"absolute\",\"inset\":0,\"pointerEvents\":\"none\",\"backgroundImage\":\"radial-gradient(circle, #6366f115 1px, transparent 1px)\",\"backgroundSize\":\"32px 32px\"}}],[\"$\",\"div\",null,{\"aria-hidden\":true,\"style\":{\"position\":\"absolute\",\"top\":\"-160px\",\"left\":\"50%\",\"transform\":\"translateX(-50%)\",\"width\":\"800px\",\"height\":\"600px\",\"borderRadius\":\"9999px\",\"background\":\"rgba(99,102,241,0.08)\",\"filter\":\"blur(80px)\",\"pointerEvents\":\"none\"}}],[\"$\",\"div\",null,{\"aria-hidden\":true,\"style\":{\"position\":\"absolute\",\"bottom\":\"-80px\",\"right\":0,\"width\":\"600px\",\"height\":\"500px\",\"borderRadius\":\"9999px\",\"background\":\"rgba(59,130,246,0.06)\",\"filter\":\"blur(80px)\",\"pointerEvents\":\"none\"}}],[\"$\",\"div\",null,{\"style\":{\"position\":\"relative\",\"zIndex\":10,\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\"},\"children\":[[\"$\",\"span\",null,{\"style\":{\"display\":\"inline-flex\",\"alignItems\":\"center\",\"gap\":\"6px\",\"marginBottom\":\"24px\",\"borderRadius\":\"9999px\",\"border\":\"1px solid #c7d2fe\",\"background\":\"#eef2ff\",\"padding\":\"6px 16px\",\"fontSize\":\"11px\",\"fontWeight\":700,\"letterSpacing\":\"0.1em\",\"textTransform\":\"uppercase\",\"color\":\"#4f46e5\"},\"children\":[[\"$\",\"svg\",null,{\"width\":\"12\",\"height\":\"12\",\"fill\":\"none\",\"viewBox\":\"0 0 24 24\",\"stroke\":\"currentColor\",\"strokeWidth\":2.5,\"aria-hidden\":true,\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"d\":\"M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126zM12 15.75h.007v.008H12v-.008z\"}]}],\"Error 404\"]}],[\"$\",\"h1\",null,{\"style\":{\"margin\":0,\"fontSize\":\"clamp(7rem, 22vw, 16rem)\",\"fontWeight\":900,\"lineHeight\":1,\"letterSpacing\":\"-0.04em\",\"userSelect\":\"none\",\"background\":\"linear-gradient(to bottom, #4f46e5, #1e293b, #94a3b8)\",\"WebkitBackgroundClip\":\"text\",\"WebkitTextFillColor\":\"transparent\"},\"children\":\"404\"}],[\"$\",\"h2\",null,{\"style\":{\"marginTop\":\"8px\",\"fontSize\":\"1.5rem\",\"fontWeight\":700,\"color\":\"#1e293b\"},\"children\":\"Page Not Found\"}],[\"$\",\"p\",null,{\"style\":{\"marginTop\":\"12px\",\"maxWidth\":\"360px\",\"fontSize\":\"1rem\",\"color\":\"#64748b\"},\"children\":\"The page you're looking for doesn't exist or has been moved.\"}],[\"$\",\"$Lc\",null,{\"href\":\"/us\",\"style\":{\"marginTop\":\"32px\",\"display\":\"inline-flex\",\"alignItems\":\"center\",\"gap\":\"8px\",\"borderRadius\":\"12px\",\"background\":\"#4f46e5\",\"padding\":\"12px 28px\",\"fontSize\":\"14px\",\"fontWeight\":600,\"color\":\"#fff\",\"textDecoration\":\"none\",\"boxShadow\":\"0 10px 25px -5px rgba(99,102,241,0.3)\"},\"children\":[[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 20 20\",\"fill\":\"currentColor\",\"width\":\"16\",\"height\":\"16\",\"aria-hidden\":true,\"children\":[\"$\",\"path\",null,{\"fillRule\":\"evenodd\",\"d\":\"M9.707 16.707a1 1 0 01-1.414 0l-6-6a1 1 0 010-1.414l6-6a1 1 0 011.414 1.414L5.414 9H17a1 1 0 110 2H5.414l4.293 4.293a1 1 0 010 1.414z\",\"clipRule\":\"evenodd\"}]}],\"Back to Home\"]}],[\"$\",\"div\",null,{\"style\":{\"marginTop\":\"48px\",\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":\"16px\",\"width\":\"100%\",\"maxWidth\":\"360px\"},\"children\":[[\"$\",\"div\",null,{\"style\":{\"flex\":1,\"height\":\"1px\",\"background\":\"#e2e8f0\"}}],[\"$\",\"span\",null,{\"style\":{\"fontSize\":\"11px\",\"fontWeight\":600,\"color\":\"#94a3b8\",\"textTransform\":\"uppercase\",\"letterSpacing\":\"0.08em\"},\"children\":\"Or explore these sections\"}],[\"$\",\"div\",null,{\"style\":{\"flex\":1,\"height\":\"1px\",\"background\":\"#e2e8f0\"}}]]}],[\"$\",\"div\",null,{\"style\":{\"marginTop\":\"20px\",\"display\":\"grid\",\"gridTemplateColumns\":\"1fr 1fr\",\"gap\":\"12px\",\"width\":\"100%\",\"maxWidth\":\"360px\"},\"children\":[[\"$\",\"$Lc\",\"/us/solutions\",{\"href\":\"/us/solutions\",\"style\":{\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":\"10px\",\"borderRadius\":\"12px\",\"border\":\"1px solid #e2e8f0\",\"background\":\"#fff\",\"padding\":\"12px 16px\",\"fontSize\":\"14px\",\"fontWeight\":500,\"color\":\"#334155\",\"textDecoration\":\"none\",\"boxShadow\":\"0 1px 3px rgba(0,0,0,0.05)\"},\"children\":[[\"$\",\"span\",null,{\"style\":{\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"width\":\"28px\",\"height\":\"28px\",\"borderRadius\":\"8px\",\"background\":\"#f1f5f9\",\"flexShrink\":0},\"children\":\"$Ld\"}],\"Solutions\"]}],\"$Le\",\"$Lf\",\"$L10\"]}],\"$L11\"]}]]}]}]}],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]\n"])</script><script>self.__next_f.push([1,"12:T34d4,"])</script><script>self.__next_f.push([1,"@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:optional;src:url(/_next/static/media/2c55a0e60120577a-s.2a48534a.woff2)format(\"woff2\");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:optional;src:url(/_next/static/media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format(\"woff2\");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:optional;src:url(/_next/static/media/ad66f9afd8947f86-s.7a40eb73.woff2)format(\"woff2\");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:optional;src:url(/_next/static/media/5476f68d60460930-s.c995e352.woff2)format(\"woff2\");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:optional;src:url(/_next/static/media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format(\"woff2\");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:optional;src:url(/_next/static/media/1bffadaabf893a1e-s.7cd81963.woff2)format(\"woff2\");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:optional;src:url(/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format(\"woff2\");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:optional;src:url(/_next/static/media/2c55a0e60120577a-s.2a48534a.woff2)format(\"woff2\");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:optional;src:url(/_next/static/media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format(\"woff2\");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:optional;src:url(/_next/static/media/ad66f9afd8947f86-s.7a40eb73.woff2)format(\"woff2\");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:optional;src:url(/_next/static/media/5476f68d60460930-s.c995e352.woff2)format(\"woff2\");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:optional;src:url(/_next/static/media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format(\"woff2\");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:optional;src:url(/_next/static/media/1bffadaabf893a1e-s.7cd81963.woff2)format(\"woff2\");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:optional;src:url(/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format(\"woff2\");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:optional;src:url(/_next/static/media/2c55a0e60120577a-s.2a48534a.woff2)format(\"woff2\");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:optional;src:url(/_next/static/media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format(\"woff2\");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:optional;src:url(/_next/static/media/ad66f9afd8947f86-s.7a40eb73.woff2)format(\"woff2\");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:optional;src:url(/_next/static/media/5476f68d60460930-s.c995e352.woff2)format(\"woff2\");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:optional;src:url(/_next/static/media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format(\"woff2\");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:optional;src:url(/_next/static/media/1bffadaabf893a1e-s.7cd81963.woff2)format(\"woff2\");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:optional;src:url(/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format(\"woff2\");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:optional;src:url(/_next/static/media/2c55a0e60120577a-s.2a48534a.woff2)format(\"woff2\");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:optional;src:url(/_next/static/media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format(\"woff2\");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:optional;src:url(/_next/static/media/ad66f9afd8947f86-s.7a40eb73.woff2)format(\"woff2\");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:optional;src:url(/_next/static/media/5476f68d60460930-s.c995e352.woff2)format(\"woff2\");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:optional;src:url(/_next/static/media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format(\"woff2\");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:optional;src:url(/_next/static/media/1bffadaabf893a1e-s.7cd81963.woff2)format(\"woff2\");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:optional;src:url(/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format(\"woff2\");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_c271339c-module__kqXUkW__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_c271339c-module__kqXUkW__variable{--font-inter:\"Inter\",\"Inter Fallback\"}\n@font-face{font-family:Cairo;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/9ff27b8a0a8f3dc0-s.p.9cb3a3e2.woff2)format(\"woff2\");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Cairo;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/a5b03b231ce290a0-s.890a9a09.woff2)format(\"woff2\");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cairo;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d41831e24743a3c1-s.ae65d18e.woff2)format(\"woff2\");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cairo;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/9ff27b8a0a8f3dc0-s.p.9cb3a3e2.woff2)format(\"woff2\");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Cairo;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/a5b03b231ce290a0-s.890a9a09.woff2)format(\"woff2\");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cairo;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/d41831e24743a3c1-s.ae65d18e.woff2)format(\"woff2\");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cairo;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/9ff27b8a0a8f3dc0-s.p.9cb3a3e2.woff2)format(\"woff2\");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Cairo;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/a5b03b231ce290a0-s.890a9a09.woff2)format(\"woff2\");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cairo;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/d41831e24743a3c1-s.ae65d18e.woff2)format(\"woff2\");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cairo;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9ff27b8a0a8f3dc0-s.p.9cb3a3e2.woff2)format(\"woff2\");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Cairo;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a5b03b231ce290a0-s.890a9a09.woff2)format(\"woff2\");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cairo;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/d41831e24743a3c1-s.ae65d18e.woff2)format(\"woff2\");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cairo Fallback;src:local(Arial);ascent-override:137.65%;descent-override:60.32%;line-gap-override:0.0%;size-adjust:94.66%}.cairo_ee8e58df-module__cnF_rW__className{font-family:Cairo,Cairo Fallback;font-style:normal}.cairo_ee8e58df-module__cnF_rW__variable{--font-cairo:\"Cairo\",\"Cairo Fallback\"}\n"])</script><script>self.__next_f.push([1,"4:[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"style\",\"0\",{\"nonce\":\"$undefined\",\"precedence\":\"next\",\"href\":\"/_next/static/chunks/770e93bf7b2d009d.css\",\"children\":\"$12\"}],\"$L13\",\"$L14\",\"$L15\",\"$L16\",\"$L17\"],\"$L18\"]}]\n5:[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$La\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Lb\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]\n6:[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$La\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Lb\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]\n7:[\"$\",\"$1\",\"c\",{\"children\":[\"$L19\",[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/ac5b615084ffabfc.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L1a\",null,{\"children\":[\"$\",\"$1b\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@1c\"}]}]]}]\n8:[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L1d\",null,{\"children\":\"$L1e\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L1f\",null,{\"children\":[\"$\",\"$1b\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L20\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}]\nd:[\"$\",\"svg\",null,{\"width\":\"14\",\"height\":\"14\",\"fill\":\"none\",\"viewBox\":\"0 0 24 24\",\"stroke\":\"#64748b\",\"strokeWidth\":1.8,\"aria-hidden\":true,\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"d\":\"M13 10V3L4 14h7v7l9-11h-7z\"}]}]\ne:[\"$\",\"$Lc\",\"/us/marketplace\",{\"href\":\"/us/marketplace\",\"style\":{\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":\"10px\",\"borderRadius\":\"12px\",\"border\":\"1px solid #e2e8f0\",\"background\":\"#fff\",\"padding\":\"12px 16px\",\"fontSize\":\"14px\",\"fontWeight\":500,\"color\":\"#334155\",\"textDecoration\":\"none\",\"boxShadow\":\"0 1px 3px rgba(0,0,0,0.05)\"},\"children\":[[\"$\",\"span\",null,{\"style\":{\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"width\":\"28px\",\"height\":\"28px\",\"borderRadius\":\"8px\",\"background\":\"#f1f5f9\",\"flexShrink\":0},\"children\":[\"$\",\"svg\",null,{\"width\":\"14\",\"height\":\"14\",\"fill\":\"none\",\"viewBox\":\"0 0 24 24\",\"stroke\":\"#64748b\",\"strokeWidth\":1.8,\"aria-hidden\":true,\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"d\":\"M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z\"}]}]}],\"Marketplace\"]}]\nf:[\"$\",\"$Lc\",\"/us/partners\",{\"href\":\"/us/partners\",\"style\":{\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":\"10px\",\"borderRadius\":\"12px\",\"border\":\"1px solid #e2e8f0\",\"background\":\"#fff\",\"padding\":\"12px 16px\",\"fontSize\":\"14px\",\"fontWeight\":500,\"color\":\"#334155\",\"textDecoration\":\"none\",\"boxShadow\":\"0 1px 3px rgba(0,0,0,0.05)\"},\"children\":[[\"$\",\"span\",null,{\"style\":{\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"width\":\"28px\",\"height\":\"28px\",\"borderRadius\":\"8px\",\"background\":\"#f1f5f9\",\"flexShrink\":0},\"children\":[\"$\",\"svg\",null,{\"width\":\"14\",\"height\":\"14\",\"fill\":\"none\",\"viewBox\":\"0 0 24 24\",\"stroke\":\"#64748b\",\"strokeWidth\":1.8,\"aria-hidden\":true,\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"d\":\"M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0z\"}]}]}],\"Partners\"]}]\n10:[\"$\",\"$Lc\",\"/us/docs\",{\"href\":\"/us/docs\",\"style\":{\"display\":\"flex\",\"alignItems\":\"center\",\"gap\":\"10px\",\"borderRadius\":\"12px\",\"border\":\"1px solid #e2e8f0\",\"background\":\"#fff\",\"padding\":\"12px 16px\",\"fontSize\":\"14px\",\"fontWeight\":500,\"color\":\"#334155\",\"textDecoration\":\"none\",\"boxShadow\":\"0 1px 3px rgba(0,0,0,0.05)\"},\"children\":[[\"$\",\"span\",null,{\"style\":{\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"width\":\"28px\",\"height\":\"28px\",\"borderRadius\":\"8px\",\"background\":\"#f1f5f9\",\"flexShrink\":0},\"children\":[\"$\",\"svg\",null,{\"width\":\"14\",\"he"])</script><script>self.__next_f.push([1,"ight\":\"14\",\"fill\":\"none\",\"viewBox\":\"0 0 24 24\",\"stroke\":\"#64748b\",\"strokeWidth\":1.8,\"aria-hidden\":true,\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"d\":\"M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z\"}]}]}],\"Documentation\"]}]\n11:[\"$\",\"p\",null,{\"style\":{\"marginTop\":\"36px\",\"fontSize\":\"14px\",\"color\":\"#94a3b8\"},\"children\":[\"Need help?\",\" \",[\"$\",\"a\",null,{\"href\":\"mailto:info@plusclouds.com\",\"style\":{\"color\":\"#4f46e5\",\"fontWeight\":600,\"textDecoration\":\"underline\",\"textUnderlineOffset\":\"2px\"},\"children\":\"info@plusclouds.com\"}]]}]\n13:[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/4dc1ca25ef75e2d7.js\",\"async\":true,\"nonce\":\"$undefined\"}]\n14:[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/649d56a71271f8ae.js\",\"async\":true,\"nonce\":\"$undefined\"}]\n15:[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/39b054d53d7eb338.js\",\"async\":true,\"nonce\":\"$undefined\"}]\n16:[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/9fbb3df14edc8dc4.js\",\"async\":true,\"nonce\":\"$undefined\"}]\n17:[\"$\",\"script\",\"script-4\",{\"src\":\"/_next/static/chunks/3e86922c0d227f44.js\",\"async\":true,\"nonce\":\"$undefined\"}]\n21:[\"$\",\"iframe\",null,{\"src\":\"https://www.googletagmanager.com/ns.html?id=GTM-MS2C8TN3\",\"height\":\"0\",\"width\":\"0\",\"style\":{\"display\":\"none\",\"visibility\":\"hidden\"}}]\n"])</script><script>self.__next_f.push([1,"18:[\"$\",\"html\",null,{\"lang\":\"en\",\"dir\":\"ltr\",\"className\":\"inter_c271339c-module__kqXUkW__variable notranslate scroll-smooth\",\"translate\":\"no\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"window.dataLayer=window.dataLayer||[];function gtag(){window.dataLayer.push(arguments);}window.gtag=gtag;gtag('consent','default',{analytics_storage:'denied',ad_storage:'denied',ad_user_data:'denied',ad_personalization:'denied',wait_for_update:200});\"}}],[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://static.plusclouds.com\",\"crossOrigin\":\"anonymous\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://apiv4.plusclouds.com\",\"crossOrigin\":\"anonymous\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://plusclouds.publit.io\",\"crossOrigin\":\"anonymous\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://www.googletagmanager.com\"}],[\"$\",\"link\",null,{\"rel\":\"dns-prefetch\",\"href\":\"https://www.googletagmanager.com\"}],[\"$\",\"link\",null,{\"rel\":\"dns-prefetch\",\"href\":\"https://analytics.plusclouds.com\"}],[\"$\",\"link\",null,{\"rel\":\"dns-prefetch\",\"href\":\"https://api.plusclouds.com\"}],[\"$\",\"meta\",null,{\"name\":\"google\",\"content\":\"notranslate\"}],[\"$\",\"meta\",null,{\"name\":\"facebook-domain-verification\",\"content\":\"q1mh5xk8gm5y4aq1zi4ot54o92t2vo\"}],[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@graph\\\":[{\\\"@type\\\":\\\"Organization\\\",\\\"name\\\":\\\"Neonix Networks LLC\\\",\\\"url\\\":\\\"https://plusclouds.com\\\",\\\"logo\\\":\\\"https://plusclouds.com/assets/images/logos/plusclouds-square.webp\\\",\\\"sameAs\\\":[\\\"https://www.linkedin.com/company/plusclouds\\\",\\\"https://twitter.com/plusclouds\\\",\\\"https://github.com/plusclouds/\\\",\\\"https://youtube.com/plusclouds/\\\",\\\"https://www.instagram.com/plusclouds_official_\\\"]},{\\\"@type\\\":\\\"WebSite\\\",\\\"name\\\":\\\"PlusClouds\\\",\\\"url\\\":\\\"https://plusclouds.com\\\",\\\"potentialAction\\\":{\\\"@type\\\":\\\"SearchAction\\\",\\\"target\\\":{\\\"@type\\\":\\\"EntryPoint\\\",\\\"urlTemplate\\\":\\\"https://plusclouds.com/us/blogs/search?q={search_term_string}\\\"},\\\"query-input\\\":\\\"required name=search_term_string\\\"}}]}\"}}]]}],[\"$\",\"body\",null,{\"className\":\"antialiased bg-white text-slate-900 overflow-x-hidden\",\"children\":[[\"$\",\"noscript\",null,{\"children\":\"$21\"}],[\"$\",\"$L22\",null,{}],[\"$\",\"$L23\",null,{\"children\":\"$L24\"}]]}]]}]\n"])</script><script>self.__next_f.push([1,"24:[\"$\",\"$L25\",null,{\"formats\":\"$undefined\",\"locale\":\"us\",\"messages\":{},\"now\":\"$undefined\",\"timeZone\":\"UTC\",\"children\":[[\"$\",\"$L26\",null,{}],\"$L27\",[\"$\",\"$L28\",null,{\"locale\":\"us\"}],[\"$\",\"main\",null,{\"className\":\"min-h-screen\",\"children\":[\"$\",\"$La\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Lb\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[\"$L29\",[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}],\"$L2a\",[\"$\",\"$L2b\",null,{}]]}]\n"])</script><script>self.__next_f.push([1,"27:[\"$\",\"$L2c\",null,{\"translations\":{\"marquee\":{\"news\":\"News\",\"docs\":\"Docs\",\"blog\":\"Blog\",\"aboutUs\":\"About Us\",\"contactSales\":\"Contact Sales\",\"careers\":\"Careers\",\"items\":[{\"title\":\"Introducing LeadOcean: AI-Powered Lead Generation, Curated Data, Effortless Scaling\",\"href\":\"/leadocean\"},{\"title\":\"Streamline The Exporting Process with PlusClouds\",\"href\":\"/blogs\"},{\"title\":\"Benefits of Artificial Intelligence\",\"href\":\"/blogs/benefits-of-artificial-intelligence\"},{\"title\":\"Meet Eaglet: Smart Business Intelligence for Growing Companies\",\"href\":\"/eaglet\"},{\"title\":\"AutoQuill: AI-Powered Content \u0026 Marketing Automation\",\"href\":\"/community/auto-quill\"}]},\"nav\":{\"products\":\"Products\",\"solutions\":\"Solutions\",\"marketplace\":\"Marketplace\",\"community\":\"Community\",\"pricing\":\"Pricing\",\"docs\":\"Docs\",\"resources\":\"Resources\",\"signIn\":\"Start Free / Sign in\",\"loginConsole\":\"Log in to Console\"},\"products\":{\"cloudInfra\":\"Public Cloud Infrastructure\",\"businessAuto\":\"Business Automation\",\"intelTools\":\"Intelligence \u0026 Tools\",\"scalableInfra\":\"Scalable Servers\",\"security\":\"Security \u0026 Penetration Tests\",\"storage\":\"Storage\",\"vdc\":\"Virtual Data Center\",\"digitalSign\":\"Digital Contract Signature\",\"dataLeak\":\"Data Leak Detection\",\"kolayAi\":\"Kolay.AI Solutions\",\"managedSales\":\"Managed Outbound Sales\",\"biService\":\"Business Intelligence as a Service\",\"aiSupport\":\"AI Support\",\"eagletDesc\":\"Try PlusClouds Eaglet service and find high quality B2B hot leads and opportunities with AI support.\",\"needLeo\":\"Need Leo on premise?\",\"costSaver\":\"Cost Saver\",\"leoDesc\":\"Easily reduce your datacenter costs by 75% with Leo and its hardware solutions.\",\"leadOcean\":\"LeadOcean \u0026 Eaglet\",\"newBadge\":\"New\",\"leadOceanDesc\":\"We built a large database of companies and use AI to match your business with perfect leads.\",\"autoQuill\":\"AutoQuill\",\"marketing\":\"Marketing\",\"autoQuillDesc\":\"AutoQuill writes and posts affiliate marketing content for you.\",\"exploreBtn\":\"Explore\",\"featuredProducts\":\"Featured Products\",\"publicCloud\":\"Public Cloud\",\"privateCloud\":\"Private Cloud\",\"cloudServices\":\"Cloud Services\",\"browseAllDesc\":\"Get started with one of these featured services or browse all\",\"explore\":\"Explore →\",\"scalableInfraDesc\":\"Deploy virtual machines in seconds\",\"storageDesc\":\"Reliable object and block storage\",\"vdcDesc\":\"Private virtual data center environments\",\"securityDesc\":\"Firewall, VPN, backup and penetration testing\",\"digitalSignDesc\":\"Legally binding e-signatures at scale\",\"dataLeakDesc\":\"Monitor and prevent sensitive data leaks\",\"kolayAiDesc\":\"AI-powered workflow automation\",\"managedSalesDesc\":\"Fully managed outbound sales pipeline\",\"leoComputeNodes\":\"Leo Compute Nodes\",\"leoComputeNodesDesc\":\"AMD EPYC™ bare-metal · From $3/mo · Deploy in 60 sec\",\"leoStorageNodes\":\"Leo Storage Nodes\",\"leoStorageNodesDesc\":\"NVMe SSD · Pay only what you use · Auto-scale\",\"leoNetworkNodes\":\"Leo Network Nodes\",\"leoNetworkNodesDesc\":\"10 Gbps+ · Zero manual config · DDoS protection\",\"leoOrchestrator\":\"Leo Orchestrator\",\"leoOrchestratorDesc\":\"One panel for everything · Self-service · \u003c 4h to live\",\"comparePlans\":\"What Will You Pay?\",\"comparePlansDesc\":\"Build your server and see the real cost — before you deploy.\",\"tailoredSolutions\":\"Need a Custom Setup?\",\"tailoredSolutionsDesc\":\"20-min call → live server. No sales pitch.\",\"talkExpert\":\"Talk to an Expert\",\"talkExpertDesc\":\"Get a personalized recommendation\",\"radiusServers\":\"Radius Servers\",\"radiusServersDesc\":\"High-performance AMD Ryzen™ \u0026 EPYC™ dedicated bare metal servers.\"},\"resources\":{\"learnLabel\":\"Learn\",\"connectLabel\":\"Connect \u0026 Support\",\"docs\":\"Documentation\",\"docsDesc\":\"Technical guides and references for all PlusClouds services\",\"blog\":\"Blog\",\"blogDesc\":\"Latest news, tips, and best practices\",\"community\":\"Community\",\"communityDesc\":\"Connect, collaborate and learn with other users\",\"partners\":\"Partner Network\",\"partnersDesc\":\"Grow your business with our partner ecosystem\",\"marketplace\":\"Marketplace\",\"marketplaceDesc\":\"Browse third-party integrations and solutions\",\"support\":\"Support Center\",\"supportDesc\":\"Get help, resolve issues and access proactive guidance\",\"professionalServices\":\"Software Development\",\"professionalServicesDesc\":\"Senior engineers, 4+ year partnerships, global delivery\",\"services\":\"Professional Services\",\"servicesDesc\":\"Cloud consulting, DevOps setup, and managed infrastructure\",\"careers\":\"Careers\",\"careersDesc\":\"Join our team — remote-friendly, competitive pay, 6 open roles\"},\"solutions\":{\"industry\":\"Industry\",\"solutions\":\"Solutions\",\"tagline\":\"Tailored technological frameworks for global enterprises.\",\"compliance\":\"PlusClouds Global Compliance\",\"s01\":\"01. Software Engineering\",\"s02\":\"02. Hospitality Tech\",\"s03\":\"03. Industrial IoT\",\"busAuto\":\"Business Automation\",\"busAutoDesc\":\"Operational efficiency through AI-driven workflows.\",\"coreLibs\":\"Core Libraries\",\"coreLibsDesc\":\"Open-source frameworks for scalable architecture.\",\"salesAuto\":\"Sales Automation\",\"salesAutoDesc\":\"From lead sourcing to closing — your full B2B pipeline automated.\",\"crm\":\"CRM \u0026 Sales\",\"crmDesc\":\"Manage your pipeline, contacts and deals in one place.\",\"tourismEco\":\"Tourism Ecosystem\",\"tourismEcoDesc\":\"Global infrastructure for international market dominance.\",\"honeybeeOs\":\"HoneyBee OS\",\"honeybeeOsDesc\":\"Efficiency protocols for high-volume restaurant management.\",\"exploreSolution\":\"Explore Solution\"},\"pricing\":{\"singleProductPricing\":\"Single-product pricing\",\"leoCloudTitle\":\"Leo One — Cloud Infrastructure\",\"leoCloudDesc\":\"Virtual machines, hourly \u0026 monthly billing\",\"leadOceanTitle\":\"LeadOcean \u0026 Eaglet\",\"leadOceanDesc\":\"Lead generation \u0026 AI sales intelligence\",\"autoQuillTitle\":\"AutoQuill\",\"autoQuillDesc\":\"Content automation — Free \u0026 Pro\",\"calculatorTitle\":\"What Will You Pay?\",\"calculatorDesc\":\"Build your server, see the real cost before you deploy.\",\"leoHardware\":\"Leo Hardware\",\"leoComputeNodes\":\"Leo Compute Nodes\",\"leoStorageNodes\":\"Leo Storage Nodes\",\"leoNetworkNodes\":\"Leo Network Nodes\",\"leoOrchestrator\":\"Leo Orchestrator\",\"browseAllPricing\":\"Browse all product pricing\"}},\"locale\":\"us\"}]\n"])</script><script>self.__next_f.push([1,"2a:[\"$\",\"footer\",null,{\"className\":\"relative bg-[#020617] border-t border-slate-900 py-16 overflow-hidden\",\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute inset-0 z-0 opacity-20 pointer-events-none\",\"children\":[\"$\",\"svg\",null,{\"className\":\"h-full w-full\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"children\":[[\"$\",\"defs\",null,{\"children\":[\"$\",\"pattern\",null,{\"id\":\"footer-grid\",\"width\":\"40\",\"height\":\"40\",\"patternUnits\":\"userSpaceOnUse\",\"children\":[\"$\",\"path\",null,{\"d\":\"M 40 0 L 0 0 0 40\",\"fill\":\"none\",\"stroke\":\"white\",\"strokeWidth\":\"0.5\",\"strokeOpacity\":\"0.1\"}]}]}],[\"$\",\"rect\",null,{\"width\":\"100%\",\"height\":\"100%\",\"fill\":\"url(#footer-grid)\"}]]}]}],[\"$\",\"div\",null,{\"className\":\"absolute inset-0 z-0 bg-gradient-to-b from-[#020617] via-transparent to-[#020617] pointer-events-none\"}],[\"$\",\"div\",null,{\"className\":\"relative z-10 mx-auto max-w-7xl px-6 lg:px-8\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col lg:flex-row gap-16 lg:gap-12\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-full lg:w-72 flex-shrink-0 space-y-8\",\"children\":[\"$L2d\",[\"$\",\"div\",null,{\"className\":\"space-y-4\",\"children\":[[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-[10px] font-black uppercase tracking-[0.3em] text-indigo-500 mb-3\",\"children\":\"Corporate\"}],[\"$\",\"div\",null,{\"className\":\"text-[14px] leading-relaxed text-slate-400 font-medium\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-white font-bold block mb-1 text-base\",\"children\":\"Neonix Networks LLC\"}],[\"$\",\"div\",null,{\"className\":\"opacity-80 hover:opacity-100 transition-opacity\",\"dangerouslySetInnerHTML\":{\"__html\":\"445 Corporation \u003cbr /\u003e LN STE 264 Virgina BCH\u003cbr /\u003e BA23462\"}}]]}]]}],[\"$\",\"div\",null,{\"className\":\"pt-4 flex flex-wrap gap-2\",\"children\":[[\"$\",\"a\",\"linkedin\",{\"href\":\"https://www.linkedin.com/company/plusclouds\",\"target\":\"_blank\",\"rel\":\"nofollow noopener noreferrer\",\"className\":\"group p-2.5 border border-slate-800 bg-slate-900/40 rounded-lg text-slate-400 hover:text-[#0077b5] hover:border-slate-700 hover:bg-slate-800 transition-all duration-300\",\"children\":[[\"$\",\"svg\",null,{\"className\":\"w-4 h-4 fill-current\",\"viewBox\":\"0 0 24 24\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"children\":[\"$\",\"path\",null,{\"d\":\"M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z\"}]}],[\"$\",\"span\",null,{\"className\":\"sr-only\",\"children\":\"linkedin\"}]]}],[\"$\",\"a\",\"x\",{\"href\":\"https://twitter.com/plusclouds\",\"target\":\"_blank\",\"rel\":\"nofollow noopener noreferrer\",\"className\":\"group p-2.5 border border-slate-800 bg-slate-900/40 rounded-lg text-slate-400 hover:text-white hover:border-slate-700 hover:bg-slate-800 transition-all duration-300\",\"children\":[[\"$\",\"svg\",null,{\"className\":\"w-4 h-4 fill-current\",\"viewBox\":\"0 0 24 24\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"children\":[\"$\",\"path\",null,{\"d\":\"M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z\"}]}],[\"$\",\"span\",null,{\"className\":\"sr-only\",\"children\":\"x\"}]]}],[\"$\",\"a\",\"github\",{\"href\":\"https://github.com/plusclouds/\",\"target\":\"_blank\",\"rel\":\"nofollow noopener noreferrer\",\"className\":\"group p-2.5 border border-slate-800 bg-slate-900/40 rounded-lg text-slate-400 hover:text-white hover:border-slate-700 hover:bg-slate-800 transition-all duration-300\",\"children\":[[\"$\",\"svg\",null,{\"className\":\"w-4 h-4 fill-current\",\"viewBox\":\"0 0 24 24\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"children\":[\"$\",\"path\",null,{\"d\":\"M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.43.372.823 1.102.823 2.222 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12\"}]}],\"$L2e\"]}],\"$L2f\"]}]]}]]}],\"$L30\"]}],\"$L31\"]}]]}]\n"])</script><script>self.__next_f.push([1,"2e:[\"$\",\"span\",null,{\"className\":\"sr-only\",\"children\":\"github\"}]\n2f:[\"$\",\"a\",\"youtube\",{\"href\":\"https://youtube.com/plusclouds/\",\"target\":\"_blank\",\"rel\":\"nofollow noopener noreferrer\",\"className\":\"group p-2.5 border border-slate-800 bg-slate-900/40 rounded-lg text-slate-400 hover:text-[#ff0000] hover:border-slate-700 hover:bg-slate-800 transition-all duration-300\",\"children\":[[\"$\",\"svg\",null,{\"className\":\"w-4 h-4 fill-current\",\"viewBox\":\"0 0 24 24\",\"xmlns\":\"http://www.w3.org/2000/svg\",\"children\":[\"$\",\"path\",null,{\"d\":\"M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z\"}]}],[\"$\",\"span\",null,{\"className\":\"sr-only\",\"children\":\"youtube\"}]]}]\n"])</script><script>self.__next_f.push([1,"30:[\"$\",\"div\",null,{\"className\":\"flex-grow\",\"children\":[\"$\",\"div\",null,{\"className\":\"grid grid-cols-1 sm:grid-cols-2 md:grid-cols-4 gap-x-8 gap-y-12\",\"children\":[[\"$\",\"div\",\"Scalable Infrastructure\",{\"className\":\"space-y-6\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-[12px] font-bold tracking-[0.15em] text-white uppercase border-l-2 border-indigo-600 pl-3\",\"children\":\"Scalable Infrastructure\"}],[\"$\",\"ul\",null,{\"role\":\"list\",\"className\":\"space-y-3\",\"children\":[[\"$\",\"li\",\"/cloud/servers\",{\"children\":\"$L32\"}],[\"$\",\"li\",\"/cloud/storage\",{\"children\":\"$L33\"}],[\"$\",\"li\",\"/cloud/security\",{\"children\":\"$L34\"}],[\"$\",\"li\",\"/cloud/datacenter\",{\"children\":\"$L35\"}]]}]]}],[\"$\",\"div\",\"Operations Automations\",{\"className\":\"space-y-6\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-[12px] font-bold tracking-[0.15em] text-white uppercase border-l-2 border-indigo-600 pl-3\",\"children\":\"Operations Automations\"}],[\"$\",\"ul\",null,{\"role\":\"list\",\"className\":\"space-y-3\",\"children\":[[\"$\",\"li\",\"/marketplace/inspakt-digital-signature-solutions\",{\"children\":\"$L36\"}],[\"$\",\"li\",\"/marketplace/data-leak-check\",{\"children\":\"$L37\"}],[\"$\",\"li\",\"/marketplace/kolay-ai\",{\"children\":\"$L38\"}],[\"$\",\"li\",\"/marketplace/outbound-sales-services\",{\"children\":\"$L39\"}]]}]]}],[\"$\",\"div\",\"Enterprise Services!\",{\"className\":\"space-y-6\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-[12px] font-bold tracking-[0.15em] text-white uppercase border-l-2 border-indigo-600 pl-3\",\"children\":\"Enterprise Services!\"}],[\"$\",\"ul\",null,{\"role\":\"list\",\"className\":\"space-y-3\",\"children\":[[\"$\",\"li\",\"/eaglet\",{\"children\":\"$L3a\"}],[\"$\",\"li\",\"/leo\",{\"children\":\"$L3b\"}]]}]]}],[\"$\",\"div\",\"Legal \u0026 About\",{\"className\":\"space-y-6\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-[12px] font-bold tracking-[0.15em] text-white uppercase border-l-2 border-indigo-600 pl-3\",\"children\":\"Legal \u0026 About\"}],[\"$\",\"ul\",null,{\"role\":\"list\",\"className\":\"space-y-3\",\"children\":[[\"$\",\"li\",\"/company\",{\"children\":\"$L3c\"}],[\"$\",\"li\",\"/in-the-media\",{\"children\":\"$L3d\"}],[\"$\",\"li\",\"/community\",{\"children\":\"$L3e\"}],[\"$\",\"li\",\"/pricing\",{\"children\":\"$L3f\"}],[\"$\",\"li\",\"/partners\",{\"children\":\"$L40\"}],[\"$\",\"li\",\"/partners/affiliate\",{\"children\":\"$L41\"}],[\"$\",\"li\",\"/contact\",{\"children\":\"$L42\"}],[\"$\",\"li\",\"/privacy-policy\",{\"children\":\"$L43\"}],[\"$\",\"li\",\"/privacy-policy#terms-of-service\",{\"children\":\"$L44\"}],[\"$\",\"li\",\"/privacy-policy#cookies\",{\"children\":\"$L45\"}]]}]]}]]}]}]\n"])</script><script>self.__next_f.push([1,"31:[\"$\",\"div\",null,{\"className\":\"mt-20 pt-8 border-t border-white/5 flex flex-col md:flex-row justify-between items-center gap-6\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-wrap justify-center md:justify-start items-center gap-x-8 gap-y-2\",\"children\":[[\"$\",\"p\",null,{\"className\":\"text-[11px] font-medium text-slate-500 uppercase tracking-widest\",\"suppressHydrationWarning\":true,\"children\":[\"© \",2026,\" \",[\"$\",\"span\",null,{\"className\":\"text-slate-300\",\"children\":\"Neonix Networks LLC\"}]]}],[\"$\",\"p\",null,{\"className\":\"text-[11px] font-medium text-slate-600 uppercase tracking-widest hidden sm:block\",\"children\":\"Making life of companies easier, since 2013\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-8\",\"children\":[\"$L46\",[\"$\",\"$L47\",null,{\"label\":\"Cookie Settings\"}]]}]]}]\n2d:[\"$\",\"$L48\",null,{\"ref\":\"$undefined\",\"href\":\"/us\",\"locale\":\"$undefined\",\"localeCookie\":{\"name\":\"NEXT_LOCALE\",\"sameSite\":\"lax\"},\"children\":[\"$\",\"$L49\",null,{\"src\":\"/assets/images/logos/plusclouds-logo-dark-white.webp\",\"alt\":\"Neonix Networks LLC\",\"width\":184,\"height\":32,\"className\":\"h-9 brightness-110\",\"style\":{\"width\":\"auto\",\"aspectRatio\":\"184 / 32\"}}]}]\n32:[\"$\",\"$L48\",null,{\"ref\":\"$undefined\",\"href\":\"/us/cloud/servers\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"prefetch\":false,\"className\":\"text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block\",\"children\":\"Servers\"}]\n33:[\"$\",\"$L48\",null,{\"ref\":\"$undefined\",\"href\":\"/us/cloud/storage\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"prefetch\":false,\"className\":\"text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block\",\"children\":\"Storage\"}]\n34:[\"$\",\"$L48\",null,{\"ref\":\"$undefined\",\"href\":\"/us/cloud/security\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"prefetch\":false,\"className\":\"text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block\",\"children\":\"Security\"}]\n35:[\"$\",\"$L48\",null,{\"ref\":\"$undefined\",\"href\":\"/us/cloud/datacenter\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"prefetch\":false,\"className\":\"text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block\",\"children\":\"Datacenter\"}]\n36:[\"$\",\"$L48\",null,{\"ref\":\"$undefined\",\"href\":\"/us/marketplace/inspakt-digital-signature-solutions\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"prefetch\":false,\"className\":\"text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block\",\"children\":\"Digital Contract Management\"}]\n37:[\"$\",\"$L48\",null,{\"ref\":\"$undefined\",\"href\":\"/us/marketplace/data-leak-check\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"prefetch\":false,\"className\":\"text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block\",\"children\":\"Digital Lead Detection Service\"}]\n38:[\"$\",\"$L48\",null,{\"ref\":\"$undefined\",\"href\":\"/us/marketplace/kolay-ai\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"prefetch\":false,\"className\":\"text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block\",\"children\":\"Kolay.AI\"}]\n39:[\"$\",\"$L48\",null,{\"ref\":\"$undefined\",\"href\":\"/us/marketplace/outbound-sales-services\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"prefetch\":false,\"className\":\"text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block\",\"children\":\"Managed Outbound Service\"}]\n3a:[\"$\",\"$L48\",null,{\"ref\":\"$undefined\",\"href\":\"/us/eaglet\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"prefetch\":false,\"className\":\"text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block\",\"children\":\"Increase your intelligence with Eaglet\"}]\n3b:[\"$\",\"$L48\",null,{\"ref\":\"$undefined\",\"href\":\"/us/leo\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"prefetch\":false,\"className\":\"text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block\",\"children\":\"Decrease your datacenter costs with Leo\"}]\n3c:[\"$\",\"$L48\",null,{\"ref\":\"$undefined\",\"href\":\"/us/company\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props"])</script><script>self.__next_f.push([1,":localeCookie\",\"prefetch\":false,\"className\":\"text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block\",\"children\":\"About PlusClouds\"}]\n3d:[\"$\",\"$L48\",null,{\"ref\":\"$undefined\",\"href\":\"/us/in-the-media\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"prefetch\":false,\"className\":\"text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block\",\"children\":\"In The Media\"}]\n3e:[\"$\",\"$L48\",null,{\"ref\":\"$undefined\",\"href\":\"/us/community\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"prefetch\":false,\"className\":\"text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block\",\"children\":\"Community\"}]\n3f:[\"$\",\"$L48\",null,{\"ref\":\"$undefined\",\"href\":\"/us/pricing\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"prefetch\":false,\"className\":\"text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block\",\"children\":\"Pricing\"}]\n40:[\"$\",\"$L48\",null,{\"ref\":\"$undefined\",\"href\":\"/us/partners\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"prefetch\":false,\"className\":\"text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block\",\"children\":\"Partners\"}]\n41:[\"$\",\"$L48\",null,{\"ref\":\"$undefined\",\"href\":\"/us/partners/affiliate\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"prefetch\":false,\"className\":\"text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block\",\"children\":\"Affiliate Program\"}]\n42:[\"$\",\"$L48\",null,{\"ref\":\"$undefined\",\"href\":\"/us/contact\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"prefetch\":false,\"className\":\"text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block\",\"children\":\"Contact Us\"}]\n43:[\"$\",\"$L48\",null,{\"ref\":\"$undefined\",\"href\":\"/us/privacy-policy\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"prefetch\":false,\"className\":\"text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block\",\"children\":\"Privacy Policy\"}]\n44:[\"$\",\"$L48\",null,{\"ref\":\"$undefined\",\"href\":\"/us/privacy-policy#terms-of-service\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"prefetch\":false,\"className\":\"text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block\",\"children\":\"Terms of Service\"}]\n45:[\"$\",\"$L48\",null,{\"ref\":\"$undefined\",\"href\":\"/us/privacy-policy#cookies\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"prefetch\":false,\"className\":\"text-[14px] text-slate-400 hover:text-white transition-colors duration-200 block\",\"children\":\"Cookie Policy\"}]\n46:[\"$\",\"$L48\",null,{\"ref\":\"$undefined\",\"href\":\"/us/privacy-policy\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"prefetch\":false,\"className\":\"text-[11px] font-bold text-slate-500 hover:text-white uppercase tracking-widest transition-colors\",\"children\":\"Privacy Policy\"}]\n1e:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, viewport-fit=cover\"}]]\n"])</script><script>self.__next_f.push([1,"29:[\"$\",\"section\",null,{\"className\":\"relative flex min-h-[90vh] flex-col items-center justify-center overflow-hidden px-6 py-24 text-center\",\"children\":[[\"$\",\"$L4a\",null,{}],[\"$\",\"div\",null,{\"aria-hidden\":true,\"className\":\"pointer-events-none absolute inset-0\",\"style\":{\"backgroundImage\":\"radial-gradient(circle, #6366f120 1px, transparent 1px)\",\"backgroundSize\":\"32px 32px\"}}],[\"$\",\"div\",null,{\"aria-hidden\":true,\"className\":\"pointer-events-none absolute -top-40 left-1/2 h-[600px] w-[800px] -translate-x-1/2 rounded-full bg-indigo-500/10 blur-3xl\"}],[\"$\",\"div\",null,{\"aria-hidden\":true,\"className\":\"pointer-events-none absolute -bottom-20 right-0 h-[500px] w-[600px] rounded-full bg-blue-500/8 blur-3xl\"}],[\"$\",\"div\",null,{\"aria-hidden\":true,\"className\":\"pointer-events-none absolute bottom-1/3 -left-20 h-[300px] w-[300px] rounded-full bg-violet-500/8 blur-3xl\"}],[\"$\",\"div\",null,{\"className\":\"relative z-10 flex flex-col items-center\",\"children\":[[\"$\",\"span\",null,{\"className\":\"mb-6 inline-flex items-center gap-1.5 rounded-full border border-indigo-200 bg-indigo-50 px-4 py-1.5 text-xs font-bold uppercase tracking-widest text-indigo-600\",\"children\":[[\"$\",\"svg\",null,{\"className\":\"h-3 w-3\",\"fill\":\"none\",\"viewBox\":\"0 0 24 24\",\"stroke\":\"currentColor\",\"strokeWidth\":2.5,\"aria-hidden\":true,\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"d\":\"M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126zM12 15.75h.007v.008H12v-.008z\"}]}],\"Error 404\"]}],[\"$\",\"div\",null,{\"className\":\"relative\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"select-none bg-gradient-to-b from-indigo-600 via-slate-800 to-slate-400 bg-clip-text text-[clamp(7rem,22vw,16rem)] font-black leading-none tracking-tight text-transparent\",\"children\":\"404\"}],[\"$\",\"div\",null,{\"aria-hidden\":true,\"className\":\"absolute bottom-4 left-1/2 h-12 w-3/4 -translate-x-1/2 rounded-full bg-indigo-500/20 blur-2xl\"}]]}],[\"$\",\"h2\",null,{\"className\":\"mt-2 text-2xl font-bold text-slate-800 sm:text-3xl\",\"children\":\"Page Not Found\"}],[\"$\",\"p\",null,{\"className\":\"mt-3 max-w-sm text-base text-slate-500\",\"children\":\"The page you're looking for doesn't exist or has been moved.\"}],\"$L4b\",[\"$\",\"div\",null,{\"className\":\"mt-14 flex items-center gap-4 w-full max-w-sm\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex-1 h-px bg-slate-200\"}],[\"$\",\"span\",null,{\"className\":\"text-xs font-medium text-slate-400 uppercase tracking-wider\",\"children\":\"Or explore these sections\"}],[\"$\",\"div\",null,{\"className\":\"flex-1 h-px bg-slate-200\"}]]}],[\"$\",\"div\",null,{\"className\":\"mt-6 grid grid-cols-2 gap-3 w-full max-w-sm\",\"children\":[\"$L4c\",\"$L4d\",\"$L4e\",\"$L4f\"]}],[\"$\",\"p\",null,{\"className\":\"mt-10 text-sm text-slate-400\",\"children\":[\"Need help?\",\" \",[\"$\",\"a\",null,{\"href\":\"mailto:info@plusclouds.com\",\"className\":\"font-semibold text-indigo-600 hover:text-indigo-700 underline underline-offset-2\",\"children\":\"info@plusclouds.com\"}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"4b:[\"$\",\"$L48\",null,{\"ref\":\"$undefined\",\"href\":\"/us\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"className\":\"mt-8 inline-flex items-center gap-2 rounded-xl bg-indigo-600 px-7 py-3.5 text-sm font-semibold text-white shadow-lg shadow-indigo-500/30 transition hover:bg-indigo-700 active:scale-95\",\"children\":[[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"viewBox\":\"0 0 20 20\",\"fill\":\"currentColor\",\"className\":\"h-4 w-4\",\"aria-hidden\":true,\"children\":[\"$\",\"path\",null,{\"fillRule\":\"evenodd\",\"d\":\"M9.707 16.707a1 1 0 01-1.414 0l-6-6a1 1 0 010-1.414l6-6a1 1 0 011.414 1.414L5.414 9H17a1 1 0 110 2H5.414l4.293 4.293a1 1 0 010 1.414z\",\"clipRule\":\"evenodd\"}]}],\"Back to Home\"]}]\n4c:[\"$\",\"$L48\",\"/solutions/crm\",{\"ref\":\"$undefined\",\"href\":\"/us/solutions/crm\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"prefetch\":false,\"className\":\"group flex items-center gap-2.5 rounded-xl border border-slate-200 bg-white px-4 py-3 text-sm font-medium text-slate-700 shadow-sm transition hover:border-indigo-300 hover:bg-indigo-50 hover:text-indigo-700 hover:shadow-md\",\"children\":[[\"$\",\"span\",null,{\"className\":\"flex h-7 w-7 shrink-0 items-center justify-center rounded-lg bg-slate-100 transition group-hover:bg-indigo-100\",\"children\":[\"$\",\"svg\",null,{\"className\":\"h-3.5 w-3.5 text-slate-500 group-hover:text-indigo-600 transition\",\"fill\":\"none\",\"viewBox\":\"0 0 24 24\",\"stroke\":\"currentColor\",\"strokeWidth\":1.8,\"aria-hidden\":true,\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"d\":\"M13 10V3L4 14h7v7l9-11h-7z\"}]}]}],\"Solutions\"]}]\n4d:[\"$\",\"$L48\",\"/marketplace\",{\"ref\":\"$undefined\",\"href\":\"/us/marketplace\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"prefetch\":false,\"className\":\"group flex items-center gap-2.5 rounded-xl border border-slate-200 bg-white px-4 py-3 text-sm font-medium text-slate-700 shadow-sm transition hover:border-indigo-300 hover:bg-indigo-50 hover:text-indigo-700 hover:shadow-md\",\"children\":[[\"$\",\"span\",null,{\"className\":\"flex h-7 w-7 shrink-0 items-center justify-center rounded-lg bg-slate-100 transition group-hover:bg-indigo-100\",\"children\":[\"$\",\"svg\",null,{\"className\":\"h-3.5 w-3.5 text-slate-500 group-hover:text-indigo-600 transition\",\"fill\":\"none\",\"viewBox\":\"0 0 24 24\",\"stroke\":\"currentColor\",\"strokeWidth\":1.8,\"aria-hidden\":true,\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"d\":\"M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2.293 2.293c-.63.63-.184 1.707.707 1.707H17m0 0a2 2 0 100 4 2 2 0 000-4zm-8 2a2 2 0 11-4 0 2 2 0 014 0z\"}]}]}],\"Marketplace\"]}]\n4e:[\"$\",\"$L48\",\"/partners\",{\"ref\":\"$undefined\",\"href\":\"/us/partners\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"prefetch\":false,\"className\":\"group flex items-center gap-2.5 rounded-xl border border-slate-200 bg-white px-4 py-3 text-sm font-medium text-slate-700 shadow-sm transition hover:border-indigo-300 hover:bg-indigo-50 hover:text-indigo-700 hover:shadow-md\",\"children\":[[\"$\",\"span\",null,{\"className\":\"flex h-7 w-7 shrink-0 items-center justify-center rounded-lg bg-slate-100 transition group-hover:bg-indigo-100\",\"children\":[\"$\",\"svg\",null,{\"className\":\"h-3.5 w-3.5 text-slate-500 group-hover:text-indigo-600 transition\",\"fill\":\"none\",\"viewBox\":\"0 0 24 24\",\"stroke\":\"currentColor\",\"strokeWidth\":1.8,\"aria-hidden\":true,\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"d\":\"M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0z\"}]}]}],\"Partners\"]}]\n4f:[\"$\",\"$L48\",\"/docs\",{\"ref\":\"$undefined\",\"href\":\"/us/docs\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"prefetch\":false,\"className\":\"group flex items-center gap-2.5 rounded-xl border border-slate-200 bg-white px-4 py-3 text-sm font-medium text-slate-700 shadow-sm transition hover:border-indigo-300 hover:bg-indigo-50 hover:text-indigo-700 hover:shadow-md\",\"children\":[[\"$\",\"span\",null,{\"className\":\"flex h-7 w-7 shrink-0 items-center"])</script><script>self.__next_f.push([1," justify-center rounded-lg bg-slate-100 transition group-hover:bg-indigo-100\",\"children\":[\"$\",\"svg\",null,{\"className\":\"h-3.5 w-3.5 text-slate-500 group-hover:text-indigo-600 transition\",\"fill\":\"none\",\"viewBox\":\"0 0 24 24\",\"stroke\":\"currentColor\",\"strokeWidth\":1.8,\"aria-hidden\":true,\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"d\":\"M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z\"}]}]}],\"Documentation\"]}]\n"])</script><script>self.__next_f.push([1,"58:I[27201,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/13e84a9062bdcce4.js\"],\"IconMark\"]\n50:T176b,"])</script><script>self.__next_f.push([1,"{\"@context\":\"https://schema.org\",\"@type\":\"BlogPosting\",\"headline\":\"What is an XML File?\",\"description\":null,\"abstract\":null,\"image\":\"https://plusclouds.publit.io/file/7FBLpn3SEbdPKsjCMbOSY8JwHQfsri8r8EEUdjaE.jpg\",\"datePublished\":\"2025-06-04T10:38:18.000000Z\",\"dateModified\":\"2025-06-04T10:38:18.000000Z\",\"wordCount\":1204,\"inLanguage\":\"en-US\",\"articleBody\":\"What is XML? Basic Features of XML Files What is the Structure of an XML File? What is XML Used For? When and Where is XML Used? Basic Terms Related to XML Technical Advantages of XML Disadvantages of XML XML vs JSON Real-Life Examples of XML Most Frequently Asked Questions About XML Conclusion As technology continues to evolve, the storage, sharing, and organization of data have become increasingly important. At this point, XML (Extensible Markup Language) files play a crucial role in carrying and storing structured data. So, what is an XML file, what is it used for, and why is it used so widely? Here are the details you need to know about XML files. What is XML? XML is the abbreviation for \u0026quot;Extensible Markup Language.\u0026quot; It means \u0026quot;Genişletilebilir İşaretleme Dili\u0026quot; in Turkish. It was developed by W3C (World Wide Web Consortium) and standardized in 1998. It is a markup language like HTML, but the fundamental difference is that it is used to carry and define data. While HTML focuses on displaying data, XML focuses on describing what the data is. Basic Features of XML Files Contains user-defined tags (e.g., , , ). Has a hierarchical (tree structure) data structure. Is platform and software independent. Supports Unicode character sets like UTF-8 or UTF-16. Has a commenting feature ( ). Enables the structuring of data. What is the Structure of an XML File? XML files consist of opening and closing tags. Here is a simple example: Artificial Intelligence 101 Ahmet Demir 89.90 In this example: is the main tag. Sub tags: , , . Each tag has a closing tag ( ). The data is readable and meaningful. What is XML Used For? 1. For Data Transport XML is ideal for performing data exchange between systems in a standard structure. For example, an e-commerce site can send product information to another system in XML format. 2. In Web Services SOAP-based web services are based on XML format. Data exchange in APIs can be achieved using XML. 3. Configuration Files Configuration settings in platforms such as Java, .NET, and Android are done using XML (example: web.config, AndroidManifest.xml). 4. For Data Storage XML can be used instead of a database, especially for small datasets. 5. Office Applications Microsoft Office (especially Word and Excel) uses XML-based file formats (.docx, .xlsx, etc.). 6. In Sectoral Documents Many structural data such as invoices, customer information, order records, and product catalogs can be stored using XML. When and Where is XML Used? XML is used not only for transporting data but also for structuring that data. Developers prefer XML in both web services and local applications. It is especially common in the following areas: Information transfer between software systems Mobile application configurations Data exchange in web applications Banking and e-invoice systems Additionally, XML files can also be converted to HTML using technologies like XSLT for data presentation to end users. However, it is not as visualization-focused as HTML. Basic Terms Related to XML • DTD (Document Type Definition): The schema that defines the structure of an XML file. • XSD (XML Schema Definition): Defines the data types and structure of XML content. • XPath: Used to query specific pieces of data in XML documents. • XSLT: Used to convert XML data into different formats (e.g., HTML). • XML Parser: The software component that reads and parses the XML file. Technical Advantages of XML • Platform Independence: XML works everywhere regardless of operating system or software. • Wide Compatibility: Almost all programming languages support XML. • Unicode Support: Can handle characters in all languages smoothly. • Ability to Add Comments: It is possible to leave descriptive notes within the code. • Extensibility: Users can create custom tags according to their needs. Disadvantages of XML • File Size: Due to the abundance of tags, it can be larger compared to alternatives like JSON. • Efficiency: XML parsing is relatively slower. • Lack of Visual Presentation: Does not produce visual output directly; it needs to be transformed. XML vs JSON Feature XML JSON Data Structure Hierarchical (tree structure) Object/array-based Readability Can be relatively complex Simpler File Size Larger Smaller Schema Support DTD, XSD JSON Schema Adding Comments Yes No Real-Life Examples of XML • RSS Feeds: Content updates on blog/news sites are done using XML. • e-Invoice Systems: In Turkey, the e-document formats of the Revenue Administration are XML-based. • Banking and Finance: Money transfers and reporting can be done via XML. • Mobile Applications: Interfaces and configurations in Android applications are defined using XML. Most Frequently Asked Questions About XML Why are XML files used so widely? The main reasons for the widespread use of XML are: Operating independently of the platform Readable by both humans and machines Extensible and customizable tag structure Being a universal standard for carrying and defining data What\",\"timeRequired\":\"PT5M\",\"author\":{\"@type\":\"Person\",\"name\":\"Ece Kaya\",\"url\":\"https://plusclouds.com\"},\"publisher\":{\"@type\":\"Organization\",\"name\":\"PlusClouds\",\"url\":\"https://plusclouds.com\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https://plusclouds.com/assets/images/logos/plusclouds-logo.svg\"}},\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https://plusclouds.com/us/blogs/what-is-an-xml-file\"},\"url\":\"https://plusclouds.com/us/blogs/what-is-an-xml-file\",\"keywords\":\"XML, JSON, data\",\"articleSection\":\"Software Development\",\"speakable\":{\"@type\":\"SpeakableSpecification\",\"cssSelector\":[\"#ai-summary\",\"h1\"]}}"])</script><script>self.__next_f.push([1,"19:[\"$\",\"section\",null,{\"className\":\"bg-[#FCFCFD] text-slate-900 antialiased min-h-screen\",\"children\":[[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"$50\"}}],\"$L51\",\"$L52\",\"$L53\",\"$L54\",\"$L55\",\"$L56\",false,\"$L57\"]}]\n1c:null\n"])</script><script>self.__next_f.push([1,"20:[[\"$\",\"title\",\"0\",{\"children\":\"What is an XML File? | PlusClouds Blog\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"With the development of technology every passing day, the storage, sharing, and organization of data has gained great importance. At this point, XML (Ex…\"}],[\"$\",\"link\",\"2\",{\"rel\":\"manifest\",\"href\":\"/assets/manifest.json\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"meta\",\"3\",{\"name\":\"keywords\",\"content\":\"XML, JSON, data\"}],[\"$\",\"meta\",\"4\",{\"name\":\"robots\",\"content\":\"index, follow\"}],[\"$\",\"link\",\"5\",{\"rel\":\"canonical\",\"href\":\"https://plusclouds.com/us/blogs/what-is-an-xml-file\"}],[\"$\",\"link\",\"6\",{\"rel\":\"alternate\",\"hrefLang\":\"en\",\"href\":\"https://plusclouds.com/us/blogs/what-is-an-xml-file\"}],[\"$\",\"link\",\"7\",{\"rel\":\"alternate\",\"hrefLang\":\"tr\",\"href\":\"https://plusclouds.com/tr/blogs/what-is-an-xml-file\"}],[\"$\",\"link\",\"8\",{\"rel\":\"alternate\",\"hrefLang\":\"nl\",\"href\":\"https://plusclouds.com/nl/blogs/what-is-an-xml-file\"}],[\"$\",\"link\",\"9\",{\"rel\":\"alternate\",\"hrefLang\":\"ar\",\"href\":\"https://plusclouds.com/qa/blogs/what-is-an-xml-file\"}],[\"$\",\"link\",\"10\",{\"rel\":\"alternate\",\"hrefLang\":\"x-default\",\"href\":\"https://plusclouds.com/us/blogs/what-is-an-xml-file\"}],[\"$\",\"meta\",\"11\",{\"name\":\"google-site-verification\",\"content\":\"jHlhecrAlt5NmWA10oX-I0zrjI2XJfNmrpvh037RdLo\"}],[\"$\",\"meta\",\"12\",{\"property\":\"og:title\",\"content\":\"What is an XML File?\"}],[\"$\",\"meta\",\"13\",{\"property\":\"og:description\",\"content\":\"With the development of technology every passing day, the storage, sharing, and organization of data has gained great importance. At this point, XML (Ex…\"}],[\"$\",\"meta\",\"14\",{\"property\":\"og:url\",\"content\":\"https://plusclouds.com/us/blogs/what-is-an-xml-file\"}],[\"$\",\"meta\",\"15\",{\"property\":\"og:site_name\",\"content\":\"PlusClouds\"}],[\"$\",\"meta\",\"16\",{\"property\":\"og:image\",\"content\":\"https://plusclouds.publit.io/file/7FBLpn3SEbdPKsjCMbOSY8JwHQfsri8r8EEUdjaE.jpg\"}],[\"$\",\"meta\",\"17\",{\"property\":\"og:image:width\",\"content\":\"1200\"}],[\"$\",\"meta\",\"18\",{\"property\":\"og:image:height\",\"content\":\"630\"}],[\"$\",\"meta\",\"19\",{\"property\":\"og:type\",\"content\":\"article\"}],[\"$\",\"meta\",\"20\",{\"property\":\"article:published_time\",\"content\":\"2025-06-04T10:38:18.000000Z\"}],[\"$\",\"meta\",\"21\",{\"property\":\"article:author\",\"content\":\"Ece Kaya\"}],[\"$\",\"meta\",\"22\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"23\",{\"name\":\"twitter:title\",\"content\":\"What is an XML File?\"}],[\"$\",\"meta\",\"24\",{\"name\":\"twitter:description\",\"content\":\"With the development of technology every passing day, the storage, sharing, and organization of data has gained great importance. At this point, XML (Extensible Markup Language) files play a significant role in carrying and storing structured data. So, what is an XML file, what does it do, and why is it used so widely? Here are all the details you need to know about XML files.\"}],[\"$\",\"meta\",\"25\",{\"name\":\"twitter:image\",\"content\":\"https://plusclouds.publit.io/file/7FBLpn3SEbdPKsjCMbOSY8JwHQfsri8r8EEUdjaE.jpg\"}],[\"$\",\"link\",\"26\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.f0f8d7d5.ico\",\"sizes\":\"48x48\",\"type\":\"image/x-icon\"}],[\"$\",\"$L58\",\"27\",{}]]\n"])</script><script>self.__next_f.push([1,"5a:I[68729,[\"/_next/static/chunks/4dc1ca25ef75e2d7.js\",\"/_next/static/chunks/649d56a71271f8ae.js\",\"/_next/static/chunks/39b054d53d7eb338.js\",\"/_next/static/chunks/9fbb3df14edc8dc4.js\",\"/_next/static/chunks/3e86922c0d227f44.js\",\"/_next/static/chunks/ac5b615084ffabfc.js\"],\"default\"]\n51:[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"BreadcrumbList\\\",\\\"itemListElement\\\":[{\\\"@type\\\":\\\"ListItem\\\",\\\"position\\\":1,\\\"name\\\":\\\"Home\\\",\\\"item\\\":\\\"https://plusclouds.com/us\\\"},{\\\"@type\\\":\\\"ListItem\\\",\\\"position\\\":2,\\\"name\\\":\\\"Blog\\\",\\\"item\\\":\\\"https://plusclouds.com/us/blogs\\\"},{\\\"@type\\\":\\\"ListItem\\\",\\\"position\\\":3,\\\"name\\\":\\\"What is an XML File?\\\",\\\"item\\\":\\\"https://plusclouds.com/us/blogs/what-is-an-xml-file\\\"}]}\"}}]\n59:Tada,"])</script><script>self.__next_f.push([1,"{\"@context\":\"https://schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"What exactly is XML and how does it differ from HTML?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"XML stands for Extensible Markup Language and is used to carry and define data, whereas HTML focuses on displaying data. It was developed by the W3C and standardized in 1998.\"}},{\"@type\":\"Question\",\"name\":\"What are the basic features of XML files?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"XML supports user defined tags and has a hierarchical tree structure. It is platform and software independent, supports Unicode, offers a commenting feature, and helps structure data.\"}},{\"@type\":\"Question\",\"name\":\"How is an XML file structured?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"XML files consist of opening and closing tags. The main tag contains sub tags like title, author, and price, and every tag has a closing tag, making the data readable and meaningful.\"}},{\"@type\":\"Question\",\"name\":\"What are common uses for XML?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"XML is ideal for data transport and exchange between systems in a standard structure, such as a product feed between two systems. It is also used in SOAP-based web services, in configuration files, and for data storage or office document formats.\"}},{\"@type\":\"Question\",\"name\":\"When and where is XML used?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"XML is used for information transfer and structuring data in both web services and local applications. Common areas include information transfer between software systems, mobile application configurations, data exchange in web applications, and banking and e-invoice systems. XML can be converted to HTML using XSLT for data presentation.\"}},{\"@type\":\"Question\",\"name\":\"What are common XML terms and what do they mean?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"DTD defines the structure of an XML file, and XSD defines its data types and content. XPath is used to query specific pieces of data, XSLT converts XML data into different formats, and an XML Parser reads and parses the XML file.\"}},{\"@type\":\"Question\",\"name\":\"How does XML compare to JSON?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"XML can be more complex to read and is typically larger in file size, whereas JSON is usually smaller. XML supports schema definitions with DTD or XSD and allows comments, while JSON does not have native comments.\"}},{\"@type\":\"Question\",\"name\":\"What are real-life examples of XML in use?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Real-life examples include RSS feeds for content updates, XML-based e-invoice systems in Turkey, and XML use in banking and finance for transfers and reporting. Mobile applications also define interfaces and configurations with XML.\"}}]}"])</script><script>self.__next_f.push([1,"52:[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"$59\"}}]\n53:[\"$\",\"$L5a\",null,{\"slug\":\"what-is-an-xml-file\",\"title\":\"What is an XML File?\"}]\n"])</script><script>self.__next_f.push([1,"54:[\"$\",\"header\",null,{\"className\":\"mx-auto max-w-4xl px-6 pt-16 lg:pt-24 text-center\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col sm:flex-row items-center justify-center gap-2 sm:gap-3 mb-8 flex-wrap\",\"children\":[[\"$\",\"span\",null,{\"className\":\"px-3 py-1 bg-indigo-50 text-indigo-600 text-[11px] font-bold uppercase tracking-widest rounded-full\",\"children\":\"Software Development\"}],[\"$\",\"span\",null,{\"className\":\"text-slate-300 hidden sm:inline\",\"children\":\"•\"}],[\"$\",\"time\",null,{\"className\":\"text-slate-600 text-xs font-medium\",\"children\":\"Jun 04, 2025\"}],[\"$\",\"span\",null,{\"className\":\"text-slate-300\",\"children\":\"•\"}],[\"$\",\"span\",null,{\"className\":\"text-slate-600 text-xs font-medium\",\"children\":[5,\" min read\"]}],[\"$\",\"span\",null,{\"className\":\"text-slate-300\",\"children\":\"•\"}],[\"$\",\"span\",null,{\"className\":\"text-slate-600 text-xs font-medium\",\"children\":[1204,\" words\"]}]]}],[\"$\",\"h1\",null,{\"className\":\"text-4xl lg:text-6xl font-extrabold tracking-tight text-slate-900 leading-[1.1] mb-8\",\"children\":\"What is an XML File?\"}],[\"$\",\"div\",null,{\"className\":\"flex items-center justify-center gap-4 py-6 border-y border-slate-100 mb-12\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-12 h-12 rounded-full overflow-hidden ring-2 ring-white shadow-md flex-shrink-0\",\"children\":[\"$\",\"$L49\",null,{\"priority\":true,\"src\":\"/assets/images/pages/teams/employees/ekaya-avatar.webp\",\"alt\":\"Ece Kaya\",\"width\":48,\"height\":48,\"className\":\"object-cover w-full h-full\"}]}],[\"$\",\"div\",null,{\"className\":\"text-left\",\"children\":[[\"$\",\"p\",null,{\"className\":\"text-sm font-bold text-slate-900\",\"children\":\"Ece Kaya\"}],[\"$\",\"p\",null,{\"className\":\"text-xs text-indigo-600 font-semibold\",\"children\":\"Content Strategist\"}],[\"$\",\"p\",null,{\"className\":\"text-xs text-slate-400 font-medium mt-0.5\",\"children\":\"Cloud infrastructure \u0026 B2B marketing\"}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"5b:T5d77,"])</script><script>self.__next_f.push([1,"\u003cul class=\"list-disc pl-6 space-y-2 my-4\"\u003e\n \u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003ca class=\"text-indigo-800 font-semibold hover:text-indigo-600 underline decoration-indigo-300/50 hover:decoration-indigo-500 transition-all duration-200\" href=\"#What is XML?\"\u003eWhat is XML?\u003c/a\u003e\u003c/li\u003e\n \u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003ca class=\"text-indigo-800 font-semibold hover:text-indigo-600 underline decoration-indigo-300/50 hover:decoration-indigo-500 transition-all duration-200\" href=\"#Basic Features of XML Files\"\u003eBasic Features of XML Files\u003c/a\u003e\u003c/li\u003e\n \u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003ca class=\"text-indigo-800 font-semibold hover:text-indigo-600 underline decoration-indigo-300/50 hover:decoration-indigo-500 transition-all duration-200\" href=\"#What is the Structure of an XML File?\"\u003eWhat is the Structure of an XML File?\u003c/a\u003e\u003c/li\u003e\n \u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003ca class=\"text-indigo-800 font-semibold hover:text-indigo-600 underline decoration-indigo-300/50 hover:decoration-indigo-500 transition-all duration-200\" href=\"#What is XML Used For?\"\u003eWhat is XML Used For?\u003c/a\u003e\u003c/li\u003e\n \u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003ca class=\"text-indigo-800 font-semibold hover:text-indigo-600 underline decoration-indigo-300/50 hover:decoration-indigo-500 transition-all duration-200\" href=\"#When and Where is XML Used?\"\u003eWhen and Where is XML Used?\u003c/a\u003e\u003c/li\u003e\n \u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003ca class=\"text-indigo-800 font-semibold hover:text-indigo-600 underline decoration-indigo-300/50 hover:decoration-indigo-500 transition-all duration-200\" href=\"#Basic Terms Related to XML\"\u003eBasic Terms Related to XML\u003c/a\u003e\u003c/li\u003e\n \u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003ca class=\"text-indigo-800 font-semibold hover:text-indigo-600 underline decoration-indigo-300/50 hover:decoration-indigo-500 transition-all duration-200\" href=\"#Technical Advantages of XML\"\u003eTechnical Advantages of XML\u003c/a\u003e\u003c/li\u003e\n \u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003ca class=\"text-indigo-800 font-semibold hover:text-indigo-600 underline decoration-indigo-300/50 hover:decoration-indigo-500 transition-all duration-200\" href=\"#Disadvantages of XML\"\u003eDisadvantages of XML\u003c/a\u003e\u003c/li\u003e\n \u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003ca class=\"text-indigo-800 font-semibold hover:text-indigo-600 underline decoration-indigo-300/50 hover:decoration-indigo-500 transition-all duration-200\" href=\"#XML vs JSON\"\u003eXML vs JSON\u003c/a\u003e\u003c/li\u003e\n \u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003ca class=\"text-indigo-800 font-semibold hover:text-indigo-600 underline decoration-indigo-300/50 hover:decoration-indigo-500 transition-all duration-200\" href=\"#Real-Life Examples of XML\"\u003eReal-Life Examples of XML\u003c/a\u003e\u003c/li\u003e\n \u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003ca class=\"text-indigo-800 font-semibold hover:text-indigo-600 underline decoration-indigo-300/50 hover:decoration-indigo-500 transition-all duration-200\" href=\"#Most Frequently Asked Questions About XML\"\u003eMost Frequently Asked Questions About XML\u003c/a\u003e\u003c/li\u003e\n \u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003ca class=\"text-indigo-800 font-semibold hover:text-indigo-600 underline decoration-indigo-300/50 hover:decoration-indigo-500 transition-all duration-200\" href=\"#Conclusion\"\u003eConclusion\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eAs technology continues to evolve, the storage, sharing, and organization of data have become increasingly important. At this point, XML (Extensible Markup Language) files play a crucial role in carrying and storing structured data. So, what is an XML file, what is it used for, and why is it used so widely? Here are the details you need to know about XML files.\u003c/p\u003e\n\u003ch2 class=\"text-xl lg:text-2xl font-bold text-slate-900 tracking-normal mt-6 mb-3 leading-snug\" id=\"What is XML?\"\u003e What is XML? \u003c/h2\u003e\n\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eXML is the abbreviation for \u0026quot;Extensible Markup Language.\u0026quot; It means \u0026quot;Genişletilebilir İşaretleme Dili\u0026quot; in Turkish. It was developed by W3C (World Wide Web Consortium) and standardized in 1998.\u003c/p\u003e\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eIt is a markup language like HTML, but the fundamental difference is that it is used to carry and define data. While HTML focuses on displaying data, XML focuses on describing what the data is.\u003c/p\u003e\n\u003ch2 class=\"text-xl lg:text-2xl font-bold text-slate-900 tracking-normal mt-6 mb-3 leading-snug\" id=\"Basic Features of XML Files\"\u003e Basic Features of XML Files \u003c/h2\u003e\n\n\u003cul class=\"list-disc pl-6 space-y-2 my-4\"\u003e\n\u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eContains user-defined tags (e.g., \u003cname\u003e, \u003csurname\u003e, \u003cphone\u003e).\u003c/p\u003e\n\u003c/li\u003e\n\u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eHas a hierarchical (tree structure) data structure.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eIs platform and software independent.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eSupports Unicode character sets like UTF-8 or UTF-16.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eHas a commenting feature (\u003c!-- comment goes here --\u003e).\u003c/p\u003e\n\u003c/li\u003e\n\u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eEnables the structuring of data.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2 class=\"text-xl lg:text-2xl font-bold text-slate-900 tracking-normal mt-6 mb-3 leading-snug\" id=\"What is the Structure of an XML File?\"\u003e What is the Structure of an XML File? \u003c/h2\u003e\n\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eXML files consist of opening and closing tags. Here is a simple example:\u003c/p\u003e\n\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\n\n\u003cbook\u003e\n \n \u003ctitle\u003eArtificial Intelligence 101\u003c/title\u003e\n \n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003e \u003cauthor\u003eAhmet Demir\u003c/author\u003e\u003c/p\u003e\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003e \u003cprice\u003e89.90\u003c/price\u003e\u003c/p\u003e\n\u003c/book\u003e\n\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eIn this example:\u003c/p\u003e\n\u003cul class=\"list-disc pl-6 space-y-2 my-4\"\u003e\n\u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003e\u003cbook\u003e is the main tag.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eSub tags: \u003ctitle\u003e, \u003cauthor\u003e, \u003cprice\u003e.\u003c/p\u003e\n\u003c/li\u003e\n\u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eEach tag has a closing tag (\u003c/tag\u003e).\u003c/p\u003e\n\u003c/li\u003e\n\u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eThe data is readable and meaningful.\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2 class=\"text-xl lg:text-2xl font-bold text-slate-900 tracking-normal mt-6 mb-3 leading-snug\" id=\"What is XML Used For?\"\u003e What is XML Used For? \u003c/h2\u003e\n\n\u003ch3 class=\"text-lg lg:text-xl font-bold text-slate-800 tracking-normal mt-5 mb-2\" id=\"1. For Data Transport\"\u003e 1. For Data Transport \u003c/h3\u003e\n\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eXML is ideal for performing data exchange between systems in a standard structure. For example, an e-commerce site can send product information to another system in XML format.\u003c/p\u003e\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003e\u003cimg class=\"w-full h-auto rounded-[2rem] py-4\" src=\"https://plusclouds.publit.io/file/6NCKAr80sczHdwPe2vnfq2zqMUD2bBvdtC04CJ3D.jpg\" alt=\"\" title=\"5 ways to use ai (2).jpg\" loading=\"lazy\" decoding=\"async\"\u003e\u003c/p\u003e\n\u003ch3 class=\"text-lg lg:text-xl font-bold text-slate-800 tracking-normal mt-5 mb-2\" id=\"2. In Web Services\"\u003e 2. In Web Services \u003c/h3\u003e\n\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eSOAP-based web services are based on XML format. Data exchange in APIs can be achieved using XML.\u003c/p\u003e\n\u003ch3 class=\"text-lg lg:text-xl font-bold text-slate-800 tracking-normal mt-5 mb-2\" id=\"3. Configuration Files\"\u003e 3. Configuration Files \u003c/h3\u003e\n\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eConfiguration settings in platforms such as Java, .NET, and Android are done using XML (example: web.config, AndroidManifest.xml).\u003c/p\u003e\n\u003ch3 class=\"text-lg lg:text-xl font-bold text-slate-800 tracking-normal mt-5 mb-2\" id=\"4. For Data Storage\"\u003e 4. For Data Storage \u003c/h3\u003e\n\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eXML can be used instead of a database, especially for small datasets.\u003c/p\u003e\n\u003ch3 class=\"text-lg lg:text-xl font-bold text-slate-800 tracking-normal mt-5 mb-2\" id=\"5. Office Applications\"\u003e 5. Office Applications \u003c/h3\u003e\n\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eMicrosoft Office (especially Word and Excel) uses XML-based file formats (.docx, .xlsx, etc.).\u003c/p\u003e\n\u003ch3 class=\"text-lg lg:text-xl font-bold text-slate-800 tracking-normal mt-5 mb-2\" id=\"6. In Sectoral Documents\"\u003e 6. In Sectoral Documents \u003c/h3\u003e\n\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eMany structural data such as invoices, customer information, order records, and product catalogs can be stored using XML.\u003c/p\u003e\n\u003ch2 class=\"text-xl lg:text-2xl font-bold text-slate-900 tracking-normal mt-6 mb-3 leading-snug\" id=\"When and Where is XML Used?\"\u003e When and Where is XML Used? \u003c/h2\u003e\n\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eXML is used not only for transporting data but also for structuring that data. Developers prefer XML in both web services and local applications. It is especially common in the following areas:\u003c/p\u003e\n\u003cul class=\"list-disc pl-6 space-y-2 my-4\"\u003e\n\u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eInformation transfer between software systems\u003c/p\u003e\n\u003c/li\u003e\n\u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eMobile application configurations\u003c/p\u003e\n\u003c/li\u003e\n\u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eData exchange in web applications\u003c/p\u003e\n\u003c/li\u003e\n\u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eBanking and e-invoice systems\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eAdditionally, XML files can also be converted to HTML using technologies like XSLT for data presentation to end users. However, it is not as visualization-focused as HTML.\u003c/p\u003e\n\u003ch2 class=\"text-xl lg:text-2xl font-bold text-slate-900 tracking-normal mt-6 mb-3 leading-snug\" id=\"Basic Terms Related to XML\"\u003e Basic Terms Related to XML \u003c/h2\u003e\n\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003e\u003cstrong class=\"font-bold text-slate-900 mt-3 mb-1 block\"\u003e• DTD (Document Type Definition):\u003c/strong\u003e The schema that defines the structure of an XML file.\u003c/p\u003e\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003e\u003cstrong class=\"font-bold text-slate-900 mt-3 mb-1 block\"\u003e• XSD (XML Schema Definition):\u003c/strong\u003e Defines the data types and structure of XML content.\u003c/p\u003e\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003e\u003cstrong class=\"font-bold text-slate-900 mt-3 mb-1 block\"\u003e• XPath:\u003c/strong\u003e Used to query specific pieces of data in XML documents.\u003c/p\u003e\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003e\u003cstrong class=\"font-bold text-slate-900 mt-3 mb-1 block\"\u003e• XSLT:\u003c/strong\u003e Used to convert XML data into different formats (e.g., HTML).\u003c/p\u003e\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003e\u003cstrong class=\"font-bold text-slate-900 mt-3 mb-1 block\"\u003e• XML Parser:\u003c/strong\u003e The software component that reads and parses the XML file.\u003c/p\u003e\n\u003ch2 class=\"text-xl lg:text-2xl font-bold text-slate-900 tracking-normal mt-6 mb-3 leading-snug\" id=\"Technical Advantages of XML\"\u003e Technical Advantages of XML \u003c/h2\u003e\n\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003e\u003cstrong class=\"font-bold text-slate-900 mt-3 mb-1 block\"\u003e• Platform Independence:\u003c/strong\u003e XML works everywhere regardless of operating system or software.\u003c/p\u003e\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003e\u003cstrong class=\"font-bold text-slate-900 mt-3 mb-1 block\"\u003e• Wide Compatibility:\u003c/strong\u003e Almost all programming languages support XML.\u003c/p\u003e\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003e\u003cstrong class=\"font-bold text-slate-900 mt-3 mb-1 block\"\u003e• Unicode Support:\u003c/strong\u003e Can handle characters in all languages smoothly.\u003c/p\u003e\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003e\u003cstrong class=\"font-bold text-slate-900 mt-3 mb-1 block\"\u003e• Ability to Add Comments:\u003c/strong\u003e It is possible to leave descriptive notes within the code.\u003c/p\u003e\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003e\u003cstrong class=\"font-bold text-slate-900 mt-3 mb-1 block\"\u003e• Extensibility:\u003c/strong\u003e Users can create custom tags according to their needs.\u003c/p\u003e\n\u003ch2 class=\"text-xl lg:text-2xl font-bold text-slate-900 tracking-normal mt-6 mb-3 leading-snug\" id=\"Disadvantages of XML\"\u003e Disadvantages of XML \u003c/h2\u003e\n\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003e\u003cstrong class=\"font-bold text-slate-900 mt-3 mb-1 block\"\u003e• File Size:\u003c/strong\u003e Due to the abundance of tags, it can be larger compared to alternatives like JSON.\u003c/p\u003e\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003e\u003cstrong class=\"font-bold text-slate-900 mt-3 mb-1 block\"\u003e• Efficiency:\u003c/strong\u003e XML parsing is relatively slower.\u003c/p\u003e\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003e\u003cstrong class=\"font-bold text-slate-900 mt-3 mb-1 block\"\u003e• Lack of Visual Presentation:\u003c/strong\u003e Does not produce visual output directly; it needs to be transformed.\u003c/p\u003e\n\u003ch2 class=\"text-xl lg:text-2xl font-bold text-slate-900 tracking-normal mt-6 mb-3 leading-snug\" id=\"XML vs JSON\"\u003e XML vs JSON \u003c/h2\u003e\n\n\u003ctable class=\"w-full border-separate border-spacing-0 text-left mt-6 mb-6 border border-slate-100 rounded-2xl overflow-hidden shadow-sm\"\u003e\n\u003cthead class=\"bg-slate-50\"\u003e\n\u003ctr\u003e\n\u003cth class=\"text-[11px] font-bold uppercase tracking-[0.2em] text-slate-500 border-b border-slate-100 px-6 py-3\"\u003eFeature\u003c/th\u003e\n\u003cth class=\"text-[11px] font-bold uppercase tracking-[0.2em] text-slate-500 border-b border-slate-100 px-6 py-3\"\u003eXML\u003c/th\u003e\n\u003cth class=\"text-[11px] font-bold uppercase tracking-[0.2em] text-slate-500 border-b border-slate-100 px-6 py-3\"\u003eJSON\u003c/th\u003e\n\u003c/tr\u003e\n\u003c/thead\u003e\n\u003ctbody\u003e\u003ctr\u003e\n\u003ctd class=\"text-base text-slate-600 border-b border-slate-50 px-6 py-3 font-medium bg-white\"\u003eData Structure\u003c/td\u003e\n\u003ctd class=\"text-base text-slate-600 border-b border-slate-50 px-6 py-3 font-medium bg-white\"\u003eHierarchical (tree structure)\u003c/td\u003e\n\u003ctd class=\"text-base text-slate-600 border-b border-slate-50 px-6 py-3 font-medium bg-white\"\u003eObject/array-based\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"text-base text-slate-600 border-b border-slate-50 px-6 py-3 font-medium bg-white\"\u003eReadability\u003c/td\u003e\n\u003ctd class=\"text-base text-slate-600 border-b border-slate-50 px-6 py-3 font-medium bg-white\"\u003eCan be relatively complex\u003c/td\u003e\n\u003ctd class=\"text-base text-slate-600 border-b border-slate-50 px-6 py-3 font-medium bg-white\"\u003eSimpler\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"text-base text-slate-600 border-b border-slate-50 px-6 py-3 font-medium bg-white\"\u003eFile Size\u003c/td\u003e\n\u003ctd class=\"text-base text-slate-600 border-b border-slate-50 px-6 py-3 font-medium bg-white\"\u003eLarger\u003c/td\u003e\n\u003ctd class=\"text-base text-slate-600 border-b border-slate-50 px-6 py-3 font-medium bg-white\"\u003eSmaller\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"text-base text-slate-600 border-b border-slate-50 px-6 py-3 font-medium bg-white\"\u003eSchema Support\u003c/td\u003e\n\u003ctd class=\"text-base text-slate-600 border-b border-slate-50 px-6 py-3 font-medium bg-white\"\u003eDTD, XSD\u003c/td\u003e\n\u003ctd class=\"text-base text-slate-600 border-b border-slate-50 px-6 py-3 font-medium bg-white\"\u003eJSON Schema\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"text-base text-slate-600 border-b border-slate-50 px-6 py-3 font-medium bg-white\"\u003eAdding Comments\u003c/td\u003e\n\u003ctd class=\"text-base text-slate-600 border-b border-slate-50 px-6 py-3 font-medium bg-white\"\u003eYes\u003c/td\u003e\n\u003ctd class=\"text-base text-slate-600 border-b border-slate-50 px-6 py-3 font-medium bg-white\"\u003eNo\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/tbody\u003e\u003c/table\u003e\n\u003ch2 class=\"text-xl lg:text-2xl font-bold text-slate-900 tracking-normal mt-6 mb-3 leading-snug\" id=\"Real-Life Examples of XML\"\u003e Real-Life Examples of XML \u003c/h2\u003e\n\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003e\u003cstrong class=\"font-bold text-slate-900 mt-3 mb-1 block\"\u003e• RSS Feeds:\u003c/strong\u003e Content updates on blog/news sites are done using XML.\u003c/p\u003e\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003e\u003cstrong class=\"font-bold text-slate-900 mt-3 mb-1 block\"\u003e• e-Invoice Systems:\u003c/strong\u003e In Turkey, the e-document formats of the Revenue Administration are XML-based.\u003c/p\u003e\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003e\u003cstrong class=\"font-bold text-slate-900 mt-3 mb-1 block\"\u003e• Banking and Finance:\u003c/strong\u003e Money transfers and reporting can be done via XML.\u003c/p\u003e\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003e\u003cstrong class=\"font-bold text-slate-900 mt-3 mb-1 block\"\u003e• Mobile Applications:\u003c/strong\u003e Interfaces and configurations in Android applications are defined using XML.\u003c/p\u003e\n\u003ch2 class=\"text-xl lg:text-2xl font-bold text-slate-900 tracking-normal mt-6 mb-3 leading-snug\" id=\"Most Frequently Asked Questions About XML\"\u003e Most Frequently Asked Questions About XML \u003c/h2\u003e\n\n\u003ch3 class=\"text-lg lg:text-xl font-bold text-slate-800 tracking-normal mt-5 mb-2\" id=\"Why are XML files used so widely?\"\u003e Why are XML files used so widely? \u003c/h3\u003e\n\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eThe main reasons for the widespread use of XML are:\u003c/p\u003e\n\u003cul class=\"list-disc pl-6 space-y-2 my-4\"\u003e\n\u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eOperating independently of the platform\u003c/p\u003e\n\u003c/li\u003e\n\u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eReadable by both humans and machines\u003c/p\u003e\n\u003c/li\u003e\n\u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eExtensible and customizable tag structure\u003c/p\u003e\n\u003c/li\u003e\n\u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eBeing a universal standard for carrying and defining data\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3 class=\"text-lg lg:text-xl font-bold text-slate-800 tracking-normal mt-5 mb-2\" id=\"What is the difference between XML and HTML?\"\u003e What is the difference between XML and HTML? \u003c/h3\u003e\n\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eWhile HTML describes how data should look (presentation-focused), XML defines what the data is (meaning-focused). In HTML, tags are fixed, while in XML they are user-defined. In short, HTML shows, XML explains.\u003c/p\u003e\n\u003ch3 class=\"text-lg lg:text-xl font-bold text-slate-800 tracking-normal mt-5 mb-2\" id=\"Why has JSON started to be used instead of XML?\"\u003e Why has JSON started to be used instead of XML? \u003c/h3\u003e\n\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eJSON is a data format that takes up less space and works more naturally with JavaScript. Therefore, it offers a faster and more practical solution, especially in web-based applications. However, XML is still used in many systems because it is more suitable for complex data structures and has a stronger schema definition (XSD).\u003c/p\u003e\n\u003ch3 class=\"text-lg lg:text-xl font-bold text-slate-800 tracking-normal mt-5 mb-2\" id=\"Is XML secure?\"\u003e Is XML secure? \u003c/h3\u003e\n\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eXML itself is neither secure nor insecure; however, security vulnerabilities can arise in XML-based systems. Therefore, XML data obtained from external sources should always be validated and filtered before processing. Additionally, precautions should be taken against XML External Entity (XXE) attacks.\u003c/p\u003e\n\u003ch3 class=\"text-lg lg:text-xl font-bold text-slate-800 tracking-normal mt-5 mb-2\" id=\"Is learning XML difficult?\"\u003e Is learning XML difficult? \u003c/h3\u003e\n\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eNo. Learning the basics of XML is quite easy because it has a human-readable structure. After learning the basic tag structure, more advanced topics like DTD, XSD, and XPath can be explored.\u003c/p\u003e\n\u003ch3 class=\"text-lg lg:text-xl font-bold text-slate-800 tracking-normal mt-5 mb-2\" id=\"Which applications use XML?\"\u003e Which applications use XML? \u003c/h3\u003e\n\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eXML frequently appears in the following areas:\u003c/p\u003e\n\u003cul class=\"list-disc pl-6 space-y-2 my-4\"\u003e\n\u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eWeb services (especially SOAP)\u003c/p\u003e\n\u003c/li\u003e\n\u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eAndroid applications\u003c/p\u003e\n\u003c/li\u003e\n\u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eConfiguration files\u003c/p\u003e\n\u003c/li\u003e\n\u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eMicrosoft Office documents\u003c/p\u003e\n\u003c/li\u003e\n\u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eE-government, e-invoice systems\u003c/p\u003e\n\u003c/li\u003e\n\u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eRSS feeds\u003c/p\u003e\n\u003c/li\u003e\n\u003cli class=\"text-base text-slate-700 leading-[1.8] font-medium\"\u003e\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eBanking and finance systems\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3 class=\"text-lg lg:text-xl font-bold text-slate-800 tracking-normal mt-5 mb-2\" id=\"How to open an XML document?\"\u003e How to open an XML document? \u003c/h3\u003e\n\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eTo open an XML file, a text editor such as Notepad, Visual Studio Code, or Sublime Text is sufficient. XML editors or browser extensions can be used for more advanced viewing and validation.\u003c/p\u003e\n\u003ch3 class=\"text-lg lg:text-xl font-bold text-slate-800 tracking-normal mt-5 mb-2\" id=\"Is XML sufficient on its own?\"\u003e Is XML sufficient on its own? \u003c/h3\u003e\n\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eNo. XML only defines and carries data. Other tools (e.g., XSLT, XSD, parsers) are needed to process, visualize, or validate that data.\u003c/p\u003e\n\u003ch3 class=\"text-lg lg:text-xl font-bold text-slate-800 tracking-normal mt-5 mb-2\" id=\"Can an XML file be used instead of a database?\"\u003e Can an XML file be used instead of a database? \u003c/h3\u003e\n\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eIt can be used in small-scale applications or temporary data storage solutions. However, for large datasets or complex relational structures, XML cannot replace databases. Databases are much stronger in terms of performance, security, and querying capabilities.\u003c/p\u003e\n\u003ch2 class=\"text-xl lg:text-2xl font-bold text-slate-900 tracking-normal mt-6 mb-3 leading-snug\" id=\"Conclusion\"\u003e Conclusion \u003c/h2\u003e\n\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eXML is a powerful, flexible, and platform-independent format for transporting, defining, and structuring data. Its extensible structure allows it to be used in a wide range of fields. It plays an indispensable role, especially in data transfer and configuration needs between systems.\u003c/p\u003e\n\u003cp class=\"text-base text-slate-600 leading-[1.8] mb-2\"\u003eAlthough lighter alternatives like JSON are preferred in many web applications, XML still has a wide usage area, from e-government systems to banking, and from mobile applications to ERP software.\u003c/p\u003e\n"])</script><script>self.__next_f.push([1,"55:[\"$\",\"div\",null,{\"className\":\"max-w-7xl mx-auto px-6 sm:px-8 grid grid-cols-1 lg:grid-cols-12 gap-8 lg:gap-16 pb-24\",\"children\":[[\"$\",\"main\",null,{\"className\":\"lg:col-span-8 min-w-0\",\"children\":[null,[\"$\",\"div\",null,{\"className\":\"mb-10 lg:mb-16 rounded-2xl sm:rounded-[2.5rem] overflow-hidden shadow-[0_16px_40px_-8px_rgba(0,0,0,0.1)] sm:shadow-[0_32px_64px_-16px_rgba(0,0,0,0.1)]\",\"children\":[\"$\",\"$L49\",null,{\"src\":\"https://plusclouds.publit.io/file/7FBLpn3SEbdPKsjCMbOSY8JwHQfsri8r8EEUdjaE.jpg\",\"alt\":\"What is an XML File?\",\"width\":896,\"height\":504,\"sizes\":\"(max-width: 768px) 100vw, 896px\",\"className\":\"w-full h-auto\",\"priority\":true}]}],[\"$\",\"article\",null,{\"className\":\"[\u0026_pre]:overflow-x-auto [\u0026_table]:block [\u0026_table]:overflow-x-auto [\u0026_img]:max-w-full\",\"children\":[[\"$\",\"div\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"$5b\"}}]]}],\"$L5c\"]}],\"$L5d\"]}]\n"])</script><script>self.__next_f.push([1,"56:[\"$\",\"section\",null,{\"className\":\"border-t border-slate-100 bg-white py-16 px-6\",\"children\":[\"$\",\"div\",null,{\"className\":\"mx-auto max-w-4xl\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl lg:text-3xl font-bold text-slate-900 mb-8\",\"children\":\"Frequently Asked Questions\"}],[\"$\",\"div\",null,{\"className\":\"space-y-4\",\"children\":[[\"$\",\"details\",\"0\",{\"className\":\"group border border-slate-200 rounded-lg p-4 hover:border-indigo-300 hover:bg-indigo-50/30 transition-colors cursor-pointer\",\"children\":[[\"$\",\"summary\",null,{\"className\":\"font-semibold text-slate-900 flex items-center justify-between\",\"children\":[\"What exactly is XML and how does it differ from HTML?\",[\"$\",\"span\",null,{\"className\":\"ml-4 text-indigo-600 group-open:rotate-180 transition-transform\",\"children\":[\"$\",\"svg\",null,{\"className\":\"w-5 h-5\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"viewBox\":\"0 0 24 24\",\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"strokeWidth\":2,\"d\":\"M19 14l-7 7m0 0l-7-7m7 7V3\"}]}]}]]}],[\"$\",\"p\",null,{\"className\":\"text-slate-600 leading-relaxed mt-3\",\"children\":\"XML stands for Extensible Markup Language and is used to carry and define data, whereas HTML focuses on displaying data. It was developed by the W3C and standardized in 1998.\"}]]}],[\"$\",\"details\",\"1\",{\"className\":\"group border border-slate-200 rounded-lg p-4 hover:border-indigo-300 hover:bg-indigo-50/30 transition-colors cursor-pointer\",\"children\":[[\"$\",\"summary\",null,{\"className\":\"font-semibold text-slate-900 flex items-center justify-between\",\"children\":[\"What are the basic features of XML files?\",[\"$\",\"span\",null,{\"className\":\"ml-4 text-indigo-600 group-open:rotate-180 transition-transform\",\"children\":[\"$\",\"svg\",null,{\"className\":\"w-5 h-5\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"viewBox\":\"0 0 24 24\",\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"strokeWidth\":2,\"d\":\"M19 14l-7 7m0 0l-7-7m7 7V3\"}]}]}]]}],[\"$\",\"p\",null,{\"className\":\"text-slate-600 leading-relaxed mt-3\",\"children\":\"XML supports user defined tags and has a hierarchical tree structure. It is platform and software independent, supports Unicode, offers a commenting feature, and helps structure data.\"}]]}],[\"$\",\"details\",\"2\",{\"className\":\"group border border-slate-200 rounded-lg p-4 hover:border-indigo-300 hover:bg-indigo-50/30 transition-colors cursor-pointer\",\"children\":[[\"$\",\"summary\",null,{\"className\":\"font-semibold text-slate-900 flex items-center justify-between\",\"children\":[\"How is an XML file structured?\",[\"$\",\"span\",null,{\"className\":\"ml-4 text-indigo-600 group-open:rotate-180 transition-transform\",\"children\":[\"$\",\"svg\",null,{\"className\":\"w-5 h-5\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"viewBox\":\"0 0 24 24\",\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"strokeWidth\":2,\"d\":\"M19 14l-7 7m0 0l-7-7m7 7V3\"}]}]}]]}],[\"$\",\"p\",null,{\"className\":\"text-slate-600 leading-relaxed mt-3\",\"children\":\"XML files consist of opening and closing tags. The main tag contains sub tags like title, author, and price, and every tag has a closing tag, making the data readable and meaningful.\"}]]}],[\"$\",\"details\",\"3\",{\"className\":\"group border border-slate-200 rounded-lg p-4 hover:border-indigo-300 hover:bg-indigo-50/30 transition-colors cursor-pointer\",\"children\":[[\"$\",\"summary\",null,{\"className\":\"font-semibold text-slate-900 flex items-center justify-between\",\"children\":[\"What are common uses for XML?\",[\"$\",\"span\",null,{\"className\":\"ml-4 text-indigo-600 group-open:rotate-180 transition-transform\",\"children\":[\"$\",\"svg\",null,{\"className\":\"w-5 h-5\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"viewBox\":\"0 0 24 24\",\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"strokeWidth\":2,\"d\":\"M19 14l-7 7m0 0l-7-7m7 7V3\"}]}]}]]}],[\"$\",\"p\",null,{\"className\":\"text-slate-600 leading-relaxed mt-3\",\"children\":\"XML is ideal for data transport and exchange between systems in a standard structure, such as a product feed between two systems. It is also used in SOAP-based web services, in configuration files, and for data storage or office document formats.\"}]]}],\"$L5e\",\"$L5f\",\"$L60\",\"$L61\"]}]]}]}]\n"])</script><script>self.__next_f.push([1,"57:[\"$\",\"section\",null,{\"className\":\"border-t border-slate-100 bg-white py-20 px-6\",\"children\":[\"$\",\"div\",null,{\"className\":\"max-w-7xl mx-auto\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center justify-between mb-10\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-black text-slate-900 tracking-tight\",\"children\":\"More from the blog\"}],\"$L62\"]}],[\"$\",\"div\",null,{\"className\":\"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6\",\"children\":[\"$L63\",\"$L64\",\"$L65\",\"$L66\"]}]]}]}]\n"])</script><script>self.__next_f.push([1,"5c:[\"$\",\"div\",null,{\"className\":\"mt-20 flex flex-wrap gap-2 pt-10 border-t border-slate-100\",\"children\":[[\"$\",\"span\",\"XML\",{\"className\":\"px-4 py-1.5 bg-white border border-slate-200 text-slate-500 text-xs font-semibold rounded-full hover:border-indigo-600 hover:text-indigo-600 transition-all cursor-default\",\"children\":[\"#\",\"XML\"]}],[\"$\",\"span\",\"JSON\",{\"className\":\"px-4 py-1.5 bg-white border border-slate-200 text-slate-500 text-xs font-semibold rounded-full hover:border-indigo-600 hover:text-indigo-600 transition-all cursor-default\",\"children\":[\"#\",\"JSON\"]}],[\"$\",\"span\",\"data\",{\"className\":\"px-4 py-1.5 bg-white border border-slate-200 text-slate-500 text-xs font-semibold rounded-full hover:border-indigo-600 hover:text-indigo-600 transition-all cursor-default\",\"children\":[\"#\",\"data\"]}]]}]\n"])</script><script>self.__next_f.push([1,"5d:[\"$\",\"aside\",null,{\"className\":\"hidden lg:block lg:col-span-4 sticky top-32 self-start\",\"children\":[\"$\",\"div\",null,{\"className\":\"space-y-8\",\"children\":[[\"$\",\"div\",null,{\"className\":\"rounded-2xl border p-6 shadow-lg bg-teal-50 border-teal-100 shadow-teal-100/60\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-[10px] font-black uppercase tracking-widest mb-4 block text-teal-600\",\"children\":\"LeadOcean\"}],[\"$\",\"p\",null,{\"className\":\"text-lg font-black text-slate-900 leading-snug mb-2\",\"children\":\"Sales team chasing the wrong leads?\"}],[\"$\",\"p\",null,{\"className\":\"text-[13px] text-slate-500 leading-relaxed mb-5\",\"children\":\"1.8B+ companies — search always free\"}],\"$L67\",[\"$\",\"p\",null,{\"className\":\"text-center text-[11px] text-slate-400 mt-2.5\",\"children\":\"No credit card · Cancel anytime\"}]]}],[\"$\",\"div\",null,{\"className\":\"bg-white border border-slate-200 rounded-[2rem] overflow-hidden shadow-sm\",\"children\":[[\"$\",\"div\",null,{\"className\":\"px-7 py-5 border-b border-slate-100\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-[15px] font-black text-slate-900 leading-tight\",\"children\":\"Readers also read\"}],[\"$\",\"p\",null,{\"className\":\"text-[12px] text-slate-500 mt-2\",\"children\":\"Readers prefer these posts\"}]]}],[\"$\",\"div\",null,{\"className\":\"space-y-3 p-5\",\"children\":[\"$L68\",\"$L69\",\"$L6a\",\"$L6b\"]}]]}],[\"$\",\"div\",null,{\"className\":\"relative overflow-hidden rounded-[2rem] bg-slate-900 text-white shadow-xl shadow-slate-900/20 group\",\"children\":[[\"$\",\"div\",null,{\"className\":\"absolute -bottom-6 -right-6 w-32 h-32 bg-indigo-600 rounded-full blur-[60px] opacity-25 group-hover:opacity-40 transition-opacity duration-700\"}],[\"$\",\"div\",null,{\"className\":\"relative z-10 p-7\",\"children\":[[\"$\",\"span\",null,{\"className\":\"inline-block text-[10px] font-black uppercase tracking-[0.3em] text-indigo-400 mb-4\",\"children\":\"PlusClouds Blog\"}],[\"$\",\"h3\",null,{\"className\":\"text-xl font-black tracking-tight leading-tight mb-2\",\"children\":\"Become an Author\"}],[\"$\",\"p\",null,{\"className\":\"text-[13px] text-slate-400 leading-relaxed mb-6\",\"children\":\"Share your tech insights with our global community of enthusiasts.\"}],[\"$\",\"a\",null,{\"href\":\"https://calendar.app.google/uM5pa8yXFxsQt18p8\",\"target\":\"_blank\",\"rel\":\"nofollow noopener noreferrer\",\"className\":\"inline-flex items-center gap-2 px-5 py-2.5 bg-indigo-600 hover:bg-indigo-500 text-white rounded-xl text-[12px] font-black transition-all\",\"children\":[\"Join our team\",[\"$\",\"svg\",null,{\"className\":\"w-3.5 h-3.5\",\"fill\":\"none\",\"viewBox\":\"0 0 24 24\",\"stroke\":\"currentColor\",\"strokeWidth\":2.5,\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"d\":\"M17 8l4 4m0 0l-4 4m4-4H3\"}]}]]}]]}]]}]]}]}]\n"])</script><script>self.__next_f.push([1,"5e:[\"$\",\"details\",\"4\",{\"className\":\"group border border-slate-200 rounded-lg p-4 hover:border-indigo-300 hover:bg-indigo-50/30 transition-colors cursor-pointer\",\"children\":[[\"$\",\"summary\",null,{\"className\":\"font-semibold text-slate-900 flex items-center justify-between\",\"children\":[\"When and where is XML used?\",[\"$\",\"span\",null,{\"className\":\"ml-4 text-indigo-600 group-open:rotate-180 transition-transform\",\"children\":[\"$\",\"svg\",null,{\"className\":\"w-5 h-5\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"viewBox\":\"0 0 24 24\",\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"strokeWidth\":2,\"d\":\"M19 14l-7 7m0 0l-7-7m7 7V3\"}]}]}]]}],[\"$\",\"p\",null,{\"className\":\"text-slate-600 leading-relaxed mt-3\",\"children\":\"XML is used for information transfer and structuring data in both web services and local applications. Common areas include information transfer between software systems, mobile application configurations, data exchange in web applications, and banking and e-invoice systems. XML can be converted to HTML using XSLT for data presentation.\"}]]}]\n5f:[\"$\",\"details\",\"5\",{\"className\":\"group border border-slate-200 rounded-lg p-4 hover:border-indigo-300 hover:bg-indigo-50/30 transition-colors cursor-pointer\",\"children\":[[\"$\",\"summary\",null,{\"className\":\"font-semibold text-slate-900 flex items-center justify-between\",\"children\":[\"What are common XML terms and what do they mean?\",[\"$\",\"span\",null,{\"className\":\"ml-4 text-indigo-600 group-open:rotate-180 transition-transform\",\"children\":[\"$\",\"svg\",null,{\"className\":\"w-5 h-5\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"viewBox\":\"0 0 24 24\",\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"strokeWidth\":2,\"d\":\"M19 14l-7 7m0 0l-7-7m7 7V3\"}]}]}]]}],[\"$\",\"p\",null,{\"className\":\"text-slate-600 leading-relaxed mt-3\",\"children\":\"DTD defines the structure of an XML file, and XSD defines its data types and content. XPath is used to query specific pieces of data, XSLT converts XML data into different formats, and an XML Parser reads and parses the XML file.\"}]]}]\n60:[\"$\",\"details\",\"6\",{\"className\":\"group border border-slate-200 rounded-lg p-4 hover:border-indigo-300 hover:bg-indigo-50/30 transition-colors cursor-pointer\",\"children\":[[\"$\",\"summary\",null,{\"className\":\"font-semibold text-slate-900 flex items-center justify-between\",\"children\":[\"How does XML compare to JSON?\",[\"$\",\"span\",null,{\"className\":\"ml-4 text-indigo-600 group-open:rotate-180 transition-transform\",\"children\":[\"$\",\"svg\",null,{\"className\":\"w-5 h-5\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"viewBox\":\"0 0 24 24\",\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"strokeWidth\":2,\"d\":\"M19 14l-7 7m0 0l-7-7m7 7V3\"}]}]}]]}],[\"$\",\"p\",null,{\"className\":\"text-slate-600 leading-relaxed mt-3\",\"children\":\"XML can be more complex to read and is typically larger in file size, whereas JSON is usually smaller. XML supports schema definitions with DTD or XSD and allows comments, while JSON does not have native comments.\"}]]}]\n61:[\"$\",\"details\",\"7\",{\"className\":\"group border border-slate-200 rounded-lg p-4 hover:border-indigo-300 hover:bg-indigo-50/30 transition-colors cursor-pointer\",\"children\":[[\"$\",\"summary\",null,{\"className\":\"font-semibold text-slate-900 flex items-center justify-between\",\"children\":[\"What are real-life examples of XML in use?\",[\"$\",\"span\",null,{\"className\":\"ml-4 text-indigo-600 group-open:rotate-180 transition-transform\",\"children\":[\"$\",\"svg\",null,{\"className\":\"w-5 h-5\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"viewBox\":\"0 0 24 24\",\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"strokeWidth\":2,\"d\":\"M19 14l-7 7m0 0l-7-7m7 7V3\"}]}]}]]}],[\"$\",\"p\",null,{\"className\":\"text-slate-600 leading-relaxed mt-3\",\"children\":\"Real-life examples include RSS feeds for content updates, XML-based e-invoice systems in Turkey, and XML use in banking and finance for transfers and reporting. Mobile applications also define interfaces and configurations with XML.\"}]]}]\n62:[\"$\",\"$L48\",null,{\"ref\":\"$undefined\",\"href\":\"/us/blogs\",\"locale\":\"$undefined\",\"localeCo"])</script><script>self.__next_f.push([1,"okie\":\"$2d:props:localeCookie\",\"className\":\"text-[12px] font-bold text-indigo-600 hover:text-indigo-700 transition-colors flex items-center gap-1\",\"children\":[\"All posts\",[\"$\",\"svg\",null,{\"className\":\"w-3.5 h-3.5\",\"fill\":\"none\",\"viewBox\":\"0 0 24 24\",\"stroke\":\"currentColor\",\"strokeWidth\":2.5,\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"d\":\"M9 5l7 7-7 7\"}]}]]}]\n"])</script><script>self.__next_f.push([1,"63:[\"$\",\"$L48\",\"renting-a-virtual-server-5-critical-factors-to-consider-in-2026\",{\"ref\":\"$undefined\",\"href\":\"/us/blogs/renting-a-virtual-server-5-critical-factors-to-consider-in-2026\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"className\":\"group flex flex-col bg-white border border-slate-200 rounded-2xl overflow-hidden hover:shadow-lg hover:-translate-y-1 transition-all duration-300\",\"children\":[[\"$\",\"div\",null,{\"className\":\"relative h-40 overflow-hidden bg-slate-100 shrink-0\",\"children\":[\"$\",\"$L49\",null,{\"src\":\"https://plusclouds.publit.io/file/1VphiesPQI6gJxpc0VHXqDMyejJveBlGCUqtCwsY.jpg\",\"alt\":\"Renting a Virtual Server: 5 Critical Factors to Consider in 2026\",\"fill\":true,\"sizes\":\"(max-width: 640px) 100vw, 25vw\",\"className\":\"object-cover group-hover:scale-105 transition-transform duration-500\",\"loading\":\"lazy\"}]}],[\"$\",\"div\",null,{\"className\":\"flex flex-col flex-1 p-5\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-[10px] font-bold uppercase tracking-widest text-indigo-500 mb-2\",\"children\":\"Cloud Computing\"}],[\"$\",\"h3\",null,{\"className\":\"text-[14px] font-bold text-slate-900 group-hover:text-indigo-600 transition-colors leading-snug line-clamp-3 flex-1 mb-3\",\"children\":\"Renting a Virtual Server: 5 Critical Factors to Consider in 2026\"}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2 text-[10px] font-semibold text-slate-400 uppercase tracking-wide pt-3 border-t border-slate-100\",\"children\":[[\"$\",\"span\",null,{\"children\":null}],[\"$\",\"span\",null,{\"className\":\"w-1 h-1 bg-slate-300 rounded-full\"}],[\"$\",\"time\",null,{\"children\":\"Mar 2026\"}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"64:[\"$\",\"$L48\",\"what-is-co-location\",{\"ref\":\"$undefined\",\"href\":\"/us/blogs/what-is-co-location\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"className\":\"group flex flex-col bg-white border border-slate-200 rounded-2xl overflow-hidden hover:shadow-lg hover:-translate-y-1 transition-all duration-300\",\"children\":[[\"$\",\"div\",null,{\"className\":\"relative h-40 overflow-hidden bg-slate-100 shrink-0\",\"children\":[\"$\",\"$L49\",null,{\"src\":\"https://plusclouds.publit.io/file/wg3ZfpTcTb4Y5IF48xw9WVUOj6tQKLsTktMYd8hz.jpg\",\"alt\":\"What is Co-Location?\",\"fill\":true,\"sizes\":\"(max-width: 640px) 100vw, 25vw\",\"className\":\"object-cover group-hover:scale-105 transition-transform duration-500\",\"loading\":\"lazy\"}]}],[\"$\",\"div\",null,{\"className\":\"flex flex-col flex-1 p-5\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-[10px] font-bold uppercase tracking-widest text-indigo-500 mb-2\",\"children\":\"Cloud Computing\"}],[\"$\",\"h3\",null,{\"className\":\"text-[14px] font-bold text-slate-900 group-hover:text-indigo-600 transition-colors leading-snug line-clamp-3 flex-1 mb-3\",\"children\":\"What is Co-Location?\"}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2 text-[10px] font-semibold text-slate-400 uppercase tracking-wide pt-3 border-t border-slate-100\",\"children\":[[\"$\",\"span\",null,{\"children\":null}],[\"$\",\"span\",null,{\"className\":\"w-1 h-1 bg-slate-300 rounded-full\"}],[\"$\",\"time\",null,{\"children\":\"Jun 2026\"}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"65:[\"$\",\"$L48\",\"what-is-spyware\",{\"ref\":\"$undefined\",\"href\":\"/us/blogs/what-is-spyware\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"className\":\"group flex flex-col bg-white border border-slate-200 rounded-2xl overflow-hidden hover:shadow-lg hover:-translate-y-1 transition-all duration-300\",\"children\":[[\"$\",\"div\",null,{\"className\":\"relative h-40 overflow-hidden bg-slate-100 shrink-0\",\"children\":[\"$\",\"$L49\",null,{\"src\":\"https://plusclouds.publit.io/file/9CmLLJjmNes1rglHKT3LXCmDiHPdwpYF9HYwNbrD.jpg\",\"alt\":\"What is Spyware?\",\"fill\":true,\"sizes\":\"(max-width: 640px) 100vw, 25vw\",\"className\":\"object-cover group-hover:scale-105 transition-transform duration-500\",\"loading\":\"lazy\"}]}],[\"$\",\"div\",null,{\"className\":\"flex flex-col flex-1 p-5\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-[10px] font-bold uppercase tracking-widest text-indigo-500 mb-2\",\"children\":\"Cyber Security\"}],[\"$\",\"h3\",null,{\"className\":\"text-[14px] font-bold text-slate-900 group-hover:text-indigo-600 transition-colors leading-snug line-clamp-3 flex-1 mb-3\",\"children\":\"What is Spyware?\"}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2 text-[10px] font-semibold text-slate-400 uppercase tracking-wide pt-3 border-t border-slate-100\",\"children\":[[\"$\",\"span\",null,{\"children\":null}],[\"$\",\"span\",null,{\"className\":\"w-1 h-1 bg-slate-300 rounded-full\"}],[\"$\",\"time\",null,{\"children\":\"Feb 2026\"}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"66:[\"$\",\"$L48\",\"7-ways-startups-waste-money-on-cloud-infrastructure\",{\"ref\":\"$undefined\",\"href\":\"/us/blogs/7-ways-startups-waste-money-on-cloud-infrastructure\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"className\":\"group flex flex-col bg-white border border-slate-200 rounded-2xl overflow-hidden hover:shadow-lg hover:-translate-y-1 transition-all duration-300\",\"children\":[[\"$\",\"div\",null,{\"className\":\"relative h-40 overflow-hidden bg-slate-100 shrink-0\",\"children\":[\"$\",\"$L49\",null,{\"src\":\"https://plusclouds.publit.io/file/KHdlRWeNwQ09HxegwiCc71aRCpFUPiWBuq9VPrsz.jpg\",\"alt\":\"7 Ways Startups Waste Money on Cloud Infrastructure\",\"fill\":true,\"sizes\":\"(max-width: 640px) 100vw, 25vw\",\"className\":\"object-cover group-hover:scale-105 transition-transform duration-500\",\"loading\":\"lazy\"}]}],[\"$\",\"div\",null,{\"className\":\"flex flex-col flex-1 p-5\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-[10px] font-bold uppercase tracking-widest text-indigo-500 mb-2\",\"children\":\"Operations\"}],[\"$\",\"h3\",null,{\"className\":\"text-[14px] font-bold text-slate-900 group-hover:text-indigo-600 transition-colors leading-snug line-clamp-3 flex-1 mb-3\",\"children\":\"7 Ways Startups Waste Money on Cloud Infrastructure\"}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-2 text-[10px] font-semibold text-slate-400 uppercase tracking-wide pt-3 border-t border-slate-100\",\"children\":[[\"$\",\"span\",null,{\"children\":null}],[\"$\",\"span\",null,{\"className\":\"w-1 h-1 bg-slate-300 rounded-full\"}],[\"$\",\"time\",null,{\"children\":\"Mar 2026\"}]]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"67:[\"$\",\"$L48\",null,{\"ref\":\"$undefined\",\"href\":\"/us/leadocean\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"className\":\"flex items-center justify-center w-full py-3 text-white rounded-xl text-[13px] font-black transition-all shadow-md bg-teal-600 hover:bg-teal-700 shadow-teal-300\",\"children\":\"Find My Leads →\"}]\n68:[\"$\",\"$L48\",\"what-is-seo-hosting\",{\"ref\":\"$undefined\",\"href\":\"/us/blogs/what-is-seo-hosting\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"className\":\"group block\",\"children\":[\"$\",\"div\",null,{\"className\":\"flex items-start gap-3 p-3 rounded-lg hover:bg-slate-50 transition-colors\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex-1 min-w-0\",\"children\":[[\"$\",\"h4\",null,{\"className\":\"text-[13px] font-bold text-slate-900 group-hover:text-indigo-600 transition-colors leading-snug line-clamp-2 mb-2\",\"children\":\"What is SEO Hosting?\"}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-1.5 text-[11px] font-semibold text-slate-400 uppercase tracking-wide\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-slate-500\",\"children\":\"Software Development\"}],[\"$\",\"span\",null,{\"className\":\"w-0.5 h-0.5 bg-slate-300 rounded-full\"}],[\"$\",\"time\",null,{\"children\":\"Jun 2026\"}]]}]]}],[\"$\",\"svg\",null,{\"className\":\"w-4 h-4 text-slate-300 group-hover:text-indigo-400 transition-colors shrink-0 flex-shrink-0 mt-0.5\",\"fill\":\"none\",\"viewBox\":\"0 0 24 24\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"d\":\"M9 5l7 7-7 7\"}]}]]}]}]\n69:[\"$\",\"$L48\",\"how-to-actually-make-your-website-fast\",{\"ref\":\"$undefined\",\"href\":\"/us/blogs/how-to-actually-make-your-website-fast\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"className\":\"group block\",\"children\":[\"$\",\"div\",null,{\"className\":\"flex items-start gap-3 p-3 rounded-lg hover:bg-slate-50 transition-colors\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex-1 min-w-0\",\"children\":[[\"$\",\"h4\",null,{\"className\":\"text-[13px] font-bold text-slate-900 group-hover:text-indigo-600 transition-colors leading-snug line-clamp-2 mb-2\",\"children\":\"How to Actually Make Your Website Fast\"}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-1.5 text-[11px] font-semibold text-slate-400 uppercase tracking-wide\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-slate-500\",\"children\":\"Software Development\"}],[\"$\",\"span\",null,{\"className\":\"w-0.5 h-0.5 bg-slate-300 rounded-full\"}],[\"$\",\"time\",null,{\"children\":\"Jun 2026\"}]]}]]}],[\"$\",\"svg\",null,{\"className\":\"w-4 h-4 text-slate-300 group-hover:text-indigo-400 transition-colors shrink-0 flex-shrink-0 mt-0.5\",\"fill\":\"none\",\"viewBox\":\"0 0 24 24\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"d\":\"M9 5l7 7-7 7\"}]}]]}]}]\n6a:[\"$\",\"$L48\",\"what-is-wifi-6e\",{\"ref\":\"$undefined\",\"href\":\"/us/blogs/what-is-wifi-6e\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"className\":\"group block\",\"children\":[\"$\",\"div\",null,{\"className\":\"flex items-start gap-3 p-3 rounded-lg hover:bg-slate-50 transition-colors\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex-1 min-w-0\",\"children\":[[\"$\",\"h4\",null,{\"className\":\"text-[13px] font-bold text-slate-900 group-hover:text-indigo-600 transition-colors leading-snug line-clamp-2 mb-2\",\"children\":\"What is WiFi 6E?\"}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-1.5 text-[11px] font-semibold text-slate-400 uppercase tracking-wide\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-slate-500\",\"children\":\"Software Development\"}],[\"$\",\"span\",null,{\"className\":\"w-0.5 h-0.5 bg-slate-300 rounded-full\"}],[\"$\",\"time\",null,{\"children\":\"May 2026\"}]]}]]}],[\"$\",\"svg\",null,{\"className\":\"w-4 h-4 text-slate-300 group-hover:text-indigo-400 transition-colors shrink-0 flex-shrink-0 mt-0.5\",\"fill\":\"none\",\"viewBox\":\"0 0 24 24\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"d\":\"M9 5l7 7-7 7\"}]}]]}]}]\n6b:[\"$\",\"$L48\",\"how-to-install-wordpress-with-cpanel\",{\"ref\":\"$undefined\",\"href\":\"/us/blogs/how-to-install-wordpress-with-"])</script><script>self.__next_f.push([1,"cpanel\",\"locale\":\"$undefined\",\"localeCookie\":\"$2d:props:localeCookie\",\"className\":\"group block\",\"children\":[\"$\",\"div\",null,{\"className\":\"flex items-start gap-3 p-3 rounded-lg hover:bg-slate-50 transition-colors\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex-1 min-w-0\",\"children\":[[\"$\",\"h4\",null,{\"className\":\"text-[13px] font-bold text-slate-900 group-hover:text-indigo-600 transition-colors leading-snug line-clamp-2 mb-2\",\"children\":\"How to Install WordPress with cPanel?\"}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-1.5 text-[11px] font-semibold text-slate-400 uppercase tracking-wide\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-slate-500\",\"children\":\"Software Development\"}],[\"$\",\"span\",null,{\"className\":\"w-0.5 h-0.5 bg-slate-300 rounded-full\"}],[\"$\",\"time\",null,{\"children\":\"May 2026\"}]]}]]}],[\"$\",\"svg\",null,{\"className\":\"w-4 h-4 text-slate-300 group-hover:text-indigo-400 transition-colors shrink-0 flex-shrink-0 mt-0.5\",\"fill\":\"none\",\"viewBox\":\"0 0 24 24\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"children\":[\"$\",\"path\",null,{\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"d\":\"M9 5l7 7-7 7\"}]}]]}]}]\n"])</script></body></html>