/* Generated from solution.html. Blocksy owns global typography; header, footer and menu markup are removed from the Gutenberg fragment. */
.wtt-page.wtt-page--solution :is(.phero p.sub,.section-head p,.ft-content p,.faq-a p) a{color:var(--primary);font-weight:700;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;transition:color .2s ease}.wtt-page.wtt-page--solution :is(.phero p.sub,.section-head p,.ft-content p,.faq-a p) a:hover{color:var(--hover)}.wtt-page.wtt-page--solution :is(.phero p.sub,.disp-section .section-head p,.final p.lead) a{color:var(--accent)}.wtt-page.wtt-page--solution :is(.phero p.sub,.disp-section .section-head p,.final p.lead) a:hover{color:#fff}
.wtt-page.wtt-page--solution{
    --primary:var(--theme-palette-color-1,#0E7CC5);
    --hover:var(--theme-palette-color-2,#0567AD);
    --accent:#51A9DC;
    --dark:var(--theme-palette-color-4,#1E1F23);
    --light:#F7F9FC;
    --white:#FFFFFF;
    --ink:var(--theme-text-color,#14161A);
    --muted:#5B6470;
    --line:#E4E9F0;
    --radius:10px;
    --shadow:0 10px 30px rgba(20,30,50,.08);
    --shadow-lg:0 20px 50px rgba(20,30,50,.14);
    --maxw:1400px;
  }.wtt-page.wtt-page--solution *{margin:0;padding:0;box-sizing:border-box}.wtt-page.wtt-page--solution{scroll-behavior:smooth}.wtt-page.wtt-page--solution{
    
    color:var(--ink);background:var(--white);line-height:1.6;
    -webkit-font-smoothing:antialiased;overflow-x:hidden;
  }.wtt-page.wtt-page--solution img{max-width:100%;display:block}.wtt-page.wtt-page--solution a{text-decoration:none;color:inherit}.wtt-page.wtt-page--solution .wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}.wtt-page.wtt-page--solution .eyebrow{display:inline-block;font-size:15px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--primary);margin-bottom:14px}.wtt-page.wtt-page--solution .eyebrow.light{color:var(--accent)}.wtt-page.wtt-page--solution .section{padding:110px 0}.wtt-page.wtt-page--solution .section-head{max-width:720px;margin-bottom:56px}.wtt-page.wtt-page--solution .section-head.center{margin-left:auto;margin-right:auto;text-align:center}.wtt-page.wtt-page--solution .section-head h2{font-size:clamp(30px,4.2vw,48px);margin-bottom:16px}.wtt-page.wtt-page--solution .section-head p{font-size:18px;color:var(--muted)}.wtt-page.wtt-page--solution .btn{display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:16px;padding:16px 30px;border-radius:var(--radius);border:2px solid transparent;cursor:pointer;transition:.25s ease;line-height:1}.wtt-page.wtt-page--solution .btn-primary{background:var(--primary);color:#fff}.wtt-page.wtt-page--solution .btn-primary:hover{background:var(--hover);transform:translateY(-2px);box-shadow:0 12px 28px rgba(14,124,197,.35)}.wtt-page.wtt-page--solution .btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.4)}.wtt-page.wtt-page--solution .btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.08)}.wtt-page.wtt-page--solution .arrow{font-size:18px;transition:transform .25s}.wtt-page.wtt-page--solution .btn:hover .arrow{transform:translateX(4px)}.wtt-page.wtt-page--solution /* HEADER */
  header{position:fixed;top:0;left:0;right:0;z-index:100;transition:.3s ease;padding:18px 0;background:transparent;border-bottom:1px solid transparent}.wtt-page.wtt-page--solution header.scrolled{padding:10px 0;background:#fff;border-bottom-color:var(--line);box-shadow:0 6px 24px rgba(20,30,50,.12)}.wtt-page.wtt-page--solution .nav{display:flex;align-items:center;justify-content:space-between;gap:24px}.wtt-page.wtt-page--solution .logo{display:flex;align-items:center;gap:11px;font-weight:900;font-size:24px;letter-spacing:-.03em}.wtt-page.wtt-page--solution .logo img{height:48px;width:auto;display:block}.wtt-page.wtt-page--solution .logo .logo-light{display:block}.wtt-page.wtt-page--solution .logo .logo-dark{display:none}.wtt-page.wtt-page--solution header.scrolled .logo .logo-light{display:none}.wtt-page.wtt-page--solution header.scrolled .logo .logo-dark{display:block}.wtt-page.wtt-page--solution .nav-links{display:flex;align-items:center;gap:30px}.wtt-page.wtt-page--solution .nav-links a{color:rgba(255,255,255,.9);font-weight:600;font-size:15px;transition:.2s}.wtt-page.wtt-page--solution .nav-links a:hover, .wtt-page.wtt-page--solution .nav-links a.active{color:#fff}.wtt-page.wtt-page--solution header.scrolled .nav-links a{color:var(--ink)}.wtt-page.wtt-page--solution header.scrolled .nav-links a:hover, .wtt-page.wtt-page--solution header.scrolled .nav-links a.active{color:var(--primary)}.wtt-page.wtt-page--solution .nav-item{position:relative}.wtt-page.wtt-page--solution .nav-item .caret{font-size:11px;opacity:.8}.wtt-page.wtt-page--solution .dropdown{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(10px);min-width:200px;background:rgba(30,31,35,.98);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:8px;box-shadow:0 16px 40px rgba(0,0,0,.4);display:flex;flex-direction:column;gap:2px;opacity:0;visibility:hidden;transition:.22s ease;z-index:50}.wtt-page.wtt-page--solution .dropdown a{padding:10px 14px;border-radius:7px;font-size:14px;color:rgba(255,255,255,.9)!important}.wtt-page.wtt-page--solution .dropdown a:hover{background:rgba(14,124,197,.18);color:#fff!important}.wtt-page.wtt-page--solution .nav-item.has-drop:hover .dropdown{opacity:1;visibility:visible;transform:translateX(-50%) translateY(6px)}.wtt-page.wtt-page--solution .nav-cta{display:flex;align-items:center;gap:16px}.wtt-page.wtt-page--solution .nav-cta .btn{padding:12px 22px;font-size:15px}.wtt-page.wtt-page--solution .burger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:0;padding:6px}.wtt-page.wtt-page--solution .burger span{width:26px;height:2px;background:#fff;border-radius:2px;transition:.3s}.wtt-page.wtt-page--solution header.scrolled .burger span{background:var(--ink)}.wtt-page.wtt-page--solution /* HERO */
  .phero{position:relative;min-height:78vh;display:flex;align-items:center;
    background:linear-gradient(180deg,rgba(14,16,22,.45),rgba(14,16,22,.78)),
      url('https://images.unsplash.com/photo-1519671482749-fd09be7ccebf?auto=format&fit=crop&w=2000&q=80') center/cover no-repeat;
    color:#fff;padding:150px 0 90px}.wtt-page.wtt-page--solution .phero .wrap{position:relative;z-index:2;width:100%}.wtt-page.wtt-page--solution .phero-inner{max-width:760px}.wtt-page.wtt-page--solution .phero h1{font-size:clamp(38px,6vw,72px);font-weight:900;letter-spacing:.04em;text-transform:uppercase;margin-bottom:18px}.wtt-page.wtt-page--solution .phero p.sub{font-size:clamp(16px,2vw,20px);color:rgba(255,255,255,.85);max-width:640px;margin-bottom:30px;font-weight:400}.wtt-page.wtt-page--solution /* ADVANTAGES TABS */
  .ft-layout{display:flex;flex-direction:column;gap:36px}.wtt-page.wtt-page--solution .ft-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.wtt-page.wtt-page--solution .ft-body{display:grid;grid-template-columns:minmax(0,1.1fr) 1fr;gap:48px;align-items:center}.wtt-page.wtt-page--solution .ft-tab{position:relative;display:flex;align-items:center;gap:14px;padding:18px 18px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;cursor:pointer;transition:.25s;text-align:left;flex:1;overflow:hidden}.wtt-page.wtt-page--solution .ft-tab .ft-ic{width:46px;height:46px;border-radius:11px;display:grid;place-items:center;background:rgba(14,124,197,.1);flex-shrink:0;transition:.25s}.wtt-page.wtt-page--solution .ft-tab .ft-ic svg{width:26px;height:26px;color:var(--primary);transition:.25s}.wtt-page.wtt-page--solution .ft-tab .ft-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.wtt-page.wtt-page--solution .ft-tab .ft-num{font-size:12px;font-weight:800;letter-spacing:.1em;color:var(--muted);transition:.25s}.wtt-page.wtt-page--solution .ft-tab .ft-label{font-weight:700;font-size:15px;color:var(--ink);transition:.25s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wtt-page.wtt-page--solution .ft-tab:hover:not(.active){border-color:var(--accent);transform:translateX(3px)}.wtt-page.wtt-page--solution .ft-tab.active{background:var(--primary);border-color:var(--primary);box-shadow:0 14px 30px rgba(14,124,197,.35)}.wtt-page.wtt-page--solution .ft-tab.active .ft-ic{background:rgba(255,255,255,.18)}.wtt-page.wtt-page--solution .ft-tab.active .ft-ic svg{color:#fff}.wtt-page.wtt-page--solution .ft-tab.active .ft-num{color:rgba(255,255,255,.72)}.wtt-page.wtt-page--solution .ft-tab.active .ft-label{color:#fff}.wtt-page.wtt-page--solution .ft-media{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);min-height:440px}.wtt-page.wtt-page--solution .ft-media img{width:100%;height:100%;object-fit:cover;transition:opacity .4s}.wtt-page.wtt-page--solution .ft-badge{position:absolute;top:16px;left:16px;background:rgba(14,124,197,.92);color:#fff;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:7px 14px;border-radius:50px;z-index:2;backdrop-filter:blur(4px)}.wtt-page.wtt-page--solution .ft-content{display:flex;flex-direction:column;justify-content:center}.wtt-page.wtt-page--solution .ft-content h3{font-size:clamp(24px,2.6vw,32px);font-weight:800;line-height:1.15;margin-bottom:16px}.wtt-page.wtt-page--solution .ft-content p{color:var(--muted);font-size:16px;margin-bottom:24px}.wtt-page.wtt-page--solution .ft-points{list-style:none;display:flex;flex-direction:column;gap:14px;margin-bottom:26px}.wtt-page.wtt-page--solution .ft-points li{display:flex;align-items:center;gap:12px;font-weight:600;font-size:16px}.wtt-page.wtt-page--solution .ft-points li svg{width:22px;height:22px;color:var(--primary);flex-shrink:0}.wtt-page.wtt-page--solution .ft-more{font-weight:700;font-size:15px;display:inline-flex;gap:8px;align-items:center;color:var(--ink);border-bottom:2px solid var(--ink);padding-bottom:3px;align-self:flex-start;transition:.2s}.wtt-page.wtt-page--solution .ft-more:hover{color:var(--primary);border-color:var(--primary)}.wtt-page.wtt-page--solution .ft-fade{animation:ftFade .45s ease}
  @keyframes ftFade{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.wtt-page.wtt-page--solution /* DISPLAY (blue band, .wtt-page.wtt-page--solution 4 cards) */
  .disp-section{background:var(--primary);color:#fff;padding-bottom:40px}.wtt-page.wtt-page--solution .disp-section .section-head h2{color:#fff}.wtt-page.wtt-page--solution .disp-slider{position:relative;overflow:hidden;padding:14px 0}.wtt-page.wtt-page--solution .disp-track{display:flex;gap:28px;transition:transform .6s cubic-bezier(.16,1,.3,1);will-change:transform}.wtt-page.wtt-page--solution .dslide{position:relative;flex:0 0 56%;border-radius:var(--radius);overflow:hidden;height:440px;box-shadow:none;cursor:pointer;transform:scale(.86);opacity:1;transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .6s,box-shadow .6s}.wtt-page.wtt-page--solution .dslide.is-active{transform:scale(1);opacity:1;box-shadow:none}.wtt-page.wtt-page--solution .dslide img{width:100%;height:100%;object-fit:cover;transition:.5s ease}.wtt-page.wtt-page--solution .dslide:hover img{transform:scale(1.08)}.wtt-page.wtt-page--solution .dslide .ov{position:absolute;inset:auto 0 0;display:flex;flex-direction:column;justify-content:flex-end;padding:18px 26px;background:rgba(14,16,22,.68);color:#fff}.wtt-page.wtt-page--solution .dslide .ov span{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:6px}.wtt-page.wtt-page--solution .dslide .ov h3{font-size:22px}.wtt-page.wtt-page--solution .dslide .ov i{width:40px;height:3px;background:var(--accent);border-radius:3px;margin-top:12px;transition:.3s}.wtt-page.wtt-page--solution .dslide:hover .ov i{width:72px}.wtt-page.wtt-page--solution .disp-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:54px;height:54px;border:0;border-radius:50%;background:#fff;color:var(--primary);font-size:24px;line-height:1;cursor:pointer;box-shadow:0 10px 28px rgba(0,0,0,.28);display:grid;place-items:center;transition:.25s}.wtt-page.wtt-page--solution .disp-arrow:hover{background:var(--ink);color:#fff;transform:translateY(-50%) scale(1.08)}.wtt-page.wtt-page--solution .disp-arrow.prev{left:13%}.wtt-page.wtt-page--solution .disp-arrow.next{right:13%}.wtt-page.wtt-page--solution /* LOGOS BAND */
  .logos-band{background:var(--primary);padding:30px 0 56px}.wtt-page.wtt-page--solution .logos-band .lcap{text-align:center;font-size:13px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.6);margin-bottom:32px}.wtt-page.wtt-page--solution .logos-marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.wtt-page.wtt-page--solution .logos-track{display:flex;align-items:center;gap:clamp(32px,5vw,64px);width:max-content;animation:logoLoop 16s linear infinite}.wtt-page.wtt-page--solution .logos-marquee:hover .logos-track{animation-play-state:paused}
  @keyframes logoLoop{from{transform:translateX(0)}to{transform:translateX(-50%)}}.wtt-page.wtt-page--solution .logo-item{height:90px;width:auto;max-width:260px;object-fit:contain;background:#fff;border-radius:10px;padding:16px 26px;opacity:.92;flex:0 0 auto;transition:.25s}.wtt-page.wtt-page--solution .logo-item:hover{opacity:1;box-shadow:0 8px 22px rgba(0,0,0,.35)}.wtt-page.wtt-page--solution /* SPECIFICATION TABS */
  .spec-panel-wrap{width:100%;overflow-x:auto}.wtt-page.wtt-page--solution .spec-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.wtt-page.wtt-page--solution .spec-table th{text-align:left;background:var(--primary);color:#fff;font-size:14px;font-weight:700;letter-spacing:.02em;padding:15px 20px}.wtt-page.wtt-page--solution .spec-table td{padding:14px 20px;border-top:1px solid var(--line);color:#14161A;font-size:15px;font-weight:400}.wtt-page.wtt-page--solution .spec-table td:first-child{color:#14161A;font-weight:600}.wtt-page.wtt-page--solution .spec-table td strong{color:#14161A;font-weight:500}.wtt-page.wtt-page--solution .spec-table tr:nth-child(even) td{background:var(--light)}.wtt-page.wtt-page--solution .spec-table tr:hover td{background:rgba(14,124,197,.06)}.wtt-page.wtt-page--solution /* VIDEO */
  .video-section{background:#EAF4FB}.wtt-page.wtt-page--solution .video-card{position:relative;max-width:1000px;margin:0 auto;border-radius:14px;overflow:hidden;box-shadow:none;aspect-ratio:16/9;cursor:pointer;background:#EAF4FB;line-height:0}.wtt-page.wtt-page--solution .video-card img{width:100%;height:100%;object-fit:cover;opacity:.9;transition:.4s}.wtt-page.wtt-page--solution .video-card video{display:block;width:calc(100% + 4px)!important;max-width:none!important;height:calc(100% + 4px);max-height:none;margin:-2px;border:0;outline:0;background:#EAF4FB;object-fit:cover}.wtt-page.wtt-page--solution .video-card video:focus,.wtt-page.wtt-page--solution .video-card video:focus-visible{border:0;outline:0;box-shadow:none}.wtt-page.wtt-page--solution .video-card:hover img{opacity:.8;transform:scale(1.03)}.wtt-page.wtt-page--solution .video-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:84px;height:84px;border-radius:50%;background:#FF0000;display:grid;place-items:center;box-shadow:0 10px 30px rgba(0,0,0,.4);transition:.3s;z-index:2}.wtt-page.wtt-page--solution .video-card:hover .video-play{transform:translate(-50%,-50%) scale(1.08)}.wtt-page.wtt-page--solution .video-play::after{content:"";border-left:26px solid #fff;border-top:16px solid transparent;border-bottom:16px solid transparent;margin-left:6px}.wtt-page.wtt-page--solution .video-card iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.wtt-page.wtt-page--solution /* FAQ */
  .faq-section{background:var(--white)}.wtt-page.wtt-page--solution .faq-list{max-width:980px;margin:0 auto}.wtt-page.wtt-page--solution .faq{background:#fff;border:1px solid var(--line);border-radius:var(--radius);margin-bottom:14px;overflow:hidden;transition:.25s}.wtt-page.wtt-page--solution .faq.open{border-color:var(--primary);box-shadow:var(--shadow)}.wtt-page.wtt-page--solution .faq-q{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 26px;cursor:pointer;font-weight:700;font-size:17px;transition:color .25s}.wtt-page.wtt-page--solution .faq-q:hover{color:var(--primary)}.wtt-page.wtt-page--solution .faq.open .faq-q{color:var(--primary)}.wtt-page.wtt-page--solution .faq-q .pm{width:30px;height:30px;border-radius:50%;background:var(--light);display:grid;place-items:center;font-size:20px;color:var(--primary);transition:.3s;flex-shrink:0}.wtt-page.wtt-page--solution .faq.open .pm{background:var(--primary);color:#fff;transform:rotate(45deg)}.wtt-page.wtt-page--solution .faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease;padding:0 26px}.wtt-page.wtt-page--solution .faq-a p{padding-bottom:24px;color:var(--muted);font-size:15px}.wtt-page.wtt-page--solution /* CTA + FORM */
  .final{color:#fff;position:relative;
    background:linear-gradient(rgba(14,16,22,.9),rgba(14,16,22,.94)),
      url('https://images.unsplash.com/photo-1513828583688-c52646db42da?auto=format&fit=crop&w=2000&q=80') center/cover fixed}.wtt-page.wtt-page--solution .final-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.wtt-page.wtt-page--solution .final h2{font-size:clamp(32px,4.5vw,52px);margin-bottom:18px}.wtt-page.wtt-page--solution .final p.lead{font-size:19px;color:rgba(255,255,255,.82);margin-bottom:30px}.wtt-page.wtt-page--solution .final ul{list-style:none;display:flex;flex-direction:column;gap:14px}.wtt-page.wtt-page--solution .final ul li{display:flex;align-items:center;gap:12px;font-size:16px;color:rgba(255,255,255,.9)}.wtt-page.wtt-page--solution .final ul li .ck{width:26px;height:26px;border-radius:50%;background:var(--primary);display:grid;place-items:center;font-size:14px;flex-shrink:0}.wtt-page.wtt-page--solution .form-card{background:#fff;border-radius:14px;padding:38px;box-shadow:var(--shadow-lg);color:var(--ink)}.wtt-page.wtt-page--solution .form-card h3{font-size:24px;margin-bottom:6px}.wtt-page.wtt-page--solution .form-card .fsub{color:var(--muted);font-size:15px;margin-bottom:24px}.wtt-page.wtt-page--solution .field{margin-bottom:16px}.wtt-page.wtt-page--solution .field label{display:block;font-size:13px;font-weight:700;margin-bottom:6px;color:#333}.wtt-page.wtt-page--solution .field input, .wtt-page.wtt-page--solution .field textarea, .wtt-page.wtt-page--solution .field select{width:100%;padding:13px 15px;border:1.5px solid var(--line);border-radius:var(--radius);font-family:inherit;font-size:15px;transition:.2s;background:var(--light);color:var(--ink)}.wtt-page.wtt-page--solution .field input:focus, .wtt-page.wtt-page--solution .field textarea:focus, .wtt-page.wtt-page--solution .field select:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px rgba(14,124,197,.1)}.wtt-page.wtt-page--solution .field textarea{resize:vertical;min-height:90px}.wtt-page.wtt-page--solution .frow{display:grid;grid-template-columns:1fr 1fr;gap:16px}.wtt-page.wtt-page--solution .form-card .btn-primary{width:100%;justify-content:center;margin-top:6px}.wtt-page.wtt-page--solution .form-note{font-size:12px;color:var(--muted);text-align:center;margin-top:14px}.wtt-page.wtt-page--solution .form-success{display:none;text-align:center;padding:30px 0}.wtt-page.wtt-page--solution .form-success.show{display:block}.wtt-page.wtt-page--solution .form-success .ico{width:64px;height:64px;border-radius:50%;background:var(--primary);color:#fff;display:grid;place-items:center;font-size:30px;margin:0 auto 18px}.wtt-page.wtt-page--solution /* FOOTER */
  footer{background:#15171b;color:rgba(255,255,255,.7);padding:70px 0 30px}.wtt-page.wtt-page--solution .foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:40px;margin-bottom:50px}.wtt-page.wtt-page--solution .foot-grid h4{color:#fff;font-size:16px;margin-bottom:18px}.wtt-page.wtt-page--solution .foot-grid ul{list-style:none;display:flex;flex-direction:column;gap:10px}.wtt-page.wtt-page--solution .foot-grid ul li a{font-size:14px;transition:.2s}.wtt-page.wtt-page--solution .foot-grid ul li a:hover{color:var(--accent)}.wtt-page.wtt-page--solution .foot-about p{font-size:14px;margin:16px 0;max-width:340px}.wtt-page.wtt-page--solution .foot-contact div{font-size:14px;margin-bottom:10px;display:flex;gap:10px}.wtt-page.wtt-page--solution .foot-contact b{color:#fff}.wtt-page.wtt-page--solution .foot-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:13px}.wtt-page.wtt-page--solution .reveal{opacity:0;transform:translateY(30px);transition:.7s cubic-bezier(.16,1,.3,1)}.wtt-page.wtt-page--solution .reveal.in{opacity:1;transform:none}.wtt-page.wtt-page--solution /* RESPONSIVE */
  @media(max-width:1024px){.wtt-page.wtt-page--solution .dslide{flex:0 0 66%;height:380px}.wtt-page.wtt-page--solution .disp-arrow.prev{left:5%}.wtt-page.wtt-page--solution .disp-arrow.next{right:5%}.wtt-page.wtt-page--solution .ft-tabs{grid-template-columns:repeat(2,1fr)}.wtt-page.wtt-page--solution .ft-body{grid-template-columns:1fr;gap:28px}.wtt-page.wtt-page--solution .ft-tab{padding:16px 14px}.wtt-page.wtt-page--solution .ft-tab.active::after{display:none}.wtt-page.wtt-page--solution .ft-media{min-height:320px}
  }

  @media(max-width:760px){.wtt-page.wtt-page--solution .dslide .ov{padding:16px 18px}}
  @media(max-width:760px){.wtt-page.wtt-page--solution .section{padding:70px 0}.wtt-page.wtt-page--solution .nav-links, .wtt-page.wtt-page--solution .nav-cta .btn{display:none}.wtt-page.wtt-page--solution .burger{display:flex}.wtt-page.wtt-page--solution .nav-links.open{display:flex;position:absolute;top:64px;left:0;right:0;flex-direction:column;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 12px 30px rgba(20,30,50,.12);padding:24px;gap:18px}.wtt-page.wtt-page--solution .nav-links.open a{color:var(--ink)!important}.wtt-page.wtt-page--solution .dropdown{position:static;transform:none!important;opacity:1;visibility:visible;background:none;border:0;box-shadow:none;padding:6px 0 0 16px;min-width:0;backdrop-filter:none}.wtt-page.wtt-page--solution .dropdown a{color:var(--ink)!important}.wtt-page.wtt-page--solution .nav-item.has-drop .dropdown a{padding:8px 0}.wtt-page.wtt-page--solution .final-grid, .wtt-page.wtt-page--solution .frow{grid-template-columns:1fr}.wtt-page.wtt-page--solution .foot-grid{grid-template-columns:1fr 1fr}.wtt-page.wtt-page--solution .dslide{flex:0 0 82%;height:320px}.wtt-page.wtt-page--solution .disp-arrow{width:46px;height:46px;font-size:20px}.wtt-page.wtt-page--solution .disp-arrow.prev{left:2%}.wtt-page.wtt-page--solution .disp-arrow.next{right:2%}.wtt-page.wtt-page--solution .ft-tabs{grid-template-columns:1fr}.wtt-page.wtt-page--solution .spec-table{min-width:600px}.wtt-page.wtt-page--solution .phero{min-height:auto}.wtt-page.wtt-page--solution .final{background-attachment:scroll}
  }
