/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

:is(#ma-header,#ma-home,#ma-footer) {
  --navy: #0A1E38;
  --navy-2: #102B4E;
  --ice: #EEF4F9;
  --paper: #FFFFFF;
  --blue: #1C5FB8;
  --blue-2: #2F7BE0;
  --red: #D7262B;
  --sun: #F5B041;
  --cyan: #7FD3FF;
  --ink: #16273C;
  --slate: #4A5D74;
  --line: rgba(22,39,60,.12);
  --glass: rgba(10,30,56,.72);
  --bg: var(--paper);
  --fg: var(--ink);
  --ff-display: "Archivo","Helvetica Neue",Arial,sans-serif;
  --ff-body: "Instrument Sans","Segoe UI",Helvetica,Arial,sans-serif;
  --radius: 16px;
  --gutter: clamp(16px,5vw,64px);
  --navh: clamp(60px,6.2vw,80px);
  --num: clamp(58px,6.2vw,76px);
  --ease: cubic-bezier(.2,.8,.2,1);
}
:is(#ma-header,#ma-home,#ma-footer) * {
  box-sizing: border-box;
}
:is(#ma-header,#ma-home,#ma-footer) ul,
:is(#ma-header,#ma-home,#ma-footer) ol {
  margin: 0;
  padding: 0;
}
:is(#ma-header,#ma-home,#ma-footer) li {
  margin: 0;
}
:is(#ma-header,#ma-home,#ma-footer) svg {
  display: inline-block;
}
:is(#ma-header,#ma-home,#ma-footer) input,
:is(#ma-header,#ma-home,#ma-footer) select,
:is(#ma-header,#ma-home,#ma-footer) textarea,
:is(#ma-header,#ma-home,#ma-footer) button {
  margin: 0;
}
html {
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
:is(#ma-header,#ma-home,#ma-footer) section[id],
:is(#ma-header,#ma-home,#ma-footer) [id] {
  scroll-margin-top: calc(var(--navh) + 18px);
}
:is(#ma-header,#ma-home,#ma-footer) {
  display: block;
  position: relative;
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--ff-body);
  font-size: clamp(15.5px,1.1vw,17px);
  line-height: 1.6;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
:is(#ma-header,#ma-home,#ma-footer) h1,
:is(#ma-header,#ma-home,#ma-footer) h2,
:is(#ma-header,#ma-home,#ma-footer) h3,
:is(#ma-header,#ma-home,#ma-footer) h4 {
  color: inherit;
  padding: 0;
  font-family: var(--ff-display);
  line-height: 1.05;
  margin: 0;
  text-wrap: balance;
  letter-spacing: -.01em;
}
:is(#ma-header,#ma-home,#ma-footer) p {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
:is(#ma-header,#ma-home,#ma-footer) a {
  color: inherit;
  text-decoration: none;
}
:is(#ma-header,#ma-home,#ma-footer) img {
  max-width: 100%;
  display: block;
}
:is(#ma-header,#ma-home,#ma-footer) .wrap {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: var(--gutter);
}
:is(#ma-header,#ma-home,#ma-footer) .h1 {
  font-size: clamp(34px,4.8vw,60px);
  font-weight: 800;
  font-stretch: 112%;
}
:is(#ma-header,#ma-home,#ma-footer) .h2 {
  font-size: clamp(28px,3.6vw,46px);
  font-weight: 800;
  font-stretch: 112%;
}
:is(#ma-header,#ma-home,#ma-footer) .sub {
  font-family: var(--ff-display);
  font-weight: 600;
  font-size: clamp(17px,1.6vw,21px);
  color: var(--blue);
  margin-top: 10px;
}
:is(#ma-header,#ma-home,#ma-footer) .lead {
  max-width: 62ch;
  color: var(--slate);
}
:is(#ma-header,#ma-home,#ma-footer) .stack {
  display: grid;
  gap: 18px;
}
:is(#ma-header,#ma-home,#ma-footer) .center {
  text-align: center;
}
:is(#ma-header,#ma-home,#ma-footer) .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: clamp(10.5px,.95vw,12px);
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--blue-2);
}
:is(#ma-header,#ma-home,#ma-footer) .eyebrow.sun {
  color: var(--sun);
}
:is(#ma-header,#ma-home,#ma-footer) .btn {
  display: inline-flex;
  align-items: center;
  gap: clamp(7px,.8vw,10px);
  padding: clamp(13px,1.5vw,15px) clamp(17px,2.2vw,24px);
  border-radius: 999px;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: clamp(12.5px,1.05vw,14px);
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform .25s var(--ease),box-shadow .25s;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
}
:is(#ma-header,#ma-home,#ma-footer) .btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,transparent 30%,rgba(255,255,255,.28) 50%,transparent 70%);
  transform: translateX(-120%);
  transition: transform .7s ease;
  z-index: -1;
}
:is(#ma-header,#ma-home,#ma-footer) .btn:hover::after {
  transform: translateX(120%);
}
:is(#ma-header,#ma-home,#ma-footer) .btn:hover {
  transform: translateY(-2px);
}
:is(#ma-header,#ma-home,#ma-footer) .btn:focus-visible {
  outline: 3px solid var(--sun);
  outline-offset: 3px;
}
:is(#ma-header,#ma-home,#ma-footer) .btn-primary {
  background: var(--red);
  color: #fff;
  box-shadow: 0 10px 30px -10px rgba(215,38,43,.6);
}
:is(#ma-header,#ma-home,#ma-footer) .btn-blue {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 10px 30px -10px rgba(28,95,184,.6);
}
:is(#ma-header,#ma-home,#ma-footer) .btn-ghost {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.45);
}
:is(#ma-header,#ma-home,#ma-footer) .btn-ghost:hover {
  border-color: #fff;
}
:is(#ma-header,#ma-home,#ma-footer) .btn-outline {
  background: transparent;
  color: var(--blue);
  border: 1.5px solid var(--blue);
}
:is(#ma-header,#ma-home,#ma-footer) .btn svg {
  width: 16px;
  height: 16px;
  flex: none;
}
:is(#ma-header,#ma-home,#ma-footer) .actions {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px,1.3vw,14px);
  align-items: center;
}
#ma-header .nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  padding: 0;
  background: transparent;
  color: #fff;
  pointer-events: none;
}
#ma-header .nav .wrap {
  pointer-events: auto;
  position: relative;
  max-width: none;
  margin: 0;
  padding: clamp(14px,1.5vw,21px) var(--gutter);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px,2.2vw,30px);
  background: linear-gradient(180deg,rgba(16,42,74,.66),rgba(10,28,50,.78));
  backdrop-filter: blur(22px) saturate(1.45);
  -webkit-backdrop-filter: blur(22px) saturate(1.45);
  border-bottom: 1px solid rgba(255,255,255,.1);
  box-shadow: 0 18px 40px -30px rgba(0,0,0,.85);
  transition: padding .45s var(--ease),background .45s var(--ease),box-shadow .45s var(--ease),border-color .45s;
}
#ma-header .nav .wrap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg,transparent,rgba(255,255,255,.22) 22%,rgba(255,255,255,.22) 78%,transparent);
}
#ma-header .nav.scrolled .wrap {
  padding-block: clamp(9px,1vw,13px);
  background: linear-gradient(180deg,rgba(11,30,54,.95),rgba(8,22,42,.97));
  border-bottom-color: rgba(255,255,255,.08);
  box-shadow: 0 20px 44px -26px rgba(0,0,0,.95);
}
:is(#ma-header,#ma-home,#ma-footer) .brand {
  display: flex;
  align-items: center;
  gap: clamp(9px,1vw,13px);
  text-decoration: none;
  flex: none;
}
:is(#ma-header,#ma-home,#ma-footer) .brand img {
  height: clamp(34px,3.9vw,44px);
  width: auto;
  background: #fff;
  border-radius: 10px;
  padding: 3px 6px;
  box-shadow: 0 6px 16px -8px rgba(0,0,0,.55);
  transition: height .45s var(--ease);
}
#ma-header .nav.scrolled .brand img {
  height: clamp(30px,3.3vw,37px);
}
:is(#ma-header,#ma-home,#ma-footer) .brand span {
  font-family: var(--ff-display);
  font-weight: 800;
  font-stretch: 112%;
  font-size: clamp(14.5px,1.35vw,17px);
  letter-spacing: .02em;
  white-space: nowrap;
}
#ma-header .nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: clamp(13px,1.9vw,24px);
}
#ma-header .nav ul a {
  text-decoration: none;
  font-weight: 500;
  font-size: clamp(12.8px,1.08vw,14.5px);
  letter-spacing: .012em;
  color: rgba(255,255,255,.86);
  position: relative;
  padding-block: 7px;
  white-space: nowrap;
  transition: color .35s var(--ease);
}
#ma-header .nav ul a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  background: var(--sun);
  box-shadow: 0 0 10px rgba(245,176,65,.5);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .58s cubic-bezier(.65,0,.35,1);
}
#ma-header .nav ul a:hover {
  color: #fff;
}
#ma-header .nav ul a:hover::after {
  transform: scaleX(1);
}
#ma-header .navright {
  display: flex;
  align-items: center;
  gap: clamp(7px,.9vw,10px);
}
#ma-header .nav .phone {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: clamp(12.5px,1.05vw,14px);
  color: #fff;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  padding: clamp(8px,.9vw,10px) clamp(12px,1.35vw,16px);
  white-space: nowrap;
  transition: background .28s,border-color .28s;
}
#ma-header .nav .phone:hover {
  background: rgba(255,255,255,.18);
  border-color: rgba(255,255,255,.3);
}
#ma-header .nav .btn {
  padding: clamp(10px,1.2vw,12px) clamp(13px,1.7vw,18px);
  font-size: clamp(11.5px,1vw,12.5px);
}
:is(#ma-header,#ma-home,#ma-footer) .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3DDC84;
  box-shadow: 0 0 0 0 rgba(61,220,132,.6);
  animation: pulse 2.2s infinite;
  flex: none;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(61,220,132,.55); }
  70% { box-shadow: 0 0 0 9px rgba(61,220,132,0); }
  100% { box-shadow: 0 0 0 0 rgba(61,220,132,0); }
}
#ma-header .burger {
  display: none;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 12px;
  color: #fff;
  width: clamp(38px,4.4vw,42px);
  height: clamp(38px,4.4vw,42px);
  cursor: pointer;
  place-items: center;
  flex: none;
}
#ma-header .burger svg {
  width: 22px;
  height: 22px;
}
@media (max-width:1240px) {
  #ma-header .nav .btn {
    display: none;
  }
}
@media (max-width:1080px) {
  #ma-header .nav ul {
    display: none;
  }
  #ma-header .burger {
    display: grid;
  }
  #ma-header .nav .phone .lbl {
    display: none;
  }
}
@media (max-width:620px) {
  :is(#ma-header,#ma-home,#ma-footer) .brand span {
    display: none;
  }
  #ma-header .nav .wrap {
    gap: 12px;
    padding: 10px 10px 10px 14px;
  }
}
@media (max-width:400px) {
  #ma-header .nav .wrap {
    gap: 9px;
    padding: 9px 10px 9px 12px;
  }
  #ma-header .nav .phone {
    padding: 8px 11px;
  }
}
#ma-header .nav.open ul {
  display: grid;
  gap: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #09192D;
  border-bottom: 1px solid rgba(255,255,255,.12);
  padding: 6px var(--gutter) 14px;
  box-shadow: 0 26px 54px -26px rgba(0,0,0,.85);
}
#ma-header .nav.open ul a {
  display: block;
  padding: 13px 0;
  font-size: 16px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
