body.tf-work-v2-page{
  --tfw-bg:#020304;
  --tfw-panel:#080a0e;
  --tfw-line:rgba(255,255,255,.12);
  --tfw-line-soft:rgba(255,255,255,.07);
  --tfw-text:#f5f5f3;
  --tfw-muted:#89919a;
  --tfw-teal:#14c8b4;
  background:var(--tfw-bg);
  color:var(--tfw-text);
  font-family:var(--font-sans);
}
.tf-work-v2-page .tf-network,.tf-work-v2-page .tf-flurry{display:block}

.tf-work-copy{position:relative;z-index:10;min-height:100vh;padding:158px 0 0;background:#020304;color:#fff;overflow:hidden}
.tf-work-copy__shell{width:min(1240px,calc(100% - 54px));margin-inline:auto}
.tf-work-copy__intro{padding:0 0 24px}
.tf-work-copy__intro h1{margin:0;font-size:clamp(42px,4.1vw,62px);line-height:.92;font-weight:350;letter-spacing:.19em;color:#fff}

.tf-work-copy__portfolio{position:relative;z-index:20;padding:0 0 118px}
.tf-work-copy__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 14px}
.tf-work-copy__card{min-width:0;padding:13px 13px 14px;border:1px solid var(--tfw-line-soft);border-radius:6px;background:linear-gradient(180deg,#0b0d11,#07090d);color:#fff;text-decoration:none;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.18);transition:transform .22s ease,border-color .22s ease,background .22s ease}
.tf-work-copy__card.is-live:hover{transform:translateY(-3px);border-color:rgba(20,200,180,.34);background:#0b0f13}
.tf-work-copy__card-top{min-height:48px;display:flex;flex-direction:column;justify-content:flex-end}
.tf-work-copy__card-top h3{margin:0;font-size:15px;line-height:1.08;font-weight:640;letter-spacing:-.025em}
.tf-work-copy__card-top p{margin:6px 0 0;color:#8c949c;font-size:9px;line-height:1.35}
.tf-work-copy__card-rule{height:2px;margin:10px 0 12px;background:linear-gradient(90deg,rgba(255,255,255,.42),rgba(255,255,255,.08));border-radius:999px}
.tf-work-copy__card.is-live .tf-work-copy__card-rule{background:linear-gradient(90deg,var(--tfw-teal),rgba(20,200,180,.14) 70%,rgba(255,255,255,.04))}
.tf-work-copy__card-image,.tf-work-copy__coming-art{position:relative;height:190px;border-radius:5px;overflow:hidden;background:#0b0e13}
.tf-work-copy__card-image img{display:block;width:100%;height:100%;object-fit:cover;filter:saturate(.86) brightness(.86);transition:transform .5s ease,filter .35s ease}
.tf-work-copy__card.is-live:hover img{transform:scale(1.025);filter:saturate(1) brightness(.94)}
.tf-work-copy__card-bottom{min-height:34px;margin-top:11px;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;color:#8f979f;font-size:9px;line-height:1.35}
.tf-work-copy__card-bottom span{max-width:68%}
.tf-work-copy__card-bottom b{flex:0 0 auto;color:#d8dcde;font-size:8px;font-weight:700;letter-spacing:.08em;white-space:nowrap}
.tf-work-copy__card.is-live .tf-work-copy__card-bottom b{color:#83e4da}

.tf-work-copy__card.is-coming{cursor:default;background:linear-gradient(180deg,#090b0f,#05070a)}
.tf-work-copy__coming-art{isolation:isolate;background:radial-gradient(circle at 30% 25%,rgba(20,200,180,.08),transparent 32%),linear-gradient(135deg,#090d12,#05070a 72%)}
.tf-work-copy__coming-art::before,.tf-work-copy__coming-art::after,.tf-work-copy__coming-art i{content:"";position:absolute;inset:auto;display:block;border:1px solid rgba(255,255,255,.09);transform:rotate(28deg)}
.tf-work-copy__coming-art::before{width:180px;height:112px;left:-20px;top:32px}
.tf-work-copy__coming-art::after{width:154px;height:154px;right:-54px;bottom:-52px;border-color:rgba(20,200,180,.12);transform:rotate(45deg)}
.tf-work-copy__coming-art i:nth-child(1){width:220px;height:1px;left:36px;top:84px;border:0;background:rgba(255,255,255,.07);transform:rotate(-19deg)}
.tf-work-copy__coming-art i:nth-child(2){width:1px;height:170px;left:52%;top:12px;border:0;background:rgba(20,200,180,.12);transform:rotate(18deg)}
.tf-work-copy__coming-art i:nth-child(3){width:110px;height:110px;right:22px;top:26px;border-color:rgba(255,255,255,.055);transform:rotate(34deg)}
.tf-work-copy__coming-art span{position:absolute;z-index:3;left:50%;top:50%;transform:translate(-50%,-50%);color:rgba(255,255,255,.34);font-size:11px;font-weight:650;letter-spacing:.22em;white-space:nowrap}
.tf-work-copy__card.is-coming .tf-work-copy__card-rule{background:linear-gradient(90deg,rgba(255,255,255,.15),rgba(255,255,255,.025))}
.tf-work-copy__card.is-coming .tf-work-copy__card-bottom b{color:#657078}

.tf-work-v2-page>.tf-site-footer{margin-top:0;background:#000}

@media(max-width:1100px){
  .tf-work-copy__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767px){
  .tf-work-copy{padding-top:118px}
  .tf-work-copy__shell{width:calc(100% - 24px)}
  .tf-work-copy__intro h1{font-size:34px;letter-spacing:.12em}
  .tf-work-copy__grid{grid-template-columns:1fr}
  .tf-work-copy__card-image,.tf-work-copy__coming-art{height:190px}
}

body.tf-work-v2-page{background:#020304!important}
body.tf-work-v2-page footer.tf-site-footer{
  background:#020304!important;
  color:#fff!important;
  border-top:1px solid rgba(255,255,255,.045)!important;
}
body.tf-work-v2-page footer.tf-site-footer .tf-site-footer__meta,
body.tf-work-v2-page footer.tf-site-footer__wordmark{background:#020304!important}

.tf-work-copy__portfolio,.tf-work-copy__grid{overflow:visible}
.tf-work-copy__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;align-items:start}
.tf-work-copy__card{position:relative;overflow:visible;z-index:1;min-height:338px;width:calc(100% + 34px);padding:20px 16px 16px;border-radius:0;border-color:rgba(255,255,255,.08);background:linear-gradient(180deg,#0b0d11,#07090d);box-shadow:none;transition:transform .28s cubic-bezier(.22,1,.36,1),border-color .22s ease,background .22s ease,z-index .01s linear}
.tf-work-copy__card:nth-child(4n+1){margin-left:0}
.tf-work-copy__card:nth-child(4n+2),.tf-work-copy__card:nth-child(4n+3),.tf-work-copy__card:nth-child(4n+4){margin-left:-34px}
.tf-work-copy__card:nth-child(4n+2),.tf-work-copy__card:nth-child(4n+4){margin-top:18px}
.tf-work-copy__card-top{min-height:72px}
.tf-work-copy__card-top h3{font-size:17px;line-height:1.06;font-weight:540;letter-spacing:-.02em}
.tf-work-copy__card-top p{margin-top:8px;font-size:10px;line-height:1.3;color:#8d9298}
.tf-work-copy__card-rule{height:5px;margin:12px 0 18px;border-radius:0;background:linear-gradient(90deg,rgba(255,255,255,.46),rgba(255,255,255,.10) 92%)}
.tf-work-copy__card.is-live .tf-work-copy__card-rule{background:linear-gradient(90deg,rgba(255,255,255,.58),rgba(255,255,255,.12) 96%)}
.tf-work-copy__card-image,.tf-work-copy__coming-art{height:220px;border-radius:9px;background:#0a0d12}
.tf-work-copy__card-image img{filter:saturate(.92) brightness(.86);transition:transform .45s cubic-bezier(.22,1,.36,1),filter .28s ease}
.tf-work-copy__card-bottom{display:none}
.tf-work-copy__card:hover,.tf-work-copy__card:focus-within{z-index:30;transform:translateY(-18px) scale(1.02);border-color:rgba(255,255,255,.16);background:#0b0d11}
.tf-work-copy__card:active{z-index:30;transform:translateY(-10px) scale(1.015)}
.tf-work-copy__card:hover img,.tf-work-copy__card:focus-within img,.tf-work-copy__card:active img{transform:scale(1.06);filter:saturate(1) brightness(.95)}
@media(max-width:1200px){.tf-work-copy__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.tf-work-copy__card{width:calc(100% + 30px)}.tf-work-copy__card:nth-child(4n+2),.tf-work-copy__card:nth-child(4n+4){margin-top:0}.tf-work-copy__card:nth-child(3n+1){margin-left:0}.tf-work-copy__card:nth-child(3n+2),.tf-work-copy__card:nth-child(3n+3){margin-left:-30px}.tf-work-copy__card:nth-child(3n+2){margin-top:16px}}
@media(max-width:767px){.tf-work-copy__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.tf-work-copy__card{min-height:278px;width:calc(100% + 18px);padding:18px 12px 14px}.tf-work-copy__card:nth-child(3n+2){margin-top:0}.tf-work-copy__card:nth-child(2n+1){margin-left:0}.tf-work-copy__card:nth-child(2n){margin-left:-18px;margin-top:12px}.tf-work-copy__card-top{min-height:58px}.tf-work-copy__card-top h3{font-size:15px}.tf-work-copy__card-top p{font-size:8px}.tf-work-copy__card-rule{height:4px;margin:10px 0 14px}.tf-work-copy__card-image,.tf-work-copy__coming-art{height:150px}}

@media (min-width:768px){
  body.tf-work-v2-page .tf-work-copy{padding-top:150px!important;overflow:hidden!important}
  body.tf-work-v2-page .tf-work-copy__shell{width:min(1320px,calc(100% - 72px))!important}
  body.tf-work-v2-page .tf-work-copy__intro{padding:18px 0 38px!important}
  body.tf-work-v2-page .tf-work-copy__intro h1{font-size:clamp(56px,5.5vw,86px)!important;line-height:.92!important;font-weight:350!important;letter-spacing:.16em!important}
  body.tf-work-v2-page .tf-work-copy__portfolio{padding-bottom:120px!important;overflow:visible!important}
  body.tf-work-v2-page .tf-work-copy__grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important;align-items:start!important;overflow:visible!important}
  body.tf-work-v2-page .tf-work-copy__card{position:relative!important;z-index:1!important;display:flex!important;flex-direction:column!important;width:calc(100% + 28px)!important;min-height:348px!important;margin:0!important;padding:20px 16px 16px!important;border:1px solid rgba(255,255,255,.055)!important;border-radius:15px!important;background:linear-gradient(180deg,#0d1014,#090b0f)!important;color:#f5f5f2!important;overflow:hidden!important;box-shadow:none!important;transition:transform .46s cubic-bezier(.22,1,.36,1),box-shadow .46s cubic-bezier(.22,1,.36,1),background .32s ease,border-color .32s ease!important;transform-origin:center!important}
  body.tf-work-v2-page .tf-work-copy__card:nth-child(4n+1){margin-left:0!important}
  body.tf-work-v2-page .tf-work-copy__card:nth-child(4n+2),body.tf-work-v2-page .tf-work-copy__card:nth-child(4n+3),body.tf-work-v2-page .tf-work-copy__card:nth-child(4n+4){margin-left:-28px!important}
  body.tf-work-v2-page .tf-work-copy__card:nth-child(4n+2),body.tf-work-v2-page .tf-work-copy__card:nth-child(4n+4){margin-top:16px!important}
  body.tf-work-v2-page .tf-work-copy__card-top{min-height:66px!important;justify-content:flex-start!important}
  body.tf-work-v2-page .tf-work-copy__card-top h3{margin:0!important;font-size:18px!important;line-height:1.05!important;font-weight:560!important;letter-spacing:-.03em!important}
  body.tf-work-v2-page .tf-work-copy__card-top p{margin:8px 0 0!important;color:#91949a!important;font-size:10px!important;line-height:1.25!important}
  body.tf-work-v2-page .tf-work-copy__card-rule{display:block!important;width:100%!important;height:4px!important;margin:4px 0 16px!important;border-radius:0!important;background:#2d3138!important}
  body.tf-work-v2-page .tf-work-copy__card.is-live .tf-work-copy__card-rule{background:linear-gradient(90deg,var(--tfw-teal),#2d3138 62%)!important}
  body.tf-work-v2-page .tf-work-copy__card-image,body.tf-work-v2-page .tf-work-copy__coming-art{position:relative!important;width:100%!important;height:186px!important;margin:auto 0 0!important;border-radius:9px!important;overflow:hidden!important;background:#08090a!important}
  body.tf-work-v2-page .tf-work-copy__card-image img{width:100%!important;height:100%!important;object-fit:cover!important;filter:saturate(.92) brightness(.84)!important;transition:transform .65s cubic-bezier(.22,1,.36,1),filter .4s ease!important}
  body.tf-work-v2-page .tf-work-copy__card-bottom{display:none!important}
  body.tf-work-v2-page .tf-work-copy__card:hover,body.tf-work-v2-page .tf-work-copy__card:focus-within{z-index:30!important;transform:translateY(-16px) scale(1.04)!important;background:#161719!important;box-shadow:0 24px 54px rgba(0,0,0,.48)!important;border-color:rgba(255,255,255,.10)!important}
  body.tf-work-v2-page .tf-work-copy__card:active{z-index:30!important;transform:translateY(-7px) scale(1.02)!important}
  body.tf-work-v2-page .tf-work-copy__card:hover img,body.tf-work-v2-page .tf-work-copy__card:focus-within img,body.tf-work-v2-page .tf-work-copy__card:active img{transform:scale(1.065)!important;filter:saturate(1) brightness(.95)!important}
}
@media (min-width:768px) and (max-width:1180px){
  body.tf-work-v2-page .tf-work-copy__grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.tf-work-v2-page .tf-work-copy__card{width:calc(100% + 24px)!important}
  body.tf-work-v2-page .tf-work-copy__card:nth-child(4n+2),body.tf-work-v2-page .tf-work-copy__card:nth-child(4n+3),body.tf-work-v2-page .tf-work-copy__card:nth-child(4n+4){margin-left:0!important;margin-top:0!important}
  body.tf-work-v2-page .tf-work-copy__card:nth-child(3n+2),body.tf-work-v2-page .tf-work-copy__card:nth-child(3n+3){margin-left:-24px!important}
  body.tf-work-v2-page .tf-work-copy__card:nth-child(3n+2){margin-top:14px!important}
}

@media (min-width:768px){
  body.tf-work-v2-page .tf-work-copy{padding-top:150px!important;overflow:hidden!important}
  body.tf-work-v2-page .tf-work-copy__shell{width:min(100%,calc(100% - 72px))!important;max-width:none!important}
  body.tf-work-v2-page .tf-work-copy__intro{padding:18px 0 38px!important}
  body.tf-work-v2-page .tf-work-copy__intro h1{margin:0!important;color:#f4f4f2!important;font-size:clamp(56px,5.5vw,84px)!important;line-height:.92!important;font-weight:420!important;letter-spacing:-.055em!important}
  body.tf-work-v2-page .tf-work-copy__portfolio{padding:0 0 120px!important;overflow:visible!important}
  body.tf-work-v2-page .tf-work-copy__grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important;align-items:start!important;overflow:visible!important}
  body.tf-work-v2-page .tf-work-copy__card{position:relative!important;display:flex!important;flex-direction:column!important;z-index:1!important;width:calc(100% + 34px)!important;min-height:336px!important;aspect-ratio:auto!important;margin:0!important;padding:20px 16px 16px!important;border:1px solid rgba(255,255,255,.055)!important;border-radius:16px!important;background:linear-gradient(180deg,#0d1014,#090b0f)!important;color:#f5f5f2!important;text-decoration:none!important;overflow:hidden!important;transition:transform .46s cubic-bezier(.22,1,.36,1),box-shadow .46s cubic-bezier(.22,1,.36,1),background .32s ease,border-color .32s ease!important;transform-origin:center!important;box-shadow:none!important}
  body.tf-work-v2-page .tf-work-copy__card:nth-child(4n+1){margin-left:0!important}
  body.tf-work-v2-page .tf-work-copy__card:nth-child(4n+2),body.tf-work-v2-page .tf-work-copy__card:nth-child(4n+3),body.tf-work-v2-page .tf-work-copy__card:nth-child(4n+4){margin-left:-34px!important}
  body.tf-work-v2-page .tf-work-copy__card:nth-child(4n+2),body.tf-work-v2-page .tf-work-copy__card:nth-child(4n+4){margin-top:16px!important}
  body.tf-work-v2-page .tf-work-copy__card-top{min-height:64px!important;justify-content:flex-start!important}
  body.tf-work-v2-page .tf-work-copy__card-top h3{display:block!important;margin:0!important;font-size:18px!important;line-height:1.05!important;font-weight:560!important;letter-spacing:-.03em!important}
  body.tf-work-v2-page .tf-work-copy__card-top p{display:block!important;margin-top:8px!important;color:#91949a!important;font-size:10px!important;line-height:1.25!important}
  body.tf-work-v2-page .tf-work-copy__card-rule{display:block!important;width:100%!important;height:4px!important;margin:4px 0 16px!important;background:#2d3138!important;border-radius:0!important}
  body.tf-work-v2-page .tf-work-copy__card.is-live .tf-work-copy__card-rule{background:linear-gradient(90deg,var(--tfw-teal),#2d3138 62%)!important}
  body.tf-work-v2-page .tf-work-copy__card-image,body.tf-work-v2-page .tf-work-copy__coming-art{position:relative!important;margin-top:auto!important;width:100%!important;height:178px!important;aspect-ratio:auto!important;border-radius:9px!important;overflow:hidden!important;background:#08090a!important}
  body.tf-work-v2-page .tf-work-copy__card-image img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;filter:grayscale(.08) brightness(.84)!important;transition:transform .65s cubic-bezier(.22,1,.36,1),filter .4s ease!important}
  body.tf-work-v2-page .tf-work-copy__card.is-coming .tf-work-copy__coming-art img{filter:grayscale(1) brightness(.28)!important;opacity:.72!important}
  body.tf-work-v2-page .tf-work-copy__card-bottom{display:none!important}
  body.tf-work-v2-page .tf-work-copy__card:hover,body.tf-work-v2-page .tf-work-copy__card:focus-visible,body.tf-work-v2-page .tf-work-copy__card:focus-within{z-index:18!important;transform:translateY(-16px) scale(1.04)!important;background:#161719!important;box-shadow:0 24px 54px rgba(0,0,0,.48)!important;border-color:rgba(255,255,255,.09)!important;outline:none!important}
  body.tf-work-v2-page .tf-work-copy__card:active{z-index:18!important;transform:translateY(-7px) scale(1.02)!important}
  body.tf-work-v2-page .tf-work-copy__card:hover .tf-work-copy__card-image img,body.tf-work-v2-page .tf-work-copy__card:focus-visible .tf-work-copy__card-image img,body.tf-work-v2-page .tf-work-copy__card:active .tf-work-copy__card-image img,body.tf-work-v2-page .tf-work-copy__card:focus-within .tf-work-copy__card-image img{transform:scale(1.065)!important;filter:grayscale(0) brightness(.95)!important}
  body.tf-work-v2-page .tf-work-copy__coming-art{display:flex!important;align-items:flex-end!important;justify-content:center!important;background:#08090a!important}
  body.tf-work-v2-page .tf-work-copy__coming-art::before,body.tf-work-v2-page .tf-work-copy__coming-art::after,body.tf-work-v2-page .tf-work-copy__coming-art i{display:none!important}
  body.tf-work-v2-page .tf-work-copy__coming-art span{position:absolute!important;inset:0!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#d7d7d5!important;font-size:10px!important;font-style:normal!important;letter-spacing:.16em!important;background:rgba(0,0,0,.28)!important;transform:none!important;left:auto!important;top:auto!important}
}
@media (min-width:768px) and (max-width:1200px){
  body.tf-work-v2-page .tf-work-copy__grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.tf-work-v2-page .tf-work-copy__card{width:calc(100% + 30px)!important}
  body.tf-work-v2-page .tf-work-copy__card:nth-child(4n+2),body.tf-work-v2-page .tf-work-copy__card:nth-child(4n+3),body.tf-work-v2-page .tf-work-copy__card:nth-child(4n+4){margin-left:0!important;margin-top:0!important}
  body.tf-work-v2-page .tf-work-copy__card:nth-child(3n+1){margin-left:0!important}
  body.tf-work-v2-page .tf-work-copy__card:nth-child(3n+2),body.tf-work-v2-page .tf-work-copy__card:nth-child(3n+3){margin-left:-30px!important}
  body.tf-work-v2-page .tf-work-copy__card:nth-child(3n+2){margin-top:16px!important}
}

@media (min-width:768px){
  body.tf-work-v2-page{
    --tfw-teal:#2e3033!important;
  }

  body.tf-work-v2-page .tf-work-copy{
    padding-top:132px!important;
    overflow:hidden!important;
    background:#020304!important;
  }
  body.tf-work-v2-page .tf-work-copy__shell{
    width:90%!important;
    max-width:none!important;
    margin-inline:auto!important;
  }
  body.tf-work-v2-page .tf-work-copy__intro{
    position:relative!important;
    padding:18px 0 24px!important;
    border:0!important;
  }
  body.tf-work-v2-page .tf-work-copy__intro::before,
  body.tf-work-v2-page .tf-work-copy__intro::after,
  body.tf-work-v2-page .tf-work-copy__intro h1::before,
  body.tf-work-v2-page .tf-work-copy__intro h1::after{
    content:none!important;
    display:none!important;
    border:0!important;
    background:none!important;
  }
  body.tf-work-v2-page .tf-work-copy__intro h1{
    margin:0!important;
    padding:0!important;
    border:0!important;
    color:#f4f4f2!important;
    font-size:clamp(34px,3.55vw,52px)!important;
    line-height:1!important;
    font-weight:350!important;
    letter-spacing:.26em!important;
  }

  body.tf-work-v2-page .tf-work-copy__portfolio{
    padding:0 0 92px!important;
    overflow:visible!important;
  }
  body.tf-work-v2-page .tf-work-copy__grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
    align-items:stretch!important;
    overflow:visible!important;
  }
  body.tf-work-v2-page .tf-work-copy__card,
  body.tf-work-v2-page .tf-work-copy__card:nth-child(n){
    position:relative!important;
    z-index:1!important;
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    min-width:0!important;
    min-height:0!important;
    height:246px!important;
    margin:0!important;
    padding:12px 12px 11px!important;
    border:1px solid rgba(255,255,255,.045)!important;
    border-radius:5px!important;
    background:#111214!important;
    color:#f4f4f2!important;
    box-shadow:none!important;
    overflow:hidden!important;
    transform:none!important;
    transition:transform .28s ease,background .28s ease!important;
  }
  body.tf-work-v2-page .tf-work-copy__card:hover,
  body.tf-work-v2-page .tf-work-copy__card:focus-visible,
  body.tf-work-v2-page .tf-work-copy__card:focus-within{
    z-index:3!important;
    transform:translateY(-5px)!important;
    background:#151618!important;
    border-color:rgba(255,255,255,.07)!important;
    box-shadow:0 12px 30px rgba(0,0,0,.28)!important;
  }

  body.tf-work-v2-page .tf-work-copy__card-top{
    min-height:45px!important;
    display:block!important;
    justify-content:flex-start!important;
  }
  body.tf-work-v2-page .tf-work-copy__card-top h3{
    display:block!important;
    margin:0!important;
    color:#fff!important;
    font-size:13px!important;
    line-height:1.08!important;
    font-weight:500!important;
    letter-spacing:-.018em!important;
  }
  body.tf-work-v2-page .tf-work-copy__card-top p{
    display:block!important;
    margin:4px 0 0!important;
    color:#92969b!important;
    font-size:7.5px!important;
    line-height:1.2!important;
  }

  body.tf-work-v2-page .tf-work-copy__card-rule,
  body.tf-work-v2-page .tf-work-copy__card.is-live .tf-work-copy__card-rule{
    display:block!important;
    width:100%!important;
    height:2px!important;
    min-height:2px!important;
    margin:8px 0 10px!important;
    border:0!important;
    border-radius:0!important;
    background:#34373b!important;
    box-shadow:none!important;
  }

  body.tf-work-v2-page .tf-work-copy__card-image,
  body.tf-work-v2-page .tf-work-copy__coming-art{
    position:relative!important;
    flex:1 1 auto!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    border-radius:4px!important;
    overflow:hidden!important;
    background:#090a0c!important;
  }
  body.tf-work-v2-page .tf-work-copy__card-image img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    border-radius:4px!important;
    filter:none!important;
    transform:none!important;
  }
  body.tf-work-v2-page .tf-work-copy__card:hover .tf-work-copy__card-image img,
  body.tf-work-v2-page .tf-work-copy__card:focus-within .tf-work-copy__card-image img{
    transform:none!important;
    filter:none!important;
  }

  body.tf-work-v2-page .tf-work-copy__coming-art{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#090a0c!important;
  }
  body.tf-work-v2-page .tf-work-copy__coming-art::before,
  body.tf-work-v2-page .tf-work-copy__coming-art::after,
  body.tf-work-v2-page .tf-work-copy__coming-art i{
    display:none!important;
  }
  body.tf-work-v2-page .tf-work-copy__coming-art span{
    position:static!important;
    inset:auto!important;
    transform:none!important;
    display:block!important;
    color:rgba(255,255,255,.68)!important;
    background:none!important;
    font-size:8px!important;
    font-weight:500!important;
    letter-spacing:.16em!important;
  }
  body.tf-work-v2-page .tf-work-copy__card-bottom{
    display:none!important;
  }

  body.tf-work-v2-page .tf-contact-panel{
    padding-top:86px!important;
  }
  body.tf-work-v2-page .tf-contact-panel__shell{
    width:60%!important;
    max-width:760px!important;
    min-width:560px!important;
  }
  body.tf-work-v2-page .tf-contact-panel__title{
    margin-bottom:30px!important;
    font-size:clamp(38px,4vw,58px)!important;
    line-height:1!important;
    font-weight:420!important;
  }
  body.tf-work-v2-page .tf-contact-panel__form{
    padding:22px 22px 20px!important;
    border-radius:10px!important;
  }
}

@media (max-width:767px){
  body.tf-work-v2-page .tf-contact-panel__shell{min-width:0!important}
}

body.tf-work-v2-page{
  width:100%!important;
  max-width:100%!important;
  overflow-x:clip!important;
}

body.tf-work-v2-page .tf-work-copy{
  width:100%!important;
  max-width:100%!important;
  overflow-x:clip!important;
}

body.tf-work-v2-page .tf-contact-panel,
body.tf-work-v2-page .tf-contact-panel__map,
body.tf-work-v2-page footer.tf-site-footer{
  width:100%!important;
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
}

html.tf-transition-leaving body.tf-work-v2-page,
html.tf-transition-incoming body.tf-work-v2-page,
html.tf-transition-reveal body.tf-work-v2-page{
  width:100%!important;
  max-width:100%!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-right:0!important;
  overflow-x:clip!important;
}

html.tf-transition-leaving body.tf-work-v2-page .tf-work-copy,
html.tf-transition-incoming body.tf-work-v2-page .tf-work-copy,
html.tf-transition-reveal body.tf-work-v2-page .tf-work-copy{
  width:100%!important;
  max-width:100%!important;
  transform:none!important;
}

body.tf-work-v2-page .tf-contact-panel__shell{
  width:min(46vw,620px)!important;
  max-width:620px!important;
  min-width:0!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

@media (max-width:992px){
  body.tf-work-v2-page .tf-contact-panel__shell{
    width:min(78vw,620px)!important;
  }
}

@media (max-width:600px){
  body.tf-work-v2-page .tf-contact-panel__shell{
    width:calc(100% - 32px)!important;
  }
}

@media (min-width:993px){
  body.tf-work-v2-page .tf-work-copy{
    position:relative!important;
    isolation:isolate!important;
    background:#020304!important;
  }

  body.tf-work-v2-page .tf-work-copy::before{
    content:""!important;
    display:block!important;
    position:absolute!important;
    z-index:-1!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    height:430px!important;
    background:
      linear-gradient(180deg,rgba(0,0,0,.50) 0%,rgba(0,0,0,.58) 44%,rgba(2,3,4,.94) 88%,#020304 100%),
      url("../img/hero-construction.jpg") center 38% / cover no-repeat!important;
    filter:grayscale(1) brightness(.58) contrast(1.06)!important;
    opacity:.78!important;
    pointer-events:none!important;
  }

  body.tf-work-v2-page .tf-work-copy__intro{
    position:relative!important;
    z-index:2!important;
    padding:18px 0 26px!important;
  }

  body.tf-work-v2-page .tf-work-copy__intro h1{
    margin:0!important;
    padding:0!important;
    color:#c7c7c7!important;
    font-size:30px!important;
    line-height:1!important;
    font-weight:400!important;
    letter-spacing:.245em!important;
  }

  body.tf-work-v2-page .tf-work-copy__portfolio{
    position:relative!important;
    z-index:2!important;
  }
}

\n\n\nbody.tf-work-v2-page .tf-work-copy__intro .tf-faulty-heading{\n  font-size:26px!important;\n  letter-spacing:0!important;\n}\nbody.tf-work-v2-page .tf-work-copy__intro .tf-faulty-heading>span{\n  display:inline-block;\n  margin-right:.48em;\n  opacity:1;\n  animation:tf-portfolio-faulty-letter 1.45s steps(1,end) both;\n}\nbody.tf-work-v2-page .tf-work-copy__intro .tf-faulty-heading>span:last-child{margin-right:0}\nbody.tf-work-v2-page .tf-work-copy__intro .tf-faulty-heading>span:nth-child(1){animation-delay:.03s}\nbody.tf-work-v2-page .tf-work-copy__intro .tf-faulty-heading>span:nth-child(2){animation-delay:.19s}\nbody.tf-work-v2-page .tf-work-copy__intro .tf-faulty-heading>span:nth-child(3){animation-delay:.08s}\nbody.tf-work-v2-page .tf-work-copy__intro .tf-faulty-heading>span:nth-child(4){animation-delay:.31s}\nbody.tf-work-v2-page .tf-work-copy__intro .tf-faulty-heading>span:nth-child(5){animation-delay:.13s}\nbody.tf-work-v2-page .tf-work-copy__intro .tf-faulty-heading>span:nth-child(6){animation-delay:.38s}\nbody.tf-work-v2-page .tf-work-copy__intro .tf-faulty-heading>span:nth-child(7){animation-delay:.23s}\nbody.tf-work-v2-page .tf-work-copy__intro .tf-faulty-heading>span:nth-child(8){animation-delay:.44s}\nbody.tf-work-v2-page .tf-work-copy__intro .tf-faulty-heading>span:nth-child(9){animation-delay:.16s}\n@keyframes tf-portfolio-faulty-letter{\n  0%{opacity:.18;text-shadow:none}\n  7%{opacity:1}\n  11%{opacity:.08}\n  16%{opacity:.72}\n  21%{opacity:.14}\n  28%{opacity:1;text-shadow:0 0 5px rgba(255,255,255,.22)}\n  35%{opacity:.35}\n  43%{opacity:1;text-shadow:none}\n  52%{opacity:.12}\n  58%,100%{opacity:1;text-shadow:none}\n}\n@media (max-width:767px){\n  body.tf-work-v2-page .tf-work-copy__intro .tf-faulty-heading{font-size:18px!important;line-height:22px!important}\n  body.tf-work-v2-page .tf-work-copy__intro .tf-faulty-heading>span{margin-right:.52em}\n}\n@media (prefers-reduced-motion:reduce){\n  body.tf-work-v2-page .tf-work-copy__intro .tf-faulty-heading>span{animation:none!important;opacity:1!important}\n}\n

@media (max-width:767px){
  body.tf-work-v2-page{
    --tf-project-phone-futura:'Futura Md BT','Montserrat',Arial,sans-serif;
    --tf-project-phone-mont:'Montserrat',Arial,sans-serif;
    background:#000!important;
    overflow-x:hidden!important;
  }
  body.tf-work-v2-page .tf-work-copy{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:100vw!important;
    min-height:100vh!important;
    margin:0!important;
    padding:134px 0 0!important;
    background:#000!important;
    color:#fff!important;
    overflow:hidden!important;
  }
  body.tf-work-v2-page .tf-work-copy__shell{
    box-sizing:border-box!important;
    width:95%!important;
    max-width:none!important;
    margin:0 auto!important;
    padding-left:10.5px!important;
    padding-right:10.5px!important;
  }

  body.tf-work-v2-page .tf-work-copy__intro{
    box-sizing:border-box!important;
    width:100%!important;
    height:80px!important;
    margin:0!important;
    padding:0!important;
  }
  body.tf-work-v2-page .tf-work-copy__intro h1{
    box-sizing:border-box!important;
    display:block!important;
    width:100%!important;
    height:80px!important;
    margin:0!important;
    padding:23px 0 29px!important;
    color:#fff!important;
    font-family:var(--tf-project-phone-futura)!important;
    font-size:28px!important;
    font-weight:400!important;
    line-height:28px!important;
    letter-spacing:14px!important;
    text-align:left!important;
    text-transform:uppercase!important;
    white-space:nowrap!important;
  }body.tf-work-v2-page .tf-work-copy__intro h1::before,body.tf-work-v2-page .tf-work-copy__intro h1::after{
    display:none!important;
    content:none!important;
  }

  body.tf-work-v2-page .tf-work-copy__portfolio{
    box-sizing:border-box!important;
    width:100%!important;
    margin:0!important;
    padding:0 0 96px!important;
    background:#000!important;
    overflow:visible!important;
  }
  body.tf-work-v2-page .tf-work-copy__grid{
    box-sizing:border-box!important;
    display:grid!important;
    grid-template-columns:55% 55%!important;
    grid-auto-rows:350px!important;
    gap:0!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    align-items:start!important;
    overflow:visible!important;
  }
  body.tf-work-v2-page .tf-work-copy__card{
    box-sizing:border-box!important;
    position:relative!important;
    z-index:1!important;
    display:block!important;
    width:100%!important;
    height:350px!important;
    min-height:350px!important;
    max-height:350px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:10px!important;
    background:#111!important;
    color:#fff!important;
    overflow:hidden!important;
    box-shadow:none!important;
    transform:none!important;
    transition:none!important;
  }
  body.tf-work-v2-page .tf-work-copy__card:nth-child(even){
    z-index:2!important;
    margin-left:-23.4604%!important; 
    margin-top:0!important;
  }
  body.tf-work-v2-page .tf-work-copy__card:nth-child(odd){margin-left:0!important;margin-top:0!important}
  body.tf-work-v2-page .tf-work-copy__card:hover,
  body.tf-work-v2-page .tf-work-copy__card:focus,
  body.tf-work-v2-page .tf-work-copy__card:focus-visible,
  body.tf-work-v2-page .tf-work-copy__card:focus-within,
  body.tf-work-v2-page .tf-work-copy__card:active{
    transform:none!important;
    box-shadow:none!important;
    background:#111!important;
    border:0!important;
    outline:0!important;
  }

  body.tf-work-v2-page .tf-work-copy__card-top{
    box-sizing:border-box!important;
    position:absolute!important;
    z-index:4!important;
    top:45px!important;
    left:20px!important;
    right:20px!important;
    display:block!important;
    width:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
  }
  body.tf-work-v2-page .tf-work-copy__card-top h3{
    display:block!important;
    margin:0!important;
    padding:0!important;
    color:#fff!important;
    font-family:var(--tf-project-phone-futura)!important;
    font-size:19.6px!important;
    font-weight:400!important;
    line-height:21.56px!important;
    letter-spacing:normal!important;
  }
  body.tf-work-v2-page .tf-work-copy__card-top p{
    display:block!important;
    margin:4px 0 0!important;
    padding:0!important;
    color:#9b9b9b!important;
    font-family:var(--tf-project-phone-mont)!important;
    font-size:8.4px!important;
    font-weight:400!important;
    line-height:11.2px!important;
    letter-spacing:normal!important;
    white-space:normal!important;
  }
  body.tf-work-v2-page .tf-work-copy__card-rule{
    position:absolute!important;
    z-index:4!important;
    top:100px!important;
    left:20px!important;
    right:20px!important;
    display:block!important;
    width:auto!important;
    height:5px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:#2e3033!important;
  }
  body.tf-work-v2-page .tf-work-copy__card.is-live .tf-work-copy__card-rule{background:#2e3033!important}

  body.tf-work-v2-page .tf-work-copy__card-image,
  body.tf-work-v2-page .tf-work-copy__coming-art{
    box-sizing:border-box!important;
    position:absolute!important;
    z-index:3!important;
    top:130px!important;
    left:20px!important;
    right:20px!important;
    bottom:auto!important;
    width:auto!important;
    height:150px!important;
    margin:0!important;
    padding:0!important;
    border-radius:10px!important;
    overflow:hidden!important;
    background:#0a0a0a!important;
  }
  body.tf-work-v2-page .tf-work-copy__card-image img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    margin:0!important;
    object-fit:cover!important;
    object-position:center!important;
    filter:none!important;
    transform:none!important;
    transition:none!important;
  }
  body.tf-work-v2-page .tf-work-copy__coming-art{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:linear-gradient(180deg,#111214,#090a0b)!important;
  }
  body.tf-work-v2-page .tf-work-copy__coming-art::before,
  body.tf-work-v2-page .tf-work-copy__coming-art::after,
  body.tf-work-v2-page .tf-work-copy__coming-art i{display:none!important;content:none!important}
  body.tf-work-v2-page .tf-work-copy__coming-art span{
    position:static!important;
    inset:auto!important;
    transform:none!important;
    margin:0!important;
    color:#9b9b9b!important;
    font-family:var(--tf-project-phone-futura)!important;
    font-size:10px!important;
    font-weight:400!important;
    line-height:1!important;
    letter-spacing:.18em!important;
  }
  body.tf-work-v2-page .tf-work-copy__card-bottom{display:none!important}

  body.tf-work-v2-page .tf-work-copy>.tf-contact-panel{
    box-sizing:border-box!important;
    margin:0!important;
    padding:80px 0 0!important;
    background:#000!important;
  }
  body.tf-work-v2-page .tf-contact-panel__shell{
    box-sizing:border-box!important;
    width:95%!important;
    max-width:none!important;
    margin:0 auto!important;
    padding:0 10.5px!important;
    align-items:stretch!important;
  }
  body.tf-work-v2-page .tf-contact-panel__title{
    width:100%!important;
    min-height:64.68px!important;
    margin:0 0 31.52px!important;
    padding:0!important;
    color:#fff!important;
    font-family:var(--tf-project-phone-futura)!important;
    font-size:58.8px!important;
    font-weight:400!important;
    line-height:64.68px!important;
    text-align:center!important;
    text-transform:uppercase!important;
  }
  body.tf-work-v2-page .tf-contact-panel__form{
    box-sizing:border-box!important;
    width:100%!important;
    margin:0!important;
    padding:24px!important;
    border:0!important;
    border-radius:16px!important;
    background:rgba(255,255,255,.07)!important;
    box-shadow:none!important;
  }
  body.tf-work-v2-page .tf-contact-panel__fields{grid-template-columns:1fr!important;gap:22px!important}
  body.tf-work-v2-page .tf-contact-panel__field input{height:42px!important;border:0!important;border-radius:16px!important;background:rgba(255,255,255,.05)!important;color:#fff!important;font-size:16px!important}
  body.tf-work-v2-page .tf-contact-panel__chip{height:34px!important;min-height:34px!important;padding:8px 16px!important;border-radius:16px!important;font-family:var(--tf-project-phone-futura)!important;font-size:16px!important;font-weight:400!important;line-height:16px!important}
  body.tf-work-v2-page .tf-contact-panel__submit{height:54px!important;min-height:54px!important;margin-top:20px!important;border-radius:50px!important;background:#fff!important;color:#000!important;font-family:var(--tf-project-phone-futura)!important;font-size:15px!important;font-weight:500!important}
  body.tf-work-v2-page .tf-contact-panel__icons{grid-template-columns:repeat(3,78.41px)!important;justify-content:space-between!important;gap:0!important;margin:14px 0 20px!important}
  body.tf-work-v2-page .tf-contact-panel__icons span{width:78.41px!important;height:54px!important;border:0!important;border-radius:50px!important;background:rgba(255,255,255,.07)!important}
  body.tf-work-v2-page .tf-contact-panel__details{width:100%!important;display:grid!important;gap:21px!important;padding:8px 0 32px!important}
  body.tf-work-v2-page .tf-contact-panel__info-card,
  body.tf-work-v2-page .tf-contact-panel__hours{width:100%!important;padding:24px!important;border:0!important;border-radius:16px!important;background:rgba(255,255,255,.07)!important}
  body.tf-work-v2-page .tf-contact-panel__info-card{min-height:auto!important;gap:14px!important}
  body.tf-work-v2-page .tf-contact-panel__info-card a,
  body.tf-work-v2-page .tf-contact-panel__info-card>div,
  body.tf-work-v2-page .tf-contact-panel__hours div{font-family:var(--tf-project-phone-futura)!important;font-size:16.8px!important;font-weight:400!important;line-height:28px!important}
  body.tf-work-v2-page .tf-contact-panel__hours{min-height:188px!important}
  body.tf-work-v2-page .tf-contact-panel__map{margin-top:0!important;border-top:0!important;background:#000!important}
  body.tf-work-v2-page .tf-contact-panel__map iframe{display:block!important;width:100%!important;height:400px!important;border:0!important;filter:grayscale(1) invert(.94) contrast(1.06) brightness(.82)!important}
}

@media (max-width:390px){
  body.tf-work-v2-page .tf-work-copy__intro h1{font-size:26px!important;letter-spacing:12px!important}
}

@media (max-width:767px){
  
  body.tf-work-v2-page .tf-work-copy__intro,
  body.tf-work-v2-page .tf-work-copy__intro .tf-work-copy__shell,
  body.tf-work-v2-page .tf-work-copy__intro h1{
    border:0!important;
    box-shadow:none!important;
    background-image:none!important;
  }
  body.tf-work-v2-page .tf-work-copy__intro::before,
  body.tf-work-v2-page .tf-work-copy__intro::after,
  body.tf-work-v2-page .tf-work-copy__intro .tf-work-copy__shell::before,
  body.tf-work-v2-page .tf-work-copy__intro .tf-work-copy__shell::after,
  body.tf-work-v2-page .tf-work-copy__intro h1::before,
  body.tf-work-v2-page .tf-work-copy__intro h1::after{
    display:none!important;
    content:none!important;
    width:0!important;
    height:0!important;
    border:0!important;
    background:none!important;
    box-shadow:none!important;
  }

  body.tf-work-v2-page .tf-contact-panel__map{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    position:relative!important;
    z-index:20!important;
    width:100vw!important;
    height:400px!important;
    min-height:400px!important;
    max-height:400px!important;
    margin:0 0 0 calc(50% - 50vw)!important;
    padding:0!important;
    overflow:hidden!important;
    background:#111!important;
    border:0!important;
  }
  body.tf-work-v2-page .tf-contact-panel__map iframe{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100%!important;
    height:400px!important;
    min-height:400px!important;
    max-height:400px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    filter:grayscale(1) invert(.94) contrast(1.06) brightness(.82)!important;
  }

  body.tf-work-v2-page footer.tf-site-footer{
    display:block!important;
    height:auto!important;
    min-height:136px!important;
    padding:14px 0 0!important;
    overflow:visible!important;
    background:#000!important;
  }
  body.tf-work-v2-page footer.tf-site-footer .tf-site-footer__wordmark{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    width:100vw!important;
    max-width:none!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    background:#000!important;
  }
  body.tf-work-v2-page footer.tf-site-footer .tf-site-footer__wordmark span{
    display:block!important;
    visibility:visible!important;
    width:max-content!important;
    min-width:100vw!important;
    height:auto!important;
    margin:0 0 0 -.8vw!important;
    padding:0!important;
    font-size:24vw!important;
    font-weight:820!important;
    line-height:.78!important;
    letter-spacing:-.075em!important;
    white-space:nowrap!important;
    text-transform:uppercase!important;
    transform:none!important;
  }
  body.tf-work-v2-page footer.tf-site-footer .tf-site-footer__wordmark span:nth-child(1){opacity:1!important}
  body.tf-work-v2-page footer.tf-site-footer .tf-site-footer__wordmark span:nth-child(2){opacity:.40!important}
  body.tf-work-v2-page footer.tf-site-footer .tf-site-footer__wordmark span:nth-child(3){opacity:.10!important}
  body.tf-work-v2-page footer.tf-site-footer .tf-site-footer__wordmark span i{font-style:normal!important;color:#fff!important}
  body.tf-work-v2-page footer.tf-site-footer .tf-site-footer__wordmark span b{font-style:normal!important;font-weight:inherit!important;color:var(--tradeform-teal,#17b6aa)!important}
}

body.tf-about-v2-page{background:#020304!important;color:#fff!important}
body.tf-about-v2-page .site-header{display:none!important}
body.tf-about-v2-page .tf-site-footer{background:#020304!important;margin-top:0!important}
.tf-about{--ab-bg:#020304;--ab-panel:#0d0f13;--ab-panel2:#12151b;--ab-line:rgba(255,255,255,.09);--ab-text:#f4f4f4;--ab-muted:#a8adb4;--ab-teal:#18d2c3;background:var(--ab-bg);color:var(--ab-text);font-family:var(--font-sans,Inter,system-ui,sans-serif);overflow:hidden;position:relative}
.tf-about__shell{width:min(1240px,calc(100% - 48px));margin:0 auto}
.tf-about .tf-network,.tf-about .tf-flurry{position:fixed;inset:0;width:100%;height:100%;pointer-events:none}

.tf-about__hero{position:relative;min-height:510px;padding:164px 0 0;background:#020304;isolation:isolate}
.tf-about__hero::before{content:"";position:absolute;inset:0;background-image:var(--tf-about-hero);background-size:cover;background-position:center;filter:grayscale(1) brightness(.26);opacity:.34;z-index:-2}
.tf-about__hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,3,4,.2),rgba(2,3,4,.72) 68%,#020304);z-index:-1}
.tf-about__hero h1{max-width:1040px;margin:0;font-size:clamp(54px,6.7vw,108px);line-height:.87;letter-spacing:-.065em;font-weight:820;text-transform:uppercase;color:#fff}
.tf-about__hero h1 span{color:#fff}.tf-about__hero h1 .tf-about__hero-line--teal{color:var(--ab-teal)}
.tf-about__ticker{position:absolute;left:0;right:0;bottom:0;overflow:hidden;border-top:1px solid rgba(255,255,255,.035);border-bottom:1px solid rgba(255,255,255,.035);height:98px;display:flex;align-items:center}
.tf-about__ticker div{width:max-content;white-space:nowrap;font-size:clamp(40px,5.2vw,76px);line-height:1;font-weight:760;letter-spacing:-.045em;color:#3d3d3f;animation:abTicker 28s linear infinite}
@keyframes abTicker{to{transform:translateX(-40%)}}

.tf-about__stats{padding:62px 0 58px;background:#020304}
.tf-about__stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.tf-about__stat{min-height:130px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid rgba(255,255,255,.06)}
.tf-about__stat:last-child{border-right:0}
.tf-about__stat strong{font-size:clamp(42px,4vw,66px);line-height:.9;letter-spacing:-.05em;font-weight:500;color:#fff}
.tf-about__stat span{margin-top:10px;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#7d858f;text-align:center}
.tf-about__stat:nth-child(2) strong{color:var(--ab-teal)}

.tf-about__intro{padding:54px 0 88px}
.tf-about__intro-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:100px;align-items:center}
.tf-about__identity{min-height:300px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.tf-about__mark{width:130px;height:130px;border:1px solid rgba(255,255,255,.25);display:grid;place-items:center;font-size:48px;font-weight:780;letter-spacing:-.08em;color:#fff;position:relative}
.tf-about__mark::before,.tf-about__mark::after{content:"";position:absolute;background:var(--ab-teal);opacity:.85}
.tf-about__mark::before{width:42px;height:1px;right:-24px;top:28px}.tf-about__mark::after{width:1px;height:46px;left:30px;bottom:-25px}
.tf-about__wordmark{margin-top:34px;font-size:26px;font-weight:800;letter-spacing:-.05em}.tf-about__wordmark span{color:var(--ab-teal)}
.tf-about__intro-copy h2,.tf-about__story-copy h2,.tf-about__why-copy h2{margin:0 0 22px;font-size:clamp(42px,4.3vw,68px);line-height:.92;letter-spacing:-.055em;font-weight:630;text-transform:uppercase}
.tf-about__intro-copy h2{letter-spacing:.28em;font-size:clamp(27px,2.6vw,42px);font-weight:520}
.tf-about__intro-copy p,.tf-about__story-copy p{max-width:700px;margin:0 0 18px;color:#c3c6cb;font-size:17px;line-height:1.65}

.tf-about__story{padding:20px 0 88px}
.tf-about__story-row{display:grid;grid-template-columns:1fr 1fr;gap:76px;align-items:center;min-height:500px;padding:50px 0;border-top:1px solid rgba(255,255,255,.055)}
.tf-about__story-art{height:390px;position:relative;overflow:hidden;background:#090b0f}
.tf-about__story-art::after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.07);box-shadow:inset 0 0 70px rgba(24,210,195,.08)}
.tf-about__story-art img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.08) brightness(.68);transition:transform .7s ease,filter .7s ease}
.tf-about__story-row:hover .tf-about__story-art img{transform:scale(1.035);filter:grayscale(.72) contrast(1.05) brightness(.76)}
.tf-about__story-copy h2{font-size:clamp(34px,3.7vw,58px);letter-spacing:.12em;font-weight:510}
.tf-about__story-copy p{font-size:16px;color:#b8bdc4}

.tf-about__why{padding:78px 0 110px;border-top:1px solid rgba(255,255,255,.055)}
.tf-about__why-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:72px;align-items:start}
.tf-about__why-image{position:sticky;top:140px;height:520px;overflow:hidden;background:#090b0f}
.tf-about__why-image img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) brightness(.48) contrast(1.1)}
.tf-about__why-copy h2{font-size:clamp(52px,5.8vw,92px);letter-spacing:.32em;font-weight:430}
.tf-about__why-copy p{margin:0 0 22px;color:#c5c8cd;font-size:16px;line-height:1.72}
.tf-about__why-copy p:first-of-type{font-size:19px;line-height:1.62;color:#f1f1f1}

.tf-about__portfolio{padding:72px 0 92px;border-top:1px solid rgba(255,255,255,.055)}
.tf-about__section-title{margin:0 0 30px;font-size:clamp(38px,4vw,62px);font-weight:430;letter-spacing:.32em;text-transform:uppercase}
.tf-about__portfolio-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.tf-about__project{display:block;text-decoration:none;color:#fff;background:#090b0f;border:1px solid rgba(255,255,255,.07);padding:14px;min-height:260px;transition:transform .22s ease,border-color .22s ease}
.tf-about__project:hover{transform:translateY(-3px);border-color:rgba(24,210,195,.3)}
.tf-about__project-head{min-height:58px}.tf-about__project-head strong{display:block;font-size:14px;line-height:1.2}.tf-about__project-head span{display:block;margin-top:5px;color:#77818e;font-size:9px}
.tf-about__project-media{height:180px;position:relative;overflow:hidden;background:#0a0e13;border-top:2px solid rgba(24,210,195,.6)}
.tf-about__project-media img{width:100%;height:100%;object-fit:cover;filter:brightness(.74) grayscale(.22)}
.tf-about__project--soon .tf-about__project-media img{filter:grayscale(1) brightness(.22);opacity:.55}
.tf-about__project-media i{position:absolute;inset:0;display:grid;place-items:center;font-style:normal;font-size:11px;font-weight:800;letter-spacing:.3em;color:#8a929d}

.tf-about__contact{padding:70px 0 0;border-top:1px solid rgba(255,255,255,.055)}
.tf-about__contact-shell{display:flex;flex-direction:column;align-items:center}
.tf-about__contact-title{margin:0 0 38px;font-size:clamp(52px,5.2vw,80px);line-height:.96;letter-spacing:-.05em;font-weight:520}
.tf-about-contact-form{width:min(780px,100%);padding:28px;background:#111317;border:1px solid rgba(255,255,255,.06);border-radius:14px}
.tf-about-contact-form__title{margin:0 0 14px;font-size:14px;font-weight:800}.tf-about-contact-form__title span{color:#ff4f6b;margin-left:3px}
.tf-about-contact-form__row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:28px}
.tf-about-contact-form input{height:46px;border:1px solid rgba(255,255,255,.05);border-radius:10px;background:#1a1c21;color:#fff;padding:0 14px;outline:0}
.tf-about-chip-group{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:28px}
.tf-about-chip{min-height:35px;padding:0 13px;border-radius:999px;border:1px solid rgba(255,255,255,.13);background:#090b0f;color:#fff;font-size:11px;font-weight:720;cursor:pointer}.tf-about-chip.is-active{border-color:rgba(24,210,195,.65);background:rgba(24,210,195,.13);color:var(--ab-teal)}
.tf-about-contact-form__submit{width:100%;height:52px;border:0;border-radius:999px;background:#f0f0f0;color:#080909;font-weight:800;letter-spacing:.05em;cursor:pointer}.tf-about-contact-form__submit:hover{background:var(--ab-teal)}
.tf-about__contact-icons{display:flex;gap:110px;margin:28px 0 20px}.tf-about__contact-icons span{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#17191e;border:1px solid rgba(255,255,255,.06);font-size:20px}
.tf-about__contact-data{width:min(780px,100%);display:grid;grid-template-columns:1fr 1fr;gap:16px;padding-bottom:38px}
.tf-about__contact-card,.tf-about__hours{padding:22px;border-radius:13px;background:#111317;border:1px solid rgba(255,255,255,.06)}
.tf-about__contact-card p{margin:0 0 9px;color:#e8e8e8;font-size:14px}.tf-about__contact-card p:last-child{margin-bottom:0}.tf-about__contact-card a{color:#fff!important;text-decoration:none}.tf-about__contact-card a:hover{color:var(--ab-teal)!important}
.tf-about__hours{display:grid;gap:9px}.tf-about__hours div{display:flex;justify-content:space-between;gap:20px;font-size:14px}.tf-about__hours span{font-weight:700}.tf-about__hours strong{color:#c7c7c7}
.tf-about__map{width:100%;margin-top:0;background:#08090b}.tf-about__map iframe{display:block;width:100%;height:430px;border:0;filter:grayscale(1) invert(.94) contrast(1.05) brightness(.8)}

@media(max-width:900px){
 .tf-about__stats-grid{grid-template-columns:1fr 1fr}.tf-about__stat:nth-child(2){border-right:0}
 .tf-about__intro-grid,.tf-about__story-row,.tf-about__why-grid{grid-template-columns:1fr;gap:34px}
 .tf-about__story-row--art-left .tf-about__story-art{order:2}.tf-about__story-row--art-left .tf-about__story-copy{order:1}
 .tf-about__why-image{position:relative;top:auto;height:380px}
 .tf-about__portfolio-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
 .tf-about__shell{width:min(100% - 24px,1240px)}
 .tf-about__hero{min-height:430px;padding-top:128px}.tf-about__hero h1{font-size:44px}.tf-about__ticker{height:72px}.tf-about__ticker div{font-size:34px}
 .tf-about__stats{padding:42px 0}.tf-about__stat{min-height:110px}.tf-about__stat strong{font-size:40px}
 .tf-about__intro{padding:34px 0 60px}.tf-about__intro-grid{gap:30px}.tf-about__mark{width:98px;height:98px;font-size:36px}
 .tf-about__intro-copy h2,.tf-about__story-copy h2{font-size:30px;letter-spacing:.12em}.tf-about__intro-copy p,.tf-about__story-copy p{font-size:15px}
 .tf-about__story-row{min-height:0;padding:34px 0}.tf-about__story-art{height:280px}
 .tf-about__why{padding:54px 0 74px}.tf-about__why-copy h2{font-size:40px;letter-spacing:.22em}.tf-about__why-copy p{font-size:15px}
 .tf-about__portfolio{padding:52px 0}.tf-about__section-title{font-size:32px;letter-spacing:.22em}.tf-about__portfolio-grid{grid-template-columns:1fr}.tf-about__project-media{height:190px}
 .tf-about__contact{padding-top:50px}.tf-about__contact-title{font-size:42px}.tf-about-contact-form{padding:18px}.tf-about-contact-form__row{grid-template-columns:1fr}.tf-about__contact-icons{gap:34px}.tf-about__contact-data{grid-template-columns:1fr}.tf-about__map iframe{height:300px}
}

@media (min-width:901px){
  .tf-about__shell{width:min(1180px,calc(100% - 96px))}

  .tf-about__hero{min-height:760px;padding:178px 0 130px;display:flex;align-items:flex-start}
  .tf-about__hero .tf-about__shell{position:relative;z-index:2}
  .tf-about__hero h1{max-width:1120px;font-size:clamp(72px,6.15vw,94px);line-height:.93;letter-spacing:-.058em;font-weight:800}
  .tf-about__hero-line{display:block;color:#fff}
  .tf-about__hero-line--teal{color:var(--ab-teal)}
  .tf-about__ticker{height:108px;bottom:0}
  .tf-about__ticker div{font-size:clamp(48px,5.2vw,72px);color:#252527;font-weight:700}

  .tf-about__stats{min-height:720px;padding:112px 0 92px;display:flex;align-items:center}
  .tf-about__stats-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;column-gap:46px;row-gap:80px;align-items:center}
  .tf-about__stat{min-height:175px;border-right:0}
  .tf-about__stat strong{font-size:clamp(82px,8vw,124px);font-weight:400;line-height:.9}
  .tf-about__stat span{margin-top:24px;font-size:16px;letter-spacing:0;text-transform:none;color:#8d8d91}
  .tf-about__stat:nth-child(2) strong{color:#fff}
  .tf-about__location{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:180px;text-align:center}
  .tf-about__location strong{font-size:clamp(78px,8vw,118px);line-height:.9;letter-spacing:-.055em;font-weight:400;color:#fff}
  .tf-about__location span{margin-top:22px;color:#8d8d91;font-size:16px}

  .tf-about__intro{min-height:760px;padding:110px 0;display:flex;align-items:center}
  .tf-about__intro-grid{width:100%;grid-template-columns:.82fr 1.18fr;gap:120px;align-items:center}
  .tf-about__identity{min-height:430px;align-items:center;justify-content:center}
  .tf-about__mark{width:300px;height:260px;font-size:94px;border-color:rgba(255,255,255,.22);font-weight:760}
  .tf-about__mark::before{width:72px;right:-38px;top:50px}
  .tf-about__mark::after{height:72px;left:58px;bottom:-38px}
  .tf-about__wordmark{margin-top:48px;font-size:34px}
  .tf-about__intro-copy{max-width:650px}
  .tf-about__intro-copy h2{margin-bottom:34px;font-size:clamp(34px,3vw,46px);letter-spacing:.32em;color:#4a4a4d;font-weight:430}
  .tf-about__intro-copy p{max-width:650px;margin-bottom:34px;font-size:clamp(21px,1.75vw,28px);line-height:1.42;letter-spacing:-.025em;color:#f0f0f0}

  .tf-about__story{padding:10px 0 80px}
  .tf-about__story-row{min-height:720px;padding:110px 0;gap:110px;border-top:0}
  .tf-about__story-art{height:410px;max-width:500px;justify-self:center;width:100%}
  .tf-about__story-copy{max-width:560px}
  .tf-about__story-copy h2{margin-bottom:28px;font-size:clamp(34px,3.2vw,50px);letter-spacing:.18em;line-height:1.02}
  .tf-about__story-copy p{font-size:19px;line-height:1.58;color:#d2d4d8}

  .tf-about__why{padding:120px 0 150px}
  .tf-about__why-grid{gap:120px}
  .tf-about__why-image{height:620px}
  .tf-about__why-copy h2{margin-bottom:38px;font-size:clamp(54px,5.2vw,82px)}
  .tf-about__why-copy p{font-size:18px;line-height:1.72;margin-bottom:30px}
  .tf-about__why-copy p:first-of-type{font-size:23px;line-height:1.55}

  .tf-about__portfolio{padding:110px 0 120px}
  .tf-about__section-title{margin-bottom:46px}
  .tf-about__contact{padding-top:110px}
}

@media (min-width:901px) and (max-height:820px){
  .tf-about__hero{min-height:690px;padding-top:158px}
  .tf-about__stats{min-height:650px;padding-top:90px;padding-bottom:76px}
  .tf-about__intro{min-height:690px;padding-top:90px;padding-bottom:90px}
  .tf-about__story-row{min-height:650px;padding-top:86px;padding-bottom:86px}
}

body.tf-about-v2-page .tf-about__contact{
  padding-top:96px;
}
body.tf-about-v2-page .tf-about__contact-shell{
  width:min(100% - 32px, 1180px);
}
body.tf-about-v2-page .tf-about__contact-title{
  margin:0 0 34px;
  font-size:clamp(46px,4.4vw,66px);
  font-weight:430;
  letter-spacing:-.04em;
}
body.tf-about-v2-page .tf-about-contact-form{
  width:min(100%, 650px);
  max-width:650px;
  box-sizing:border-box;
  overflow:hidden;
  padding:24px 22px 22px;
  border-radius:14px;
  background:#111317;
  border:1px solid rgba(255,255,255,.06);
}
body.tf-about-v2-page .tf-about-contact-form *,
body.tf-about-v2-page .tf-about-contact-form *::before,
body.tf-about-v2-page .tf-about-contact-form *::after{
  box-sizing:border-box;
}
body.tf-about-v2-page .tf-about-contact-form__title{
  margin:0 0 13px;
  font-size:13px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.015em;
}
body.tf-about-v2-page .tf-about-contact-form__row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  width:100%;
  min-width:0;
  margin-bottom:25px;
}
body.tf-about-v2-page .tf-about-contact-form__row > *{
  min-width:0;
  max-width:100%;
}
body.tf-about-v2-page .tf-about-contact-form input{
  display:block;
  width:100%;
  min-width:0;
  max-width:100%;
  height:43px;
  padding:0 13px;
  border-radius:9px;
  font-size:12px;
}
body.tf-about-v2-page .tf-about-chip-group{
  display:flex;
  flex-wrap:wrap;
  width:100%;
  max-width:100%;
  gap:8px;
  margin-bottom:25px;
}
body.tf-about-v2-page .tf-about-chip{
  flex:0 0 auto;
  min-width:0;
  min-height:32px;
  max-width:100%;
  padding:0 12px;
  white-space:normal;
  line-height:1.1;
  font-size:10px;
}
body.tf-about-v2-page .tf-about-contact-form__submit{
  height:46px;
  margin-top:2px;
  font-size:11px;
  letter-spacing:.045em;
}
body.tf-about-v2-page .tf-about__contact-icons{
  gap:96px;
  margin:24px 0 18px;
}
body.tf-about-v2-page .tf-about__contact-icons span{
  width:50px;
  height:50px;
  font-size:18px;
}
body.tf-about-v2-page .tf-about__contact-data{
  width:min(100%,650px);
  grid-template-columns:1fr;
  gap:14px;
  padding-bottom:32px;
}
body.tf-about-v2-page .tf-about__contact-card,
body.tf-about-v2-page .tf-about__hours{
  padding:19px 21px;
  border-radius:12px;
}
body.tf-about-v2-page .tf-about__contact-card p,
body.tf-about-v2-page .tf-about__hours div{
  font-size:13px;
}
body.tf-about-v2-page .tf-about__map iframe{
  height:390px;
}

@media(max-width:720px){
  body.tf-about-v2-page .tf-about__contact{padding-top:62px}
  body.tf-about-v2-page .tf-about__contact-title{font-size:42px;margin-bottom:28px}
  body.tf-about-v2-page .tf-about-contact-form{width:100%;padding:18px 16px}
  body.tf-about-v2-page .tf-about-contact-form__row{grid-template-columns:1fr;gap:10px;margin-bottom:22px}
  body.tf-about-v2-page .tf-about-contact-form input{height:44px;font-size:13px}
  body.tf-about-v2-page .tf-about-chip{font-size:10px;min-height:32px}
  body.tf-about-v2-page .tf-about__contact-icons{gap:30px}
  body.tf-about-v2-page .tf-about__contact-data{width:100%}
  body.tf-about-v2-page .tf-about__map iframe{height:300px}
}

@media (min-width:901px){
  .tf-about__hero .tf-about__shell{
    width:min(1230px,calc(100% - 136px));
  }
  .tf-about__hero{
    min-height:820px;
    padding:176px 0 138px;
  }
  .tf-about__hero h1{
    max-width:1230px;
    font-size:clamp(80px,6.95vw,108px);
    line-height:.89;
    letter-spacing:-.058em;
    font-weight:820;
  }
  .tf-about__ticker{
    height:112px;
  }
}
@media (min-width:901px) and (max-height:820px){
  .tf-about__hero{
    min-height:760px;
    padding-top:158px;
    padding-bottom:128px;
  }
  .tf-about__hero h1{
    font-size:clamp(78px,6.75vw,102px);
  }
}
@media (max-width:900px){
  .tf-about__hero h1{
    font-size:clamp(48px,10.4vw,78px);
    line-height:.91;
  }
}
@media (max-width:560px){
  .tf-about__hero h1{
    font-size:clamp(42px,12vw,58px);
  }
}

body.tf-about-v2-page .tf-about__story-art,
body.tf-about-v2-page .tf-about__why-image{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
  display:grid;
  place-items:center;
  isolation:isolate;
}
body.tf-about-v2-page .tf-about__story-art::before,
body.tf-about-v2-page .tf-about__story-art::after,
body.tf-about-v2-page .tf-about__why-image::before,
body.tf-about-v2-page .tf-about__why-image::after{
  display:none!important;
  content:none!important;
}
body.tf-about-v2-page .tf-about__story-art img,
body.tf-about-v2-page .tf-about__why-image img{
  display:block!important;
  width:min(94%,560px)!important;
  height:auto!important;
  max-width:100%!important;
  max-height:500px!important;
  object-fit:contain!important;
  object-position:center!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  filter:grayscale(1) contrast(1.06) brightness(.9)!important;
  opacity:.96;
  transform:none!important;
  -webkit-mask-image:radial-gradient(ellipse 86% 84% at 50% 50%,#000 52%,rgba(0,0,0,.96) 68%,rgba(0,0,0,.58) 82%,transparent 100%);
  mask-image:radial-gradient(ellipse 86% 84% at 50% 50%,#000 52%,rgba(0,0,0,.96) 68%,rgba(0,0,0,.58) 82%,transparent 100%);
  transition:filter .6s ease,opacity .6s ease,transform .7s cubic-bezier(.2,.7,.2,1)!important;
}
body.tf-about-v2-page .tf-about__story-row:hover .tf-about__story-art img{
  transform:translateY(-5px) scale(1.015)!important;
  filter:grayscale(.82) contrast(1.05) brightness(.98)!important;
}
body.tf-about-v2-page .tf-about__why-image{
  height:620px!important;
}
body.tf-about-v2-page .tf-about__why-image img{
  width:min(98%,600px)!important;
  max-height:570px!important;
}

@media (min-width:901px){
  body.tf-about-v2-page .tf-about__story-art{
    height:500px!important;
    max-width:590px!important;
    width:100%!important;
    padding:18px!important;
  }
}
@media (max-width:900px){
  body.tf-about-v2-page .tf-about__story-art,
  body.tf-about-v2-page .tf-about__why-image{
    height:390px!important;
    position:relative!important;
    top:auto!important;
    padding:10px!important;
  }
  body.tf-about-v2-page .tf-about__story-art img,
  body.tf-about-v2-page .tf-about__why-image img{
    max-height:370px!important;
    width:min(96%,520px)!important;
  }
}
@media (max-width:560px){
  body.tf-about-v2-page .tf-about__story-art,
  body.tf-about-v2-page .tf-about__why-image{
    height:300px!important;
    padding:0!important;
  }
  body.tf-about-v2-page .tf-about__story-art img,
  body.tf-about-v2-page .tf-about__why-image img{
    max-height:290px!important;
    width:100%!important;
  }
}

@media (max-width:560px){
  body.tf-about-v2-page .tf-about__shell{
    width:calc(100% - 32px);
    max-width:none;
  }

  body.tf-about-v2-page .tf-about__hero{
    min-height:560px;
    padding:150px 0 92px;
    overflow:hidden;
  }
  body.tf-about-v2-page .tf-about__hero .tf-about__shell{
    position:relative;
    z-index:2;
  }
  body.tf-about-v2-page .tf-about__hero h1{
    width:100%;
    max-width:none;
    margin:0;
    font-size:clamp(29px,9.2vw,44px);
    line-height:.94;
    letter-spacing:-.057em;
    font-weight:820;
    overflow:visible;
  }
  body.tf-about-v2-page .tf-about__hero-line{
    display:block;
    width:100%;
    white-space:nowrap;
  }
  body.tf-about-v2-page .tf-about__ticker{
    height:68px;
  }
  body.tf-about-v2-page .tf-about__ticker div{
    font-size:30px;
  }

  body.tf-about-v2-page .tf-about__stats{
    padding:38px 0 54px;
  }
  body.tf-about-v2-page .tf-about__stats-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:0;
    width:calc(100% - 32px);
    margin-inline:auto;
    border-top:1px solid rgba(255,255,255,.07);
    border-bottom:1px solid rgba(255,255,255,.07);
  }
  body.tf-about-v2-page .tf-about__stats-grid > *{
    min-width:0;
    min-height:154px;
    margin:0;
    padding:24px 10px;
    border:0!important;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
  }
  body.tf-about-v2-page .tf-about__stats-grid > :nth-child(odd){
    border-right:1px solid rgba(255,255,255,.08)!important;
  }
  body.tf-about-v2-page .tf-about__stats-grid > :nth-child(-n+2){
    border-bottom:1px solid rgba(255,255,255,.08)!important;
  }
  body.tf-about-v2-page .tf-about__stat strong{
    display:block;
    margin:0;
    font-size:clamp(48px,13.8vw,58px);
    line-height:.88;
    letter-spacing:-.055em;
    font-weight:430;
  }
  body.tf-about-v2-page .tf-about__stat span,
  body.tf-about-v2-page .tf-about__location span{
    display:block;
    margin-top:16px;
    max-width:145px;
    color:#858b94;
    font-size:10px;
    line-height:1.35;
    letter-spacing:.18em;
    text-transform:uppercase;
  }
  body.tf-about-v2-page .tf-about__location strong{
    display:block;
    max-width:100%;
    margin:0;
    color:#fff;
    font-size:clamp(22px,6.4vw,28px);
    line-height:1;
    letter-spacing:-.035em;
    font-weight:650;
    overflow-wrap:anywhere;
  }
}

@media (max-width:370px){
  body.tf-about-v2-page .tf-about__hero h1{
    font-size:8.9vw;
  }
  body.tf-about-v2-page .tf-about__stats-grid{
    width:calc(100% - 24px);
  }
  body.tf-about-v2-page .tf-about__stats-grid > *{
    min-height:144px;
    padding-inline:7px;
  }
  body.tf-about-v2-page .tf-about__location strong{
    font-size:20px;
  }
}

.tf-about__portfolio-grid{overflow:visible;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;align-items:start}
.tf-about__project{position:relative;overflow:visible;z-index:1;min-height:300px;width:calc(100% + 30px);padding:18px 14px 14px;border-radius:0;background:linear-gradient(180deg,#0b0d11,#07090d);transition:transform .28s cubic-bezier(.22,1,.36,1),border-color .22s ease,z-index .01s linear}
.tf-about__project:nth-child(4n+1){margin-left:0}
.tf-about__project:nth-child(4n+2),.tf-about__project:nth-child(4n+3),.tf-about__project:nth-child(4n+4){margin-left:-30px}
.tf-about__project:nth-child(4n+2),.tf-about__project:nth-child(4n+4){margin-top:16px}
.tf-about__project-head{min-height:66px}
.tf-about__project-head strong{font-size:16px;line-height:1.08;font-weight:540;letter-spacing:-.02em}
.tf-about__project-head span{margin-top:7px;font-size:10px;line-height:1.3;color:#8d9298}
.tf-about__project-rule{display:block;height:5px;margin:10px 0 16px;background:linear-gradient(90deg,rgba(255,255,255,.50),rgba(255,255,255,.10) 92%)}
.tf-about__project-media{height:178px;border-top:0;border-radius:9px}
.tf-about__project-media img{transition:transform .45s cubic-bezier(.22,1,.36,1),filter .28s ease;filter:brightness(.82) grayscale(.10)}
.tf-about__project:hover,.tf-about__project:focus-visible,.tf-about__project.is-pressed{z-index:30;transform:translateY(-18px) scale(1.02);border-color:rgba(255,255,255,.16)}
.tf-about__project:hover .tf-about__project-media img,.tf-about__project:focus-visible .tf-about__project-media img,.tf-about__project.is-pressed .tf-about__project-media img{transform:scale(1.06);filter:brightness(.94) grayscale(0)}
@media(max-width:1200px){.tf-about__portfolio-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.tf-about__project{width:calc(100% + 26px)}.tf-about__project:nth-child(4n+2),.tf-about__project:nth-child(4n+4){margin-top:0}.tf-about__project:nth-child(3n+1){margin-left:0}.tf-about__project:nth-child(3n+2),.tf-about__project:nth-child(3n+3){margin-left:-26px}.tf-about__project:nth-child(3n+2){margin-top:14px}}
@media(max-width:900px){.tf-about__portfolio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tf-about__project{width:calc(100% + 18px)}.tf-about__project:nth-child(3n+2){margin-top:0}.tf-about__project:nth-child(2n+1){margin-left:0}.tf-about__project:nth-child(2n){margin-left:-18px;margin-top:12px}}
@media(max-width:560px){.tf-about__portfolio-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.tf-about__project{min-height:260px;width:calc(100% + 18px);padding:15px 11px 12px}.tf-about__project-head{min-height:54px}.tf-about__project-head strong{font-size:15px}.tf-about__project-head span{font-size:8px}.tf-about__project-rule{height:4px;margin:8px 0 12px}.tf-about__project-media{height:132px}.tf-about__project:nth-child(2n+1){margin-left:0}.tf-about__project:nth-child(2n){margin-left:-18px;margin-top:12px}}

@media (min-width:901px){
  body.tf-about-v2-page .tf-about{
    background:#020304!important;
  }

  body.tf-about-v2-page .tf-about__shell{
    width:90%!important;
    max-width:1280px!important;
    margin-inline:auto!important;
  }

  body.tf-about-v2-page .tf-about__hero{
    min-height:430px!important;
    height:auto!important;
    padding:138px 0 82px!important;
    display:block!important;
    align-items:initial!important;
    overflow:hidden!important;
  }
  body.tf-about-v2-page .tf-about__hero .tf-about__shell{
    position:relative!important;
    z-index:3!important;
  }
  body.tf-about-v2-page .tf-about__hero h1{
    width:min(760px,72vw)!important;
    max-width:760px!important;
    margin:0!important;
    font-size:clamp(46px,4.75vw,72px)!important;
    line-height:.94!important;
    font-weight:760!important;
    letter-spacing:-.045em!important;
  }
  body.tf-about-v2-page .tf-about__hero-line{
    display:block!important;
    width:max-content!important;
    max-width:none!important;
    white-space:nowrap!important;
    color:#fff!important;
  }
  body.tf-about-v2-page .tf-about__hero-line--teal{
    color:#fff!important;
  }
  body.tf-about-v2-page .tf-about__ticker{
    height:74px!important;
    bottom:0!important;
    border:0!important;
  }
  body.tf-about-v2-page .tf-about__ticker div{
    font-size:clamp(34px,4.2vw,58px)!important;
    line-height:74px!important;
    color:#202124!important;
    font-weight:700!important;
  }

  body.tf-about-v2-page .tf-about__stats{
    min-height:0!important;
    height:auto!important;
    padding:46px 0 52px!important;
    display:block!important;
    border:0!important;
  }
  body.tf-about-v2-page .tf-about__stats-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:0!important;
    align-items:end!important;
  }
  body.tf-about-v2-page .tf-about__stat,
  body.tf-about-v2-page .tf-about__location{
    min-height:0!important;
    padding:0 28px!important;
    border-right:1px solid rgba(255,255,255,.09)!important;
  }
  body.tf-about-v2-page .tf-about__location{border-right:0!important}
  body.tf-about-v2-page .tf-about__stat strong{
    font-size:clamp(34px,3.4vw,52px)!important;
    line-height:1!important;
    font-weight:420!important;
  }
  body.tf-about-v2-page .tf-about__stat span{
    margin-top:7px!important;
    font-size:10px!important;
    letter-spacing:.08em!important;
  }
  body.tf-about-v2-page .tf-about__location strong{
    font-size:clamp(30px,3vw,46px)!important;
    line-height:1!important;
    white-space:nowrap!important;
  }
  body.tf-about-v2-page .tf-about__location span{
    margin-top:7px!important;
    font-size:10px!important;
  }

  body.tf-about-v2-page .tf-about__intro{
    min-height:0!important;
    padding:48px 0 62px!important;
    border:0!important;
  }
  body.tf-about-v2-page .tf-about__intro-grid{
    grid-template-columns:34% 1fr!important;
    gap:64px!important;
    align-items:center!important;
  }
  body.tf-about-v2-page .tf-about__identity{
    min-height:210px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  body.tf-about-v2-page .tf-about__identity-logo{
    max-width:180px!important;
    max-height:180px!important;
  }
  body.tf-about-v2-page .tf-about__wordmark{
    display:none!important;
  }
  body.tf-about-v2-page .tf-about__intro-copy h2{
    margin:0 0 18px!important;
    font-size:17px!important;
    line-height:1!important;
    font-weight:450!important;
    letter-spacing:.42em!important;
  }
  body.tf-about-v2-page .tf-about__intro-copy p{
    max-width:720px!important;
    margin:0 0 14px!important;
    color:#c5c8cd!important;
    font-size:14px!important;
    line-height:1.55!important;
  }

  body.tf-about-v2-page .tf-about__story{
    padding:0!important;
    border:0!important;
  }
  body.tf-about-v2-page .tf-about__story-row{
    min-height:0!important;
    grid-template-columns:1fr 38%!important;
    gap:64px!important;
    align-items:center!important;
    padding:52px 0!important;
    border-top:1px solid rgba(255,255,255,.05)!important;
  }
  body.tf-about-v2-page .tf-about__story-row--art-left{
    grid-template-columns:38% 1fr!important;
  }
  body.tf-about-v2-page .tf-about__story-art{
    height:260px!important;
    max-height:260px!important;
    border-radius:0!important;
    background:transparent!important;
  }
  body.tf-about-v2-page .tf-about__story-art::after{
    border:0!important;
    box-shadow:none!important;
  }
  body.tf-about-v2-page .tf-about__story-art img{
    object-fit:contain!important;
    filter:grayscale(1) contrast(1.08) brightness(.82)!important;
  }
  body.tf-about-v2-page .tf-about__story-copy h2{
    margin:0 0 16px!important;
    font-size:17px!important;
    line-height:1.15!important;
    font-weight:440!important;
    letter-spacing:.40em!important;
  }
  body.tf-about-v2-page .tf-about__story-copy p{
    max-width:720px!important;
    margin:0!important;
    color:#c1c5ca!important;
    font-size:13px!important;
    line-height:1.6!important;
  }

  body.tf-about-v2-page .tf-about__why{
    min-height:0!important;
    padding:58px 0 70px!important;
    border-top:1px solid rgba(255,255,255,.05)!important;
  }
  body.tf-about-v2-page .tf-about__why-grid{
    grid-template-columns:38% 1fr!important;
    gap:64px!important;
    align-items:center!important;
  }
  body.tf-about-v2-page .tf-about__why-image{
    position:relative!important;
    top:auto!important;
    height:300px!important;
  }
  body.tf-about-v2-page .tf-about__why-image img{
    object-fit:contain!important;
    filter:grayscale(1) brightness(.72) contrast(1.08)!important;
  }
  body.tf-about-v2-page .tf-about__why-copy h2{
    margin:0 0 18px!important;
    font-size:17px!important;
    line-height:1!important;
    font-weight:440!important;
    letter-spacing:.42em!important;
  }
  body.tf-about-v2-page .tf-about__why-copy p,
  body.tf-about-v2-page .tf-about__why-copy p:first-of-type{
    max-width:760px!important;
    margin:0 0 13px!important;
    color:#c3c6ca!important;
    font-size:12px!important;
    line-height:1.55!important;
  }

  body.tf-about-v2-page .tf-about__portfolio{
    padding:54px 0 72px!important;
    border-top:1px solid rgba(255,255,255,.05)!important;
  }
  body.tf-about-v2-page .tf-about__section-title{
    margin:0 0 24px!important;
    font-size:18px!important;
    line-height:1!important;
    font-weight:440!important;
    letter-spacing:.42em!important;
  }
  body.tf-about-v2-page .tf-about__portfolio-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:8px!important;
  }
  body.tf-about-v2-page .tf-about__project{
    min-height:0!important;
    height:226px!important;
    padding:11px!important;
    border:1px solid rgba(255,255,255,.045)!important;
    border-radius:4px!important;
    background:#111214!important;
    transform:none!important;
  }
  body.tf-about-v2-page .tf-about__project:hover{
    transform:translateY(-4px)!important;
    border-color:rgba(255,255,255,.08)!important;
  }
  body.tf-about-v2-page .tf-about__project-head{
    min-height:44px!important;
  }
  body.tf-about-v2-page .tf-about__project-head strong{
    font-size:12px!important;
    line-height:1.08!important;
    font-weight:500!important;
  }
  body.tf-about-v2-page .tf-about__project-head span{
    margin-top:4px!important;
    font-size:7.5px!important;
    color:#92969b!important;
  }
  body.tf-about-v2-page .tf-about__project-rule{
    display:block!important;
    width:100%!important;
    height:2px!important;
    margin:7px 0 9px!important;
    background:#34373b!important;
    border:0!important;
  }
  body.tf-about-v2-page .tf-about__project-media{
    height:158px!important;
    border-top:0!important;
    border-radius:3px!important;
    background:#090a0c!important;
  }
  body.tf-about-v2-page .tf-about__project-media img{
    filter:none!important;
    border-radius:3px!important;
  }
  body.tf-about-v2-page .tf-about__project--soon .tf-about__project-media img{
    filter:grayscale(1) brightness(.20)!important;
    opacity:.42!important;
  }
  body.tf-about-v2-page .tf-about__project-media i{
    font-size:8px!important;
    letter-spacing:.15em!important;
    color:rgba(255,255,255,.60)!important;
  }

  body.tf-about-v2-page .tf-about__contact{
    padding:72px 0 0!important;
    border-top:0!important;
  }
  body.tf-about-v2-page .tf-about__contact-title{
    margin:0 0 28px!important;
    font-size:clamp(36px,4vw,56px)!important;
    line-height:1!important;
    font-weight:420!important;
  }
  body.tf-about-v2-page .tf-about-contact-form{
    width:min(720px,100%)!important;
    padding:22px!important;
    border-radius:9px!important;
  }
  body.tf-about-v2-page .tf-about__contact-icons{
    gap:78px!important;
    margin:22px 0 16px!important;
  }
  body.tf-about-v2-page .tf-about__contact-data{
    width:min(720px,100%)!important;
    gap:12px!important;
    padding-bottom:28px!important;
  }
  body.tf-about-v2-page .tf-about__map iframe{
    height:350px!important;
  }

  body.tf-about-v2-page .tf-about__project-rule,
  body.tf-about-v2-page .tf-about__project-media,
  body.tf-about-v2-page .tf-about__story-row,
  body.tf-about-v2-page .tf-about__why,
  body.tf-about-v2-page .tf-about__portfolio{
    border-color:rgba(255,255,255,.05)!important;
  }
}

@media (min-width:901px){

  body.tf-about-v2-page .tf-about__hero{
    min-height:700px!important;
    padding:96px 0 150px!important;
    display:block!important;
  }

  body.tf-about-v2-page .tf-about__hero h1{
    width:min(100%,1120px)!important;
    max-width:1120px!important;
    font-size:clamp(60px,5.5vw,84px)!important;
    line-height:.91!important;
    letter-spacing:-.052em!important;
    font-weight:780!important;
  }

  body.tf-about-v2-page .tf-about__hero-line{
    display:block!important;
    width:max-content!important;
    max-width:100%!important;
    white-space:nowrap!important;
  }

  body.tf-about-v2-page .tf-about__ticker{
    left:0!important;
    right:0!important;
    bottom:0!important;
    height:112px!important;
    overflow:hidden!important;
    border:0!important;
    display:flex!important;
    align-items:center!important;
  }

  body.tf-about-v2-page .tf-about__ticker div{
    flex:0 0 auto!important;
    width:max-content!important;
    min-width:max-content!important;
    white-space:nowrap!important;
    font-size:clamp(58px,6vw,88px)!important;
    line-height:112px!important;
    font-weight:720!important;
    letter-spacing:-.045em!important;
    color:#1f2022!important;
    animation:abTicker 26s linear infinite!important;
    will-change:transform!important;
  }

  body.tf-about-v2-page .tf-about__stats{
    min-height:650px!important;
    padding:92px 0 78px!important;
    display:flex!important;
    align-items:center!important;
  }

  body.tf-about-v2-page .tf-about__stats-grid{
    width:90%!important;
    max-width:1280px!important;
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    grid-template-rows:auto auto!important;
    column-gap:56px!important;
    row-gap:74px!important;
    align-items:center!important;
  }

  body.tf-about-v2-page .tf-about__stat{
    min-height:170px!important;
    padding:0!important;
    border:0!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
  }

  body.tf-about-v2-page .tf-about__stat strong{
    margin:0!important;
    color:#fff!important;
    font-size:clamp(86px,8.1vw,124px)!important;
    line-height:.86!important;
    letter-spacing:-.055em!important;
    font-weight:400!important;
  }

  body.tf-about-v2-page .tf-about__stat:nth-child(2) strong{
    color:#fff!important;
  }

  body.tf-about-v2-page .tf-about__stat span{
    margin-top:24px!important;
    color:#8e8f93!important;
    font-size:16px!important;
    line-height:1.2!important;
    letter-spacing:0!important;
    text-transform:none!important;
  }

  body.tf-about-v2-page .tf-about__location{
    grid-column:1/-1!important;
    min-height:170px!important;
    padding:0!important;
    border:0!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
  }

  body.tf-about-v2-page .tf-about__location strong{
    margin:0!important;
    color:#fff!important;
    font-size:clamp(82px,8vw,118px)!important;
    line-height:.88!important;
    letter-spacing:-.055em!important;
    font-weight:400!important;
    white-space:nowrap!important;
  }

  body.tf-about-v2-page .tf-about__location span{
    margin-top:22px!important;
    color:#8e8f93!important;
    font-size:16px!important;
    line-height:1.2!important;
    letter-spacing:0!important;
    text-transform:none!important;
  }

  body.tf-about-v2-page .tf-about__intro{
    min-height:650px!important;
    padding:88px 0!important;
    display:flex!important;
    align-items:center!important;
  }

  body.tf-about-v2-page .tf-about__intro-grid{
    width:100%!important;
    grid-template-columns:40% 1fr!important;
    gap:90px!important;
    align-items:center!important;
  }

  body.tf-about-v2-page .tf-about__identity{
    min-height:420px!important;
  }

  body.tf-about-v2-page .tf-about__identity-logo{
    width:min(82%,430px)!important;
    max-width:430px!important;
    max-height:420px!important;
    object-fit:contain!important;
  }

  body.tf-about-v2-page .tf-about__intro-copy h2{
    margin:0 0 30px!important;
    font-size:28px!important;
    line-height:1.1!important;
    font-weight:420!important;
    letter-spacing:.35em!important;
  }

  body.tf-about-v2-page .tf-about__intro-copy p{
    max-width:730px!important;
    margin:0 0 20px!important;
    color:#f0f0f0!important;
    font-size:21px!important;
    line-height:1.58!important;
    font-weight:400!important;
  }

  body.tf-about-v2-page .tf-about__story-row,
  body.tf-about-v2-page .tf-about__story-row--copy-left,
  body.tf-about-v2-page .tf-about__story-row--art-left{
    min-height:650px!important;
    padding:86px 0!important;
    gap:84px!important;
    align-items:center!important;
    border-top:0!important;
  }

  body.tf-about-v2-page .tf-about__story-row--copy-left{
    grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr)!important;
  }

  body.tf-about-v2-page .tf-about__story-row--art-left{
    grid-template-columns:minmax(360px,.85fr) minmax(0,1.15fr)!important;
  }

  body.tf-about-v2-page .tf-about__story-copy{
    max-width:none!important;
  }

  body.tf-about-v2-page .tf-about__story-copy h2{
    margin:0 0 28px!important;
    color:#8f9095!important;
    font-size:28px!important;
    line-height:1.18!important;
    font-weight:420!important;
    letter-spacing:.34em!important;
  }

  body.tf-about-v2-page .tf-about__story-copy p{
    max-width:760px!important;
    margin:0!important;
    color:#f0f0f0!important;
    font-size:21px!important;
    line-height:1.62!important;
    font-weight:400!important;
  }

  body.tf-about-v2-page .tf-about__story-art{
    width:100%!important;
    height:440px!important;
    min-height:440px!important;
    max-height:440px!important;
    display:grid!important;
    place-items:center!important;
  }

  body.tf-about-v2-page .tf-about__story-art img{
    width:min(94%,560px)!important;
    max-width:560px!important;
    max-height:440px!important;
    height:auto!important;
    object-fit:contain!important;
    filter:grayscale(1) contrast(1.06) brightness(.90)!important;
  }

  body.tf-about-v2-page .tf-about__why{
    min-height:650px!important;
    padding:86px 0!important;
    display:flex!important;
    align-items:center!important;
    border-top:0!important;
  }

  body.tf-about-v2-page .tf-about__why-grid{
    width:100%!important;
    grid-template-columns:minmax(360px,.85fr) minmax(0,1.15fr)!important;
    gap:84px!important;
    align-items:center!important;
  }

  body.tf-about-v2-page .tf-about__why-image{
    position:relative!important;
    top:auto!important;
    width:100%!important;
    height:440px!important;
    min-height:440px!important;
    display:grid!important;
    place-items:center!important;
  }

  body.tf-about-v2-page .tf-about__why-image img{
    width:min(94%,560px)!important;
    max-width:560px!important;
    max-height:440px!important;
    height:auto!important;
    object-fit:contain!important;
    filter:grayscale(1) contrast(1.06) brightness(.90)!important;
  }

  body.tf-about-v2-page .tf-about__why-copy h2{
    margin:0 0 28px!important;
    color:#8f9095!important;
    font-size:28px!important;
    line-height:1.18!important;
    font-weight:420!important;
    letter-spacing:.34em!important;
  }

  body.tf-about-v2-page .tf-about__why-copy p,
  body.tf-about-v2-page .tf-about__why-copy p:first-of-type{
    max-width:760px!important;
    margin:0 0 20px!important;
    color:#f0f0f0!important;
    font-size:20px!important;
    line-height:1.58!important;
    font-weight:400!important;
  }
}

@media (max-width:900px){
  body.tf-about-v2-page .tf-about__ticker div{
    animation:abTicker 28s linear infinite;
  }
}

@media (max-width:600px){
  body.tf-about-v2-page{
    background:#000!important;
  }
  body.tf-about-v2-page .tf-about{
    position:relative!important;
    isolation:isolate!important;
    background:#000!important;
    color:#fff!important;
    overflow:hidden!important;
  }
  body.tf-about-v2-page .tf-about::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-2;
    pointer-events:none;
    background-image:var(--tf-about-document-bg);
    background-position:center top;
    background-size:cover;
    background-repeat:no-repeat;
    opacity:.055;
    filter:grayscale(1) brightness(.45) contrast(1.05);
  }
  body.tf-about-v2-page .tf-about .tf-network,
  body.tf-about-v2-page .tf-about .tf-flurry{
    display:none!important;
  }

  body.tf-about-v2-page .tf-about__hero{
    position:relative!important;
    box-sizing:border-box!important;
    width:100%!important;
    height:929.8px!important;
    min-height:929.8px!important;
    margin:0!important;
    padding:120px 0 0!important;
    background:#000!important;
    overflow:hidden!important;
  }
  body.tf-about-v2-page .tf-about__hero::before{
    content:""!important;
    display:block!important;
    position:absolute!important;
    inset:0!important;
    z-index:0!important;
    background-image:var(--tf-about-hero)!important;
    background-size:cover!important;
    background-position:center!important;
    opacity:.20!important;
    filter:grayscale(1) brightness(.34) contrast(1.08)!important;
  }
  body.tf-about-v2-page .tf-about__hero::after{
    content:""!important;
    display:block!important;
    position:absolute!important;
    inset:0!important;
    z-index:1!important;
    background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.56) 60%,#000 86%)!important;
  }
  body.tf-about-v2-page .tf-about__hero>.tf-about__shell{
    position:relative!important;
    z-index:2!important;
    box-sizing:border-box!important;
    width:95%!important;
    max-width:none!important;
    height:632px!important;
    min-height:632px!important;
    margin:0 auto!important;
    padding:0!important;
  }
  body.tf-about-v2-page .tf-about__hero h1{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    color:#fff!important;
    font-family:var(--tf-mobile-futura,'Futura Md BT',sans-serif)!important;
    font-size:56px!important;
    font-weight:900!important;
    line-height:56px!important;
    letter-spacing:normal!important;
    text-align:left!important;
    text-transform:uppercase!important;
    overflow:visible!important;
  }
  body.tf-about-v2-page .tf-about__hero-line{
    display:inline!important;
    width:auto!important;
    white-space:normal!important;
    color:#fff!important;
  }
  body.tf-about-v2-page .tf-about__hero-line::after{content:' '!important}
  body.tf-about-v2-page .tf-about__hero-line--teal{color:var(--tradeform-teal,#18d2c3)!important}
  body.tf-about-v2-page .tf-about__ticker{
    position:absolute!important;
    z-index:3!important;
    top:791.19px!important;
    bottom:auto!important;
    left:0!important;
    right:0!important;
    display:block!important;
    width:100%!important;
    height:138.59px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    overflow:hidden!important;
  }
  body.tf-about-v2-page .tf-about__ticker div{
    display:block!important;
    width:max-content!important;
    height:138.59px!important;
    margin:0!important;
    padding:0!important;
    color:#212121!important;
    font-family:var(--tf-mobile-futura,'Futura Md BT',sans-serif)!important;
    font-size:126px!important;
    font-weight:900!important;
    line-height:138.6px!important;
    letter-spacing:normal!important;
    white-space:nowrap!important;
    animation:tfAboutRecordingTicker 114s linear 1s infinite!important;
  }
  @keyframes tfAboutRecordingTicker{to{transform:translateX(-50%)}}

  body.tf-about-v2-page .tf-about__stats{
    box-sizing:border-box!important;
    width:100%!important;
    margin:0!important;
    padding:197.5px 0 20px!important;
    background:#000!important;
  }
  body.tf-about-v2-page .tf-about__stats-grid{
    display:block!important;
    box-sizing:border-box!important;
    width:95%!important;
    max-width:none!important;
    margin:0 auto!important;
    padding:0 10.5px!important;
    border:0!important;
  }
  body.tf-about-v2-page .tf-about__stat,
  body.tf-about-v2-page .tf-about__location{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    box-sizing:border-box!important;
    width:100%!important;
    height:222px!important;
    min-height:222px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    text-align:center!important;
  }
  body.tf-about-v2-page .tf-about__location{
    height:284px!important;
    min-height:284px!important;
  }
  body.tf-about-v2-page .tf-about__stat strong,
  body.tf-about-v2-page .tf-about__location strong{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 0 14px!important;
    padding:0!important;
    color:#fff!important;
    font-family:var(--tf-mobile-futura,'Futura Md BT',sans-serif)!important;
    font-size:112px!important;
    font-weight:100!important;
    line-height:112px!important;
    letter-spacing:normal!important;
    text-align:center!important;
    text-transform:none!important;
    overflow-wrap:normal!important;
    word-break:normal!important;
  }
  body.tf-about-v2-page .tf-about__stat:nth-child(2) strong{color:#fff!important}
  body.tf-about-v2-page .tf-about__stat span,
  body.tf-about-v2-page .tf-about__location span{
    display:block!important;
    margin:0!important;
    padding:0!important;
    color:#9e9e9e!important;
    font-family:var(--tf-mobile-mont,Montserrat,sans-serif)!important;
    font-size:16px!important;
    font-weight:400!important;
    line-height:16px!important;
    letter-spacing:normal!important;
    text-align:center!important;
    text-transform:none!important;
  }

  body.tf-about-v2-page :is(.tf-about__intro-copy h2,.tf-about__story-copy h2){
    box-sizing:border-box!important;
    display:block!important;
    width:100%!important;
    min-height:88.4px!important;
    margin:0!important;
    padding:26px 0!important;
    color:#fff!important;
    font-family:var(--tf-mobile-mont,Montserrat,sans-serif)!important;
    font-size:28px!important;
    font-weight:400!important;
    line-height:36.4px!important;
    letter-spacing:14px!important;
    text-align:left!important;
    text-transform:uppercase!important;
  }
  body.tf-about-v2-page :is(.tf-about__intro-copy p,.tf-about__story-copy p){
    display:block!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    color:#fff!important;
    font-family:var(--tf-mobile-mont,Montserrat,sans-serif)!important;
    font-size:22.4px!important;
    font-weight:400!important;
    line-height:36.4px!important;
    letter-spacing:normal!important;
    text-align:left!important;
  }
  body.tf-about-v2-page .tf-about__intro-copy p+p{margin-top:36.4px!important}

  body.tf-about-v2-page .tf-about__intro{
    box-sizing:border-box!important;
    width:100%!important;
    height:calc(100svh + 101px)!important;
    min-height:calc(100svh + 101px)!important;
    margin:0!important;
    padding:100px 0 0!important;
    background:transparent!important;
    overflow:visible!important;
  }
  body.tf-about-v2-page .tf-about__intro-grid{
    display:flex!important;
    flex-direction:column!important;
    gap:0!important;
    box-sizing:border-box!important;
    width:95%!important;
    max-width:none!important;
    height:100svh!important;
    min-height:100svh!important;
    margin:0 auto!important;
    padding:0 10.5px!important;
  }
  body.tf-about-v2-page .tf-about__identity{
    display:block!important;
    order:1!important;
    width:50%!important;
    height:109.22px!important;
    min-height:109.22px!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }
  body.tf-about-v2-page .tf-about__identity-logo{
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    object-fit:contain!important;
    object-position:left top!important;
    filter:grayscale(1) brightness(0) invert(1)!important;
  }
  body.tf-about-v2-page .tf-about__identity .tf-about__wordmark{display:none!important}
  body.tf-about-v2-page .tf-about__intro-copy{
    display:block!important;
    order:2!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
  }

  body.tf-about-v2-page .tf-about__story{
    box-sizing:border-box!important;
    width:100%!important;
    margin:0!important;
    padding:20px 0 0!important;
    background:transparent!important;
    overflow:visible!important;
  }
  body.tf-about-v2-page .tf-about__story>.tf-about__shell{
    box-sizing:border-box!important;
    width:95%!important;
    max-width:none!important;
    margin:0 auto!important;
    padding:0 10.5px!important;
  }
  body.tf-about-v2-page .tf-about__story-row,
  body.tf-about-v2-page .tf-about__story-row--copy-left,
  body.tf-about-v2-page .tf-about__story-row--art-left{
    display:flex!important;
    flex-direction:column!important;
    box-sizing:border-box!important;
    width:100%!important;
    height:calc(100svh + 101px)!important;
    min-height:calc(100svh + 101px)!important;
    margin:0 0 20px!important;
    padding:100px 0 0!important;
    gap:0!important;
    border:0!important;
    overflow:visible!important;
  }
  body.tf-about-v2-page .tf-about__story-row:last-child{margin-bottom:0!important}
  body.tf-about-v2-page .tf-about__story-art{
    display:block!important;
    order:1!important;
    box-sizing:border-box!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
    background:transparent!important;
  }
  body.tf-about-v2-page .tf-about__story-art::before,
  body.tf-about-v2-page .tf-about__story-art::after{display:none!important;content:none!important}
  body.tf-about-v2-page .tf-about__story-art img{
    display:block!important;
    width:50%!important;
    height:auto!important;
    max-width:50%!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
    object-fit:contain!important;
    object-position:left top!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    filter:grayscale(1) contrast(1.08) brightness(.92)!important;
    transform:none!important;
    -webkit-mask-image:none!important;
    mask-image:none!important;
  }
  body.tf-about-v2-page .tf-about__story-copy{
    display:block!important;
    order:2!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
  }

  body.tf-about-v2-page .tf-about__why{
    box-sizing:border-box!important;
    width:100%!important;
    margin:14px 0 0!important;
    padding:30px 0 100px!important;
    background:transparent!important;
    border:0!important;
    overflow:visible!important;
  }
  body.tf-about-v2-page .tf-about__why-grid{
    display:flex!important;
    flex-direction:column!important;
    gap:0!important;
    box-sizing:border-box!important;
    width:95%!important;
    max-width:none!important;
    margin:0 auto!important;
    padding:0 10.5px!important;
  }
  body.tf-about-v2-page .tf-about__why-image{
    display:block!important;
    order:1!important;
    position:static!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
    background:transparent!important;
  }
  body.tf-about-v2-page .tf-about__why-image::before,
  body.tf-about-v2-page .tf-about__why-image::after{display:none!important;content:none!important}
  body.tf-about-v2-page .tf-about__why-image img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-width:none!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
    object-fit:contain!important;
    object-position:center top!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
    filter:grayscale(1) contrast(1.05) brightness(.86)!important;
    -webkit-mask-image:none!important;
    mask-image:none!important;
  }
  body.tf-about-v2-page .tf-about__why-copy{
    display:block!important;
    order:2!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  body.tf-about-v2-page .tf-about__why-copy h2{
    box-sizing:border-box!important;
    display:block!important;
    width:100%!important;
    min-height:80px!important;
    margin:0!important;
    padding:26px 0!important;
    color:#fff!important;
    font-family:var(--tf-mobile-futura,'Futura Md BT',sans-serif)!important;
    font-size:28px!important;
    font-weight:400!important;
    line-height:28px!important;
    letter-spacing:14px!important;
    text-align:left!important;
    text-transform:uppercase!important;
  }
  body.tf-about-v2-page .tf-about__why-copy p{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    margin:0 0 22.4px!important;
    padding:0!important;
    color:#fff!important;
    font-family:var(--tf-mobile-mont,Montserrat,sans-serif)!important;
    font-size:14px!important;
    font-weight:400!important;
    line-height:22.4px!important;
    letter-spacing:normal!important;
    text-align:left!important;
  }
  body.tf-about-v2-page .tf-about__why-copy p:first-of-type{
    color:#fff!important;
    font-size:14px!important;
    line-height:22.4px!important;
  }

  body.tf-about-v2-page .tf-about__portfolio{
    box-sizing:border-box!important;
    width:100%!important;
    margin:0!important;
    padding:120px 0 0!important;
    background:transparent!important;
    border:0!important;
  }
  body.tf-about-v2-page .tf-about__portfolio>.tf-about__shell{
    box-sizing:border-box!important;
    width:95%!important;
    max-width:none!important;
    margin:0 auto!important;
    padding:0 10.5px!important;
  }
  body.tf-about-v2-page .tf-about__section-title{
    box-sizing:border-box!important;
    display:block!important;
    width:100%!important;
    height:80px!important;
    min-height:80px!important;
    margin:0!important;
    padding:26px 0!important;
    color:#fff!important;
    font-family:var(--tf-mobile-futura,'Futura Md BT',sans-serif)!important;
    font-size:28px!important;
    font-weight:400!important;
    line-height:28px!important;
    letter-spacing:14px!important;
    text-align:left!important;
    text-transform:uppercase!important;
  }
  body.tf-about-v2-page .tf-about__portfolio-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:0!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }
  body.tf-about-v2-page .tf-about__project,
  body.tf-about-v2-page .tf-about__project.reveal{
    position:relative!important;
    z-index:1!important;
    box-sizing:border-box!important;
    display:block!important;
    width:calc(100% + 19.38px)!important;
    height:350px!important;
    min-height:350px!important;
    margin:0!important;
    padding:20px!important;
    border:0!important;
    border-radius:10px!important;
    background:#111!important;
    color:#fff!important;
    overflow:hidden!important;
    box-shadow:none!important;
    transform:none!important;
  }
  body.tf-about-v2-page .tf-about__project:nth-child(even){margin-left:-30.62px!important}
  body.tf-about-v2-page .tf-about__project:nth-child(odd){margin-left:0!important}
  body.tf-about-v2-page .tf-about__project-head{
    display:block!important;
    height:80px!important;
    min-height:80px!important;
    margin:0!important;
    padding:0!important;
  }
  body.tf-about-v2-page .tf-about__project-head strong{
    display:block!important;
    margin:0!important;
    color:#fff!important;
    font-family:var(--tf-mobile-futura,'Futura Md BT',sans-serif)!important;
    font-size:19.6px!important;
    font-weight:400!important;
    line-height:21.56px!important;
  }
  body.tf-about-v2-page .tf-about__project-head span{
    display:block!important;
    margin:6px 0 0!important;
    color:#9e9e9e!important;
    font-family:var(--tf-mobile-futura,'Futura Md BT',sans-serif)!important;
    font-size:13px!important;
    font-weight:400!important;
    line-height:16px!important;
  }
  body.tf-about-v2-page .tf-about__project-rule{
    display:block!important;
    width:100%!important;
    height:5px!important;
    margin:0 0 10px!important;
    padding:0!important;
    background:#333!important;
    border:0!important;
  }
  body.tf-about-v2-page .tf-about__project-media{
    position:relative!important;
    display:block!important;
    box-sizing:border-box!important;
    width:100%!important;
    height:190px!important;
    margin:0!important;
    padding:20px!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    overflow:hidden!important;
  }
  body.tf-about-v2-page .tf-about__project-media img{
    display:block!important;
    width:100%!important;
    height:150px!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    object-fit:cover!important;
    object-position:center!important;
    border-radius:0!important;
    filter:brightness(.84) saturate(.86)!important;
    transform:none!important;
  }
  body.tf-about-v2-page .tf-about__project-media i{
    position:absolute!important;
    inset:20px!important;
    display:grid!important;
    place-items:center!important;
    color:#aaa!important;
    font-family:var(--tf-mobile-futura,'Futura Md BT',sans-serif)!important;
    font-size:12px!important;
    font-style:normal!important;
    letter-spacing:.24em!important;
  }

  body.tf-about-v2-page .tf-about__contact{
    box-sizing:border-box!important;
    width:100%!important;
    margin:0!important;
    padding:80px 0 0!important;
    background:#000!important;
    border:0!important;
  }
  body.tf-about-v2-page .tf-about__contact-shell{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    box-sizing:border-box!important;
    width:95%!important;
    max-width:none!important;
    margin:0 auto!important;
    padding:0 10.5px!important;
  }
  body.tf-about-v2-page .tf-about__contact-title{
    display:block!important;
    width:100%!important;
    height:64.69px!important;
    margin:39.2px 0 23.2px!important;
    padding:0!important;
    color:#fff!important;
    font-family:var(--tf-mobile-futura,'Futura Md BT',sans-serif)!important;
    font-size:58.8px!important;
    font-weight:400!important;
    line-height:64.68px!important;
    letter-spacing:normal!important;
    text-align:center!important;
    text-transform:uppercase!important;
  }
  body.tf-about-v2-page .tf-about-contact-form{
    position:relative!important;
    box-sizing:border-box!important;
    display:block!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:24px!important;
    border:0!important;
    border-radius:16px!important;
    background:rgba(255,255,255,.07)!important;
    color:#fff!important;
    overflow:hidden!important;
    box-shadow:none!important;
    backdrop-filter:blur(10px)!important;
    -webkit-backdrop-filter:blur(10px)!important;
  }
  body.tf-about-v2-page .tf-about-contact-form__title{
    margin:20px 0 14px!important;
    color:#fff!important;
    font-family:var(--tf-mobile-futura,'Futura Md BT',sans-serif)!important;
    font-size:21px!important;
    font-weight:400!important;
    line-height:21px!important;
    letter-spacing:normal!important;
  }
  body.tf-about-v2-page .tf-about-contact-form__title:first-of-type{margin-top:20px!important}
  body.tf-about-v2-page .tf-about-contact-form__row{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    width:100%!important;
    margin:0 0 30px!important;
    padding:0!important;
  }
  body.tf-about-v2-page .tf-about-contact-form input{
    box-sizing:border-box!important;
    display:block!important;
    width:100%!important;
    height:42px!important;
    min-height:42px!important;
    margin:0!important;
    padding:0 12px!important;
    border:1px solid rgba(255,255,255,.08)!important;
    border-radius:16px!important;
    background:rgba(255,255,255,.035)!important;
    color:#fff!important;
    font-family:var(--tf-mobile-futura,'Futura Md BT',sans-serif)!important;
    font-size:16px!important;
    line-height:18px!important;
    outline:0!important;
  }
  body.tf-about-v2-page .tf-about-chip-group{
    display:flex!important;
    flex-wrap:wrap!important;
    gap:16px 8px!important;
    width:100%!important;
    margin:0 0 30px!important;
    padding:0!important;
  }
  body.tf-about-v2-page .tf-about-chip{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    box-sizing:border-box!important;
    min-height:34px!important;
    margin:0!important;
    padding:8px 16px!important;
    border:1px solid rgba(255,255,255,.12)!important;
    border-radius:16px!important;
    background:transparent!important;
    color:#fff!important;
    font-family:var(--tf-mobile-futura,'Futura Md BT',sans-serif)!important;
    font-size:16px!important;
    font-weight:400!important;
    line-height:16px!important;
    white-space:normal!important;
  }
  body.tf-about-v2-page .tf-about-chip.is-active{
    border-color:rgba(24,210,195,.65)!important;
    background:rgba(24,210,195,.12)!important;
    color:#fff!important;
  }
  body.tf-about-v2-page .tf-about-contact-form__submit{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    height:54px!important;
    margin:10px 0 10px!important;
    padding:0 28px!important;
    border:0!important;
    border-radius:50px!important;
    background:#fff!important;
    color:#000!important;
    font-family:var(--tf-mobile-futura,'Futura Md BT',sans-serif)!important;
    font-size:15px!important;
    font-weight:400!important;
    line-height:54px!important;
    letter-spacing:normal!important;
    text-align:center!important;
  }
  body.tf-about-v2-page .tf-about__contact-icons{
    display:grid!important;
    grid-template-columns:repeat(3,1fr)!important;
    width:100%!important;
    height:92px!important;
    margin:12px 0 12px!important;
    padding:0!important;
    gap:0!important;
    align-items:center!important;
  }
  body.tf-about-v2-page .tf-about__contact-icons span{
    justify-self:center!important;
    display:grid!important;
    place-items:center!important;
    width:54px!important;
    height:54px!important;
    border:0!important;
    border-radius:50%!important;
    background:rgba(255,255,255,.08)!important;
    color:#fff!important;
    font-size:20px!important;
  }
  body.tf-about-v2-page .tf-about__contact-data{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0 0 20px!important;
  }
  body.tf-about-v2-page .tf-about__contact-card,
  body.tf-about-v2-page .tf-about__hours{
    box-sizing:border-box!important;
    width:100%!important;
    margin:0!important;
    padding:24px!important;
    border:0!important;
    border-radius:16px!important;
    background:rgba(255,255,255,.07)!important;
    color:#fff!important;
  }
  body.tf-about-v2-page .tf-about__contact-card p,
  body.tf-about-v2-page .tf-about__hours div{
    margin:0 0 9px!important;
    color:#fff!important;
    font-family:var(--tf-mobile-futura,'Futura Md BT',sans-serif)!important;
    font-size:16.8px!important;
    font-weight:400!important;
    line-height:22px!important;
  }
  body.tf-about-v2-page .tf-about__hours div{display:flex!important;justify-content:space-between!important;gap:20px!important}

  body.tf-about-v2-page .tf-about__map,
  body.tf-about-v2-page .tf-about__map.reveal{
    display:block!important;
    width:100vw!important;
    height:400px!important;
    min-height:400px!important;
    max-height:400px!important;
    margin:0 0 0 calc(50% - 50vw)!important;
    padding:0!important;
    overflow:hidden!important;
    background:#111!important;
    transform:none!important;
  }
  body.tf-about-v2-page .tf-about__map iframe{
    display:block!important;
    width:100%!important;
    height:400px!important;
    min-height:400px!important;
    max-height:400px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    filter:grayscale(1) invert(.94) contrast(1.06) brightness(.82)!important;
  }

  body.tf-about-v2-page .tf-about .reveal{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
  }
}

@media (max-width:390px){
  body.tf-about-v2-page :is(.tf-about__intro-copy h2,.tf-about__story-copy h2,.tf-about__why-copy h2,.tf-about__section-title){
    letter-spacing:12px!important;
  }
}

@media (max-width:900px){
  
  body.tf-about-v2-page .tf-about__ticker div{
    color:#171719!important;
  }

  body.tf-about-v2-page .tf-about__location strong{
    display:inline-block!important;
    width:auto!important;
    max-width:none!important;
    white-space:nowrap!important;
    letter-spacing:-.045em!important;
    line-height:1!important;
  }

  body.tf-about-v2-page .tf-about__identity-logo{
    transform:translateX(-12px)!important;
    transform-origin:left top!important;
  }

  body.tf-about-v2-page .tf-about__map{
    background:#090a0c!important;
  }
  body.tf-about-v2-page .tf-about__map iframe{
    visibility:visible!important;
    opacity:1!important;
  }
}

@media (max-width:900px){
  
  body.tf-about-v2-page .tf-about__ticker div{
    color:#29292c!important;
  }

  body.tf-about-v2-page .tf-about__location{
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    overflow:visible!important;
  }
  body.tf-about-v2-page .tf-about__location strong{
    display:block!important;
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
    transform:none!important;
    transform-origin:center center!important;
  }

  body.tf-about-v2-page .tf-about__identity{
    width:100%!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:center!important;
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:center!important;
  }
  body.tf-about-v2-page .tf-about__identity-logo{
    width:50%!important;
    max-width:50%!important;
    height:100%!important;
    margin:0 auto!important;
    object-position:center top!important;
    transform:none!important;
    transform-origin:center top!important;
  }
}

@media (max-width:900px){
  
  body.tf-about-v2-page .tf-about__identity-logo{
    transform:translateX(-15vw)!important;
    transform-origin:center top!important;
  }

  body.tf-about-v2-page .tf-about__story-copy h2::after,
  body.tf-about-v2-page .tf-about__why-copy h2::after{
    content:none!important;
    display:none!important;
  }
}

body.tf-enterprise-page{--ent-bg:#020304;--ent-card:#f2f2f0;--ent-ink:#090b0d;--ent-teal:#15cdbb;background:#020304!important;color:#fff!important}
body.tf-enterprise-page .site-header{display:none!important}
body.tf-enterprise-page h1,body.tf-enterprise-page h2,body.tf-enterprise-page h3,body.tf-enterprise-page h4{font-family:var(--font-sans)!important}
body.tf-enterprise-page footer.tf-site-footer{background:#020304!important;margin-top:0}

.tf-enterprise{position:relative;z-index:20;background:#020304;color:#fff;font-family:var(--font-sans);overflow:hidden}
.tf-enterprise__shell{width:min(1180px,calc(100% - 56px));margin:0 auto}
.tf-enterprise__eyebrow{color:#d8dadd;font-size:14px;line-height:1;letter-spacing:.61em;font-weight:430;text-transform:uppercase}
body.tf-enterprise-page .reveal{opacity:0;transform:translateY(25px);transition:opacity .72s ease,transform .9s cubic-bezier(.16,1,.3,1)}
body.tf-enterprise-page .reveal.is-visible{opacity:1;transform:none}

.tf-enterprise__hero{position:relative;min-height:500px;padding-top:118px;background:#020304;overflow:hidden}
.tf-enterprise__hero-bg{position:absolute;inset:0;background-image:linear-gradient(180deg,rgba(2,3,4,.12),rgba(2,3,4,.55) 58%,#020304 100%),var(--tf-enterprise-hero);background-size:cover;background-position:center 42%;filter:grayscale(1) contrast(1.14) brightness(.36);opacity:.76}
.tf-enterprise__hero::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 46%,rgba(21,205,187,.05),transparent 28%);pointer-events:none}
.tf-enterprise__hero-inner{position:relative;z-index:2;min-height:360px;display:flex;align-items:center;justify-content:center;text-align:center}
.tf-enterprise__hero h1{margin:0;font-size:clamp(58px,6.2vw,92px);line-height:.93;letter-spacing:-.055em;font-weight:840;text-transform:uppercase;color:#fff}
.tf-enterprise__hero h1 span{color:#fff}

.tf-enterprise__about{padding:92px 0 80px;background:#020304}
.tf-enterprise__about-copy{max-width:1120px;margin-top:34px}
.tf-enterprise__about-copy p{margin:0;color:#f0f1f2;font-size:clamp(19px,1.7vw,27px);line-height:1.5;letter-spacing:-.022em;font-weight:410}
.tf-enterprise__about-copy a{display:inline-flex;align-items:center;justify-content:center;min-width:136px;min-height:48px;margin-top:30px;padding:0 22px;border-radius:999px;background:#f4f4f2;color:#080a0c!important;text-decoration:none;font-size:11px;font-weight:800;letter-spacing:.06em;transition:.2s ease}
.tf-enterprise__about-copy a:hover{background:var(--ent-teal);color:#041817!important;transform:translateY(-1px)}

.tf-enterprise__features{padding:42px 0 92px;background:#020304}
.tf-enterprise__feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:38px}
.tf-enterprise__feature-grid article{min-height:390px;padding:26px 28px 24px;border:1px solid rgba(255,255,255,.8);border-radius:13px;background:rgba(1,2,3,.38)}
.tf-enterprise__feature-grid h2{margin:0 0 22px;font-size:22px;line-height:1.05;letter-spacing:-.032em;font-weight:720}
.tf-enterprise__feature-grid ul{list-style:none;margin:0;padding:0;display:grid;gap:14px}
.tf-enterprise__feature-grid li{display:grid;gap:3px}
.tf-enterprise__feature-grid li strong{font-size:12px;line-height:1.15;font-weight:760;color:#fff}
.tf-enterprise__feature-grid li span{font-size:11px;line-height:1.4;color:#d0d4d7}
.tf-enterprise__consult{display:flex;align-items:center;justify-content:center;width:100%;min-height:52px;margin-top:14px;border-radius:999px;background:#f4f4f2;color:#090b0d!important;text-decoration:none;font-size:11px;font-weight:800;letter-spacing:.05em;transition:.2s ease}
.tf-enterprise__consult:hover{background:var(--ent-teal);color:#031817!important}

.tf-enterprise__clients{padding:74px 0 110px;background:#020304}
.tf-enterprise__client-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;gap:22px;margin-top:46px}
.tf-enterprise__client-row span{display:flex;align-items:center;justify-content:center;min-height:72px;color:#8f969d;font-size:clamp(17px,1.65vw,26px);line-height:1;text-align:center;font-weight:820;letter-spacing:-.04em;opacity:.82}
.tf-enterprise__client-row span.is-client{font-family:Georgia,serif;font-style:italic;font-weight:500;color:#d9dcde}
.tf-enterprise__client-row span:nth-child(3){color:#d7d9db;font-size:clamp(13px,1.2vw,19px);letter-spacing:.04em}
.tf-enterprise__client-row span:nth-child(4){color:var(--ent-teal)}
.tf-enterprise__client-row span:nth-child(5){font-size:clamp(12px,1.1vw,17px);letter-spacing:.02em}

.tf-enterprise__gap{padding:26px 0 122px;background:#020304}
.tf-enterprise__gap-inner{width:min(650px,calc(100% - 46px));margin:0 auto}
.tf-enterprise__gap-sub{margin:22px 0 0;color:#8e969e;font-size:13px;line-height:1.5}
.tf-enterprise__gap-list{display:grid;gap:38px;margin-top:52px}
.tf-enterprise__gap-row{display:grid;grid-template-columns:34px 1fr;gap:20px;align-items:start}
.tf-enterprise__gap-row>span{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#f2f2f0;color:#070809;font-size:11px;font-weight:800}
.tf-enterprise__gap-row h3{margin:0 0 8px;font-size:18px;line-height:1.08;letter-spacing:-.025em;font-weight:760}
.tf-enterprise__gap-row p{margin:0;color:#c6cacf;font-size:13px;line-height:1.55}

.tf-enterprise__pricing{padding:10px 0 102px;background:#020304}
.tf-enterprise__pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.tf-enterprise__price-card{display:flex;flex-direction:column;min-height:330px;padding:18px 18px 16px;border-radius:10px;background:#f1f1ef;color:#090b0d;box-shadow:0 18px 36px rgba(0,0,0,.14)}
.tf-enterprise__price-card>span{align-self:flex-start;display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border:1px solid #8c8e91;border-radius:999px;font-size:8px;line-height:1;text-transform:uppercase;letter-spacing:.03em}
.tf-enterprise__price-card:nth-child(2)>span{background:rgba(21,205,187,.15);border-color:#15aa9a;color:#075b53}
.tf-enterprise__price-card h3{margin:18px 0 8px;font-size:20px;line-height:1.02;letter-spacing:-.035em;font-weight:790}
.tf-enterprise__price-card p{margin:0;min-height:82px;color:#4b4d50;font-size:11px;line-height:1.45}
.tf-enterprise__price-label{margin-top:20px;font-size:11px;font-weight:780}
.tf-enterprise__price-card>strong{margin-top:4px;font-size:46px;line-height:.9;letter-spacing:-.065em;font-weight:740}
.tf-enterprise__price-card>a{display:flex;align-items:center;justify-content:center;min-height:42px;margin-top:auto;border-radius:999px;background:#050607;color:#fff!important;text-decoration:none;font-size:10px;font-weight:800;letter-spacing:.04em;transition:.2s ease}
.tf-enterprise__price-card>a:hover{background:var(--ent-teal);color:#041817!important;transform:translateY(-1px)}

.tf-enterprise>.tf-contact-panel{padding-top:84px}
.tf-enterprise>.tf-contact-panel .tf-contact-panel__title{font-size:clamp(52px,5.2vw,80px)}
.tf-enterprise>.tf-contact-panel .tf-contact-panel__map{margin-top:6px}

@media(max-width:960px){
  .tf-enterprise__feature-grid{grid-template-columns:1fr}
  .tf-enterprise__client-row{grid-template-columns:repeat(3,minmax(0,1fr))}
  .tf-enterprise__pricing-grid{grid-template-columns:1fr}
}
@media(max-width:767px){
  .tf-enterprise__shell{width:min(100% - 24px,1180px)}
  .tf-enterprise__hero{min-height:390px;padding-top:98px}
  .tf-enterprise__hero-inner{min-height:280px}
  .tf-enterprise__hero h1{font-size:clamp(42px,11.4vw,62px)}
  .tf-enterprise__about{padding:74px 0 60px}
  .tf-enterprise__about-copy p{font-size:18px}
  .tf-enterprise__features{padding-top:30px}
  .tf-enterprise__feature-grid article{min-height:0;padding:22px 20px}
  .tf-enterprise__client-row{grid-template-columns:1fr 1fr;gap:14px}
  .tf-enterprise__clients{padding-bottom:84px}
  .tf-enterprise__gap{padding-bottom:90px}
  .tf-enterprise__gap-inner{width:min(100% - 30px,650px)}
  .tf-enterprise__price-card{min-height:310px}
}

@media (max-width:767px){
  body.tf-enterprise-page{
    --tf-ent-phone-futura:'Futura Md BT','Montserrat',Arial,sans-serif;
    --tf-ent-phone-mont:'Montserrat',Arial,sans-serif;
    background:#000!important;
    overflow-x:hidden!important;
  }
  body.tf-enterprise-page .tf-enterprise{
    width:100%!important;max-width:100vw!important;margin:0!important;
    background:#000!important;color:#fff!important;overflow:hidden!important;
  }
  body.tf-enterprise-page .tf-enterprise__shell{
    box-sizing:border-box!important;width:95%!important;max-width:none!important;
    margin:0 auto!important;padding-left:10.5px!important;padding-right:10.5px!important;
  }body.tf-enterprise-page :is(.tf-enterprise__hero h1,.tf-enterprise__eyebrow,.tf-enterprise__feature-grid h2)::before,body.tf-enterprise-page :is(.tf-enterprise__hero h1,.tf-enterprise__eyebrow,.tf-enterprise__feature-grid h2)::after{display:none!important;content:none!important}

  body.tf-enterprise-page .tf-enterprise__hero{
    box-sizing:border-box!important;position:relative!important;width:100%!important;height:846px!important;min-height:846px!important;
    margin:0!important;padding:120px 0 0!important;background:#000!important;overflow:hidden!important;
  }
  body.tf-enterprise-page .tf-enterprise__hero-bg{
    display:block!important;position:absolute!important;inset:0!important;width:100%!important;height:846px!important;
    background-image:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.42) 62%,#000 100%),var(--tf-enterprise-hero)!important;
    background-size:cover!important;background-position:center top!important;background-repeat:no-repeat!important;
    filter:grayscale(1) contrast(1.08) brightness(.56)!important;opacity:.52!important;
  }
  body.tf-enterprise-page .tf-enterprise__hero::after{display:none!important;content:none!important}
  body.tf-enterprise-page .tf-enterprise__hero-inner{
    position:relative!important;z-index:2!important;display:block!important;width:95%!important;max-width:none!important;
    min-height:0!important;height:auto!important;margin:0 auto!important;padding:0 10.5px!important;text-align:center!important;
  }
  body.tf-enterprise-page .tf-enterprise__hero h1{
    box-sizing:border-box!important;display:block!important;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;
    color:#fff!important;font-family:var(--tf-ent-phone-futura)!important;font-weight:900!important;line-height:1!important;
    letter-spacing:-.035em!important;text-align:center!important;text-transform:uppercase!important;overflow:visible!important;
  }
  body.tf-enterprise-page .tf-enterprise__hero-line{
    display:block!important;width:100%!important;max-width:100%!important;margin:0 auto!important;padding:0!important;
    color:#fff!important;white-space:nowrap!important;text-align:center!important;
  }
  body.tf-enterprise-page .tf-enterprise__hero-line--one{font-size:clamp(38px,10.2vw,44px)!important;line-height:1.02!important}
  body.tf-enterprise-page .tf-enterprise__hero-line--two{font-size:clamp(31px,8.15vw,35px)!important;line-height:1.08!important;letter-spacing:-.045em!important}
  body.tf-enterprise-page .tf-enterprise__hero-line--three{font-size:clamp(31px,8.15vw,35px)!important;line-height:1.08!important;letter-spacing:-.04em!important}

  body.tf-enterprise-page .tf-enterprise__about{box-sizing:border-box!important;margin:0!important;padding:0 0 112px!important;background:#000!important}
  body.tf-enterprise-page .tf-enterprise__eyebrow{
    box-sizing:border-box!important;display:block!important;width:100%!important;min-height:auto!important;margin:0!important;padding:26px 0!important;
    color:#fff!important;font-family:var(--tf-ent-phone-mont)!important;font-size:28px!important;font-weight:400!important;
    line-height:36.4px!important;letter-spacing:14px!important;text-align:left!important;text-transform:uppercase!important;
  }
  body.tf-enterprise-page .tf-enterprise__about-copy{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;opacity:1!important;transform:none!important}
  body.tf-enterprise-page .tf-enterprise__about-copy p{
    margin:0!important;padding:0!important;color:#fff!important;font-family:var(--tf-ent-phone-mont)!important;
    font-size:16.8px!important;font-weight:400!important;line-height:25.2px!important;letter-spacing:normal!important;
  }
  body.tf-enterprise-page .tf-enterprise__about-copy a{
    box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;
    width:176px!important;height:54px!important;min-height:54px!important;margin:26px 0 0!important;padding:0 24px!important;
    border:0!important;border-radius:50px!important;background:#fff!important;color:#000!important;
    font-family:var(--tf-ent-phone-futura)!important;font-size:14px!important;font-weight:500!important;line-height:54px!important;
    letter-spacing:.4px!important;text-align:center!important;text-transform:uppercase!important;
  }

  body.tf-enterprise-page .tf-enterprise__eyebrow--features,
  body.tf-enterprise-page .tf-enterprise__eyebrow--clients,
  body.tf-enterprise-page .tf-enterprise__eyebrow--gap{
    display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;
    gap:0!important;min-height:auto!important;white-space:normal!important;word-break:keep-all!important;overflow-wrap:normal!important;
    font-size:0!important;line-height:1!important;letter-spacing:normal!important;
  }
  body.tf-enterprise-page .tf-enterprise__eyebrow--features span,
  body.tf-enterprise-page .tf-enterprise__eyebrow--clients span,
  body.tf-enterprise-page .tf-enterprise__eyebrow--gap span{
    display:block!important;margin:0!important;padding:0!important;color:#fff!important;text-transform:uppercase!important;
    font-family:var(--tf-ent-phone-mont)!important;font-weight:400!important;white-space:nowrap!important;word-break:keep-all!important;
    letter-spacing:.34em!important;line-height:1.14!important;
  }
  body.tf-enterprise-page .tf-enterprise__eyebrow--features span{font-size:27px!important}
  body.tf-enterprise-page .tf-enterprise__eyebrow--clients span{font-size:26px!important}
  body.tf-enterprise-page .tf-enterprise__eyebrow--gap span{font-size:26px!important}
  body.tf-enterprise-page .tf-enterprise__eyebrow--features span + span,
  body.tf-enterprise-page .tf-enterprise__eyebrow--clients span + span,
  body.tf-enterprise-page .tf-enterprise__eyebrow--gap span + span{margin-top:6px!important}
  body.tf-enterprise-page .tf-enterprise__eyebrow--clients{padding-bottom:14px!important}

  body.tf-enterprise-page .tf-enterprise__features{box-sizing:border-box!important;margin:0!important;padding:0 0 104px!important;background:#000!important}
  body.tf-enterprise-page .tf-enterprise__feature-grid{display:block!important;width:100%!important;margin:28px 0 0!important;padding:0!important;opacity:1!important;transform:none!important}
  body.tf-enterprise-page .tf-enterprise__feature-grid article{
    box-sizing:border-box!important;width:100%!important;min-height:318px!important;margin:0 0 14px!important;padding:22px 18px!important;
    border:1px solid rgba(255,255,255,.78)!important;border-radius:11px!important;background:rgba(0,0,0,.2)!important;color:#fff!important;
  }
  body.tf-enterprise-page .tf-enterprise__feature-grid h2{
    margin:0 0 18px!important;padding:0!important;color:#fff!important;font-family:var(--tf-ent-phone-futura)!important;
    font-size:19.6px!important;font-weight:400!important;line-height:22px!important;letter-spacing:normal!important;text-transform:uppercase!important;
  }
  body.tf-enterprise-page .tf-enterprise__feature-grid ul{list-style:none!important;display:grid!important;gap:13px!important;margin:0!important;padding:0!important}
  body.tf-enterprise-page .tf-enterprise__feature-grid li{display:grid!important;gap:3px!important;margin:0!important;padding:0!important}
  body.tf-enterprise-page .tf-enterprise__feature-grid li strong{
    display:block!important;color:#fff!important;font-family:var(--tf-ent-phone-futura)!important;font-size:11.2px!important;font-weight:600!important;line-height:14px!important;
  }
  body.tf-enterprise-page .tf-enterprise__feature-grid li span{
    display:block!important;color:#ddd!important;font-family:var(--tf-ent-phone-mont)!important;font-size:10.5px!important;font-weight:400!important;line-height:14.7px!important;
  }
  body.tf-enterprise-page .tf-enterprise__consult{
    box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:54px!important;
    min-height:54px!important;margin:0!important;padding:0 28px!important;border:0!important;border-radius:50px!important;background:#fff!important;color:#000!important;
    font-family:var(--tf-ent-phone-futura)!important;font-size:14px!important;font-weight:500!important;line-height:54px!important;text-transform:uppercase!important;
  }

  body.tf-enterprise-page .tf-enterprise__clients{box-sizing:border-box!important;margin:0!important;padding:0 0 128px!important;background:#000!important}
  body.tf-enterprise-page .tf-enterprise__clients .tf-enterprise__eyebrow{padding-bottom:10px!important;white-space:normal!important}
  body.tf-enterprise-page .tf-enterprise__client-row{
    display:block!important;width:100%!important;margin:18px 0 0!important;padding:0!important;opacity:1!important;transform:none!important;
  }
  body.tf-enterprise-page .tf-enterprise__client-row span{
    box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:230px!important;
    min-height:230px!important;margin:0!important;padding:0 10px!important;border:0!important;color:#d7d7d7!important;text-align:center!important;
    font-family:var(--tf-ent-phone-futura)!important;font-size:44px!important;font-weight:700!important;line-height:1!important;letter-spacing:-.04em!important;
  }
  body.tf-enterprise-page .tf-enterprise__client-row span.is-client{font-family:Georgia,serif!important;font-size:58px!important;font-style:italic!important;font-weight:500!important;color:#eee!important}
  body.tf-enterprise-page .tf-enterprise__client-row span:nth-child(2){font-size:86px!important;color:#aeb0b3!important}
  body.tf-enterprise-page .tf-enterprise__client-row span:nth-child(3){font-size:36px!important;letter-spacing:.04em!important;color:#d7d7d7!important}
  body.tf-enterprise-page .tf-enterprise__client-row span:nth-child(4){font-size:42px!important;color:var(--tradeform-teal,#18d2c3)!important}
  body.tf-enterprise-page .tf-enterprise__client-row span:nth-child(5){font-size:31px!important;line-height:1.08!important;color:#aaa!important}

  body.tf-enterprise-page .tf-enterprise__gap{box-sizing:border-box!important;margin:0!important;padding:0 0 142px!important;background:#000!important}
  body.tf-enterprise-page .tf-enterprise__gap-inner{box-sizing:border-box!important;width:95%!important;max-width:none!important;margin:0 auto!important;padding:0 10.5px!important;opacity:1!important;transform:none!important}
  body.tf-enterprise-page .tf-enterprise__gap-sub{margin:4px 0 42px!important;color:#aaa!important;font-family:var(--tf-ent-phone-mont)!important;font-size:12.6px!important;line-height:20.16px!important}
  body.tf-enterprise-page .tf-enterprise__gap-list{display:block!important;width:100%!important;margin:0!important;padding:0!important}
  body.tf-enterprise-page .tf-enterprise__gap-row{
    box-sizing:border-box!important;position:relative!important;display:grid!important;grid-template-columns:63.25px minmax(0,1fr)!important;gap:0!important;
    min-height:205px!important;margin:0!important;padding:24px 0 0!important;border:0!important;align-items:start!important;
  }
  body.tf-enterprise-page .tf-enterprise__gap-row::before{
    content:""!important;position:absolute!important;top:0!important;left:63.25px!important;right:0!important;height:1px!important;background:rgba(255,255,255,.28)!important;
  }
  body.tf-enterprise-page .tf-enterprise__gap-row>span{
    display:grid!important;place-items:center!important;width:40px!important;height:40px!important;margin:0 0 0 11.6px!important;border-radius:50%!important;
    background:#fff!important;color:#000!important;font-family:var(--tf-ent-phone-futura)!important;font-size:19.6px!important;font-weight:400!important;line-height:40px!important;
  }
  body.tf-enterprise-page .tf-enterprise__gap-row h3{margin:1px 0 14px!important;color:#fff!important;font-family:var(--tf-ent-phone-futura)!important;font-size:22.4px!important;font-weight:400!important;line-height:28px!important}
  body.tf-enterprise-page .tf-enterprise__gap-row p{margin:0!important;color:#ddd!important;font-family:var(--tf-ent-phone-mont)!important;font-size:12.6px!important;font-weight:400!important;line-height:20.16px!important}

  body.tf-enterprise-page .tf-enterprise__pricing{box-sizing:border-box!important;margin:0!important;padding:0 0 88px!important;background:#000!important}
  body.tf-enterprise-page .tf-enterprise__pricing-grid{display:grid!important;grid-template-columns:1fr!important;gap:21px!important;width:100%!important;margin:0!important;padding:0!important}
  body.tf-enterprise-page .tf-enterprise__price-card{
    box-sizing:border-box!important;display:flex!important;flex-direction:column!important;width:100%!important;min-height:430px!important;margin:0!important;padding:24px!important;
    border:0!important;border-radius:10px!important;background:#fff!important;color:#000!important;box-shadow:none!important;opacity:1!important;transform:none!important;
  }
  body.tf-enterprise-page .tf-enterprise__price-card>span{
    align-self:flex-start!important;display:inline-flex!important;align-items:center!important;width:auto!important;height:34px!important;min-height:34px!important;
    margin:0!important;padding:8px 16px!important;border:1px solid #777!important;border-radius:16px!important;background:transparent!important;color:#333!important;
    font-family:var(--tf-ent-phone-mont)!important;font-size:12px!important;font-weight:400!important;line-height:16px!important;text-transform:uppercase!important;
  }
  body.tf-enterprise-page .tf-enterprise__price-card h3{margin:28px 0 10px!important;color:#000!important;font-family:var(--tf-ent-phone-futura)!important;font-size:20px!important;font-weight:400!important;line-height:23px!important}
  body.tf-enterprise-page .tf-enterprise__price-card p{min-height:76px!important;margin:0!important;color:#333!important;font-family:var(--tf-ent-phone-mont)!important;font-size:12.6px!important;font-weight:400!important;line-height:19.6px!important}
  body.tf-enterprise-page .tf-enterprise__price-label{margin:28px 0 8px!important;color:#000!important;font-family:var(--tf-ent-phone-futura)!important;font-size:16.8px!important;font-weight:400!important;line-height:16.8px!important}
  body.tf-enterprise-page .tf-enterprise__price-card>strong{margin:0!important;color:#000!important;font-family:var(--tf-ent-phone-futura)!important;font-size:44.8px!important;font-weight:400!important;line-height:45.6px!important;letter-spacing:normal!important}
  body.tf-enterprise-page .tf-enterprise__price-card>a{
    box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:54px!important;min-height:54px!important;
    margin:auto 0 0!important;padding:0 28px!important;border:0!important;border-radius:50px!important;background:#000!important;color:#fff!important;
    font-family:var(--tf-ent-phone-futura)!important;font-size:15px!important;font-weight:500!important;line-height:54px!important;text-transform:uppercase!important;
  }

  body.tf-enterprise-page .tf-enterprise>.tf-contact-panel{box-sizing:border-box!important;margin:0!important;padding:80px 0 0!important;background:#000!important}
  body.tf-enterprise-page .tf-contact-panel__shell{box-sizing:border-box!important;width:95%!important;max-width:none!important;margin:0 auto!important;padding:0 10.5px!important;align-items:stretch!important}
  body.tf-enterprise-page .tf-contact-panel__title{width:100%!important;min-height:64.68px!important;margin:0 0 31.52px!important;padding:0!important;color:#fff!important;font-family:var(--tf-ent-phone-futura)!important;font-size:58.8px!important;font-weight:400!important;line-height:64.68px!important;text-align:center!important;text-transform:uppercase!important}
  body.tf-enterprise-page .tf-contact-panel__form{box-sizing:border-box!important;width:100%!important;margin:0!important;padding:24px!important;border:0!important;border-radius:16px!important;background:rgba(255,255,255,.07)!important;box-shadow:none!important}
  body.tf-enterprise-page .tf-contact-panel__fields{grid-template-columns:1fr!important;gap:22px!important}
  body.tf-enterprise-page .tf-contact-panel__field input{height:42px!important;border:0!important;border-radius:16px!important;background:rgba(255,255,255,.05)!important;color:#fff!important;font-size:16px!important}
  body.tf-enterprise-page .tf-contact-panel__chip{height:34px!important;min-height:34px!important;padding:8px 16px!important;border-radius:16px!important;font-family:var(--tf-ent-phone-futura)!important;font-size:16px!important;font-weight:400!important;line-height:16px!important}
  body.tf-enterprise-page .tf-contact-panel__submit{height:54px!important;min-height:54px!important;margin-top:20px!important;border-radius:50px!important;background:#fff!important;color:#000!important;font-family:var(--tf-ent-phone-futura)!important;font-size:15px!important;font-weight:500!important}
  body.tf-enterprise-page .tf-contact-panel__icons{grid-template-columns:repeat(3,78.41px)!important;justify-content:space-between!important;gap:0!important;margin:14px 0 20px!important}
  body.tf-enterprise-page .tf-contact-panel__icons span{width:78.41px!important;height:54px!important;border:0!important;border-radius:50px!important;background:rgba(255,255,255,.07)!important}
  body.tf-enterprise-page .tf-contact-panel__details{width:100%!important;display:grid!important;gap:21px!important;padding:8px 0 32px!important}
  body.tf-enterprise-page .tf-contact-panel__info-card,body.tf-enterprise-page .tf-contact-panel__hours{width:100%!important;padding:24px!important;border:0!important;border-radius:16px!important;background:rgba(255,255,255,.07)!important}
  body.tf-enterprise-page .tf-contact-panel__info-card{min-height:auto!important;gap:14px!important}
  body.tf-enterprise-page .tf-contact-panel__info-card a,body.tf-enterprise-page .tf-contact-panel__info-card>div,body.tf-enterprise-page .tf-contact-panel__hours div{font-family:var(--tf-ent-phone-futura)!important;font-size:16.8px!important;font-weight:400!important;line-height:28px!important}
  body.tf-enterprise-page .tf-contact-panel__hours{min-height:188px!important}
  body.tf-enterprise-page .tf-contact-panel__map{margin-top:0!important;border-top:0!important;background:#000!important}
  body.tf-enterprise-page .tf-contact-panel__map iframe{display:block!important;width:100%!important;height:400px!important;border:0!important;filter:grayscale(1) invert(.94) contrast(1.06) brightness(.82)!important}
}

@media (max-width:390px){
  body.tf-enterprise-page .tf-enterprise__hero-line--one{font-size:38px!important}
  body.tf-enterprise-page .tf-enterprise__hero-line--two,
  body.tf-enterprise-page .tf-enterprise__hero-line--three{font-size:31px!important}
  body.tf-enterprise-page .tf-enterprise__eyebrow{letter-spacing:12px!important}
}

body.tf-local-seo-page{--ls-bg:#020304;--ls-card:#f1f1ef;--ls-ink:#0a0b0d;--ls-teal:#14c8b4;background:#020304!important;color:#fff!important}
body.tf-local-seo-page .site-header{display:none!important}
body.tf-local-seo-page .display,body.tf-local-seo-page .reveal-heading,body.tf-local-seo-page h1,body.tf-local-seo-page h2,body.tf-local-seo-page h3,body.tf-local-seo-page h4{font-family:var(--font-sans)!important}
body.tf-local-seo-page footer.tf-site-footer{background:#020304!important;margin-top:0}
.tf-local{position:relative;z-index:20;background:#020304;color:#fff;font-family:var(--font-sans);overflow:hidden}
.tf-local__shell{width:min(1180px,calc(100% - 56px));margin:0 auto}
.tf-local__shell--wide{width:min(1320px,calc(100% - 36px))}
.tf-local__eyebrow{color:#d6d6d6;font-size:14px;line-height:1;letter-spacing:.62em;font-weight:450;text-transform:uppercase}
.tf-local__eyebrow--center{text-align:center}

.tf-local__hero{position:relative;min-height:520px;padding-top:120px;background:#020304;overflow:hidden}
.tf-local__hero-bg{position:absolute;inset:0;background-image:linear-gradient(180deg,rgba(2,3,4,.24),rgba(2,3,4,.52) 50%,#020304 100%),var(--tf-local-hero);background-size:cover;background-position:center 46%;filter:grayscale(1) contrast(1.15) brightness(.54);opacity:.82}
.tf-local__hero::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 56%,rgba(20,200,180,.055),transparent 28%);pointer-events:none}
.tf-local__hero-inner{position:relative;z-index:2;min-height:400px;display:flex;align-items:center;justify-content:center;text-align:center}
.tf-local__hero h1{margin:0;font-size:clamp(58px,6.1vw,92px);line-height:.92;letter-spacing:-.055em;font-weight:820;text-transform:uppercase;color:#fff}
.tf-local__hero h1 span{color:#fff}

.tf-local__about{padding:112px 0 122px;background:#020304}
.tf-local__about-copy{max-width:1050px;margin-top:38px}
.tf-local__about-copy p{margin:0;color:#f1f1f1;font-size:clamp(19px,1.65vw,27px);line-height:1.52;letter-spacing:-.02em;font-weight:420}
.tf-local__about-copy a{display:inline-flex;align-items:center;justify-content:center;min-width:126px;min-height:48px;margin-top:30px;padding:0 22px;border-radius:999px;background:#f4f4f1;color:#090b0e!important;text-decoration:none;font-size:11px;font-weight:800;letter-spacing:.06em;transition:background .2s ease,color .2s ease,transform .2s ease}
.tf-local__about-copy a:hover{background:var(--ls-teal);color:#031817!important;transform:translateY(-1px)}
.tf-local__pillars{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:60px;margin-top:112px}
.tf-local__pillars h2{margin:0 0 8px;font-size:18px;line-height:1.05;letter-spacing:-.025em;font-weight:780;text-transform:uppercase}
.tf-local__pillars small{display:block;margin-bottom:12px;color:#8e969e;font-size:10px;line-height:1.3;letter-spacing:.04em;text-transform:uppercase}
.tf-local__pillars p{margin:0;color:#d8dadd;font-size:13px;line-height:1.55}

.tf-local__projects{padding:28px 0 114px;background:#020304}
.tf-local__project-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(300px,340px);gap:16px;margin-top:40px;overflow-x:auto;padding:0 0 18px;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:rgba(20,200,180,.45) transparent}
.tf-local__project-track::-webkit-scrollbar{height:7px}.tf-local__project-track::-webkit-scrollbar-thumb{background:rgba(20,200,180,.45);border-radius:999px}
.tf-local__project-card{scroll-snap-align:start;display:flex;flex-direction:column;min-height:470px;padding:15px;border-radius:10px;background:#f3f3f1;color:#0b0c0e!important;text-decoration:none;box-shadow:0 18px 38px rgba(0,0,0,.18)}
.tf-local__project-tag{align-self:flex-start;display:inline-flex;align-items:center;min-height:26px;padding:0 11px;border:1px solid #9b9b9b;border-radius:999px;font-size:8px;line-height:1;letter-spacing:.02em;text-transform:uppercase}
.tf-local__project-card h3{margin:18px 0 7px;font-size:22px;line-height:1.02;letter-spacing:-.035em;font-weight:730}
.tf-local__project-card p{min-height:62px;margin:0;color:#4b4d51;font-size:11px;line-height:1.45}.tf-local__project-image{height:250px;margin-top:15px;border-radius:8px;overflow:hidden;background:#0c1014}
.tf-local__project-image img{width:100%;height:100%;display:block;object-fit:cover}
.tf-local__project-cta{display:flex;align-items:center;justify-content:center;min-height:42px;margin-top:auto;border-radius:999px;background:#050607;color:#fff;font-size:10px;font-weight:800;letter-spacing:.04em}

.tf-local__method{padding:122px 0 126px;background:#020304}
.tf-local__method-inner{width:min(620px,calc(100% - 46px));margin:0 auto}
.tf-local__method-list{display:grid;gap:38px;margin-top:55px}
.tf-local__method-row{display:grid;grid-template-columns:34px 1fr;gap:18px;align-items:start}
.tf-local__method-row>span{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#f2f2f0;color:#060708;font-size:11px;font-weight:800}
.tf-local__method-row h3{margin:0 0 7px;font-size:16px;line-height:1.1;font-weight:760;letter-spacing:-.02em}
.tf-local__method-row p{margin:0;color:#c1c5c9;font-size:12px;line-height:1.55}

.tf-local__pricing{padding:24px 0 120px;background:#020304}
.tf-local__pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.1);border-left:1px solid rgba(255,255,255,.1)}
.tf-local__price-card{display:flex;flex-direction:column;min-height:510px;padding:24px 22px 24px;background:#06080c;color:#f4f5f5;border-right:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);border-radius:0;box-shadow:none;transition:background .24s ease}
.tf-local__price-card:hover{background:#0a0d12}
.tf-local__price-badge{align-self:flex-start;display:inline-flex;align-items:center;min-height:25px;padding:0;border:0;border-radius:0;background:transparent!important;color:#14c8b4!important;font-size:9px;line-height:1;text-transform:uppercase;letter-spacing:.13em;font-weight:760}
.tf-local__price-card h3{margin:58px 0 14px;font-size:clamp(30px,2.5vw,42px);line-height:.92;letter-spacing:-.05em;font-weight:690;color:#fff}
.tf-local__price-card>p{min-height:0;margin:0;color:#8f98a2;font-size:14px;line-height:1.52;letter-spacing:-.01em}
.tf-local__price-label{margin-top:28px;color:#939ba3;font-size:9px;font-weight:760;letter-spacing:.13em;text-transform:uppercase}
.tf-local__price{display:flex;align-items:flex-end;gap:7px;margin-top:7px}
.tf-local__price strong{font-size:clamp(42px,3.7vw,58px);line-height:.9;letter-spacing:-.065em;font-weight:700;color:#fff}
.tf-local__price span{max-width:118px;padding-bottom:5px;color:#8f98a2;font-size:10px;line-height:1.2}
.tf-local__price-card ul{list-style:none;margin:24px 0 22px;padding:0;display:grid;gap:10px}
.tf-local__price-card li{position:relative;padding-left:20px;color:#b3bac1;font-size:11px;line-height:1.36}
.tf-local__price-card li::before{content:"✓";position:absolute;left:0;top:-1px;width:14px;height:14px;border:1px solid rgba(255,255,255,.28);border-radius:50%;display:grid;place-items:center;font-size:8px;color:#14c8b4}
.tf-local__price-card>a{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;min-height:44px;margin-top:auto;padding:0 20px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:#0a0d12;color:#f3f4f4!important;text-decoration:none;font-size:10px;font-weight:800;letter-spacing:.07em;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}
.tf-local__price-card>a:hover{background:#14c8b4;color:#041817!important;border-color:#14c8b4;transform:translateY(-1px)}

.tf-local>.tf-contact-panel{padding-top:92px}
.tf-local>.tf-contact-panel .tf-contact-panel__title{font-size:clamp(52px,5.2vw,80px)}
.tf-local>.tf-contact-panel .tf-contact-panel__map{margin-top:6px}

@media(max-width:1050px){
  .tf-local__pillars{gap:32px}
  .tf-local__pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767px){
  .tf-local__shell,.tf-local__shell--wide{width:min(100% - 24px,1180px)}
  .tf-local__hero{min-height:440px;padding-top:98px}
  .tf-local__hero-inner{min-height:330px}.tf-local__hero h1{font-size:clamp(44px,12vw,64px)}
  .tf-local__about{padding:78px 0 88px}.tf-local__about-copy{margin-top:28px}.tf-local__about-copy p{font-size:18px}
  .tf-local__pillars{grid-template-columns:1fr;margin-top:70px;gap:40px}.tf-local__pillars p{font-size:13px}
  .tf-local__projects{padding-bottom:86px}.tf-local__project-track{grid-auto-columns:minmax(280px,82vw)}
  .tf-local__method{padding:88px 0}.tf-local__method-inner{width:min(100% - 30px,620px)}
  .tf-local__pricing{padding-bottom:86px}.tf-local__pricing-grid{grid-template-columns:1fr}.tf-local__price-card{min-height:450px}
  .tf-local__eyebrow{font-size:12px;letter-spacing:.44em}
}

@media (min-width: 768px){
  .tf-local__about .tf-local__shell{
    width:min(1205px,calc(100% - 160px));
  }
  .tf-local__about{
    padding:108px 0 126px;
  }
  .tf-local__about .tf-local__eyebrow{
    font-size:15px;
    letter-spacing:.58em;
    font-weight:430;
  }
  .tf-local__about-copy{
    max-width:1180px;
    margin-top:36px;
  }
  .tf-local__about-copy p{
    max-width:none;
    font-size:clamp(24px,1.9vw,28px);
    line-height:1.48;
    letter-spacing:-.025em;
    font-weight:400;
  }
  .tf-local__about-copy a{
    min-width:162px;
    min-height:54px;
    margin-top:35px;
    padding:0 26px;
    font-size:14px;
    letter-spacing:.02em;
    font-weight:760;
  }
  .tf-local__pillars{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:74px;
    margin-top:174px;
  }
  .tf-local__pillars h2{
    margin:0 0 8px;
    font-size:25px;
    line-height:1.02;
    letter-spacing:-.035em;
    font-weight:650;
  }
  .tf-local__pillars small{
    margin-bottom:11px;
    font-size:11px;
    line-height:1.25;
    letter-spacing:.025em;
    font-weight:540;
  }
  .tf-local__pillars p{
    max-width:350px;
    font-size:12.5px;
    line-height:1.5;
    letter-spacing:-.005em;
    color:#e1e1e1;
  }
}

@media (min-width: 1200px){
  .tf-local__about .tf-local__shell{width:min(1220px,calc(100% - 150px))}
  .tf-local__pillars{gap:82px}
}

@media(max-width:1050px){.tf-local__pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){.tf-local__pricing-grid{grid-template-columns:1fr}.tf-local__price-card{min-height:430px}}

.tf-local__pricing-note{max-width:780px;margin:34px auto 0;text-align:center;color:rgba(255,255,255,.58);font-size:13px;line-height:1.65;letter-spacing:.02em}
@media(max-width:720px){.tf-local__pricing-note{margin-top:24px;padding:0 12px;font-size:12px}}

@media (max-width:767px){
  body.tf-local-seo-page{
    --tf-seo-phone-futura:'Futura Md BT','Montserrat',Arial,sans-serif;
    --tf-seo-phone-mont:'Montserrat',Arial,sans-serif;
    background:#000!important;overflow-x:hidden!important;
  }
  body.tf-local-seo-page .tf-local{width:100%!important;max-width:100vw!important;margin:0!important;background:#000!important;color:#fff!important;overflow:hidden!important}
  body.tf-local-seo-page .tf-local__shell{box-sizing:border-box!important;width:95%!important;max-width:none!important;margin:0 auto!important;padding-left:10.5px!important;padding-right:10.5px!important}
  body.tf-local-seo-page .tf-local__shell--wide{box-sizing:border-box!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important}

  body.tf-local-seo-page .tf-local__hero{box-sizing:border-box!important;position:relative!important;width:100%!important;height:846px!important;min-height:846px!important;margin:0!important;padding:120px 0 0!important;background:#000!important;overflow:hidden!important}
  body.tf-local-seo-page .tf-local__hero-bg{display:block!important;position:absolute!important;inset:0!important;width:100%!important;height:752px!important;background-image:linear-gradient(180deg,rgba(0,0,0,.22),rgba(0,0,0,.52) 68%,#000 100%),var(--tf-local-hero)!important;background-size:cover!important;background-position:center top!important;background-repeat:no-repeat!important;filter:grayscale(1) contrast(1.05) brightness(.66)!important;opacity:.72!important}
  body.tf-local-seo-page .tf-local__hero::after{display:none!important;content:none!important}
  body.tf-local-seo-page .tf-local__hero-inner{position:relative!important;z-index:2!important;display:block!important;width:95%!important;max-width:none!important;height:224px!important;min-height:224px!important;margin:0 auto!important;padding:0 10.5px!important;text-align:center!important}
  body.tf-local-seo-page .tf-local__hero h1{width:100%!important;margin:0!important;padding:0!important;color:#fff!important;font-family:var(--tf-seo-phone-futura)!important;font-size:56px!important;font-weight:900!important;line-height:56px!important;letter-spacing:normal!important;text-align:center!important;text-transform:uppercase!important}
  body.tf-local-seo-page .tf-local__hero h1 span{color:#fff!important}body.tf-local-seo-page :is(.tf-local__hero h1,.tf-local__eyebrow,.tf-local__pillars h2)::before,body.tf-local-seo-page :is(.tf-local__hero h1,.tf-local__eyebrow,.tf-local__pillars h2)::after{display:none!important;content:none!important}

  body.tf-local-seo-page .tf-local__about{box-sizing:border-box!important;margin:0!important;padding:0 0 181px!important;background:#000!important}
  body.tf-local-seo-page .tf-local__about>.tf-local__shell{padding:0 10.5px!important}
  body.tf-local-seo-page .tf-local__eyebrow{box-sizing:border-box!important;display:block!important;width:100%!important;min-height:88.41px!important;margin:0!important;padding:26px 0!important;color:#fff!important;font-family:var(--tf-seo-phone-mont)!important;font-size:28px!important;font-weight:400!important;line-height:36.4px!important;letter-spacing:14px!important;text-align:left!important;text-transform:uppercase!important}
  body.tf-local-seo-page .tf-local__about-copy{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;opacity:1!important;transform:none!important}
  body.tf-local-seo-page .tf-local__about-copy p{margin:0!important;padding:0!important;color:#fff!important;font-family:var(--tf-seo-phone-mont)!important;font-size:22.4px!important;font-weight:400!important;line-height:36.4px!important;letter-spacing:normal!important}
  body.tf-local-seo-page .tf-local__about-copy a{box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;width:160.5px!important;height:54px!important;min-height:54px!important;margin:32px 0 0!important;padding:0 28px!important;border:0!important;border-radius:50px!important;background:#fff!important;color:#000!important;font-family:var(--tf-seo-phone-futura)!important;font-size:15px!important;font-weight:500!important;line-height:54px!important;letter-spacing:.5px!important;text-align:center!important;text-transform:uppercase!important}
  body.tf-local-seo-page .tf-local__pillars{display:block!important;width:100%!important;margin:160px 0 0!important;padding:0!important;opacity:1!important;transform:none!important}
  body.tf-local-seo-page .tf-local__pillars article{box-sizing:border-box!important;width:100%!important;min-height:146.3px!important;margin:0!important;padding:15.3px 0 0!important;border:0!important;background:transparent!important}
  body.tf-local-seo-page .tf-local__pillars article:nth-child(3){min-height:166.44px!important}
  body.tf-local-seo-page .tf-local__pillars h2{margin:0 0 9.18px!important;padding:0!important;color:#fff!important;font-family:var(--tf-seo-phone-futura)!important;font-size:22.96px!important;font-weight:400!important;line-height:25.256px!important;letter-spacing:normal!important;text-transform:uppercase!important}
  body.tf-local-seo-page .tf-local__pillars small{display:none!important}
  body.tf-local-seo-page .tf-local__pillars p{margin:0!important;padding:0!important;color:#fff!important;font-family:var(--tf-seo-phone-mont)!important;font-size:12.6px!important;font-weight:400!important;line-height:20.16px!important;letter-spacing:normal!important}

  body.tf-local-seo-page .tf-local__projects{box-sizing:border-box!important;margin:0!important;padding:0 0 188px!important;background:#000!important}
  body.tf-local-seo-page .tf-local__projects .tf-local__eyebrow{box-sizing:border-box!important;width:100%!important;height:80px!important;min-height:80px!important;padding:23px 10.5px!important;font-size:28px!important;line-height:34px!important;letter-spacing:14px!important;white-space:nowrap!important}
  body.tf-local-seo-page .tf-local__project-track{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:344px!important;gap:24px!important;width:100%!important;margin:27px 0 0!important;padding:0!important;overflow-x:auto!important;overflow-y:visible!important;scroll-snap-type:x mandatory!important;scrollbar-width:none!important;opacity:1!important;transform:none!important;-webkit-overflow-scrolling:touch!important}
  body.tf-local-seo-page .tf-local__project-track::-webkit-scrollbar{display:none!important}
  body.tf-local-seo-page .tf-local__project-card{box-sizing:border-box!important;display:flex!important;flex-direction:column!important;width:344px!important;height:354px!important;min-height:354px!important;margin:0!important;padding:24px!important;border:0!important;border-radius:16px!important;background:#fff!important;color:#000!important;box-shadow:none!important;scroll-snap-align:start!important;overflow:hidden!important}
  body.tf-local-seo-page .tf-local__project-tag{box-sizing:border-box!important;align-self:flex-start!important;display:flex!important;align-items:center!important;width:auto!important;height:34px!important;min-height:34px!important;margin:8px 0!important;padding:8px 16px!important;border:1px solid #777!important;border-radius:16px!important;color:#333!important;font-family:var(--tf-seo-phone-mont)!important;font-size:12px!important;font-weight:400!important;line-height:16px!important}
  body.tf-local-seo-page .tf-local__project-card h3{margin:18px 0 6px!important;color:#000!important;font-family:var(--tf-seo-phone-futura)!important;font-size:18px!important;font-weight:400!important;line-height:20px!important;letter-spacing:normal!important}
  body.tf-local-seo-page .tf-local__project-card p{min-height:38px!important;margin:0!important;color:#333!important;font-family:var(--tf-seo-phone-mont)!important;font-size:12.6px!important;line-height:19.6px!important}
  body.tf-local-seo-page .tf-local__project-image{width:100%!important;height:92px!important;margin:12px 0 0!important;border-radius:8px!important;overflow:hidden!important;background:#111!important}
  body.tf-local-seo-page .tf-local__project-image img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}
  body.tf-local-seo-page .tf-local__project-cta{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:54px!important;min-height:54px!important;margin:auto 0 0!important;border-radius:50px!important;background:#000!important;color:#fff!important;font-family:var(--tf-seo-phone-futura)!important;font-size:15px!important;font-weight:500!important;line-height:54px!important;letter-spacing:.5px!important;text-transform:uppercase!important}

  body.tf-local-seo-page .tf-local__method{box-sizing:border-box!important;margin:0!important;padding:0 0 167px!important;background:#000!important}
  body.tf-local-seo-page .tf-local__method-inner{box-sizing:border-box!important;width:95%!important;max-width:none!important;margin:0 auto!important;padding:0 10.5px!important;opacity:1!important;transform:none!important}
  body.tf-local-seo-page .tf-local__method .tf-local__eyebrow{width:100%!important;min-height:124.81px!important;padding:26px 0!important;white-space:normal!important;word-break:normal!important}
  body.tf-local-seo-page .tf-local__method-list{display:block!important;width:100%!important;margin:40px 0 0!important;padding:0!important}
  body.tf-local-seo-page .tf-local__method-row{box-sizing:border-box!important;display:grid!important;grid-template-columns:63.25px minmax(0,1fr)!important;gap:0!important;align-items:start!important;width:100%!important;min-height:127.02px!important;margin:0 0 60px!important;padding:0!important}
  body.tf-local-seo-page .tf-local__method-row:last-child{margin-bottom:0!important}
  body.tf-local-seo-page .tf-local__method-row>span{display:block!important;width:40px!important;height:40px!important;margin:0 0 0 11.625px!important;border-radius:50%!important;background:#fff!important;color:#000!important;font-family:var(--tf-seo-phone-futura)!important;font-size:19.6px!important;font-weight:400!important;line-height:40px!important;text-align:center!important}
  body.tf-local-seo-page .tf-local__method-row h3{margin:1px 0 14px!important;color:#fff!important;font-family:var(--tf-seo-phone-futura)!important;font-size:25.2px!important;font-weight:400!important;line-height:36.4px!important;letter-spacing:normal!important}
  body.tf-local-seo-page .tf-local__method-row p{margin:0!important;color:#fff!important;font-family:var(--tf-seo-phone-mont)!important;font-size:12.6px!important;font-weight:400!important;line-height:20.16px!important;letter-spacing:normal!important}

  body.tf-local-seo-page .tf-local__pricing{box-sizing:border-box!important;margin:0!important;padding:0 0 152px!important;background:#000!important}
  body.tf-local-seo-page .tf-local__pricing-grid{display:grid!important;grid-template-columns:1fr!important;gap:21px!important;width:100%!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important}
  body.tf-local-seo-page .tf-local__price-card{box-sizing:border-box!important;display:flex!important;flex-direction:column!important;width:100%!important;height:632.38px!important;min-height:632.38px!important;max-height:632.38px!important;margin:0!important;padding:24px!important;border:0!important;border-radius:16px!important;background:#fff!important;color:#000!important;box-shadow:2px 4px 12px rgba(0,0,0,.08)!important;opacity:1!important;transform:none!important;overflow:hidden!important}
  body.tf-local-seo-page .tf-local__price-card:nth-child(3){height:651.97px!important;min-height:651.97px!important;max-height:651.97px!important}
  body.tf-local-seo-page .tf-local__price-badge{box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;align-self:flex-start!important;width:auto!important;height:34px!important;min-height:34px!important;margin:8px 0!important;padding:8px 16px!important;border:1px solid #2b2b2b!important;border-radius:16px!important;background:#2b2b2b!important;color:#fff!important;font-family:var(--tf-seo-phone-mont)!important;font-size:16px!important;font-weight:400!important;line-height:16px!important;letter-spacing:normal!important;text-transform:uppercase!important}
  body.tf-local-seo-page .tf-local__price-card h3{margin:24px 0 8px!important;color:#000!important;font-family:var(--tf-seo-phone-futura)!important;font-size:16.8px!important;font-weight:400!important;line-height:16.8px!important;letter-spacing:normal!important}
  body.tf-local-seo-page .tf-local__price-card>p{min-height:0!important;margin:0!important;color:#000!important;font-family:var(--tf-seo-phone-mont)!important;font-size:12.6px!important;font-weight:400!important;line-height:19.6px!important;letter-spacing:normal!important}
  body.tf-local-seo-page .tf-local__price-label{margin:32px 0 8px!important;color:#000!important;font-family:var(--tf-seo-phone-futura)!important;font-size:16.8px!important;font-weight:400!important;line-height:16.8px!important;letter-spacing:normal!important}
  body.tf-local-seo-page .tf-local__price{display:flex!important;align-items:flex-end!important;width:100%!important;min-height:45.59px!important;margin:0!important;gap:4px!important}
  body.tf-local-seo-page .tf-local__price strong{color:#000!important;font-family:var(--tf-seo-phone-futura)!important;font-size:44.8px!important;font-weight:400!important;line-height:33.6px!important;letter-spacing:normal!important}
  body.tf-local-seo-page .tf-local__price span{padding-bottom:4px!important;color:#000!important;font-family:var(--tf-seo-phone-futura)!important;font-size:10px!important;line-height:12px!important}
  body.tf-local-seo-page .tf-local__price-card ul{list-style:none!important;width:100%!important;margin:10px 0 0!important;padding:0!important;display:grid!important;gap:0!important}
  body.tf-local-seo-page .tf-local__price-card li{box-sizing:border-box!important;position:relative!important;width:100%!important;min-height:30px!important;margin:0 0 20px!important;padding:0 0 0 32px!important;color:#000!important;font-family:var(--tf-seo-phone-mont)!important;font-size:16.8px!important;font-weight:400!important;line-height:30px!important}
  body.tf-local-seo-page .tf-local__price-card li::before{content:'✓'!important;position:absolute!important;left:0!important;top:3px!important;display:grid!important;place-items:center!important;width:24px!important;height:24px!important;border:1px solid #777!important;border-radius:50%!important;background:transparent!important;color:#333!important;font-size:13px!important;line-height:22px!important}
  body.tf-local-seo-page .tf-local__price-card>a{box-sizing:border-box!important;display:block!important;align-self:stretch!important;width:100%!important;height:54px!important;min-height:54px!important;margin:auto 0 0!important;padding:0 28px!important;border:0!important;border-radius:50px!important;background:#000!important;color:#fff!important;font-family:var(--tf-seo-phone-futura)!important;font-size:15px!important;font-weight:500!important;line-height:54px!important;letter-spacing:.5px!important;text-align:center!important;text-transform:uppercase!important}
  body.tf-local-seo-page .tf-local__pricing-note{display:none!important}

  body.tf-local-seo-page .tf-local>.tf-contact-panel{box-sizing:border-box!important;margin:0!important;padding:80px 0 0!important;background:#000!important}
  body.tf-local-seo-page .tf-contact-panel__shell{box-sizing:border-box!important;width:95%!important;max-width:none!important;margin:0 auto!important;padding:0 10.5px!important;align-items:stretch!important}
  body.tf-local-seo-page .tf-contact-panel__title{width:100%!important;min-height:64.68px!important;margin:0 0 31.52px!important;padding:0!important;color:#fff!important;font-family:var(--tf-seo-phone-futura)!important;font-size:58.8px!important;font-weight:400!important;line-height:64.68px!important;text-align:center!important;text-transform:uppercase!important}
  body.tf-local-seo-page .tf-contact-panel__form{box-sizing:border-box!important;width:100%!important;margin:0!important;padding:24px!important;border:0!important;border-radius:16px!important;background:rgba(255,255,255,.07)!important;box-shadow:none!important}
  body.tf-local-seo-page .tf-contact-panel__fields{grid-template-columns:1fr!important;gap:22px!important}
  body.tf-local-seo-page .tf-contact-panel__field input{height:42px!important;border:0!important;border-radius:16px!important;background:rgba(255,255,255,.05)!important;color:#fff!important;font-size:16px!important}
  body.tf-local-seo-page .tf-contact-panel__chip{height:34px!important;min-height:34px!important;padding:8px 16px!important;border-radius:16px!important;font-family:var(--tf-seo-phone-futura)!important;font-size:16px!important;font-weight:400!important;line-height:16px!important}
  body.tf-local-seo-page .tf-contact-panel__submit{height:54px!important;min-height:54px!important;margin-top:20px!important;border-radius:50px!important;background:#fff!important;color:#000!important;font-family:var(--tf-seo-phone-futura)!important;font-size:15px!important;font-weight:500!important}
  body.tf-local-seo-page .tf-contact-panel__icons{grid-template-columns:repeat(3,78.41px)!important;justify-content:space-between!important;gap:0!important;margin:14px 0 20px!important}
  body.tf-local-seo-page .tf-contact-panel__icons span{width:78.41px!important;height:54px!important;border:0!important;border-radius:50px!important;background:rgba(255,255,255,.07)!important}
  body.tf-local-seo-page .tf-contact-panel__details{width:100%!important;display:grid!important;gap:21px!important;padding:8px 0 32px!important}
  body.tf-local-seo-page .tf-contact-panel__info-card,body.tf-local-seo-page .tf-contact-panel__hours{width:100%!important;padding:24px!important;border:0!important;border-radius:16px!important;background:rgba(255,255,255,.07)!important}
  body.tf-local-seo-page .tf-contact-panel__info-card{min-height:auto!important;gap:14px!important}
  body.tf-local-seo-page .tf-contact-panel__info-card a,body.tf-local-seo-page .tf-contact-panel__info-card>div,body.tf-local-seo-page .tf-contact-panel__hours div{font-family:var(--tf-seo-phone-futura)!important;font-size:16.8px!important;font-weight:400!important;line-height:28px!important}
  body.tf-local-seo-page .tf-contact-panel__hours{min-height:188px!important}
  body.tf-local-seo-page .tf-contact-panel__map{margin-top:0!important;border-top:0!important;background:#000!important}
  body.tf-local-seo-page .tf-contact-panel__map iframe{display:block!important;width:100%!important;height:400px!important;border:0!important;filter:grayscale(1) invert(.94) contrast(1.06) brightness(.82)!important}
}

@media (max-width:767px){
  
  body.tf-local-seo-page .tf-local__price-card{
    height:auto!important;
    min-height:680px!important;
    max-height:none!important;
    overflow:visible!important;
  }
  body.tf-local-seo-page .tf-local__price-card:nth-child(3),
  body.tf-local-seo-page .tf-local__price-card:last-child{
    min-height:720px!important;
  }
  body.tf-local-seo-page .tf-local__price-card>p{
    position:static!important;
    display:block!important;
    flex:0 0 auto!important;
    min-height:78.4px!important;
    margin:0!important;
    overflow:visible!important;
  }
  body.tf-local-seo-page .tf-local__price-label{
    position:static!important;
    display:block!important;
    flex:0 0 auto!important;
    clear:both!important;
    margin:26px 0 8px!important;
    padding:0!important;
  }
  body.tf-local-seo-page .tf-local__price{
    position:static!important;
    flex:0 0 auto!important;
  }

  body.tf-local-seo-page .tf-local__project-card{
    height:590px!important;
    min-height:590px!important;
    max-height:590px!important;
    overflow:hidden!important;
  }
  body.tf-local-seo-page .tf-local__project-image{
    display:block!important;
    width:100%!important;
    height:auto!important;
    aspect-ratio:1 / 1!important;
    flex:0 0 auto!important;
    margin:14px 0 18px!important;
    border-radius:10px!important;
  }
  body.tf-local-seo-page .tf-local__project-image img{
    width:100%!important;
    height:100%!important;
    aspect-ratio:1 / 1!important;
    object-fit:cover!important;
  }
  body.tf-local-seo-page .tf-local__project-cta{
    flex:0 0 54px!important;
    margin:auto 0 0!important;
  }

  body.tf-local-seo-page .tf-local__method-row{
    position:relative!important;
    border-top:0!important;
  }
  body.tf-local-seo-page .tf-local__method-row::before{
    content:""!important;
    position:absolute!important;
    top:-20px!important;
    left:63.25px!important;
    right:0!important;
    height:1px!important;
    background:rgba(255,255,255,.28)!important;
    pointer-events:none!important;
  }
  body.tf-local-seo-page .tf-local__method-row>span{
    position:relative!important;
    z-index:2!important;
  }
}

body.tf-websites-page{--web-bg:#020304;--web-card:#f1f1ef;--web-ink:#090b0d;--web-teal:#14c8b4;background:#020304!important;color:#fff!important}
body.tf-websites-page .site-header{display:none!important}
body.tf-websites-page .display,body.tf-websites-page .reveal-heading,body.tf-websites-page h1,body.tf-websites-page h2,body.tf-websites-page h3,body.tf-websites-page h4{font-family:var(--font-sans)!important}
body.tf-websites-page footer.tf-site-footer{background:#020304!important;margin-top:0}

.tf-web{position:relative;z-index:20;background:#020304;color:#fff;font-family:var(--font-sans);overflow:hidden}
.tf-web__shell{width:min(1180px,calc(100% - 56px));margin:0 auto}
.tf-web__shell--wide{width:min(1310px,calc(100% - 34px))}
.tf-web__eyebrow{color:#d7d8da;font-size:14px;line-height:1;letter-spacing:.62em;font-weight:420;text-transform:uppercase}
.tf-web__eyebrow--center{text-align:center}
body.tf-websites-page .reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .9s cubic-bezier(.16,1,.3,1)}
body.tf-websites-page .reveal.is-visible{opacity:1;transform:none}

.tf-web__hero{position:relative;min-height:430px;padding-top:118px;background:#020304;overflow:hidden}
.tf-web__hero-bg{position:absolute;inset:0;background-image:linear-gradient(180deg,rgba(2,3,4,.18),rgba(2,3,4,.55) 56%,#020304 100%),var(--tf-web-hero);background-size:cover;background-position:center 36%;filter:grayscale(1) contrast(1.16) brightness(.34);opacity:.82}
.tf-web__hero::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 40%,rgba(20,200,180,.045),transparent 27%);pointer-events:none}
.tf-web__hero-inner{position:relative;z-index:2;min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.tf-web__hero h1{margin:0;font-size:clamp(54px,5.7vw,84px);line-height:.95;letter-spacing:-.055em;font-weight:820;text-transform:uppercase;color:#fff}
.tf-web__hero p{margin:8px 0 0;color:#d7d9db;font-size:11px;line-height:1.2;letter-spacing:.18em;font-weight:500;text-transform:uppercase}

.tf-web__about{padding:90px 0 74px;background:#020304}
.tf-web__about-copy{max-width:1060px;margin-top:32px}
.tf-web__about-copy p{margin:0;color:#f0f1f2;font-size:clamp(18px,1.65vw,27px);line-height:1.52;letter-spacing:-.02em;font-weight:410}
.tf-web__about-copy a,.tf-web__consult a{display:inline-flex;align-items:center;justify-content:center;min-width:122px;min-height:48px;padding:0 22px;border-radius:999px;background:#f5f5f2;color:#090b0d!important;text-decoration:none;font-size:11px;font-weight:800;letter-spacing:.06em;transition:background .2s ease,color .2s ease,transform .2s ease}
.tf-web__about-copy a{margin-top:30px}
.tf-web__about-copy a:hover,.tf-web__consult a:hover{background:var(--web-teal);color:#031817!important;transform:translateY(-1px)}
.tf-web__features-block{margin-top:112px}
.tf-web__features-title{margin:0 0 34px;color:#8f9296;font-size:clamp(22px,2.05vw,30px);line-height:1;letter-spacing:.34em;font-weight:400;text-transform:uppercase}
.tf-web__features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 22px}
.tf-web__feature-box{min-height:90px;padding:18px 22px;border:1px solid rgba(255,255,255,.94);border-radius:18px;display:flex;align-items:center;justify-content:center;text-align:center;color:#f5f5f4;font-size:clamp(18px,1.55vw,23px);line-height:1.1;letter-spacing:-.025em;font-weight:650;background:rgba(0,0,0,.08)}
.tf-web__consult{margin-top:14px}
.tf-web__consult a{width:100%;min-height:58px;border-radius:999px;font-size:14px;letter-spacing:.015em;font-weight:650}

.tf-web__steps{padding:108px 0 126px;background:#020304}
.tf-web__steps-inner{width:min(780px,calc(100% - 46px));margin:0 auto}
.tf-web__step-list{display:grid;gap:58px;margin-top:56px}
.tf-web__step-row{display:grid;grid-template-columns:44px 1fr;gap:24px;align-items:start}
.tf-web__step-row>span{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#f2f2f0;color:#060708;font-size:18px;font-weight:500;line-height:1}
.tf-web__step-row h3{margin:3px 0 17px;font-size:28px;line-height:1.04;font-weight:650;letter-spacing:-.035em}
.tf-web__step-row p{margin:0;color:#f0f1f2;font-size:19px;line-height:1.44;letter-spacing:-.018em;font-weight:400}

.tf-web__pricing{padding:18px 0 110px;background:#020304}
.tf-web__pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-top:1px solid rgba(255,255,255,.11);border-left:1px solid rgba(255,255,255,.11)}
.tf-web__price-card{display:flex;flex-direction:column;min-height:560px;padding:24px 24px 26px;border-radius:0;background:linear-gradient(180deg,#071019 0%,#05080d 100%);color:#f5f7f7;border-right:1px solid rgba(255,255,255,.11);border-bottom:1px solid rgba(255,255,255,.11);box-shadow:none;transition:background .25s ease}
.tf-web__price-card:hover{background:linear-gradient(180deg,#0a1720 0%,#060a10 100%)}
.tf-web__price-badge{align-self:flex-start;display:block;min-height:0;padding:0;border:0;border-radius:0;background:none!important;color:#7ea5a1!important;font-size:11px;line-height:1.2;text-transform:uppercase;letter-spacing:.09em;font-weight:600}
.tf-web__price-card h3{margin:62px 0 18px;font-size:clamp(34px,3vw,48px);line-height:.9;letter-spacing:-.055em;font-weight:660;color:#f6f7f6}
.tf-web__price-card>p{min-height:94px;margin:0;max-width:340px;color:#8c949d;font-size:15px;line-height:1.5;letter-spacing:-.01em}
.tf-web__price-label{margin-top:28px;color:#7ea5a1;font-size:10px;font-weight:650;letter-spacing:.12em;text-transform:uppercase}
.tf-web__price{display:flex;align-items:flex-end;gap:6px;margin-top:8px}
.tf-web__price strong{font-size:52px;line-height:.88;letter-spacing:-.065em;font-weight:650;color:#f6f7f6}
.tf-web__price-card ul{list-style:none;margin:28px 0 24px;padding:0;display:grid;gap:10px}
.tf-web__price-card li{position:relative;padding-left:21px;color:#9aa2aa;font-size:12px;line-height:1.4}
.tf-web__price-card li::before{content:"✓";position:absolute;left:0;top:0;width:14px;height:14px;border:1px solid rgba(20,200,180,.3);border-radius:50%;display:grid;place-items:center;font-size:8px;color:#86ded5}
.tf-web__price-card>a{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;min-height:44px;margin-top:auto;padding:0 22px;border-radius:999px;border:1px solid rgba(20,200,180,.24);background:rgba(6,18,20,.72);color:#cbfffa!important;text-decoration:none;font-size:11px;font-weight:760;letter-spacing:.08em;text-transform:uppercase;transition:background .22s ease,color .22s ease,border-color .22s ease,transform .22s ease}
.tf-web__price-card:hover>a{background:var(--web-teal);color:#062025!important;border-color:var(--web-teal);transform:translateY(-1px)}

.tf-web__portfolio{padding:10px 0 96px;background:#020304}
.tf-web__portfolio-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:24px}
.tf-web__portfolio-card{display:flex;flex-direction:column;padding:8px 8px 9px;border-radius:8px;background:#0a0d10;color:#fff!important;text-decoration:none;border:1px solid rgba(255,255,255,.05);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.tf-web__portfolio-card:hover{transform:translateY(-2px);border-color:rgba(20,200,180,.45);box-shadow:0 12px 22px rgba(0,0,0,.22)}
.tf-web__portfolio-tag{align-self:flex-start;display:inline-flex;align-items:center;min-height:20px;padding:0 8px;border:1px solid rgba(255,255,255,.25);border-radius:999px;color:#d8dadd;font-size:7px;line-height:1;letter-spacing:.04em;text-transform:uppercase}
.tf-web__portfolio-card h3{margin:10px 0 3px;font-size:12px;line-height:1.14;font-weight:700;letter-spacing:-.02em}
.tf-web__portfolio-card p{margin:0 0 8px;color:#b7bdc2;font-size:9px;line-height:1.32;min-height:22px}
.tf-web__portfolio-image{aspect-ratio:1.46/1;border-radius:6px;overflow:hidden;background:#111}
.tf-web__portfolio-image img{width:100%;height:100%;display:block;object-fit:cover}

.tf-web>.tf-contact-panel{padding-top:76px}
.tf-web>.tf-contact-panel .tf-contact-panel__title{font-size:clamp(52px,5.2vw,80px)}
.tf-web>.tf-contact-panel .tf-contact-panel__map{margin-top:6px}

@media(max-width:1100px){
  .tf-web__pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767px){
  .tf-web__shell,.tf-web__shell--wide{width:min(100% - 24px,1180px)}
  .tf-web__hero{min-height:320px;padding-top:96px}
  .tf-web__hero-inner{min-height:200px}
  .tf-web__hero h1{font-size:clamp(38px,12vw,58px)}
  .tf-web__hero p{font-size:9px;letter-spacing:.12em}
  .tf-web__about{padding:70px 0 60px}
  .tf-web__about-copy p{font-size:18px}
  .tf-web__features-block{margin-top:70px}
  .tf-web__features-title{margin-bottom:24px;font-size:22px;letter-spacing:.27em}
  .tf-web__features{grid-template-columns:1fr;gap:12px}
  .tf-web__feature-box{min-height:68px;border-radius:14px;font-size:18px}
  .tf-web__consult{margin-top:12px}
  .tf-web__consult a{min-height:54px;font-size:12px}
  .tf-web__steps{padding:82px 0 92px}
  .tf-web__steps-inner{width:min(100% - 30px,780px)}
  .tf-web__step-list{gap:42px;margin-top:44px}
  .tf-web__step-row{grid-template-columns:38px 1fr;gap:18px}
  .tf-web__step-row>span{width:34px;height:34px;font-size:15px}
  .tf-web__step-row h3{margin:2px 0 11px;font-size:23px}
  .tf-web__step-row p{font-size:16px;line-height:1.5}
  .tf-web__pricing{padding-bottom:82px}
  .tf-web__pricing-grid{grid-template-columns:1fr}
  .tf-web__price-card{min-height:500px;padding:20px}
  .tf-web__price-card h3{margin-top:44px;font-size:36px}
  .tf-web__price-card>p{min-height:0;font-size:14px}
  .tf-web__price strong{font-size:46px}
  .tf-web__portfolio{padding-bottom:78px}
  .tf-web__portfolio-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
  .tf-web__portfolio-card{padding:6px}
  .tf-web__portfolio-card h3{font-size:10px}
  .tf-web__portfolio-card p{font-size:7px;min-height:18px}
  .tf-web__portfolio-tag{font-size:6px;min-height:17px;padding:0 6px}
}
@media(max-width:420px){
  .tf-web__portfolio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width: 767px){
  body.tf-websites-page{
    --tf-web-phone-futura:'Futura Md BT','Montserrat',Arial,sans-serif;
    --tf-web-phone-mont:'Montserrat',Arial,sans-serif;
    background:#000!important;
    overflow-x:hidden!important;
  }

  body.tf-websites-page .tf-web{
    position:relative!important;
    width:100%!important;
    max-width:100vw!important;
    margin:0!important;
    background:#000!important;
    color:#fff!important;
    overflow:hidden!important;
  }
  body.tf-websites-page .tf-web__shell,
  body.tf-websites-page .tf-web__shell--wide{
    box-sizing:border-box!important;
    width:95%!important;
    max-width:none!important;
    margin:0 auto!important;
    padding-left:10.5px!important;
    padding-right:10.5px!important;
  }

  body.tf-websites-page .tf-web__hero{
    box-sizing:border-box!important;
    position:relative!important;
    height:752px!important;
    min-height:752px!important;
    margin:0!important;
    padding:120px 0 0!important;
    background:#000!important;
    overflow:visible!important;
  }
  body.tf-websites-page .tf-web__hero-bg{
    position:absolute!important;
    top:0!important;
    left:0!important;
    width:100vw!important;
    height:932px!important;
    inset:auto!important;
    background-image:var(--tf-web-hero)!important;
    background-size:cover!important;
    background-position:center!important;
    background-repeat:no-repeat!important;
    filter:grayscale(1) contrast(1.05) brightness(.72)!important;
    opacity:.10!important;
    pointer-events:none!important;
  }
  body.tf-websites-page .tf-web__hero::after{display:none!important;content:none!important}
  body.tf-websites-page .tf-web__hero-inner{
    box-sizing:border-box!important;
    position:relative!important;
    z-index:2!important;
    display:block!important;
    width:95%!important;
    height:168px!important;
    min-height:168px!important;
    margin:0 auto!important;
    padding:0!important;
    text-align:center!important;
  }
  body.tf-websites-page .tf-web__hero h1{
    box-sizing:border-box!important;
    width:100%!important;
    min-height:112px!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    color:#fff!important;
    font-family:var(--tf-web-phone-futura)!important;
    font-size:56px!important;
    font-weight:900!important;
    line-height:56px!important;
    letter-spacing:normal!important;
    text-align:center!important;
    text-transform:uppercase!important;
  }
  body.tf-websites-page .tf-web__hero p{
    box-sizing:border-box!important;
    width:100%!important;
    min-height:56px!important;
    margin:0!important;
    padding:0!important;
    color:#fff!important;
    font-family:var(--tf-web-phone-futura)!important;
    font-size:28px!important;
    font-weight:400!important;
    line-height:28px!important;
    letter-spacing:normal!important;
    text-align:center!important;
    text-transform:uppercase!important;
  }

  body.tf-websites-page .tf-web__about{
    box-sizing:border-box!important;
    margin:0!important;
    padding:80px 0 34px!important;
    background:transparent!important;
  }
  body.tf-websites-page .tf-web__eyebrow,
  body.tf-websites-page .tf-web__features-title{
    box-sizing:border-box!important;
    display:block!important;
    width:100%!important;
    min-height:88.406px!important;
    margin:0!important;
    padding:26px 0!important;
    color:#fff!important;
    font-family:var(--tf-web-phone-mont)!important;
    font-size:28px!important;
    font-weight:400!important;
    line-height:36.4px!important;
    letter-spacing:14px!important;
    text-align:left!important;
    text-transform:uppercase!important;
  }
  body.tf-websites-page .tf-web__about-copy{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    opacity:1!important;
    transform:none!important;
  }
  body.tf-websites-page .tf-web__about-copy p{
    margin:0!important;
    padding:0!important;
    color:#fff!important;
    font-family:var(--tf-web-phone-mont)!important;
    font-size:22.4px!important;
    font-weight:400!important;
    line-height:36.4px!important;
    letter-spacing:normal!important;
  }
  body.tf-websites-page .tf-web__about-copy>a{display:none!important}

  body.tf-websites-page .tf-web__features-block{
    width:100%!important;
    margin:160px 0 0!important;
    padding:0!important;
    opacity:1!important;
    transform:none!important;
  }
  body.tf-websites-page .tf-web__features{
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
  }
  body.tf-websites-page .tf-web__feature-box{
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    height:86.406px!important;
    min-height:86.406px!important;
    margin:7px 0 14px!important;
    padding:24px!important;
    border:1px solid #fff!important;
    border-radius:16px!important;
    background:transparent!important;
    color:#fff!important;
    font-family:var(--tf-web-phone-futura)!important;
    font-size:22.4px!important;
    font-weight:400!important;
    line-height:36.4px!important;
    letter-spacing:normal!important;
    text-align:center!important;
  }
  body.tf-websites-page .tf-web__consult{
    width:100%!important;
    height:54px!important;
    margin:0!important;
    padding:0!important;
  }
  body.tf-websites-page .tf-web__consult a{
    box-sizing:border-box!important;
    display:block!important;
    width:100%!important;
    height:54px!important;
    min-height:54px!important;
    margin:0!important;
    padding:0 28px!important;
    border:0!important;
    border-radius:50px!important;
    background:#fff!important;
    color:#000!important;
    font-family:var(--tf-web-phone-futura)!important;
    font-size:15px!important;
    font-weight:500!important;
    line-height:54px!important;
    letter-spacing:.5px!important;
    text-align:center!important;
    text-transform:uppercase!important;
  }

  body.tf-websites-page .tf-web__steps{
    box-sizing:border-box!important;
    margin:0!important;
    padding:175px 0 160px!important;
    background:#000!important;
  }
  body.tf-websites-page .tf-web__steps-inner{
    box-sizing:border-box!important;
    width:95%!important;
    max-width:none!important;
    margin:0 auto!important;
    padding:0 10.5px!important;
    opacity:1!important;
    transform:none!important;
  }
  body.tf-websites-page .tf-web__steps .tf-web__eyebrow{
    text-align:left!important;
  }
  body.tf-websites-page .tf-web__step-list{
    display:block!important;
    width:100%!important;
    margin:40px 0 0!important;
    padding:0!important;
  }
  body.tf-websites-page .tf-web__step-row{
    box-sizing:border-box!important;
    display:grid!important;
    grid-template-columns:63.25px minmax(0,1fr)!important;
    gap:0!important;
    align-items:start!important;
    width:100%!important;
    min-height:177.42px!important;
    margin:0 0 60px!important;
    padding:0!important;
  }
  body.tf-websites-page .tf-web__step-row:last-child{margin-bottom:0!important}
  body.tf-websites-page .tf-web__step-row>span{
    box-sizing:border-box!important;
    display:block!important;
    width:40px!important;
    height:40px!important;
    margin:0 0 0 11.625px!important;
    padding:0!important;
    border:0!important;
    border-radius:50%!important;
    background:#fff!important;
    color:#000!important;
    font-family:var(--tf-web-phone-futura)!important;
    font-size:19.6px!important;
    font-weight:400!important;
    line-height:40px!important;
    text-align:center!important;
  }
  body.tf-websites-page .tf-web__step-row h3{
    margin:1px 0 14px!important;
    padding:0!important;
    color:#fff!important;
    font-family:var(--tf-web-phone-futura)!important;
    font-size:25.2px!important;
    font-weight:400!important;
    line-height:36.4px!important;
    letter-spacing:normal!important;
  }
  body.tf-websites-page .tf-web__step-row p{
    margin:0!important;
    padding:0!important;
    color:#fff!important;
    font-family:var(--tf-web-phone-mont)!important;
    font-size:16.8px!important;
    font-weight:400!important;
    line-height:25.2px!important;
    letter-spacing:normal!important;
  }

  body.tf-websites-page .tf-web__pricing{
    box-sizing:border-box!important;
    margin:0!important;
    padding:0 0 44px!important;
    background:#000!important;
  }
  body.tf-websites-page .tf-web__pricing-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:21px!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
  }
  body.tf-websites-page .tf-web__price-card{
    box-sizing:border-box!important;
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    height:701.97px!important;
    min-height:701.97px!important;
    max-height:701.97px!important;
    margin:0!important;
    padding:24px!important;
    border:0!important;
    border-radius:16px!important;
    background:#fff!important;
    color:#000!important;
    box-shadow:none!important;
    opacity:1!important;
    transform:none!important;
    overflow:hidden!important;
  }
  body.tf-websites-page .tf-web__price-badge{
    box-sizing:border-box!important;
    display:inline-flex!important;
    align-items:center!important;
    align-self:flex-start!important;
    width:auto!important;
    height:34px!important;
    min-height:34px!important;
    margin:8px 0!important;
    padding:8px 16px!important;
    border:1px solid #333!important;
    border-radius:16px!important;
    background:transparent!important;
    color:#2b2b2b!important;
    font-family:var(--tf-web-phone-mont)!important;
    font-size:16px!important;
    font-weight:400!important;
    line-height:16px!important;
    letter-spacing:normal!important;
    text-transform:uppercase!important;
  }
  body.tf-websites-page .tf-web__price-card:nth-child(2) .tf-web__price-badge{
    border-color:#4b4b4b!important;
    background:#4b4b4b!important;
    color:#fff!important;
  }
  body.tf-websites-page .tf-web__price-card:nth-child(3) .tf-web__price-badge{
    border-color:var(--tradeform-teal,#18d2c3)!important;
    background:var(--tradeform-teal,#18d2c3)!important;
    color:#07100f!important;
  }
  body.tf-websites-page .tf-web__price-card h3{
    width:100%!important;
    margin:24px 0 8px!important;
    padding:0!important;
    color:#000!important;
    font-family:var(--tf-web-phone-futura)!important;
    font-size:16.8px!important;
    font-weight:400!important;
    line-height:16.8px!important;
    letter-spacing:normal!important;
  }
  body.tf-websites-page .tf-web__price-card>p{
    width:100%!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    color:#000!important;
    font-family:var(--tf-web-phone-mont)!important;
    font-size:12.6px!important;
    font-weight:400!important;
    line-height:19.6px!important;
    letter-spacing:normal!important;
  }
  body.tf-websites-page .tf-web__price-label{
    width:100%!important;
    margin:32px 0 8px!important;
    color:#000!important;
    font-family:var(--tf-web-phone-futura)!important;
    font-size:16.8px!important;
    font-weight:400!important;
    line-height:16.8px!important;
    letter-spacing:normal!important;
  }
  body.tf-websites-page .tf-web__price{
    display:block!important;
    width:100%!important;
    margin:0!important;
  }
  body.tf-websites-page .tf-web__price strong{
    display:block!important;
    color:#000!important;
    font-family:var(--tf-web-phone-futura)!important;
    font-size:44.8px!important;
    font-weight:400!important;
    line-height:45.6px!important;
    letter-spacing:normal!important;
  }
  body.tf-websites-page .tf-web__price-card ul{
    list-style:none!important;
    width:100%!important;
    margin:20px 0 0!important;
    padding:0!important;
    display:grid!important;
    gap:0!important;
  }
  body.tf-websites-page .tf-web__price-card li{
    box-sizing:border-box!important;
    position:relative!important;
    width:100%!important;
    min-height:30px!important;
    margin:0 0 20px!important;
    padding:0 0 0 32px!important;
    color:#000!important;
    font-family:var(--tf-web-phone-mont)!important;
    font-size:16.8px!important;
    font-weight:400!important;
    line-height:30px!important;
  }
  body.tf-websites-page .tf-web__price-card li::before{
    box-sizing:border-box!important;
    content:'✓'!important;
    position:absolute!important;
    left:0!important;
    top:3px!important;
    display:grid!important;
    place-items:center!important;
    width:24px!important;
    height:24px!important;
    border:1px solid #777!important;
    border-radius:50%!important;
    background:transparent!important;
    color:#333!important;
    font-size:13px!important;
    line-height:22px!important;
  }
  body.tf-websites-page .tf-web__price-card>a{
    box-sizing:border-box!important;
    display:block!important;
    align-self:stretch!important;
    width:100%!important;
    height:54px!important;
    min-height:54px!important;
    margin:auto 0 0!important;
    padding:0 28px!important;
    border:0!important;
    border-radius:50px!important;
    background:#000!important;
    color:#fff!important;
    font-family:var(--tf-web-phone-futura)!important;
    font-size:15px!important;
    font-weight:500!important;
    line-height:54px!important;
    letter-spacing:.5px!important;
    text-align:center!important;
    text-transform:uppercase!important;
  }

  body.tf-websites-page .tf-web__portfolio{
    box-sizing:border-box!important;
    margin:0!important;
    padding:120px 0 0!important;
    background:#000!important;
  }
  body.tf-websites-page .tf-web__portfolio .tf-web__eyebrow{
    height:80px!important;
    min-height:80px!important;
    padding:26px 0!important;
    font-family:var(--tf-web-phone-futura)!important;
    font-size:28px!important;
    line-height:28px!important;
    letter-spacing:14px!important;
  }
  body.tf-websites-page .tf-web__portfolio-grid{
    display:grid!important;
    grid-template-columns:213.125px 213.125px!important;
    grid-auto-rows:350px!important;
    column-gap:0!important;
    row-gap:0!important;
    width:387.5px!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    opacity:1!important;
    transform:none!important;
    overflow:visible!important;
  }
  body.tf-websites-page .tf-web__portfolio-card{
    box-sizing:border-box!important;
    position:relative!important;
    display:block!important;
    width:213.125px!important;
    height:350px!important;
    min-height:350px!important;
    margin:0!important;
    padding:20px!important;
    border:0!important;
    border-radius:0!important;
    background:#111315!important;
    color:#fff!important;
    box-shadow:none!important;
    overflow:hidden!important;
    transform:none!important;
    z-index:1!important;
  }
  body.tf-websites-page .tf-web__portfolio-card:nth-child(even){margin-left:-50px!important;z-index:2!important}
  body.tf-websites-page .tf-web__portfolio-tag{
    display:none!important;
  }
  body.tf-websites-page .tf-web__portfolio-card h3{
    position:relative!important;
    z-index:3!important;
    margin:0 0 6px!important;
    padding:0!important;
    color:#fff!important;
    font-family:var(--tf-web-phone-futura)!important;
    font-size:19.6px!important;
    font-weight:400!important;
    line-height:23px!important;
    letter-spacing:normal!important;
  }
  body.tf-websites-page .tf-web__portfolio-card p{
    position:relative!important;
    z-index:3!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    color:#b7b7b7!important;
    font-family:var(--tf-web-phone-mont)!important;
    font-size:11.2px!important;
    font-weight:400!important;
    line-height:16px!important;
  }
  body.tf-websites-page .tf-web__portfolio-image{
    position:absolute!important;
    left:20px!important;
    right:20px!important;
    bottom:20px!important;
    width:auto!important;
    height:210px!important;
    aspect-ratio:auto!important;
    margin:0!important;
    border-radius:7px!important;
    overflow:hidden!important;
    background:#0a0a0a!important;
  }
  body.tf-websites-page .tf-web__portfolio-image img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center!important;
    filter:none!important;
  }

  body.tf-websites-page .tf-web>.tf-contact-panel{
    box-sizing:border-box!important;
    margin:0!important;
    padding:80px 0 0!important;
    background:#000!important;
  }
  body.tf-websites-page .tf-contact-panel__shell{
    box-sizing:border-box!important;
    width:95%!important;
    max-width:none!important;
    margin:0 auto!important;
    padding:0 10.5px!important;
    align-items:stretch!important;
  }
  body.tf-websites-page .tf-contact-panel__title{
    width:100%!important;
    min-height:64.68px!important;
    margin:0 0 31.52px!important;
    padding:0!important;
    color:#fff!important;
    font-family:var(--tf-web-phone-futura)!important;
    font-size:58.8px!important;
    font-weight:400!important;
    line-height:64.68px!important;
    letter-spacing:normal!important;
    text-align:center!important;
    text-transform:uppercase!important;
  }
  body.tf-websites-page .tf-contact-panel__form{
    box-sizing:border-box!important;
    width:100%!important;
    margin:0!important;
    padding:24px!important;
    border:0!important;
    border-radius:16px!important;
    background:rgba(255,255,255,.07)!important;
    box-shadow:none!important;
  }
  body.tf-websites-page .tf-contact-panel__label{
    margin:20px 0 14px!important;
    color:#fff!important;
    font-family:var(--tf-web-phone-futura)!important;
    font-size:21px!important;
    font-weight:400!important;
    line-height:21px!important;
  }
  body.tf-websites-page .tf-contact-panel__label:first-of-type{margin-top:0!important}
  body.tf-websites-page .tf-contact-panel__fields{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:22px!important;
  }
  body.tf-websites-page .tf-contact-panel__field input{
    box-sizing:border-box!important;
    width:100%!important;
    height:42px!important;
    min-height:42px!important;
    padding:0 12px!important;
    border:0!important;
    border-radius:16px!important;
    background:rgba(255,255,255,.05)!important;
    color:#fff!important;
    font-size:16px!important;
    box-shadow:none!important;
  }
  body.tf-websites-page .tf-contact-panel__chips{gap:16px 8px!important}
  body.tf-websites-page .tf-contact-panel__chip{
    box-sizing:border-box!important;
    height:34px!important;
    min-height:34px!important;
    padding:8px 16px!important;
    border:1px solid rgba(255,255,255,.14)!important;
    border-radius:16px!important;
    background:transparent!important;
    color:#fff!important;
    font-family:var(--tf-web-phone-futura)!important;
    font-size:16px!important;
    font-weight:400!important;
    line-height:16px!important;
  }
  body.tf-websites-page .tf-contact-panel__submit{
    width:100%!important;
    height:54px!important;
    min-height:54px!important;
    margin:20px 0 0!important;
    padding:0 28px!important;
    border:0!important;
    border-radius:50px!important;
    background:#fff!important;
    color:#000!important;
    font-family:var(--tf-web-phone-futura)!important;
    font-size:15px!important;
    font-weight:500!important;
    line-height:54px!important;
    letter-spacing:.5px!important;
    text-align:center!important;
  }
  body.tf-websites-page .tf-contact-panel__icons{
    grid-template-columns:repeat(3,78.41px)!important;
    justify-content:space-between!important;
    gap:0!important;
    margin:14px 0 20px!important;
  }
  body.tf-websites-page .tf-contact-panel__icons span{
    width:78.41px!important;
    height:54px!important;
    border:0!important;
    border-radius:50px!important;
    background:rgba(255,255,255,.07)!important;
  }
  body.tf-websites-page .tf-contact-panel__details{
    width:100%!important;
    display:grid!important;
    gap:21px!important;
    padding:8px 0 68px!important;
  }
  body.tf-websites-page .tf-contact-panel__info-card,
  body.tf-websites-page .tf-contact-panel__hours{
    box-sizing:border-box!important;
    width:100%!important;
    margin:0!important;
    padding:24px!important;
    border:0!important;
    border-radius:16px!important;
    background:rgba(255,255,255,.07)!important;
  }
  body.tf-websites-page .tf-contact-panel__hours{min-height:188px!important}
  body.tf-websites-page .tf-contact-panel__map iframe{
    display:block!important;
    width:100%!important;
    height:400px!important;
    border:0!important;
    filter:grayscale(1) invert(.94) contrast(1.06) brightness(.82)!important;
  }
}

@media (max-width: 767px){body.tf-websites-page .tf-web__hero h1::before,body.tf-websites-page .tf-web__hero h1::after,body.tf-websites-page .tf-web__eyebrow::before,body.tf-websites-page .tf-web__eyebrow::after,body.tf-websites-page .section-divider,body.tf-websites-page hr{display:none!important;content:none!important}

  body.tf-websites-page .tf-web__about .tf-web__eyebrow,
  body.tf-websites-page .tf-web__portfolio .tf-web__eyebrow,
  body.tf-websites-page .tf-web__features-title{
    white-space:nowrap!important;
    overflow:visible!important;
    font-size:26px!important;
    line-height:32px!important;
    letter-spacing:10px!important;
    min-height:auto!important;
    height:auto!important;
    padding:0 0 24px!important;
  }

  body.tf-websites-page .tf-web__about{padding:76px 0 28px!important}
  body.tf-websites-page .tf-web__about-copy{margin-top:0!important}

  body.tf-websites-page .tf-web__portfolio{padding:110px 0 0!important}
  body.tf-websites-page .tf-web__portfolio-grid{
    width:100%!important;
    max-width:100%!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    grid-auto-rows:auto!important;
    gap:14px!important;
    overflow:visible!important;
  }
  body.tf-websites-page .tf-web__portfolio-card{
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    height:auto!important;
    min-height:340px!important;
    padding:16px!important;
    border-radius:16px!important;
    background:#111315!important;
  }
  body.tf-websites-page .tf-web__portfolio-card:nth-child(even){margin-left:0!important}
  body.tf-websites-page .tf-web__portfolio-card h3{
    margin:0 0 6px!important;
    font-size:18px!important;
    line-height:22px!important;
  }
  body.tf-websites-page .tf-web__portfolio-card p{
    margin:0 0 10px!important;
    font-size:11px!important;
    line-height:16px!important;
    min-height:32px!important;
  }
  body.tf-websites-page .tf-web__portfolio-image{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    width:100%!important;
    height:190px!important;
    margin-top:auto!important;
    border-radius:10px!important;
  }

  body.tf-websites-page .tf-web>.tf-contact-panel{
    padding-top:80px!important;
    background:#000!important;
  }
  body.tf-websites-page .tf-contact-panel__icons{
    grid-template-columns:repeat(3,78.41px)!important;
    justify-content:space-between!important;
    gap:0!important;
    margin:14px 0 20px!important;
  }
  body.tf-websites-page .tf-contact-panel__icons span{
    width:78.41px!important;
    height:54px!important;
    border:0!important;
    border-radius:50px!important;
    background:rgba(255,255,255,.07)!important;
  }
  body.tf-websites-page .tf-contact-panel__details{
    width:100%!important;
    display:grid!important;
    gap:21px!important;
    padding:8px 0 32px!important;
  }
  body.tf-websites-page .tf-contact-panel__info-card,
  body.tf-websites-page .tf-contact-panel__hours{
    width:100%!important;
    padding:24px!important;
    border:0!important;
    border-radius:16px!important;
    background:rgba(255,255,255,.07)!important;
  }
  body.tf-websites-page .tf-contact-panel__info-card{min-height:auto!important;gap:14px!important}
  body.tf-websites-page .tf-contact-panel__info-card a,
  body.tf-websites-page .tf-contact-panel__info-card>div,
  body.tf-websites-page .tf-contact-panel__hours div{
    font-family:var(--tf-web-phone-futura)!important;
    font-size:16.8px!important;
    font-weight:400!important;
    line-height:28px!important;
  }
  body.tf-websites-page .tf-contact-panel__hours{min-height:188px!important}
  body.tf-websites-page .tf-contact-panel__map{
    margin-top:0!important;
    border-top:0!important;
    background:#000!important;
  }
  body.tf-websites-page .tf-contact-panel__map iframe{
    display:block!important;
    width:100%!important;
    height:400px!important;
    border:0!important;
    filter:grayscale(1) invert(.94) contrast(1.06) brightness(.82)!important;
  }
}

body.tf-business-support-page{background:#020304!important;color:#fff!important}
body.tf-business-support-page .site-header{display:none!important}
body.tf-business-support-page footer.tf-site-footer{background:#020304!important;margin-top:0}
.tf-support{position:relative;z-index:20;background:#020304;color:#fff;font-family:var(--font-sans);overflow:hidden}
.tf-support__shell{width:min(1180px,calc(100% - 64px));margin:0 auto}
.tf-support__hero{position:relative;min-height:1050px;padding-top:158px;overflow:hidden;background:#020304}
.tf-support__hero-bg{position:absolute;inset:0;background-image:linear-gradient(180deg,rgba(2,3,4,.18) 0%,rgba(2,3,4,.64) 48%,#020304 100%),var(--tf-support-bg);background-size:cover;background-position:center 42%;filter:grayscale(1) contrast(1.15) brightness(.38);opacity:.75}
.tf-support__hero::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 28% 18%,rgba(20,200,180,.10),transparent 28%);pointer-events:none}
.tf-support__hero-copy{position:relative;z-index:3}
.tf-support__hero h1{margin:0;max-width:1020px;font-size:clamp(62px,6.35vw,104px);line-height:.92;letter-spacing:-.058em;font-weight:820;text-transform:uppercase}
.tf-support__hero h1 span,.tf-support__hero h1 strong{display:block}
.tf-support__hero h1 strong{color:#16c8b7;font-weight:820}
.tf-support__ticker{position:absolute;z-index:2;left:0;right:0;top:490px;overflow:hidden;white-space:nowrap;opacity:.17}
.tf-support__ticker span{display:block;width:max-content;font-size:clamp(86px,9.5vw,160px);line-height:1;font-weight:760;letter-spacing:-.05em;color:#8f9498;transform:translateX(-2vw)}
.tf-support__statement{position:absolute;z-index:3;left:50%;transform:translateX(-50%);bottom:160px;width:min(980px,calc(100% - 64px));text-align:center;font-size:clamp(24px,2.15vw,36px);line-height:1.18;letter-spacing:-.03em;font-weight:630}
.tf-support__statement em{font-style:normal;color:#16c8b7}

.tf-support__content{position:relative;padding:70px 0 100px;background:#020304}
.tf-support__content::before{content:"";position:absolute;inset:0;background-image:linear-gradient(180deg,#020304 0%,rgba(2,3,4,.84) 12%,rgba(2,3,4,.93) 100%),var(--tf-support-bg);background-size:cover;background-position:center 35%;filter:grayscale(1) brightness(.32);opacity:.34;pointer-events:none}
.tf-support__content-shell{position:relative;z-index:2}
.tf-support__program-visual{width:220px;height:220px;margin:0 0 54px;overflow:hidden;border:1px solid rgba(255,255,255,.1);background:#080a0d}
.tf-support__program-visual img{width:100%;height:100%;object-fit:cover;display:block;filter:grayscale(1) contrast(1.15)}
.tf-support__sections{display:grid;gap:48px;max-width:1060px}
.tf-support__section h2{margin:0 0 10px;font-size:clamp(24px,2vw,34px);line-height:1.08;letter-spacing:-.035em;font-weight:540}
.tf-support__section p{margin:0;color:#c8cdd1;font-size:16px;line-height:1.62;max-width:96ch}

.tf-support__apply{width:min(760px,100%);margin:88px auto 0}
.tf-support__apply-head{margin-bottom:24px}
.tf-support__apply-head>span{display:block;color:#16c8b7;font-size:10px;letter-spacing:.28em;font-weight:780;text-transform:uppercase;margin-bottom:10px}
.tf-support__apply-head h2{margin:0 0 10px;font-size:clamp(34px,3.2vw,52px);line-height:1;letter-spacing:-.045em;font-weight:650}
.tf-support__apply-head p{margin:0;color:#aeb4b9;font-size:15px;line-height:1.55;max-width:65ch}
.tf-support__form{padding:28px;border-radius:16px;background:linear-gradient(180deg,#121417,#0c0e11);border:1px solid rgba(255,255,255,.07);box-shadow:0 28px 70px rgba(0,0,0,.32)}
.tf-support__honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.tf-support__form-label{margin:24px 0 12px;color:#f3f3f3;font-size:13px;font-weight:800;letter-spacing:.02em;text-transform:uppercase}
.tf-support__form-label:first-of-type{margin-top:0}
.tf-support__form-label span{color:#16c8b7;margin-left:3px}
.tf-support__fields{display:grid;gap:12px}
.tf-support__fields--two{grid-template-columns:repeat(2,minmax(0,1fr))}
.tf-support__form input,.tf-support__form textarea{width:100%;min-width:0;border:1px solid rgba(255,255,255,.06);border-radius:10px;background:#1a1d21;color:#fff;outline:none;font:inherit;font-size:14px;padding:0 14px;box-shadow:none}
.tf-support__form input{height:48px}
.tf-support__form textarea{min-height:94px;margin-top:12px;padding-top:14px;resize:vertical}
.tf-support__form input::placeholder,.tf-support__form textarea::placeholder{color:#8b9197}
.tf-support__form input:focus,.tf-support__form textarea:focus{border-color:rgba(22,200,183,.58);box-shadow:0 0 0 1px rgba(22,200,183,.18)}
.tf-support__chips{display:flex;flex-wrap:wrap;gap:8px}
.tf-support__chip{appearance:none;display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 13px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:#0c0e11;color:#f0f2f3;font:inherit;font-size:11px;font-weight:680;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}
.tf-support__chip:hover{border-color:rgba(22,200,183,.55);transform:translateY(-1px)}
.tf-support__chip.is-active{background:rgba(22,200,183,.13);border-color:#16c8b7;color:#3ce3d1}
.tf-support__note{margin:24px 0 0;color:#858d94;font-size:11px;line-height:1.5;text-align:center}
.tf-support__note a{color:#cbd0d4;text-decoration:underline;text-underline-offset:2px}
.tf-support__submit{display:flex;align-items:center;justify-content:center;width:min(310px,100%);min-height:50px;margin:22px auto 0;border:0;border-radius:999px;background:#f2f3f1;color:#080a0c;font:inherit;font-size:12px;font-weight:820;letter-spacing:.04em;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}
.tf-support__submit:hover{background:#16c8b7;color:#031917;transform:translateY(-1px)}
.tf-support__form .tff-theme-form-status{margin:16px 0 0;text-align:center;font-size:12px;color:#aeb4b9}
.tf-support__form .tff-theme-form-status.is-error{color:#ff8e98}

@media(max-width:820px){
  .tf-support__shell{width:min(100% - 28px,1180px)}
  .tf-support__hero{min-height:880px;padding-top:120px}
  .tf-support__hero h1{font-size:clamp(48px,10vw,76px)}
  .tf-support__ticker{top:420px}.tf-support__ticker span{font-size:90px}
  .tf-support__statement{bottom:120px;width:min(100% - 32px,760px);font-size:24px}
  .tf-support__program-visual{width:180px;height:180px}
  .tf-support__fields--two{grid-template-columns:1fr}
}
@media(max-width:560px){
  .tf-support__hero{min-height:760px;padding-top:104px}
  .tf-support__hero h1{font-size:42px;line-height:.95}
  .tf-support__ticker{top:355px}.tf-support__ticker span{font-size:68px}
  .tf-support__statement{bottom:94px;font-size:20px;line-height:1.25}
  .tf-support__content{padding-top:52px}
  .tf-support__program-visual{width:145px;height:145px;margin-bottom:40px}
  .tf-support__sections{gap:38px}.tf-support__section h2{font-size:27px}.tf-support__section p{font-size:15px}
  .tf-support__apply{margin-top:66px}.tf-support__form{padding:18px;border-radius:13px}
  .tf-support__chip{font-size:10px;padding:0 11px}
}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1!important;transform:none!important;transition:none!important}}

@media (min-width:901px){
  .tf-support__hero .tf-support__shell{
    width:min(1230px,calc(100% - 136px));
  }
  .tf-support__hero h1{
    max-width:1230px;
    font-size:clamp(80px,7.05vw,110px);
    line-height:.89;
    letter-spacing:-.058em;
    font-weight:820;
  }
  .tf-support__ticker{
    top:530px;
  }
}
@media (min-width:901px) and (max-height:820px){
  .tf-support__hero h1{
    font-size:clamp(78px,6.85vw,104px);
  }
  .tf-support__ticker{
    top:510px;
  }
}
@media (max-width:900px){
  .tf-support__hero h1{
    font-size:clamp(50px,10.5vw,80px);
    line-height:.91;
  }
}
@media (max-width:560px){
  .tf-support__hero h1{
    font-size:clamp(43px,12vw,60px);
  }
}

@media (max-width:767px){
  body.tf-business-support-page{
    --tf-bs-futura:'Futura Md BT','Montserrat',Arial,sans-serif;
    --tf-bs-mont:'Montserrat',Arial,sans-serif;
    background:#000!important;color:#fff!important;overflow-x:hidden!important;
  }
  body.tf-business-support-page .tf-support{width:100%!important;max-width:100vw!important;background:#000!important;overflow:hidden!important}
  body.tf-business-support-page .tf-support__shell{box-sizing:border-box!important;width:95%!important;max-width:none!important;margin:0 auto!important;padding:0 10.5px!important}

  body.tf-business-support-page .tf-support__hero{
    box-sizing:border-box!important;position:relative!important;min-height:1720px!important;margin:0!important;padding:118px 0 0!important;background:#000!important;overflow:hidden!important;
  }
  body.tf-business-support-page .tf-support__hero-bg{
    display:block!important;position:absolute!important;inset:0!important;background-image:linear-gradient(180deg,rgba(0,0,0,.22),rgba(0,0,0,.56) 44%,rgba(0,0,0,.88) 78%,#000 100%),var(--tf-support-bg)!important;
    background-size:cover!important;background-position:center top!important;background-repeat:no-repeat!important;filter:grayscale(1) contrast(1.08) brightness(.58)!important;opacity:.68!important;
  }
  body.tf-business-support-page .tf-support__hero::after{display:none!important;content:none!important}
  body.tf-business-support-page .tf-support__hero-copy{position:relative!important;z-index:2!important;width:95%!important;margin:0 auto!important;padding:0 10.5px!important}
  body.tf-business-support-page .tf-support__hero h1{
    width:100%!important;max-width:390px!important;margin:0!important;padding:0!important;color:#fff!important;
    font-family:var(--tf-bs-futura)!important;font-size:44px!important;font-weight:900!important;line-height:.96!important;letter-spacing:-.035em!important;text-transform:uppercase!important;text-align:left!important;
  }
  body.tf-business-support-page .tf-support__hero h1 span,
  body.tf-business-support-page .tf-support__hero h1 strong{display:block!important;color:#fff!important;font:inherit!important}
  body.tf-business-support-page .tf-support__hero h1 strong{color:var(--tradeform-teal,#18d2c3)!important}

  body.tf-business-support-page .tf-support__ticker{
    display:block!important;position:absolute!important;z-index:1!important;left:0!important;right:0!important;top:760px!important;height:150px!important;overflow:hidden!important;white-space:nowrap!important;opacity:1!important;
  }
  body.tf-business-support-page .tf-support__ticker span{
    display:block!important;width:max-content!important;margin:0!important;color:#242426!important;font-family:var(--tf-bs-futura)!important;font-size:104px!important;font-weight:800!important;line-height:150px!important;letter-spacing:-.055em!important;transform:translateX(-110px)!important;text-transform:uppercase!important;
  }

  body.tf-business-support-page .tf-support__statement{
    position:absolute!important;z-index:3!important;left:50%!important;bottom:154px!important;transform:translateX(-50%)!important;width:88%!important;max-width:390px!important;margin:0!important;padding:0!important;
    color:#fff!important;font-family:var(--tf-bs-futura)!important;font-size:29px!important;font-weight:600!important;line-height:1.03!important;letter-spacing:-.025em!important;text-align:center!important;
  }
  body.tf-business-support-page .tf-support__statement em{color:var(--tradeform-teal,#18d2c3)!important;font-style:normal!important}

  body.tf-business-support-page .tf-support__content{position:relative!important;margin:0!important;padding:0 0 72px!important;background:#000!important}
  body.tf-business-support-page .tf-support__content::before{
    display:block!important;content:""!important;position:absolute!important;inset:0!important;background-image:linear-gradient(180deg,rgba(0,0,0,.72),rgba(0,0,0,.9)),var(--tf-support-bg)!important;background-size:cover!important;background-position:center top!important;filter:grayscale(1) brightness(.38)!important;opacity:.45!important;pointer-events:none!important;
  }
  body.tf-business-support-page .tf-support__content-shell{position:relative!important;z-index:2!important}
  body.tf-business-support-page .tf-support__program-visual{
    display:flex!important;align-items:center!important;justify-content:center!important;width:160px!important;height:160px!important;margin:0 auto 42px!important;padding:10px!important;border:0!important;background:transparent!important;overflow:visible!important;opacity:1!important;transform:none!important;
  }
  body.tf-business-support-page .tf-support__program-visual img{display:block!important;width:auto!important;max-width:145px!important;height:auto!important;max-height:145px!important;object-fit:contain!important;filter:grayscale(1) brightness(3)!important}
  body.tf-business-support-page .tf-support__sections{display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important}
  body.tf-business-support-page .tf-support__section{margin:0 0 46px!important;padding:0!important;opacity:1!important;transform:none!important}
  body.tf-business-support-page .tf-support__section h2{
    margin:0 0 16px!important;color:#fff!important;font-family:var(--tf-bs-mont)!important;font-size:25px!important;font-weight:400!important;line-height:1.08!important;letter-spacing:-.025em!important;text-transform:none!important;
  }
  body.tf-business-support-page .tf-support__section p{
    margin:0!important;color:#e5e5e5!important;font-family:var(--tf-bs-mont)!important;font-size:15px!important;font-weight:400!important;line-height:1.58!important;letter-spacing:normal!important;
  }
  body.tf-business-support-page .tf-support__section:first-child h2::before{content:'About Program';display:block;margin-bottom:18px;font-size:30px;line-height:1.05;font-weight:400;color:#fff}

  body.tf-business-support-page .tf-support__apply{box-sizing:border-box!important;width:100%!important;margin:68px 0 0!important;padding:0!important;opacity:1!important;transform:none!important}
  body.tf-business-support-page .tf-support__apply-head{margin:0 0 24px!important}
  body.tf-business-support-page .tf-support__apply-head>span{display:none!important}
  body.tf-business-support-page .tf-support__apply-head h2{
    margin:0 0 10px!important;color:#fff!important;font-family:var(--tf-bs-mont)!important;font-size:28px!important;font-weight:400!important;line-height:1.08!important;letter-spacing:-.025em!important;
  }
  body.tf-business-support-page .tf-support__apply-head p{margin:0!important;color:#c6c6c6!important;font-family:var(--tf-bs-mont)!important;font-size:14px!important;line-height:1.55!important}
  body.tf-business-support-page .tf-support__form{
    box-sizing:border-box!important;width:100%!important;margin:0!important;padding:24px!important;border:0!important;border-radius:16px!important;background:#141416!important;box-shadow:none!important;
  }
  body.tf-business-support-page .tf-support__form-label{
    margin:28px 0 12px!important;color:#fff!important;font-family:var(--tf-bs-futura)!important;font-size:16px!important;font-weight:500!important;line-height:20px!important;letter-spacing:.01em!important;text-transform:uppercase!important;
  }
  body.tf-business-support-page .tf-support__form-label:first-of-type{margin-top:0!important}
  body.tf-business-support-page .tf-support__form-label span{color:var(--tradeform-teal,#18d2c3)!important}
  body.tf-business-support-page .tf-support__fields,
  body.tf-business-support-page .tf-support__fields--two{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}
  body.tf-business-support-page .tf-support__form input,
  body.tf-business-support-page .tf-support__form textarea{
    box-sizing:border-box!important;width:100%!important;border:0!important;border-radius:11px!important;background:#202024!important;color:#fff!important;font-family:var(--tf-bs-mont)!important;font-size:13px!important;box-shadow:none!important;
  }
  body.tf-business-support-page .tf-support__form input{height:43px!important;padding:0 13px!important}
  body.tf-business-support-page .tf-support__form textarea{min-height:72px!important;margin:12px 0 0!important;padding:12px 13px!important;resize:vertical!important}
  body.tf-business-support-page .tf-support__chips{display:flex!important;flex-wrap:wrap!important;gap:9px!important}
  body.tf-business-support-page .tf-support__chip{
    min-height:32px!important;padding:0 13px!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:999px!important;background:transparent!important;color:#fff!important;
    font-family:var(--tf-bs-mont)!important;font-size:11px!important;font-weight:400!important;line-height:30px!important;transform:none!important;
  }
  body.tf-business-support-page .tf-support__chip.is-active{border-color:var(--tradeform-teal,#18d2c3)!important;background:rgba(24,210,195,.1)!important;color:#fff!important}
  body.tf-business-support-page .tf-support__note{margin:24px 0 0!important;color:#85858a!important;font-family:var(--tf-bs-mont)!important;font-size:9.8px!important;line-height:1.35!important;text-align:center!important}
  body.tf-business-support-page .tf-support__submit{
    width:210px!important;min-height:48px!important;margin:22px auto 0!important;border:0!important;border-radius:999px!important;background:#fff!important;color:#000!important;
    font-family:var(--tf-bs-futura)!important;font-size:11px!important;font-weight:500!important;letter-spacing:.03em!important;text-transform:uppercase!important;
  }

  body.tf-business-support-page footer.tf-site-footer{display:block!important;height:auto!important;min-height:360px!important;margin:0!important;padding:38px 0 0!important;background:#000!important;overflow:hidden!important}
  body.tf-business-support-page footer.tf-site-footer .tf-site-footer__meta{display:flex!important;height:auto!important;min-height:118px!important;padding:0 0 24px!important}
  body.tf-business-support-page footer.tf-site-footer .tf-site-footer__wordmark{display:block!important;height:205px!important;overflow:hidden!important;opacity:1!important}
  body.tf-business-support-page footer.tf-site-footer .tf-site-footer__wordmark span{display:block!important;white-space:nowrap!important;font-size:64px!important;line-height:.76!important;letter-spacing:-.065em!important;text-align:center!important;color:#fff!important}
  body.tf-business-support-page footer.tf-site-footer .tf-site-footer__wordmark span:nth-child(2){opacity:.45!important}
  body.tf-business-support-page footer.tf-site-footer .tf-site-footer__wordmark span:nth-child(3){opacity:.18!important}
}

@media (max-width:390px){
  body.tf-business-support-page .tf-support__hero h1{font-size:40px!important}
  body.tf-business-support-page .tf-support__statement{font-size:26px!important}
  body.tf-business-support-page footer.tf-site-footer .tf-site-footer__wordmark span{font-size:58px!important}
}

@media (max-width:767px){
  body.tf-business-support-page .tf-support__hero{
    min-height:2080px!important;
    height:2080px!important;
    padding:210px 0 0!important;
    background:#000!important;
    overflow:hidden!important;
  }
  body.tf-business-support-page .tf-support__hero-bg{
    inset:auto 0 0 0!important;
    top:900px!important;
    height:1180px!important;
    background-image:linear-gradient(180deg,#000 0%,rgba(0,0,0,.48) 12%,rgba(0,0,0,.52) 80%,#000 100%),var(--tf-support-bg)!important;
    background-size:cover!important;
    background-position:center!important;
    filter:grayscale(1) contrast(1.08) brightness(.48)!important;
    opacity:.72!important;
  }
  body.tf-business-support-page .tf-support__hero-copy{
    width:100%!important;
    max-width:100%!important;
    padding:0 20px!important;
  }
  body.tf-business-support-page .tf-support__hero h1{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    font-family:var(--tf-bs-futura)!important;
    font-size:54px!important;
    font-weight:900!important;
    line-height:1.01!important;
    letter-spacing:-.045em!important;
    text-align:left!important;
  }
  body.tf-business-support-page .tf-support__hero h1 span,
  body.tf-business-support-page .tf-support__hero h1 strong{
    display:block!important;
    color:#fff!important;
    font:inherit!important;
    white-space:nowrap!important;
  }
  body.tf-business-support-page .tf-support__hero h1 em{
    color:var(--tradeform-teal,#18d2c3)!important;
    font:inherit!important;
    font-style:normal!important;
  }
  body.tf-business-support-page .tf-support__hero h1 strong{
    color:var(--tradeform-teal,#18d2c3)!important;
  }

  body.tf-business-support-page .tf-support__ticker{
    display:flex!important;
    position:absolute!important;
    z-index:2!important;
    top:950px!important;
    left:0!important;
    right:auto!important;
    width:max-content!important;
    height:170px!important;
    overflow:visible!important;
    white-space:nowrap!important;
    opacity:1!important;
    animation:tfSupportTickerMobile 18s linear infinite!important;
    will-change:transform!important;
  }
  body.tf-business-support-page .tf-support__ticker span{
    display:block!important;
    flex:0 0 auto!important;
    width:max-content!important;
    margin:0!important;
    padding:0 80px 0 0!important;
    color:#2b2b2d!important;
    font-family:var(--tf-bs-futura)!important;
    font-size:118px!important;
    font-weight:800!important;
    line-height:170px!important;
    letter-spacing:-.055em!important;
    transform:none!important;
    text-transform:uppercase!important;
  }

  body.tf-business-support-page .tf-support__statement-scene{
    position:absolute!important;
    z-index:3!important;
    left:0!important;
    right:0!important;
    top:1130px!important;
    height:900px!important;
    margin:0!important;
    padding:220px 0 0!important;
  }
  body.tf-business-support-page .tf-support__statement{
    position:relative!important;
    left:auto!important;
    bottom:auto!important;
    transform:none!important;
    width:86%!important;
    max-width:370px!important;
    margin:0 auto!important;
    padding:0!important;
    color:#fff!important;
    font-family:var(--tf-bs-futura)!important;
    font-size:35px!important;
    font-weight:600!important;
    line-height:1.05!important;
    letter-spacing:-.025em!important;
    text-align:center!important;
  }
  body.tf-business-support-page .tf-support__statement em{
    color:var(--tradeform-teal,#18d2c3)!important;
    font-style:normal!important;
  }

  body.tf-business-support-page .tf-support__content{
    position:relative!important;
    margin:0!important;
    padding:0 0 72px!important;
    background:#000!important;
  }
  body.tf-business-support-page .tf-support__content::before{
    inset:0!important;
    background-image:linear-gradient(180deg,rgba(0,0,0,.62),rgba(0,0,0,.80) 72%,#000 100%),var(--tf-support-bg)!important;
    background-size:cover!important;
    background-position:center top!important;
    filter:grayscale(1) brightness(.42)!important;
    opacity:.60!important;
  }
  body.tf-business-support-page .tf-support__content-shell{
    width:100%!important;
    padding:0 18px!important;
  }
  body.tf-business-support-page .tf-support__about-program{
    position:relative!important;
    z-index:2!important;
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:68px 0 0!important;
    opacity:1!important;
    transform:none!important;
  }
  body.tf-business-support-page .tf-support__program-visual{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:190px!important;
    height:190px!important;
    margin:0 0 30px 22px!important;
    padding:0!important;
  }
  body.tf-business-support-page .tf-support__program-visual img{
    width:auto!important;
    max-width:185px!important;
    height:auto!important;
    max-height:185px!important;
    object-fit:contain!important;
    filter:grayscale(1) brightness(3.2)!important;
  }
  body.tf-business-support-page .tf-support__about-program h2{
    margin:0 0 26px!important;
    color:#fff!important;
    font-family:var(--tf-bs-mont)!important;
    font-size:31px!important;
    font-weight:400!important;
    line-height:1.08!important;
    letter-spacing:-.025em!important;
    text-transform:none!important;
  }
  body.tf-business-support-page .tf-support__sections{margin:0!important}
  body.tf-business-support-page .tf-support__section{
    margin:0 0 62px!important;
  }
  body.tf-business-support-page .tf-support__section:first-child h2{
    display:none!important;
  }
  body.tf-business-support-page .tf-support__section:first-child h2::before{
    display:none!important;
    content:none!important;
  }
  body.tf-business-support-page .tf-support__section h2{
    margin:0 0 18px!important;
    font-size:30px!important;
    line-height:1.08!important;
  }
  body.tf-business-support-page .tf-support__section p{
    color:#f0f0f0!important;
    font-size:17px!important;
    line-height:1.55!important;
  }
}

@keyframes tfSupportTickerMobile{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}

@media (max-width:390px){
  body.tf-business-support-page .tf-support__hero h1{font-size:48px!important}
  body.tf-business-support-page .tf-support__ticker span{font-size:108px!important}
  body.tf-business-support-page .tf-support__statement{font-size:32px!important}
}

@media (prefers-reduced-motion:reduce){
  body.tf-business-support-page .tf-support__ticker{animation:none!important;transform:translateX(-70px)!important}
}

@media (max-width:767px){
  body.tf-business-support-page .tf-support__shell{
    width:95%!important;
    max-width:none!important;
    margin:0 auto!important;
    padding:0!important;
  }
  body.tf-business-support-page .tf-support__hero{
    height:953px!important;
    min-height:953px!important;
    padding:120px 0 0!important;
    overflow:hidden!important;
  }
  body.tf-business-support-page .tf-support__hero-bg{
    inset:0!important;
    top:0!important;
    height:953px!important;
    background-position:center center!important;
    opacity:.34!important;
  }
  body.tf-business-support-page .tf-support__hero-copy{
    width:95%!important;
    max-width:none!important;
    margin:0 auto!important;
    padding:0!important;
  }
  body.tf-business-support-page .tf-support__hero h1{
    width:100%!important;
    max-width:none!important;
    height:auto!important;
    margin:0!important;
    font-size:56px!important;
    line-height:56px!important;
    letter-spacing:normal!important;
  }
  body.tf-business-support-page .tf-support__hero h1 span,
  body.tf-business-support-page .tf-support__hero h1 strong{white-space:normal!important}

  body.tf-business-support-page .tf-support__ticker{
    top:650px!important;
    height:145px!important;
    opacity:.72!important;
  }
  body.tf-business-support-page .tf-support__ticker span{
    font-size:108px!important;
    line-height:145px!important;
  }
  body.tf-business-support-page .tf-support__statement-scene{
    position:absolute!important;
    z-index:3!important;
    left:0!important;
    right:0!important;
    top:760px!important;
    height:193px!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
  }
  body.tf-business-support-page .tf-support__statement{
    position:relative!important;
    width:90%!important;
    max-width:388px!important;
    margin:0 auto!important;
    font-size:42px!important;
    font-weight:100!important;
    line-height:42px!important;
    letter-spacing:normal!important;
    text-align:center!important;
  }
  body.tf-business-support-page .tf-support__statement em{font-weight:400!important}

  body.tf-business-support-page .tf-support__content{
    margin:0!important;
    padding:160px 0 72px!important;
  }
  body.tf-business-support-page .tf-support__content-shell{
    width:95%!important;
    max-width:none!important;
    margin:0 auto!important;
    padding:0 10.5px!important;
  }
  body.tf-business-support-page .tf-support__about-program{
    margin:0!important;
    padding:0!important;
  }
  body.tf-business-support-page .tf-support__program-visual{
    width:193.75px!important;
    height:193.75px!important;
    margin:0 0 8px!important;
    padding:0!important;
    justify-content:flex-start!important;
  }
  body.tf-business-support-page .tf-support__program-visual img{
    width:193.75px!important;
    max-width:193.75px!important;
    height:193.75px!important;
    max-height:193.75px!important;
    object-fit:contain!important;
  }
  body.tf-business-support-page .tf-support__about-program h2{
    margin:0 0 20px!important;
    font-size:28px!important;
    line-height:30.8px!important;
    letter-spacing:normal!important;
  }
  body.tf-business-support-page .tf-support__sections{margin:0!important;padding:0!important}
  body.tf-business-support-page .tf-support__section{
    margin:0!important;
    padding:0 0 60px!important;
  }
  body.tf-business-support-page .tf-support__section:first-child h2{display:none!important}
  body.tf-business-support-page .tf-support__section h2{
    margin:0 0 20px!important;
    font-size:28px!important;
    line-height:30.8px!important;
    letter-spacing:normal!important;
  }
  body.tf-business-support-page .tf-support__section p{
    margin:0!important;
    font-size:16.8px!important;
    line-height:28px!important;
    letter-spacing:normal!important;
  }
}
@media (max-width:390px){
  body.tf-business-support-page .tf-support__hero h1{font-size:51px!important;line-height:51px!important}
  body.tf-business-support-page .tf-support__statement{font-size:38px!important;line-height:38px!important}
}

@media (max-width:767px){
  
  body.tf-business-support-page .tf-support__hero{
    height:1035px!important;
    min-height:1035px!important;
  }
  body.tf-business-support-page .tf-support__hero-bg{
    height:1035px!important;
  }
  body.tf-business-support-page .tf-support__statement-scene{
    top:815px!important;
    height:220px!important;
    padding:0!important;
    align-items:flex-start!important;
  }
  body.tf-business-support-page .tf-support__statement{
    margin-top:28px!important;
  }

  body.tf-business-support-page .tf-support__apply-head h2{
    max-width:100%!important;
    font-size:27px!important;
    line-height:1.12!important;
    word-break:normal!important;
    overflow-wrap:normal!important;
    hyphens:none!important;
    white-space:normal!important;
  }
}

@media (max-width:767px){
  body.tf-business-support-page .tf-support__hero{
    height:953px!important;
    min-height:953px!important;
    padding-top:120px!important;
    overflow:hidden!important;
  }
  body.tf-business-support-page .tf-support__hero-bg{height:953px!important}
  body.tf-business-support-page .tf-support__ticker{
    top:650px!important;
    height:145px!important;
  }

  body.tf-business-support-page .tf-support__content{
    margin:0!important;
    padding:160px 0 72px!important;
  }
  body.tf-business-support-page .tf-support__content-shell{
    width:95%!important;
    margin:0 auto!important;
    padding:0 10.5px!important;
  }

  body.tf-business-support-page .tf-support__statement-scene{
    position:relative!important;
    z-index:3!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    width:100%!important;
    height:346px!important;
    min-height:346px!important;
    margin:0 0 20px!important;
    padding:0 0 80px!important;
    display:flex!important;
    align-items:flex-start!important;
    justify-content:center!important;
    transform:none!important;
  }
  body.tf-business-support-page .tf-support__statement{
    position:relative!important;
    left:auto!important;
    bottom:auto!important;
    top:auto!important;
    transform:none!important;
    width:100%!important;
    max-width:387.5px!important;
    margin:0!important;
    padding:0!important;
    color:#fff!important;
    font-size:42px!important;
    font-weight:100!important;
    line-height:42px!important;
    letter-spacing:normal!important;
    text-align:center!important;
  }
  body.tf-business-support-page .tf-support__statement em{font-weight:400!important}

  body.tf-business-support-page .tf-support__about-program{
    margin:0!important;
    padding:100px 0 0!important;
  }
  body.tf-business-support-page .tf-support__program-visual{
    width:193.75px!important;
    height:193.75px!important;
    margin:0 0 8px!important;
    padding:0!important;
    justify-content:flex-start!important;
  }
  body.tf-business-support-page .tf-support__program-visual img{
    width:193.75px!important;
    max-width:193.75px!important;
    height:193.75px!important;
    max-height:193.75px!important;
    object-fit:contain!important;
  }
  body.tf-business-support-page .tf-support__about-program h2{
    margin:0 0 20px!important;
    font-size:28px!important;
    line-height:30.8px!important;
  }
}

@media (max-width:390px){
  body.tf-business-support-page .tf-support__statement{
    font-size:38px!important;
    line-height:38px!important;
  }
}

@media (max-width:767px){
  body.tf-business-support-page .tf-support__ticker{
    top:750px!important;
    height:145px!important;
  }
}

@media (min-width:768px){body.tf-services-v3-page .site-header,body.tf-services-v3-page .mobile-drawer{display:none!important}
}body.tf-services-v3-page{--tradeform-teal:#18d2c3;--tradeform-bg:#020304;--tradeform-panel:#0b0e12;--tradeform-panel-2:#11141a;--tradeform-border:rgba(255,255,255,.1);--tradeform-copy:#f4f4f4;--tradeform-copy-dim:#bcbcbc}body.tf-services-v3-page{background:#020304;color:#fff}body.tf-services-v3-page main.tf-services{background:#020304;color:#fff;font-family:var(--font-sans,Inter,system-ui,sans-serif)}body.tf-services-v3-page .tf-site-footer{margin-top:0;background:#020304!important}body.tf-services-v3-page .tf-services__shell{width:min(1280px,calc(100% - 48px));margin:0 auto}body.tf-services-v3-page .tf-services__hero{position:relative;padding:134px 0 28px;background:#020304;overflow:hidden}body.tf-services-v3-page .tf-services__hero::before{content:"";position:absolute;inset:0;background-image:var(--tf-services-hero);background-position:center top;background-size:cover;opacity:.16;filter:grayscale(1) contrast(1.05)}body.tf-services-v3-page .tf-services__hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,3,4,.15) 0%,rgba(2,3,4,.72) 36%,#020304 100%)}body.tf-services-v3-page .tf-services__hero-overlay{position:absolute;inset:0;pointer-events:none;background-image:radial-gradient(circle at 20% 18%,rgba(24,210,195,.12),transparent 28%),linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:auto,64px 64px,64px 64px;opacity:.4}body.tf-services-v3-page .tf-services__hero-shell{position:relative;z-index:2;display:flex;justify-content:center;align-items:flex-end;min-height:160px}body.tf-services-v3-page .tf-services__hero h1{margin:0;font-size:clamp(58px,6.4vw,96px);line-height:.92;letter-spacing:-.05em;font-weight:780;color:#fff;text-transform:uppercase;text-align:center}body.tf-services-v3-page .tf-services__top{padding:10px 0 80px;background:#020304}body.tf-services-v3-page .tf-services__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-top:1px solid rgba(255,255,255,.1);border-left:1px solid rgba(255,255,255,.1);align-items:stretch}body.tf-services-v3-page .tf-service-card{position:relative;background:linear-gradient(180deg,#071019 0%,#05080d 100%);color:#f4f4f4;border-radius:0;padding:24px 22px 26px;display:flex;flex-direction:column;min-height:430px;border-right:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:none;transition:background .25s ease,border-color .25s ease}body.tf-services-v3-page .tf-service-card:hover{background:linear-gradient(180deg,#0a1720 0%,#060a10 100%);border-color:rgba(24,210,195,.2)}body.tf-services-v3-page .tf-service-card::before{content:"0" counter(tf-service);counter-increment:tf-service;display:block;color:#7ea5a1;font-size:11px;letter-spacing:.08em;margin-bottom:56px}body.tf-services-v3-page .tf-services__cards{counter-reset:tf-service}body.tf-services-v3-page .tf-service-card__label{align-self:flex-start;min-height:0;padding:0;border:0;border-radius:0;background:transparent!important;color:#7ea5a1!important;font-size:10px;line-height:1;font-weight:700;letter-spacing:.12em;text-transform:uppercase}body.tf-services-v3-page .tf-service-card h2{margin:16px 0 18px;font-size:clamp(38px,3.1vw,56px);line-height:.88;letter-spacing:-.058em;font-weight:660;text-transform:uppercase;color:#f4f4f4}body.tf-services-v3-page .tf-service-card p{margin:0;max-width:370px;color:#8c949d;font-size:15px;line-height:1.5;letter-spacing:-.01em}body.tf-services-v3-page .tf-service-card__price-wrap{margin-top:auto;padding-top:30px}body.tf-services-v3-page .tf-service-card__price-kicker{display:block;color:#7ea5a1;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px}body.tf-services-v3-page .tf-service-card__price-line{display:flex;align-items:flex-end;gap:5px;color:#f4f4f4}body.tf-services-v3-page .tf-service-card__price-line strong{font-size:clamp(42px,3.5vw,62px);line-height:.86;font-weight:660;letter-spacing:-.065em;color:#f4f4f4}body.tf-services-v3-page .tf-service-card__price-line span{font-size:14px;line-height:1.1;color:#8c949d;padding-bottom:5px}body.tf-services-v3-page .tf-service-card__button{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;min-width:0;min-height:44px;margin-top:24px;padding:0 20px;border:1px solid rgba(24,210,195,.24);border-radius:999px;background:rgba(6,18,20,.72);color:#cbfffa!important;text-decoration:none;font-weight:760;font-size:11px;letter-spacing:.08em;text-transform:uppercase;transition:background .22s ease,color .22s ease,border-color .22s ease,transform .22s ease}body.tf-services-v3-page .tf-service-card:hover .tf-service-card__button{background:var(--tradeform-teal);color:#062025!important;border-color:var(--tradeform-teal);transform:translateY(-1px)}body.tf-services-v3-page .tf-services-referral{margin:32px auto 0;max-width:950px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:#050608;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 26px;box-shadow:0 24px 40px rgba(0,0,0,.16)}body.tf-services-v3-page .tf-services-referral__copy strong{display:block;font-size:17px;line-height:1.35;font-weight:800;color:#fff;margin-bottom:6px}body.tf-services-v3-page .tf-services-referral__copy p{margin:0;font-size:15px;line-height:1.45;color:#bdbdbd}body.tf-services-v3-page .tf-services-referral__button{display:inline-flex;align-items:center;justify-content:center;min-width:248px;min-height:58px;padding:0 28px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#060709;color:#fff!important;text-decoration:none;font-size:15px;font-weight:800;letter-spacing:.02em;transition:background-color .22s ease,color .22s ease,border-color .22s ease,transform .22s ease}body.tf-services-v3-page .tf-services-referral__button:hover{background:var(--tradeform-teal);border-color:var(--tradeform-teal);color:#051817!important;transform:translateY(-1px)}body.tf-services-v3-page .tf-services-contact{padding:36px 0 0;background:#020304}body.tf-services-v3-page .tf-services-contact__shell{display:flex;flex-direction:column;align-items:center}body.tf-services-v3-page .tf-services-contact__head h2{margin:0 0 38px;font-size:clamp(54px,5.3vw,82px);line-height:.96;letter-spacing:-.052em;font-weight:780;color:#fff;text-align:center}body.tf-services-v3-page .tf-services-contact__form{width:min(100%,780px);padding:28px;border-radius:18px;background:linear-gradient(180deg,rgba(16,18,22,.94),rgba(10,12,15,.98));border:1px solid rgba(255,255,255,.06);box-shadow:0 34px 60px rgba(0,0,0,.28)}body.tf-services-v3-page .tf-services-contact__section-title{margin:0 0 16px;font-size:15px;font-weight:800;letter-spacing:.02em;color:#fff;text-transform:uppercase}body.tf-services-v3-page .tf-services-contact__section-title span{color:#ff4e67;margin-left:3px}body.tf-services-v3-page .tf-services-contact__row{display:grid;gap:14px;margin-bottom:28px}body.tf-services-v3-page .tf-services-contact__row--three{grid-template-columns:repeat(3,minmax(0,1fr))}body.tf-services-v3-page .tf-services-contact__form input{width:100%;height:48px;border-radius:14px;border:1px solid rgba(255,255,255,.06);background:#1a1c22;color:#fff;padding:0 16px;font-size:15px;outline:none;transition:border-color .2s ease, box-shadow .2s ease, background-color .2s ease}body.tf-services-v3-page .tf-services-contact__form input::placeholder{color:#8d8f97}body.tf-services-v3-page .tf-services-contact__form input:focus{border-color:rgba(24,210,195,.62);box-shadow:0 0 0 1px rgba(24,210,195,.25);background:#171a1f}body.tf-services-v3-page .tf-chip-group{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}body.tf-services-v3-page .tf-chip{appearance:none;border:1px solid rgba(255,255,255,.14);background:#090b0f;color:#fff;border-radius:999px;min-height:38px;padding:0 16px;font-size:13px;font-weight:750;line-height:1;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}body.tf-services-v3-page .tf-chip:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.22)}body.tf-services-v3-page .tf-chip.is-active{background:rgba(24,210,195,.16);border-color:rgba(24,210,195,.62);color:var(--tradeform-teal)}body.tf-services-v3-page .tf-services-contact__submit{width:100%;height:54px;margin-top:8px;border:0;border-radius:999px;background:#f1f1f1;color:#080909;font-size:15px;font-weight:800;letter-spacing:.02em;cursor:pointer;transition:transform .22s ease, background-color .22s ease, color .22s ease}body.tf-services-v3-page .tf-services-contact__submit:hover{transform:translateY(-1px);background:var(--tradeform-teal);color:#041616}body.tf-services-v3-page .tf-services-contact__icons{display:grid;grid-template-columns:repeat(3,70px);gap:100px;justify-content:center;margin:26px 0 18px}body.tf-services-v3-page .tf-services-contact__icon{width:54px;height:54px;border-radius:999px;background:#17191e;border:1px solid rgba(255,255,255,.05);display:flex;align-items:center;justify-content:center;font-size:22px;color:#fff;box-shadow:0 12px 24px rgba(0,0,0,.18)}body.tf-services-v3-page .tf-services-contact__info-grid{width:min(100%,780px);display:grid;grid-template-columns:1fr;gap:16px;padding-bottom:34px}body.tf-services-v3-page .tf-services-contact__info-card,body.tf-services-v3-page .tf-services-contact__hours-card{background:#121418;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:22px 24px}body.tf-services-v3-page .tf-services-contact__info-card ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}body.tf-services-v3-page .tf-services-contact__info-card li{display:flex;align-items:flex-start;gap:12px;font-size:16px;line-height:1.5;color:#fff}body.tf-services-v3-page .tf-services-contact__info-card li span:first-child{display:inline-flex;justify-content:center;min-width:18px;color:#cfd2d7}body.tf-services-v3-page .tf-services-contact__info-card a{color:#fff!important;text-decoration:none}body.tf-services-v3-page .tf-services-contact__info-card a:hover{color:var(--tradeform-teal)!important}body.tf-services-v3-page .tf-services-contact__hours-card{display:grid;gap:10px}body.tf-services-v3-page .tf-services-contact__hours-card div{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:16px;line-height:1.4;color:#fff}body.tf-services-v3-page .tf-services-contact__hours-card span{color:#efefef;font-weight:700}body.tf-services-v3-page .tf-services-contact__hours-card strong{font-size:15px;color:#d0d0d0;font-weight:700}body.tf-services-v3-page .tf-services-map{width:100%;margin-top:6px;border-top:1px solid rgba(255,255,255,.03);background:#08090b}body.tf-services-v3-page .tf-services-map iframe{display:block;width:100%;height:440px;border:0;filter:grayscale(1) invert(.94) contrast(1.05) brightness(.85)}

@media (max-width: 1180px){body.tf-services-v3-page .tf-services__cards{grid-template-columns:1fr}body.tf-services-v3-page .tf-service-card{min-height:360px}body.tf-services-v3-page .tf-services-referral{max-width:none}
}

@media (max-width: 860px){body.tf-services-v3-page .tf-services__shell{width:min(100%,calc(100% - 28px))}body.tf-services-v3-page .tf-services__hero{padding-top:120px}body.tf-services-v3-page .tf-services__hero h1{font-size:52px}body.tf-services-v3-page .tf-services-contact__head h2{font-size:48px}body.tf-services-v3-page .tf-services-contact__form{padding:22px}body.tf-services-v3-page .tf-services-contact__row--three{grid-template-columns:1fr}body.tf-services-v3-page .tf-services-referral{flex-direction:column;align-items:flex-start;padding:22px}body.tf-services-v3-page .tf-services-referral__button{width:100%;min-width:0}body.tf-services-v3-page .tf-services-contact__icons{gap:44px;grid-template-columns:repeat(3,54px)}body.tf-services-v3-page .tf-services-contact__icon{width:50px;height:50px}body.tf-services-v3-page .tf-services-map iframe{height:360px}
}

@media (max-width: 560px){body.tf-services-v3-page .tf-services__top{padding-bottom:56px}body.tf-services-v3-page .tf-services__hero h1{font-size:44px}body.tf-services-v3-page .tf-service-card{padding:18px 16px 20px;border-radius:0;min-height:330px}body.tf-services-v3-page .tf-service-card::before{margin-bottom:34px}body.tf-services-v3-page .tf-service-card h2{margin-top:16px;font-size:36px}body.tf-services-v3-page .tf-service-card p{font-size:14px}body.tf-services-v3-page .tf-service-card__price-line strong{font-size:48px}body.tf-services-v3-page .tf-services-referral{margin-top:24px;border-radius:16px}body.tf-services-v3-page .tf-services-contact{padding-top:18px}body.tf-services-v3-page .tf-services-contact__head h2{font-size:42px;margin-bottom:28px}body.tf-services-v3-page .tf-services-contact__form{padding:18px;border-radius:14px}body.tf-services-v3-page .tf-chip-group{gap:8px}body.tf-services-v3-page .tf-chip{min-height:34px;padding:0 12px;font-size:12px}body.tf-services-v3-page .tf-services-contact__icons{gap:20px}body.tf-services-v3-page .tf-services-contact__info-card,body.tf-services-v3-page .tf-services-contact__hours-card{padding:18px}body.tf-services-v3-page .tf-services-contact__hours-card div,body.tf-services-v3-page .tf-services-contact__info-card li{font-size:15px}body.tf-services-v3-page .tf-services-map iframe{height:300px}
}body.tf-services-v3-page .tf-services__cards{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:0!important;
  border-top:1px solid rgba(255,255,255,.10)!important;
  border-left:1px solid rgba(255,255,255,.10)!important;
  align-items:stretch!important;
}body.tf-services-v3-page .tf-service-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  min-height:400px!important;
  padding:22px 22px 26px!important;
  border-right:1px solid rgba(255,255,255,.10)!important;
  border-bottom:1px solid rgba(255,255,255,.10)!important;
  border-radius:0!important;
  background:#06080c!important;
  color:#f4f4f4!important;
  box-shadow:none!important;
  transition:background .25s ease,border-color .25s ease,transform .22s ease!important;
}body.tf-services-v3-page .tf-service-card:hover{
  background:#0a0d12!important;
  border-color:rgba(255,255,255,.12)!important;
}body.tf-services-v3-page .tf-service-card::before{
  content:"0" counter(tf-service)!important;
  counter-increment:tf-service!important;
  display:block!important;
  color:#7ea5a1!important;
  font-size:11px!important;
  letter-spacing:.08em!important;
  margin-bottom:56px!important;
}body.tf-services-v3-page .tf-services__cards{counter-reset:tf-service!important}body.tf-services-v3-page .tf-service-card__label{
  align-self:flex-start!important;
  min-height:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#737b84!important;
  font-size:11px!important;
  font-weight:700!important;
  line-height:1!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}body.tf-services-v3-page .tf-service-card h2{
  margin:16px 0 18px!important;
  font-size:clamp(40px,3.4vw,60px)!important;
  line-height:.88!important;
  letter-spacing:-.058em!important;
  font-weight:660!important;
  color:#f4f4f4!important;
  text-transform:uppercase!important;
}body.tf-services-v3-page .tf-service-card p{
  max-width:370px!important;
  margin:0!important;
  color:#8c949d!important;
  font-size:15px!important;
  line-height:1.5!important;
  letter-spacing:-.01em!important;
}body.tf-services-v3-page .tf-service-card__price-wrap{margin-top:auto!important;padding-top:26px!important}body.tf-services-v3-page .tf-service-card__price-kicker{
  display:block!important;
  margin-bottom:10px!important;
  color:#969da4!important;
  font-size:10px!important;
  font-weight:700!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}body.tf-services-v3-page .tf-service-card__price-line{display:flex!important;align-items:flex-end!important;gap:5px!important;color:#f4f4f4!important}body.tf-services-v3-page .tf-service-card__price-line strong{
  font-size:clamp(42px,3.5vw,62px)!important;
  line-height:.86!important;
  font-weight:660!important;
  letter-spacing:-.065em!important;
  color:#f4f4f4!important;
}body.tf-services-v3-page .tf-service-card__price-line span{font-size:14px!important;line-height:1.1!important;color:#8c949d!important;padding-bottom:5px!important}body.tf-services-v3-page .tf-service-card__button{
  margin-top:24px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  align-self:flex-start!important;
  min-height:44px!important;
  padding:0 20px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.22)!important;
  background:#0a0d12!important;
  color:#f3f4f4!important;
  font-size:11px!important;
  font-weight:760!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  text-decoration:none!important;
  transition:background .22s ease,color .22s ease,border-color .22s ease,transform .22s ease!important;
}body.tf-services-v3-page .tf-service-card:hover .tf-service-card__button{
  background:#f2f2ef!important;
  color:#080b10!important;
  border-color:#f2f2ef!important;
  transform:translateY(-1px)!important;
}

@media(max-width:900px){body.tf-services-v3-page .tf-services__cards{grid-template-columns:1fr!important}body.tf-services-v3-page .tf-service-card{min-height:300px!important}
}
@media(max-width:767px){body.tf-services-v3-page .tf-service-card{min-height:290px!important;padding:18px!important}body.tf-services-v3-page .tf-service-card::before{margin-bottom:34px!important}body.tf-services-v3-page .tf-service-card h2{font-size:36px!important}body.tf-services-v3-page .tf-service-card p{font-size:14px!important;line-height:1.46!important}body.tf-services-v3-page .tf-service-card__price-line strong{font-size:48px!important}
}

@media (max-width: 767px){body.tf-services-v3-page{
    --tf-services-phone-futura:'Futura Md BT','Montserrat',Arial,sans-serif;
    --tf-services-phone-mont:'Montserrat',Arial,sans-serif;
    background:#000!important;
    overflow-x:hidden!important;
  }body.tf-services-v3-page .tf-services{
    width:100%!important;
    max-width:100vw!important;
    margin:0!important;
    background:#000!important;
    color:#fff!important;
    overflow:hidden!important;
  }body.tf-services-v3-page .tf-services__shell{
    box-sizing:border-box!important;
    width:95%!important;
    max-width:none!important;
    margin:0 auto!important;
    padding-left:10.5px!important;
    padding-right:10.5px!important;
  }body.tf-services-v3-page .tf-services__hero{
    box-sizing:border-box!important;
    min-height:228.97px!important;
    height:228.97px!important;
    margin:0!important;
    padding:147.22px 0 26.926px!important;
    background:#000!important;
    overflow:hidden!important;
  }body.tf-services-v3-page .tf-services__hero::before,body.tf-services-v3-page .tf-services__hero::after,body.tf-services-v3-page .tf-services__hero-overlay{display:none!important}body.tf-services-v3-page .tf-services__hero-shell{
    display:block!important;
    width:95%!important;
    min-height:54.824px!important;
    height:54.824px!important;
    margin:0 auto!important;
    padding:0 10.5px!important;
  }body.tf-services-v3-page .tf-services__hero h1::before,body.tf-services-v3-page .tf-services__hero h1::after{
    display:none!important;
    content:none!important;
  }body.tf-services-v3-page .tf-services__hero h1{
    width:100%!important;
    height:54.824px!important;
    margin:0!important;
    padding:0!important;
    color:#fff!important;
    font-family:var(--tf-services-phone-futura)!important;
    font-size:49.84px!important;
    font-weight:400!important;
    line-height:54.824px!important;
    letter-spacing:normal!important;
    text-align:center!important;
    text-transform:uppercase!important;
  }body.tf-services-v3-page .tf-services__top{
    margin:0!important;
    padding:0!important;
    background:#000!important;
  }body.tf-services-v3-page .tf-services__top>.tf-services__shell{padding-top:0!important;padding-bottom:0!important}body.tf-services-v3-page .tf-services__cards{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:21px!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
  }body.tf-services-v3-page .tf-service-card{
    box-sizing:border-box!important;
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    min-width:0!important;
    height:391.97px!important;
    min-height:391.97px!important;
    max-height:391.97px!important;
    margin:0!important;
    padding:24px!important;
    border:0!important;
    border-radius:16px!important;
    background:#fff!important;
    color:#111!important;
    box-shadow:none!important;
    overflow:hidden!important;
    transform:none!important;
  }body.tf-services-v3-page .tf-service-card:nth-child(3){
    height:411.56px!important;
    min-height:411.56px!important;
    max-height:411.56px!important;
  }body.tf-services-v3-page .tf-service-card::before{display:none!important;content:none!important}body.tf-services-v3-page .tf-service-card__label{
    box-sizing:border-box!important;
    display:inline-flex!important;
    align-items:center!important;
    align-self:flex-start!important;
    width:auto!important;
    min-height:34px!important;
    height:34px!important;
    margin:8px 0!important;
    padding:8px 16px!important;
    border:1px solid #333!important;
    border-radius:16px!important;
    background:transparent!important;
    color:#2b2b2b!important;
    font-family:var(--tf-services-phone-mont)!important;
    font-size:16px!important;
    font-weight:400!important;
    line-height:16px!important;
    letter-spacing:normal!important;
    text-transform:uppercase!important;
    white-space:nowrap!important;
  }body.tf-services-v3-page .tf-service-card h2{
    width:100%!important;
    margin:24px 0 8px!important;
    padding:0!important;
    color:#000!important;
    font-family:var(--tf-services-phone-futura)!important;
    font-size:16.8px!important;
    font-weight:400!important;
    line-height:16.8px!important;
    letter-spacing:normal!important;
    text-transform:uppercase!important;
    animation:none!important;
  }body.tf-services-v3-page .tf-service-card p{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    color:#333!important;
    font-family:var(--tf-services-phone-mont)!important;
    font-size:12.6px!important;
    font-weight:400!important;
    line-height:19.6px!important;
    letter-spacing:normal!important;
  }body.tf-services-v3-page .tf-service-card__price-wrap{
    width:100%!important;
    margin-top:auto!important;
    padding:0!important;
  }body.tf-services-v3-page .tf-service-card__price-kicker{
    display:block!important;
    height:16.8px!important;
    margin:0 0 8px!important;
    padding:0!important;
    color:#000!important;
    font-family:var(--tf-services-phone-futura)!important;
    font-size:16.8px!important;
    font-weight:400!important;
    line-height:16.8px!important;
    letter-spacing:normal!important;
  }body.tf-services-v3-page .tf-service-card__price-line{
    display:flex!important;
    align-items:flex-end!important;
    width:100%!important;
    min-height:45.59px!important;
    margin:0!important;
    padding:0!important;
    gap:2px!important;
    color:#000!important;
  }body.tf-services-v3-page .tf-service-card__price-line strong{
    color:#000!important;
    font-family:var(--tf-services-phone-futura)!important;
    font-size:44.8px!important;
    font-weight:400!important;
    line-height:33.6px!important;
    letter-spacing:normal!important;
  }body.tf-services-v3-page .tf-service-card__price-line span{
    margin:0!important;
    padding:0 0 3px!important;
    color:#000!important;
    font-family:var(--tf-services-phone-futura)!important;
    font-size:16px!important;
    font-weight:400!important;
    line-height:20px!important;
  }body.tf-services-v3-page .tf-service-card__button{
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    align-self:stretch!important;
    width:100%!important;
    height:54px!important;
    min-height:54px!important;
    margin:30px 0 0!important;
    padding:0 28px!important;
    border:0!important;
    border-radius:50px!important;
    background:#000!important;
    color:#fff!important;
    font-family:var(--tf-services-phone-futura)!important;
    font-size:15px!important;
    font-weight:500!important;
    line-height:54px!important;
    letter-spacing:.5px!important;
    text-align:center!important;
    text-transform:uppercase!important;
    text-decoration:none!important;
    transform:none!important;
  }body.tf-services-v3-page .tf-services-referral{
    box-sizing:border-box!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    justify-content:flex-start!important;
    width:100%!important;
    height:180.39px!important;
    min-height:180.39px!important;
    margin:47px 0 0!important;
    padding:25px!important;
    gap:0!important;
    border:1px solid rgba(255,255,255,.18)!important;
    border-radius:16px!important;
    background:transparent!important;
    color:#fff!important;
    box-shadow:none!important;
  }body.tf-services-v3-page .tf-services-referral__copy{width:100%!important;margin:0!important;padding:0!important}body.tf-services-v3-page .tf-services-referral__copy strong{
    display:block!important;
    margin:0!important;
    color:#fff!important;
    font-family:var(--tf-services-phone-futura)!important;
    font-size:16.8px!important;
    font-weight:400!important;
    line-height:25.2px!important;
  }body.tf-services-v3-page .tf-services-referral__copy p{
    margin:0!important;
    color:#aaa!important;
    font-family:var(--tf-services-phone-mont)!important;
    font-size:12.6px!important;
    font-weight:400!important;
    line-height:19.6px!important;
  }body.tf-services-v3-page .tf-services-referral__button{
    box-sizing:border-box!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    height:54px!important;
    min-height:54px!important;
    margin:auto 0 0!important;
    padding:0 28px!important;
    border:1px solid rgba(255,255,255,.22)!important;
    border-radius:50px!important;
    background:transparent!important;
    color:#fff!important;
    font-family:var(--tf-services-phone-futura)!important;
    font-size:15px!important;
    font-weight:500!important;
    line-height:52px!important;
    letter-spacing:.5px!important;
    text-align:center!important;
    text-transform:uppercase!important;
  }body.tf-services-v3-page .tf-services-contact{
    margin:0!important;
    padding:181.19px 0 0!important;
    background:#000!important;
  }body.tf-services-v3-page .tf-services-contact__shell{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    width:95%!important;
    max-width:none!important;
    margin:0 auto!important;
    padding:0 10.5px!important;
    box-sizing:border-box!important;
  }body.tf-services-v3-page .tf-services-contact__head{width:100%!important;margin:0!important;padding:0!important}body.tf-services-v3-page .tf-services-contact__head h2{
    width:100%!important;
    height:64.68px!important;
    margin:0 0 31.52px!important;
    padding:0!important;
    color:#fff!important;
    font-family:var(--tf-services-phone-futura)!important;
    font-size:58.8px!important;
    font-weight:400!important;
    line-height:64.68px!important;
    letter-spacing:normal!important;
    text-align:center!important;
    text-transform:uppercase!important;
    animation:none!important;
  }body.tf-services-v3-page .tf-services-contact__form{
    box-sizing:border-box!important;
    position:relative!important;
    display:block!important;
    width:100%!important;
    min-height:937px!important;
    margin:0!important;
    padding:24px!important;
    border:0!important;
    border-radius:16px!important;
    background:rgba(255,255,255,.07)!important;
    box-shadow:none!important;
  }body.tf-services-v3-page .tf-services-contact__section-title{
    display:block!important;
    width:100%!important;
    min-height:21px!important;
    margin:20px 0 14px!important;
    padding:0!important;
    color:#fff!important;
    font-family:var(--tf-services-phone-futura)!important;
    font-size:21px!important;
    font-weight:400!important;
    line-height:21px!important;
    letter-spacing:normal!important;
    text-transform:uppercase!important;
  }body.tf-services-v3-page .tf-services-contact__section-title:not(:first-of-type){margin-top:30px!important}body.tf-services-v3-page .tf-services-contact__section-title span{margin-left:2px!important;color:#ff405f!important}body.tf-services-v3-page .tf-services-contact__row,body.tf-services-v3-page .tf-services-contact__row--three{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:22px!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
  }body.tf-services-v3-page .tf-services-contact__form input{
    box-sizing:border-box!important;
    width:100%!important;
    height:42px!important;
    min-height:42px!important;
    margin:0!important;
    padding:0 12px!important;
    border:0!important;
    border-radius:16px!important;
    background:rgba(255,255,255,.05)!important;
    color:#fff!important;
    font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif!important;
    font-size:16px!important;
    font-weight:400!important;
    line-height:18.4px!important;
    outline:0!important;
    box-shadow:none!important;
  }body.tf-services-v3-page .tf-services-contact__form input::placeholder{color:rgba(255,255,255,.42)!important}body.tf-services-v3-page .tf-chip-group{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    gap:16px 8px!important;
  }body.tf-services-v3-page .tf-chip{
    box-sizing:border-box!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:auto!important;
    min-width:0!important;
    height:34px!important;
    min-height:34px!important;
    margin:0!important;
    padding:8px 16px!important;
    border:1px solid rgba(255,255,255,.14)!important;
    border-radius:16px!important;
    background:transparent!important;
    color:#fff!important;
    font-family:var(--tf-services-phone-futura)!important;
    font-size:16px!important;
    font-weight:400!important;
    line-height:16px!important;
    letter-spacing:normal!important;
    white-space:nowrap!important;
    transform:none!important;
  }body.tf-services-v3-page .tf-chip.is-active{
    border-color:var(--tradeform-teal,#18d2c3)!important;
    background:rgba(24,210,195,.16)!important;
    color:#fff!important;
  }body.tf-services-v3-page .tf-services-contact__submit{
    box-sizing:border-box!important;
    display:block!important;
    width:100%!important;
    height:54px!important;
    min-height:54px!important;
    margin:20px 0 10px!important;
    padding:0 28px!important;
    border:0!important;
    border-radius:50px!important;
    background:#fff!important;
    color:#000!important;
    font-family:var(--tf-services-phone-futura)!important;
    font-size:15px!important;
    font-weight:500!important;
    line-height:54px!important;
    letter-spacing:.5px!important;
    text-align:center!important;
    text-transform:uppercase!important;
  }body.tf-services-v3-page .tf-services-contact__icons{
    display:grid!important;
    grid-template-columns:repeat(3,1fr)!important;
    align-items:center!important;
    justify-items:center!important;
    width:100%!important;
    height:75px!important;
    margin:14px 0 20px!important;
    padding:0!important;
    gap:0!important;
  }body.tf-services-v3-page .tf-services-contact__icon{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:78.41px!important;
    height:54px!important;
    margin:0!important;
    border:0!important;
    border-radius:50px!important;
    background:rgba(255,255,255,.07)!important;
    color:#fff!important;
    font-size:20px!important;
    line-height:54px!important;
    box-shadow:none!important;
  }body.tf-services-v3-page .tf-services-contact__icon svg{
    display:block!important;
    width:20px!important;
    height:20px!important;
    fill:#fff!important;
  }body.tf-services-v3-page .tf-services-contact__glyph{
    display:flex!important;
    flex:0 0 17px!important;
    width:17px!important;
    height:28px!important;
    align-items:center!important;
    justify-content:flex-start!important;
    color:#9a9a9a!important;
  }body.tf-services-v3-page .tf-services-contact__glyph svg{
    display:block!important;
    width:14px!important;
    height:14px!important;
    fill:#9a9a9a!important;
  }body.tf-services-v3-page .tf-services-contact__location{
    display:block!important;
    min-width:0!important;
    color:#fff!important;
    line-height:28px!important;
  }body.tf-services-v3-page .tf-services-contact__info-grid{
    box-sizing:border-box!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:21px!important;
    width:100%!important;
    margin:0!important;
    padding:8px 0 68.25px!important;
  }body.tf-services-v3-page .tf-services-contact__info-card,body.tf-services-v3-page .tf-services-contact__hours-card{
    box-sizing:border-box!important;
    width:100%!important;
    margin:0!important;
    padding:24px!important;
    border:0!important;
    border-radius:16px!important;
    background:rgba(255,255,255,.07)!important;
    color:#fff!important;
    box-shadow:none!important;
  }body.tf-services-v3-page .tf-services-contact__info-card{height:164px!important;min-height:164px!important}body.tf-services-v3-page .tf-services-contact__hours-card{height:188px!important;min-height:188px!important;gap:0!important}body.tf-services-v3-page .tf-services-contact__info-card ul{display:block!important;margin:0!important;padding:0!important;list-style:none!important}body.tf-services-v3-page .tf-services-contact__info-card li{
    display:flex!important;
    align-items:flex-start!important;
    gap:7px!important;
    min-height:30px!important;
    margin:0!important;
    padding:0!important;
    color:#fff!important;
    font-family:var(--tf-services-phone-futura)!important;
    font-size:16.8px!important;
    font-weight:400!important;
    line-height:28px!important;
  }body.tf-services-v3-page .tf-services-contact__info-card a{color:#fff!important;text-decoration:none!important}body.tf-services-v3-page .tf-services-contact__hours-card div{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    width:100%!important;
    height:28px!important;
    margin:0!important;
    padding:0!important;
    color:#fff!important;
    font-family:var(--tf-services-phone-futura)!important;
    font-size:16.8px!important;
    font-weight:400!important;
    line-height:28px!important;
  }body.tf-services-v3-page .tf-services-contact__hours-card span,body.tf-services-v3-page .tf-services-contact__hours-card strong{font:inherit!important;color:#fff!important}body.tf-services-v3-page .tf-services-map{
    display:block!important;
    width:100vw!important;
    height:400px!important;
    min-height:400px!important;
    max-height:400px!important;
    margin:0 0 40px calc(50% - 50vw)!important;
    padding:0!important;
    border:0!important;
    overflow:hidden!important;
    background:#111!important;
  }body.tf-services-v3-page .tf-services-map iframe{
    display:block!important;
    width:100%!important;
    height:400px!important;
    min-height:400px!important;
    max-height:400px!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    filter:grayscale(1) invert(.94) contrast(1.06) brightness(.82)!important;
  }body.tf-services-v3-page footer.tf-site-footer{margin-top:0!important;background:#000!important}
}

@media (max-width:390px){body.tf-services-v3-page .tf-service-card__label,body.tf-services-v3-page .tf-chip{font-size:14px!important;padding-left:13px!important;padding-right:13px!important}body.tf-services-v3-page .tf-services-contact__head h2{font-size:52px!important;line-height:57px!important}
}

@media (max-width:767px){body.tf-services-v3-page .tf-services-contact__info-card li>span:not(.tf-services-contact__glyph){
    color:#fff!important;
    font:inherit!important;
  }
}

body.tf-service-v2-page{
  --tf-navy:#0f172a;
  --tf-navy-2:#111d33;
  --tf-navy-3:#17253d;
  --tf-teal:#14b8a6;
  --tf-teal-soft:#68d9ce;
  --tf-off:#f4f5f1;
  --tf-white:#fff;
  --tf-ink:#0f172a;
  --tf-muted:#6d7988;
  --tf-line:#d9dfda;
}body.tf-service-v2-page .tf-svc{ background:var(--tf-off); color:var(--tf-ink); font-family:var(--font-sans); overflow:hidden; }body.tf-service-v2-page .tf-svc h1,body.tf-service-v2-page .tf-svc h2,body.tf-service-v2-page .tf-svc h3,body.tf-service-v2-page .tf-svc h4{ font-family:var(--font-sans)!important; }body.tf-service-v2-page .tf-svc-shell{ width:min(1320px,calc(100% - 56px)); margin:0 auto; }body.tf-service-v2-page .tf-svc-kicker{ display:flex; align-items:center; gap:9px; color:rgba(225,235,244,.72); text-transform:uppercase; letter-spacing:.13em; font-size:10px; line-height:1; font-weight:800; }body.tf-service-v2-page .tf-svc-kicker span{ width:7px; height:7px; border-radius:50%; background:var(--tf-teal); box-shadow:0 0 16px rgba(20,184,166,.5); flex:none; }body.tf-service-v2-page .tf-svc-kicker--dark{ color:#6a7685; }body.tf-service-v2-page .tf-svc-kicker--light{ color:#9eacbc; }body.tf-service-v2-page .tf-svc em{ font-style:normal; color:#778493; }body.tf-service-v2-page .site-header{ position:fixed!important; top:0; left:0; right:0; z-index:90; background:rgba(15,23,42,.98)!important; border-bottom:1px solid rgba(255,255,255,.08)!important; backdrop-filter:blur(16px); -webkit-backdrop-filter:blur(16px); }body.tf-service-v2-page .site-header .tradeform-brand,body.tf-service-v2-page .site-header nav>a,body.tf-service-v2-page .site-header [data-services-dropdown]>a{ color:#fff!important; }body.tf-service-v2-page .site-header .burger-line{ background:#fff!important; }body.tf-service-v2-page .site-header [href*="/contact/"]{ background:var(--tf-teal)!important; color:#061a18!important; border-radius:999px!important; padding:11px 18px!important; font-weight:800!important; }body.tf-service-v2-page .admin-bar .site-header{ top:32px; }body.tf-service-v2-page>footer{ background:var(--tf-navy)!important; color:#fff!important; border-color:rgba(255,255,255,.08)!important; }body.tf-service-v2-page>footer .text-muted-foreground{ color:#91a0b2!important; }body.tf-service-v2-page>footer .eyebrow{ color:#76ded4!important; }body.tf-service-v2-page>footer .border-hairline{ border-color:rgba(255,255,255,.08)!important; }body.tf-service-v2-page .tf-svc-hero{ position:relative; isolation:isolate; min-height:760px; padding:170px 0 108px; background:var(--tf-navy); color:#fff; overflow:hidden; }body.tf-service-v2-page .tf-svc-hero::before{ content:""; position:absolute; inset:0; z-index:-1; pointer-events:none; background:radial-gradient(circle at 84% 24%,rgba(20,184,166,.11),transparent 24%),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size:auto,48px 48px,48px 48px; }body.tf-service-v2-page .tf-svc-hero-grid{ display:grid; grid-template-columns:.92fr 1.08fr; gap:74px; align-items:center; }body.tf-service-v2-page .tf-svc-hero-copy h1{ max-width:730px; margin:24px 0 28px; color:#fff; font-size:clamp(54px,6.1vw,92px); line-height:.92; letter-spacing:-.062em; font-weight:770; }body.tf-service-v2-page .tf-svc-hero-copy h1 strong{ display:block; color:var(--tf-teal-soft); font-weight:770; }body.tf-service-v2-page .tf-svc-hero-copy>p{ max-width:650px; margin:0; color:#aeb9c7; font-size:17px; line-height:1.72; }body.tf-service-v2-page .tf-svc-actions{ display:flex; flex-wrap:wrap; gap:11px; margin-top:31px; }body.tf-service-v2-page .tf-svc-btn{ display:inline-flex; align-items:center; justify-content:center; gap:22px; min-height:48px; padding:0 20px; border-radius:999px; font-size:12px; font-weight:800; transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease; }body.tf-service-v2-page .tf-svc-btn:hover{ transform:translateY(-2px); }body.tf-service-v2-page .tf-svc-btn--accent{ background:var(--tf-teal); color:#071a18; box-shadow:0 13px 34px rgba(20,184,166,.15); }body.tf-service-v2-page .tf-svc-btn--ghost{ color:#fff; border:1px solid rgba(255,255,255,.22); background:rgba(255,255,255,.035); }body.tf-service-v2-page .tf-svc-btn--ghost:hover{ background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.4); }body.tf-service-v2-page .tf-svc-btn--dark{ background:#071a18; color:#fff; }body.tf-service-v2-page .tf-svc-hero-proof{ display:flex; flex-wrap:wrap; gap:8px 20px; margin-top:32px; color:#7f8fa3; font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:.08em; }body.tf-service-v2-page .tf-svc-hero-proof span{ position:relative; }body.tf-service-v2-page .tf-svc-hero-proof span+span::before{ content:""; position:absolute; left:-12px; top:5px; width:4px; height:4px; border-radius:50%; background:var(--tf-teal); }body.tf-service-v2-page .tf-svc-cut{ position:absolute; z-index:4; bottom:-1px; left:0; width:100%; height:58px; background:var(--tf-off); clip-path:polygon(0 75%,27% 75%,35% 28%,44% 68%,55% 18%,64% 63%,76% 36%,83% 75%,100% 75%,100% 100%,0 100%); }body.tf-service-v2-page .tf-svc-hero-visual{ position:relative; min-height:505px; border-radius:22px; overflow:hidden; background:#17243a; border:1px solid rgba(255,255,255,.1); box-shadow:0 34px 90px rgba(3,8,18,.28); }body.tf-service-v2-page .tf-svc-hero-visual>img{ width:100%; height:100%; position:absolute; inset:0; object-fit:cover; transition:transform .9s cubic-bezier(.22,1,.36,1); }body.tf-service-v2-page .tf-svc-hero-visual:hover>img{ transform:scale(1.025); }body.tf-service-v2-page .tf-svc-hero-visual::after{ content:""; position:absolute; inset:0; pointer-events:none; background:linear-gradient(180deg,rgba(7,16,31,.06),rgba(7,16,31,.15) 48%,rgba(7,16,31,.72) 100%); }body.tf-service-v2-page .tf-svc-browserbar{ position:absolute; top:0; left:0; right:0; z-index:3; height:42px; display:flex; align-items:center; gap:7px; padding:0 14px; background:rgba(8,16,30,.9); border-bottom:1px solid rgba(255,255,255,.08); backdrop-filter:blur(8px); }body.tf-service-v2-page .tf-svc-browserbar i{ width:7px; height:7px; border-radius:50%; background:#415069; }body.tf-service-v2-page .tf-svc-browserbar i:first-child{ background:var(--tf-teal); }body.tf-service-v2-page .tf-svc-browserbar b{ margin-left:auto; color:#7f8da0; font-size:8px; letter-spacing:.1em; text-transform:uppercase; }body.tf-service-v2-page .tf-svc-visual-note{ position:absolute; z-index:4; left:22px; right:22px; bottom:20px; padding:17px 18px; border-radius:13px; background:rgba(11,22,40,.84); border:1px solid rgba(255,255,255,.1); backdrop-filter:blur(10px); }body.tf-service-v2-page .tf-svc-visual-note small{ display:block; color:var(--tf-teal-soft); font-size:8px; font-weight:800; letter-spacing:.12em; }body.tf-service-v2-page .tf-svc-visual-note strong{ display:block; margin-top:7px; font-size:22px; line-height:1.05; letter-spacing:-.035em; }body.tf-service-v2-page .tf-svc-intro{ padding:106px 0 92px; background:var(--tf-off); }body.tf-service-v2-page .tf-svc-intro-grid{ display:grid; grid-template-columns:1.05fr .75fr; gap:110px; align-items:start; }body.tf-service-v2-page .tf-svc-intro h2{ max-width:760px; margin:18px 0 0; font-size:clamp(42px,5.1vw,70px); line-height:.98; letter-spacing:-.052em; font-weight:750; }body.tf-service-v2-page .tf-svc-copy{ padding-top:30px; }body.tf-service-v2-page .tf-svc-copy p{ margin:0 0 17px; color:#65717f; font-size:15px; line-height:1.76; }body.tf-service-v2-page .tf-svc-wow{ position:relative; padding:84px 0 94px; background:var(--tf-navy); color:#fff; overflow:hidden; }body.tf-service-v2-page .tf-svc-wow::before{ content:""; position:absolute; inset:0; pointer-events:none; background:radial-gradient(circle at 86% 18%,rgba(20,184,166,.12),transparent 27%),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size:auto,48px 48px,48px 48px; }body.tf-service-v2-page .tf-svc-wow>.tf-svc-shell{ position:relative; z-index:1; }body.tf-service-v2-page .tf-svc-section-head{ display:grid; grid-template-columns:1fr 390px; gap:72px; align-items:end; margin-bottom:42px; }body.tf-service-v2-page .tf-svc-section-head h2{ margin:14px 0 0; max-width:790px; font-size:clamp(40px,4.7vw,66px); line-height:.98; letter-spacing:-.052em; font-weight:740; }body.tf-service-v2-page .tf-svc-section-head h2 strong{ color:var(--tf-teal-soft); font-weight:740; }body.tf-service-v2-page .tf-svc-section-head>p{ margin:0 0 3px; color:#9ba9b8; font-size:13px; line-height:1.68; }body.tf-service-v2-page .tf-svc-anatomy{ position:relative; min-height:650px; border-radius:22px; overflow:hidden; border:1px solid rgba(255,255,255,.1); background:#0a1425; box-shadow:0 26px 80px rgba(0,0,0,.18); }body.tf-service-v2-page .tf-svc-anatomy-image{ position:absolute; inset:20px 31% 20px 20px; overflow:hidden; border-radius:15px; }body.tf-service-v2-page .tf-svc-anatomy-image::after{ content:""; position:absolute; inset:0; box-shadow:inset 0 0 0 1px rgba(255,255,255,.08); border-radius:inherit; }body.tf-service-v2-page .tf-svc-anatomy-image img{ width:100%; height:100%; object-fit:cover; }body.tf-service-v2-page .tf-svc-anatomy-pin{ position:absolute; z-index:3; right:22px; width:26%; padding:17px; border-radius:13px; border:1px solid rgba(255,255,255,.1); background:#15223a; }body.tf-service-v2-page .tf-svc-anatomy-pin::before{ content:""; position:absolute; right:100%; top:50%; width:55px; height:1px; background:linear-gradient(90deg,transparent,var(--tf-teal)); }body.tf-service-v2-page .tf-svc-anatomy-pin b{ color:var(--tf-teal-soft); font-size:9px; letter-spacing:.12em; }body.tf-service-v2-page .tf-svc-anatomy-pin span{ display:block; margin-top:8px; font-size:18px; font-weight:750; }body.tf-service-v2-page .tf-svc-anatomy-pin small{ display:block; margin-top:5px; color:#94a2b3; font-size:10px; line-height:1.5; }body.tf-service-v2-page .tf-pin-1{top:40px}body.tf-service-v2-page .tf-pin-2{top:190px}body.tf-service-v2-page .tf-pin-3{top:340px}body.tf-service-v2-page .tf-pin-4{top:490px}body.tf-service-v2-page .tf-svc-hero-visual--profile{ overflow:visible; }body.tf-service-v2-page .tf-svc-hero-visual--profile>img{ border-radius:22px; overflow:hidden; }body.tf-service-v2-page .tf-svc-profile-chip{ position:absolute; z-index:4; padding:13px 15px; border-radius:12px; background:rgba(10,21,38,.9); border:1px solid rgba(255,255,255,.1); box-shadow:0 18px 44px rgba(0,0,0,.22); backdrop-filter:blur(9px); }body.tf-service-v2-page .tf-svc-profile-chip small{ display:block; color:var(--tf-teal-soft); font-size:7px; font-weight:800; letter-spacing:.13em; }body.tf-service-v2-page .tf-svc-profile-chip strong{ display:block; margin-top:5px; color:#fff; font-size:13px; }body.tf-service-v2-page .tf-profile-chip-a{left:-25px;top:80px}body.tf-service-v2-page .tf-profile-chip-b{right:-25px;top:205px}body.tf-service-v2-page .tf-profile-chip-c{left:35px;bottom:24px}body.tf-service-v2-page .tf-svc-profile-stage{ display:grid; grid-template-columns:1.25fr .75fr; gap:12px; min-height:560px; }body.tf-service-v2-page .tf-svc-profile-stage-image{ grid-row:1/span 4; overflow:hidden; border-radius:18px; background:#0c1728; }body.tf-service-v2-page .tf-svc-profile-stage-image img{ width:100%; height:100%; object-fit:cover; }body.tf-service-v2-page .tf-svc-profile-signal{ padding:18px 19px; border-radius:14px; background:#15223a; border:1px solid rgba(255,255,255,.09); display:flex; flex-direction:column; justify-content:center; }body.tf-service-v2-page .tf-svc-profile-signal small{ color:var(--tf-teal-soft); font-size:9px; font-weight:800; letter-spacing:.12em; }body.tf-service-v2-page .tf-svc-profile-signal strong{ margin-top:10px; font-size:19px; }body.tf-service-v2-page .tf-svc-profile-signal span{ margin-top:5px; color:#93a2b4; font-size:10px; line-height:1.5; }body.tf-service-v2-page .tf-svc-search-query{ position:absolute; z-index:4; left:24px; right:24px; bottom:24px; padding:18px; border-radius:14px; background:rgba(9,19,35,.88); border:1px solid rgba(255,255,255,.1); backdrop-filter:blur(10px); }body.tf-service-v2-page .tf-svc-search-query small{ display:block; color:var(--tf-teal-soft); font-size:8px; font-weight:800; letter-spacing:.13em; }body.tf-service-v2-page .tf-svc-search-query strong{ display:block; margin-top:7px; font-size:19px; line-height:1.15; }body.tf-service-v2-page .tf-svc-search-query span{ display:block; margin-top:5px; color:#8f9caf; font-size:9px; text-transform:uppercase; letter-spacing:.08em; }body.tf-service-v2-page .tf-svc-intent-stage{ display:grid; grid-template-columns:1fr auto 1fr auto 1.25fr auto .95fr; gap:9px; align-items:stretch; }body.tf-service-v2-page .tf-svc-intent-panel,body.tf-service-v2-page .tf-svc-intent-image{ min-height:270px; padding:18px; border-radius:15px; background:#15223a; border:1px solid rgba(255,255,255,.09); }body.tf-service-v2-page .tf-svc-intent-panel{ display:flex; flex-direction:column; justify-content:flex-end; }body.tf-service-v2-page .tf-svc-intent-panel small,body.tf-service-v2-page .tf-svc-intent-image>span{ color:var(--tf-teal-soft); font-size:8px; font-weight:800; letter-spacing:.12em; }body.tf-service-v2-page .tf-svc-intent-panel strong{ margin-top:auto; font-size:20px; line-height:1.06; }body.tf-service-v2-page .tf-svc-intent-panel span{ margin-top:8px; color:#93a1b2; font-size:10px; line-height:1.5; }body.tf-service-v2-page .tf-svc-intent-panel--accent{ background:var(--tf-teal); color:#071a18; }body.tf-service-v2-page .tf-svc-intent-panel--accent small,body.tf-service-v2-page .tf-svc-intent-panel--accent span{ color:rgba(7,26,24,.68); }body.tf-service-v2-page .tf-svc-intent-image{ position:relative; padding:0; overflow:hidden; }body.tf-service-v2-page .tf-svc-intent-image img{ width:100%; height:100%; object-fit:cover; }body.tf-service-v2-page .tf-svc-intent-image>span{ position:absolute; left:12px; bottom:12px; z-index:2; padding:7px 9px; border-radius:999px; background:rgba(8,18,34,.82); }body.tf-service-v2-page .tf-svc-intent-arrow{ display:grid; place-items:center; color:var(--tf-teal-soft); font-size:17px; }body.tf-service-v2-page .tf-svc-social-label{ position:absolute; z-index:4; left:22px; right:22px; bottom:22px; padding:17px; border-radius:13px; background:rgba(10,21,38,.85); border:1px solid rgba(255,255,255,.1); backdrop-filter:blur(10px); }body.tf-service-v2-page .tf-svc-social-label small{ display:block; color:var(--tf-teal-soft); font-size:8px; font-weight:800; letter-spacing:.12em; }body.tf-service-v2-page .tf-svc-social-label strong{ display:block; margin-top:7px; font-size:20px; line-height:1.08; }body.tf-service-v2-page .tf-svc-creative-stage{ display:grid; grid-template-columns:repeat(3,1fr); gap:12px; align-items:end; }body.tf-service-v2-page .tf-svc-creative-card{ padding:12px 12px 18px; border-radius:17px; background:#15223a; border:1px solid rgba(255,255,255,.09); transition:transform .25s ease,border-color .25s ease; }body.tf-service-v2-page .tf-svc-creative-card:hover{ transform:translateY(-5px); border-color:rgba(104,217,206,.35); }body.tf-service-v2-page .tf-svc-creative-image{ height:330px; overflow:hidden; border-radius:11px; margin-bottom:15px; }body.tf-service-v2-page .tf-svc-creative-image img{ width:100%; height:100%; object-fit:cover; transition:transform .65s ease; }body.tf-service-v2-page .tf-svc-creative-card:hover img{ transform:scale(1.035); }body.tf-service-v2-page .tf-creative-b{ transform:translateY(-25px); }body.tf-service-v2-page .tf-creative-b:hover{ transform:translateY(-31px); }body.tf-service-v2-page .tf-svc-creative-card small{ color:var(--tf-teal-soft); font-size:8px; font-weight:800; letter-spacing:.12em; }body.tf-service-v2-page .tf-svc-creative-card strong{ display:block; margin-top:8px; font-size:20px; }body.tf-service-v2-page .tf-svc-creative-card>span{ display:block; margin-top:5px; color:#94a3b5; font-size:10px; }body.tf-service-v2-page .tf-svc-deliverables{ padding:100px 0; background:#fff; }body.tf-service-v2-page .tf-svc-two-col{ display:grid; grid-template-columns:.72fr 1.28fr; gap:88px; align-items:start; }body.tf-service-v2-page .tf-svc-sticky{ position:sticky; top:130px; }body.tf-service-v2-page .tf-svc-sticky h2{ margin:17px 0 20px; font-size:clamp(38px,4vw,58px); line-height:1; letter-spacing:-.05em; font-weight:750; }body.tf-service-v2-page .tf-svc-sticky p{ max-width:430px; margin:0; color:#687482; font-size:13px; line-height:1.72; }body.tf-service-v2-page .tf-svc-list{ border-top:1px solid var(--tf-line); }body.tf-service-v2-page .tf-svc-list-row{ display:grid; grid-template-columns:45px .85fr 1.15fr; gap:20px; align-items:start; padding:24px 0; border-bottom:1px solid var(--tf-line); }body.tf-service-v2-page .tf-svc-list-row small{ padding-top:4px; color:#0ca999; font-size:9px; font-weight:800; letter-spacing:.1em; }body.tf-service-v2-page .tf-svc-list-row h3{ margin:0; font-size:20px; line-height:1.1; letter-spacing:-.03em; }body.tf-service-v2-page .tf-svc-list-row p{ margin:0; color:#6c7784; font-size:11px; line-height:1.6; }body.tf-service-v2-page .tf-svc-fit{ padding:0 0 86px; background:#fff; }body.tf-service-v2-page .tf-svc-fit-card{ display:grid; grid-template-columns:1fr .9fr; gap:75px; padding:52px; border-radius:21px; background:var(--tf-navy); color:#fff; overflow:hidden; position:relative; }body.tf-service-v2-page .tf-svc-fit-card::before{ content:""; position:absolute; inset:0; pointer-events:none; background:radial-gradient(circle at 88% 10%,rgba(20,184,166,.13),transparent 28%),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size:auto,42px 42px,42px 42px; }body.tf-service-v2-page .tf-svc-fit-card>*{ position:relative; z-index:1; }body.tf-service-v2-page .tf-svc-fit-card h2{ margin:16px 0 0; max-width:700px; font-size:clamp(36px,4vw,56px); line-height:1; letter-spacing:-.05em; }body.tf-service-v2-page .tf-svc-fit-card h2 strong{ color:var(--tf-teal-soft); font-weight:750; }body.tf-service-v2-page .tf-svc-fit-note{ margin:15px 0 0; max-width:620px; color:#9daaba; font-size:11px; line-height:1.58; }body.tf-service-v2-page .tf-svc-fit-grid{ align-self:center; display:grid; grid-template-columns:1fr 1fr; gap:8px; }body.tf-service-v2-page .tf-svc-fit-grid span{ min-height:54px; display:flex; align-items:center; padding:0 15px; border-radius:11px; background:#17253d; border:1px solid rgba(255,255,255,.08); color:#dce5ed; font-size:10px; font-weight:700; }body.tf-service-v2-page .tf-svc-fit-grid span::before{ content:"✓"; margin-right:9px; color:var(--tf-teal-soft); }body.tf-service-v2-page .tf-svc-related{ padding:86px 0; background:var(--tf-off); }body.tf-service-v2-page .tf-svc-related-grid{ display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:20px; }body.tf-service-v2-page .tf-svc-related-grid a{ position:relative; min-height:220px; padding:26px; border:1px solid #d9dfda; border-radius:16px; background:#fff; transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease; }body.tf-service-v2-page .tf-svc-related-grid a:hover{ transform:translateY(-4px); border-color:#c7d4ce; box-shadow:0 18px 42px rgba(15,23,42,.07); }body.tf-service-v2-page .tf-svc-related-grid small{ color:#0ca999; text-transform:uppercase; letter-spacing:.11em; font-size:8px; font-weight:800; }body.tf-service-v2-page .tf-svc-related-grid h3{ margin:36px 0 8px; font-size:27px; letter-spacing:-.04em; }body.tf-service-v2-page .tf-svc-related-grid p{ max-width:520px; margin:0; color:#6a7684; font-size:11px; line-height:1.58; }body.tf-service-v2-page .tf-svc-related-grid a>span{ position:absolute; right:22px; bottom:20px; color:#0ca999; font-size:10px; font-weight:800; }body.tf-service-v2-page .tf-svc-cta{ padding:0 0 60px; background:var(--tf-off); }body.tf-service-v2-page .tf-svc-cta-card{ display:grid; grid-template-columns:1.08fr .92fr; gap:80px; padding:56px; border-radius:22px; background:linear-gradient(110deg,#14b8a6,#51d5c9); color:#071a18; }body.tf-service-v2-page .tf-svc-cta .tf-svc-kicker{ color:rgba(7,26,24,.65); }body.tf-service-v2-page .tf-svc-cta .tf-svc-kicker span{ background:#071a18; box-shadow:none; }body.tf-service-v2-page .tf-svc-cta h2{ margin:16px 0 0; max-width:700px; font-size:clamp(40px,4.8vw,66px); line-height:.96; letter-spacing:-.055em; }body.tf-service-v2-page .tf-svc-cta h2 strong{ display:block; color:rgba(7,26,24,.52); font-weight:750; }body.tf-service-v2-page .tf-svc-cta-card>div:last-child{ align-self:end; }body.tf-service-v2-page .tf-svc-cta-card>div:last-child>p{ max-width:500px; margin:0 0 23px; font-size:12px; line-height:1.62; }body.tf-service-v2-page .tf-svc-text-link{ display:block; width:max-content; margin-top:16px; padding-bottom:3px; border-bottom:1px solid rgba(7,26,24,.32); color:#071a18; font-size:10px; font-weight:800; }

@media (prefers-reduced-motion:reduce) {body.tf-service-v2-page .tf-svc *{ scroll-behavior:auto!important; }body.tf-service-v2-page .tf-svc-hero-visual>img,body.tf-service-v2-page .tf-svc-creative-card,body.tf-service-v2-page .tf-svc-creative-image img,body.tf-service-v2-page .tf-svc-related-grid a,body.tf-service-v2-page .tf-svc-btn{ transition:none!important; }
}

@media (max-width:1100px) {body.tf-service-v2-page .tf-svc-hero-grid{ grid-template-columns:1fr 1fr; gap:40px; }body.tf-service-v2-page .tf-svc-hero-copy h1{ font-size:clamp(50px,6.4vw,75px); }body.tf-service-v2-page .tf-svc-intro-grid{ gap:65px; }body.tf-service-v2-page .tf-svc-intent-stage{ grid-template-columns:1fr 28px 1fr; }body.tf-service-v2-page .tf-svc-intent-stage>.tf-svc-intent-image,body.tf-service-v2-page .tf-svc-intent-stage>.tf-svc-intent-panel--accent{ min-height:240px; }body.tf-service-v2-page .tf-svc-intent-stage>.tf-svc-intent-image{ grid-column:1; }body.tf-service-v2-page .tf-svc-intent-stage>.tf-svc-intent-panel--accent{ grid-column:3; }body.tf-service-v2-page .tf-svc-intent-stage>.tf-svc-intent-arrow:nth-of-type(n+3){ display:none; }
}

@media (max-width:782px) {body.tf-service-v2-page .admin-bar .site-header{ top:46px; } }

@media (max-width:767px) {body.tf-service-v2-page .tf-svc-shell{ width:min(100% - 36px,1320px); }body.tf-service-v2-page .site-header .container-editorial{ padding-inline:20px!important; }body.tf-service-v2-page .tf-svc-hero{ min-height:0; padding:126px 0 92px; }body.tf-service-v2-page .tf-svc-hero-grid{ grid-template-columns:1fr; gap:36px; }body.tf-service-v2-page .tf-svc-hero-copy h1{ margin-top:19px; font-size:clamp(45px,13vw,64px); line-height:.94; }body.tf-service-v2-page .tf-svc-hero-copy>p{ font-size:15px; }body.tf-service-v2-page .tf-svc-actions{ flex-direction:column; }body.tf-service-v2-page .tf-svc-btn{ width:100%; justify-content:space-between; }body.tf-service-v2-page .tf-svc-hero-proof{ gap:7px 18px; }body.tf-service-v2-page .tf-svc-hero-visual{ min-height:410px; border-radius:17px; }body.tf-service-v2-page .tf-svc-cut{ height:34px; clip-path:polygon(0 72%,22% 72%,36% 28%,50% 70%,67% 20%,81% 72%,100% 72%,100% 100%,0 100%); }body.tf-service-v2-page .tf-svc-intro{ padding:72px 0 65px; }body.tf-service-v2-page .tf-svc-intro-grid{ grid-template-columns:1fr; gap:23px; }body.tf-service-v2-page .tf-svc-intro h2{ font-size:clamp(38px,11.5vw,52px); }body.tf-service-v2-page .tf-svc-copy{ padding-top:0; }body.tf-service-v2-page .tf-svc-wow{ padding:68px 0; }body.tf-service-v2-page .tf-svc-section-head{ grid-template-columns:1fr; gap:20px; margin-bottom:28px; }body.tf-service-v2-page .tf-svc-section-head h2{ font-size:clamp(37px,11vw,52px); }body.tf-service-v2-page .tf-svc-anatomy{ min-height:0; padding:12px; display:grid; gap:9px; }body.tf-service-v2-page .tf-svc-anatomy-image{ position:relative; inset:auto; height:310px; }body.tf-service-v2-page .tf-svc-anatomy-pin{ position:relative; inset:auto!important; width:auto; }body.tf-service-v2-page .tf-svc-anatomy-pin::before{ display:none; }body.tf-service-v2-page .tf-svc-profile-chip{ display:none; }body.tf-service-v2-page .tf-svc-profile-stage{ grid-template-columns:1fr 1fr; min-height:0; }body.tf-service-v2-page .tf-svc-profile-stage-image{ grid-column:1/-1; grid-row:auto; height:310px; }body.tf-service-v2-page .tf-svc-profile-signal{ min-height:140px; }body.tf-service-v2-page .tf-svc-intent-stage{ grid-template-columns:1fr; }body.tf-service-v2-page .tf-svc-intent-arrow{ transform:rotate(90deg); height:24px; }body.tf-service-v2-page .tf-svc-intent-stage>.tf-svc-intent-image,body.tf-service-v2-page .tf-svc-intent-stage>.tf-svc-intent-panel--accent{ grid-column:auto; }body.tf-service-v2-page .tf-svc-intent-stage>.tf-svc-intent-arrow:nth-of-type(n+3){ display:grid; }body.tf-service-v2-page .tf-svc-intent-panel,body.tf-service-v2-page .tf-svc-intent-image{ min-height:230px; }body.tf-service-v2-page .tf-svc-creative-stage{ grid-template-columns:1fr; }body.tf-service-v2-page .tf-creative-b,body.tf-service-v2-page .tf-creative-b:hover{ transform:none; }body.tf-service-v2-page .tf-svc-creative-image{ height:290px; }body.tf-service-v2-page .tf-svc-deliverables{ padding:72px 0; }body.tf-service-v2-page .tf-svc-two-col{ grid-template-columns:1fr; gap:35px; }body.tf-service-v2-page .tf-svc-sticky{ position:relative; top:auto; }body.tf-service-v2-page .tf-svc-sticky h2{ font-size:clamp(37px,10.5vw,50px); }body.tf-service-v2-page .tf-svc-list-row{ grid-template-columns:36px 1fr; gap:8px 12px; }body.tf-service-v2-page .tf-svc-list-row p{ grid-column:2; }body.tf-service-v2-page .tf-svc-fit{ padding-bottom:68px; }body.tf-service-v2-page .tf-svc-fit-card{ grid-template-columns:1fr; gap:28px; padding:34px 25px; border-radius:17px; }body.tf-service-v2-page .tf-svc-fit-card h2{ font-size:clamp(35px,10.5vw,48px); }body.tf-service-v2-page .tf-svc-fit-grid{ grid-template-columns:1fr; }body.tf-service-v2-page .tf-svc-related{ padding:68px 0; }body.tf-service-v2-page .tf-svc-related-grid{ grid-template-columns:1fr; }body.tf-service-v2-page .tf-svc-related-grid a{ min-height:200px; }body.tf-service-v2-page .tf-svc-cta{ padding-bottom:32px; }body.tf-service-v2-page .tf-svc-cta-card{ width:calc(100% - 24px); grid-template-columns:1fr; gap:30px; padding:36px 25px; border-radius:18px; }body.tf-service-v2-page .tf-svc-cta h2{ font-size:clamp(38px,11vw,54px); }body.tf-service-v2-page .tf-svc-text-link{ width:auto; }
}
