*,
::before,
::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  background-color: #fff !important;
  color-scheme: light !important;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  background: transparent;
  border: 0;
  cursor: pointer;
}

img,
svg {
  vertical-align: middle;
}

#content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff !important;
  color-scheme: light !important;
}

#content > div {
  flex: 1;
  min-height: 100%;
}

.user-uploaded-image {
  object-fit: cover;
  max-width: 100%;
}

img {
  display: inline-block !important;
}

a,
button,
input,
select,
textarea {
  pointer-events: auto !important;
}

* {
  color-scheme: light !important;
}

div[style*="background: white"],
div[style*="background-color: white"] {
  background: #fff !important;
  background-color: #fff !important;
}

.hero-subtitle {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hero-action {
  justify-content: center;
}

.mobile-menu {
  width: calc(100% - 3rem);
  max-width: 80rem;
  margin: .5rem auto 0;
  padding: 1.25rem 1.5rem;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border: 1px solid rgb(255 255 255 / .35);
  border-radius: 1.5rem;
  background: rgb(255 255 255 / .94);
  box-shadow: 0 20px 35px -20px rgb(0 0 0 / .35);
  backdrop-filter: blur(12px);
}

.mobile-menu.is-open {
  display: flex;
}

.mobile-menu-link {
  width: 100%;
  justify-content: center;
  text-align: center;
}

.mobile-menu-cta {
  width: auto;
}

#mobile-toggle-334455:focus-visible {
  outline: 2px solid #d64d81;
  outline-offset: 4px;
  border-radius: .5rem;
}

