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

html {
  scroll-behavior: smooth;
}

body.vt-shell {
  margin: 0;
  min-width: 320px;
  background: #fff;
  color: var(--vt-color-ink);
  font-family: var(--vt-font-sans);
  font-size: var(--vt-font-size-md);
  line-height: var(--vt-line-normal);
  text-rendering: optimizeLegibility;
}

body.vt-menu-open {
  overflow: hidden;
}

body.vt-shell a,
.vt-site-header a,
.vt-site-footer a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: none;
  box-shadow: var(--vt-focus-ring);
}

.vt-skip-link {
  position: fixed;
  top: var(--vt-space-3);
  left: var(--vt-space-3);
  z-index: var(--vt-z-overlay);
  transform: translateY(-160%);
  background: var(--vt-color-ink);
  color: var(--vt-color-surface);
  padding: var(--vt-space-2) var(--vt-space-3);
  border-radius: var(--vt-radius-md);
  font-weight: var(--vt-weight-bold);
}

.vt-skip-link:focus {
  transform: translateY(0);
}

.vt-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.vt-container {
  width: min(100% - 32px, var(--vt-container));
  margin-inline: auto;
}

.vt-main {
  min-height: 55vh;
}

.vt-dev-banner {
  background: #143363;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-weight: var(--vt-weight-bold);
  padding: var(--vt-space-2) var(--vt-space-4);
  text-align: center;
}

.vt-site-header {
  position: relative;
  top: 0;
  z-index: var(--vt-z-header);
  background: #2f9bd6;
  border-bottom: 4px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  box-shadow: 0 10px 26px rgba(17, 41, 85, 0.08);
}

.vt-topbar {
  background: #2593cf;
  color: var(--vt-color-surface);
  font-size: var(--vt-font-size-xs);
}

.vt-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 30px;
  padding: 5px 0;
}

.vt-topbar-spacer {
  display: none;
}

.vt-topbar-promo {
  margin: 0;
  color: #fff;
  font-size: 0.95rem;
  font-weight: var(--vt-weight-bold);
  line-height: 1;
  white-space: nowrap;
}

.vt-topbar-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.7rem;
  min-width: 0;
  line-height: 1;
}

.vt-topbar a {
  font-weight: var(--vt-weight-bold);
  text-decoration: none;
}

.vt-topbar-signin {
  position: relative;
  padding-right: 0.85rem;
}

.vt-topbar-signin::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.52);
  transform: translateY(-50%);
}

.vt-social-link {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  color: #fff;
  line-height: 1;
  transition: background var(--vt-duration-fast), transform var(--vt-duration-fast);
}

.vt-social-link svg,
.vt-topbar-webmail svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vt-social-link:first-of-type svg {
  fill: currentColor;
  stroke: none;
}

.vt-topbar-webmail {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #fff;
  white-space: nowrap;
}

.vt-social-link:hover,
.vt-topbar-signin:hover,
.vt-topbar-webmail:hover {
  color: #e9f7ff;
}

.vt-social-link:hover {
  background: rgba(255, 255, 255, 0.14);
  transform: translateY(-1px);
}

.vt-header-inner {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  align-items: center;
  gap: var(--vt-space-6);
  min-height: 84px;
}

.vt-brand {
  display: inline-flex;
  align-items: center;
  gap: var(--vt-space-3);
  color: #fff;
  text-decoration: none;
}

.vt-brand img {
  display: block;
  width: 128px;
  height: auto;
}

.vt-header-inner .vt-brand img {
  width: auto;
  max-width: 110px;
  max-height: 68px;
  object-fit: contain;
}

.vt-brand-mark {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: var(--vt-radius-lg);
  background: linear-gradient(135deg, var(--vt-color-blue), var(--vt-color-sky));
  color: var(--vt-color-surface);
  font-weight: var(--vt-weight-bold);
}

.vt-brand-text {
  display: grid;
  gap: 0;
  line-height: 1.1;
}

.vt-brand-text strong {
  font-size: 1.1rem;
  letter-spacing: 0;
}

.vt-brand-text small {
  color: var(--vt-color-muted);
  font-size: var(--vt-font-size-xs);
}

