*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}body{margin:0;line-height:inherit}h1,h2,h3,h4,p{margin:0}button,input,textarea,select{font:inherit;color:inherit;margin:0}button{background:transparent;cursor:pointer}a{color:inherit;text-decoration:inherit}img,svg,video{display:block;max-width:100%;height:auto}ul,ol{margin:0;padding:0;list-style:none}
.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.inset-0{inset:0}.top-0{top:0}.left-0{left:0}.right-6{right:1.5rem}.bottom-6{bottom:1.5rem}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}
.block{display:block}.inline-block{display:inline-block}.hidden{display:none}.flex{display:flex}.grid{display:grid}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.w-full{width:100%}.h-full{height:100%}.h-52{height:13rem}.h-\[45vh\]{height:45vh}.h-\[60vh\]{height:60vh}.h-\[65vh\]{height:65vh}.min-h-screen{min-height:100vh}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[420px\]{max-width:420px}.max-w-\[450px\]{max-width:450px}.mx-auto{margin-left:auto;margin-right:auto}
.-mt-10{margin-top:-2.5rem}.-mt-8{margin-top:-2rem}.mt-0{margin-top:0}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-14{margin-top:3.5rem}.mt-16{margin-top:4rem}.mb-0{margin-bottom:0}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}.mb-16{margin-bottom:4rem}.ml-6{margin-left:1.5rem}
.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.pt-16{padding-top:4rem}.pb-16{padding-bottom:4rem}
.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.space-x-1>:not([hidden])~:not([hidden]){margin-left:.25rem}.space-x-4>:not([hidden])~:not([hidden]){margin-left:1rem}.space-x-8>:not([hidden])~:not([hidden]){margin-left:2rem}.space-y-2>:not([hidden])~:not([hidden]){margin-top:.5rem}.space-y-3>:not([hidden])~:not([hidden]){margin-top:.75rem}.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem}.space-y-6>:not([hidden])~:not([hidden]){margin-top:1.5rem}.space-y-10>:not([hidden])~:not([hidden]){margin-top:2.5rem}
.overflow-hidden{overflow:hidden}.object-cover{object-fit:cover}.object-center{object-position:center}.object-\[center_30\%\]{object-position:center 30%}.object-\[center_35\%\]{object-position:center 35%}.object-\[center_40\%\]{object-position:center 40%}.whitespace-nowrap{white-space:nowrap}
.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.rounded-b-lg{border-radius:0 0 .5rem .5rem}.rounded-t-lg{border-radius:.5rem .5rem 0 0}.rounded-r-lg{border-radius:0 .5rem .5rem 0}
.border{border-width:1px}.border-t{border-top-width:1px}.border-t-4{border-top-width:4px}.border-l-4{border-left-width:4px}.border-l-8{border-left-width:8px}.border-white{border-color:#fff}.border-gray-200{border-color:#e5e7eb}.border-gray-800{border-color:#1f2937}.border-\[\#00434a\]{border-color:#00434a}.border-\[\#8b1a1a\]{border-color:#8b1a1a}.border-\[\#d45500\]{border-color:#d45500}.border-\[\#f5c8a6\]{border-color:#f5c8a6}
.bg-white{background:#fff}.bg-black{background:#000}.bg-black\/40{background:rgb(0 0 0 / .4)}.bg-black\/50{background:rgb(0 0 0 / .5)}.bg-gray-100{background:#f3f4f6}.bg-gray-200{background:#e5e7eb}.bg-gray-600{background:#4b5563}.bg-gray-700{background:#374151}.bg-gray-900{background:#111827}.bg-blue-600{background:#2563eb}.bg-red-600{background:#dc2626}.bg-\[\#00363d\]{background:#00363d}.bg-\[\#00434a\]{background:#00434a}.bg-\[\#8b1a1a\]{background:#8b1a1a}.bg-\[\#d45500\]{background:#d45500}.bg-\[\#E7F3F3\]{background:#e7f3f3}.bg-\[\#FFF4EC\]{background:#fff4ec}.bg-\[\#e6f4f4\]{background:#e6f4f4}.bg-\[\#fdf7f4\]{background:#fdf7f4}.bg-\[\#fef7f3\]{background:#fef7f3}.bg-\[\#fff3e8\]{background:#fff3e8}.bg-\[\#fff7f0\]{background:#fff7f0}.bg-\[\#fff9f4\]{background:#fff9f4}
.text-left{text-align:left}.text-center{text-align:center}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[10px\]{font-size:10px}.text-\[12\.5px\]{font-size:12.5px}.text-\[13px\]{font-size:13px}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.italic{font-style:italic}.uppercase{text-transform:uppercase}.underline{text-decoration:underline}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}
.text-white{color:#fff}.text-black{color:#000}.text-gray-200{color:#e5e7eb}.text-gray-300{color:#d1d5db}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-gray-900{color:#111827}.text-blue-600{color:#2563eb}.text-cyan-300{color:#67e8f9}.text-orange-400{color:#fb923c}.text-red-100{color:#fee2e2}.text-red-600{color:#dc2626}.text-\[\#00434a\]{color:#00434a}.text-\[\#8b1a1a\]{color:#8b1a1a}.text-\[\#9b3c00\]{color:#9b3c00}.text-\[\#d45500\]{color:#d45500}
.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-100{opacity:1}.shadow{box-shadow:0 1px 3px rgb(0 0 0/.12)}.shadow-sm{box-shadow:0 1px 2px rgb(0 0 0/.08)}.shadow-md{box-shadow:0 4px 6px rgb(0 0 0/.12)}.shadow-lg{box-shadow:0 10px 15px rgb(0 0 0/.13)}.shadow-xl,.drop-shadow-xl{box-shadow:0 20px 25px rgb(0 0 0/.15)}.shadow-inner{box-shadow:inset 0 2px 4px rgb(0 0 0/.08)}.transition,.transition-all{transition:all .18s ease}.duration-300{transition-duration:.3s}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}
.list-disc{list-style:disc}.list-disc li{margin-left:1.25rem}.hover\:underline:hover,.group:hover .group-hover\:underline{text-decoration:underline}.hover\:text-white:hover{color:#fff}.hover\:text-black:hover{color:#000}.hover\:text-gray-600:hover{color:#4b5563}.hover\:text-red-500:hover{color:#ef4444}.hover\:text-red-700:hover{color:#b91c1c}.hover\:text-\[\#d45500\]:hover{color:#d45500}.hover\:bg-white:hover{background:#fff}.hover\:bg-gray-700:hover{background:#374151}.hover\:bg-gray-900:hover{background:#111827}.hover\:bg-red-50:hover{background:#fef2f2}.hover\:bg-red-700:hover{background:#b91c1c}.hover\:bg-blue-700:hover{background:#1d4ed8}.hover\:bg-\[\#00434a\]:hover{background:#00434a}.hover\:bg-\[\#b94700\]:hover{background:#b94700}.hover\:bg-\[\#ffe7d3\]:hover{background:#ffe7d3}.hover\:shadow-lg:hover{box-shadow:0 10px 15px rgb(0 0 0/.13)}.hover\:shadow-xl:hover{box-shadow:0 20px 25px rgb(0 0 0/.15)}.group:hover .group-hover\:translate-x-1{transform:translateX(.25rem)}
@media(min-width:768px){.md\:flex{display:flex}.md\:hidden{display:none}.md\:flex-row{flex-direction:row}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:h-\[55vh\]{height:55vh}.md\:h-\[75vh\]{height:75vh}.md\:h-\[80vh\]{height:80vh}.md\:py-16{padding-top:4rem;padding-bottom:4rem}.md\:text-left{text-align:left}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:w-3\/4{width:75%}}
@media(min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}
