From 4aa9c8fec3630706eb9a09657c21dfc1488657c5 Mon Sep 17 00:00:00 2001 From: brooke Date: Thu, 23 May 2024 01:04:46 -0400 Subject: [PATCH] update --- config.toml | 25 +- content/about/index.md | 1 - content/art/askdljas.html | 1611 +++++++++++++++++ content/art/index.md | 27 +- content/art/urls.txt | 0 themes/gallo/layouts/_default/single.html | 5 +- .../layouts/partials/masonry_gallery.html | 9 + .../gallo/layouts/partials/social_icons.html | 40 +- themes/gallo/static/css/style.css | 0 themes/gallo/static/css/tailwind.min.css | 2 +- 10 files changed, 1670 insertions(+), 50 deletions(-) create mode 100644 content/art/askdljas.html create mode 100644 content/art/urls.txt create mode 100644 themes/gallo/layouts/partials/masonry_gallery.html create mode 100644 themes/gallo/static/css/style.css diff --git a/config.toml b/config.toml index e4c764d..436dc82 100644 --- a/config.toml +++ b/config.toml @@ -40,13 +40,20 @@ headerTitle = "Gallo Welding & Fabrication" headerImg = "/img/wide.webp" headerDesc = "Gallo Welding, based in Atlanta, provides exceptional structures for diverse industries. With over a decade of experience, Ian Gallo specializes in hand-welded, durable structures at affordable prices while prioritizing professionalism and inclusivity." +[socialIcons] +mailUrl = "mailto:iangalloart@gmail.com" +mailIcon = """ + + + + +""" -# [social] - -# [[social.footer]] -# platform = "Instagram" # Support platforms are Instagram & Email -# url = "https://example.com" - -# [[social.footer]] -# platform = "Email" -# url = "mailto:test@example.com" +instagramUrl = "https://www.instagram.com/gallowelding/" +instagramIcon = """ + + + + + +""" \ No newline at end of file diff --git a/content/about/index.md b/content/about/index.md index 7e88ec0..9fb3f47 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -12,7 +12,6 @@ gallery: title: "Metal Art Specialist" aspectRatio: "1/1" description: "Ian graduated from Lively Tech's Advanced Welding Program with a multitude of certifications. Then, he got accepted into Atlanta's UA Local Union 72 as a pipe welder. While pursuing a career as a high strength pressurized pipeline welder, Ian discovered a newfound passion for metal art. Ian's and Caitlin's impressive large-scale metal art installations were featured multiple times at Okeechobee Festival and Hulaween, fueling their passion for art and inspiring them to incorporate it into various aspects of their life." - --- As artists, we approach every project with a passion and pride for our craft. We are committed to delivering exceptional service and high-quality products that exceed our customers' unique needs and expectations. Our fabrication shop is located in Atlanta, but we offer shipping to destinations worldwide. diff --git a/content/art/askdljas.html b/content/art/askdljas.html new file mode 100644 index 0000000..f16ef9f --- /dev/null +++ b/content/art/askdljas.html @@ -0,0 +1,1611 @@ +
+
+ +
+ +
+
+
diff --git a/content/art/index.md b/content/art/index.md index 1a54040..f7384e4 100644 --- a/content/art/index.md +++ b/content/art/index.md @@ -1,4 +1,27 @@ --- date: '2024-05-22T12:47:43-04:00' -title: 'Art' ---- \ No newline at end of file +title: The Artist + +masonryGallery: + - image: "/img/wedding.webp" + - image: "/img/wedding.webp" + - image: "/img/wedding.webp" + - image: "/img/wedding.webp" + - image: "/img/wedding.webp" + - image: "/img/wedding.webp" + - image: "/img/wedding.webp" + - image: "/img/wedding.webp" + - image: "/img/wedding.webp" + - image: "/img/wedding.webp" + - image: "/img/wedding.webp" + - image: "/img/wedding.webp" + +--- + +Introducing Ian Gallo, a metal sculpture artist who is rapidly making a name for himself through his unique approach to metalworking. With a reputation in the wedding industry, Ian has collaborated with numerus floral designers to create stunning and unforgettable displays for big name clients. + +Ian's artwork is a celebration of the natural world, as well as the intricate connections between people and their environment. His art draws inspiration from the raw beauty of industrial design, combining rugged materials with intricate detailing to create striking and thought-provoking pieces. + +Working in his small Atlanta studio, Ian lovingly crafts each piece by hand, using welding techniques and a meticulous attention to detail to bring his creations to life. His sculptures are often characterized by graceful curves and dynamic lines, which evokes patterns of human behavior and untamed landscapes. + +Though still a newcomer to the metal art scene, Ian Gallo has already gained recognition for his work and has been featured at several art festivals and galleries. His work has garnered attention for its unique blend of strength and vulnerability, as elements of Ian's world collide and interact in his sculptures. With his undeniable talent and distinctive style, Ian promises to be one of the most exciting metal artists of his generation. diff --git a/content/art/urls.txt b/content/art/urls.txt new file mode 100644 index 0000000..e69de29 diff --git a/themes/gallo/layouts/_default/single.html b/themes/gallo/layouts/_default/single.html index 5e4709d..5958580 100644 --- a/themes/gallo/layouts/_default/single.html +++ b/themes/gallo/layouts/_default/single.html @@ -4,11 +4,10 @@