.selection\:bg-\[\#D64D81\] ::selection { background: #d64d81; }
.selection\:text-white ::selection { color: #fff; }
.light { color-scheme: light; }
.font-sans { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.inset-0 { inset: 0; }
.top-0 { top: 0; }
.right-0 { right: 0; }
.right-10 { right: 2.5rem; }
.bottom-10 { bottom: 2.5rem; }
.-top-10 { top: -2.5rem; }
.-right-10 { right: -2.5rem; }
.-bottom-10 { bottom: -2.5rem; }
.-left-10 { left: -2.5rem; }
.z-0 { z-index: 0; }
.-z-0 { z-index: 0; }
.z-10 { z-index: 10; }
.z-50 { z-index: 50; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mt-4 { margin-top: 1rem; }
.mt-12 { margin-top: 3rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-20 { margin-bottom: 5rem; }
.mb-32 { margin-bottom: 8rem; }
.block { display: block; }
.inline-block { display: inline-block; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.hidden { display: none; }
.h-px { height: 1px; }
.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-8 { height: 2rem; }
.h-10 { height: 2.5rem; }
.h-16 { height: 4rem; }
.h-64 { height: 16rem; }
.h-full { height: 100%; }
.h-screen { height: 100vh; }
.min-h-\[700px\] { min-height: 700px; }
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-6 { width: 1.5rem; }
.w-8 { width: 2rem; }
.w-12 { width: 3rem; }
.w-16 { width: 4rem; }
.w-64 { width: 16rem; }
.w-1\/3 { width: 33.333333%; }
.w-auto { width: auto; }
.w-full { width: 100%; }
.max-w-xs { max-width: 20rem; }
.max-w-sm { max-width: 24rem; }
.max-w-md { max-width: 28rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-7xl { max-width: 80rem; }
.aspect-\[4\/5\] { aspect-ratio: 4 / 5; }
.flex-shrink-0 { flex-shrink: 0; }
.scale-105 { transform: scale(1.05); }
.skew-x-12 { transform: skewX(-12deg); }
.translate-x-1\/2 { transform: translateX(50%); }
.skew-x-12.translate-x-1\/2 { transform: skewX(-12deg) translateX(50%); }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-2 { gap: .5rem; }
.gap-3 { gap: .75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-16 { gap: 4rem; }
.gap-20 { gap: 5rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }
.overflow-hidden { overflow: hidden; }
.break-all { word-break: break-all; }
.rounded-2xl { border-radius: 1rem; }
.rounded-3xl { border-radius: 1.5rem; }
.rounded-\[32px\] { border-radius: 32px; }
.rounded-\[40px\] { border-radius: 40px; }
.rounded-full { border-radius: 9999px; }
.border { border-width: 1px; border-style: solid; }
.border-8 { border-width: 8px; border-style: solid; }
.border-t { border-top-width: 1px; border-top-style: solid; }
.border-l-4 { border-left-width: 4px; border-left-style: solid; }
.border-\[\#003399\] { border-color: #003399; }
.border-\[\#D64D81\] { border-color: #d64d81; }
.border-gray-100 { border-color: #f3f4f6; }
.border-white { border-color: #fff; }
.border-white\/20 { border-color: rgb(255 255 255 / .2); }
.border-white\/30 { border-color: rgb(255 255 255 / .3); }
.bg-\[\#003399\] { background-color: #003399; }
.bg-\[\#003399\]\/5 { background-color: rgb(0 51 153 / .05); }
.bg-\[\#003399\]\/10 { background-color: rgb(0 51 153 / .1); }
.bg-\[\#D64D81\] { background-color: #d64d81; }
.bg-\[\#D64D81\]\/10 { background-color: rgb(214 77 129 / .1); }
.bg-\[\#f8faff\] { background-color: #f8faff; }
.bg-white { background-color: #fff; }
.bg-white\/80 { background-color: rgb(255 255 255 / .8); }
.bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-from), var(--tw-gradient-to)); }
.from-\[\#003399\]\/90 { --tw-gradient-from: rgb(0 51 153 / .9); }
.to-\[\#003399\]\/40 { --tw-gradient-to: rgb(0 51 153 / .4); }
.object-contain { object-fit: contain; }
.object-cover { object-fit: cover; }
.p-3 { padding: .75rem; }
.p-8 { padding: 2rem; }
.p-10 { padding: 2.5rem; }
.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; }
.px-12 { padding-left: 3rem; padding-right: 3rem; }
.py-1 { padding-top: .25rem; padding-bottom: .25rem; }
.py-2\.5 { padding-top: .625rem; padding-bottom: .625rem; }
.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-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-24 { padding-top: 6rem; padding-bottom: 6rem; }
.py-32 { padding-top: 8rem; padding-bottom: 8rem; }
.pt-12 { padding-top: 3rem; }
.pt-32 { padding-top: 8rem; }
.pb-12 { padding-bottom: 3rem; }
.pl-6 { padding-left: 1.5rem; }
.pl-80 { padding-left: 20rem; }
.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-5xl { font-size: 3rem; line-height: 1; }
.text-\[10px\] { font-size: 10px; }
.text-\[14vw\] { font-size: 3.55rem; }
.font-light { font-weight: 300; }
.font-bold { font-weight: 700; }
.font-black { font-weight: 900; }
.uppercase { text-transform: uppercase; }
.leading-\[0\.85\] { line-height: .85; }
.leading-none { line-height: 1; }
.leading-relaxed { line-height: 1.625; }
.tracking-\[0\.2em\] { letter-spacing: .2em; }
.tracking-\[0\.4em\] { letter-spacing: .4em; }
.tracking-\[0\.5em\] { letter-spacing: .5em; }
.tracking-tight { letter-spacing: -0.025em; }
.tracking-tighter { letter-spacing: -0.05em; }
.tracking-widest { letter-spacing: .1em; }
.text-\[\#003399\] { color: #003399; }
.text-\[\#1A1A1A\] { color: #1a1a1a; }
.text-\[\#1a2a4a\] { color: #1a2a4a; }
.text-\[\#D64D81\] { color: #d64d81; }
.text-gray-300 { color: #d1d5db; }
.text-gray-400 { color: #9ca3af; }
.text-gray-500 { color: #6b7280; }
.text-gray-600 { color: #4b5563; }
.text-transparent { color: transparent; }
.text-white { color: #fff; }
.text-white\/50 { color: rgb(255 255 255 / .5); }
.text-white\/70 { color: rgb(255 255 255 / .7); }
.opacity-20 { opacity: .2; }
.shadow-md { box-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgb(0 0 0 / .25); }
.shadow-3xl { box-shadow: 0 35px 60px -15px rgb(0 0 0 / .3); }
.blur-3xl { filter: blur(64px); }
.backdrop-blur-md { backdrop-filter: blur(12px); }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(.4,0,.2,1); transition-duration: 150ms; }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(.4,0,.2,1); transition-duration: 150ms; }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(.4,0,.2,1); transition-duration: 150ms; }
.duration-500 { transition-duration: 500ms; }
.hover\:scale-105:hover { transform: scale(1.05); }
.hover\:bg-\[\#003399\]:hover { background-color: #003399; }
.hover\:bg-white:hover { background-color: #fff; }
.hover\:border-\[\#003399\]\/10:hover { border-color: rgb(0 51 153 / .1); }
.hover\:shadow-2xl:hover { box-shadow: 0 25px 50px -12px rgb(0 0 0 / .25); }
.hover\:text-\[\#003399\]:hover { color: #003399; }
.hover\:text-\[\#D64D81\]:hover { color: #d64d81; }
.group:hover .group-hover\:bg-\[\#003399\] { background-color: #003399; }
.group:hover .group-hover\:text-white { color: #fff; }

@media (min-width: 640px) {
  .sm\:flex-row { flex-direction: row; }
}

@media (min-width: 768px) {
  .md\:flex { display: flex; }
  .md\:hidden { display: none; }
  .md\:h-12 { height: 3rem; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:flex-row { flex-direction: row; }
  .md\:items-center { align-items: center; }
  .md\:gap-16 { gap: 4rem; }
  .md\:text-left { text-align: left; }
  .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; }
  .md\:text-6xl { font-size: 3.75rem; line-height: 1; }
  .md\:text-7xl { font-size: 4.5rem; line-height: 1; }
  .md\:text-\[9vw\] { font-size: 7rem; }
  .hero-subtitle {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
  .hero-action {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .text-\[14vw\] { font-size: 2.55rem; }
}

@media (min-width: 1024px) {
  .lg\:block { display: block; }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .lg\:col-span-3 { grid-column: span 3 / span 3; }
  .lg\:col-span-4 { grid-column: span 4 / span 4; }
  .lg\:col-span-5 { grid-column: span 5 / span 5; }
  .lg\:col-span-7 { grid-column: span 7 / span 7; }
}

@media (max-width: 767px) {
  .pl-80 { padding-left: 0; }
  .min-h-\[700px\] { min-height: 620px; }
}