#ma-header .nav.open ul li:last-child a {
  border-bottom: 0;
}
#ma-header .nav.open ul a::after {
  display: none;
}
#ma-header .nav-hidden {
  display: none!important;
}
#ma-header .menu-cta {
  display: none;
}
#ma-header .nav.open ul .menu-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 14px;
}
#ma-header .nav.open ul .menu-cta a {
  display: inline-flex;
  border-bottom: 0;
  padding: 13px 20px;
  font-size: 13px;
  flex: 1 1 auto;
  justify-content: center;
}
#ma-header .nav.open ul {
  max-height: calc(100vh - 100% - 8px);
  max-height: calc(100dvh - 100% - 8px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#ma-header .burger path {
  transition: transform .3s var(--ease),opacity .25s;
  transform-origin: 12px 12px;
}
#ma-header .nav.open .burger .l1 {
  transform: translateY(5px) rotate(45deg);
}
#ma-header .nav.open .burger .l2 {
  opacity: 0;
}
#ma-header .nav.open .burger .l3 {
  transform: translateY(-5px) rotate(-45deg);
}
@media (hover:none) {
  #ma-header .burger {
    width: 44px;
    height: 44px;
  }
  #ma-header .nav .phone {
    min-height: 40px;
  }
}
#ma-home .aircanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#ma-home .hero {
  position: relative;
  background: var(--navy);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
  clip-path: inset(0);
  display: grid;
  align-items: center;
  min-height: 100vh;
  min-height: 100svh;
}
#ma-home .hero .aircanvas {
  z-index: -2;
  mix-blend-mode: screen;
}
#ma-home .heroimg {
  position: fixed;
  inset: 0;
  z-index: -3;
  overflow: hidden;
  background: var(--navy);
}
#ma-home .heroimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  transform-origin: center bottom;
  opacity: .42;
  transform: scale(1.04);
  animation: heroZoom 18s ease-out both;
}
@keyframes heroZoom {
  from { transform: scale(1.12); }
  to { transform: scale(1.04); }
}
#ma-home .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(100deg,rgba(10,30,56,.88) 20%,rgba(10,30,56,.5) 55%,rgba(10,30,56,.72)),radial-gradient(900px 500px at 80% 20%,rgba(47,123,224,.35),transparent 60%),linear-gradient(180deg,rgba(10,30,56,0) 60%,var(--navy) 100%);
}
#ma-home .hero .wrap {
  padding-block: clamp(106px,12vh,150px) clamp(56px,7vw,96px);
  display: grid;
  grid-template-columns: 1.22fr .78fr;
  gap: clamp(40px,6.5vw,104px);
  align-items: center;
}
#ma-home .hero .h1 {
  margin-top: clamp(12px,1.6vw,18px);
  font-size: clamp(30px,4.1vw,54px);
}
@media (min-width:901px) {
  #ma-home .hero .h1 .line span {
    white-space: nowrap;
  }
}
#ma-home .hero .h1 .line {
  display: block;
  overflow: hidden;
  padding-bottom: .08em;
  margin-bottom: -.08em;
}
#ma-home .hero .h1 .line span {
  display: inline-block;
  animation: rise .9s var(--ease) backwards;
}
#ma-home .hero .h1 .line:nth-child(2) span {
  animation-delay: .1s;
}
#ma-home .hero .h1 .line:nth-child(3) span {
  animation-delay: .2s;
}
@keyframes rise {
  from { transform: translateY(110%); }
  to { transform: translateY(0); }
}
#ma-home .hero .sub {
  color: var(--sun);
  animation: fadeUp .8s .35s backwards;
}
#ma-home .hero .lead {
  color: rgba(255,255,255,.82);
  margin-top: clamp(14px,2vw,22px);
  font-size: clamp(15.5px,1.35vw,18px);
  max-width: 52ch;
  animation: fadeUp .8s .45s backwards;
}
#ma-home .hero .actions {
  margin-top: clamp(22px,3vw,32px);
  animation: fadeUp .8s .6s backwards;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}
#ma-home .dial {
  position: relative;
  aspect-ratio: 1;
  max-width: 400px;
  width: 100%;
  margin-inline: auto;
  animation: fadeUp 1s .5s backwards;
}
#ma-home .dial svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
#ma-home .dial .ring {
  fill: none;
  stroke: rgba(255,255,255,.08);
  stroke-width: 14;
}
#ma-home .dial .arc {
  fill: none;
  stroke: url(#ma-g1);
  stroke-width: 14;
  stroke-linecap: round;
  stroke-dasharray: 1 1000;
  animation: arc 2.4s 1s var(--ease) forwards;
}
@keyframes arc {
  to { stroke-dasharray: 640 1000; }
}
#ma-home .dial .tip {
  --tip: clamp(26px,3.2vw,38px);
  position: absolute;
  inset: 0;
  pointer-events: none;
  transform: rotate(120deg);
  animation: tipRide 2.4s 1s var(--ease) forwards;
}
#ma-home .dial .tip svg {
  position: absolute;
  left: calc(92.5% - var(--tip)/2);
  top: calc(50% - var(--tip)/2);
  width: var(--tip);
  height: var(--tip);
  overflow: visible;
  transform: rotate(-120deg);
  filter: drop-shadow(0 8px 16px rgba(0,0,0,.55));
  animation: tipUp 2.4s 1s var(--ease) forwards,tipGlow 3.2s 3.6s ease-in-out infinite;
}
@keyframes tipRide {
  to { transform: rotate(336deg); }
}
@keyframes tipUp {
  to { transform: rotate(-336deg); }
}
@keyframes tipGlow {
  0%,100% { filter: drop-shadow(0 8px 16px rgba(0,0,0,.55)); }
  50% { filter: drop-shadow(0 0 14px rgba(245,176,65,.85)); }
}
#ma-home .dial .chip>svg {
  width: 18px;
  height: 18px;
  flex: none;
}
#ma-home .dial .core {
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  background: radial-gradient(circle at 40% 35%,rgba(47,123,224,.35),rgba(10,30,56,.2) 70%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08),0 30px 80px -30px rgba(47,123,224,.6);
}
#ma-home .dial .temp {
  font-family: var(--ff-display);
  font-weight: 800;
  font-stretch: 112%;
  font-size: clamp(56px,7vw,84px);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
