html, body {
  margin: 0;
  padding: 0;
  font-family: 'Outfit', sans-serif;
}

/* Apply Telma font ONLY to headers */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Telma', sans-serif;
}

/* Headers use medium to bold weights */
h1 {
  font-weight: 700;
}

h2 {
  font-weight: 700;
}

h3 {
  font-weight: 700;
}

h4 {
  font-weight: 500;
}

h5 {
  font-weight: 500;
}

h6 {
  font-weight: 500;
}

/* Paragraphs and body text use Outfit (readable font) */
p, body, html {
  font-family: 'Outfit', sans-serif;
}html {
  overscroll-behavior: none;
}

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

._header_vtwgb_9 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 134px;
  width: 100%;
  background-color: #0B1E33;
  color: #E5E5E5;
  font-size: 5rem;
  font-family: "Telma", sans-serif;
  font-weight: 700;
  font-style: normal;
}

._header_vtwgb_9 a{
  color: #E5E5E5;
  text-decoration: none;
  transition: .2s ease;
  text-align: center;
}

._header_vtwgb_9 a:hover {
  color: #c5c5c5;
}

._charm_vtwgb_35 {
  color: #fca311;
}

._container_vtwgb_39 {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  margin: 0;
  padding: 0;
  font-family: "Outfit", sans-serif;
}

._button1_vtwgb_48 {
  position: absolute;
  padding : .9rem 1.1rem .9rem 1.1rem;
  left: 1.5rem;
  top: 4rem;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 1.8rem;
  color: #E5E5E5;
  cursor: pointer;
  z-index: 900;
  transition: .2s ease;
  border-radius: 6px;
}

._button1_vtwgb_48:hover {
  color: #fca311;
  background-color: #163a66;
}


._brand_vtwgb_70 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

._layout_vtwgb_76 {
  display: block;
  flex: 0;
  height: 0;
}

._sidebarOverlay_vtwgb_82 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  backdrop-filter: blur(2px);
}

._sidebar_vtwgb_82 {
  width: 200px;
  background-color: #0B1E33;
  height: 100vh;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  font-family: 'Outfit', sans-serif;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  will-change: transform;
  contain: layout paint;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
}

._sidebar_vtwgb_82:not(._open_vtwgb_107) {
  transform: translateX(calc(-100% - 1px));
}

._open_vtwgb_107 {
  transform: translateX(0);
}

._sidebarContent_vtwgb_115 {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
}

/* Logo Section */
._logo_vtwgb_123 {
  padding: 2rem 1.5rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(11, 30, 51, 1) 0%, rgba(11, 30, 51, 0.98) 100%);
}

._logoLink_vtwgb_129 {
  text-decoration: none;
  display: block;
  transition: opacity 0.2s ease;
}

._logoLink_vtwgb_129:hover {
  opacity: 0.85;
}

._logoText_vtwgb_139 {
  color: #E5E5E5;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: block;
  text-align: left;
  font-family: "Telma", sans-serif;
}

._logoCharm_vtwgb_149 {
  color: #fca311;
}

/* Navigation */
._nav_vtwgb_154 {
  flex: 1;
  padding: 1.5rem 0;
  overflow-y: auto;
  overflow-x: hidden;
}

._navSection_vtwgb_161 {
  margin-bottom: 0.5rem;
}

._navSection_vtwgb_161:last-of-type {
  margin-bottom: 0;
}

._navDivider_vtwgb_169 {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.08) 20%, rgba(255, 255, 255, 0.08) 80%, transparent 100%);
  margin: 1.5rem 1.5rem 1.25rem;
}

._navList_vtwgb_175 {
  list-style: none;
  padding: 0;
  margin: 0;
}

._navItem_vtwgb_181 {
  margin: 0;
  padding: 0;
}

._navLink_vtwgb_186 {
  display: block;
  color: #E5E5E5;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  margin: 0.15rem 0;
  transition: all 0.25s ease;
  position: relative;
  border-left: 3px solid transparent;
  text-align: left;
}

._navLink_vtwgb_186:hover {
  color: #ffffff;
  background-color: rgba(252, 163, 17, 0.08);
  border-left-color: rgba(252, 163, 17, 0.4);
  padding-left: 1.75rem;
}

._navLinkActive_vtwgb_207 {
  color: #ffffff;
  font-weight: 600;
  background-color: rgba(252, 163, 17, 0.12);
  border-left-color: #fca311;
  padding-left: 1.75rem;
}

._navLinkActive_vtwgb_207:hover {
  background-color: rgba(252, 163, 17, 0.15);
  border-left-color: #fca311;
}

