/*
 * CAMBRIDGE_B1_HERO_REFERENCE_V31_7_20260906
 * HERO ONLY.
 * Rebuilds composition/spacing/responsiveness to match the supplied premium reference
 * while preserving Cambridge/Arya content, colors, image and CTA destination.
 */

/* ---------------------------------------------------------------------
   GLOBAL HERO RESET / SAFETY
   --------------------------------------------------------------------- */
.b1x-page .b1x-hero.b1x-hero-v31-7{
  position:relative!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  isolation:isolate!important;
  color:#fff!important;
  background:#21130f!important;
}

.b1x-page .b1x-hero.b1x-hero-v31-7::before{
  content:""!important;
  position:absolute!important;
  z-index:2!important;
  inset:0!important;
  display:block!important;
  pointer-events:none!important;
  background:
    linear-gradient(90deg,
      rgba(17,8,5,.88) 0%,
      rgba(22,10,7,.80) 25%,
      rgba(26,13,9,.61) 48%,
      rgba(20,10,7,.27) 70%,
      rgba(11,7,5,.13) 100%),
    linear-gradient(180deg,
      rgba(12,7,5,.09) 0%,
      rgba(12,7,5,.03) 58%,
      rgba(8,5,4,.24) 100%)!important;
}

.b1x-page .b1x-hero.b1x-hero-v31-7::after{
  content:""!important;
  position:absolute!important;
  z-index:3!important;
  inset:0!important;
  display:block!important;
  pointer-events:none!important;
  box-shadow:inset 0 0 110px rgba(8,4,3,.22)!important;
  background:transparent!important;
}

/* Existing composite image is the only visual source. */
.b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-photo{
  position:absolute!important;
  z-index:1!important;
  inset:0!important;
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  width:auto!important;
  height:auto!important;
  background-image:url("../images/public/cambridge-b1/hero-webveda.png")!important;
  background-repeat:no-repeat!important;
  background-color:#21130f!important;
  filter:none!important;
  transform:none!important;
  transform-origin:72% 50%!important;
  will-change:scale!important;
  animation:b1xHeroImageBreathV317 16s ease-out both!important;
}

/* Prevent the old separate mobile-person treatment from duplicating the subject. */
.b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-person-mobile{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
}

.b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-shade{
  position:absolute!important;
  z-index:2!important;
  inset:0!important;
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:none!important;
  background:transparent!important;
}

@keyframes b1xHeroImageBreathV317{
  0%{scale:1.02}
  100%{scale:1.05}
}


/* =====================================================================
   DESKTOP — 1200px+
   ===================================================================== */