#ma-home .dial .temp small {
  font-size: .4em;
  vertical-align: top;
  color: var(--sun);
  font-weight: 600;
}
#ma-home .dial .cap {
  font-size: clamp(10px,.95vw,12px);
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
  margin-top: 6px;
  font-family: var(--ff-display);
  font-weight: 600;
}
#ma-home .chip {
  position: absolute;
  background: rgba(255,255,255,.96);
  color: var(--navy-2);
  border-radius: 12px;
  padding: clamp(8px,1vw,10px) clamp(11px,1.2vw,14px);
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: clamp(11.5px,1.05vw,13px);
  line-height: 1.25;
  box-shadow: 0 20px 40px -15px rgba(0,0,0,.6);
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  animation: float 6s ease-in-out infinite;
}
#ma-home .chip b {
  display: block;
  font-size: clamp(9px,.85vw,10px);
  font-weight: 600;
  color: var(--slate);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 2px;
}
#ma-home .chip.a {
  left: -4%;
  top: 2%;
}
#ma-home .chip.b {
  right: -4%;
  bottom: 2%;
  animation-delay: -3s;
}
@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@media (max-width:900px) {
  #ma-home .hero .wrap {
    grid-template-columns: 1fr;
  }
  #ma-home .dial {
    max-width: min(320px,72vw);
  }
  #ma-home .chip.a {
    left: 0;
  }
  #ma-home .chip.b {
    right: 0;
  }
}
@media (max-height:560px) and (orientation:landscape) {
  #ma-home .hero {
    min-height: auto;
  }
  #ma-home .hero .wrap {
    padding-block: clamp(88px,17vh,116px) clamp(36px,8vh,60px);
    grid-template-columns: 1.3fr .7fr;
    gap: 32px;
  }
  #ma-home .dial {
    max-width: min(230px,26vw);
  }
  #ma-home .chip {
    display: none;
  }
  #ma-home .window,
  #ma-home .window.band {
    min-height: auto;
  }
}
#ma-home .stats {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 2;
}
#ma-home .stats .wrap {
  display: grid;
  grid-template-columns: repeat(4,auto);
  margin-top: -34px;
}
#ma-home .stats .wrap>div {
  background: var(--paper);
  border: 1px solid var(--line);
  border-right: 0;
  padding: clamp(18px,2.4vw,26px) clamp(14px,1.8vw,24px);
  display: flex;
  align-items: center;
  gap: clamp(10px,1.2vw,16px);
  min-width: 0;
}
#ma-home .stats .wrap>div:first-child {
  border-radius: 14px 0 0 14px;
}
#ma-home .stats .wrap>div:last-child {
  border-right: 1px solid var(--line);
  border-radius: 0 14px 14px 0;
}
#ma-home .stats .wrap {
  box-shadow: 0 30px 60px -40px rgba(10,30,56,.5);
  border-radius: 14px;
}
#ma-home .stat-ic {
  width: clamp(38px,3.8vw,46px);
  height: clamp(38px,3.8vw,46px);
  border-radius: 12px;
  background: var(--ice);
  color: var(--blue);
  display: grid;
  place-items: center;
  flex: none;
}
#ma-home .stat-ic svg {
  width: clamp(18px,1.9vw,22px);
  height: clamp(18px,1.9vw,22px);
}
#ma-home .stat-v {
  font-family: var(--ff-display);
  font-weight: 800;
  font-stretch: 112%;
  font-size: clamp(15px,1.15vw,18px);
  line-height: 1.15;
  color: var(--ink);
  white-space: nowrap;
}
#ma-home .stat-l {
  font-size: clamp(11.5px,.92vw,12.5px);
  color: var(--slate);
  font-weight: 500;
  white-space: nowrap;
}
#ma-home .stat-ic {
  flex: none;
}
@media (max-width:900px) {
  #ma-home .stats .wrap {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    padding-block: 18px 0;
    box-shadow: none;
  }
  #ma-home .stats .wrap>div {
    border-radius: 0!important;
    border-right: 1px solid var(--line);
    justify-content: center;
  }
  #ma-home .stats .wrap>div:nth-child(2n) {
    border-left: 0;
  }
}
@media (max-width:480px) {
  #ma-home .stats .wrap {
    grid-template-columns: 1fr;
  }
  #ma-home .stats .wrap>div {
    border-top: 0;
  }
  #ma-home .stats .wrap>div:first-child {
    border-top: 1px solid var(--line);
  }
}
#ma-home .sec {
  padding-block: clamp(64px,8vw,112px);
}
#ma-home .sec.ice {
  background: var(--ice);
}
#ma-home .sec.paper {
  background: var(--paper);
}
#ma-home .sec.navy {
  background: var(--navy);
  color: #fff;
}
#ma-home .head {
  display: grid;
  gap: 8px;
  max-width: 760px;
}
#ma-home .svc-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(30px,4.6vw,64px);
  align-items: start;
}
#ma-home .svc-intro {
  position: sticky;
  top: calc(var(--navh) + 18px);
  display: grid;
  gap: clamp(11px,1.3vw,14px);
}
#ma-home .callout {
  position: relative;
  margin-top: 8px;
  padding: clamp(17px,2vw,22px) clamp(18px,2.2vw,24px) clamp(17px,2vw,22px) clamp(20px,2.5vw,28px);
  background: var(--paper);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: clamp(14.5px,1.2vw,16px);
  line-height: 1.55;
}
#ma-home .callout::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(var(--sun),var(--blue-2));
}
#ma-home .callout strong {
  font-family: var(--ff-display);
  font-weight: 700;
  color: var(--blue);
}
#ma-home .svc-list {
  display: grid;
  border-top: 1px solid var(--line);
}
#ma-home .svc-row {
  --th: clamp(84px,10.5vw,132px);
  display: grid;
  grid-template-columns: var(--th) 1fr auto;
  gap: clamp(12px,1.8vw,22px);
  align-items: center;
  padding: clamp(14px,1.8vw,20px) 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: transform .35s var(--ease);
}
#ma-home .svc-row::before {
  content: "";
  position: absolute;
  inset: 0 calc(-1*clamp(5px,1.6vw,20px)) 0 calc(-1*clamp(4px,1.1vw,14px));
  border-radius: 14px;
  background: var(--paper);
  opacity: 0;
  transform: scale(.98);
  transition: opacity .3s,transform .3s;
  z-index: -1;
}
#ma-home .svc-row:hover {
  transform: translateX(12px);
}
#ma-home .svc-row:hover::before {
  opacity: 1;
  transform: none;
}
#ma-home .svc-row .thumb {
  width: var(--th);
  aspect-ratio: 4/3;
  border-radius: 12px;
  overflow: hidden;
  background: var(--navy);
  display: grid;
  place-items: center;
  color: var(--cyan);
}
#ma-home .svc-row .thumb svg {
  width: clamp(24px,2.9vw,34px);
  height: clamp(24px,2.9vw,34px);
}
#ma-home .svc-row .thumb img ~ svg {
  display: none;
}
#ma-home .svc-row .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s var(--ease);
}
#ma-home .svc-row:hover .thumb img {
  transform: scale(1.08);
}
#ma-home .svc-row h3 {
  font-size: clamp(16.2px,1.6vw,20px);
  font-weight: 700;
  font-stretch: 112%;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#ma-home .svc-row h3 .ico {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--ice);
  color: var(--blue);
  display: grid;
  place-items: center;
  flex: none;
}
#ma-home .svc-row h3 .ico svg {
  width: 16px;
  height: 16px;
}
#ma-home .svc-row p {
  color: var(--slate);
  font-size: clamp(13.8px,1.15vw,15px);
  max-width: 52ch;
}
#ma-home .svc-row .go {
  width: clamp(38px,3.7vw,44px);
  height: clamp(38px,3.7vw,44px);
  border-radius: 50%;
  border: 1.5px solid var(--line);
  display: grid;
  place-items: center;
  color: var(--blue);
  transition: background .3s,color .3s,border-color .3s,transform .3s;
}
#ma-home .svc-row .go svg {
  width: 18px;
  height: 18px;
}
#ma-home .svc-row:hover .go {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
  transform: translateX(4px);
}
@media (max-width:1200px) {
  #ma-home .svc-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  #ma-home .svc-intro {
    position: static;
  }
}
@media (max-width:600px) {
  #ma-home .svc-row h3 .ico {
    display: none;
  }
}
@media (max-width:480px) {
  #ma-home .svc-row .go {
    display: none;
  }
}
#ma-home .why {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
}
#ma-home .why .aircanvas {
  z-index: -1;
  opacity: .9;
}
#ma-home .why::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: radial-gradient(700px 400px at 90% 10%,rgba(47,123,224,.3),transparent 60%),var(--navy);
}
#ma-home .why .wrap {
  position: relative;
  display: grid;
  gap: clamp(26px,3.8vw,44px);
}
#ma-home .why .sticky {
  max-width: 820px;
}
#ma-home .why .sub {
  color: var(--sun);
}
#ma-home .why .lead {
  color: rgba(255,255,255,.8);
  margin-top: 18px;
}
#ma-home .why ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: clamp(14px,2.2vw,24px);
}
#ma-home .why li {
  grid-column: span 2;
}
#ma-home .why li:nth-child(4) {
  grid-column: 2/span 2;
}
#ma-home .why li:nth-child(5) {
  grid-column: 4/span 2;
}
#ma-home .why li {
  --py: clamp(19px,2.2vw,24px);
  --px: clamp(19px,2.4vw,26px);
  display: grid;
  gap: clamp(12px,1.5vw,16px);
  align-content: start;
  overflow: hidden;
  background: linear-gradient(180deg,#153357,#102846);
  border: 1px solid rgba(127,211,255,.2);
  border-radius: 16px;
  padding: var(--py) var(--px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09),0 28px 54px -26px rgba(0,0,0,.75);
  transition: transform .35s var(--ease),background .35s,border-color .35s,box-shadow .35s;
}
#ma-home .why li:hover {
  transform: translateY(-6px);
  background: linear-gradient(180deg,#1B3F69,#133050);
  border-color: rgba(245,176,65,.5);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12),0 36px 64px -26px rgba(0,0,0,.85);
}
#ma-home .why .ic {
  width: clamp(46px,5vw,56px);
  height: clamp(46px,5vw,56px);
  border-radius: clamp(12px,1.3vw,14px);
  display: grid;
  place-items: center;
  background: rgba(245,176,65,.12);
  border: 1px solid rgba(245,176,65,.28);
  color: var(--sun);
  transition: background .35s;
}
#ma-home .why li:hover .ic {
  background: rgba(245,176,65,.2);
}
#ma-home .why .ic svg {
  width: clamp(20px,2.1vw,24px);
  height: clamp(20px,2.1vw,24px);
}
#ma-home .wimg {
  margin: calc(-1*var(--py)) calc(-1*var(--px)) 0;
  aspect-ratio: 16/9;
  max-height: clamp(170px,24vw,300px);
  overflow: hidden;
  background: var(--navy-2);
}
#ma-home .wimg:empty {
  display: none;
}
#ma-home .wimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s var(--ease),filter .4s;
}
#ma-home .why li:hover .wimg img {
  transform: scale(1.06);
  filter: brightness(1.08);
}
#ma-home .why li:has(.wimg img) .ic {
  margin-top: calc(-1*var(--py) - 20px);
  position: relative;
  z-index: 1;
  background: var(--navy);
  border-color: rgba(245,176,65,.5);
  box-shadow: 0 12px 26px -12px rgba(0,0,0,.8);
}
#ma-home .why h3 {
  font-size: clamp(16.5px,1.55vw,19px);
  font-weight: 700;
  font-stretch: 112%;
  margin-bottom: 6px;
}
#ma-home .why p {
  color: rgba(255,255,255,.75);
  max-width: 52ch;
}
@media (max-width:1080px) {
  #ma-home .why ol {
    grid-template-columns: 1fr 1fr;
  }
  #ma-home .why li,
  #ma-home .why li:nth-child(4),
  #ma-home .why li:nth-child(5) {
    grid-column: auto;
  }
  #ma-home .why li:nth-child(5) {
    grid-column: 1/span 2;
  }
}
@media (max-width:760px) {
  #ma-home .why ol {
    grid-template-columns: 1fr;
  }
  #ma-home .why li:nth-child(5) {
    grid-column: auto;
  }
}
#ma-home .window {
  position: relative;
  min-height: 56vh;
  display: grid;
  place-items: center;
  color: #fff;
  isolation: isolate;
  overflow: hidden;
  clip-path: inset(0);
}
#ma-home .bgfix {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}
#ma-home .bgfix>svg,
#ma-home .bgfix>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#ma-home .w-hood .bgfix {
  background: linear-gradient(180deg,#0A1E38,#1C5FB8 45%,#F26D3D 72%,#F5B041 80%,#0A1E38);
}
#ma-home .w-skyline .bgfix {
  background: linear-gradient(180deg,#0A1E38,#1C5FB8 45%,#F26D3D 72%,#F5B041 80%,#0A1E38);
}
#ma-home .window::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg,rgba(10,30,56,.55),rgba(10,30,56,.75));
}
#ma-home .window .wrap {
  padding-block: clamp(72px,10vw,140px);
  width: 100%;
}
#ma-home .window .panel {
  max-width: 640px;
  display: grid;
  gap: 18px;
}
#ma-home .window .panel .h2 {
  color: #fff;
}
#ma-home .window .panel p {
  color: rgba(255,255,255,.86);
}
#ma-home .window.w-hood::before {
  background: linear-gradient(90deg,rgba(10,30,56,.88) 0%,rgba(10,30,56,.4) 60%,rgba(10,30,56,.25));
}
#ma-home .window.w-skyline::before {
  background: linear-gradient(180deg,rgba(10,30,56,.7),rgba(10,30,56,.82));
}
#ma-home .window.band {
  min-height: clamp(420px,56vh,620px);
}
#ma-home .window.band .panel {
  margin-inline: auto;
  text-align: center;
  justify-items: center;
  max-width: none;
}
#ma-home .window.band .tags {
  font-family: var(--ff-display);
  font-weight: 600;
  font-size: clamp(11px,1.2vw,15px);
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
  white-space: nowrap;
}
@media (max-width:640px) {
  #ma-home .window.band .tags {
    white-space: normal;
  }
}
#ma-home .heatbar {
  display: flex;
  align-items: center;
  gap: clamp(9px,1.2vw,12px);
  font-family: var(--ff-display);
  font-size: clamp(10.5px,1vw,12px);
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
}
#ma-home .heatbar .bar {
  flex: 1;
  height: 6px;
  border-radius: 6px;
  background: linear-gradient(90deg,var(--sun),#F26D3D 45%,var(--blue-2) 100%);
  position: relative;
  overflow: hidden;
}
#ma-home .heatbar .bar::after {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 4px;
  background: #fff;
  border-radius: 2px;
  left: 82%;
  box-shadow: 0 0 12px #fff;
  animation: cool 5s ease-in-out infinite;
}
@keyframes cool {
  0% { left: 10%; }
  60%,100% { left: 82%; }
}
#ma-home .how .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(34px,4.6vw,64px);
  align-items: stretch;
}
#ma-home .how .visual {
  --off: clamp(8px,1.4vw,18px);
  position: relative;
  min-height: clamp(340px,48vw,640px);
  border-radius: 22px;
  overflow: visible;
}
#ma-home .how .visual::before {
  content: "";
  position: absolute;
  inset: var(--off) calc(-1*var(--off)) calc(-1*var(--off)) var(--off);
  border-radius: 22px;
  border: 2px solid var(--sun);
  opacity: .55;
  z-index: 0;
}
#ma-home .how .visual::after {
  content: "";
  position: absolute;
  left: -22px;
  top: -22px;
  width: clamp(78px,9vw,120px);
  height: clamp(78px,9vw,120px);
  border-radius: 50%;
  background: radial-gradient(circle,rgba(47,123,224,.35),transparent 70%);
  z-index: 0;
}
#ma-home .how .frame {
  position: absolute;
  inset: 0;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(160deg,var(--navy-2),var(--blue));
  box-shadow: 0 40px 80px -40px rgba(10,30,56,.6);
  z-index: 1;
}
#ma-home .how .frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#ma-home .how .scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg,rgba(10,30,56,.88) 0%,rgba(10,30,56,.35) 32%,rgba(10,30,56,0) 58%);
}
#ma-home .how .since {
  position: absolute;
  top: clamp(12px,1.6vw,18px);
  right: clamp(12px,1.6vw,18px);
  background: rgba(255,255,255,.14);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
  border-radius: 999px;
  padding: clamp(6px,.8vw,8px) clamp(10px,1.4vw,14px);
  font-family: var(--ff-display);
  font-size: clamp(10px,1vw,12px);
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
#ma-home .floattag {
  position: absolute;
  left: clamp(12px,1.6vw,20px);
  bottom: clamp(12px,1.6vw,20px);
  right: clamp(12px,1.6vw,20px);
  display: flex;
  align-items: center;
  gap: clamp(10px,1.4vw,16px);
  background: rgba(255,255,255,.96);
  color: var(--navy);
  border-radius: 16px;
  padding: clamp(12px,1.5vw,16px) clamp(13px,1.8vw,20px);
  box-shadow: 0 24px 50px -20px rgba(0,0,0,.6);
  animation: float 6s ease-in-out infinite;
}
#ma-home .floattag .big {
  font-family: var(--ff-display);
  font-weight: 800;
  font-stretch: 112%;
  font-size: clamp(25px,3vw,34px);
  line-height: 1;
  color: var(--blue);
}
#ma-home .floattag .lbl {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: clamp(11.2px,1.1vw,13px);
  letter-spacing: .1em;
  text-transform: uppercase;
}
#ma-home .floattag .lbl small {
  display: block;
  font-family: var(--ff-body);
  font-weight: 500;
  font-size: clamp(11.2px,1.1vw,13px);
  letter-spacing: 0;
  text-transform: none;
  color: var(--slate);
  margin-top: 2px;
}
#ma-home .floattag .dot {
  margin-left: auto;
}
@media (max-width:900px) {
  #ma-home .how .wrap {
    grid-template-columns: 1fr;
  }
  #ma-home .how .visual {
    min-height: clamp(320px,62vw,460px);
  }
}
#ma-home .process {
  background: linear-gradient(180deg,#F3F8FD,#E6EFF9);
  color: var(--ink);
  position: relative;
  overflow: hidden;
}
#ma-home .process::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(700px 320px at 12% 0%,rgba(47,123,224,.14),transparent 62%),radial-gradient(520px 260px at 92% 100%,rgba(215,38,43,.07),transparent 60%);
  pointer-events: none;
}
#ma-home .process .wrap {
  position: relative;
}
#ma-home .process .head {
  margin-inline: auto;
  text-align: center;
  justify-items: center;
}
#ma-home .process .sub {
  color: var(--slate);
  font-family: var(--ff-body);
  font-weight: 400;
  font-size: clamp(15px,1.3vw,17px);
  max-width: 68ch;
  text-wrap: balance;
}
#ma-home .steps {
  --sgap: clamp(16px,2.6vw,28px);
  position: relative;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: var(--sgap);
  margin-top: clamp(34px,5vw,60px);
}
#ma-home .rail {
  position: absolute;
  left: calc((100% - 2*var(--sgap))/6);
  right: calc((100% - 2*var(--sgap))/6);
  top: calc(var(--num)/2 - 2px);
  height: 4px;
  border-radius: 4px;
  background: rgba(28,95,184,.16);
}
#ma-home .rail .fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  border-radius: 4px;
  background: linear-gradient(90deg,var(--blue),var(--blue-2) 55%,var(--red));
  animation: railFill 9s linear infinite;
}
#ma-home .rail .pulse {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(215,38,43,.18),0 0 18px rgba(215,38,43,.7);
  animation: railDot 9s linear infinite;
}
@keyframes railFill {
  0%,6.7% { width: 0; }
  40%,46.7% { width: 50%; }
  80%,100% { width: 100%; }
}
@keyframes railDot {
  0%,6.7% { left: 0; }
  40%,46.7% { left: 50%; }
  80%,100% { left: 100%; }
}
#ma-home .step {
  position: relative;
  display: grid;
  gap: clamp(10px,1.3vw,14px);
  justify-items: center;
  text-align: center;
  padding: 0 clamp(4px,1.2vw,12px);
}
#ma-home .step .num {
  width: var(--num);
  height: var(--num);
  border-radius: 50%;
  background: var(--paper);
  border: 2px solid rgba(28,95,184,.25);
  display: grid;
  place-items: center;
  position: relative;
  color: var(--blue);
  box-shadow: 0 10px 26px -16px rgba(10,30,56,.5);
}
#ma-home .step .num svg {
  width: clamp(24px,2.5vw,30px);
  height: clamp(24px,2.5vw,30px);
  position: relative;
  z-index: 1;
}
#ma-home .step .num i {
  position: absolute;
  top: -8px;
  right: -8px;
  width: clamp(23px,2.3vw,28px);
  height: clamp(23px,2.3vw,28px);
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  font-style: normal;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(11px,1.1vw,13px);
  display: grid;
  place-items: center;
  z-index: 2;
  transition: background .4s,color .4s;
}
#ma-home .step:nth-child(2) .num {
  animation: lit1 9s linear infinite;
}
#ma-home .step:nth-child(3) .num {
  animation: lit2 9s linear infinite;
}
#ma-home .step:nth-child(4) .num {
  animation: lit3 9s linear infinite;
}
#ma-home .step:nth-child(2) .num i {
  animation: litBadge 9s linear infinite;
}
#ma-home .step:nth-child(3) .num i {
  animation: litBadge2 9s linear infinite;
}
#ma-home .step:nth-child(4) .num i {
  animation: litBadge3 9s linear infinite;
}
@keyframes lit1 {
  0%,10% { background: var(--blue); border-color: var(--red); color: #fff; box-shadow: 0 0 0 9px rgba(215,38,43,.13),0 18px 34px -18px rgba(28,95,184,.7); }
  18%,100% { background: var(--paper); border-color: rgba(28,95,184,.25); color: var(--blue); box-shadow: 0 10px 26px -16px rgba(10,30,56,.5); }
}
@keyframes lit2 {
  0%,32% { background: var(--paper); border-color: rgba(28,95,184,.25); color: var(--blue); box-shadow: 0 10px 26px -16px rgba(10,30,56,.5); }
  40%,50% { background: var(--blue); border-color: var(--red); color: #fff; box-shadow: 0 0 0 9px rgba(215,38,43,.13),0 18px 34px -18px rgba(28,95,184,.7); }
  58%,100% { background: var(--paper); border-color: rgba(28,95,184,.25); color: var(--blue); box-shadow: 0 10px 26px -16px rgba(10,30,56,.5); }
}
@keyframes lit3 {
  0%,72% { background: var(--paper); border-color: rgba(28,95,184,.25); color: var(--blue); box-shadow: 0 10px 26px -16px rgba(10,30,56,.5); }
  80%,100% { background: var(--blue); border-color: var(--red); color: #fff; box-shadow: 0 0 0 9px rgba(215,38,43,.13),0 18px 34px -18px rgba(28,95,184,.7); }
}
@keyframes litBadge {
  0%,10% { background: var(--red); }
  18%,100% { background: var(--navy); }
}
@keyframes litBadge2 {
  0%,32% { background: var(--navy); }
  40%,50% { background: var(--red); }
  58%,100% { background: var(--navy); }
}
@keyframes litBadge3 {
  0%,72% { background: var(--navy); }
  80%,100% { background: var(--red); }
}
#ma-home .step h3 {
  font-size: clamp(18px,1.9vw,22px);
  font-weight: 700;
  font-stretch: 112%;
  margin-top: 6px;
  color: var(--ink);
}
#ma-home .step p {
  color: var(--slate);
  max-width: 38ch;
  font-size: clamp(14.5px,1.25vw,15.5px);
}
@media (max-width:900px) {
  #ma-home .steps {
    grid-template-columns: 1fr;
    gap: clamp(26px,5vw,40px);
  }
  #ma-home .rail {
    left: calc(var(--num)/2 - 2px);
    right: auto;
    top: calc(var(--num)/2);
    bottom: calc(var(--num)/2);
    width: 4px;
    height: auto;
  }
  #ma-home .rail .fill {
    inset: 0 0 auto 0;
    width: auto;
    height: 0;
    animation: railFillV 9s linear infinite;
  }
  #ma-home .rail .pulse {
    display: none;
  }
  @keyframes railFillV {
    0%,6.7% { height: 0; }
    40%,46.7% { height: 50%; }
    80%,100% { height: 100%; }
  }
  #ma-home .step {
    grid-template-columns: var(--num) 1fr;
    justify-items: start;
    text-align: left;
    column-gap: clamp(14px,3.4vw,20px);
    padding: 0;
  }
  #ma-home .step .num {
    grid-row: span 3;
  }
  #ma-home .step p {
    max-width: none;
  }
}
@media (prefers-reduced-motion:reduce) {
  #ma-home .rail .fill {
    width: 100%;
    height: 100%;
    animation: none;
  }
  #ma-home .rail .pulse {
    display: none;
  }
  #ma-home .step .num,
  #ma-home .step .num i {
    animation: none;
  }
}
#ma-home .trades {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
  min-height: clamp(640px,58vw,780px);
  display: flex;
  align-items: center;
  padding-block: clamp(70px,8vw,110px);
}
#ma-home .trades>.wrap {
  width: 100%;
  position: relative;
  z-index: 3;
}
#ma-home .trades-copy {
  position: relative;
  z-index: 3;
  max-width: 540px;
  display: grid;
  gap: 14px;
}
#ma-home .trades .sub {
  color: var(--sun);
  margin-top: 0;
}
#ma-home .trades .lead {
  color: rgba(255,255,255,.8);
}
#ma-home .trades-strip {
  position: absolute;
  inset: clamp(36px,5vw,60px) 0;
  display: flex;
  align-items: stretch;
  z-index: 1;
}
#ma-home .tgrid {
  display: grid;
  grid-template-rows: repeat(6,1fr);
  grid-auto-columns: clamp(92px,11.5vw,184px);
  grid-auto-flow: column;
  gap: clamp(8px,1vw,12px);
  height: 100%;
  width: max-content;
  padding-left: 12px;
  animation: tradesScroll 94s linear infinite;
  will-change: transform;
}
@keyframes tradesScroll {
  to { transform: translateX(-50%); }
}
#ma-home .tcell {
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  background: var(--navy-2);
  box-shadow: 0 26px 50px -28px rgba(0,0,0,.85);
}
#ma-home .tcell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#ma-home .tcell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(10,30,56,.1) 50%,rgba(10,30,56,.74));
}
#ma-home .tcell span {
  position: absolute;
  left: clamp(9px,1.1vw,14px);
  bottom: clamp(8px,1vw,12px);
  z-index: 2;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: clamp(8.4px,.72vw,10px);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.82);
}
#ma-home .trades-scrim {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(90deg,var(--navy) 0%,var(--navy) 30%,rgba(10,30,56,.9) 44%,rgba(10,30,56,.28) 64%,rgba(10,30,56,.55) 88%,var(--navy) 100%);
}
@media (max-width:1080px) {
  #ma-home .trades {
    display: block;
    min-height: 0;
  }
  #ma-home .trades-strip {
    position: relative;
    inset: auto;
    margin-top: 44px;
  }
  #ma-home .trades-scrim {
    background: linear-gradient(90deg,var(--navy),rgba(10,30,56,0) 12%,rgba(10,30,56,0) 88%,var(--navy)),linear-gradient(180deg,rgba(10,30,56,.35),rgba(10,30,56,0) 30%);
  }
  #ma-home .trades-copy {
    max-width: none;
  }
  #ma-home .tgrid {
    height: clamp(360px,52vw,470px);
  }
}
@media (prefers-reduced-motion:reduce) {
  #ma-home .tgrid {
    animation: none;
  }
}
#ma-home .area {
  overflow: hidden;
}
#ma-home .area-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px,4.4vw,56px);
  align-items: center;
}
#ma-home .area-card {
  position: relative;
  aspect-ratio: 5/4;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(135deg,#0A1E38,#102B4E);
  box-shadow: 0 40px 80px -40px rgba(10,30,56,.6);
  isolation: isolate;
}
#ma-home .area-card>svg,
#ma-home .area-card>img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#ma-home .area-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg,rgba(10,30,56,.8),rgba(10,30,56,.05) 60%);
}
#ma-home .pin {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.95);
  color: var(--navy);
  border-radius: 999px;
  padding: clamp(6px,.8vw,8px) clamp(10px,1.2vw,14px) clamp(6px,.8vw,8px) clamp(8px,1vw,10px);
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: clamp(9.5px,1vw,12px);
  letter-spacing: .06em;
  box-shadow: 0 14px 30px -12px rgba(0,0,0,.6);
  animation: float 7s ease-in-out infinite;
}
#ma-home .pin::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 4px rgba(215,38,43,.2);
}
#ma-home .pin.p1 {
  left: 8%;
  top: 14%;
}
#ma-home .pin.p2 {
  right: 10%;
  top: 28%;
  animation-delay: -2s;
}
#ma-home .pin.p3 {
  left: 22%;
  top: 52%;
  animation-delay: -4s;
}
#ma-home .pin.p4 {
  right: 18%;
  top: 62%;
  animation-delay: -1s;
}
#ma-home .area-stat {
  position: absolute;
  left: clamp(14px,1.8vw,20px);
  bottom: clamp(14px,1.8vw,20px);
  z-index: 1;
  color: #fff;
  display: flex;
  gap: clamp(14px,2.4vw,26px);
}
#ma-home .area-stat b {
  display: block;
  font-family: var(--ff-display);
  font-weight: 800;
  font-stretch: 112%;
  font-size: clamp(24px,3vw,34px);
  line-height: 1;
}
#ma-home .area-stat span {
  font-size: clamp(9.5px,1vw,12px);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-family: var(--ff-display);
  font-weight: 600;
  color: rgba(255,255,255,.75);
}
#ma-home .counties {
  margin-top: clamp(26px,3.6vw,44px);
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: clamp(10px,1.4vw,14px);
}
#ma-home .county {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: clamp(16px,1.8vw,20px) clamp(16px,2vw,22px);
  transition: transform .35s var(--ease),box-shadow .35s,border-color .35s;
}
#ma-home .county:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 50px -30px rgba(10,30,56,.45);
  border-color: rgba(28,95,184,.35);
}
#ma-home .county h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(13.4px,1.2vw,15px);
  font-weight: 700;
  font-stretch: 112%;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--blue);
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 12px;
}
#ma-home .county h3 svg {
  width: 18px;
  height: 18px;
  color: var(--sun);
  flex: none;
}
#ma-home .county ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 7px;
}
#ma-home .county li {
  position: relative;
  padding-left: 18px;
  font-size: clamp(14.5px,1.25vw,15.5px);
  color: var(--ink);
  font-weight: 500;
}
#ma-home .county li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 2px solid var(--blue-2);
}
#ma-home .county li.soft {
  color: var(--slate);
  font-style: italic;
  font-weight: 400;
}
@media (max-width:900px) {
  #ma-home .counties {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width:560px) {
  #ma-home .counties {
    grid-template-columns: 1fr;
  }
}
#ma-home .reviews {
  overflow: hidden;
  background: var(--paper);
}
#ma-home .reviews .head {
  margin-inline: auto;
  text-align: center;
  justify-items: center;
}
#ma-home .score {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
}
#ma-home .score b {
  font-family: var(--ff-display);
  font-weight: 800;
  font-stretch: 112%;
  font-size: clamp(24px,2.5vw,30px);
  line-height: 1;
  color: var(--ink);
}
#ma-home .score span {
  color: var(--slate);
  font-size: 15px;
}
#ma-home .stars {
  display: flex;
  gap: 3px;
  color: var(--sun);
}
#ma-home .stars svg {
  width: 18px;
  height: 18px;
}
#ma-home .gicon {
  width: 20px;
  height: 20px;
  flex: none;
  border-radius: 4px;
}
#ma-home .gsrc {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: var(--slate);
  margin-top: 4px;
}
#ma-home .gsrc .gicon {
  width: 16px;
  height: 16px;
}
#ma-home .review .rtop .gicon {
  order: 2;
  margin-left: auto;
}
#ma-home .revrail {
  margin-top: clamp(26px,3.4vw,40px);
}
#ma-home .marquee {
  display: flex;
  overflow: hidden;
  mask-image: linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);
  -webkit-mask-image: linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);
}
#ma-home .marquee .run {
  display: flex;
  gap: clamp(12px,1.4vw,16px);
  padding-right: clamp(12px,1.4vw,16px);
  flex: none;
  animation: scroll 208s linear infinite;
}
#ma-home .marquee:hover .run,
#ma-home .marquee:focus-within .run {
  animation-play-state: paused;
}
#ma-home .review {
  flex: none;
  width: min(468px,84vw);
  margin: 0;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: clamp(18px,2.1vw,24px);
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: clamp(11px,1.3vw,14px);
  box-shadow: 0 20px 44px -34px rgba(10,30,56,.5);
  transition: border-color .3s,transform .3s;
}
#ma-home .review:hover {
  border-color: rgba(28,95,184,.4);
  transform: translateY(-3px);
}
#ma-home .rtop {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
#ma-home .rtag {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--blue);
  background: var(--ice);
  border-radius: 999px;
  padding: 4px 10px;
}
#ma-home .review blockquote {
  margin: 0;
  font-size: clamp(14.2px,1.2vw,15px);
  line-height: 1.55;
  color: var(--ink);
}
#ma-home .review blockquote::before {
  content: "\201C";
  font-family: var(--ff-display);
  font-size: 44px;
  line-height: 0;
  color: var(--blue-2);
  opacity: .35;
  vertical-align: -14px;
  margin-right: 4px;
}
#ma-home .review figcaption {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}
#ma-home .review .av {
  width: clamp(34px,3.4vw,40px);
  height: clamp(34px,3.4vw,40px);
  border-radius: 50%;
  background: linear-gradient(150deg,var(--blue),var(--navy));
  color: #fff;
  display: grid;
  place-items: center;
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(14px,1.3vw,16px);
  flex: none;
}
#ma-home .review b {
  display: block;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: clamp(14px,1.2vw,15px);
  color: var(--ink);
}
#ma-home .review em {
  font-style: normal;
  font-size: 13px;
  color: var(--slate);
}
#ma-home .marquee .run {
  align-items: stretch;
}
@keyframes scroll {
  to { transform: translateX(-50%); }
}
@media (max-width:900px) {
  #ma-home .area-layout {
    grid-template-columns: 1fr;
  }
}
#ma-home .faq {
  background: var(--ice);
  position: relative;
  overflow: hidden;
}
#ma-home .faq::before {
  content: "";
  position: absolute;
  inset: auto -10% -40% -10%;
  height: 70%;
  background: radial-gradient(55% 60% at 50% 100%,rgba(47,123,224,.1),transparent 70%);
  pointer-events: none;
}
#ma-home .faq .wrap {
  position: relative;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(36px,5vw,76px);
  align-items: start;
}
#ma-home .faq .head {
  display: grid;
  gap: 18px;
  justify-items: start;
}
#ma-home .faq .h2 {
  text-transform: uppercase;
  font-size: clamp(28px,3.1vw,40px);
  line-height: 1.08;
  letter-spacing: -.005em;
}
#ma-home .faq .head .lead {
  color: var(--slate);
  max-width: 32ch;
}
#ma-home .faq .head .btn {
  margin-top: 6px;
}
#ma-home .faq .list {
  display: grid;
  gap: clamp(11px,1.5vw,16px);
}
#ma-home .faq details {
  background: var(--paper);
  border: 1px solid rgba(22,39,60,.06);
  border-radius: 22px;
  box-shadow: 0 18px 40px -30px rgba(10,30,56,.5);
  transition: box-shadow .35s var(--ease),transform .35s var(--ease);
}
#ma-home .faq details:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 48px -30px rgba(10,30,56,.55);
}
#ma-home .faq details[open] {
  box-shadow: 0 28px 58px -32px rgba(10,30,56,.55);
}
#ma-home .faq summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr clamp(34px,3.6vw,40px);
  align-items: center;
  gap: clamp(13px,2.2vw,24px);
  padding: clamp(18px,2.4vw,26px) clamp(18px,2.4vw,30px);
  font-family: var(--ff-display);
  font-weight: 700;
  font-stretch: 112%;
  font-size: clamp(16px,1.5vw,19px);
  line-height: 1.35;
  color: var(--ink);
  transition: color .25s;
}
#ma-home .faq summary::-webkit-details-marker {
  display: none;
}
#ma-home .faq summary:hover {
  color: var(--blue);
}
#ma-home .faq details[open] summary {
  color: var(--blue);
}
#ma-home .faq .pm {
  width: clamp(34px,3.6vw,40px);
  height: clamp(34px,3.6vw,40px);
  flex: none;
  border-radius: 50%;
  background: var(--ice);
  color: var(--blue);
  display: grid;
  place-items: center;
  transition: transform .4s var(--ease),background .35s,color .35s;
}
#ma-home .faq .pm svg {
  width: 15px;
  height: 15px;
}
#ma-home .faq summary:hover .pm {
  background: rgba(28,95,184,.14);
}
#ma-home .faq details[open] .pm {
  transform: rotate(135deg);
  background: var(--blue);
  color: #fff;
}
#ma-home .faq .ans {
  padding: 0 clamp(18px,2.4vw,30px) clamp(20px,2.4vw,28px);
  color: var(--slate);
  max-width: 64ch;
  animation: ansIn .35s var(--ease) backwards;
}
@keyframes ansIn {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: none; }
}
#ma-home .faq summary:focus-visible {
  outline: 3px solid var(--sun);
  outline-offset: -3px;
  border-radius: 22px;
}
@media (max-width:980px) {
  #ma-home .faq .wrap {
    grid-template-columns: 1fr;
  }
}
#ma-home .cta {
  background: var(--navy);
  color: #fff;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  clip-path: inset(0);
}
#ma-home .ctaimg {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
#ma-home .ctaimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  opacity: .4;
}
#ma-home .ctaimg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 90% at 30% 40%,rgba(10,30,56,.5),rgba(10,30,56,.92));
}
#ma-home .cta::before {
  content: "";
  position: absolute;
  inset: -40%;
  z-index: 1;
  background: conic-gradient(from 0deg at 50% 50%,rgba(47,123,224,0),rgba(47,123,224,.22),rgba(245,176,65,.16),rgba(47,123,224,0));
  animation: spin 30s linear infinite;
  pointer-events: none;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