{{ .Title }}

{{ partial "metadata.html" . }} -
{{ .Content }}
+
{{ .Content }}
- {{ partial "questions.html" . }} {{ partial "gallery.html" . }} + {{ partial "questions.html" . }} {{ partial "gallery.html" . }} {{ partial "masonry_gallery.html" . }} - {{ end }} diff --git a/themes/gallo/layouts/partials/masonry_gallery.html b/themes/gallo/layouts/partials/masonry_gallery.html new file mode 100644 index 0000000..8bd5ea1 --- /dev/null +++ b/themes/gallo/layouts/partials/masonry_gallery.html @@ -0,0 +1,9 @@ +{{ if .Params.masonryGallery }} +
+ {{ range .Params.masonryGallery }} + + {{ end }} +
+{{ end }} diff --git a/themes/gallo/layouts/partials/social_icons.html b/themes/gallo/layouts/partials/social_icons.html index 524f5fe..9c74825 100644 --- a/themes/gallo/layouts/partials/social_icons.html +++ b/themes/gallo/layouts/partials/social_icons.html @@ -1,37 +1,9 @@
- - + + {{ .Site.socialIcons.mailIcon | safeHTML }} - - + + + {{ .Site.socialIcons.instagramIcon | safeHTML }} -
+ \ No newline at end of file diff --git a/themes/gallo/static/css/style.css b/themes/gallo/static/css/style.css new file mode 100644 index 0000000..e69de29 diff --git a/themes/gallo/static/css/tailwind.min.css b/themes/gallo/static/css/tailwind.min.css index cfea766..6c3b39c 100644 --- a/themes/gallo/static/css/tailwind.min.css +++ b/themes/gallo/static/css/tailwind.min.css @@ -1 +1 @@ -/*! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.absolute{position:absolute}.relative{position:relative}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-16{margin-top:4rem;margin-bottom:4rem}.mx-16{margin-left:4rem;margin-right:4rem}.mx-20{margin-left:5rem;margin-right:5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.mx-8{margin-left:2rem;margin-right:2rem}.my-8{margin-top:2rem;margin-bottom:2rem}.ml-8{margin-left:2rem}.ml-16{margin-left:4rem}.mb-8{margin-bottom:2rem}.mb-4{margin-bottom:1rem}.mt-4{margin-top:1rem}.mt-24{margin-top:6rem}.mb-16{margin-bottom:4rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-16{margin-top:4rem}.mb-24{margin-bottom:6rem}.mt-20{margin-top:5rem}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.aspect-square{aspect-ratio:1/1}.aspect-\[4\/3\]{aspect-ratio:4/3}.aspect-\[1\/1\]{aspect-ratio:1/1}.h-full{height:100%}.h-auto{height:auto}.h-12{height:3rem}.h-8{height:2rem}.h-px{height:1px}.h-screen{height:100vh}.h-1\/2{height:50%}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-96{height:24rem}.h-\[800px\]{height:800px}.h-\[700px\]{height:700px}.h-80{height:20rem}.h-72{height:18rem}.max-h-80{max-height:20rem}.min-h-screen{min-height:100vh}.min-h-72{min-height:18rem}.min-h-96{min-height:24rem}.min-h-12{min-height:3rem}.min-h-5{min-height:1.25rem}.min-h-\[800px\]{min-height:800px}.min-h-\[200px\]{min-height:200px}.min-h-\[700px\]{min-height:700px}.w-full{width:100%}.w-1\/2{width:50%}.w-2\/3{width:66.666667%}.w-9\/12{width:75%}.w-8{width:2rem}.w-16{width:4rem}.w-36{width:9rem}.w-40{width:10rem}.w-44{width:11rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.min-w-5{min-width:1.25rem}.max-w-36{max-width:9rem}.max-w-8{max-width:2rem}.max-w-16{max-width:4rem}.max-w-24{max-width:6rem}.max-w-60{max-width:15rem}.max-w-96{max-width:24rem}.max-w-6xl{max-width:72rem}.max-w-5xl{max-width:64rem}.max-w-4xl{max-width:56rem}.max-w-screen-sm{max-width:640px}.max-w-screen-xl{max-width:1280px}.max-w-\[280px\]{max-width:280px}.max-w-full{max-width:100%}.max-w-\[30rem\]{max-width:30rem}.max-w-xl{max-width:36rem}.max-w-\[800px\]{max-width:800px}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.place-content-center{place-content:center}.content-center{align-content:center}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-2{gap:.5rem}.gap-8{gap:2rem}.gap-1{gap:.25rem}.place-self-start{place-self:start}.place-self-end{place-self:end}.place-self-center{place-self:center}.self-end{align-self:flex-end}.justify-self-end{justify-self:end}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-t{border-top-width:1px}.border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity))}.border-slate-900\/10{border-color:#0f172a1a}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.bg-slate-800{--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity))}.bg-slate-950{--tw-bg-opacity:1;background-color:rgb(2 6 23/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-slate-500{--tw-bg-opacity:1;background-color:rgb(100 116 139/var(--tw-bg-opacity))}.bg-slate-600{--tw-bg-opacity:1;background-color:rgb(71 85 105/var(--tw-bg-opacity))}.bg-slate-700{--tw-bg-opacity:1;background-color:rgb(51 65 85/var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-slate-900{--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity))}.bg-\[url\(\'\/img\/wide\.webp\'\)\]{background-image:url(/img/wide.webp)}.bg-contain{background-size:contain}.bg-auto{background-size:auto}.bg-cover{background-size:cover}.bg-center{background-position:50%}.fill-white{fill:#fff}.p-6{padding:1.5rem}.p-4{padding:1rem}.p-2{padding:.5rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.px-20{padding-left:5rem;padding-right:5rem}.px-36{padding-left:9rem;padding-right:9rem}.px-8{padding-left:2rem;padding-right:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-8{padding-top:2rem;padding-bottom:2rem}.px-16{padding-left:4rem;padding-right:4rem}.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.pb-4{padding-bottom:1rem}.pl-2{padding-left:.5rem}.pt-16{padding-top:4rem}.pt-8{padding-top:2rem}.pt-2{padding-top:.5rem}.text-center{text-align:center}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-xs{font-size:.75rem;line-height:1rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-7xl{font-size:4.5rem;line-height:1}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-light{font-weight:300}.font-medium{font-weight:500}.tracking-tight{letter-spacing:-.025em}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.decoration-transparent{text-decoration-color:#0000}.decoration-4{text-decoration-thickness:4px}.decoration-2{text-decoration-thickness:2px}.underline-offset-0{text-underline-offset:0}.opacity-0{opacity:0}.outline{outline-style:solid}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.delay-200{transition-delay:.2s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.marker\:content-none ::marker{--tw-content:none;content:var(--tw-content)}.marker\:content-none::marker{--tw-content:none;content:var(--tw-content)}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:border-slate-300:hover{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:decoration-white:hover{text-decoration-color:#fff}.hover\:decoration-4:hover{text-decoration-thickness:4px}.hover\:decoration-2:hover{text-decoration-thickness:2px}.hover\:underline-offset-2:hover{text-underline-offset:2px}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:ring-4:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-2:focus,.focus\:ring-4:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-sky-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(14 165 233/var(--tw-ring-opacity))}.group[open] .group-open\:rotate-90{--tw-rotate:90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[open] .group-open\:opacity-100{opacity:1}@media (min-width:640px){.sm\:max-w-full{max-width:100%}.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}}@media (min-width:768px){.md\:max-w-2xl{max-width:42rem}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}}@media (min-width:1024px){.lg\:max-w-4xl{max-width:56rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:text-9xl{font-size:8rem;line-height:1}}@media (prefers-color-scheme:dark){.dark\:border-0{border-width:0}.dark\:bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.dark\:bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.dark\:text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.dark\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}} \ No newline at end of file +/*! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.absolute{position:absolute}.relative{position:relative}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-16{margin-top:4rem;margin-bottom:4rem}.mx-16{margin-left:4rem;margin-right:4rem}.mx-20{margin-left:5rem;margin-right:5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.mx-8{margin-left:2rem;margin-right:2rem}.my-8{margin-top:2rem;margin-bottom:2rem}.ml-8{margin-left:2rem}.ml-16{margin-left:4rem}.mb-8{margin-bottom:2rem}.mb-4{margin-bottom:1rem}.mt-4{margin-top:1rem}.mt-24{margin-top:6rem}.mb-16{margin-bottom:4rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-16{margin-top:4rem}.mb-24{margin-bottom:6rem}.mt-20{margin-top:5rem}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.aspect-square{aspect-ratio:1/1}.aspect-\[4\/3\]{aspect-ratio:4/3}.aspect-\[1\/1\]{aspect-ratio:1/1}.h-full{height:100%}.h-auto{height:auto}.h-12{height:3rem}.h-8{height:2rem}.h-px{height:1px}.h-screen{height:100vh}.h-1\/2{height:50%}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-96{height:24rem}.h-\[800px\]{height:800px}.h-\[700px\]{height:700px}.h-80{height:20rem}.h-72{height:18rem}.max-h-80{max-height:20rem}.min-h-screen{min-height:100vh}.min-h-72{min-height:18rem}.min-h-96{min-height:24rem}.min-h-12{min-height:3rem}.min-h-5{min-height:1.25rem}.min-h-\[800px\]{min-height:800px}.min-h-\[200px\]{min-height:200px}.min-h-\[700px\]{min-height:700px}.w-full{width:100%}.w-1\/2{width:50%}.w-2\/3{width:66.666667%}.w-9\/12{width:75%}.w-8{width:2rem}.w-16{width:4rem}.w-36{width:9rem}.w-40{width:10rem}.w-44{width:11rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.min-w-5{min-width:1.25rem}.max-w-36{max-width:9rem}.max-w-8{max-width:2rem}.max-w-16{max-width:4rem}.max-w-24{max-width:6rem}.max-w-60{max-width:15rem}.max-w-96{max-width:24rem}.max-w-6xl{max-width:72rem}.max-w-5xl{max-width:64rem}.max-w-4xl{max-width:56rem}.max-w-screen-sm{max-width:640px}.max-w-screen-xl{max-width:1280px}.max-w-\[280px\]{max-width:280px}.max-w-full{max-width:100%}.max-w-\[30rem\]{max-width:30rem}.max-w-xl{max-width:36rem}.max-w-\[800px\]{max-width:800px}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.columns-1{-moz-columns:1;column-count:1}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.place-content-center{place-content:center}.content-center{align-content:center}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-2{gap:.5rem}.gap-8{gap:2rem}.gap-1{gap:.25rem}.gap-5{gap:1.25rem}.place-self-start{place-self:start}.place-self-end{place-self:end}.place-self-center{place-self:center}.self-end{align-self:flex-end}.justify-self-end{justify-self:end}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-t{border-top-width:1px}.border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity))}.border-slate-900\/10{border-color:#0f172a1a}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity))}.bg-slate-800{--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity))}.bg-slate-950{--tw-bg-opacity:1;background-color:rgb(2 6 23/var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-slate-500{--tw-bg-opacity:1;background-color:rgb(100 116 139/var(--tw-bg-opacity))}.bg-slate-600{--tw-bg-opacity:1;background-color:rgb(71 85 105/var(--tw-bg-opacity))}.bg-slate-700{--tw-bg-opacity:1;background-color:rgb(51 65 85/var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-slate-900{--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity))}.bg-\[url\(\'\/img\/wide\.webp\'\)\]{background-image:url(/img/wide.webp)}.bg-contain{background-size:contain}.bg-auto{background-size:auto}.bg-cover{background-size:cover}.bg-center{background-position:50%}.fill-white{fill:#fff}.p-6{padding:1.5rem}.p-4{padding:1rem}.p-2{padding:.5rem}.p-5{padding:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.px-20{padding-left:5rem;padding-right:5rem}.px-36{padding-left:9rem;padding-right:9rem}.px-8{padding-left:2rem;padding-right:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-8{padding-top:2rem;padding-bottom:2rem}.px-16{padding-left:4rem;padding-right:4rem}.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.pb-4{padding-bottom:1rem}.pl-2{padding-left:.5rem}.pt-16{padding-top:4rem}.pt-8{padding-top:2rem}.pt-2{padding-top:.5rem}.text-center{text-align:center}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-xs{font-size:.75rem;line-height:1rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-7xl{font-size:4.5rem;line-height:1}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-light{font-weight:300}.font-medium{font-weight:500}.tracking-tight{letter-spacing:-.025em}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.decoration-transparent{text-decoration-color:#0000}.decoration-4{text-decoration-thickness:4px}.decoration-2{text-decoration-thickness:2px}.underline-offset-0{text-underline-offset:0}.opacity-0{opacity:0}.outline{outline-style:solid}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.delay-200{transition-delay:.2s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.marker\:content-none ::marker{--tw-content:none;content:var(--tw-content)}.marker\:content-none::marker{--tw-content:none;content:var(--tw-content)}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:border-slate-300:hover{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:decoration-white:hover{text-decoration-color:#fff}.hover\:decoration-4:hover{text-decoration-thickness:4px}.hover\:decoration-2:hover{text-decoration-thickness:2px}.hover\:underline-offset-2:hover{text-underline-offset:2px}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:ring-4:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-2:focus,.focus\:ring-4:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-sky-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(14 165 233/var(--tw-ring-opacity))}.group[open] .group-open\:rotate-90{--tw-rotate:90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[open] .group-open\:opacity-100{opacity:1}@media (min-width:640px){.sm\:max-w-full{max-width:100%}.sm\:columns-2{-moz-columns:2;column-count:2}.sm\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.sm\:gap-8{gap:2rem}.sm\:gap-4{gap:1rem}.sm\:p-8{padding:2rem}}@media (min-width:768px){.md\:max-w-2xl{max-width:42rem}.md\:columns-3{-moz-columns:3;column-count:3}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}}@media (min-width:1024px){.lg\:max-w-4xl{max-width:56rem}.lg\:columns-4{-moz-columns:4;column-count:4}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:text-9xl{font-size:8rem;line-height:1}}@media (prefers-color-scheme:dark){.dark\:border-0{border-width:0}.dark\:bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.dark\:bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.dark\:text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.dark\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}}.\[\&\>img\:not\(\:first-child\)\]\:mt-8>img:not(:first-child){margin-top:2rem}.\[\&\>img\:not\(\:first-child\)\]\:mt-4>img:not(:first-child){margin-top:1rem} \ No newline at end of file