.vt-desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 1.65vw, 1.7rem);
  font-size: var(--vt-font-size-sm);
  font-weight: var(--vt-weight-bold);
  text-transform: uppercase;
  white-space: nowrap;
}

.vt-desktop-nav a,
.vt-mobile-nav a,
.vt-link-strong {
  color: #fff;
  text-decoration: none;
}

.vt-desktop-nav .vt-nav-link {
  position: relative;
  padding: 0.6rem 0;
  border-bottom: 0;
  letter-spacing: 0;
}

.vt-desktop-nav .vt-nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.2rem;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform var(--vt-duration-fast);
}

.vt-desktop-nav .vt-nav-link:hover::after,
.vt-nav-entry.is-active .vt-nav-link::after,
.vt-nav-entry.is-open .vt-nav-link::after {
  transform: scaleX(1);
}

.vt-nav-entry {
  position: relative;
}

.vt-nav-trigger {
  display: flex;
  align-items: center;
  gap: 0.28rem;
}

.vt-dropdown-toggle {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 32px;
  margin-left: -0.18rem;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.vt-chevron {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform var(--vt-duration-fast);
}

.vt-nav-entry.is-open .vt-chevron,
.vt-mobile-dropdown[open] > summary .vt-chevron {
  transform: rotate(225deg) translate(-1px, -1px);
}

.vt-dropdown-panel {
  position: absolute;
  top: calc(100% + 0.65rem);
  left: 50%;
  z-index: calc(var(--vt-z-header) + 2);
  width: min(330px, calc(100vw - 2rem));
  padding: 0.75rem 1rem 0.9rem;
  border: 1px solid #d8e4ed;
  border-radius: var(--vt-radius-sm);
  background: #fff;
  box-shadow: 0 18px 42px rgba(11, 43, 87, 0.18);
  color: var(--vt-color-blue);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -8px);
  visibility: hidden;
  transition:
    opacity var(--vt-duration-fast),
    transform var(--vt-duration-fast),
    visibility var(--vt-duration-fast);
}

.vt-dropdown-panel::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 0.75rem;
}

.vt-dropdown-panel.is-wide {
  width: min(520px, calc(100vw - 2rem));
}

.vt-nav-entry.is-open .vt-dropdown-panel,
.vt-nav-entry:hover .vt-dropdown-panel,
.vt-nav-entry:focus-within .vt-dropdown-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.vt-dropdown-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--vt-space-4);
  min-height: 42px;
  border-bottom: 1px solid #e3edf4;
  color: #0b2b57;
  text-transform: none;
}

.vt-dropdown-heading > span {
  font-size: 0.76rem;
  font-weight: var(--vt-weight-bold);
  text-transform: uppercase;
}

.vt-dropdown-heading > a {
  color: #167fb7;
  font-size: 0.76rem;
  font-weight: var(--vt-weight-bold);
  text-transform: none;
}

.vt-dropdown-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding-top: 0.35rem;
}

.vt-dropdown-panel.is-wide .vt-dropdown-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1.2rem;
}

.vt-desktop-nav .vt-dropdown-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--vt-space-4);
  min-height: 43px;
  border-bottom: 1px solid #edf3f7;
  color: #17385f;
  font-size: 0.86rem;
  font-weight: var(--vt-weight-medium);
  text-transform: none;
}

.vt-desktop-nav .vt-dropdown-link:hover,
.vt-desktop-nav .vt-dropdown-link:focus-visible {
  color: #087f78;
}

.vt-link-arrow {
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.vt-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--vt-space-2);
  font-size: var(--vt-font-size-sm);
  font-weight: var(--vt-weight-bold);
  white-space: nowrap;
}

.vt-menu-button {
  display: none;
}

.vt-action-link,
.vt-action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
}

.vt-action-link {
  padding: 0 0.35rem;
}

.vt-action-button {
  border: 1px solid rgba(255, 255, 255, 0.58);
  padding: 0 1rem;
  background: rgba(255, 255, 255, 0.11);
}

.vt-action-button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.vt-search-link {
  display: none;
}

.vt-mobile-panel {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  background: #2f9bd6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.vt-main-section {
  padding: var(--vt-space-16) 0;
}

.vt-hero-shell {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  background: #eaf5fb;
  color: #112955;
}

.vt-hero-slider {
  isolation: isolate;
}