#ma-home .cta .wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px,4.4vw,56px);
  align-items: center;
  padding-block: clamp(72px,9vw,130px);
}
#ma-home .cta .h1 {
  font-size: clamp(30px,3.5vw,46px);
}
#ma-home .cta .lead {
  color: rgba(255,255,255,.82);
}
#ma-home .cta address {
  font-style: normal;
  display: grid;
  gap: 2px;
  margin-top: 4px;
}
#ma-home .cta address b {
  font-family: var(--ff-display);
  font-weight: 800;
  font-stretch: 112%;
  font-size: clamp(16px,1.5vw,18px);
}
#ma-home .cta address>span {
  color: var(--sun);
  font-family: var(--ff-display);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
#ma-home .contact {
  list-style: none;
  margin: 16px 0 0;
  padding: 0 0 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(13px,1.8vw,18px) clamp(15px,2vw,22px);
  border-bottom: 1px solid rgba(255,255,255,.14);
}
#ma-home .contact li:last-child {
  grid-column: 1/-1;
}
#ma-home .contact li {
  display: block;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.14);
}
#ma-home .contact .ci {
  width: clamp(26px,2.8vw,30px);
  height: clamp(26px,2.8vw,30px);
  flex: none;
  border-radius: 9px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  display: grid;
  place-items: center;
  color: var(--sun);
}
#ma-home .contact .ci svg {
  width: 15px;
  height: 15px;
}
#ma-home .contact b {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  margin-bottom: 8px;
}
#ma-home .contact a {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: clamp(13.5px,1.25vw,15px);
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
  transition: color .25s;
}
#ma-home .contact a:hover {
  color: var(--sun);
}
#ma-home .contact em {
  display: block;
  font-style: normal;
  font-size: 12px;
  color: rgba(255,255,255,.6);
  margin-top: 4px;
  line-height: 1.4;
}
@media (max-width:620px) {
  #ma-home .contact {
    grid-template-columns: 1fr;
    gap: 0;
  }
  #ma-home .contact li:last-child {
    grid-column: auto;
  }
  #ma-home .contact a {
    white-space: normal;
  }
}
#ma-home .form {
  background: var(--paper);
  color: var(--ink);
  border-radius: 22px;
  padding: clamp(20px,2.6vw,30px);
  box-shadow: 0 40px 80px -30px rgba(0,0,0,.6);
  display: grid;
  gap: clamp(11px,1.3vw,14px);
}
#ma-home .form h3 {
  font-size: clamp(19px,1.9vw,22px);
  font-weight: 800;
  font-stretch: 112%;
}
#ma-home .form .hint {
  font-size: 14px;
  color: var(--slate);
  margin-top: -6px;
}
#ma-home .form .fine {
  font-size: 12px;
  color: var(--slate);
  text-align: center;
}
#ma-home .form .gf {
  display: block;
  min-width: 0;
}
#ma-home .form .gform_wrapper,
#ma-home .form .gform_wrapper form {
  margin: 0;
  padding: 0;
  max-width: none;
  width: 100%;
}
#ma-home .form .gform_heading,
#ma-home .form .gform_required_legend,
#ma-home .form .gfield_required,
#ma-home .form .gform_validation_container,
#ma-home .form .gfield--type-honeypot,
#ma-home .form .gform_hidden,
#ma-home .form .gfield_visibility_hidden,
#ma-home .form .gform-icon {
  display: none !important;
}
#ma-home .form .gform_body {
  margin: 0;
  padding: 0;
}
#ma-home .form .gform_fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(11px,1.3vw,14px) 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#ma-home .form .gfield {
  grid-column: 1/-1;
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
  max-width: none;
  width: auto;
}
#ma-home .form .gfield--width-half {
  grid-column: span 1;
}
#ma-home .form .gfield_label,
#ma-home .form .gform-field-label {
  display: block;
  margin: 0;
  padding: 0;
  font-family: var(--ff-display);
  font-weight: 600;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--slate);
}
#ma-home .form .ginput_container {
  margin: 0;
  padding: 0;
}
#ma-home .form .gform_wrapper input[type=text],
#ma-home .form .gform_wrapper input[type=tel],
#ma-home .form .gform_wrapper input[type=email],
#ma-home .form .gform_wrapper input[type=number],
#ma-home .form .gform_wrapper input[type=url],
#ma-home .form .gform_wrapper select,
#ma-home .form .gform_wrapper textarea {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  margin: 0;
  font: inherit;
  font-size: 16px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1.5px solid var(--line);
  background: var(--ice);
  color: var(--ink);
  box-shadow: none;
  transition: border-color .2s,box-shadow .2s;
}
#ma-home .form .gform_wrapper input[type=text]:focus,
#ma-home .form .gform_wrapper input[type=tel]:focus,
#ma-home .form .gform_wrapper input[type=email]:focus,
#ma-home .form .gform_wrapper input[type=number]:focus,
#ma-home .form .gform_wrapper input[type=url]:focus,
#ma-home .form .gform_wrapper select:focus,
#ma-home .form .gform_wrapper textarea:focus {
  outline: 0;
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(28,95,184,.15);
  background: #fff;
}
#ma-home .form .gform_wrapper textarea {
  height: clamp(84px,9vw,96px);
  min-height: clamp(84px,9vw,96px);
  resize: vertical;
}
#ma-home .form .gform_wrapper select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 44px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231C5FB8' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px 18px;
}
#ma-home .form .gform_wrapper select:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231C5FB8' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px 18px;
}
#ma-home .form .gform_wrapper select::-ms-expand {
  display: none;
}
#ma-home .form .ma-select {
  position: relative;
}
#ma-home .form .gform_wrapper select.ma-native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  clip-path: inset(50%);
}
#ma-home .form .ma-select-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 12px 14px;
  font: inherit;
  font-size: 16px;
  text-align: left;
  color: var(--ink);
  background: var(--ice);
  border: 1.5px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
  transition: border-color .2s,box-shadow .2s,background .2s;
}
#ma-home .form .ma-select-btn:hover {
  border-color: rgba(28,95,184,.35);
}
#ma-home .form .ma-select-btn:focus-visible,
#ma-home .form .ma-select.open .ma-select-btn {
  outline: 0;
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(28,95,184,.15);
  background: #fff;
}
#ma-home .form .ma-select-val {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#ma-home .form .ma-select-val.ph {
  color: var(--slate);
}
#ma-home .form .ma-select-chev {
  width: 18px;
  height: 18px;
  flex: none;
  color: var(--blue);
  transition: transform .3s var(--ease);
}
#ma-home .form .ma-select.open .ma-select-chev {
  transform: rotate(180deg);
}
#ma-home .form .ma-select-list {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 20;
  list-style: none;
  margin: 0;
  padding: 6px;
  max-height: 300px;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 28px 56px -22px rgba(10,30,56,.5),0 2px 6px rgba(10,30,56,.06);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px) scale(.98);
  transform-origin: top center;
  transition: opacity .2s var(--ease),transform .25s var(--ease),visibility 0s linear .25s;
}
#ma-home .form .ma-select.open .ma-select-list {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: opacity .2s var(--ease),transform .25s var(--ease),visibility 0s;
}
#ma-home .form .ma-select-opt {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 10px 40px 10px 12px;
  border-radius: 9px;
  font-size: 15px;
  line-height: 1.4;
  color: var(--ink);
  cursor: pointer;
  transition: background .15s,color .15s;
}
#ma-home .form .ma-select-opt.active {
  background: var(--ice);
  color: var(--blue);
}
#ma-home .form .ma-select-opt[aria-selected=true] {
  font-weight: 600;
  color: var(--blue);
}
#ma-home .form .ma-select-opt[aria-selected=true]::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: var(--blue);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center/contain no-repeat;
}
#ma-home .form .ma-select-opt[aria-disabled=true] {
  opacity: .45;
  cursor: default;
}
#ma-home .form .ma-select-opt.ph {
  color: var(--slate);
  font-weight: 400;
}
#ma-home .form .gfield_description {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: var(--slate);
}
#ma-home .form .gfield_label,
#ma-home .form .gform-field-label {
  order: 0;
}
#ma-home .form .ginput_container {
  order: 1;
}
#ma-home .form .gfield_description {
  order: 2;
}
#ma-home .form .gfield .gfield_validation_message,
#ma-home .form .gfield .validation_message {
  order: 3;
}
#ma-home .form .gform_wrapper .gfield_error input[type],
#ma-home .form .gform_wrapper .gfield_error select,
#ma-home .form .gform_wrapper .gfield_error textarea,
#ma-home .form .gfield_error .ma-select-btn {
  border-color: rgba(215,38,43,.55);
  background-color: #FFF7F7;
}
#ma-home .form .gform_wrapper .gfield_error input[type]:focus,
#ma-home .form .gform_wrapper .gfield_error select:focus,
#ma-home .form .gform_wrapper .gfield_error textarea:focus,
#ma-home .form .gfield_error .ma-select-btn:focus-visible,
#ma-home .form .gfield_error .ma-select.open .ma-select-btn {
  border-color: var(--red);
  box-shadow: 0 0 0 4px rgba(215,38,43,.12);
  background-color: #fff;
}
#ma-home .form .gfield .gfield_validation_message,
#ma-home .form .gfield .validation_message {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: #B41F24;
}
#ma-home .form .gfield .gfield_validation_message::before,
#ma-home .form .gfield .validation_message::before {
  content: "";
  width: 14px;
  height: 14px;
  flex: none;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9.5'/%3E%3Cpath d='M12 7.5v5.5'/%3E%3Cpath d='M12 16.6v.01' stroke-width='2.8'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9.5'/%3E%3Cpath d='M12 7.5v5.5'/%3E%3Cpath d='M12 16.6v.01' stroke-width='2.8'/%3E%3C/svg%3E") center/contain no-repeat;
}
#ma-home .form .gform_validation_errors {
  display: grid;
  grid-template-columns: 22px 1fr;
  column-gap: 12px;
  align-items: start;
  margin: 0 0 clamp(14px,1.6vw,18px);
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(215,38,43,.22);
  border-left: 4px solid var(--red);
  background: #FDF4F4;
  box-shadow: none;
  animation: ansIn .35s var(--ease) backwards;
}
#ma-home .form .gform_validation_errors::before {
  content: "";
  grid-row: 1 / span 2;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  background: var(--red);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9.5'/%3E%3Cpath d='M12 7.5v5.5'/%3E%3Cpath d='M12 16.6v.01' stroke-width='2.8'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9.5'/%3E%3Cpath d='M12 7.5v5.5'/%3E%3Cpath d='M12 16.6v.01' stroke-width='2.8'/%3E%3C/svg%3E") center/contain no-repeat;
}
#ma-home .form .gform_validation_errors h2,
#ma-home .form .gform_submission_error {
  grid-column: 2;
  display: block;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font-family: var(--ff-display);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
  text-wrap: wrap;
  color: #B41F24;
}
#ma-home .form .gform_validation_errors ol,
#ma-home .form .gform_validation_errors ul {
  grid-column: 2;
  display: grid;
  gap: 4px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
