/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 483:0 Unexpected "<"

**/
<style>
  .seq-site-header .seq-logo-wrap{display:inline-flex;align-items:center;max-width:145px;max-height:52px;overflow:hidden;flex:0 0 auto;}
  .seq-site-header .seq-logo{width:145px!important;max-width:145px!important;height:auto!important;max-height:52px!important;object-fit:contain!important;display:block!important;}
  @media screen and (max-width:860px){.seq-site-header .seq-logo-wrap{max-width:128px;max-height:46px}.seq-site-header .seq-logo{width:128px!important;max-width:128px!important;max-height:46px!important;}}
.seq-site-header {
  --navy: #071D33;
  --blue: #1597E5;
  --sky: #F7FBFF;
  --mist: #EAF7FF;
  --border: rgba(21,151,229,.14);
  --text: #142033;
  --muted: #64748B;
  position: relative;
  z-index: 100;
}

.seq-site-header * { box-sizing: border-box; }

.seq-site-header .seq-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.seq-topbar {
  background: var(--navy);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.seq-topbar__inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 0;
}

.seq-topbar__inner div {
  display: flex;
  gap: 18px;
  white-space: nowrap;
}

.seq-header {
  position: sticky;
  top: 0;
  z-index: 110;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow .2s ease, background .2s ease;
}

.seq-header.is-scrolled {
  background: rgba(255,255,255,.98);
  box-shadow: 0 10px 28px rgba(7,29,51,.08);
}

.seq-header__inner {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.seq-site-header .seq-logo-wrap {
  text-decoration: none;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}

.seq-site-header .seq-logo {
  width: 145px;
  max-width: 145px;
  max-height: 52px;
  height: auto;
  object-fit: contain;
  display: block;
}

.seq-site-header .seq-logo-text {
  color: var(--navy);
  font-size: 26px;
  line-height: .9;
  font-weight: 950;
}

.seq-site-header .seq-logo-text span {
  display: block;
  color: var(--blue);
  font-size: 12px;
  letter-spacing: .35em;
}

.seq-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.seq-nav a {
  position: relative;
  color: var(--navy);
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  transition: color .2s ease;
  padding: 28px 0;
}

.seq-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 19px;
  height: 3px;
  border-radius: 999px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}

.seq-nav a:hover,
.seq-nav a[aria-current="page"] {
  color: var(--blue);
}

.seq-nav a:hover::after,
.seq-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.seq-header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.seq-service-pill,
.seq-mobile-service-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ECFDF3;
  border: 1px solid #BBF7D0;
  color: #166534;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.seq-service-pill__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #22C55E;
  position: relative;
  flex: 0 0 auto;
}

.seq-service-pill__dot::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 999px;
  background: rgba(34,197,94,.35);
  animation: seqHeaderPulse 1.8s infinite;
}

@keyframes seqHeaderPulse {
  0% { transform: scale(.8); opacity: 1; }
  70% { transform: scale(1.8); opacity: 0; }
  100% { opacity: 0; }
}

.seq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 15px 24px;
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
  transition: .2s ease;
  border: 1px solid transparent;
  white-space: nowrap;
}

.seq-btn--primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 10px 22px rgba(21,151,229,.18);
}