.vt-slider-track {
  position: relative;
  z-index: 1;
  min-height: inherit;
}

.vt-slide {
  position: relative;
  min-height: inherit;
  padding: clamp(52px, 7vw, 88px) 0 96px;
  opacity: 0;
  transform: translateX(18px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.vt-slide::after {
  content: "";
  position: absolute;
  inset: 0 0 0 50%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
}

.vt-slide.is-active {
  opacity: 1;
  transform: translateX(0);
}

.vt-slide[hidden] {
  display: none;
}

.vt-slide-copy {
  position: relative;
  z-index: 2;
  grid-column: 2;
  max-width: 650px;
  padding-left: clamp(1.5rem, 4vw, 4rem);
}

.vt-hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  align-items: center;
  min-height: 470px;
  position: relative;
  z-index: 2;
}

.vt-hero-background {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vt-hero-kicker {
  margin: 0 0 var(--vt-space-3);
  color: #087d78;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: var(--vt-weight-bold);
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.vt-eyebrow {
  margin: 0 0 var(--vt-space-3);
  color: var(--vt-color-teal);
  font-size: var(--vt-font-size-xs);
  font-weight: var(--vt-weight-bold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vt-hero-shell h1,
.vt-hero-shell h2,
.vt-section-heading h2 {
  margin: 0;
  color: var(--vt-color-ink);
  line-height: var(--vt-line-tight);
  letter-spacing: 0;
}

.vt-hero-shell h1,
.vt-hero-shell h2 {
  max-width: 650px;
  font-size: clamp(2.35rem, 4.3vw, 3.5rem);
  color: #112955;
}

.vt-lead {
  max-width: 720px;
  margin: var(--vt-space-5) 0 0;
  color: inherit;
  font-size: var(--vt-font-size-lg);
}

.vt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--vt-space-3);
  margin-top: var(--vt-space-8);
}

.vt-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: clamp(44px, 5vw, 72px);
  height: clamp(44px, 5vw, 72px);
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background var(--vt-duration-fast), transform var(--vt-duration-fast);
}

.vt-slider-arrow:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-50%) scale(1.04);
}

.vt-slider-arrow span {
  width: 26px;
  height: 26px;
  border-top: 5px solid currentColor;
  border-left: 5px solid currentColor;
}

.vt-slider-prev {
  left: clamp(12px, 3vw, 42px);
}

.vt-slider-prev span {
  transform: rotate(-45deg);
}

.vt-slider-next {
  right: clamp(12px, 3vw, 42px);
}

.vt-slider-next span {
  transform: rotate(135deg);
}

.vt-slider-dots {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 3;
  display: flex;
  gap: 12px;
  transform: translateX(-50%);
}

.vt-slider-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.vt-slider-dots button.is-active {
  background: #fff;
}

.vt-hero-panel {
  border: 1px solid var(--vt-color-line);
  border-radius: var(--vt-radius-lg);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--vt-shadow-md);
  padding: var(--vt-space-6);
}

.vt-site-footer {
  background: #fff;
  color: #7b8794;
  padding: var(--vt-space-14, 3.5rem) 0 var(--vt-space-5);
}

.vt-site-footer a {
  color: #1493df;
  text-decoration: none;
}

.vt-footer-grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.45fr) repeat(4, minmax(135px, 1fr));
  gap: var(--vt-space-8);
}

.vt-site-footer h2 {
  margin: 0 0 var(--vt-space-3);
  color: #112955;
  font-size: var(--vt-font-size-md);
}

.vt-site-footer ul {
  display: grid;
  gap: var(--vt-space-2);
  margin: 0;
  padding: 0;
  list-style: none;
}

.vt-footer-brand p {
  max-width: 360px;
  color: #7b8794;
}

.vt-brand-footer img {
  width: 190px;
}

.vt-brand-footer .vt-brand-text small {
  color: rgba(255, 255, 255, 0.7);
}

.vt-powered {
  font-weight: var(--vt-weight-bold);
}

.vt-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: var(--vt-space-4);
  margin-top: var(--vt-space-10);
  padding-top: var(--vt-space-5);
  border-top: 1px solid #e7edf2;
  color: #7b8794;
  font-size: var(--vt-font-size-sm);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