#ma-home .form .gform_validation_errors li {
  position: relative;
  margin: 0;
  padding: 0 0 0 14px;
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--slate);
  list-style: none;
}
#ma-home .form .gform_validation_errors li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .6em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--red);
}
#ma-home .form .gform_validation_errors li::marker {
  content: "";
}
#ma-home .form .gform_validation_errors a {
  color: var(--ink);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(215,38,43,.4);
  text-underline-offset: 2px;
}
#ma-home .form .gform_validation_errors a:hover {
  color: #B41F24;
}
#ma-home .form .gform_footer,
#ma-home .form .gform_page_footer {
  position: relative;
  display: flex;
  margin: clamp(11px,1.3vw,14px) 0 0;
  padding: 0;
}
#ma-home .form .gform_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(7px,.8vw,10px);
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: clamp(13px,1.5vw,15px) clamp(17px,2.2vw,24px);
  border: 0;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  box-shadow: 0 10px 30px -10px rgba(215,38,43,.6);
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: clamp(12.5px,1.05vw,14px);
  line-height: normal;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  -webkit-appearance: none;
  appearance: none;
  transition: transform .25s var(--ease),box-shadow .25s;
}
#ma-home .form .gform_button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,transparent 30%,rgba(255,255,255,.28) 50%,transparent 70%);
  transform: translateX(-120%);
  transition: transform .7s ease;
  z-index: -1;
}
#ma-home .form .gform_button:hover {
  transform: translateY(-2px);
}
#ma-home .form .gform_button:hover::after {
  transform: translateX(120%);
}
#ma-home .form .gform_button:focus-visible {
  outline: 3px solid var(--sun);
  outline-offset: 3px;
}
#ma-home .form .gform_button svg {
  width: 16px;
  height: 16px;
  flex: none;
}
#ma-home .form .gform_ajax_spinner,
#ma-home .form .gform-loader,
#ma-home .form .gform_footer .gform_ajax_spinner {
  display: none !important;
}
#ma-home .form.ma-loading .gform_button {
  pointer-events: none;
  opacity: .92;
}
#ma-home .form.ma-loading .gform_button svg {
  display: none;
}
#ma-home .form.ma-loading .gform_button::before {
  content: "";
  order: 2;
  width: 16px;
  height: 16px;
  flex: none;
  box-sizing: border-box;
  border: 2px solid rgba(255,255,255,.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: maSpin .7s linear infinite;
}
@keyframes maSpin {
  to { transform: rotate(360deg); }
}
#ma-home .form:has(.gform_confirmation_message) > :not(.gf) {
  display: none;
}
#ma-home .form .gform_confirmation_message {
  display: grid;
  gap: 10px;
  padding: 30px 10px;
  text-align: center;
  font-size: 14px;
  color: var(--slate);
}
#ma-home .form .gform_confirmation_message::before {
  content: "";
  width: 52px;
  height: 52px;
  margin: 0 auto 6px;
  background: #2EAE6A;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M8 12l3 3 5-6'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M8 12l3 3 5-6'/%3E%3C/svg%3E") center/contain no-repeat;
}
#ma-home .form .gform_confirmation_message h3 {
  color: var(--ink);
}
#ma-home .form .gform_confirmation_message p {
  font-size: 14px;
  color: var(--slate);
}
@media (max-width:480px) {
  #ma-home .form .gform_fields {
    grid-template-columns: 1fr;
  }
  #ma-home .form .gfield--width-half {
    grid-column: 1/-1;
  }
}
@media (max-width:900px) {
  #ma-home .cta .wrap {
    grid-template-columns: 1fr;
  }
}
#ma-footer .ma-foot {
  background: #071629;
  color: rgba(255,255,255,.72);
  font-size: clamp(13px,1.1vw,14px);
}
#ma-footer .ma-foot .wrap {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: clamp(22px,3vw,32px);
  padding-block: clamp(38px,5vw,56px) clamp(24px,3vw,32px);
}
#ma-footer .ma-foot h4 {
  color: #fff;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 700;
}
#ma-footer .ma-foot ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
#ma-footer .ma-foot a {
  text-decoration: none;
}
#ma-footer .ma-foot a:hover {
  color: #fff;
}
#ma-footer .ma-foot .brand img {
  height: clamp(44px,5vw,56px);
}
#ma-footer .ma-foot .legal {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-block: 18px;
  font-size: clamp(11.8px,1vw,13px);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width:900px) {
  #ma-footer .ma-foot .wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width:520px) {
  #ma-footer .ma-foot .wrap {
    grid-template-columns: 1fr;
  }
}
#ma-footer .callbar {
  display: none;
}
@media (max-width:720px) {
  #ma-footer .callbar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom,0px));
    background: var(--glass);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255,255,255,.1);
  }
  #ma-footer .callbar .btn {
    justify-content: center;
    padding: 14px 8px;
    font-size: clamp(10.5px,3.1vw,12px);
    letter-spacing: .05em;
    gap: 6px;
  }
  #ma-footer .callbar .btn svg {
    width: 14px;
    height: 14px;
  }
  #ma-footer .callbar {
    transition: transform .35s var(--ease);
  }
  #ma-footer .callbar.hide,
  body.ma-menu-open #ma-footer .callbar {
    transform: translateY(120%);
  }
  #ma-footer {
    padding-bottom: 78px;
  }
}
@media (max-width:360px) {
  #ma-footer .callbar {
    gap: 7px;
    padding-inline: 10px;
  }
  #ma-footer .callbar .btn {
    padding: 13px 4px;
    letter-spacing: .02em;
  }
}
:is(#ma-header,#ma-home,#ma-footer) .sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
:is(#ma-header,#ma-home,#ma-footer) .ebc {
  width: clamp(14px,1.1vw,16px);
  height: clamp(14px,1.1vw,16px);
  flex: none;
  animation: crestBreathe 3.2s ease-in-out infinite;
}
@keyframes crestBreathe {
  0%,100% { opacity: 1; transform: translateY(0); }
  50% { opacity: .6; transform: translateY(-1px); }
}
#ma-home .crest-ic {
  width: clamp(20px,2vw,24px)!important;
  height: clamp(20px,2vw,24px)!important;
}
#ma-home .step .num i {
  border-radius: 0;
  clip-path: polygon(8% 12%,92% 12%,96% 38%,50% 96%,4% 38%);
  width: clamp(26px,2.6vw,32px);
  height: clamp(26px,2.6vw,32px);
  top: -9px;
  right: -10px;
  padding-bottom: 5px;
}
#ma-home .county li::before {
  border: 0;
  border-radius: 0;
  width: 9px;
  height: 10px;
  top: .5em;
  background: var(--blue-2);
  clip-path: polygon(8% 12%,92% 12%,96% 38%,50% 96%,4% 38%);
}
#ma-home .county li.soft::before {
  background: rgba(74,93,116,.55);
}
#ma-footer .ma-foot {
  position: relative;
  overflow: hidden;
}
#ma-footer .ma-foot .wm {
  position: absolute;
  right: -6%;
  bottom: -22%;
  width: clamp(260px,32vw,460px);
  height: clamp(260px,32vw,460px);
  color: #fff;
  opacity: .045;
  pointer-events: none;
}
#ma-footer .ma-foot .wrap {
  position: relative;
}
#ma-header .srail {
  display: none;
  position: fixed;
  right: clamp(15px,1.7vw,30px);
  top: calc(var(--navh) + 22px);
  bottom: 30px;
  width: 26px;
  z-index: 55;
  pointer-events: none;
}
#ma-header .srail::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  margin-left: -1px;
  border-radius: 2px;
  background: rgba(28,95,184,.22);
}
#ma-header .srail .fill {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  margin-left: -1px;
  border-radius: 2px;
  height: calc(var(--p,0)*100%);
  background: linear-gradient(180deg,rgba(215,38,43,0) 0%,rgba(215,38,43,.35) 60%,var(--red) 100%);
}
#ma-header .srail .thumb {
  position: absolute;
  left: 0;
  width: 26px;
  height: 26px;
  top: calc(var(--p,0)*(100% - 26px));
  filter: drop-shadow(0 6px 12px rgba(0,0,0,.4));
  pointer-events: auto;
  cursor: grab;
  touch-action: none;
  transition: transform .2s var(--ease),filter .2s;
}
#ma-header .srail .thumb::before {
  content: "";
  position: absolute;
  inset: -8px;
}
#ma-header .srail .thumb:hover {
  transform: scale(1.15);
  filter: drop-shadow(0 8px 16px rgba(0,0,0,.5));
}
#ma-header .srail.dragging .thumb {
  cursor: grabbing;
  transform: scale(1.2);
}
html.ma-dragging,
html.ma-dragging * {
  cursor: grabbing !important;
  user-select: none !important;
  -webkit-user-select: none !important;
}
#ma-header .srail .thumb svg {
  width: 100%;
  height: 100%;
  display: block;
}
#ma-header .nav .wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 3px;
  width: calc(var(--p,0)*100%);
  border-radius: 0 2px 2px 0;
  background: linear-gradient(90deg,var(--blue-2),var(--red));
  pointer-events: none;
}
@media (min-width:1025px) and (hover:hover) and (pointer:fine) {
  #ma-header.js .srail {
    display: block;
  }
  #ma-header .nav .wrap::after {
    display: none;
  }
}
#ma-home.js .rv {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .8s var(--ease),transform .8s var(--ease);
}
#ma-home.js .rv.in {
  opacity: 1;
  transform: none;
}
#ma-home.js .rv.d1 {
  transition-delay: .08s;
}
#ma-home.js .rv.d2 {
  transition-delay: .16s;
}
#ma-home.js .rv.d3 {
  transition-delay: .24s;
}
#ma-home.js .rv.d4 {
  transition-delay: .32s;
}
#ma-home.js .rv.d5 {
  transition-delay: .4s;
}
#ma-home .trades,
#ma-home .process,
#ma-home .reviews,
#ma-footer .ma-foot {
  content-visibility: auto;
  contain-intrinsic-size: auto 700px;
}
@media (max-width:1024px),(hover:none),(pointer:coarse) {
  #ma-home .window,
  #ma-home .hero,
  #ma-home .cta {
    clip-path: none;
  }
  #ma-home .bgfix,
  #ma-home .heroimg,
  #ma-home .ctaimg {
    position: absolute;
  }
}
:is(#ma-header,#ma-home,#ma-footer) .only-mobile {
  display: none!important;
}
@media (max-width:900px) {
  :is(#ma-header,#ma-home,#ma-footer) .only-desktop {
    display: none!important;
  }
  :is(#ma-header,#ma-home,#ma-footer) .only-mobile {
    display: inline-flex!important;
  }
}
@media (prefers-reduced-motion: reduce) {
  :is(#ma-header,#ma-home,#ma-footer) *,
  :is(#ma-header,#ma-home,#ma-footer) *::before,
  :is(#ma-header,#ma-home,#ma-footer) *::after {
    animation-duration: .001s!important;
    animation-iteration-count: 1!important;
    transition-duration: .001s!important;
  }
  #ma-home.js .rv {
    opacity: 1;
    transform: none;
  }
  #ma-home .window,
  #ma-home .hero,
  #ma-home .cta {
    clip-path: none;
  }
  #ma-home .bgfix,
  #ma-home .heroimg,
  #ma-home .ctaimg {
    position: absolute;
  }
}