._footer_vtwgb_220 {
  background-color: #0B1E33;
  color: #ccc;
  padding: 3rem 1.5rem;
  font-family: 'Quicksand', sans-serif;
}

._footerContent_vtwgb_227 {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (min-width: 900px) {
  ._footerContent_vtwgb_227 {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

._brand1_vtwgb_245,
._links_vtwgb_246,
._contact_vtwgb_247 {
  flex: 1 1 1;
}

._brand1_vtwgb_245 {
  max-width: 320px;
}

._links_vtwgb_246 h3,
._contact_vtwgb_247 h3 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
}

._footerBrandContainer_vtwgb_263 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.4rem;
}

._footerLogoImage_vtwgb_270 {
  height: 3.5rem;
  width: auto;
  object-fit: contain;
}

._footerLogo_vtwgb_270 {
  color: #E5E5E5;
  font-family: "Telma", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

._footerTagline_vtwgb_284 {
  font-size: 0.9rem;
  color: #d0d6e0;
  line-height: 1.5;
}

._links_vtwgb_246 ul,
._contact_vtwgb_247 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

._links_vtwgb_246 ul li,
._contact_vtwgb_247 ul li {
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
}

._footer_vtwgb_220 a {
  color: #dde3f0;
  text-decoration: none;
  transition: color 0.2s ease;
}

._footer_vtwgb_220 a:hover {
  color: #FCA311;
}

._socials_vtwgb_313 {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}

._footerBottom_vtwgb_319 {
  max-width: 1200px;
  margin: 2rem auto 0;
  text-align: center;
  font-size: 0.8rem;
  color: #8b93a3;
}

._footerBottom_vtwgb_319 a {
  color: #dde3f0;
  margin: 0 0.3rem;
}

._footerBottom_vtwgb_319 a:hover {
  color: #FCA311;
}

body {
  background:#E5E5E5;
}

._button1_vtwgb_48,
._navLink_vtwgb_186 {
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 768px) {
  ._header_vtwgb_9 {
    height: 72px;
    font-size: 1.75rem;
    top: 0;
    position: sticky;
    z-index:1000;
  }

  ._brand_vtwgb_70 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  ._button1_vtwgb_48 {
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    font-size: 1.6rem;
    padding: 0.5rem 0.6rem;
    line-height: 1;
  }

  ._sidebar_vtwgb_82 {
    width: 60vw;
    max-width: 280px;
    height: 100dvh;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }

  ._logo_vtwgb_123 {
    padding: 1.5rem 1.25rem 1.25rem;
  }

  ._logoText_vtwgb_139 {
    font-size: 1.35rem;
  }

  ._nav_vtwgb_154 {
    padding: 1.25rem 0;
  }

  ._navLink_vtwgb_186 {
    font-size: 1rem;
    padding: 0.85rem 1.5rem;
  }

  ._navLink_vtwgb_186:hover,
  ._navLinkActive_vtwgb_207 {
    padding-left: 1.75rem;
  }

  ._main_vtwgb_398 {
    padding: 1rem;
  }

  ._footer_vtwgb_220 {
    height: auto;
    padding: 1.25rem 1rem 1rem;
  }

  ._socialLinks_vtwgb_407 {
    gap: 1rem;
    flex-wrap: wrap;
    font-size: 1.1rem;
    margin: 0.5rem 0 0;
  }

  ._socialMedia_vtwgb_414 {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
}

@media (max-width: 480px) {
  ._header_vtwgb_9 {
    height: 64px;
    font-size: 2rem;
  }

  ._button1_vtwgb_48 {
    padding: 1rem;
    left: 0.75rem;
    font-size: 1.4rem;
  }

  ._sidebar_vtwgb_82 {
    width: 68vw;
    max-width: 280px;
  }

  ._logo_vtwgb_123 {
    padding: 1.25rem 1rem 1rem;
  }

  ._logoText_vtwgb_139 {
    font-size: 1.25rem;
  }

  ._navLink_vtwgb_186 {
    font-size: 1.05rem;
    padding: 0.9rem 1.25rem;
  }

  ._navLink_vtwgb_186:hover,
  ._navLinkActive_vtwgb_207 {
    padding-left: 1.5rem;
  }

  ._main_vtwgb_398 {
    padding: 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  ._sidebar_vtwgb_82 {
    transition: none;
  }
}

html body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: auto;
  background: var(--paper);
  box-sizing: border-box;
}

#redwood-app {
  overflow-y: visible;
  overflow-x: visible;
  min-width:0;
}

._main_vtwgb_398 {
  padding: 0;
  flex: 1;
  min-width: 0;
}

._brand_vtwgb_70, ._button1_vtwgb_48 {
  color: #fff;
}