.seq-btn--primary:hover { background: #0F83CA; }

.seq-menu-toggle,
.seq-menu-close {
  display: none;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.seq-mobile-backdrop,
.seq-mobile-menu {
  display: none;
}

body.seq-menu-open {
  overflow: hidden;
}

@media screen and (max-width: 1040px) {
  .seq-nav { gap: 18px; }
  .seq-service-pill { display: none; }
}

@media screen and (max-width: 860px) {
  .seq-topbar { display: none; }

  .seq-site-header .seq-wrap {
    width: min(100% - 28px, 1180px);
  }

  .seq-header {
    position: sticky;
    top: 0;
  }

  .seq-header__inner {
    height: 68px;
    gap: 14px;
  }

  .seq-site-header .seq-logo { max-width: 128px; }

  .seq-nav,
  .seq-header-actions {
    display: none;
  }

  .seq-menu-toggle {
    margin-left: auto;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: var(--navy);
    color: #fff;
    display: grid;
    place-items: center;
    gap: 4px;
    padding: 13px;
  }

  .seq-menu-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    display: block;
  }

  .seq-mobile-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 120;
    background: rgba(7,29,51,.56);
    opacity: 0;
    visibility: hidden;
    transition: opacity .22s ease, visibility .22s ease;
  }

  .seq-mobile-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 130;
    top: 0;
    right: 0;
    width: min(92vw, 430px);
    height: 100dvh;
    background: #fff;
    color: var(--text);
    box-shadow: -20px 0 60px rgba(7,29,51,.24);
    transform: translateX(104%);
    transition: transform .25s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .seq-site-header.is-menu-open .seq-mobile-backdrop {
    opacity: 1;
    visibility: visible;
  }

  .seq-site-header.is-menu-open .seq-mobile-menu {
    transform: translateX(0);
  }

  .seq-mobile-menu__top {
    min-height: 76px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid var(--border);
  }

  .seq-menu-close {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: #F1F7FC;
    color: var(--navy);
    display: grid;
    place-items: center;
  }

  .seq-menu-close svg {
    width: 22px;
    height: 22px;
  }

  .seq-mobile-menu__trust {
    padding: 16px 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    background: #F7FBFF;
    border-bottom: 1px solid #DCEAF7;
  }

  .seq-mobile-menu__trust div {
    background: #fff;
    border: 1px solid #DCEAF7;
    border-radius: 16px;
    padding: 13px;
  }

  .seq-mobile-menu__trust strong {
    display: block;
    color: var(--navy);
    font-size: 20px;
    line-height: 1;
    letter-spacing: -.03em;
    font-weight: 950;
  }

  .seq-mobile-menu__trust span {
    display: block;
    margin-top: 5px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.25;
    font-weight: 800;
  }

  .seq-mobile-nav {
    display: grid;
    gap: 10px;
    padding: 18px;
  }

  .seq-mobile-nav a {
    display: grid;
    grid-template-columns: 48px 1fr 22px;
    align-items: center;
    gap: 14px;
    min-height: 74px;
    text-decoration: none;
    color: var(--navy);
    background: #fff;
    border: 1px solid #DCEAF7;
    border-radius: 18px;
    padding: 13px 14px;
    box-shadow: 0 8px 18px rgba(7,29,51,.04);
  }

  .seq-mobile-nav__icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: #EFF7FF;
    color: var(--blue);
    display: grid;
    place-items: center;
  }

  .seq-mobile-nav__icon svg {
    width: 25px;
    height: 25px;
  }

  .seq-mobile-nav strong {
    display: block;
    color: var(--navy);
    font-size: 18px;
    line-height: 1.1;
    font-weight: 950;
    letter-spacing: -.02em;
  }

  .seq-mobile-nav small {
    display: block;
    margin-top: 4px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.25;
    font-weight: 750;
  }

  .seq-mobile-nav__arrow {
    width: 21px;
    height: 21px;
    color: #8CA0B4;
  }

  .seq-mobile-menu__bottom {
    margin-top: auto;
    padding: 18px;
    display: grid;
    gap: 10px;
    border-top: 1px solid var(--border);
    background: #fff;
    position: sticky;
    bottom: 0;
  }

  .seq-mobile-service-pill {
    justify-content: center;
    width: 100%;
    border-radius: 16px;
  }

  .seq-mobile-book,
  .seq-mobile-call {
    min-height: 54px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 950;
  }

  .seq-mobile-book {
    background: var(--blue);
    color: #fff;
    box-shadow: 0 14px 28px rgba(21,151,229,.22);
  }

  .seq-mobile-call {
    background: #F7FBFF;
    color: var(--navy);
    border: 1px solid #DCEAF7;
  }
}

@media screen and (max-width: 420px) {
  .seq-mobile-menu { width: 100vw; }
  .seq-mobile-menu__trust { grid-template-columns: 1fr; }
  .seq-mobile-nav a { grid-template-columns: 44px 1fr 18px; padding: 12px; }
  .seq-mobile-nav__icon { width: 44px; height: 44px; }
  .seq-mobile-nav strong { font-size: 17px; }
}
</style>