@media (min-width:1200px){
  .b1x-page .b1x-hero.b1x-hero-v31-7{
    height:clamp(580px,76vh,740px)!important;
    min-height:580px!important;
    max-height:740px!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-photo{
    background-size:cover!important;
    background-position:center center!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-content{
    position:relative!important;
    z-index:5!important;
    width:min(calc(100% - 80px),1200px)!important;
    max-width:1200px!important;
    height:100%!important;
    min-height:0!important;
    margin:0 auto!important;
    padding:34px 0 112px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-copy{
    width:560px!important;
    max-width:560px!important;
    min-height:0!important;
    margin:24px 0 0!important;
    display:block!important;
    text-align:left!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-proof{
    width:max-content!important;
    max-width:100%!important;
    min-height:25px!important;
    margin:0 0 22px!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:11px!important;
    color:rgba(255,255,255,.96)!important;
    font-size:13px!important;
    font-weight:680!important;
    line-height:1.3!important;
    letter-spacing:-.015em!important;
    text-transform:none!important;
    text-shadow:0 2px 13px rgba(0,0,0,.42)!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-proof .b1x-proof-avatars{
    width:57px!important;
    height:25px!important;
    flex:0 0 57px!important;
    margin-right:2px!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-proof-avatars img{
    width:25px!important;
    height:25px!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-proof>span:not(.b1x-proof-avatars){
    width:30px!important;
    height:18px!important;
    flex:0 0 30px!important;
    border:1px solid rgba(255,255,255,.84)!important;
    border-radius:999px!important;
    background:linear-gradient(90deg,#4359eb 0 33%,#fff 33% 66%,#e83d55 66%)!important;
    box-shadow:none!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 h1{
    width:100%!important;
    max-width:560px!important;
    margin:0!important;
    display:block!important;
    color:#fff!important;
    font-size:clamp(64px,5.15vw,76px)!important;
    font-weight:800!important;
    line-height:.98!important;
    letter-spacing:-.055em!important;
    white-space:normal!important;
    text-align:left!important;
    text-wrap:balance!important;
    text-shadow:0 3px 22px rgba(0,0,0,.28)!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 h1 span,
  .b1x-page .b1x-hero.b1x-hero-v31-7 h1 em{
    display:inline!important;
    color:#fff!important;
    font:inherit!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-lead{
    width:100%!important;
    max-width:520px!important;
    margin:25px 0 0!important;
    color:#fff!important;
    font-size:19px!important;
    font-weight:560!important;
    line-height:1.45!important;
    letter-spacing:-.025em!important;
    text-align:left!important;
    text-shadow:0 2px 14px rgba(0,0,0,.42)!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-actions{
    width:auto!important;
    margin:31px 0 0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-button-blue{
    width:auto!important;
    min-width:250px!important;
    height:54px!important;
    min-height:54px!important;
    padding:0 31px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border:0!important;
    border-radius:999px!important;
    color:#fff!important;
    background:#4658e8!important;
    box-shadow:0 12px 27px rgba(36,54,177,.26)!important;
    font-size:14px!important;
    font-weight:750!important;
    line-height:1!important;
    transition:transform .25s ease,filter .25s ease,box-shadow .25s ease!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-button-blue::after{
    display:none!important;
    content:none!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-button-blue:hover{
    transform:translateY(-2px)!important;
    filter:brightness(1.06)!important;
    box-shadow:0 15px 31px rgba(36,54,177,.32)!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-features{
    position:absolute!important;
    z-index:6!important;
    left:50%!important;
    right:auto!important;
    bottom:36px!important;
    width:min(calc(100% - 80px),1200px)!important;
    max-width:1200px!important;
    min-height:34px!important;
    margin:0!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:38px!important;
    transform:translateX(-50%)!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-features>div{
    width:auto!important;
    min-width:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    flex-direction:row!important;
    gap:9px!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    text-align:left!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-features svg{
    width:20px!important;
    height:20px!important;
    min-width:20px!important;
    flex:0 0 20px!important;
    fill:none!important;
    stroke:#fff!important;
    stroke-width:1.45!important;
    filter:drop-shadow(0 2px 4px rgba(0,0,0,.35))!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-features span{
    width:auto!important;
    max-width:none!important;
    color:#fff!important;
    font-size:13px!important;
    font-weight:650!important;
    line-height:1.12!important;
    letter-spacing:-.02em!important;
    text-align:left!important;
    text-shadow:0 2px 7px rgba(0,0,0,.45)!important;
  }
}


/* =====================================================================
   TABLET — 768px–1199px
   ===================================================================== */
@media (min-width:768px) and (max-width:1199px){
  .b1x-page .b1x-hero.b1x-hero-v31-7{
    height:clamp(560px,72vh,680px)!important;
    min-height:560px!important;
    max-height:680px!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-photo{
    background-size:cover!important;
    background-position:58% center!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7::before{
    background:
      linear-gradient(90deg,rgba(17,8,5,.87) 0%,rgba(23,11,8,.76) 40%,rgba(18,9,7,.34) 75%,rgba(12,7,5,.18) 100%),
      linear-gradient(180deg,rgba(11,6,5,.08),rgba(8,5,4,.24))!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-content{
    position:relative!important;
    z-index:5!important;
    width:calc(100% - 64px)!important;
    height:100%!important;
    min-height:0!important;
    margin:0 auto!important;
    padding:34px 0 108px!important;
    display:flex!important;
    align-items:center!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-copy{
    width:50%!important;
    max-width:500px!important;
    min-width:390px!important;
    min-height:0!important;
    margin:0!important;
    display:block!important;
    text-align:left!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-proof{
    margin:0 0 19px!important;
    justify-content:flex-start!important;
    color:#fff!important;
    font-size:12px!important;
    letter-spacing:-.01em!important;
    text-transform:none!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 h1{
    margin:0!important;
    color:#fff!important;
    font-size:clamp(50px,6vw,62px)!important;
    font-weight:800!important;
    line-height:.99!important;
    letter-spacing:-.05em!important;
    text-align:left!important;
    white-space:normal!important;
    text-shadow:0 3px 18px rgba(0,0,0,.32)!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 h1 span,
  .b1x-page .b1x-hero.b1x-hero-v31-7 h1 em{display:inline!important;color:#fff!important;font:inherit!important}

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-lead{
    max-width:460px!important;
    margin:21px 0 0!important;
    color:#fff!important;
    font-size:17px!important;
    line-height:1.45!important;
    text-align:left!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-actions{margin:27px 0 0!important;justify-content:flex-start!important}
  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-button-blue{
    min-width:230px!important;height:52px!important;min-height:52px!important;padding:0 27px!important;border-radius:999px!important;
    color:#fff!important;background:#4658e8!important;font-size:13px!important;font-weight:750!important;
  }
  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-button-blue::after{display:none!important;content:none!important}

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-features{
    position:absolute!important;z-index:6!important;left:32px!important;right:32px!important;bottom:31px!important;
    width:auto!important;margin:0!important;padding:0!important;display:flex!important;gap:26px!important;transform:none!important;background:none!important;border:0!important;
  }
  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-features>div{display:flex!important;align-items:center!important;gap:8px!important;padding:0!important;background:none!important;border:0!important}
  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-features svg{width:18px!important;height:18px!important;min-width:18px!important;stroke:#fff!important}
  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-features span{color:#fff!important;font-size:11.5px!important;font-weight:650!important;line-height:1.1!important;text-align:left!important}
}

/* Center the tablet composition before it becomes mobile if the viewport is tight. */
@media (min-width:768px) and (max-width:899px){
  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-photo{background-position:72% center!important}
  .b1x-page .b1x-hero.b1x-hero-v31-7::before{
    background:linear-gradient(180deg,rgba(20,10,7,.72) 0%,rgba(21,10,7,.52) 46%,rgba(10,6,4,.47) 100%)!important;
  }
  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-content{width:calc(100% - 48px)!important;justify-content:center!important}
  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-copy{width:100%!important;max-width:580px!important;min-width:0!important;text-align:center!important}
  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-proof{justify-content:center!important;margin-right:auto!important;margin-left:auto!important}
  .b1x-page .b1x-hero.b1x-hero-v31-7 h1,.b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-lead{text-align:center!important;margin-right:auto!important;margin-left:auto!important}
  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-actions{justify-content:center!important}
  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-features{justify-content:center!important}
}


/* =====================================================================
   MOBILE — 320px–767px
   Purpose-built composition, not a shrunken desktop.
   ===================================================================== */
@media (max-width:767px){
  .b1x-page .b1x-hero.b1x-hero-v31-7{
    width:100%!important;
    height:clamp(650px,calc(100svh - 72px),720px)!important;
    min-height:650px!important;
    max-height:720px!important;
    margin:0!important;
    background:#271610!important;
  }

  /* The mobile crop intentionally anchors the subject lower/central like the reference.
     A warm dark hero background fills the upper text zone seamlessly. */
  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-photo{
    inset:0!important;
    display:block!important;
    background-size:auto 90%!important;
    background-position:82% calc(100% + 80px)!important;
    background-repeat:no-repeat!important;
    background-color:#271610!important;
    transform:none!important;
    transform-origin:60% 65%!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7::before{
    z-index:2!important;
    background:
      linear-gradient(180deg,
        rgba(31,16,11,.90) 0%,
        rgba(31,16,11,.72) 23%,
        rgba(25,13,9,.42) 49%,
        rgba(18,9,7,.18) 68%,
        rgba(10,5,4,.58) 100%),
      linear-gradient(90deg,rgba(15,8,6,.14),rgba(15,8,6,.04),rgba(15,8,6,.14))!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7::after{
    box-shadow:inset 0 0 70px rgba(5,3,2,.19)!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-content{
    position:relative!important;
    z-index:5!important;
    width:calc(100% - 40px)!important;
    max-width:500px!important;
    height:auto!important;
    min-height:0!important;
    margin:0 auto!important;
    padding:37px 0 0!important;
    display:block!important;
    text-align:center!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-copy{
    width:100%!important;
    max-width:none!important;
    min-height:0!important;
    margin:0 auto!important;
    display:block!important;
    text-align:center!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-proof{
    width:max-content!important;
    max-width:100%!important;
    min-height:23px!important;
    margin:0 auto 20px!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    color:#fff!important;
    font-size:11px!important;
    font-weight:650!important;
    line-height:1.25!important;
    letter-spacing:-.015em!important;
    text-transform:none!important;
    text-align:center!important;
    text-shadow:0 2px 11px rgba(0,0,0,.60)!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-proof .b1x-proof-avatars{
    width:50px!important;height:23px!important;flex:0 0 50px!important;
  }
  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-proof-avatars img{width:23px!important;height:23px!important}
  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-proof-avatars img:nth-child(2){left:14px!important}
  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-proof-avatars img:nth-child(3){left:28px!important}

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-proof>span:not(.b1x-proof-avatars){
    width:25px!important;height:16px!important;flex:0 0 25px!important;border:1px solid rgba(255,255,255,.9)!important;border-radius:999px!important;
    background:linear-gradient(90deg,#4359eb 0 33%,#fff 33% 66%,#e83d55 66%)!important;box-shadow:none!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 h1{
    width:94%!important;
    max-width:420px!important;
    margin:0 auto!important;
    display:block!important;
    color:#fff!important;
    font-size:clamp(42px,12.2vw,50px)!important;
    font-weight:800!important;
    line-height:1.01!important;
    letter-spacing:-.045em!important;
    white-space:normal!important;
    text-align:center!important;
    text-wrap:balance!important;
    text-shadow:0 3px 20px rgba(0,0,0,.34)!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 h1 span,
  .b1x-page .b1x-hero.b1x-hero-v31-7 h1 em{
    display:inline!important;
    color:#fff!important;
    font:inherit!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-lead{
    width:100%!important;
    max-width:350px!important;
    margin:18px auto 0!important;
    color:#fff!important;
    font-size:16px!important;
    font-weight:560!important;
    line-height:1.4!important;
    letter-spacing:-.02em!important;
    text-align:center!important;
    text-shadow:0 2px 12px rgba(0,0,0,.62)!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-actions{
    width:100%!important;
    margin:27px auto 0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-button-blue{
    width:min(88%,300px)!important;
    min-width:0!important;
    height:52px!important;
    min-height:52px!important;
    padding:0 20px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border:0!important;
    border-radius:999px!important;
    color:#fff!important;
    background:#4658e8!important;
    box-shadow:0 0 0 4px rgba(70,88,232,.17),0 13px 28px rgba(9,18,76,.28)!important;
    font-size:13px!important;
    font-weight:750!important;
    line-height:1!important;
    transform:none!important;
    filter:none!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-button-blue::after{display:none!important;content:none!important}

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-features{
    position:absolute!important;
    z-index:6!important;
    right:10px!important;
    bottom:27px!important;
    left:10px!important;
    width:auto!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    align-items:start!important;
    gap:8px!important;
    transform:none!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-features>div{
    width:100%!important;
    min-width:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0 3px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    flex-direction:column!important;
    gap:6px!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
    text-align:center!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-features svg{
    width:21px!important;
    height:21px!important;
    min-width:21px!important;
    flex:0 0 21px!important;
    fill:none!important;
    stroke:#fff!important;
    stroke-width:1.5!important;
    filter:drop-shadow(0 2px 4px rgba(0,0,0,.62))!important;
  }

  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-features span{
    width:100%!important;
    max-width:108px!important;
    margin:0 auto!important;
    color:#fff!important;
    font-size:10px!important;
    font-weight:700!important;
    line-height:1.12!important;
    letter-spacing:-.025em!important;
    text-align:center!important;
    text-shadow:0 2px 6px rgba(0,0,0,.78)!important;
  }
}

@media (max-width:390px){
  .b1x-page .b1x-hero.b1x-hero-v31-7{
    height:clamp(650px,calc(100svh - 70px),700px)!important;
    min-height:650px!important;
    max-height:700px!important;
  }
  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-photo{
    background-size:auto 88%!important;
    background-position:82% calc(100% + 74px)!important;
  }
  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-content{width:calc(100% - 32px)!important;padding-top:34px!important}
  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-proof{margin-bottom:18px!important;font-size:10px!important}
  .b1x-page .b1x-hero.b1x-hero-v31-7 h1{width:96%!important;font-size:clamp(40px,12vw,46px)!important}
  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-lead{max-width:320px!important;margin-top:16px!important;font-size:15px!important}
  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-actions{margin-top:24px!important}
  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-button-blue{height:50px!important;min-height:50px!important;font-size:12.5px!important}
  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-features{right:5px!important;bottom:21px!important;left:5px!important;gap:3px!important}
  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-features svg{width:19px!important;height:19px!important;min-width:19px!important;flex-basis:19px!important}
  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-features span{max-width:98px!important;font-size:9px!important}
}

@media (max-width:330px){
  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-content{width:calc(100% - 26px)!important}
  .b1x-page .b1x-hero.b1x-hero-v31-7 h1{font-size:39px!important}
  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-lead{font-size:14px!important}
  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-features span{font-size:8.5px!important}
}

/* No motion for users who explicitly request it. */
@media (prefers-reduced-motion:reduce){
  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-hero-photo{
    animation:none!important;
    scale:1!important;
  }
  .b1x-page .b1x-hero.b1x-hero-v31-7 .b1x-button-blue{
    transition:none!important;
  }
}
