.tv-footer__top{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.16);display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;padding-bottom:28px}.tv-footer__support{color:var(--tv-h-color,#fff);font-size:var(--tv-h-size,19px);font-weight:var(--tv-hw,700);text-decoration:none}.tv-footer__social{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.tv-footer__soc{align-items:center;border:1px solid hsla(0,0%,100%,.22);border-radius:99px;color:var(--tv-b-color,var(--tv-on-dark));display:inline-flex;height:38px;justify-content:center;text-decoration:none;transition:color .2s ease,border-color .2s ease,background .2s ease;width:38px}.tv-footer__soc i{font-size:19px;line-height:1}.tv-footer__soc:hover{background:hsla(0,0%,100%,.1);border-color:#fff;color:#fff}.tv-section:not(.tv-on-dark) .tv-footer__soc{border-color:var(--tv-border);color:var(--tv-text)}.tv-section:not(.tv-on-dark) .tv-footer__soc:hover{background:transparent;border-color:var(--tv-primary);color:var(--tv-primary)}.tv-footer__social a{color:var(--tv-b-color,var(--tv-on-dark));font-size:var(--tv-b-size,var(--tv-p-size));font-weight:var(--tv-b-weight,600);text-decoration:none}.tv-footer__social a:hover{color:#fff}.tv-footer__cols{display:grid;gap:40px 32px;grid-template-columns:minmax(0,1fr);padding:44px 0}.tv-footer__col{min-width:0}.tv-footer__col-title{color:var(--tv-h-color,#fff);font-size:var(--tv-h-size,17px);font-weight:var(--tv-hw,700);margin-bottom:16px}.tv-footer__links{display:grid;gap:11px}.tv-footer__links a{color:var(--tv-b-color,var(--tv-on-dark));font-size:var(--tv-b-size,var(--tv-p-size));font-weight:var(--tv-b-weight,var(--tv-p-weight));text-decoration:none}.tv-footer__links a:hover{color:#fff;text-decoration:underline}.tv-footer__col-btn{align-items:center;background:var(--tv-primary);border-radius:var(--tv-btn-radius);box-shadow:var(--tv-shadow-md);color:#fff;display:inline-flex;font-size:16px;font-weight:600;height:46px;justify-content:center;margin-top:18px;padding:0 22px;text-decoration:none;transition:background .18s ease;white-space:nowrap}.tv-footer__col-btn:hover{background:var(--tv-primary-dark);color:#fff}.tv-noshadow .tv-footer__col-btn{box-shadow:none}.tv-footer__extras{display:grid;gap:36px 48px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));padding:0 0 44px}.tv-footer__block{min-width:0}.tv-footer__apps{display:flex;flex-wrap:wrap;gap:28px}.tv-footer__app-label{color:var(--tv-b-color,var(--tv-on-dark));font-size:var(--tv-b-size,12px);font-weight:var(--tv-b-weight,700);letter-spacing:.06em;margin-bottom:9px;text-transform:uppercase}.tv-footer__app-links{display:flex;flex-wrap:wrap;gap:10px}.tv-footer__app-links a{align-items:center;border:1px solid hsla(0,0%,100%,.24);border-radius:8px;color:#fff;display:inline-flex;font-size:14px;font-weight:600;gap:9px;padding:9px 15px;text-decoration:none}.tv-footer__app-links a:hover{background:hsla(0,0%,100%,.08);color:#fff}.tv-footer__app-links svg{fill:currentColor;height:20px;width:20px}.tv-footer__subscribe{display:flex;flex-wrap:wrap;gap:10px;max-width:460px}.tv-footer__subscribe input{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.24);border-radius:6px;color:#fff;flex:1;font:300 15px var(--tv-font-body);height:46px;min-width:200px;padding:0 14px}.tv-footer__subscribe input::placeholder{color:var(--tv-b-color,var(--tv-on-dark))}.tv-footer__subscribe button{background:var(--tv-primary);border:0;border-radius:6px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;height:46px;padding:0 22px}.tv-footer__subscribe button:hover{background:var(--tv-primary-dark)}.tv-footer__subscribe button{align-items:center;display:inline-flex;gap:7px}.tv-footer__arrow{font-size:17px;line-height:1;transition:transform .3s ease}.tv-footer__subscribe button:hover .tv-footer__arrow{transform:translateX(4px)}.tv-footer__note{color:var(--tv-b-color,var(--tv-on-dark));font-size:var(--tv-b-size,13px);font-weight:var(--tv-b-weight,var(--tv-p-weight));margin-top:12px}.tv-footer__certs{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));max-width:330px}.tv-footer__cert{background:#fff;border-radius:8px;box-shadow:var(--tv-shadow-sm);display:grid;min-height:72px;padding:12px;place-items:center}.tv-footer__cert img{display:block;height:48px;object-fit:contain;width:96px}.tv-footer__cert span{color:var(--tv-b-color,var(--tv-muted));font-size:var(--tv-b-size,12px);font-weight:var(--tv-b-weight,700);text-align:center}.tv-footer__legal{align-items:center;border-top:1px solid hsla(0,0%,100%,.16);display:flex;flex-wrap:wrap;gap:16px 24px;justify-content:space-between;padding-top:28px}.tv-footer__copy{color:var(--tv-b-color,var(--tv-on-dark));font-size:var(--tv-b-size,14px);font-weight:var(--tv-b-weight,var(--tv-p-weight))}.tv-footer__legal-links{align-items:center;display:flex;flex-wrap:wrap;gap:14px}.tv-footer__legal-links a{color:var(--tv-b-color,var(--tv-on-dark));font-size:var(--tv-b-size,14px);font-weight:var(--tv-b-weight,var(--tv-p-weight));text-decoration:none}.tv-footer__legal-links a:hover{color:#fff;text-decoration:underline}.tv-footer__legal-links span{color:hsla(0,0%,100%,.28)}.tv-section:not(.tv-on-dark) .tv-footer__legal,.tv-section:not(.tv-on-dark) .tv-footer__top{border-color:var(--tv-border)}.tv-section:not(.tv-on-dark) .tv-footer__col-title,.tv-section:not(.tv-on-dark) .tv-footer__support{color:var(--tv-h-color,var(--tv-heading))}.tv-section:not(.tv-on-dark) .tv-footer__copy,.tv-section:not(.tv-on-dark) .tv-footer__legal-links a,.tv-section:not(.tv-on-dark) .tv-footer__links a,.tv-section:not(.tv-on-dark) .tv-footer__social a{color:var(--tv-b-color,var(--tv-text))}@media (min-width:481px){.tv-footer__cols{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1025px){.tv-footer__cols{grid-template-columns:repeat(var(--tv-cols,4),minmax(0,1fr))}}@media (max-width:640px){.tv-footer__cols{gap:28px 24px;padding:32px 0}.tv-footer__extras{gap:28px;padding-bottom:32px}.tv-footer__apps{gap:20px}}