Kremta-Website/index-cards/index.html

100 lines
92 KiB
HTML

<!DOCTYPE html><html lang="en"> <head><!-- favicon --><link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png"><link rel="sitemap" href="/sitemap-index.xml"><meta name="theme-name" content="pages"><meta name="msapplication-TileColor" content="#000000"><meta name="theme-color" media="(prefers-color-scheme: light)" content="#fff"><meta name="theme-color" media="(prefers-color-scheme: dark)" content="#000"><meta name="generator" content="Astro v5.13.2"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5"><title>
Index Cards
</title><meta name="description" content="An example of content in an index card format.
"><meta name="author" content="Kristian Takvam"><meta property="og:title" content="Index Cards
"><meta property="og:description" content="An example of content in an index card format.
"><meta property="og:type" content="website"><meta property="og:url" content="kremtastic.github.io/index-cards/"><meta property="og:image" content="kremtastic.github.io@assets/og-image.png"><meta name="twitter:title" content="Index Cards
"><meta name="twitter:description" content="An example of content in an index card format.
"><meta name="twitter:image" content="kremtastic.github.io@assets/og-image.png"><meta name="twitter:card" content="summary_large_image"><!-- Katex --><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.21/dist/katex.min.css" integrity="sha384-zh0CIslj+VczCZtlzBcjt5ppRcsAmDnRem7ESsYwWwg3m/OaJ2l4x7YBZl9Kxxib" crossorigin="anonymous"><script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.21/dist/katex.min.js" integrity="sha384-Rma6DA2IPUwhNxmrB/7S3Tno0YY7sFu9WSYMCuulLhIqYSGZ2gKCJWIqhBWqMQfh" crossorigin="anonymous"></script><script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.21/dist/contrib/auto-render.min.js" integrity="sha384-hCXGrW6PitJEwbkoStFjeJxv+fSOOQKOPbJxSfM6G5sWZjAyWhXiTIIAmQqnlLlh" crossorigin="anonymous" onload="renderMathInElement(document.body);"></script><!-- https://docs.astro.build/en/guides/view-transitions --><meta name="astro-view-transitions-enabled" content="true"><meta name="astro-view-transitions-fallback" content="swap"><script type="module" src="/_astro/ClientRouter.astro_astro_type_script_index_0_lang.DXDO1ZkE.js"></script><script type="application/json" data-tooltips-options>{"interactive":false,"delay":[333,0]}</script><script type="module" src="/_astro/Tooltips.astro_astro_type_script_index_0_lang.Bx2cGmPu.js"></script><link rel="stylesheet" href="/_astro/about.DDk7dmDO.css">
<link rel="stylesheet" href="/_astro/about.D07_NNuH.css">
<link rel="stylesheet" href="/_astro/index-cards.CCFQLFkR.css"><script type="module" src="/_astro/page.DlXkxCA4.js"></script></head> <body> <!-- ---
// Twinkling Star Background
const numStars = 1600;
const stars = Array.from({ length: numStars }).map(() => ({
left: `${Math.random() * 100}%`,
top: `${Math.random() * 100}%`,
size: `${Math.random() * 2 + 1}px`,
delay: `${7 * Math.random()}s`,
// hsl: `hsl(${Math.random() * 360}, 100%, 50%)`, // background: ${hsl};
}));
---
<div
class="fixed top-0 left-0 w-full h-full pointer-events-none overflow-hidden"
>
{
stars.map(({ left, top, size, delay }) => (
<div
class="absolute bg-none dark:bg-yellow-50 rounded-full animate-twinkle"
style={`
left: ${left};
top: ${top};
width: ${size};
height: ${size};
animation-delay: ${delay};
`}
/>
))
}
</div> --><!-- Gradient Cycle Background --><!-- <div
class="gradient animate-cycleBg fixed top-0 left-0 w-full h-full -z-1 pointer-events-none overflow-hidden"
/>
<style>
.gradient {
background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
background-size: 400% 400%;
}
</style> --><!-- Single Image Background --><!-- <style>
html::before {
content: "";
position: fixed;
top: 0; left: 0;
width: 100%;
height: 100%;
background: url(/src/assets/backgrounds/bwca-dusk.png) no-repeat center center;
background-size: cover;
z-index: -1;
pointer-events: none;
}
</style> --><!-- Dual Image Background --> <header class="container glass py-2 z-30 mb-4 lg:mt-4 lg:rounded-lg sticky top-0" data-astro-transition-persist="astro-zg46k4mb-1"> <nav class="relative flex flex-wrap items-center justify-between"> <!-- navbar toggler --> <input id="nav-toggle" type="checkbox" class="hidden"> <label for="nav-toggle" class="order-0 cursor-pointer flex items-center md:hidden text-txt-p dark:text-darkmode-txt-p lg:order-1"> <svg id="show-button" class="h-6 fill-current block" viewBox="0 0 20 20"> <title>Menu Open</title> <path d="M0 3h20v2H0V3z m0 6h20v2H0V9z m0 6h20v2H0V0z"></path> </svg> <svg id="hide-button" class="h-6 fill-current hidden" viewBox="0 0 20 20"> <title>Menu Close</title> <polygon points="11 9 22 9 22 11 11 11 11 22 9 22 9 11 -2 11 -2 9 9 9 9 -2 11 -2" transform="rotate(45 10 10)"></polygon> </svg> </label> <!-- /navbar toggler --> <ul id="nav-menu" class="text-center lg:text-left order-3 hidden w-full pb-6 md:order-1 md:flex md:w-auto md:space-x-2 md:pb-0 lg:space-x-4"> <li class=""> <a href="/" class="block p-2 font-secondary font-semibold text-txt-p transition dark:text-darkmode-txt-p lg:px-2 lg:py-3 false"> Home </a> </li><li class=""> <a href="/about" class="block p-2 font-secondary font-semibold text-txt-p transition dark:text-darkmode-txt-p lg:px-2 lg:py-3 false"> About </a> </li><li class=""> <a href="/docs" class="block p-2 font-secondary font-semibold text-txt-p transition dark:text-darkmode-txt-p lg:px-2 lg:py-3 false"> Docs </a> </li><li class=""> <a href="/blog" class="block p-2 font-secondary font-semibold text-txt-p transition dark:text-darkmode-txt-p lg:px-2 lg:py-3 false"> Blog </a> </li><li class=""> <a href="/portfolio" class="block p-2 font-secondary font-semibold text-txt-p transition dark:text-darkmode-txt-p lg:px-2 lg:py-3 false"> Portfolio </a> </li> </ul> <div class="order-1 ml-auto flex items-center md:order-2 lg:ml-0"> <a class="mr-4 inline-block border-border text-xl text-txt-p dark:border-darkmode-border dark:text-darkmode-txt-p" href="/search" aria-label="search"> <svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M456.69 421.39 362.6 327.3a173.81 173.81 0 0 0 34.84-104.58C397.44 126.38 319.06 48 222.72 48S48 126.38 48 222.72s78.38 174.72 174.72 174.72A173.81 173.81 0 0 0 327.3 362.6l94.09 94.09a25 25 0 0 0 35.3-35.3zM97.92 222.72a124.8 124.8 0 1 1 124.8 124.8 124.95 124.95 0 0 1-124.8-124.8z"></path></svg> </a> <div class="inline-flex a mr-2"> <input class="absolute opacity-0" id="theme-switcher" data-theme-switcher type="checkbox"> <label class="relative inline-block h-4 w-6 cursor-pointer" for="theme-switcher"> <span class="sr-only">theme switcher</span> <span class="absolute -top-1 left-0 flex h-6 w-6 items-center justify-center rounded-full"> <svg class="absolute z-10 opacity-100 dark:opacity-0" viewBox="0 0 24 24" height="21" width="21"> <path fill="#000" d="M20.742 13.045a8.088 8.088 0 0 1-2.077.271c-2.135 0-4.14-.83-5.646-2.336a8.025 8.025 0 0 1-2.064-7.723A1 1 0 0 0 9.73 2.034a10.014 10.014 0 0 0-4.489 2.582c-3.898 3.898-3.898 10.243 0 14.143a9.937 9.937 0 0 0 7.072 2.93 9.93 9.93 0 0 0 7.07-2.929 10.007 10.007 0 0 0 2.583-4.491 1.001 1.001 0 0 0-1.224-1.224zm-2.772 4.301a7.947 7.947 0 0 1-5.656 2.343 7.953 7.953 0 0 1-5.658-2.344c-3.118-3.119-3.118-8.195 0-11.314a7.923 7.923 0 0 1 2.06-1.483 10.027 10.027 0 0 0 2.89 7.848 9.972 9.972 0 0 0 7.848 2.891 8.036 8.036 0 0 1-1.484 2.059z"></path> </svg> <svg class="absolute z-10 opacity-0 dark:opacity-100" viewBox="0 0 24 24" height="21" width="21"> <path fill="#fff" d="M6.993 12c0 2.761 2.246 5.007 5.007 5.007s5.007-2.246 5.007-5.007S14.761 6.993 12 6.993 6.993 9.239 6.993 12zM12 8.993c1.658 0 3.007 1.349 3.007 3.007S13.658 15.007 12 15.007 8.993 13.658 8.993 12 10.342 8.993 12 8.993zM10.998 19h2v3h-2zm0-17h2v3h-2zm-9 9h3v2h-3zm17 0h3v2h-3zM4.219 18.363l2.12-2.122 1.415 1.414-2.12 2.122zM16.24 6.344l2.122-2.122 1.414 1.414-2.122 2.122zM6.342 7.759 4.22 5.637l1.415-1.414 2.12 2.122zm13.434 10.605-1.414 1.414-2.122-2.122 1.414-1.414z"></path> </svg> </span> </label> </div> <script data-astro-rerun>
const defaultTheme = "system";
function getTheme(defaultTheme) {
var darkMode = defaultTheme === "dark" ? true : false;
if (localStorage.getItem("theme") === "system") {
if (window.matchMedia("(prefers-color-scheme: dark)").matches) {
darkMode = true;
}
} else if (localStorage.getItem("theme") === "dark") {
darkMode = true;
} else if (localStorage.getItem("theme") === "light") {
darkMode = false;
}
return darkMode;
}
function setTheme(darkMode) {
// Update DOM
darkMode
? document.documentElement.classList.add("dark")
: document.documentElement.classList.remove("dark");
// Update localStorage
localStorage.setItem("theme", darkMode ? "dark" : "light");
}
// This prevents flickering back to default theme before the page is fully loaded
setTheme(getTheme(defaultTheme));
document.addEventListener("astro:page-load", () => {
setTheme(getTheme(defaultTheme));
// Theme switcher
var themeSwitch = document.querySelectorAll("[data-theme-switcher]");
themeSwitch.forEach((el) => {
el.addEventListener("change", (e) => {
setTheme(e.target.checked);
});
});
});
</script> </div> </nav> </header> <main id="main-content" class="flex-1"> <style>astro-island,astro-slot,astro-static-slot{display:contents}</style><script>(()=>{var e=async t=>{await(await t())()};(self.Astro||(self.Astro={})).load=e;window.dispatchEvent(new Event("astro:load"));})();</script><script>(()=>{var A=Object.defineProperty;var g=(i,o,a)=>o in i?A(i,o,{enumerable:!0,configurable:!0,writable:!0,value:a}):i[o]=a;var d=(i,o,a)=>g(i,typeof o!="symbol"?o+"":o,a);{let i={0:t=>m(t),1:t=>a(t),2:t=>new RegExp(t),3:t=>new Date(t),4:t=>new Map(a(t)),5:t=>new Set(a(t)),6:t=>BigInt(t),7:t=>new URL(t),8:t=>new Uint8Array(t),9:t=>new Uint16Array(t),10:t=>new Uint32Array(t),11:t=>1/0*t},o=t=>{let[l,e]=t;return l in i?i[l](e):void 0},a=t=>t.map(o),m=t=>typeof t!="object"||t===null?t:Object.fromEntries(Object.entries(t).map(([l,e])=>[l,o(e)]));class y extends HTMLElement{constructor(){super(...arguments);d(this,"Component");d(this,"hydrator");d(this,"hydrate",async()=>{var b;if(!this.hydrator||!this.isConnected)return;let e=(b=this.parentElement)==null?void 0:b.closest("astro-island[ssr]");if(e){e.addEventListener("astro:hydrate",this.hydrate,{once:!0});return}let c=this.querySelectorAll("astro-slot"),n={},h=this.querySelectorAll("template[data-astro-template]");for(let r of h){let s=r.closest(this.tagName);s!=null&&s.isSameNode(this)&&(n[r.getAttribute("data-astro-template")||"default"]=r.innerHTML,r.remove())}for(let r of c){let s=r.closest(this.tagName);s!=null&&s.isSameNode(this)&&(n[r.getAttribute("name")||"default"]=r.innerHTML)}let p;try{p=this.hasAttribute("props")?m(JSON.parse(this.getAttribute("props"))):{}}catch(r){let s=this.getAttribute("component-url")||"<unknown>",v=this.getAttribute("component-export");throw v&&(s+=` (export ${v})`),console.error(`[hydrate] Error parsing props for component ${s}`,this.getAttribute("props"),r),r}let u;await this.hydrator(this)(this.Component,p,n,{client:this.getAttribute("client")}),this.removeAttribute("ssr"),this.dispatchEvent(new CustomEvent("astro:hydrate"))});d(this,"unmount",()=>{this.isConnected||this.dispatchEvent(new CustomEvent("astro:unmount"))})}disconnectedCallback(){document.removeEventListener("astro:after-swap",this.unmount),document.addEventListener("astro:after-swap",this.unmount,{once:!0})}connectedCallback(){if(!this.hasAttribute("await-children")||document.readyState==="interactive"||document.readyState==="complete")this.childrenConnectedCallback();else{let e=()=>{document.removeEventListener("DOMContentLoaded",e),c.disconnect(),this.childrenConnectedCallback()},c=new MutationObserver(()=>{var n;((n=this.lastChild)==null?void 0:n.nodeType)===Node.COMMENT_NODE&&this.lastChild.nodeValue==="astro:end"&&(this.lastChild.remove(),e())});c.observe(this,{childList:!0}),document.addEventListener("DOMContentLoaded",e)}}async childrenConnectedCallback(){let e=this.getAttribute("before-hydration-url");e&&await import(e),this.start()}async start(){let e=JSON.parse(this.getAttribute("opts")),c=this.getAttribute("client");if(Astro[c]===void 0){window.addEventListener(`astro:${c}`,()=>this.start(),{once:!0});return}try{await Astro[c](async()=>{let n=this.getAttribute("renderer-url"),[h,{default:p}]=await Promise.all([import(this.getAttribute("component-url")),n?import(n):()=>()=>{}]),u=this.getAttribute("component-export")||"default";if(!u.includes("."))this.Component=h[u];else{this.Component=h;for(let f of u.split("."))this.Component=this.Component[f]}return this.hydrator=p,this.hydrate},e,this)}catch(n){console.error(`[astro-island] Error hydrating ${this.getAttribute("component-url")}`,n)}}attributeChangedCallback(){this.hydrate()}}d(y,"observedAttributes",["props"]),customElements.get("astro-island")||customElements.define("astro-island",y)}})();</script><astro-island uid="2tyVUO" prefix="r4" component-url="/_astro/Swiper.DvRBGtDP.js" component-export="default" renderer-url="/_astro/client.DPSb9UvF.js" props="{&quot;cards&quot;:[1,[[0,&quot;The 1st card&quot;],[0,&quot;The 2nd card&quot;],[0,&quot;The 3rd card&quot;],[0,&quot;The 4th card&quot;],[0,&quot;The 5th card&quot;],[0,&quot;The 6th card&quot;],[0,&quot;The 7th card&quot;],[0,&quot;The 8th card&quot;],[0,&quot;The 9th card&quot;],[0,&quot;The 10th card&quot;],[0,&quot;The 11th card&quot;],[0,&quot;The 12th card&quot;],[0,&quot;The 13th card&quot;],[0,&quot;The 14th card&quot;],[0,&quot;The 15th card&quot;],[0,&quot;The 16th card&quot;],[0,&quot;The 17th card&quot;],[0,&quot;The 18th card&quot;],[0,&quot;The 19th card&quot;],[0,&quot;The 20th card&quot;],[0,&quot;The 21st card&quot;],[0,&quot;The 22nd card&quot;],[0,&quot;The 23rd card&quot;],[0,&quot;The 24th card&quot;],[0,&quot;The 25th card&quot;],[0,&quot;The 26th card&quot;],[0,&quot;The 27th card&quot;],[0,&quot;The 28th card&quot;],[0,&quot;The 29th card&quot;],[0,&quot;The 30th card&quot;],[0,&quot;The 31st card&quot;],[0,&quot;The 32nd card&quot;],[0,&quot;The 33rd card&quot;],[0,&quot;The 34th card&quot;],[0,&quot;The 35th card&quot;],[0,&quot;The 36th card&quot;],[0,&quot;The 37th card&quot;],[0,&quot;The 38th card&quot;],[0,&quot;The 39th card&quot;],[0,&quot;The 40th card&quot;],[0,&quot;The 41st card&quot;],[0,&quot;The 42nd card&quot;],[0,&quot;The 43rd card&quot;],[0,&quot;The 44th card&quot;],[0,&quot;The 45th card&quot;],[0,&quot;The 46th card&quot;],[0,&quot;The 47th card&quot;],[0,&quot;The 48th card&quot;],[0,&quot;The 49th card&quot;],[0,&quot;The 50th card&quot;],[0,&quot;The 51st card&quot;],[0,&quot;The 52nd card&quot;],[0,&quot;The 53rd card&quot;],[0,&quot;The 54th card&quot;],[0,&quot;The 55th card&quot;],[0,&quot;The 56th card&quot;],[0,&quot;The 57th card&quot;],[0,&quot;The 58th card&quot;],[0,&quot;The 59th card&quot;],[0,&quot;The 60th card&quot;],[0,&quot;The 61st card&quot;],[0,&quot;The 62nd card&quot;],[0,&quot;The 63rd card&quot;],[0,&quot;The 64th card&quot;],[0,&quot;The 65th card&quot;],[0,&quot;The 66th card&quot;],[0,&quot;The 67th card&quot;],[0,&quot;The 68th card&quot;],[0,&quot;The 69th card&quot;],[0,&quot;The 70th card&quot;],[0,&quot;The 71st card&quot;],[0,&quot;The 72nd card&quot;],[0,&quot;The 73rd card&quot;],[0,&quot;The 74th card&quot;],[0,&quot;The 75th card&quot;],[0,&quot;The 76th card&quot;],[0,&quot;The 77th card&quot;],[0,&quot;The 78th card&quot;],[0,&quot;The 79th card&quot;],[0,&quot;The 80th card&quot;],[0,&quot;The 81st card&quot;],[0,&quot;The 82nd card&quot;],[0,&quot;The 83rd card&quot;],[0,&quot;The 84th card&quot;],[0,&quot;The 85th card&quot;],[0,&quot;The 86th card&quot;],[0,&quot;The 87th card&quot;],[0,&quot;The 88th card&quot;],[0,&quot;The 89th card&quot;],[0,&quot;The 90th card&quot;],[0,&quot;The 91st card&quot;],[0,&quot;The 92nd card&quot;],[0,&quot;The 93rd card&quot;],[0,&quot;The 94th card&quot;],[0,&quot;The 95th card&quot;],[0,&quot;The 96th card&quot;],[0,&quot;The 97th card&quot;],[0,&quot;The 98th card&quot;],[0,&quot;The 99th card&quot;],[0,&quot;The 100th card&quot;],[0,&quot;The 101st card&quot;],[0,&quot;The 102nd card&quot;],[0,&quot;The 103rd card&quot;],[0,&quot;The 104th card&quot;],[0,&quot;The 105th card&quot;],[0,&quot;The 106th card&quot;],[0,&quot;The 107th card&quot;],[0,&quot;The 108th card&quot;],[0,&quot;The 109th card&quot;],[0,&quot;The 110th card&quot;],[0,&quot;The 111th card&quot;],[0,&quot;The 112th card&quot;],[0,&quot;The 113th card&quot;],[0,&quot;The 114th card&quot;],[0,&quot;The 115th card&quot;],[0,&quot;The 116th card&quot;],[0,&quot;The 117th card&quot;],[0,&quot;The 118th card&quot;],[0,&quot;The 119th card&quot;],[0,&quot;The 120th card&quot;],[0,&quot;The 121st card&quot;],[0,&quot;The 122nd card&quot;],[0,&quot;The 123rd card&quot;],[0,&quot;The 124th card&quot;],[0,&quot;The 125th card&quot;],[0,&quot;The 126th card&quot;],[0,&quot;The 127th card&quot;],[0,&quot;The 128th card&quot;],[0,&quot;The 129th card&quot;],[0,&quot;The 130th card&quot;],[0,&quot;The 131st card&quot;],[0,&quot;The 132nd card&quot;],[0,&quot;The 133rd card&quot;],[0,&quot;The 134th card&quot;],[0,&quot;The 135th card&quot;],[0,&quot;The 136th card&quot;],[0,&quot;The 137th card&quot;],[0,&quot;The 138th card&quot;],[0,&quot;The 139th card&quot;],[0,&quot;The 140th card&quot;],[0,&quot;The 141st card&quot;],[0,&quot;The 142nd card&quot;],[0,&quot;The 143rd card&quot;],[0,&quot;The 144th card&quot;],[0,&quot;The 145th card&quot;],[0,&quot;The 146th card&quot;],[0,&quot;The 147th card&quot;],[0,&quot;The 148th card&quot;],[0,&quot;The 149th card&quot;],[0,&quot;The 150th card&quot;],[0,&quot;The 151st card&quot;],[0,&quot;The 152nd card&quot;],[0,&quot;The 153rd card&quot;],[0,&quot;The 154th card&quot;],[0,&quot;The 155th card&quot;],[0,&quot;The 156th card&quot;],[0,&quot;The 157th card&quot;],[0,&quot;The 158th card&quot;],[0,&quot;The 159th card&quot;],[0,&quot;The 160th card&quot;],[0,&quot;The 161st card&quot;],[0,&quot;The 162nd card&quot;],[0,&quot;The 163rd card&quot;],[0,&quot;The 164th card&quot;],[0,&quot;The 165th card&quot;],[0,&quot;The 166th card&quot;],[0,&quot;The 167th card&quot;],[0,&quot;The 168th card&quot;],[0,&quot;The 169th card&quot;],[0,&quot;The 170th card&quot;],[0,&quot;The 171st card&quot;],[0,&quot;The 172nd card&quot;],[0,&quot;The 173rd card&quot;],[0,&quot;The 174th card&quot;],[0,&quot;The 175th card&quot;],[0,&quot;The 176th card&quot;],[0,&quot;The 177th card&quot;],[0,&quot;The 178th card&quot;],[0,&quot;The 179th card&quot;],[0,&quot;The 180th card&quot;],[0,&quot;The 181st card&quot;],[0,&quot;The 182nd card&quot;],[0,&quot;The 183rd card&quot;],[0,&quot;The 184th card&quot;],[0,&quot;The 185th card&quot;],[0,&quot;The 186th card&quot;],[0,&quot;The 187th card&quot;],[0,&quot;The 188th card&quot;],[0,&quot;The 189th card&quot;],[0,&quot;The 190th card&quot;],[0,&quot;The 191st card&quot;],[0,&quot;The 192nd card&quot;],[0,&quot;The 193rd card&quot;],[0,&quot;The 194th card&quot;],[0,&quot;The 195th card&quot;],[0,&quot;The 196th card&quot;],[0,&quot;The 197th card&quot;],[0,&quot;The 198th card&quot;],[0,&quot;The 199th card&quot;],[0,&quot;The 200th card&quot;],[0,&quot;The 201st card&quot;],[0,&quot;The 202nd card&quot;],[0,&quot;The 203rd card&quot;],[0,&quot;The 204th card&quot;],[0,&quot;The 205th card&quot;],[0,&quot;The 206th card&quot;],[0,&quot;The 207th card&quot;],[0,&quot;The 208th card&quot;],[0,&quot;The 209th card&quot;],[0,&quot;The 210th card&quot;],[0,&quot;The 211th card&quot;],[0,&quot;The 212th card&quot;],[0,&quot;The 213th card&quot;],[0,&quot;The 214th card&quot;],[0,&quot;The 215th card&quot;],[0,&quot;The 216th card&quot;],[0,&quot;The 217th card&quot;],[0,&quot;The 218th card&quot;],[0,&quot;The 219th card&quot;],[0,&quot;The 220th card&quot;],[0,&quot;The 221st card&quot;],[0,&quot;The 222nd card&quot;],[0,&quot;The 223rd card&quot;],[0,&quot;The 224th card&quot;],[0,&quot;The 225th card&quot;],[0,&quot;The 226th card&quot;],[0,&quot;The 227th card&quot;],[0,&quot;The 228th card&quot;],[0,&quot;The 229th card&quot;],[0,&quot;The 230th card&quot;],[0,&quot;The 231st card&quot;],[0,&quot;The 232nd card&quot;],[0,&quot;The 233rd card&quot;],[0,&quot;The 234th card&quot;],[0,&quot;The 235th card&quot;],[0,&quot;The 236th card&quot;],[0,&quot;The 237th card&quot;],[0,&quot;The 238th card&quot;],[0,&quot;The 239th card&quot;],[0,&quot;The 240th card&quot;],[0,&quot;The 241st card&quot;],[0,&quot;The 242nd card&quot;],[0,&quot;The 243rd card&quot;],[0,&quot;The 244th card&quot;],[0,&quot;The 245th card&quot;],[0,&quot;The 246th card&quot;],[0,&quot;The 247th card&quot;],[0,&quot;The 248th card&quot;],[0,&quot;The 249th card&quot;],[0,&quot;The 250th card&quot;],[0,&quot;The 251st card&quot;],[0,&quot;The 252nd card&quot;],[0,&quot;The 253rd card&quot;],[0,&quot;The 254th card&quot;],[0,&quot;The 255th card&quot;],[0,&quot;The 256th card&quot;],[0,&quot;The 257th card&quot;],[0,&quot;The 258th card&quot;],[0,&quot;The 259th card&quot;],[0,&quot;The 260th card&quot;],[0,&quot;The 261st card&quot;],[0,&quot;The 262nd card&quot;],[0,&quot;The 263rd card&quot;],[0,&quot;The 264th card&quot;],[0,&quot;The 265th card&quot;],[0,&quot;The 266th card&quot;],[0,&quot;The 267th card&quot;],[0,&quot;The 268th card&quot;],[0,&quot;The 269th card&quot;],[0,&quot;The 270th card&quot;],[0,&quot;The 271st card&quot;],[0,&quot;The 272nd card&quot;],[0,&quot;The 273rd card&quot;],[0,&quot;The 274th card&quot;],[0,&quot;The 275th card&quot;],[0,&quot;The 276th card&quot;],[0,&quot;The 277th card&quot;],[0,&quot;The 278th card&quot;],[0,&quot;The 279th card&quot;],[0,&quot;The 280th card&quot;],[0,&quot;The 281st card&quot;],[0,&quot;The 282nd card&quot;],[0,&quot;The 283rd card&quot;],[0,&quot;The 284th card&quot;],[0,&quot;The 285th card&quot;],[0,&quot;The 286th card&quot;],[0,&quot;The 287th card&quot;],[0,&quot;The 288th card&quot;],[0,&quot;The 289th card&quot;],[0,&quot;The 290th card&quot;],[0,&quot;The 291st card&quot;],[0,&quot;The 292nd card&quot;],[0,&quot;The 293rd card&quot;],[0,&quot;The 294th card&quot;],[0,&quot;The 295th card&quot;],[0,&quot;The 296th card&quot;],[0,&quot;The 297th card&quot;],[0,&quot;The 298th card&quot;],[0,&quot;The 299th card&quot;],[0,&quot;The 300th card&quot;],[0,&quot;The 301st card&quot;],[0,&quot;The 302nd card&quot;],[0,&quot;The 303rd card&quot;],[0,&quot;The 304th card&quot;],[0,&quot;The 305th card&quot;],[0,&quot;The 306th card&quot;],[0,&quot;The 307th card&quot;],[0,&quot;The 308th card&quot;],[0,&quot;The 309th card&quot;],[0,&quot;The 310th card&quot;],[0,&quot;The 311th card&quot;],[0,&quot;The 312th card&quot;],[0,&quot;The 313th card&quot;],[0,&quot;The 314th card&quot;],[0,&quot;The 315th card&quot;],[0,&quot;The 316th card&quot;],[0,&quot;The 317th card&quot;],[0,&quot;The 318th card&quot;],[0,&quot;The 319th card&quot;],[0,&quot;The 320th card&quot;],[0,&quot;The 321st card&quot;],[0,&quot;The 322nd card&quot;],[0,&quot;The 323rd card&quot;],[0,&quot;The 324th card&quot;],[0,&quot;The 325th card&quot;],[0,&quot;The 326th card&quot;],[0,&quot;The 327th card&quot;],[0,&quot;The 328th card&quot;],[0,&quot;The 329th card&quot;],[0,&quot;The 330th card&quot;],[0,&quot;The 331st card&quot;],[0,&quot;The 332nd card&quot;],[0,&quot;The 333rd card&quot;],[0,&quot;The 334th card&quot;],[0,&quot;The 335th card&quot;],[0,&quot;The 336th card&quot;],[0,&quot;The 337th card&quot;],[0,&quot;The 338th card&quot;],[0,&quot;The 339th card&quot;],[0,&quot;The 340th card&quot;],[0,&quot;The 341st card&quot;],[0,&quot;The 342nd card&quot;],[0,&quot;The 343rd card&quot;],[0,&quot;The 344th card&quot;],[0,&quot;The 345th card&quot;],[0,&quot;The 346th card&quot;],[0,&quot;The 347th card&quot;],[0,&quot;The 348th card&quot;],[0,&quot;The 349th card&quot;],[0,&quot;The 350th card&quot;],[0,&quot;The 351st card&quot;],[0,&quot;The 352nd card&quot;],[0,&quot;The 353rd card&quot;],[0,&quot;The 354th card&quot;],[0,&quot;The 355th card&quot;],[0,&quot;The 356th card&quot;],[0,&quot;The 357th card&quot;],[0,&quot;The 358th card&quot;],[0,&quot;The 359th card&quot;],[0,&quot;The 360th card&quot;],[0,&quot;The 361st card&quot;],[0,&quot;The 362nd card&quot;],[0,&quot;The 363rd card&quot;],[0,&quot;The 364th card&quot;],[0,&quot;The 365th card&quot;]]]}" ssr client="load" opts="{&quot;name&quot;:&quot;Swiper&quot;,&quot;value&quot;:true}" await-children><div class="conversation-swiper"><div class="swiper"><div class="swiper-wrapper"><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 1st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 2nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 3rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 4th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 5th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 6th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 7th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 8th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 9th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 10th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 11th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 12th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 13th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 14th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 15th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 16th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 17th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 18th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 19th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 20th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 21st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 22nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 23rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 24th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 25th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 26th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 27th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 28th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 29th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 30th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 31st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 32nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 33rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 34th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 35th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 36th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 37th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 38th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 39th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 40th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 41st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 42nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 43rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 44th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 45th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 46th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 47th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 48th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 49th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 50th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 51st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 52nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 53rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 54th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 55th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 56th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 57th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 58th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 59th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 60th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 61st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 62nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 63rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 64th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 65th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 66th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 67th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 68th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 69th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 70th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 71st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 72nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 73rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 74th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 75th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 76th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 77th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 78th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 79th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 80th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 81st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 82nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 83rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 84th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 85th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 86th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 87th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 88th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 89th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 90th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 91st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 92nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 93rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 94th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 95th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 96th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 97th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 98th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 99th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 100th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 101st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 102nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 103rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 104th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 105th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 106th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 107th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 108th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 109th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 110th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 111th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 112th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 113th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 114th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 115th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 116th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 117th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 118th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 119th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 120th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 121st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 122nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 123rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 124th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 125th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 126th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 127th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 128th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 129th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 130th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 131st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 132nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 133rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 134th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 135th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 136th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 137th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 138th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 139th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 140th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 141st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 142nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 143rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 144th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 145th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 146th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 147th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 148th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 149th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 150th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 151st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 152nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 153rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 154th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 155th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 156th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 157th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 158th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 159th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 160th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 161st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 162nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 163rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 164th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 165th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 166th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 167th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 168th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 169th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 170th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 171st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 172nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 173rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 174th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 175th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 176th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 177th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 178th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 179th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 180th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 181st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 182nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 183rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 184th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 185th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 186th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 187th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 188th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 189th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 190th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 191st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 192nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 193rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 194th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 195th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 196th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 197th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 198th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 199th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 200th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 201st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 202nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 203rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 204th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 205th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 206th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 207th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 208th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 209th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 210th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 211th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 212th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 213th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 214th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 215th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 216th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 217th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 218th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 219th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 220th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 221st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 222nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 223rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 224th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 225th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 226th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 227th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 228th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 229th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 230th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 231st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 232nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 233rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 234th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 235th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 236th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 237th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 238th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 239th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 240th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 241st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 242nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 243rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 244th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 245th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 246th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 247th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 248th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 249th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 250th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 251st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 252nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 253rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 254th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 255th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 256th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 257th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 258th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 259th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 260th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 261st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 262nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 263rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 264th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 265th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 266th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 267th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 268th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 269th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 270th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 271st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 272nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 273rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 274th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 275th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 276th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 277th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 278th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 279th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 280th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 281st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 282nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 283rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 284th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 285th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 286th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 287th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 288th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 289th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 290th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 291st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 292nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 293rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 294th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 295th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 296th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 297th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 298th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 299th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 300th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 301st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 302nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 303rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 304th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 305th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 306th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 307th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 308th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 309th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 310th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 311th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 312th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 313th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 314th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 315th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 316th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 317th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 318th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 319th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 320th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 321st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 322nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 323rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 324th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 325th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 326th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 327th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 328th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 329th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 330th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 331st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 332nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 333rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 334th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 335th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 336th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 337th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 338th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 339th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 340th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 341st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 342nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 343rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 344th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 345th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 346th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 347th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 348th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 349th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 350th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 351st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 352nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 353rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 354th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 355th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 356th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 357th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 358th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 359th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 360th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 361st card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 362nd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 363rd card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 364th card</h3></div></div><div class="swiper-slide"><div class="col-10 sm:col-8 md:col-6 mx-auto p-4 my-12 min-h-64 text-center content-center glass rounded-lg"><h3>The 365th card</h3></div></div></div></div><nav class="flex justify-center pb-8"><div class="flex-col glass justify-center rounded-md p-2 m-2 w-48"><div class="row items-center"><div class="cursor-pointer col-4 p-0 text-txt-p dark:text-darkmode-txt-p text-center align-middle" aria-label="Previous card"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 448 512" class="m-2 inline-block" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6 216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24 24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z"></path></svg></div><div class="col-4 p-0 text-txt-p dark:text-darkmode-txt-p text-center"><input type="number" class="w-16 text-center bg-transparent border-none" min="1" max="365" aria-label="Jump to card number" value="279"/></div><div class="cursor-pointer col-4 p-0 text-txt-p dark:text-darkmode-txt-p text-center" aria-label="Next card"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 448 512" class="m-2 inline-block" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"></path></svg></div></div><div class="row content-center justify-center"><div class="cursor-pointer col-4 p-0 text-txt-p dark:text-darkmode-txt-p text-center" title="Jump to today&#x27;s card" aria-label="Jump to today&#x27;s card"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 448 512" class="m-2 inline-block" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm64-192c0-8.8 7.2-16 16-16h96c8.8 0 16 7.2 16 16v96c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16v-96zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z"></path></svg></div><div class="cursor-pointer col-4 p-0 text-txt-p dark:text-darkmode-txt-p text-center" title="Jump to random card" aria-label="Jump to random card"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 384 512" class="m-2 inline-block" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M202.021 0C122.202 0 70.503 32.703 29.914 91.026c-7.363 10.58-5.093 25.086 5.178 32.874l43.138 32.709c10.373 7.865 25.132 6.026 33.253-4.148 25.049-31.381 43.63-49.449 82.757-49.449 30.764 0 68.816 19.799 68.816 49.631 0 22.552-18.617 34.134-48.993 51.164-35.423 19.86-82.299 44.576-82.299 106.405V320c0 13.255 10.745 24 24 24h72.471c13.255 0 24-10.745 24-24v-5.773c0-42.86 125.268-44.645 125.268-160.627C377.504 66.256 286.902 0 202.021 0zM192 373.459c-38.196 0-69.271 31.075-69.271 69.271 0 38.195 31.075 69.27 69.271 69.27s69.271-31.075 69.271-69.271-31.075-69.27-69.271-69.27z"></path></svg></div></div></div></nav></div><!--astro:end--></astro-island> </main> <footer class="glass container lg:my-4 lg:rounded-lg intersect:animate-fadeUp opacity-0"> <div class="row py-2 lg:py-0 items-center flex-wrap-reverse"> <div class="text-center lg:col-6 lg:mb-0 lg:text-left"> <ul> <li class="m-2 inline-block"> <a href="/terms">&copy; Kristian Emil Takvam 2025</a> |
<a href="https://github.com/astrogon/astrogon" target="_blank"> <strong>Astrogon</strong></a> theme by
<a href="https://reednel.com/" target="_blank"> <strong>Reed Nelson</strong></a> </li> </ul> </div> <div class="text-center lg:col-6 lg:my-0 flex items-center justify-center lg:justify-end"> <ul class="py-2 flex items-center"><li class="inline-block px-1 intersect:animate-fade opacity-0"><a class="glass-t rounded text-txt-p dark:text-darkmode-txt-p flex h-9 w-9 items-center justify-center text-center" aria-label="GitHub" href="https://www.github.com/Kremtastic" target="_blank" rel="noopener noreferrer nofollow"><span class="sr-only">GitHub</span><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 496 512" class="w-6 h-6" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path></svg></a></li><li class="inline-block px-1 intersect:animate-fade opacity-0"><a class="glass-t rounded text-txt-p dark:text-darkmode-txt-p flex h-9 w-9 items-center justify-center text-center" aria-label="LinkedIn" href="https://www.linkedin.com/in/kristian-emil-takvam-70a475215/" target="_blank" rel="noopener noreferrer nofollow"><span class="sr-only">LinkedIn</span><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 448 512" class="w-6 h-6" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"></path></svg></a></li></ul> </div> </div> </footer> <!-- <ObserverScript /> --> </body></html>