.ts-ott-plans-wrapper{--ts-ott-plan-font-family:inherit;--ts-ott-plan-title-color:#1a1a2e;--ts-ott-plan-desc-color:#6b7280;--ts-ott-plan-bg-color:#ffffff;--ts-ott-plan-accent-color:#125fab;--ts-ott-plan-border-radius:12px;--ts-ott-plan-card-spacing:1.5rem;--ts-ott-plan-columns:3;--ts-ott-plan-membership-color:#125fab;--ts-ott-plan-transition:0.22s ease;font-family:var(--ts-ott-plan-font-family);box-sizing:border-box;width:100%}.ts-ott-plans-wrapper *,.ts-ott-plans-wrapper *::before,.ts-ott-plans-wrapper *::after{box-sizing:border-box}.ts-ott-plans--empty{text-align:center;padding:3rem 1rem;color:var(--ts-ott-plan-desc-color);font-size:1rem}.ts-ott-plans__grid{display:grid;grid-template-columns:repeat(var(--ts-ott-plan-columns,3),1fr);gap:var(--ts-ott-plan-card-spacing,1.5rem);width:100%}.ts-ott-plan-card{background-color:var(--ts-ott-plan-bg-color,#ffffff);border-radius:var(--ts-ott-plan-border-radius,12px);border:1px solid #e5e7eb;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow var(--ts-ott-plan-transition),transform var(--ts-ott-plan-transition);position:relative}.ts-ott-plan-card:hover{box-shadow:0 8px 30px rgb(0 0 0 / .12);transform:translateY(-2px)}.ts-ott-plan-card__header{background-color:var(--ts-ott-plan-membership-color,var(--ts-ott-plan-accent-color,#125fab));padding:1.25rem 1.5rem 1rem;position:relative}.ts-ott-plan-card__title{color:#fff;font-size:1.1rem;font-weight:700;margin:0;line-height:1.3;font-family:var(--ts-ott-plan-font-family,inherit)}.ts-ott-plan-card__free-badge{display:inline-block;background-color:rgb(255 255 255 / .25);color:#fff;font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.2em .6em;border-radius:999px;margin-bottom:.5rem;line-height:1.4}.ts-ott-plan-card__body{padding:1.25rem 1.5rem;flex:1;display:flex;flex-direction:column;gap:.6rem}.ts-ott-plan-card__pricing{display:flex;align-items:baseline;flex-wrap:wrap;gap:.35rem;margin-bottom:.25rem}.ts-ott-plan-card__price{font-size:1.8rem;font-weight:800;color:var(--ts-ott-plan-title-color,#1a1a2e);line-height:1}.ts-ott-plan-card__price--free{font-size:1.4rem;color:#16a34a}.ts-ott-plan-card__price--discounted{color:#16a34a}.ts-ott-plan-card__price-original{font-size:1rem;font-weight:500;color:var(--ts-ott-plan-desc-color,#6b7280);text-decoration:line-through;text-decoration-color:#ef4444}.ts-ott-plan-card__period{font-size:.85rem;color:var(--ts-ott-plan-desc-color,#6b7280);font-weight:400}.ts-ott-plan-card__discount-expiry{font-size:.78rem;color:#b45309;background-color:#fef3c7;border-radius:4px;padding:.25rem .6rem;margin:0;display:inline-block}.ts-ott-plan-card__trial{display:inline-block;font-size:.8rem;font-weight:600;color:#0369a1;background-color:#e0f2fe;border-radius:999px;padding:.25em .75em;margin:0}.ts-ott-plan-card__desc{font-size:.9rem;color:var(--ts-ott-plan-desc-color,#6b7280);margin:0;line-height:1.5;flex:1}.ts-ott-plan-card__footer{padding:1rem 1.5rem 1.5rem}.ts-ott-plan-card__cta-btn{display:block;width:100%;padding:.75rem 1.25rem;background-color:var(--ts-ott-plan-accent-color,#125fab);border:2px solid var(--ts-ott-plan-accent-color,#125fab);color:#fff;font-size:.95rem;font-weight:600;border-radius:calc(var(--ts-ott-plan-border-radius, 12px) / 1.5);cursor:pointer;text-align:center;transition:opacity var(--ts-ott-plan-transition),filter var(--ts-ott-plan-transition);font-family:var(--ts-ott-plan-font-family,inherit);line-height:1.2}.ts-ott-plan-card__cta-btn:hover{opacity:.88;filter:brightness(1.08)}.ts-ott-plan-card__cta-btn:focus-visible{outline:3px solid currentColor;outline-offset:2px}.ts-ott-plans--list .ts-ott-plans__grid{display:flex;flex-direction:column;gap:var(--ts-ott-plan-card-spacing,1.5rem);grid-template-columns:none}.ts-ott-plans--list .ts-ott-plan-card{flex-direction:row;align-items:stretch;border-radius:var(--ts-ott-plan-border-radius,12px)}.ts-ott-plans--list .ts-ott-plan-card__header{display:flex;flex-direction:column;justify-content:center;min-width:200px;max-width:220px;padding:1.25rem 1.5rem;flex-shrink:0}.ts-ott-plans--list .ts-ott-plan-card__body{flex-direction:row;flex-wrap:wrap;align-items:center;gap:1rem;padding:1rem 1.25rem}.ts-ott-plans--list .ts-ott-plan-card__pricing{margin-bottom:0;flex-shrink:0}.ts-ott-plans--list .ts-ott-plan-card__desc{flex:1;min-width:120px}.ts-ott-plans--list .ts-ott-plan-card__footer{display:flex;align-items:center;padding:1rem 1.5rem;min-width:160px;flex-shrink:0}.ts-ott-plans--list .ts-ott-plan-card__cta-btn{white-space:nowrap}.ts-ott-plans--minimal .ts-ott-plan-card{border:1px solid #e5e7eb;box-shadow:none}.ts-ott-plans--minimal .ts-ott-plan-card:hover{box-shadow:0 4px 16px rgb(0 0 0 / .08);transform:translateY(-1px)}.ts-ott-plans--minimal .ts-ott-plan-card__header{background-color:#fff0;border-bottom:3px solid var(--ts-ott-plan-membership-color,var(--ts-ott-plan-accent-color,#125fab));padding:1rem 1.25rem .85rem}.ts-ott-plans--minimal .ts-ott-plan-card__title{color:var(--ts-ott-plan-title-color,#1a1a2e);font-size:1rem;font-weight:600}.ts-ott-plans--minimal .ts-ott-plan-card__free-badge{background-color:var(--ts-ott-plan-membership-color,var(--ts-ott-plan-accent-color,#125fab));color:#fff}.ts-ott-plans--minimal .ts-ott-plan-card__price{font-size:1.5rem}.ts-ott-plans--minimal .ts-ott-plan-card__footer{padding-top:.75rem}.ts-ott-plans--minimal .ts-ott-plan-card__cta-btn{background-color:#fff0;color:var(--ts-ott-plan-accent-color,#125fab);border-color:currentColor}.ts-ott-plans--minimal .ts-ott-plan-card__cta-btn:hover{background-color:var(--ts-ott-plan-accent-color,#125fab);color:#fff;opacity:1;filter:none}.ts-ott-plans__comparison-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.ts-ott-plans__comparison-table{width:100%;border-collapse:collapse;font-family:var(--ts-ott-plan-font-family,inherit);background-color:var(--ts-ott-plan-bg-color,#ffffff);border-radius:var(--ts-ott-plan-border-radius,12px);overflow:hidden;box-shadow:0 1px 4px rgb(0 0 0 / .06);min-width:480px}.ts-ott-plans__comparison-table thead th{padding:1.1rem 1.25rem .9rem;text-align:center;background-color:#f9fafb;border-bottom:2px solid #e5e7eb;vertical-align:bottom}.ts-ott-cmp-table__feature-col{width:160px;min-width:120px;text-align:left!important;background-color:#f3f4f6!important}.ts-ott-cmp-table__plan-col{border-top:4px solid var(--ts-ott-plan-accent-color,#125fab)}.ts-ott-cmp-table__plan-name{font-size:1rem;font-weight:700;color:var(--ts-ott-plan-title-color,#1a1a2e);margin:0;line-height:1.3}.ts-ott-cmp-table__row th,.ts-ott-cmp-table__row td{padding:.85rem 1.25rem;border-bottom:1px solid #e5e7eb;font-size:.9rem;vertical-align:middle;text-align:center}.ts-ott-cmp-table__feature-label{text-align:left!important;font-weight:600;color:var(--ts-ott-plan-title-color,#1a1a2e);background-color:#f9fafb;white-space:nowrap}.ts-ott-cmp-table__row--price td,.ts-ott-cmp-table__row--price th{padding-top:1.1rem;padding-bottom:1.1rem;background-color:#f9fafb}.ts-ott-cmp-price__regular,.ts-ott-cmp-price__discounted{font-size:1.25rem;font-weight:700;color:var(--ts-ott-plan-title-color,#1a1a2e)}.ts-ott-cmp-price__discounted{color:#16a34a}.ts-ott-cmp-price__original{font-size:.9rem;font-weight:500;color:var(--ts-ott-plan-desc-color,#6b7280);text-decoration:line-through;text-decoration-color:#ef4444;margin-right:.25rem}.ts-ott-cmp-price__free{font-size:1.1rem;font-weight:700;color:#16a34a}.ts-ott-cmp-table__cell--desc{text-align:left;color:var(--ts-ott-plan-desc-color,#6b7280);max-width:240px}.ts-ott-cmp-table__row--cta td,.ts-ott-cmp-table__row--cta th{padding:1rem 1.25rem 1.25rem;border-bottom:none;background-color:#f9fafb}.ts-ott-cmp-table__cell--cta .ts-ott-plan-card__cta-btn{width:auto;white-space:nowrap;padding:.6rem 1.25rem;font-size:.875rem}@media (max-width:1024px){.ts-ott-plans--grid .ts-ott-plans__grid,.ts-ott-plans--minimal .ts-ott-plans__grid{grid-template-columns:repeat(min(var(--ts-ott-plan-columns, 3), 2),1fr)}}@media (max-width:640px){.ts-ott-plans--grid .ts-ott-plans__grid,.ts-ott-plans--minimal .ts-ott-plans__grid{grid-template-columns:1fr}.ts-ott-plans--list .ts-ott-plan-card{flex-direction:column}.ts-ott-plans--list .ts-ott-plan-card__header{max-width:none;min-width:0}.ts-ott-plans--list .ts-ott-plan-card__body{flex-direction:column;align-items:flex-start}.ts-ott-plans--list .ts-ott-plan-card__footer{min-width:0}.ts-ott-plans__comparison-table{font-size:.85rem}.ts-ott-cmp-table__feature-col{width:100px;min-width:100px}.ts-ott-cmp-table__row th,.ts-ott-cmp-table__row td{padding:.6rem .75rem}}.ts-ott-channel-player-wrapper{--ts-ott-cp-primary:#2271b1;--ts-ott-cp-primary-hover:#135e96;--ts-ott-cp-accent:#e74c3c;--ts-ott-cp-text:#1d2327;--ts-ott-cp-text-light:#646970;--ts-ott-cp-text-muted:#a7aaad;--ts-ott-cp-border:#dcdcde;--ts-ott-cp-bg:#f6f7f7;--ts-ott-cp-bg-dark:#1a1a2e;--ts-ott-cp-bg-sidebar:#ffffff;--ts-ott-cp-bg-item-hover:#f0f0f1;--ts-ott-cp-bg-item-active:rgba(34, 113, 177, 0.06);--ts-ott-cp-radius:8px;--ts-ott-cp-radius-lg:12px;--ts-ott-cp-font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--ts-ott-cp-sidebar-width:360px}.ts-ott-channel-player-wrapper{font-family:var(--ts-ott-cp-font-family);line-height:1.5;box-sizing:border-box;max-width:1400px;margin:0 auto}.ts-ott-channel-player-wrapper *,.ts-ott-channel-player-wrapper *::before,.ts-ott-channel-player-wrapper *::after{box-sizing:border-box}.ts-ott-channel-player-error{text-align:center;padding:40px 20px;color:var(--ts-ott-cp-text-light);font-size:15px}.ts-ott-channel-player-layout{display:flex;gap:0;border:1px solid var(--ts-ott-cp-border);border-radius:var(--ts-ott-cp-radius-lg);overflow:hidden;background:var(--ts-ott-cp-bg-sidebar);box-shadow:0 1px 3px rgb(0 0 0 / .06),0 1px 2px rgb(0 0 0 / .04)}.ts-ott-channel-player-main{flex:1;min-width:0;display:flex;flex-direction:column}.ts-ott-channel-player-container{position:relative;width:100%;padding-top:56.25%;background:var(--ts-ott-cp-bg-dark)}.ts-ott-artplayer{position:absolute;top:0;left:0;width:100%;height:100%}.ts-ott-channel-player-info{padding:12px 20px;border-top:1px solid var(--ts-ott-cp-border);background:var(--ts-ott-cp-bg-sidebar);min-height:100px;flex-shrink:0}.ts-ott-channel-player-now-playing{display:flex;align-items:center;gap:10px;margin-bottom:4px}.ts-ott-channel-player-live-badge{display:inline-flex;align-items:center;padding:2px 8px;background:var(--ts-ott-cp-accent);color:#fff;font-size:11px;font-weight:700;letter-spacing:.5px;border-radius:4px;line-height:1.4;text-transform:uppercase;flex-shrink:0}.ts-ott-channel-player-title{margin:0;padding:0;font-size:18px;font-weight:600;color:var(--ts-ott-cp-text);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ts-ott-channel-player-desc-wrap{margin:4px 0 0 0}.ts-ott-channel-player-description{margin:0;padding:0;font-size:14px;color:var(--ts-ott-cp-text-light);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ts-ott-channel-player-description.ts-ott-is-expanded{display:block;-webkit-line-clamp:none;overflow:visible}.ts-ott-channel-player-desc-wrap .ts-ott-channel-player-desc-toggle{display:inline-block;margin:2px 0 0 0;padding:0;border:0;border-radius:0;background:none;box-shadow:none;font-family:inherit;font-size:13px;font-weight:600;line-height:1.4;color:var(--ts-ott-cp-accent);text-transform:none;text-decoration:none;cursor:pointer;width:auto;min-width:0;min-height:0}.ts-ott-channel-player-desc-wrap .ts-ott-channel-player-desc-toggle:hover,.ts-ott-channel-player-desc-wrap .ts-ott-channel-player-desc-toggle:focus{background:none;color:var(--ts-ott-cp-accent);text-decoration:underline}.ts-ott-channel-player-desc-wrap .ts-ott-channel-player-desc-toggle[hidden]{display:none}.ts-ott-channel-player-sidebar{width:var(--ts-ott-cp-sidebar-width);flex-shrink:0;border-left:1px solid var(--ts-ott-cp-border);display:flex;flex-direction:column;background:var(--ts-ott-cp-bg-sidebar)}.ts-ott-channel-player-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--ts-ott-cp-border);flex-shrink:0}.ts-ott-channel-player-sidebar-header h4{margin:0;padding:0;font-size:15px;font-weight:600;color:var(--ts-ott-cp-text)}.ts-ott-channel-player-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;background:var(--ts-ott-cp-bg);color:var(--ts-ott-cp-text-light);font-size:12px;font-weight:600;border-radius:12px}.ts-ott-channel-player-list{flex:1;overflow-y:auto;overscroll-behavior:contain}.ts-ott-channel-player-list::-webkit-scrollbar{width:6px}.ts-ott-channel-player-list::-webkit-scrollbar-track{background:#fff0}.ts-ott-channel-player-list::-webkit-scrollbar-thumb{background:var(--ts-ott-cp-border);border-radius:3px}.ts-ott-channel-player-list::-webkit-scrollbar-thumb:hover{background:#a7aaad}.ts-ott-channel-player-item{display:flex;align-items:center;gap:12px;padding:10px 16px;cursor:pointer;transition:background-color 0.15s ease;border-bottom:1px solid var(--ts-ott-cp-border);outline:none}.ts-ott-channel-player-item:last-child{border-bottom:none}.ts-ott-channel-player-item:hover{background:var(--ts-ott-cp-bg-item-hover)}.ts-ott-channel-player-item:focus-visible{background:var(--ts-ott-cp-bg-item-hover);box-shadow:inset 0 0 0 2px var(--ts-ott-cp-primary)}.ts-ott-channel-player-item--active{background:var(--ts-ott-cp-bg-item-active);border-left:3px solid var(--ts-ott-cp-primary);padding-left:13px}.ts-ott-channel-player-item--active:hover{background:var(--ts-ott-cp-bg-item-active)}.ts-ott-channel-player-item-thumb{position:relative;width:100px;height:56px;flex-shrink:0;border-radius:6px;overflow:hidden;background:var(--ts-ott-cp-bg)}.ts-ott-channel-player-item-thumb img{display:block;width:100%;height:100%;object-fit:cover}.ts-ott-channel-player-item-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--ts-ott-cp-text-muted);background:var(--ts-ott-cp-bg)}.ts-ott-channel-player-item-playing{position:absolute;inset:0;background:rgb(0 0 0 / .5);display:flex;align-items:center;justify-content:center}.ts-ott-channel-player-eq{display:flex;align-items:flex-end;gap:2px;height:16px}.ts-ott-channel-player-eq span{display:block;width:3px;background:#fff;border-radius:1px;animation:ts-ott-eq-bar 0.8s ease-in-out infinite}.ts-ott-channel-player-eq span:nth-child(1){height:8px;animation-delay:0s}.ts-ott-channel-player-eq span:nth-child(2){height:14px;animation-delay:0.2s}.ts-ott-channel-player-eq span:nth-child(3){height:10px;animation-delay:0.4s}@keyframes ts-ott-eq-bar{0%,100%{transform:scaleY(.5)}50%{transform:scaleY(1)}}.ts-ott-channel-player-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.ts-ott-channel-player-item-title{font-size:14px;font-weight:600;color:var(--ts-ott-cp-text);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ts-ott-channel-player-item--active .ts-ott-channel-player-item-title{color:var(--ts-ott-cp-primary)}.ts-ott-channel-player-item-desc{font-size:12px;color:var(--ts-ott-cp-text-light);line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ts-ott-channel-guide{border-top:1px solid var(--ts-ott-cp-border);background:var(--ts-ott-cp-bg-sidebar)}.ts-ott-channel-guide-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid var(--ts-ott-cp-border);background:var(--ts-ott-cp-bg)}.ts-ott-channel-guide-header h4{margin:0;padding:0;font-size:14px;font-weight:600;color:var(--ts-ott-cp-text);text-transform:uppercase;letter-spacing:.5px}.ts-ott-channel-guide-content{max-height:320px;overflow-y:auto;overscroll-behavior:contain}.ts-ott-channel-guide-content::-webkit-scrollbar{width:6px}.ts-ott-channel-guide-content::-webkit-scrollbar-track{background:#fff0}.ts-ott-channel-guide-content::-webkit-scrollbar-thumb{background:var(--ts-ott-cp-border);border-radius:3px}.ts-ott-channel-guide-content::-webkit-scrollbar-thumb:hover{background:#a7aaad}.ts-ott-channel-guide-list{display:flex;flex-direction:column}.ts-ott-channel-guide-item{display:flex;align-items:center;gap:12px;padding:10px 20px;border-bottom:1px solid var(--ts-ott-cp-border);transition:background-color 0.15s ease}.ts-ott-channel-guide-item:last-child{border-bottom:none}.ts-ott-channel-guide-item:hover{background:var(--ts-ott-cp-bg-item-hover)}.ts-ott-channel-guide-item--current{background:var(--ts-ott-cp-bg-item-active);border-left:3px solid var(--ts-ott-cp-primary);padding-left:17px}.ts-ott-channel-guide-item--current:hover{background:var(--ts-ott-cp-bg-item-active)}.ts-ott-channel-guide-item-thumb{position:relative;width:100px;height:56px;flex-shrink:0;border-radius:6px;overflow:hidden;background:var(--ts-ott-cp-bg)}.ts-ott-channel-guide-item-thumb img{display:block;width:100%;height:100%;object-fit:cover}.ts-ott-channel-guide-item-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--ts-ott-cp-text-muted);background:var(--ts-ott-cp-bg)}.ts-ott-channel-guide-now-badge{position:absolute;top:4px;left:4px;display:inline-flex;align-items:center;padding:1px 5px;background:var(--ts-ott-cp-accent);color:#fff;font-size:8px;font-weight:700;letter-spacing:.3px;border-radius:3px;line-height:1.4;text-transform:uppercase}.ts-ott-channel-guide-duration{position:absolute;bottom:4px;right:4px;display:inline-flex;align-items:center;padding:1px 5px;background:rgb(0 0 0 / .75);color:#fff;font-size:10px;font-weight:600;border-radius:3px;line-height:1.4}.ts-ott-channel-guide-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.ts-ott-channel-guide-item-badge{display:inline-flex;align-self:flex-start;padding:1px 6px;background:var(--ts-ott-cp-primary);color:#fff;font-size:9px;font-weight:700;letter-spacing:.3px;border-radius:3px;line-height:1.5;text-transform:uppercase}.ts-ott-channel-guide-item-title{font-size:13px;font-weight:600;color:var(--ts-ott-cp-text);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ts-ott-channel-guide-item--current .ts-ott-channel-guide-item-title{color:var(--ts-ott-cp-primary)}.ts-ott-channel-guide-item-genres{font-size:11px;color:var(--ts-ott-cp-text-light);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ts-ott-channel-guide-item-badge--time{background:rgb(255 255 255 / .12);color:var(--ts-ott-cp-text-light)}.ts-ott-channel-guide-ad-badge{position:absolute;top:4px;right:4px;display:inline-flex;align-items:center;padding:1px 5px;background:#f59e0b;color:#000;font-size:8px;font-weight:700;letter-spacing:.3px;border-radius:3px;line-height:1.4;text-transform:uppercase}.ts-ott-channel-guide-item--ad{opacity:.65}.ts-ott-channel-guide-item--ad .ts-ott-channel-guide-item-title{font-style:italic}.ts-ott-channel-guide-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:30px 20px;color:var(--ts-ott-cp-text-light);font-size:13px}.ts-ott-channel-guide-spinner{width:24px;height:24px;border:3px solid var(--ts-ott-cp-border);border-top-color:var(--ts-ott-cp-primary);border-radius:50%;animation:ts-ott-guide-spin 0.8s linear infinite}@keyframes ts-ott-guide-spin{to{transform:rotate(360deg)}}.ts-ott-channel-guide-empty{text-align:center;padding:30px 20px;color:var(--ts-ott-cp-text-light);font-size:13px}.ts-ott-cp-layout--guide-sidebar .ts-ott-channel-player-sidebar--guide{overflow:hidden}.ts-ott-cp-layout--guide-sidebar .ts-ott-channel-player-sidebar--guide .ts-ott-channel-guide{flex:1;overflow:hidden;display:flex;flex-direction:column;border-top:none}.ts-ott-cp-layout--guide-sidebar .ts-ott-channel-player-sidebar--guide .ts-ott-channel-guide-content{flex:1;overflow-y:auto;max-height:none}.ts-ott-channel-player-bottom-list{border-top:1px solid var(--ts-ott-cp-border);background:var(--ts-ott-cp-bg-sidebar)}.ts-ott-channel-player-bottom-list .ts-ott-channel-player-sidebar-header{border-bottom:1px solid var(--ts-ott-cp-border)}.ts-ott-channel-player-list--horizontal{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.ts-ott-channel-player-list--horizontal .ts-ott-channel-player-item{flex-shrink:0;width:200px;flex-direction:column;align-items:flex-start;gap:8px;padding:12px;border-bottom:none;border-right:1px solid var(--ts-ott-cp-border);scroll-snap-align:start}.ts-ott-channel-player-list--horizontal .ts-ott-channel-player-item:last-child{border-right:none}.ts-ott-channel-player-list--horizontal .ts-ott-channel-player-item--active{border-left:none;padding-left:12px;border-bottom:3px solid var(--ts-ott-cp-primary)}.ts-ott-channel-player-list--horizontal .ts-ott-channel-player-item-thumb{width:100%;height:100px}.ts-ott-channel-player-list--horizontal .ts-ott-channel-player-item-info{width:100%}.ts-ott-channel-player-list--horizontal::-webkit-scrollbar{height:4px}.ts-ott-channel-player-list--horizontal::-webkit-scrollbar-track{background:#fff0}.ts-ott-channel-player-list--horizontal::-webkit-scrollbar-thumb{background:var(--ts-ott-cp-border);border-radius:2px}.ts-ott-channel-player-list--horizontal::-webkit-scrollbar-thumb:hover{background:#a7aaad}.ts-ott-channel-player-strip{position:relative}.ts-ott-channel-player-strip .ts-ott-channel-strip-nav{position:absolute;top:62px;transform:translateY(-50%);z-index:5;display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin:0;padding:0;border:1px solid var(--ts-ott-cp-border);border-radius:50%;background:var(--ts-ott-cp-bg-sidebar);color:var(--ts-ott-cp-text);box-shadow:0 2px 10px rgb(0 0 0 / .35);cursor:pointer;opacity:.9;min-width:0;min-height:0;transition:background-color 0.2s ease,color 0.2s ease,opacity 0.2s ease}.ts-ott-channel-player-strip .ts-ott-channel-strip-nav:hover,.ts-ott-channel-player-strip .ts-ott-channel-strip-nav:focus{background:var(--ts-ott-cp-primary);color:#fff;opacity:1}.ts-ott-channel-player-strip .ts-ott-channel-strip-nav--prev{left:8px}.ts-ott-channel-player-strip .ts-ott-channel-strip-nav--next{right:8px}.ts-ott-channel-player-strip .ts-ott-channel-strip-nav svg{width:20px;height:20px;display:block}.ts-ott-channel-player-strip .ts-ott-channel-strip-nav:disabled{opacity:0;pointer-events:none}.ts-ott-channel-player-strip .ts-ott-channel-strip-nav[hidden]{display:none}@media screen and (max-width:900px){.ts-ott-channel-player-layout{flex-direction:column}.ts-ott-channel-player-sidebar{width:100%;border-left:none;border-top:1px solid var(--ts-ott-cp-border);max-height:400px}.ts-ott-channel-guide-content{max-height:260px}.ts-ott-cp-layout--guide-sidebar .ts-ott-channel-player-layout{flex-direction:column}.ts-ott-cp-layout--guide-sidebar .ts-ott-channel-player-sidebar--guide{width:100%;border-left:none;border-top:1px solid var(--ts-ott-cp-border);max-height:400px}.ts-ott-cp-layout--guide-sidebar .ts-ott-channel-player-list--horizontal .ts-ott-channel-player-item{width:170px}}@media screen and (max-width:600px){.ts-ott-channel-player-wrapper{--ts-ott-cp-radius-lg:0}.ts-ott-channel-player-layout{border-radius:0;border-left:none;border-right:none}.ts-ott-channel-player-info{padding:10px 16px;min-height:88px}.ts-ott-channel-player-title{font-size:16px}.ts-ott-channel-player-sidebar{max-height:350px}.ts-ott-channel-player-item-thumb{width:80px;height:45px}.ts-ott-channel-guide-item{padding:8px 16px}.ts-ott-channel-guide-item-thumb{width:80px;height:45px}.ts-ott-channel-guide-content{max-height:220px}.ts-ott-channel-guide-header{padding:10px 16px}.ts-ott-cp-layout--guide-sidebar .ts-ott-channel-player-list--horizontal .ts-ott-channel-player-item{width:140px;padding:8px}.ts-ott-cp-layout--guide-sidebar .ts-ott-channel-player-list--horizontal .ts-ott-channel-player-item-thumb{height:75px}.ts-ott-cp-layout--guide-sidebar .ts-ott-channel-player-sidebar--guide{max-height:350px}}.ts-ott-channel-lock-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;display:flex;align-items:center;justify-content:center;background:#000;color:#fff;text-align:center;overflow:hidden}.ts-ott-channel-lock-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(6px) brightness(.3);-webkit-filter:blur(6px) brightness(.3);transform:scale(1.1)}.ts-ott-channel-lock-overlay-inner{position:relative;z-index:2;padding:24px;max-width:100%}.ts-ott-lock-content{max-width:440px;width:100%}.ts-ott-lock-icon{margin-bottom:16px;opacity:.7}.ts-ott-lock-icon svg{width:48px;height:48px;stroke:#fff}.ts-ott-lock-content h3{margin:0 0 8px;font-size:20px;font-weight:700;color:#fff}.ts-ott-lock-subtitle{margin:0 0 20px;font-size:14px;color:rgb(255 255 255 / .7)}.ts-ott-lock-event-name{margin:0 0 8px;font-size:16px;font-weight:600;color:rgb(255 255 255 / .9)}.ts-ott-lock-ppv-image{max-width:200px;width:100%;height:auto;border-radius:8px;margin-bottom:16px}.ts-ott-lock-plans{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:16px}.ts-ott-lock-plan-card{display:flex;flex-direction:column;align-items:center;gap:4px;padding:14px 20px;min-width:140px;background:rgb(255 255 255 / .1);border:1px solid rgb(255 255 255 / .2);border-radius:10px;color:#fff;text-decoration:none;transition:background 0.2s ease,border-color 0.2s ease,transform 0.15s ease;cursor:pointer}.ts-ott-lock-plan-card:hover{background:rgb(255 255 255 / .18);border-color:rgb(255 255 255 / .4);transform:translateY(-2px);color:#fff;text-decoration:none}.ts-ott-lock-plan-title{font-size:13px;font-weight:600;color:rgb(255 255 255 / .9)}.ts-ott-lock-plan-price{font-size:18px;font-weight:700;color:#fff}.ts-ott-lock-plan-period{font-size:12px;font-weight:400;color:rgb(255 255 255 / .6)}.ts-ott-lock-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 28px;font-size:15px;font-weight:600;border-radius:8px;text-decoration:none;transition:background 0.2s ease,transform 0.15s ease;cursor:pointer;border:none}.ts-ott-lock-btn--primary{background:#2271b1;color:#fff}.ts-ott-lock-btn--primary:hover{background:#135e96;color:#fff;text-decoration:none;transform:translateY(-1px)}.ts-ott-lock-btn--outline{background:#fff0;color:#fff;border:2px solid rgb(255 255 255 / .8)}.ts-ott-lock-btn--outline:hover{background:rgb(255 255 255 / .15);color:#fff;text-decoration:none;transform:translateY(-1px)}.ts-ott-lock-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.ts-ott-lock-login-hint{margin:12px 0 0;font-size:13px;color:rgb(255 255 255 / .6)}.ts-ott-lock-login-hint a{color:rgb(255 255 255 / .9);text-decoration:underline}.ts-ott-lock-login-hint a:hover{color:#fff}.ts-ott-channel-plans-below{margin-top:24px}.ts-ott-channel-plans-heading{font-size:1.5rem;font-weight:700;color:#1a1a2e;text-align:center;margin:0 0 24px}.ts-ott-channel-plans-below .ts-ott-plans-wrapper{max-width:100%}.ts-ott-channel-plans-below .ts-ott-plans--grid.ts-ott-plans--single .ts-ott-plans__grid{max-width:380px;margin:0 auto}@media (max-width:480px){.ts-ott-lock-content h3{font-size:17px}.ts-ott-lock-buttons{flex-direction:column;align-items:stretch}.ts-ott-lock-btn{width:100%;padding:12px 16px}}.ts-ott-cp--no-sidebar .ts-ott-channel-player-sidebar{display:none}.ts-ott-cp--no-sidebar .ts-ott-channel-player-main{flex:1;width:100%}.ts-ott-cp-skin--dark{--ts-ott-cp-primary:#6366f1;--ts-ott-cp-primary-hover:#4f46e5;--ts-ott-cp-accent:#ef4444;--ts-ott-cp-text:#e5e7eb;--ts-ott-cp-text-light:#9ca3af;--ts-ott-cp-text-muted:#6b7280;--ts-ott-cp-border:#374151;--ts-ott-cp-bg:#111827;--ts-ott-cp-bg-dark:#0a0a1a;--ts-ott-cp-bg-sidebar:#1f2937;--ts-ott-cp-bg-item-hover:#374151;--ts-ott-cp-bg-item-active:rgba(99, 102, 241, 0.15);--ts-ott-cp-font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif}.ts-ott-cp-skin--dark .ts-ott-channel-player-layout{background:var(--ts-ott-cp-bg-sidebar)}.ts-ott-cp-skin--dark .ts-ott-channel-player-info{background:var(--ts-ott-cp-bg-sidebar);border-top-color:var(--ts-ott-cp-border)}.ts-ott-cp-skin--dark .ts-ott-channel-player-sidebar{background:var(--ts-ott-cp-bg-sidebar);border-left-color:var(--ts-ott-cp-border)}.ts-ott-cp-skin--dark .ts-ott-channel-player-sidebar-header{border-bottom-color:var(--ts-ott-cp-border)}.ts-ott-cp-skin--dark .ts-ott-channel-player-sidebar-header h4{color:var(--ts-ott-cp-text)}.ts-ott-cp-skin--dark .ts-ott-channel-player-count{background:var(--ts-ott-cp-bg);color:var(--ts-ott-cp-text-light)}.ts-ott-cp-skin--dark .ts-ott-channel-player-item{border-bottom-color:var(--ts-ott-cp-border)}.ts-ott-cp-skin--dark .ts-ott-channel-guide{background:var(--ts-ott-cp-bg-sidebar);border-top-color:var(--ts-ott-cp-border)}.ts-ott-cp-skin--dark .ts-ott-channel-guide-header{background:var(--ts-ott-cp-bg);border-bottom-color:var(--ts-ott-cp-border)}.ts-ott-cp-skin--dark .ts-ott-channel-guide-header h4{color:var(--ts-ott-cp-text)}.ts-ott-cp-skin--dark .ts-ott-channel-guide-item{border-bottom-color:var(--ts-ott-cp-border)}.ts-ott-cp-skin--dark .ts-ott-channel-guide-item-title{color:var(--ts-ott-cp-text)}.ts-ott-cp-skin--dark .ts-ott-channel-guide-item--current .ts-ott-channel-guide-item-title{color:var(--ts-ott-cp-primary)}.ts-ott-cp-skin--dark .ts-ott-channel-plans-heading{color:var(--ts-ott-cp-text)}.ts-ott-cp-skin--cinema{--ts-ott-cp-primary:#f59e0b;--ts-ott-cp-primary-hover:#d97706;--ts-ott-cp-accent:#ef4444;--ts-ott-cp-text:#f3f4f6;--ts-ott-cp-text-light:#d1d5db;--ts-ott-cp-text-muted:#9ca3af;--ts-ott-cp-border:#1f2937;--ts-ott-cp-bg:#030712;--ts-ott-cp-bg-dark:#000000;--ts-ott-cp-bg-sidebar:#111827;--ts-ott-cp-bg-item-hover:#1f2937;--ts-ott-cp-bg-item-active:rgba(245, 158, 11, 0.12);--ts-ott-cp-font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif}.ts-ott-cp-skin--cinema .ts-ott-channel-player-layout{background:var(--ts-ott-cp-bg);border-color:var(--ts-ott-cp-border);box-shadow:0 4px 20px rgb(0 0 0 / .4)}.ts-ott-cp-skin--cinema .ts-ott-channel-player-info{background:var(--ts-ott-cp-bg);border-top-color:var(--ts-ott-cp-border)}.ts-ott-cp-skin--cinema .ts-ott-channel-player-sidebar{background:var(--ts-ott-cp-bg-sidebar);border-left-color:var(--ts-ott-cp-border)}.ts-ott-cp-skin--cinema .ts-ott-channel-player-sidebar-header{border-bottom-color:var(--ts-ott-cp-border)}.ts-ott-cp-skin--cinema .ts-ott-channel-player-sidebar-header h4{color:var(--ts-ott-cp-text)}.ts-ott-cp-skin--cinema .ts-ott-channel-player-count{background:var(--ts-ott-cp-bg-sidebar);color:var(--ts-ott-cp-text-light)}.ts-ott-cp-skin--cinema .ts-ott-channel-player-item{border-bottom-color:var(--ts-ott-cp-border)}.ts-ott-cp-skin--cinema .ts-ott-channel-player-live-badge{background:var(--ts-ott-cp-accent)}.ts-ott-cp-skin--cinema .ts-ott-channel-guide{background:var(--ts-ott-cp-bg);border-top-color:var(--ts-ott-cp-border)}.ts-ott-cp-skin--cinema .ts-ott-channel-guide-header{background:var(--ts-ott-cp-bg-sidebar);border-bottom-color:var(--ts-ott-cp-border)}.ts-ott-cp-skin--cinema .ts-ott-channel-guide-header h4{color:var(--ts-ott-cp-text)}.ts-ott-cp-skin--cinema .ts-ott-channel-guide-item{border-bottom-color:var(--ts-ott-cp-border)}.ts-ott-cp-skin--cinema .ts-ott-channel-guide-item-title{color:var(--ts-ott-cp-text)}.ts-ott-cp-skin--cinema .ts-ott-channel-guide-item--current .ts-ott-channel-guide-item-title{color:var(--ts-ott-cp-primary)}.ts-ott-cp-skin--cinema .ts-ott-channel-plans-heading{color:var(--ts-ott-cp-text)}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)){font-size:0;line-height:1}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;align-items:center;background-color:#69727d;cursor:pointer;display:inline-flex;justify-content:center;text-align:center}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{color:#fff;opacity:.9}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-inline:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-inline:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-inline:0}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-inline:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-inline:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-inline:0}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-inline:calc(-.5 * var(--grid-column-gap));width:auto}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-inline:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-inline:0}}