@layer swift3 {img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px; }@keyframes show-content-image { 0% { visibility: hidden; } 99% { visibility: hidden; } 100% { visibility: visible; } }@keyframes turn-on-visibility { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes turn-off-visibility { 0% { opacity: 1; visibility: visible; } 99% { opacity: 0; visibility: visible; } 100% { opacity: 0; visibility: hidden; } }@keyframes lightbox-zoom-in { 0% { transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale)); } 100% { transform: translate(-50%, -50%) scale(1); } }@keyframes lightbox-zoom-out { 0% { transform: translate(-50%, -50%) scale(1); visibility: visible; } 99% { visibility: visible; } 100% { transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale)); visibility: hidden; } }ol, ul { box-sizing: border-box; }@keyframes overlay-menu__fade-in-animation { 0% { opacity: 0; transform: translateY(0.5em); } 100% { opacity: 1; transform: translateY(0px); } }:root { --wp-block-synced-color: #7a00df; --wp-block-synced-color--rgb: 122,0,223; --wp-bound-block-color: var(--wp-block-synced-color); --wp-editor-canvas-background: #ddd; --wp-admin-theme-color: #007cba; --wp-admin-theme-color--rgb: 0,124,186; --wp-admin-theme-color-darker-10: #006ba1; --wp-admin-theme-color-darker-10--rgb: 0,107,160.5; --wp-admin-theme-color-darker-20: #005a87; --wp-admin-theme-color-darker-20--rgb: 0,90,135; --wp-admin-border-width-focus: 2px; }@media (min-resolution: 192dpi){:root { --wp-admin-border-width-focus: 1.5px; }}:root { --wp--preset--font-size--normal: 16px; --wp--preset--font-size--huge: 42px; }.screen-reader-text { border: 0px; clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; width: 1px; overflow-wrap: normal !important; }.screen-reader-text:focus { background-color: #dddddd; clip-path: none; color: #444444; display: block; font-size: 1em; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }@keyframes scale-up { 0% { transform: scale(0); } 100% { transform: scale(1); } }@keyframes fade-in { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes slide-down { 0% { transform: translate(-50%, -5px) scale(0.7); } 100% { transform: translate(-50%, 0px) scale(1); } }@keyframes bounce { 0% { transform: translate(-50%, -40%); } 100% { transform: translate(-50%, -50%); } }@keyframes fade-in-out { 0% { opacity: 0; } 15% { opacity: 1; } 85% { opacity: 1; } 100% { opacity: 0; } }@keyframes fade-in { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes fade-out { 0% { opacity: 1; } 100% { opacity: 0; } }@keyframes conic-gradient-loading { 0% { --conic-gradient-loading-deg: 0deg; } 90%, 100% { --conic-gradient-loading-deg: 360deg; } }:root { --add-to-wishlist-icon-color: #000000; --added-to-wishlist-icon-color: #000000; --rounded-corners-radius: 16px; --add-to-cart-rounded-corners-radius: 16px; --color-headers-background: #F4F4F4; --feedback-duration: 3s; }:root { --woocommerce: #720eec; --wc-green: #7ad03a; --wc-red: #a00; --wc-orange: #ffba00; --wc-blue: #2ea2cc; --wc-primary: #720eec; --wc-primary-text: #fcfbfe; --wc-secondary: #e9e6ed; --wc-secondary-text: #515151; --wc-highlight: #958e09; --wc-highligh-text: white; --wc-content-bg: #fff; --wc-subtext: #767676; --wc-form-border-color: rgba(32, 7, 7, 0.8); --wc-form-border-radius: 4px; --wc-form-border-width: 1px; }:root { --wp--preset--aspect-ratio--square: 1; --wp--preset--aspect-ratio--4-3: 4/3; --wp--preset--aspect-ratio--3-4: 3/4; --wp--preset--aspect-ratio--3-2: 3/2; --wp--preset--aspect-ratio--2-3: 2/3; --wp--preset--aspect-ratio--16-9: 16/9; --wp--preset--aspect-ratio--9-16: 9/16; --wp--preset--color--black: #000000; --wp--preset--color--cyan-bluish-gray: #abb8c3; --wp--preset--color--white: #ffffff; --wp--preset--color--pale-pink: #f78da7; --wp--preset--color--vivid-red: #cf2e2e; --wp--preset--color--luminous-vivid-orange: #ff6900; --wp--preset--color--luminous-vivid-amber: #fcb900; --wp--preset--color--light-green-cyan: #7bdcb5; --wp--preset--color--vivid-green-cyan: #00d084; --wp--preset--color--pale-cyan-blue: #8ed1fc; --wp--preset--color--vivid-cyan-blue: #0693e3; --wp--preset--color--vivid-purple: #9b51e0; --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,#0693e3 0%,#9b51e0 100%); --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,#7adcb4 0%,#00d082 100%); --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,#fcb900 0%,#ff6900 100%); --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,#ff6900 0%,#cf2e2e 100%); --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,#eeeeee 0%,#a9b8c3 100%); --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%); --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,#ffceec 0%,#9896f0 100%); --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%); --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%); --wp--preset--gradient--pale-ocean: linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%); --wp--preset--gradient--electric-grass: linear-gradient(135deg,#caf880 0%,#71ce7e 100%); --wp--preset--gradient--midnight: linear-gradient(135deg,#020381 0%,#2874fc 100%); --wp--preset--font-size--small: 13px; --wp--preset--font-size--medium: 20px; --wp--preset--font-size--large: 36px; --wp--preset--font-size--x-large: 42px; --wp--preset--font-family--inter: "Inter", sans-serif; --wp--preset--font-family--cardo: Cardo; --wp--preset--spacing--20: 0.44rem; --wp--preset--spacing--30: 0.67rem; --wp--preset--spacing--40: 1rem; --wp--preset--spacing--50: 1.5rem; --wp--preset--spacing--60: 2.25rem; --wp--preset--spacing--70: 3.38rem; --wp--preset--spacing--80: 5.06rem; --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2); --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4); --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2); --wp--preset--shadow--outlined: 6px 6px 0px -3px #ffffff, 6px 6px #000000; --wp--preset--shadow--crisp: 6px 6px 0px #000000; }@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }@keyframes blink { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } }:root { --padding-x: 3rem; --padding-y: 5rem; --radius: 8px; --ls-text-white: #fff; --ls-text-body: #D1D0CF; --ls-text-dark: #fff; --ls-primary: #e50914; --ls-primary-hover: #b70710; --ls-body-bg: #000; --ls-card-bg-color: #141314; --ls-body-bg-white: #fff; --ls-border-color: #495057; --card-desc-min-height: 3rem; --gap-sm: 10px; --gap-md: 20px; --font-size-sm: .85rem; --font-size-md: 1rem; --font-size-lg: 1.5rem; --bg-dark-rgb: 0, 0, 0; --ls-media-text: #fff; --ls-media-primary: #e50914; --ls-ad-text-body: #D1D0CF; --ls-ad-text-dark: #fff; --ls-ad-primary: #e50914; --ls-ad-primary-hover: #b70710; --ls-ad-text-btn: #fff; --ls-ad-card-bg-color: #141314; --ls-banner-aspect-ratio: 16/6; --ls-card-aspect-ratio: 1.5/1; --ls-term-card-aspect-ratio: 16/9; --channel-width: clamp(120px, 15vw, 200px); --time-slot-width: 250px; --header-height: 60px; --date-picker-height: 50px; --spacing-base: clamp(8px, 1vw, 15px); --font-size-base: clamp(11px, 1vw, 18px); --image-size-base: clamp(40px, 8vw, 110px); --base-font-size: 16px; --title-font-size: clamp(14px, 1.8vw, 18px); --time-font-size: clamp(12px, 1.2vw, 14px); --category-font-size: clamp(11px, 1vw, 12px); --logo-size: clamp(50px, 8vw, 80px); --program-image-size: clamp(60px, 10vw, 110px); --current-program-gradient-start: #510004; --current-program-gradient-end: #080808; --shadow-light: rgba(0, 0, 0, .1); --shadow-medium: rgba(0, 0, 0, .3); --shadow-dark: rgba(0, 0, 0, .5); --shadow-darker: rgba(0, 0, 0, .7); --shadow-darkest: rgba(0, 0, 0, .8); }@media (max-width: 1199.98px){:root { --padding-x: 2rem; --padding-y: 3rem; --ls-banner-aspect-ratio: 7/6; }}@media (max-width: 767.98px){:root { --padding-x: 1rem; --padding-y: 2rem; --ls-banner-aspect-ratio: 7/6; }}@-webkit-keyframes scale-in-up { 0% { bottom: 0px; opacity: 1; } 100% { bottom: 50px; opacity: 1; } }@keyframes scale-in-up { 0% { bottom: 0px; opacity: 1; } 100% { bottom: 50px; opacity: 1; } }@-webkit-keyframes scale-in-up-light { 0% { bottom: 0px; opacity: 1; } 100% { bottom: 30px; opacity: 1; } }@keyframes scale-in-up-light { 0% { bottom: 0px; opacity: 1; } 100% { bottom: 30px; opacity: 1; } }@keyframes fadeSlideIn { 0% { opacity: 0; transform: translateY(10px); } 100% { opacity: 1; transform: translateY(0px); } }@keyframes fadeScaleIn { 0% { opacity: 0; transform: scale(0.95); } 100% { opacity: 1; transform: scale(1); } }:root { --swiper-theme-color: #007aff; }@keyframes swiper-preloader-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }:root { --swiper-navigation-size: 44px; }@keyframes slideIn { 0% { transform: translateY(-20px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } }@keyframes slideInRight { 0% { transform: translate(120%); } 100% { transform: translate(0px); } }@keyframes slideOutRight { 0% { transform: translate(0px); } 100% { transform: translate(120%); } }@keyframes fadeInDown { 0% { transform: translateY(-20px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } }@keyframes fadeOutUp { 0% { transform: translateY(0px); opacity: 1; } 100% { transform: translateY(-20px); opacity: 0; } }a { color: var(--ls-primary); }a:hover { color: var(--ls-primary-hover); }@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes loadingShimmer { 0% { background-position: 200% 0px; } 100% { background-position: -200% 0px; } }body.ls-page :is(.site-content, .content-area, .site-main, .container, .page-content) { width: 100%; max-width: 100%; display: block; box-sizing: border-box; }.ls-link:is(:hover, :focus, :active) { color: var(--text-red); }.slick-arrow.NextArrow-two { right: -3em; }.slick-arrow.PreArrow-two { left: -3em; }.slick-arrow { background-color: transparent; border-radius: 50%; height: 1.875em; width: 1.875em; position: absolute; top: 50%; transform: translateY(-50%); border: .0625em solid var(--text-white); color: var(--text-white); transition: 0.3s ease-in-out; font-size: initial; padding: 0px; z-index: 2; }.slick-arrow:hover { background-color: var(--ls-primary); border-color: var(--ls-primary-hover); }@keyframes ls-slide-down { 0% { opacity: 0; transform: translateY(-50%) scale(1); } 100% { opacity: 1; transform: translateY(0px) scale(1); } }@keyframes ls-slide-up { 0% { opacity: 1; transform: translateY(0px) scale(1); } 100% { opacity: 0; transform: translateY(-50%) scale(1); } }@-webkit-keyframes fade-in-top { 0% { transform: translateY(-50px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } }@keyframes fade-in-top { 0% { transform: translateY(-50px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } }@media (max-width: 1200px){:root { --padding-x: 2rem; --padding-y: 4rem; }}@media (max-width: 768px){:root { --padding-x: 1rem; --padding-y: 2rem; }}:where(.rtl, [dir="rtl"]) .ls-channel-category:not(:last-child)::after { right: auto; left: -0.975rem; }:where(.rtl, [dir="rtl"]) .ls-geners:not(:last-child)::after { left: -12px; right: auto; }:where(.rtl, [dir="rtl"]) .ls-term-slider .slick-slide.first .ls-term-card:hover { transform: scale3d(1.1, 1.1, 1) translate3d(-5%, 0px, 0px) perspective(31.25em); }:where(.rtl, [dir="rtl"]) .ls-term-slider .slick-slide.last .ls-term-card:hover { transform: scale3d(1.1, 1.1, 1) translate3d(5%, 0px, 0px) perspective(31.25em); }@keyframes pulse { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }@keyframes spin { 100% { transform: rotate(360deg); } }@media (max-width: 1366px){:root { --channel-width: clamp(140px, 13vw, 180px); --row-height: 120px; --title-font-size: clamp(13px, 1.6vw, 16px); --logo-size: clamp(45px, 7vw, 70px); --program-image-size: clamp(55px, 9vw, 90px); }}@media (max-width: 1024px){:root { --channel-width: clamp(130px, 12vw, 160px); --row-height: 100px; --title-font-size: clamp(12px, 1.4vw, 15px); --logo-size: clamp(40px, 6vw, 60px); --program-image-size: clamp(50px, 8vw, 80px); }}@media (max-width: 768px){:root { --channel-width: clamp(120px, 11vw, 140px); --row-height: 90px; --title-font-size: clamp(11px, 1.3vw, 14px); --time-font-size: clamp(11px, 1.1vw, 13px); --logo-size: clamp(35px, 5vw, 50px); --program-image-size: clamp(45px, 7vw, 70px); }}@media (max-width: 480px){:root { --channel-width: clamp(100px, 10vw, 120px); --row-height: 80px; --title-font-size: clamp(11px, 1.2vw, 13px); --time-font-size: clamp(10px, 1vw, 12px); --category-font-size: clamp(9px, .9vw, 11px); --logo-size: clamp(30px, 4vw, 45px); --program-image-size: clamp(40px, 6vw, 60px); }}@keyframes shimmer { 0% { background-position: -200% 0px; } 100% { background-position: 200% 0px; } }:root { --ls-primary: #e50914 !important; --ls-primary-hover: #b70710 !important; --ls-body-bg: #000 !important; --ls-text-dark: #ffffff !important; --ls-text-body: #D1D0CF !important; --ls-border-color: #495057 !important; --ls-card-bg-color: #141314 !important; --ls-media-text: #ffffff !important; --ls-media-primary: #e50914 !important; --ls-ad-text-dark: #ffffff !important; --ls-ad-text-body: #D1D0CF !important; --ls-ad-text-btn: #ffffff !important; --ls-ad-primary: #e50914 !important; --ls-ad-primary-hover: #b70710 !important; --ls-ad-card-bg-color: #141314 !important; }:root { --pmpro--base--border-radius: 8px; --pmpro--base--spacing--small: 12px; --pmpro--base--spacing--medium: 18px; --pmpro--base--spacing--large: 36px; --pmpro--color--accent: #0c3d54; --pmpro--color--base: #ffffff; --pmpro--color--base-2: #ededed; --pmpro--color--contrast: #222222; --pmpro--color--border: #777777; --pmpro--color--info-background: #d9edf7; --pmpro--color--info-border: #bce8f1; --pmpro--color--info-text: #31708f; --pmpro--color--info-link: #245269; --pmpro--color--success-background: #d4edda; --pmpro--color--success-border: #c3e6cb; --pmpro--color--success-text: #0F441C; --pmpro--color--success-link: #2b542c; --pmpro--color--error-background: #f8d7da; --pmpro--color--error-border: #f5c6cb; --pmpro--color--error-text: #721c24; --pmpro--color--error-link: #843534; --pmpro--color--alert-background: #fff8e0; --pmpro--color--alert-border: #ffeeba; --pmpro--color--alert-text: #6C5101; --pmpro--color--alert-link: #66512c; --pmpro--color--alert2-background: #ffecd9; --pmpro--color--alert2-border: #ffddb1; --pmpro--color--alert2-text: #995d1d; --pmpro--color--alert2-link: #a65e3a; }:root { --pmpro--color--white: #fff; --pmpro--box-shadow: 2px 2px 7px rgba( 0, 0, 0, 0.07 ); }div.woof_info_popup { position: fixed; top: 48%; left: 48%; z-index: 10001; display: none; overflow: hidden; padding: 20px; border-radius: 5px; background-color: rgba(0, 0, 0, 0.6); box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 0px 1px inset, rgba(255, 255, 255, 0.2) 0px 0px 0px 2px inset; color: #ffffff; font-size: 22px; font-family: Oswald, sans-serif; }@keyframes move_top { 100% { top: 30px; } }@keyframes woof-animloader { 100% { background-position: 100% 0px, center 0px, center 115px, center 142px; } }@-webkit-keyframes woof_husky_txt-loader-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }@keyframes woof_husky_txt-loader-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }:root { --woof-sd-ie-ch_width: 25px; --woof-sd-ie-ch_height: 25px; --woof-sd-ie-ch_space: 1px; --woof-sd-ie-ch_space_color: #ffffff; --woof-sd-ie-ch_text_top: 0; --woof-sd-ie-ch_text_color: #6d6d6d; --woof-sd-ie-ch_hover_text_color: #333333; --woof-sd-ie-ch_selected_text_color: #000000; --woof-sd-ie-ch_font_size: 15px; --woof-sd-ie-ch_font_family: inherit; --woof-sd-ie-ch_font_weight: 400; --woof-sd-ie-ch_hover_font_weight: 400; --woof-sd-ie-ch_selected_font_weight: 400; --woof-sd-ie-ch_line_height: 18px; --woof-sd-ie-ch_side_padding: 0; --woof-sd-ie-ch_color: #ffffff; --woof-sd-ie-ch_hover_color: #79b8ff; --woof-sd-ie-ch_selected_color: #79b8ff; --woof-sd-ie-ch_image: url(); --woof-sd-ie-ch_selected_image: url(); --woof-sd-ie-ch_hover_image: url(); --woof-sd-ie-ch_hover_scale: 100; --woof-sd-ie-ch_selected_scale: 100; --woof-sd-ie-ch_border_radius: 0; --woof-sd-ie-ch_border_width: 1px; --woof-sd-ie-ch_hover_border_width: 1px; --woof-sd-ie-ch_selected_border_width: 1px; --woof-sd-ie-ch_border_color: #79b8ff; --woof-sd-ie-ch_hover_border_color: #79b8ff; --woof-sd-ie-ch_selected_border_color: #79b8ff; --woof-sd-ie-ch_border_style: solid; --woof-sd-ie-ch_hover_border_style: solid; --woof-sd-ie-ch_selected_border_style: solid; --woof-sd-ie-ch_margin_right: 9px; --woof-sd-ie-ch_margin_bottom: 11px; --woof-sd-ie-ch_childs_left_shift: 19px; --woof-sd-ie-ch_transition: 300s; --woof-sd-ie-ch_counter_show: inline-flex; --woof-sd-ie-ch_counter_width: 14px; --woof-sd-ie-ch_counter_height: 14px; --woof-sd-ie-ch_counter_side_padding: 0; --woof-sd-ie-ch_counter_top: -2px; --woof-sd-ie-ch_counter_right: 0; --woof-sd-ie-ch_counter_font_size: 9px; --woof-sd-ie-ch_counter_font_family: consolas; --woof-sd-ie-ch_counter_font_weight: 500; --woof-sd-ie-ch_counter_color: #477bff; --woof-sd-ie-ch_counter_bg_color: #ffffff; --woof-sd-ie-ch_counter_bg_image: url(); --woof-sd-ie-ch_counter_border_width: 1px; --woof-sd-ie-ch_counter_border_radius: 50%; --woof-sd-ie-ch_counter_border_color: #477bff; --woof-sd-ie-ch_counter_border_style: solid; }:root { --woof-sd-ie-rad_width: 25px; --woof-sd-ie-rad_height: 25px; --woof-sd-ie-rad_space: 1px; --woof-sd-ie-rad_space_color: #ffffff; --woof-sd-ie-rad_text_top: 0; --woof-sd-ie-rad_text_color: #6d6d6d; --woof-sd-ie-rad_hover_text_color: #333333; --woof-sd-ie-rad_selected_text_color: #000000; --woof-sd-ie-rad_font_size: 14px; --woof-sd-ie-rad_font_family: inherit; --woof-sd-ie-rad_font_weight: 400; --woof-sd-ie-rad_hover_font_weight: 400; --woof-sd-ie-rad_selected_font_weight: 400; --woof-sd-ie-rad_line_height: 18px; --woof-sd-ie-rad_color: #ffffff; --woof-sd-ie-rad_hover_color: #79b8ff; --woof-sd-ie-rad_selected_color: #79b8ff; --woof-sd-ie-rad_image: url(); --woof-sd-ie-rad_selected_image: url(); --woof-sd-ie-rad_hover_image: url(); --woof-sd-ie-rad_hover_scale: 100; --woof-sd-ie-rad_selected_scale: 100; --woof-sd-ie-rad_border_radius: 50%; --woof-sd-ie-rad_border_width: 1px; --woof-sd-ie-rad_hover_border_width: 1px; --woof-sd-ie-rad_selected_border_width: 1px; --woof-sd-ie-rad_border_color: #79b8ff; --woof-sd-ie-rad_hover_border_color: #79b8ff; --woof-sd-ie-rad_selected_border_color: #79b8ff; --woof-sd-ie-rad_border_style: solid; --woof-sd-ie-rad_hover_border_style: solid; --woof-sd-ie-rad_selected_border_style: solid; --woof-sd-ie-rad_margin_right: 9px; --woof-sd-ie-rad_margin_bottom: 11px; --woof-sd-ie-rad_childs_left_shift: 19px; --woof-sd-ie-rad_transition: 300s; --woof-sd-ie-rad_counter_show: inline-flex; --woof-sd-ie-rad_counter_width: 14px; --woof-sd-ie-rad_counter_height: 14px; --woof-sd-ie-rad_counter_side_padding: 0; --woof-sd-ie-rad_counter_top: -2px; --woof-sd-ie-rad_counter_right: 0; --woof-sd-ie-rad_counter_font_size: 9px; --woof-sd-ie-rad_counter_font_family: consolas; --woof-sd-ie-rad_counter_font_weight: 500; --woof-sd-ie-rad_counter_color: #477bff; --woof-sd-ie-rad_counter_bg_color: #ffffff; --woof-sd-ie-rad_counter_bg_image: url(); --woof-sd-ie-rad_counter_border_width: 1px; --woof-sd-ie-rad_counter_border_radius: 50%; --woof-sd-ie-rad_counter_border_color: #477bff; --woof-sd-ie-rad_counter_border_style: solid; }:root { --woof-sd-ie-sw_vertex_enabled_bg_color: #79b8ff; --woof-sd-ie-sw_vertex_enabled_bg_image: url(); --woof-sd-ie-sw_vertex_enabled_border_color: #79b8ff; --woof-sd-ie-sw_vertex_enabled_border_style: solid; --woof-sd-ie-sw_vertex_disabled_bg_color: #ffffff; --woof-sd-ie-sw_vertex_disabled_bg_image: url(); --woof-sd-ie-sw_vertex_disabled_border_color: #ffffff; --woof-sd-ie-sw_vertex_disabled_border_style: solid; --woof-sd-ie-sw_vertex_border_width: 1px; --woof-sd-ie-sw_substrate_enabled_bg_color: #c8e1ff; --woof-sd-ie-sw_substrate_enabled_bg_image: url(); --woof-sd-ie-sw_substrate_enabled_border_color: #c8e1ff; --woof-sd-ie-sw_substrate_enabled_border_style: solid; --woof-sd-ie-sw_substrate_disabled_bg_color: #9a9999; --woof-sd-ie-sw_substrate_disabled_bg_image: url(); --woof-sd-ie-sw_substrate_disabled_border_color: #9a9999; --woof-sd-ie-sw_substrate_disabled_border_style: solid; --woof-sd-ie-sw_substrate_border_width: 1px; --woof-sd-ie-sw_vertex_size: 20px; --woof-sd-ie-sw_vertex_border_radius: 50%; --woof-sd-ie-sw_vertex_top: 0; --woof-sd-ie-sw_substrate_width: 34px; --woof-sd-ie-sw_substrate_height: 14px; --woof-sd-ie-sw_substrate_border_radius: 8px; --woof-sd-ie-sw_label_font_color: #6d6d6d; --woof-sd-ie-sw_label_font_size: 16px; --woof-sd-ie-sw_label_font_weight: 400; --woof-sd-ie-sw_label_line_height: 23px; --woof-sd-ie-sw_label_font_family: inherit; --woof-sd-ie-sw_label_left: 15px; --woof-sd-ie-sw_label_top: -16px; --woof-sd-ie-sw_margin_bottom: 5px; --woof-sd-ie-sw_childs_left_shift: 15px; --woof-sd-ie-sw_counter_show: inline-flex; --woof-sd-ie-sw_counter_width: 14px; --woof-sd-ie-sw_counter_height: 14px; --woof-sd-ie-sw_counter_side_padding: 0; --woof-sd-ie-sw_counter_top: -2px; --woof-sd-ie-sw_counter_right: -3px; --woof-sd-ie-sw_counter_font_size: 9px; --woof-sd-ie-sw_counter_font_family: consolas; --woof-sd-ie-sw_counter_font_weight: 500; --woof-sd-ie-sw_counter_color: #477bff; --woof-sd-ie-sw_counter_bg_color: #ffffff; --woof-sd-ie-sw_counter_bg_image: url(); --woof-sd-ie-sw_counter_border_width: 1px; --woof-sd-ie-sw_counter_border_radius: 50%; --woof-sd-ie-sw_counter_border_color: #477bff; --woof-sd-ie-sw_counter_border_style: solid; }:root { --woof-sd-ie-clr_width: 60px; --woof-sd-ie-clr_height: 60px; --woof-sd-ie-clr_show_tooltip: none; --woof-sd-ie-clr_show_tooltip_count: block-inline; --woof-sd-ie-clr_color: #000000; --woof-sd-ie-clr_image: url(); --woof-sd-ie-clr_hover_scale: 110; --woof-sd-ie-clr_selected_scale: 110; --woof-sd-ie-clr_border_radius: 50%; --woof-sd-ie-clr_border_width: 1px; --woof-sd-ie-clr_hover_border_width: 1px; --woof-sd-ie-clr_selected_border_width: 1px; --woof-sd-ie-clr_border_color: #79b8ff; --woof-sd-ie-clr_hover_border_color: #79b8ff; --woof-sd-ie-clr_selected_border_color: #79b8ff; --woof-sd-ie-clr_border_style: solid; --woof-sd-ie-clr_hover_border_style: dashed; --woof-sd-ie-clr_selected_border_style: dashed; --woof-sd-ie-clr_margin_right: 9px; --woof-sd-ie-clr_margin_bottom: 11px; --woof-sd-ie-clr_transition: 300s; --woof-sd-ie-clr_counter_show: inline-flex; --woof-sd-ie-clr_counter_width: 14px; --woof-sd-ie-clr_counter_height: 14px; --woof-sd-ie-clr_counter_side_padding: 0; --woof-sd-ie-clr_counter_top: 4px; --woof-sd-ie-clr_counter_right: 0; --woof-sd-ie-clr_counter_font_size: 9px; --woof-sd-ie-clr_counter_font_family: consolas; --woof-sd-ie-clr_counter_font_weight: 500; --woof-sd-ie-clr_counter_color: #477bff; --woof-sd-ie-clr_counter_bg_color: #ffffff; --woof-sd-ie-clr_counter_bg_image: url(); --woof-sd-ie-clr_counter_border_width: 1px; --woof-sd-ie-clr_counter_border_radius: 50%; --woof-sd-ie-clr_counter_border_color: #477bff; --woof-sd-ie-clr_counter_border_style: solid; }:root { --woof-sd-ie-vertex_enabled_bg_color: #79b8ff; --woof-sd-ie-substrate_enabled_bg_color: #c8e1ff; --woof-sd-ie-vertex_disabled_bg_color: #ffffff; --woof-sd-ie-substrate_disabled_bg_color: #9a9999; --woof-sd-ie-vertex_size: 20px; --woof-sd-ie-vertex_border_radius: 50%; --woof-sd-ie-vertex_top: 0; --woof-sd-ie-substrate_width: 34px; --woof-sd-ie-substrate_height: 14px; --woof-sd-ie-substrate_border_radius: 8px; --woof-sd-ie-label_font_color: #333333; --woof-sd-ie-label_font_size: 16px; --woof-sd-ie-label_left: 15px; --woof-sd-ie-label_top: -18px; }@keyframes spin { 100% { transform: rotate(360deg); } }.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; width: 1px; position: absolute !important; overflow-wrap: normal !important; }.slick-slider { position: relative; display: block; box-sizing: border-box; user-select: none; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }.slick-list { position: relative; display: block; overflow: hidden; margin: 0px; padding: 0px; }.slick-list:focus { outline: none; }.slick-slider .slick-track, .slick-slider .slick-list { transform: translate3d(0px, 0px, 0px); }.slick-track { position: relative; top: 0px; left: 0px; display: block; margin-left: auto; margin-right: auto; }.slick-track::before, .slick-track::after { display: table; content: ""; }.slick-track::after { clear: both; }.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }.slick-slide img { display: block; }.slick-initialized .slick-slide { display: block; }@keyframes wpc-spinner { 100% { transform: rotate(360deg); } }@-webkit-keyframes wpc-spinner { 100% { transform: rotate(360deg); } }@keyframes woosq-spinner { 100% { transform: rotate(360deg); } }@-webkit-keyframes woosq-spinner { 100% { transform: rotate(360deg); } }@font-face{font-family:"Roboto";font-weight:400;font-style:normal;unicode-range:U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;src:url(https://2bii.net/wp-content/swift-ai/cache/2bii.net/tvshows/spider-sentinel/__data/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ51fa9959.woff) format('woff2');font-display:swap;}@font-face{font-family:"Roboto";font-weight:500;font-style:normal;unicode-range:U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;src:url(https://2bii.net/wp-content/swift-ai/cache/2bii.net/tvshows/spider-sentinel/__data/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ51fa9959.woff) format('woff2');font-display:swap;}@font-face{font-family:"Roboto";font-weight:700;font-style:normal;unicode-range:U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;src:url(https://2bii.net/wp-content/swift-ai/cache/2bii.net/tvshows/spider-sentinel/__data/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ51fa9959.woff) format('woff2');font-display:swap;}[class="icon"], [class^="icon-"], [class*=" icon-"] { display: inline-block; font-weight: 400; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; font-family: Iconly !important; }.icon-x-twitter-share::before { content: ""; }.icon-whatsapp-icon::before { content: ""; }.icon-user::before { content: ""; }.icon-twitter-icon::before { content: ""; }.icon-translate::before { content: ""; }.icon-share-2::before { content: ""; }.icon-setting::before { content: ""; }.icon-search-normal::before { content: ""; }.icon-plus::before { content: ""; }.icon-play-button::before { content: ""; }.icon-logout::before { content: ""; }.icon-linkedin-share::before { content: ""; }.icon-instagram-share::before { content: ""; }.icon-instagram-icon::before { content: ""; }.icon-facebook-share::before { content: ""; }.icon-facebook-icon::before { content: ""; }.icon-eye-2::before { content: ""; }.icon-cross::before { content: ""; }.icon-copy-link::before { content: ""; }.icon-bag-cart::before { content: ""; }.icon-arrow-up::before { content: ""; }.icon-arrow-right::before { content: ""; }.icon-arrow-left::before { content: ""; }.icon-arrow-down::before { content: ""; }.icon-video::before { content: ""; }.icon-tvshow::before { content: ""; }.icon-movie::before { content: ""; }.icon-bar-line::before { content: ""; }.icon-volume-slash::before { content: ""; }.icon-rent::before { content: ""; }.icon-premium-1::before { content: ""; }.icon-fullscreen::before { content: ""; }:root { --content-width: 87.5em; --content-width-sm: 73.125em; --global-page-top-spacing: 3.75em; --global-page-bottom-spacing: 3.75em; --global-page-top-spacing-tablet: 3.75em; --global-page-bottom-spacing-tablet: 3.75em; --global-page-top-spacing-mobile: 2em; --global-page-bottom-spacing-mobile: 2em; --pmpro--color--border--variation: var(--bs-border-color); --pmpro--color--border: var(--bs-border-color); --pmpro--color--info-background: var(--bs-info-bg-subtle); --pmpro--color--info-border: var(--bs-info-border-subtle); --pmpro--color--info-text: var(--bs-info); --pmpro--color--info-link: var(--bs-info); --pmpro--color--success-background: var(--bs-success-bg-subtle); --pmpro--color--success-border: var(--bs-success-border-subtle); --pmpro--color--success-text: var(--bs-success); --pmpro--color--success-link: var(--bs-success); --pmpro--color--error-background: var(--bs-danger-bg-subtle); --pmpro--color--error-border: var(--bs-danger-border-subtle); --pmpro--color--error-text: var(--bs-danger); --pmpro--color--error-link: var(--bs-danger); --pmpro--color--alert-background: var(--bs-warning-bg-subtle); --pmpro--color--alert-border: var(--bs-warning-border-subtle); --pmpro--color--alert-text: var(--bs-warning); --pmpro--color--alert-link: var(--bs-warning); --pmpro--color--alert2-background: var(--bs-warning-bg-subtle); --pmpro--color--alert2-border: var(--bs-warning-border-subtle); --pmpro--color--alert2-text: var(--bs-warning); --pmpro--color--alert2-link: var(--bs-warning); --pmpro--color--base: var(--bs-white) !important; --pmpro--color--contrast: var(--bs-body-color) !important; --pmpro--color--accent: var(--bs-primary) !important; --pmpro--color--accent--variation: hsl(var(--bs-primary-rgb)) !important; }:root, [data-bs-theme="light"] { --bs-blue: #e50914; --bs-indigo: #6610f2; --bs-pink: #d63384; --bs-red: #c0392b; --bs-orange: #FAA938; --bs-yellow: #ECBA12; --bs-green: #107516; --bs-teal: #222020; --bs-cyan: #008DE0; --bs-black: #000; --bs-white: #fff; --bs-gray-100: #f8f9fa; --bs-gray-200: #f1f3f5; --bs-gray-300: #7C859B; --bs-gray-400: #ced4da; --bs-gray-500: #adb5bd; --bs-gray-600: #f6f6f6; --bs-gray-700: #f5f5f5; --bs-gray-800: #95a5a6; --bs-gray-900: #ffffff; --bs-primary: #e50914; --bs-secondary: #222020; --bs-success: #107516; --bs-info: #008DE0; --bs-warning: #ECBA12; --bs-danger: #c0392b; --bs-purple: #38439d; --bs-light: #7C859B; --bs-dark: #000; --bs-gray: #f6f6f6; --bs-gray-dark: #f5f5f5; --bs-primary-rgb: 229, 9, 20; --bs-secondary-rgb: 34, 32, 32; --bs-success-rgb: 16, 117, 22; --bs-info-rgb: 0, 141, 224; --bs-warning-rgb: 236, 186, 18; --bs-danger-rgb: 192, 57, 43; --bs-purple-rgb: 56, 67, 157; --bs-light-rgb: 124, 133, 155; --bs-dark-rgb: 0, 0, 0; --bs-gray-rgb: 246, 246, 246; --bs-gray-dark-rgb: 245, 245, 245; --bs-primary-text-emphasis: rgb(91.6, 3.6, 8); --bs-secondary-text-emphasis: rgb(13.6, 12.8, 12.8); --bs-success-text-emphasis: rgb(6.4, 46.8, 8.8); --bs-info-text-emphasis: rgb(0, 56.4, 89.6); --bs-warning-text-emphasis: rgb(94.4, 74.4, 7.2); --bs-danger-text-emphasis: rgb(76.8, 22.8, 17.2); --bs-light-text-emphasis: #f5f5f5; --bs-dark-text-emphasis: #f5f5f5; --bs-primary-bg-subtle: rgb(249.8, 205.8, 208); --bs-secondary-bg-subtle: rgb(210.8, 210.4, 210.4); --bs-success-bg-subtle: rgb(207.2, 227.4, 208.4); --bs-info-bg-subtle: rgb(204, 232.2, 248.8); --bs-warning-bg-subtle: rgb(251.2, 241.2, 207.6); --bs-danger-bg-subtle: rgb(242.4, 215.4, 212.6); --bs-light-bg-subtle: rgb(251.5, 252, 252.5); --bs-dark-bg-subtle: #ced4da; --bs-primary-border-subtle: rgb(244.6, 156.6, 161); --bs-secondary-border-subtle: rgb(166.6, 165.8, 165.8); --bs-success-border-subtle: rgb(159.4, 199.8, 161.8); --bs-info-border-subtle: rgb(153, 209.4, 242.6); --bs-warning-border-subtle: rgb(247.4, 227.4, 160.2); --bs-danger-border-subtle: rgb(229.8, 175.8, 170.2); --bs-light-border-subtle: #f1f3f5; --bs-dark-border-subtle: #adb5bd; --bs-white-rgb: 255, 255, 255; --bs-black-rgb: 0, 0, 0; --bs-font-sans-serif: "Roboto", sans-serif, "Liberation Mono", "Courier New", monospace; --bs-font-monospace: "Roboto", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0)); --bs-body-font-family: var(--bs-font-sans-serif); --bs-body-font-size: 1em; --bs-body-font-weight: 400; --bs-body-line-height: 1.5; --bs-body-color: #1a1a1a; --bs-body-color-rgb: 26, 26, 26; --bs-body-bg: #ffffff; --bs-body-bg-rgb: 255, 255, 255; --bs-emphasis-color: #000; --bs-emphasis-color-rgb: 0, 0, 0; --bs-secondary-color: rgba(26, 26, 26, .75); --bs-secondary-color-rgb: 26, 26, 26; --bs-secondary-bg: #f1f3f5; --bs-secondary-bg-rgb: 241, 243, 245; --bs-tertiary-color: rgba(26, 26, 26, .5); --bs-tertiary-color-rgb: 26, 26, 26; --bs-tertiary-bg: #f8f9fa; --bs-tertiary-bg-rgb: 248, 249, 250; --bs-heading-color: #000505; --bs-link-color: #e50914; --bs-link-color-rgb: 229, 9, 20; --bs-link-decoration: none; --bs-link-hover-color: rgb(183.2, 7.2, 16); --bs-link-hover-color-rgb: 183, 7, 16; --bs-code-color: #d63384; --bs-highlight-color: #1a1a1a; --bs-highlight-bg: rgb(251.2, 241.2, 207.6); --bs-border-width: .0625em; --bs-border-style: solid; --bs-border-color: #e3e3e4; --bs-border-color-translucent: rgba(0, 0, 0, .175); --bs-border-radius: .25em; --bs-border-radius-sm: .25em; --bs-border-radius-lg: .25em; --bs-border-radius-xl: 1em; --bs-border-radius-xxl: 2em; --bs-border-radius-2xl: var(--bs-border-radius-xxl); --bs-border-radius-pill: 50em; --bs-box-shadow: 0 .063em 1.875em 0 rgba(0, 0, 0, .08); --bs-box-shadow-sm: 0 .125em .25em rgba(0, 0, 0, .1); --bs-box-shadow-lg: 0 .625em 1.875em rgba(0, 0, 0, .05); --bs-box-shadow-inset: inset 0 .25em .5em rgba(0, 0, 0, .16); --bs-focus-ring-width: .25em; --bs-focus-ring-opacity: .25; --bs-focus-ring-color: inherit; --bs-form-valid-color: #107516; --bs-form-valid-border-color: #107516; --bs-form-invalid-color: #c0392b; --bs-form-invalid-border-color: #c0392b; }[data-bs-theme="dark"] { color-scheme: dark; --bs-body-color: #d1d0cf; --bs-body-color-rgb: 209, 208, 207; --bs-body-bg: #000; --bs-body-bg-rgb: 0, 0, 0; --bs-emphasis-color: #fff; --bs-emphasis-color-rgb: 255, 255, 255; --bs-secondary-color: rgba(209, 208, 207, .75); --bs-secondary-color-rgb: 209, 208, 207; --bs-secondary-bg: #6c757d; --bs-secondary-bg-rgb: 108, 117, 125; --bs-tertiary-color: rgba(209, 208, 207, .5); --bs-tertiary-color-rgb: 209, 208, 207; --bs-tertiary-bg: rgb(202, 210, 210.5); --bs-tertiary-bg-rgb: 202, 210, 211; --bs-primary-text-emphasis: rgb(239.4, 107.4, 114); --bs-secondary-text-emphasis: rgb(122.4, 121.2, 121.2); --bs-success-text-emphasis: rgb(111.6, 172.2, 115.2); --bs-info-text-emphasis: rgb(102, 186.6, 236.4); --bs-warning-text-emphasis: rgb(243.6, 213.6, 112.8); --bs-danger-text-emphasis: rgb(217.2, 136.2, 127.8); --bs-light-text-emphasis: #f8f9fa; --bs-dark-text-emphasis: #7C859B; --bs-primary-bg-subtle: rgb(45.8, 1.8, 4); --bs-secondary-bg-subtle: rgb(6.8, 6.4, 6.4); --bs-success-bg-subtle: rgb(3.2, 23.4, 4.4); --bs-info-bg-subtle: rgb(0, 28.2, 44.8); --bs-warning-bg-subtle: rgb(47.2, 37.2, 3.6); --bs-danger-bg-subtle: rgb(38.4, 11.4, 8.6); --bs-light-bg-subtle: #95a5a6; --bs-dark-bg-subtle: rgb(74.5, 82.5, 83); --bs-primary-border-subtle: rgb(137.4, 5.4, 12); --bs-secondary-border-subtle: rgb(20.4, 19.2, 19.2); --bs-success-border-subtle: rgb(9.6, 70.2, 13.2); --bs-info-border-subtle: rgb(0, 84.6, 134.4); --bs-warning-border-subtle: rgb(141.6, 111.6, 10.8); --bs-danger-border-subtle: rgb(115.2, 34.2, 25.8); --bs-light-border-subtle: #f5f5f5; --bs-dark-border-subtle: #95a5a6; --bs-heading-color: #fff; --bs-link-color: rgb(239.4, 107.4, 114); --bs-link-hover-color: rgb(242.52, 136.92, 142.2); --bs-link-color-rgb: 239, 107, 114; --bs-link-hover-color-rgb: 243, 137, 142; --bs-code-color: rgb(230.4, 132.6, 181.2); --bs-highlight-color: #d1d0cf; --bs-highlight-bg: rgb(94.4, 74.4, 7.2); --bs-border-color: #262525; --bs-border-color-translucent: rgba(255, 255, 255, .15); --bs-form-valid-color: rgb(111.6, 172.2, 115.2); --bs-form-valid-border-color: rgb(111.6, 172.2, 115.2); --bs-form-invalid-color: rgb(217.2, 136.2, 127.8); --bs-form-invalid-border-color: rgb(217.2, 136.2, 127.8); }*, ::before, ::after { box-sizing: border-box; }@media (prefers-reduced-motion: no-preference){:root { scroll-behavior: smooth; }}body { margin: 0px; font-family: var(--bs-body-font-family); font-size: var(--bs-body-font-size); font-weight: var(--bs-body-font-weight); line-height: var(--bs-body-line-height); color: var(--bs-body-color); text-align: var(--bs-body-text-align); background-color: var(--bs-body-bg); text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 { margin-top: 0px; margin-bottom: 0.625em; font-family: Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-weight: 500; line-height: 1.3; color: var(--bs-heading-color); }h1, .h1 { font-size: 4.209em; }h3, .h3 { font-size: 2.369em; }h5, .h5 { font-size: 1.333em; }h6, .h6 { font-size: 1em; }p { margin-top: 0px; margin-bottom: 1em; }ol, ul { padding-left: 2rem; }ol, ul, dl { margin-top: 0px; margin-bottom: 1rem; }ol ol, ul ul, ol ul, ul ol { margin-bottom: 0px; }b, strong { font-weight: bolder; }small, .small { font-size: 0.75em; }a { color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, 1)); text-decoration: none; }a:hover { --bs-link-color-rgb: var(--bs-link-hover-color-rgb); }img, svg { vertical-align: middle; }label { display: inline-block; }button { border-radius: 0px; }button:focus:not(:focus-visible) { outline: 0px; }input, button, select, optgroup, textarea { margin: 0px; font-family: inherit; font-size: inherit; line-height: inherit; }button, select { text-transform: none; }[role="button"] { cursor: pointer; }button, [type="button"], [type="reset"], [type="submit"] { appearance: button; }button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) { cursor: pointer; }iframe { border: 0px; }.list-unstyled, .list-inline { padding-left: 0px; list-style: none; }.list-inline-item { display: inline-block; }.list-inline-item:not(:last-child) { margin-right: 0.5em; }.img-fluid { max-width: 100%; height: auto; }.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm { --bs-gutter-x: 2em; --bs-gutter-y: 0; width: 100%; padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); margin-right: auto; margin-left: auto; }:root { --bs-breakpoint-xs: 0; --bs-breakpoint-sm: 576px; --bs-breakpoint-md: 768px; --bs-breakpoint-lg: 992px; --bs-breakpoint-xl: 1200px; --bs-breakpoint-xxl: 1400px; }.row { --bs-gutter-x: 2em; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; margin-top: calc(-1 * var(--bs-gutter-y)); margin-right: calc(-.5 * var(--bs-gutter-x)); margin-left: calc(-.5 * var(--bs-gutter-x)); }.row > * { flex-shrink: 0; width: 100%; max-width: 100%; padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); margin-top: var(--bs-gutter-y); }.g-4, .gy-4 { --bs-gutter-y: 1.5em; }.form-control { display: block; width: 100%; padding: 0.782em 1em; font-size: 1em; font-weight: 400; line-height: 1.5; color: var(--bs-body-color); appearance: none; background-color: var(--bs-gray-900); background-clip: padding-box; border: var(--bs-border-width) solid var(--bs-border-color); border-radius: 0.25em; transition:border-color, box-shadow 0.15s, 0.15s ease-in-out, ease-in-out; }.form-control:focus { color: var(--bs-body-color); background-color: var(--bs-gray-900); border-color: var(--bs-primary); outline: 0px; box-shadow: none; }.form-control::placeholder { color: var(--bs-secondary-color); opacity: 1; }.btn-check { position: absolute; clip: rect(0px, 0px, 0px, 0px); pointer-events: none; }.input-group { position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%; }.input-group > .form-control, .input-group > .form-select, .input-group > .form-floating { position: relative; flex: 1 1 auto; width: 1%; min-width: 0px; }.input-group > .form-control:focus, .input-group > .form-select:focus, .input-group > .form-floating:focus-within { z-index: 5; }.input-group-text { display: flex; align-items: center; padding: 0.782em 1em; font-size: 1em; font-weight: 400; line-height: 1.5; color: var(--bs-body-color); text-align: center; white-space: nowrap; background-color: var(--bs-gray-900); border: var(--bs-border-width) solid var(--bs-border-color); border-radius: 0.25em; }.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select { border-top-right-radius: 0px; border-bottom-right-radius: 0px; }.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) { margin-left: calc(var(--bs-border-width) * -1); border-top-left-radius: 0px; border-bottom-left-radius: 0px; }.btn { --bs-btn-padding-x: 1.5em; --bs-btn-padding-y: .8em; --bs-btn-font-family: ; --bs-btn-font-size: .875em; --bs-btn-font-weight: 600; --bs-btn-line-height: 1.5; --bs-btn-color: var(--bs-white); --bs-btn-bg: transparent; --bs-btn-border-width: var(--bs-border-width); --bs-btn-border-color: transparent; --bs-btn-border-radius: .25em; --bs-btn-hover-border-color: transparent; --bs-btn-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0); --bs-btn-disabled-opacity: .65; --bs-btn-focus-box-shadow: 0 0 0 0em rgba(var(--bs-btn-focus-shadow-rgb), .5); display: inline-block; padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x); font-family: var(--bs-btn-font-family); font-size: var(--bs-btn-font-size); font-weight: var(--bs-btn-font-weight); line-height: var(--bs-btn-line-height); color: var(--bs-btn-color); text-align: center; vertical-align: middle; cursor: pointer; user-select: none; border: var(--bs-btn-border-width) solid var(--bs-btn-border-color); border-radius: var(--bs-btn-border-radius); background-color: var(--bs-btn-bg); transition:color, background-color, border-color, box-shadow 0.15s, 0.15s, 0.15s, 0.15s ease-in-out, ease-in-out, ease-in-out, ease-in-out; }.btn:hover { color: var(--bs-btn-hover-color); background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); }.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show { color: var(--bs-btn-active-color); background-color: var(--bs-btn-active-bg); border-color: var(--bs-btn-active-border-color); }.btn-primary { --bs-btn-color: #fff; --bs-btn-bg: #e50914; --bs-btn-border-color: #e50914; --bs-btn-hover-color: #fff; --bs-btn-hover-bg: rgb(194.65, 7.65, 17); --bs-btn-hover-border-color: rgb(183.2, 7.2, 16); --bs-btn-focus-shadow-rgb: 233, 46, 55; --bs-btn-active-color: #fff; --bs-btn-active-bg: rgb(183.2, 7.2, 16); --bs-btn-active-border-color: rgb(171.75, 6.75, 15); --bs-btn-active-shadow: 0 0px 0px rgba(0, 0, 0, 0); --bs-btn-disabled-color: #fff; --bs-btn-disabled-bg: #e50914; --bs-btn-disabled-border-color: #e50914; }.btn-secondary { --bs-btn-color: #fff; --bs-btn-bg: #222020; --bs-btn-border-color: #222020; --bs-btn-hover-color: #fff; --bs-btn-hover-bg: rgb(28.9, 27.2, 27.2); --bs-btn-hover-border-color: rgb(27.2, 25.6, 25.6); --bs-btn-focus-shadow-rgb: 67, 65, 65; --bs-btn-active-color: #fff; --bs-btn-active-bg: rgb(27.2, 25.6, 25.6); --bs-btn-active-border-color: rgb(25.5, 24, 24); --bs-btn-active-shadow: 0 0px 0px rgba(0, 0, 0, 0); --bs-btn-disabled-color: #fff; --bs-btn-disabled-bg: #222020; --bs-btn-disabled-border-color: #222020; }.btn-link { --bs-btn-font-weight: 400; --bs-btn-color: var(--bs-primary); --bs-btn-bg: transparent; --bs-btn-border-color: transparent; --bs-btn-hover-color: var(--bs-primary); --bs-btn-hover-border-color: transparent; --bs-btn-active-color: var(--bs-primary); --bs-btn-active-border-color: transparent; --bs-btn-disabled-color: #f6f6f6; --bs-btn-disabled-border-color: transparent; --bs-btn-box-shadow: 0 0 0 #000; --bs-btn-focus-shadow-rgb: 233, 46, 55; text-decoration: none; }.btn-link:hover { color: var(--bs-btn-hover-color); }.btn-sm, .btn-group-sm > .btn { --bs-btn-padding-y: .25em; --bs-btn-padding-x: .5em; --bs-btn-font-size: .75em; --bs-btn-border-radius: .25em; }.fade { transition:opacity 0.15s linear; }.fade:not(.show) { opacity: 0; }.dropup, .dropend, .dropdown, .dropstart, .dropup-center, .dropdown-center { position: relative; }.dropdown-toggle { white-space: nowrap; }.dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-width: 0.3em 0.3em 0px; border-top-style: solid; border-top-color: initial; border-right-style: solid; border-right-color: transparent; border-bottom-style: initial; border-bottom-color: initial; border-left-style: solid; border-left-color: transparent; }.dropdown-menu { --bs-dropdown-zindex: 1000; --bs-dropdown-min-width: 10em; --bs-dropdown-padding-x: 0; --bs-dropdown-padding-y: .5em; --bs-dropdown-spacer: .125em; --bs-dropdown-font-size: 1em; --bs-dropdown-color: var(--bs-body-color); --bs-dropdown-bg: var(--bs-gray-900); --bs-dropdown-border-color: rgba(0, 0, 0, 0); --bs-dropdown-border-radius: var(--bs-border-radius); --bs-dropdown-border-width: var(--bs-border-width); --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width)); --bs-dropdown-divider-bg: rgba(0, 0, 0, 0); --bs-dropdown-divider-margin-y: .5em; --bs-dropdown-box-shadow: 0 .625em 1.875em rgba(0, 0, 0, .1); --bs-dropdown-link-color: var(--bs-body-color); --bs-dropdown-link-hover-color: var(--bs-primary); --bs-dropdown-link-hover-bg: transparent; --bs-dropdown-link-active-color: var(--bs-primary); --bs-dropdown-link-active-bg: transparent; --bs-dropdown-link-disabled-color: var(--bs-tertiary-color); --bs-dropdown-item-padding-x: 1em; --bs-dropdown-item-padding-y: .25em; --bs-dropdown-header-color: #f6f6f6; --bs-dropdown-header-padding-x: 1em; --bs-dropdown-header-padding-y: .5em; position: absolute; z-index: var(--bs-dropdown-zindex); display: none; min-width: var(--bs-dropdown-min-width); padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x); margin: 0px; font-size: var(--bs-dropdown-font-size); color: var(--bs-dropdown-color); text-align: left; list-style: none; background-color: var(--bs-dropdown-bg); background-clip: padding-box; border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color); border-radius: var(--bs-dropdown-border-radius); }.dropdown-menu-end { --bs-position: end; }.nav { --bs-nav-link-padding-x: 1em; --bs-nav-link-padding-y: .5em; --bs-nav-link-font-weight: ; --bs-nav-link-color: var(--bs-primary); --bs-nav-link-hover-color: var(--bs-primary); --bs-nav-link-disabled-color: var(--bs-secondary-color); display: flex; flex-wrap: wrap; padding-left: 0px; margin-bottom: 0px; list-style: none; }.nav-link { display: block; padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x); font-size: var(--bs-nav-link-font-size); font-weight: var(--bs-nav-link-font-weight); color: var(--bs-nav-link-color); background: none; border: 0px; transition:color, background-color, border-color 0.15s, 0.15s, 0.15s ease-in-out, ease-in-out, ease-in-out; }.nav-link:hover, .nav-link:focus { color: var(--bs-nav-link-hover-color); }.nav-pills { --bs-nav-pills-border-radius: var(--bs-border-radius); --bs-nav-pills-link-active-color: var(--bs-white); --bs-nav-pills-link-active-bg: var(--bs-primary); }.nav-pills .nav-link { border-radius: var(--bs-nav-pills-border-radius); }.nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: var(--bs-nav-pills-link-active-color); background-color: var(--bs-nav-pills-link-active-bg); }.tab-content > .tab-pane { display: none; }.tab-content > .active { display: block; }.navbar { --bs-navbar-padding-x: 0; --bs-navbar-padding-y: .5em; --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), .65); --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), .8); --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), .3); --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1); --bs-navbar-brand-padding-y: -.52675em; --bs-navbar-brand-margin-end: 1em; --bs-navbar-brand-font-size: 2.369em; --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1); --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1); --bs-navbar-nav-link-padding-x: .5em; --bs-navbar-toggler-padding-y: .25em; --bs-navbar-toggler-padding-x: .75em; --bs-navbar-toggler-font-size: 1.188em; --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2826, 26, 26, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), .15); --bs-navbar-toggler-border-radius: .25em; --bs-navbar-toggler-focus-width: 0em; --bs-navbar-toggler-transition: box-shadow .15s ease-in-out; position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x); }.navbar-nav { --bs-nav-link-padding-x: 0; --bs-nav-link-padding-y: .5em; --bs-nav-link-font-weight: ; --bs-nav-link-color: var(--bs-navbar-color); --bs-nav-link-hover-color: var(--bs-navbar-hover-color); --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color); display: flex; flex-direction: column; padding-left: 0px; margin-bottom: 0px; list-style: none; }.navbar-collapse { flex-basis: 100%; flex-grow: 1; align-items: center; }.card { --bs-card-spacer-y: 1.5em; --bs-card-spacer-x: 1.5em; --bs-card-title-spacer-y: .5em; --bs-card-title-color: var(--bs-heading-color); --bs-card-subtitle-color: ; --bs-card-border-width: 0; --bs-card-border-color: rgba(0, 0, 0, .125); --bs-card-border-radius: var(--bs-border-radius); --bs-card-box-shadow: ; --bs-card-inner-border-radius: calc(var(--bs-border-radius) - 0); --bs-card-cap-padding-y: 1.5em; --bs-card-cap-padding-x: 1.5em; --bs-card-cap-bg: transparent; --bs-card-cap-color: ; --bs-card-height: ; --bs-card-color: ; --bs-card-bg: var(--bs-gray-900); --bs-card-img-overlay-padding: 1em; --bs-card-group-margin: 1em; position: relative; display: flex; flex-direction: column; min-width: 0px; height: var(--bs-card-height); color: var(--bs-body-color); overflow-wrap: break-word; background-color: var(--bs-card-bg); background-clip: border-box; border: var(--bs-card-border-width) solid var(--bs-card-border-color); border-radius: var(--bs-card-border-radius); }.card-body { flex: 1 1 auto; padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x); color: var(--bs-card-color); }.badge { --bs-badge-padding-x: .5em; --bs-badge-padding-y: .25em; --bs-badge-font-size: .75em; --bs-badge-font-weight: 700; --bs-badge-color: #fff; --bs-badge-border-radius: .25em; display: inline-block; padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x); font-size: var(--bs-badge-font-size); font-weight: var(--bs-badge-font-weight); line-height: 1; color: var(--bs-badge-color); text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: var(--bs-badge-border-radius); }@keyframes progress-bar-stripes { 0% { background-position-x: 1em; } }.btn-close { --bs-btn-close-color: #000; --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e"); --bs-btn-close-opacity: .5; --bs-btn-close-hover-opacity: .75; --bs-btn-close-focus-shadow: 0 0 0 .25em inherit; --bs-btn-close-focus-opacity: 1; --bs-btn-close-disabled-opacity: .25; --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%); box-sizing: content-box; width: 1em; height: 1em; padding: 0.25em; color: var(--bs-btn-close-color); background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat; border: 0px; border-radius: 0.25em; opacity: var(--bs-btn-close-opacity); }.btn-close:hover { color: var(--bs-btn-close-color); text-decoration: none; opacity: var(--bs-btn-close-hover-opacity); }.btn-close:focus { outline: 0px; box-shadow: var(--bs-btn-close-focus-shadow); opacity: var(--bs-btn-close-focus-opacity); }.btn-close-white, [data-bs-theme="dark"] .btn-close { filter: var(--bs-btn-close-white-filter); }.toast { --bs-toast-zindex: 1090; --bs-toast-padding-x: .75em; --bs-toast-padding-y: .5em; --bs-toast-spacing: 2em; --bs-toast-max-width: 350px; --bs-toast-font-size: .875em; --bs-toast-color: var(--bs-black); --bs-toast-bg: var(--bs-white); --bs-toast-border-width: .0625em; --bs-toast-border-color: var(--bs-white); --bs-toast-border-radius: .25em; --bs-toast-box-shadow: 0 .063em 1.875em 0 rgba(0, 0, 0, .08); --bs-toast-header-color: #f6f6f6; --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), .85); --bs-toast-header-border-color: rgba(0, 0, 0, .05); width: var(--bs-toast-max-width); max-width: 100%; font-size: var(--bs-toast-font-size); color: var(--bs-toast-color); pointer-events: auto; background-color: var(--bs-toast-bg); background-clip: padding-box; border: var(--bs-toast-border-width) solid var(--bs-toast-border-color); box-shadow: var(--bs-toast-box-shadow); border-radius: var(--bs-toast-border-radius); }.toast:not(.show) { display: none; }.toast-body { padding: var(--bs-toast-padding-x); overflow-wrap: break-word; }.modal { --bs-modal-zindex: 1055; --bs-modal-width: 31.25em; --bs-modal-padding: 2em; --bs-modal-margin: .5em; --bs-modal-color: ; --bs-modal-bg: var(--bs-gray-900); --bs-modal-border-color: transparent; --bs-modal-border-width: 0; --bs-modal-border-radius: var(--bs-border-radius-lg); --bs-modal-box-shadow: var(--bs-box-shadow-sm); --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - 0); --bs-modal-header-padding-x: 2em; --bs-modal-header-padding-y: 2em; --bs-modal-header-padding: 2em 2em; --bs-modal-header-border-color: var(--bs-border-color); --bs-modal-header-border-width: 0; --bs-modal-title-line-height: 1.5; --bs-modal-footer-gap: .5em; --bs-modal-footer-bg: ; --bs-modal-footer-border-color: var(--bs-border-color); --bs-modal-footer-border-width: 0; position: fixed; top: 0px; left: 0px; z-index: var(--bs-modal-zindex); display: none; width: 100%; height: 100%; overflow: hidden auto; outline: 0px; }.modal-dialog { position: relative; width: auto; margin: var(--bs-modal-margin); pointer-events: none; }.modal.fade .modal-dialog { transition:transform 0.3s ease-out; }.modal.fade .modal-dialog { transform: translateY(-50px); }.modal-dialog-scrollable { height: calc(100% - var(--bs-modal-margin) * 2); }.modal-dialog-scrollable .modal-content { max-height: 100%; overflow: hidden; }.modal-dialog-scrollable .modal-body { overflow-y: auto; }.modal-dialog-centered { display: flex; align-items: center; min-height: calc(100% - var(--bs-modal-margin) * 2); }.modal-content { position: relative; display: flex; flex-direction: column; width: 100%; color: var(--bs-modal-color); pointer-events: auto; background-color: var(--bs-modal-bg); background-clip: padding-box; border: var(--bs-modal-border-width) solid var(--bs-modal-border-color); border-radius: var(--bs-modal-border-radius); outline: 0px; }.modal-header { display: flex; flex-shrink: 0; align-items: center; justify-content: space-between; padding: var(--bs-modal-header-padding); border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color); border-top-left-radius: var(--bs-modal-inner-border-radius); border-top-right-radius: var(--bs-modal-inner-border-radius); }.modal-header .btn-close { padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5); margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto; }.modal-title { margin-bottom: 0px; line-height: var(--bs-modal-title-line-height); }.modal-body { position: relative; flex: 1 1 auto; padding: var(--bs-modal-padding); }@keyframes spinner-border { 100% { transform: rotate(360deg); } }@keyframes spinner-grow { 0% { transform: scale(0); } 50% { opacity: 1; transform: none; } }.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm { --bs-offcanvas-zindex: 1045; --bs-offcanvas-width: 400px; --bs-offcanvas-height: 30vh; --bs-offcanvas-padding-x: 2em; --bs-offcanvas-padding-y: 2em; --bs-offcanvas-color: var(--bs-body-color); --bs-offcanvas-bg: var(--bs-gray-900); --bs-offcanvas-border-width: 0; --bs-offcanvas-border-color: transparent; --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm); --bs-offcanvas-transition:transform 0.3s ease-in-out; --bs-offcanvas-title-line-height: 1.5; }.offcanvas { position: fixed; bottom: 0px; z-index: var(--bs-offcanvas-zindex); display: flex; flex-direction: column; max-width: 100%; color: var(--bs-offcanvas-color); visibility: hidden; background-color: var(--bs-offcanvas-bg); background-clip: padding-box; outline: 0px; transition:transform 0.3s ease-in-out; }.offcanvas.offcanvas-start { top: 0px; left: 0px; width: var(--bs-offcanvas-width); border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color); transform: translate(-100%); }.offcanvas.offcanvas-end { top: 0px; right: 0px; width: var(--bs-offcanvas-width); border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color); transform: translate(100%); }.offcanvas-header { display: flex; align-items: center; justify-content: space-between; padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x); }.offcanvas-header .btn-close { padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5); margin-top: calc(-.5 * var(--bs-offcanvas-padding-y)); margin-right: calc(-.5 * var(--bs-offcanvas-padding-x)); margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y)); }.offcanvas-title { margin-bottom: 0px; line-height: var(--bs-offcanvas-title-line-height); }.offcanvas-body { flex-grow: 1; padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x); overflow-y: auto; }@keyframes placeholder-glow { 50% { opacity: 0.2; } }@keyframes placeholder-wave { 100% { mask-position: -200% 0%; } }.link-body-emphasis { color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, 1)) !important; text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, 1)) !important; }.link-body-emphasis:hover, .link-body-emphasis:focus { color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, .75)) !important; text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, .75)) !important; }.object-fit-cover { object-fit: cover !important; }.overflow-hidden { overflow: hidden !important; }.d-inline { display: inline !important; }.d-inline-block { display: inline-block !important; }.d-block { display: block !important; }.d-flex { display: flex !important; }.d-inline-flex { display: inline-flex !important; }.d-none { display: none !important; }.position-relative { position: relative !important; }.border { border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }.border-0 { border: 0px !important; }.border-top { border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }.border-bottom { border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }.w-100 { width: 100% !important; }.h-100 { height: 100% !important; }.flex-grow-1 { flex-grow: 1 !important; }.flex-shrink-0 { flex-shrink: 0 !important; }.flex-wrap { flex-wrap: wrap !important; }.justify-content-center { justify-content: center !important; }.justify-content-between { justify-content: space-between !important; }.align-items-center { align-items: center !important; }.align-items-baseline { align-items: baseline !important; }.m-0 { margin: 0px !important; }.mx-0 { margin-right: 0px !important; margin-left: 0px !important; }.mt-0 { margin-top: 0px !important; }.mt-1 { margin-top: 0.25em !important; }.mt-2 { margin-top: 0.5em !important; }.mt-3 { margin-top: 1em !important; }.mt-4 { margin-top: 1.5em !important; }.mt-5 { margin-top: 2em !important; }.mb-0 { margin-bottom: 0px !important; }.mb-2 { margin-bottom: 0.5em !important; }.mb-3 { margin-bottom: 1em !important; }.ms-1 { margin-left: 0.25em !important; }.ms-auto { margin-left: auto !important; }.p-0 { padding: 0px !important; }.p-3 { padding: 1em !important; }.px-2 { padding-right: 0.5em !important; padding-left: 0.5em !important; }.px-3 { padding-right: 1em !important; padding-left: 1em !important; }.py-1 { padding-top: 0.25em !important; padding-bottom: 0.25em !important; }.py-2 { padding-top: 0.5em !important; padding-bottom: 0.5em !important; }.pt-1 { padding-top: 0.25em !important; }.pb-0 { padding-bottom: 0px !important; }.ps-0 { padding-left: 0px !important; }.gap-1 { gap: 0.25em !important; }.gap-2 { gap: 0.5em !important; }.gap-3 { gap: 1em !important; }.row-gap-1 { row-gap: 0.25em !important; }.column-gap-2 { column-gap: 0.5em !important; }.fw-medium { font-weight: 500 !important; }.fw-bold { font-weight: 700 !important; }.text-center { text-align: center !important; }.text-decoration-none { text-decoration: none !important; }.text-uppercase { text-transform: uppercase !important; }.text-capitalize { text-transform: capitalize !important; }.text-success { --bs-text-opacity: 1; color: rgba(var(--bs-success-rgb),var(--bs-text-opacity)) !important; }.text-danger { --bs-text-opacity: 1; color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important; }.text-body { --bs-text-opacity: 1; color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity)) !important; }.rounded-pill { border-radius: var(--bs-border-radius-pill) !important; }html { box-sizing: border-box; }a { outline: none; color: var(--bs-primary); text-decoration: 1px; text-underline-offset: 0.15em; transition: 0.3s; }a:focus { color: var(--bs-primary); text-decoration: none !important; }a:hover { color: var(--bs-primary); }img { max-width: 100%; height: auto; }h1, .h1 { font-size: var(--bs-heading-1, 4.209em); }h3, .h3 { font-size: var(--bs-heading-3, 2.369em); }h5, .h5 { font-size: var(--bs-heading-5, 1.333em); }h6, .h6 { font-size: var(--bs-heading-6, 1em); }h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { margin: 0.625em 0px; overflow-wrap: break-word; }p { margin: 1em 0px; }ul, ol { padding-left: 1.563em; margin-bottom: 1em; }li > ul { margin-bottom: 0px; }@media (max-width: 767.98px){h1, .h1 { font-size: 3.209em; }h3, .h3 { font-size: 1.777em; }h5, .h5 { font-size: 1.1em; }}@media (max-width: 575.98px){h1, .h1 { font-size: 2.119em; }h3, .h3 { font-size: 1.33em; }}[data-bs-theme="dark"] { --bs-gray-100: #999797; --bs-gray-100-rgb: 153, 151, 151; --bs-gray-200: #1e1e1e; --bs-gray-200-rgb: 30, 30, 30; --bs-gray-300: #222738; --bs-gray-300-rgb: 34, 39, 56; --bs-gray-400: #1c1e2f; --bs-gray-400-rgb: 28, 30, 47; --bs-gray-500: #2f2f2f; --bs-gray-500-rgb: 47, 47, 47; --bs-gray-600: #d7dbdf; --bs-gray-600-rgb: 215, 219, 223; --bs-gray-700: #090809; --bs-gray-700-rgb: 9, 8, 9; --bs-gray-800: #121212; --bs-gray-800-rgb: 18, 18, 18; --bs-gray-900: #141314; --bs-gray-900-rgb: 20, 19, 20; }:root { --bs-primary: #e50914; --bs-primary-rgb: 229, 9, 20; --bs-primary-bg-subtle: rgb(249.8, 205.8, 208); --bs-primary-border-subtle: var(--bs-primary-bg-subtle); --bs-primary-hover-bg: rgb(183.2, 7.2, 16); --bs-primary-hover-border: rgb(160.3, 6.3, 14); --bs-primary-active-bg: rgb(183.2, 7.2, 16); --bs-primary-active-border: rgb(160.3, 6.3, 14); }:root[data-bs-theme="dark"] { --bs-primary-text-emphasis: rgb(239.4, 107.4, 114); --bs-primary-bg-subtle: rgb(45.8, 1.8, 4); }:root { --bs-secondary: #222020; --bs-secondary-rgb: 34, 32, 32; --bs-secondary-bg-subtle: rgb(210.8, 210.4, 210.4); --bs-secondary-border-subtle: var(--bs-secondary-bg-subtle); --bs-secondary-hover-bg: rgb(27.2, 25.6, 25.6); --bs-secondary-hover-border: rgb(23.8, 22.4, 22.4); --bs-secondary-active-bg: rgb(27.2, 25.6, 25.6); --bs-secondary-active-border: rgb(23.8, 22.4, 22.4); }:root[data-bs-theme="dark"] { --bs-secondary-text-emphasis: rgb(122.4, 121.2, 121.2); --bs-secondary-bg-subtle: rgb(6.8, 6.4, 6.4); }:root { --bs-success: #107516; --bs-success-rgb: 16, 117, 22; --bs-success-bg-subtle: rgb(207.2, 227.4, 208.4); --bs-success-border-subtle: var(--bs-success-bg-subtle); --bs-success-hover-bg: rgb(12.8, 93.6, 17.6); --bs-success-hover-border: rgb(11.2, 81.9, 15.4); --bs-success-active-bg: rgb(12.8, 93.6, 17.6); --bs-success-active-border: rgb(11.2, 81.9, 15.4); }:root[data-bs-theme="dark"] { --bs-success-text-emphasis: rgb(111.6, 172.2, 115.2); --bs-success-bg-subtle: rgb(3.2, 23.4, 4.4); }:root { --bs-info: #008DE0; --bs-info-rgb: 0, 141, 224; --bs-info-bg-subtle: rgb(204, 232.2, 248.8); --bs-info-border-subtle: var(--bs-info-bg-subtle); --bs-info-hover-bg: rgb(0, 112.8, 179.2); --bs-info-hover-border: rgb(0, 98.7, 156.8); --bs-info-active-bg: rgb(0, 112.8, 179.2); --bs-info-active-border: rgb(0, 98.7, 156.8); }:root[data-bs-theme="dark"] { --bs-info-text-emphasis: rgb(102, 186.6, 236.4); --bs-info-bg-subtle: rgb(0, 28.2, 44.8); }:root { --bs-warning: #ECBA12; --bs-warning-rgb: 236, 186, 18; --bs-warning-bg-subtle: rgb(251.2, 241.2, 207.6); --bs-warning-border-subtle: var(--bs-warning-bg-subtle); --bs-warning-hover-bg: rgb(188.8, 148.8, 14.4); --bs-warning-hover-border: rgb(165.2, 130.2, 12.6); --bs-warning-active-bg: rgb(188.8, 148.8, 14.4); --bs-warning-active-border: rgb(165.2, 130.2, 12.6); }:root[data-bs-theme="dark"] { --bs-warning-text-emphasis: rgb(243.6, 213.6, 112.8); --bs-warning-bg-subtle: rgb(47.2, 37.2, 3.6); }:root { --bs-danger: #c0392b; --bs-danger-rgb: 192, 57, 43; --bs-danger-bg-subtle: rgb(242.4, 215.4, 212.6); --bs-danger-border-subtle: var(--bs-danger-bg-subtle); --bs-danger-hover-bg: rgb(153.6, 45.6, 34.4); --bs-danger-hover-border: rgb(134.4, 39.9, 30.1); --bs-danger-active-bg: rgb(153.6, 45.6, 34.4); --bs-danger-active-border: rgb(134.4, 39.9, 30.1); }:root[data-bs-theme="dark"] { --bs-danger-text-emphasis: rgb(217.2, 136.2, 127.8); --bs-danger-bg-subtle: rgb(38.4, 11.4, 8.6); }:root { --bs-purple: #38439d; --bs-purple-rgb: 56, 67, 157; --bs-purple-bg-subtle: rgb(215.2, 217.4, 235.4); --bs-purple-border-subtle: var(--bs-purple-bg-subtle); --bs-purple-hover-bg: rgb(44.8, 53.6, 125.6); --bs-purple-hover-border: rgb(39.2, 46.9, 109.9); --bs-purple-active-bg: rgb(44.8, 53.6, 125.6); --bs-purple-active-border: rgb(39.2, 46.9, 109.9); }:root[data-bs-theme="dark"] { --bs-purple-text-emphasis: rgb(135.6, 142.2, 196.2); --bs-purple-bg-subtle: rgb(11.2, 13.4, 31.4); }:root { --bs-light: #7C859B; --bs-light-rgb: 124, 133, 155; --bs-light-bg-subtle: rgb(228.8, 230.6, 235); --bs-light-border-subtle: var(--bs-light-bg-subtle); --bs-light-hover-bg: rgb(99.2, 106.4, 124); --bs-light-hover-border: rgb(86.8, 93.1, 108.5); --bs-light-active-bg: rgb(99.2, 106.4, 124); --bs-light-active-border: rgb(86.8, 93.1, 108.5); }:root[data-bs-theme="dark"] { --bs-light-text-emphasis: rgb(176.4, 181.8, 195); --bs-light-bg-subtle: rgb(24.8, 26.6, 31); }:root { --bs-dark: #000; --bs-dark-rgb: 0, 0, 0; --bs-dark-bg-subtle: #cccccc; --bs-dark-border-subtle: var(--bs-dark-bg-subtle); --bs-dark-hover-bg: black; --bs-dark-hover-border: black; --bs-dark-active-bg: black; --bs-dark-active-border: black; }:root[data-bs-theme="dark"] { --bs-dark-text-emphasis: #666666; --bs-dark-bg-subtle: black; }:root { --bs-gray: #f6f6f6; --bs-gray-rgb: 246, 246, 246; --bs-gray-bg-subtle: rgb(253.2, 253.2, 253.2); --bs-gray-border-subtle: var(--bs-gray-bg-subtle); --bs-gray-hover-bg: rgb(196.8, 196.8, 196.8); --bs-gray-hover-border: rgb(172.2, 172.2, 172.2); --bs-gray-active-bg: rgb(196.8, 196.8, 196.8); --bs-gray-active-border: rgb(172.2, 172.2, 172.2); }:root[data-bs-theme="dark"] { --bs-gray-text-emphasis: rgb(249.6, 249.6, 249.6); --bs-gray-bg-subtle: rgb(49.2, 49.2, 49.2); }:root { --bs-gray-dark: #f5f5f5; --bs-gray-dark-rgb: 245, 245, 245; --bs-gray-dark-bg-subtle: #fdfdfd; --bs-gray-dark-border-subtle: var(--bs-gray-dark-bg-subtle); --bs-gray-dark-hover-bg: #c4c4c4; --bs-gray-dark-hover-border: rgb(171.5, 171.5, 171.5); --bs-gray-dark-active-bg: #c4c4c4; --bs-gray-dark-active-border: rgb(171.5, 171.5, 171.5); }:root[data-bs-theme="dark"] { --bs-gray-dark-text-emphasis: #f9f9f9; --bs-gray-dark-bg-subtle: #313131; }.form-control:invalid, .form-control.is-invalid, input:invalid, input.is-invalid, input[type="password"]:invalid, input[type="password"].is-invalid { appearance: none; background-image: none !important; }header { position: relative; transition: 0.3s; }header .subscribe-btn.btn-warning-subtle:hover { color: var(--bs-warning); background-color: var(--bs-warning-bg-subtle); }body.st-movie-single header, body.st-tvshow-single header, body.st-video-single header { position: absolute; top: 0px; left: 0px; right: 0px; z-index: 9; }header { transition: 0.45s; }header .logo { padding: 1.5em 0px; width: 9.375em; }header .sf-menu { margin: 0px; padding: 0px; list-style: none; float: left; display: flex; flex-direction: row; }header .sf-menu * { margin: 0px; padding: 0px; list-style: none; }header .sf-menu ul { position: absolute; display: none; top: 100%; left: 0px; z-index: 999; }header .sf-menu ul.sub-menu { padding: 1em 0px; background: var(--bs-gray-900); border: 1px solid var(--bs-border-color); box-shadow: var(--bs-box-shadow); width: 18.75em; border-radius: var(--bs-border-radius); }header .sf-menu ul.sub-menu li { position: relative; padding: 0px 0.9375em; margin-right: 0px; }header .sf-menu ul.sub-menu li a { font-size: 0.875em; line-height: 1em; padding: 0.938em 0px; color: var(--bs-body-color); font-weight: 500; position: relative; display: block; transition: 0.5s ease-in-out; }header .sf-menu ul.sub-menu li a .toggledrop { float: right; transition: 0.3s ease-in-out; }header .sf-menu ul.sub-menu li:hover > a { color: var(--bs-primary); padding-left: 1em; }header .sf-menu ul.sub-menu li:hover .toggledrop { transform: rotate(-90deg); }header .sf-menu ul ul { top: 0px; left: 100%; }header .sf-menu > li { position: relative; padding: 1.8em 0.5em; }header .sf-menu > li > a { text-transform: capitalize; font-weight: 400; padding: 1.125em 1em; font-size: 1em; }header .sf-menu > li > ul ul { margin: 0px; top: -0.75em; }header .sf-menu li { position: relative; padding: 1em 0px; transition: 0.3s ease-in-out; }header .sf-menu li > a .toggledrop { padding: 0px 0px 0px 0.875em; display: inline-block; margin-left: 0px; font-size: 0.75em; transition: 0.3s ease-in-out; }header .sf-menu li a { position: relative; display: block; text-transform: capitalize; color: var(--bs-heading-color); padding: 0.75em 1em; text-decoration: none; zoom: 1; transition: 0.3s ease-in-out; }header .sf-menu li:hover > ul { display: block; }header .sf-menu li:hover > a { color: var(--bs-primary); transition: none; }header .sf-menu li:hover > a .toggledrop { transform: rotateX(180deg); }header .css_prefix-header-right .dropdown .dropdown-toggle.btn { padding: 1.7em 0px; }header .css_prefix-header-right .dropdown .dropdown-toggle.btn:first-child:active { border: none; }header .css_prefix-header-right .dropdown .dropdown-toggle::after { display: none; }header .css_prefix-header-right .dropdown .dropdown-toggle i { font-size: 1.3em; }header .css_prefix-header-right .dropdown .dropdown-toggle:focus { outline: none; }header .css_prefix-header-right .dropdown-user-wrapper .dropdown-user-menu { min-width: 15.625em; padding: 0px; margin: 0px; }header .css_prefix-header-right .dropdown-user-wrapper .dropdown-user-menu .user-dropdown-inner { padding: 1em; }header .css_prefix-header-right .dropdown-shopping-wrapper .dropdown-toggle .css_prefix-cart-count { position: absolute; top: 0.8em; right: -1em; width: 1.8em; height: 1.8em; line-height: 1.8em; border-radius: 50%; text-align: center; background: var(--bs-primary); color: var(--bs-white); font-size: 0.75em; }header .css_prefix-header-right .dropdown-shopping-wrapper .shopping-cart-panel .widget-shopping-cart-content { display: inline-block; position: relative; vertical-align: top; border: none; width: 100%; height: 100%; color: var(--bs-body-color); }header .css_prefix-header-right .dropdown-shopping-wrapper .shopping-cart-panel .widget-shopping-cart-content .css_prefix-empty-cart { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1em; height: 90%; text-align: center; }header .css_prefix-header-right .dropdown-shopping-wrapper .shopping-cart-panel .widget-shopping-cart-content .css_prefix-empty-cart .empty-wrapper img { width: 10em; }header .css_prefix-header-right .menu-toggle-button { color: var(--bs-heading-color); font-size: 1.5em; }header .css_prefix-header-right .menu-toggle-button::after, header .css_prefix-header-right .menu-toggle-button::before { display: none; }@media (max-width: 1199.98px){header .css_prefix-offcanvas-menu .offcanvas-body { padding-top: 0px; }header .css_prefix-offcanvas-menu .logo { padding: 0px; }header .css_prefix-offcanvas-menu .sf-menu { flex-direction: column; width: 100%; }header .css_prefix-offcanvas-menu .sf-menu li { padding: 0px; }header .css_prefix-offcanvas-menu .sf-menu li > a { padding: 0.8em 0px; }header .css_prefix-offcanvas-menu .sf-menu li .menu-title { display: flex; justify-content: space-between; }header .css_prefix-offcanvas-menu .sf-menu ul { position: static; }header .css_prefix-offcanvas-menu .sf-menu ul.sub-menu { width: 100%; }header .css_prefix-offcanvas-menu .sf-menu ul.sub-menu li a::before { right: auto; }header .sf-menu li > a .toggledrop { padding: 0px; }}@media (max-width: 767.98px){header .logo { padding: 0.8em 0px; }header .css_prefix-header-right .dropdown .dropdown-toggle.btn { padding: 1em 0px; }header .css_prefix-header-right .dropdown-search-wrapper { display: none; }header .css_prefix-header-right .dropdown-search-wrapper .search-box .css_prefix-search-bar { width: 18em; }}@media (max-width: 476px){header .logo { width: 100px; }header .subscribe-btn span { display: none; }}header .css_prefix-header-right .search-box .dropdown-search .input-group .input-group-text { padding-right: 0px; }.css-prefix-top { transition: 0.3s ease-in-out; }.css-prefix-top .top { position: fixed; margin: 0px; color: var(--bs-white); background: var(--bs-primary); bottom: 1em; right: 1em; z-index: 9999; font-size: 1.2em; width: 2.5em; height: 2.5em; text-align: center; line-height: 2.5em; border-radius: 100%; transition: 0.3s ease-in-out; }.css-prefix-top .top:hover { background: var(--bs-primary-hover-bg); }@media (max-width: 1024px){.css-prefix-top .top { bottom: 4em; }}.btn-primary { --bs-btn-bg: var(--bs-primary); --bs-btn-border-color: var(--bs-primary); --bs-btn-hover-bg: var(--bs-primary-hover-bg); --bs-btn-hover-border-color: var(--bs-primary-hover-border); --bs-btn-active-bg: var(--bs-primary-active-bg); --bs-btn-active-border-color: var(--bs-primary-active-border); --bs-btn-disabled-bg: var(--bs-primary); --bs-btn-disabled-border-color: var(--bs-primary); }.btn-secondary { --bs-btn-bg: var(--bs-secondary); --bs-btn-border-color: var(--bs-secondary); --bs-btn-hover-bg: var(--bs-secondary-hover-bg); --bs-btn-hover-border-color: var(--bs-secondary-hover-border); --bs-btn-active-bg: var(--bs-secondary-active-bg); --bs-btn-active-border-color: var(--bs-secondary-active-border); --bs-btn-disabled-bg: var(--bs-secondary); --bs-btn-disabled-border-color: var(--bs-secondary); }.btn-warning-subtle { --bs-btn-color: var(--bs-warning); --bs-btn-bg: var(--bs-warning-bg-subtle); --bs-btn-hover-color: var(--bs-white); --bs-btn-hover-bg: var(--bs-warning-hover-bg); --bs-btn-active-bg: var(--bs-warning-active-bg); --bs-btn-disabled-bg: var(--bs-warning); }.btn, .button { position: relative; z-index: 0; letter-spacing: 0.008em; border-radius: var(--bs-border-radius); }.btn.btn-link, .button.btn-link { padding: 0px; border-radius: 0px; }.btn.btn-link i, .button.btn-link i { font-size: 0.875em; }.btn.btn-link::after, .btn.btn-link::before, .button.btn-link::after, .button.btn-link::before { content: ""; position: absolute; bottom: 0px; z-index: 1; height: 1px; transition: 0.4s; background: currentcolor; }.btn.btn-link::before, .button.btn-link::before { left: 0px; right: auto; width: 0px; transition-delay: 0s; }.btn.btn-link::after, .button.btn-link::after { right: 0px; left: auto; width: 100%; }.btn.btn-link:hover, .button.btn-link:hover { background: transparent; }.btn.btn-primary, .btn.button-primary, .button.btn-primary, .button.button-primary { background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); }.btn.btn-primary::after, .btn.button-primary::after, .button.btn-primary::after, .button.button-primary::after { content: ""; position: absolute; z-index: -1; inset: 0px; background: var(--bs-primary); border: .0625em solid var(--bs-primary); transform: scaleX(1); transform-origin: 50% center; transition: transform 0.3s ease-out; border-radius: var(--bs-border-radius); }.btn.btn-primary:focus, .btn.button-primary:focus, .button.btn-primary:focus, .button.button-primary:focus { color: var(--bs-white); }.btn.btn-secondary, .btn.button-secondary, .button.btn-secondary, .button.button-secondary { background-color: var(--bs-btn-hover-bg); border-color: var(--bs-btn-hover-border-color); }.btn.btn-secondary::after, .btn.button-secondary::after, .button.btn-secondary::after, .button.button-secondary::after { content: ""; position: absolute; z-index: -1; inset: 0px; background: var(--bs-secondary); border: .0625em solid var(--bs-secondary); transform: scaleX(1); transform-origin: 50% center; transition: transform 0.3s ease-out; border-radius: var(--bs-border-radius); }.btn.btn-secondary:focus, .btn.button-secondary:focus, .button.btn-secondary:focus, .button.button-secondary:focus { color: var(--bs-white); }.btn.btn-warning-subtle, .button.btn-warning-subtle { background-color: rgba(var(--bs-warning-rgb),.3); border-color: var(--bs-warning-bg-subtle); }.btn.btn-warning-subtle::after, .button.btn-warning-subtle::after { content: ""; position: absolute; z-index: -1; inset: 0px; background: var(--bs-warning-bg-subtle); border: .0625em solid var(--bs-warning-bg-subtle); transform: scaleX(1); transform-origin: 50% center; transition: transform 0.3s ease-out; border-radius: var(--bs-border-radius); }.btn.btn-warning-subtle:focus, .button.btn-warning-subtle:focus { color: var(--bs-white); }a.btn-warning-subtle:focus { color: var(--bs-white); }.btn-close:focus { box-shadow: none; }.btn-primary:focus { color: var(--bs-white); }.widget { display: inline-block; width: 100%; float: left; position: relative; background: var(--bs-gray-900); padding: 1.875em; border-radius: 0px; border-bottom: 1px solid var(--bs-border-color); }.widget:first-child { border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0; }.widget:last-child { border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius); border: none; }.widget .widget-title { position: relative; margin-bottom: 1em; margin-top: 0px; font-size: 1.375em; color: var(--bs-heading-color); font-weight: 500; }.widget ul { margin: 0px; padding: 0px; }.widget ul li { list-style: none; padding-bottom: 1em; }.widget ul li:last-child { padding-bottom: 0px; }.widget ul li a { position: relative; display: inline-block; color: var(--bs-body-color); overflow-wrap: break-word; }.widget ul li a:hover { color: var(--bs-primary); }.widget.widget_nav_menu ul.menu li { border: none; margin-bottom: 0px; padding: 0px; }.widget.widget_nav_menu ul.menu li a { padding: 0.625em 0px; display: inline-block; width: 100%; border-bottom: .063em solid var(--bs-border-color); }.widget.widget_streamit_social_media .css_prefix-share ul li { padding: 0px; border: none; margin-bottom: 0.625em; }.widget.widget_streamit_social_media .css_prefix-share ul li a { position: relative; width: 2.5em; height: 2.5em; text-align: center; line-height: 2.5em; margin-right: 0px; font-size: 1em; border-radius: 50%; background: var(--bs-body-bg); color: var(--bs-body-text); transform: translateY(0px); transition: 0.4s; overflow-wrap: break-word; }.widget.widget_streamit_social_media .css_prefix-share ul li a::before { content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; transform: scale(0.9); z-index: -1; border-radius: 50%; transition: 0.4s; }.widget.widget_streamit_social_media .css_prefix-share ul li a:hover { background: var(--bs-primary-hover-bg); transform: translateY(-0.3125em); color: var(--bs-white); }.widget_block h1, .widget_block .h1, .widget_block h2, .widget_block .h2, .widget_block h3, .widget_block .h3, .widget_block h4, .widget_block .h4, .widget_block h5, .widget_block .h5 { position: relative; margin-bottom: 1.25em; margin-top: 0px; font-size: 1.5em; color: var(--bs-heading-color); }embed, iframe, object { max-width: 100%; width: 100%; }input:invalid, input.is-invalid { appearance: none; background-image: none !important; }input[type="text"]:invalid, input[type="email"]:invalid, input[type="password"]:invalid, input[type="text"].is-invalid, input[type="email"].is-invalid, input[type="password"].is-invalid { appearance: none; background-image: none !important; }.modal-content .form-control { background-color: var(--bs-body-bg); border-color: var(--bs-body-bg); }.view-more-data-modal .modal-header .texture-text { font-size: 1.33em; margin: 0px !important; }.view-more-data-modal .movie-metalist .imdb-logo img, .view-more-data-modal .tvshow-metalist .imdb-logo img, .view-more-data-modal .video-metalist .imdb-logo img { width: 2.5em; }.view-more-data-modal .movie-geners li, .view-more-data-modal .video-geners li, .view-more-data-modal .tvshow-geners li { padding-right: 1.725em; font-size: 0.875em; }.view-more-data-modal .movie-geners li a, .view-more-data-modal .video-geners li a, .view-more-data-modal .tvshow-geners li a { color: var(--bs-body-color); }.view-more-data-modal .movie-geners li a:hover, .view-more-data-modal .video-geners li a:hover, .view-more-data-modal .tvshow-geners li a:hover { color: var(--bs-primary); }.view-more-data-modal .movie-geners li::before, .view-more-data-modal .video-geners li::before, .view-more-data-modal .tvshow-geners li::before { content: ""; height: 0.375em; width: 0.375em; background: var(--bs-body-color); position: absolute; top: 50%; transform: translateY(-50%); right: 0.65em; border-radius: 50%; }.view-more-data-modal .movie-geners li:last-child, .view-more-data-modal .video-geners li:last-child, .view-more-data-modal .tvshow-geners li:last-child { padding-right: 0px; }.view-more-data-modal .movie-geners li:last-child::before, .view-more-data-modal .video-geners li:last-child::before, .view-more-data-modal .tvshow-geners li:last-child::before { content: none; }.view-more-data-modal .movie-tags li a, .view-more-data-modal .video-tags li a, .view-more-data-modal .tvshow-tags li a { background-color: var(--bs-secondary); font-size: 0.875em; color: var(--bs-white); padding: 0.2em 0.8em; font-weight: 400; border-radius: var(--bs-border-radius); }.view-more-data-modal .movie-tags li a:hover, .view-more-data-modal .video-tags li a:hover, .view-more-data-modal .tvshow-tags li a:hover { background-color: var(--bs-primary); color: var(--bs-white); }.toast { position: fixed; inset: auto 0px 1.5em; z-index: 99999; margin: 0px auto; }.css_prefix-slick-general .slick-track { margin-left: 0px; }.css_prefix-slick-general .slick-list { margin: 0px -0.625em; z-index: 1; }.css_prefix-slick-general .slick-item { position: relative; padding: 0px 0.438em; }.slick-arrow { background-color: transparent; border-radius: 50%; height: 1.875em; width: 1.875em; position: absolute; top: 50%; transform: translateY(-50%); border: .0625em solid var(--bs-white); color: var(--bs-white); transition: 0.3s ease-in-out; font-size: initial; padding: 0px; z-index: 2; }.slick-arrow i { font-size: 0.75em; }.slick-arrow.PreArrow-two, .slick-arrow.PrevArrow-two { left: -3em; }.slick-arrow:hover { background-color: var(--bs-primary); border-color: var(--bs-primary); }@media (max-width: 1430px){.slick-arrow.PreArrow-two, .slick-arrow.PrevArrow-two { left: 0px; }.slick-arrow.NextArrow-two { right: 0px; }}@media (max-width: 1024px){.css_prefix-slick-general .slick-arrow { display: none !important; }}footer.css_prefix-footer { background: var(--bs-gray-700); }footer .footer-top { padding: 5.625em 0px; }footer .footer-top p:empty { margin: 0px; }footer .copyright-footer { color: var(--bs-white); padding: 1.125em 0px; border-top: .063em solid var(--bs-border-color); }footer .footer-logo { margin-bottom: 2em; }footer .footer-logo img { width: 9.375em; }footer .widget { background: transparent; padding: 0px; border: none; border-radius: 0px; }footer .widget p:empty { margin: 0px; }footer .widget .widget-title, footer .widget .wp-block-heading { padding-bottom: 0px; margin-bottom: 1.5em; font-size: 1.125em; line-height: 1.75em; }footer .widget.widget_nav_menu ul.menu li { position: relative; margin-bottom: 1.25em; }footer .widget.widget_nav_menu ul.menu li a { border: none; padding: 0px; }footer .widget.widget_iq_download_app { display: flex; flex-direction: column; align-items: end; }footer .widget .wp-block-heading { margin-top: 0px; margin-bottom: 1.5em; }footer .widget .helpline { font-size: 1.5em; line-height: 1.75em; color: var(--bs-white); font-weight: 600; }footer .widget .st-subscription input { border-radius: 0.188em 0px 0px 0.188em; background-color: var(--bs-gray-700); }footer .widget .st-subscription .st-subscription-btn { border-radius: 0px 0.188em 0.188em 0px; text-transform: uppercase; letter-spacing: 0.094em; font-size: 0.75em; }footer .widget .st-subscription .st-subscription-btn::after { border-radius: 0px 0.188em 0.188em 0px; }footer .widget.widget_streamit_social_media { display: flex; align-items: center; gap: 1em; margin-top: 1.5em; }footer .widget.widget_streamit_social_media .widget-title { font-size: 0.875em; font-weight: 400; line-height: 1.026em; letter-spacing: 0.04em; margin-bottom: 0px; white-space: nowrap; }footer .widget.widget_streamit_social_media .css_prefix-share ul li a { background: transparent; border: .063em solid var(--bs-border-color); }footer .widget.widget_streamit_social_media .css_prefix-share ul li a:hover { border: .063em solid var(--bs-primary); }footer .widget_iq_download_app .widget-title { font-size: 1em; margin-bottom: 1em; line-height: normal; }.streamit-mobile-footer-menu { position: fixed; bottom: 0px; left: 0px; right: 0px; z-index: 9; margin-top: 56px; padding: 0.8em 3em; background: rgba(var(--bs-gray-900-rgb),.9); gap: 0.5rem; }.streamit-mobile-footer-menu .footer-menu { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: 0px; }.streamit-mobile-footer-menu .footer-menu li { text-align: center; flex-shrink: 0; }.streamit-mobile-footer-menu .footer-menu li a { display: block; color: var(--bs-white); font-size: 0.75em; }.streamit-mobile-footer-menu .footer-menu li a .streamit-menu-icon, .streamit-mobile-footer-menu .footer-menu li a .menu-icon { display: block; margin-bottom: 0.25em; }.streamit-mobile-footer-menu .footer-menu li a i { font-size: 1.125em; }.streamit-mobile-footer-menu .footer-menu li a:hover { color: var(--bs-primary); }@media (max-width: 1024px){body:has(.streamit-mobile-footer-menu) footer { margin-bottom: 3.8em; }footer .footer-top { padding: 3.625em 0px; }}@media (max-width: 767.98px){footer .footer-top { padding: 2em 0px; }footer .widget.widget_iq_download_app { align-items: start; }.streamit-mobile-footer-menu { padding: 0.8em 1em; }}@keyframes loading { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }@keyframes fading { 0%, 100% { opacity: 0.05; } 50% { opacity: 0.95; } }@keyframes shimmer { 0% { background-position: 100% center; } 100% { background-position: -100% center; } }body .container-fluid, body .container-sm, body .container-md, body .container-lg, body .container-xl, body .container-xxl { padding: 0px 3.75em; }body .site { display: flex; flex-direction: column; min-height: 100vh; }body .site .page-content { flex: 1 1 0%; min-height: 100%; }.content-area .site-main { padding: var(--global-page-top-spacing) 0 var(--global-page-bottom-spacing); }.content-area .site-main:has(> .css_prefix-video-player), .content-area .site-main:has(> .detail-page), .content-area .site-main:has(> .css_prefix-restricted-content) { padding: 0px; }@media (max-width: 1432.98px){body .container-fluid, body .container-sm, body .container-md, body .container-lg, body .container-xl, body .container-xxl { padding: 0px 2em; }}@media (max-width: 991.98px){.content-area .site-main, .home.blog .css_prefix .content-area .site-main, .home.search .content-area .site-main, .home.search .css_prefix .content-area .site-main { padding: var(--global-page-top-spacing-tablet) 0 var(--global-page-bottom-spacing-tablet); }}@media (max-width: 767.98px){.content-area .site-main { padding: var(--global-page-top-spacing-mobile) 0 var(--global-page-bottom-spacing-mobile); }body .container-fluid, body .container-sm, body .container-md, body .container-lg, body .container-xl, body .container-xxl { padding: 0px 1em; }}@-webkit-keyframes scale-in-up-center { 0% { bottom: 0px; opacity: 1; } 100% { bottom: 50%; opacity: 1; } }@keyframes scale-in-up-center { 0% { bottom: 0px; opacity: 1; } 100% { bottom: 50%; opacity: 1; } }.css_prefix-card { position: relative; transition: 0.6s; container: main-card / inline-size; }.css_prefix-card .block-images { backface-visibility: hidden; transform: translateZ(0px); transition: 0.3s; overflow: hidden; }.css_prefix-card .block-images > a { z-index: 99; }.css_prefix-card .block-images .image-box { border-radius: var(--bs-border-radius); overflow: hidden; position: relative; display: block; transition: 0.3s; }.css_prefix-card .block-images .image-box img { aspect-ratio: 2 / 2.8; object-fit: cover; border-radius: var(--bs-border-radius); transition: 0.4s ease-in-out; height: fit-content !important; }.css_prefix-card .block-images .image-box::after { position: absolute; content: ""; inset: 0px; background: linear-gradient(0deg,rgba(var(--bs-gray-900-rgb),.65),rgba(var(--bs-gray-900-rgb),.65)),linear-gradient(360deg,var(--bs-black) 4.12%,rgba(var(--bs-black-rgb),0) 65.29%); opacity: 0; transition: 0.3s; }.css_prefix-card .block-images .image-box .product-premium { position: absolute; top: 0.875em; left: auto; right: 1em; background: var(--bs-warning); color: var(--bs-white); border-radius: 100%; height: 2em; width: 2em; line-height: 2em; text-align: center; z-index: 100; padding: 0px; }.css_prefix-card .block-images .image-box .product-premium i { font-size: 1em; }.css_prefix-card .block-images .image-box .product-premium + .product-ppv { top: 3.5em; }.css_prefix-card .block-images .image-box .product-ppv { position: absolute; top: 0.875em; left: auto; right: 1em; background: var(--bs-info); color: var(--bs-white); border-radius: 100%; height: 2em; width: 2em; line-height: 2em; text-align: center; z-index: 100; padding: 0px; }.css_prefix-card .block-images .image-box .product-ppv i { font-size: 1em; }.css_prefix-card .block-images .image-box .product-upcoming { position: absolute; top: 0.875em; left: 1em; background: linear-gradient(135deg, #e50914, #d5005b); color: var(--bs-white); border-radius: var(--bs-border-radius); text-align: center; z-index: 100; padding: 0.3rem 0.5rem; line-height: normal; font-size: 0.75rem; font-weight: 600; display: flex; align-items: center; gap: 0.3rem; }.css_prefix-card .card-description { position: absolute; left: 0px; right: 0px; bottom: 0px; padding: 1rem; opacity: 0; transition:transform 0.6s cubic-bezier(0.4, 0, 0.2, 1); transform: translateY(100%); z-index: 9; }.css_prefix-card .card-description .css_prefix-title { margin: 0px 0px 0.3em; }.css_prefix-card .card-description .css_prefix-title a { color: var(--bs-heading-color); }.css_prefix-card .card-description .genres-list { list-style: none; gap: 0.8em; }.css_prefix-card .card-description .genres-list li { position: relative; font-weight: 600; }.css_prefix-card .card-description .genres-list li::after { display: none; }.css_prefix-card .card-description .genres-list li a { font-size: 0.75rem; color: var(--bs-body-color); background: var(--bs-warning-bg-subtle); padding: 0.3rem 0.5rem; border-radius: var(--bs-border-radius); }.css_prefix-card:hover .block-images .image-box { transition: 0.3s; background: linear-gradient(0deg,rgba(var(--bs-gray-900-rgb),.65),rgba(var(--bs-gray-900-rgb),.65)),linear-gradient(360deg,var(--bs-black) 4.12%,rgba(var(--bs-black-rgb),0) 65.29%); }.css_prefix-card:hover .block-images .image-box img { transform: scale(1.3); }.css_prefix-card:hover .block-images .image-box::after { opacity: 1; transition: 0.3s; }.css_prefix-card:hover .card-description { opacity: 1; transform: translateY(0px); }.cloned-item { position: absolute; z-index: 999; transition: 0.3s ease-in-out; }.title { margin-bottom: 1.5em; }.title .title-tag { margin: 0px; }@-webkit-keyframes fade-in { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes fade-in { 0% { opacity: 0; } 100% { opacity: 1; } }@media (max-width: 1024px){.css_prefix-card .card-description { display: none; }.css_prefix-card:hover .block-images .image-box::after { opacity: 0; }}@media (max-width: 767px){.title .title-tag { font-size: 1.125em; }}@media (max-width: 575px){.title { margin-bottom: 0.8em; }.title .title-tag { font-size: 0.875em; }}.person-card .cast-images img { width: 100%; aspect-ratio: 1 / 1.3; object-fit: cover; border-radius: var(--bs-border-radius); object-position: center top; height: fit-content !important; }.person-card .person-detail { padding: 1em 0px 0px; border-radius: var(--bs-border-radius); text-align: center; }.person-card .person-detail .person-title { font-size: 1em; font-weight: 500; letter-spacing: 0.063em; color: var(--bs-white); margin: 0px 0px 0.25em; }.person-card .person-detail .person-cats { font-size: 0.875em; color: var(--bs-white); }.slick-item .person-card .person-detail .person-title { font-size: 0.875em; }.slick-item .person-card .person-detail .person-cats { font-size: 0.75em; }@media (max-width: 575.98px){.person-card .person-detail .person-title { font-size: 0.75em; }.person-card .person-detail .person-cats { font-size: 0.58em; }}.genres-list { gap: 0.2em 1.5625em; }.genres-list li { position: relative; }.genres-list li::after { content: ""; height: 0.375em; width: 0.375em; background: var(--bs-primary); position: absolute; top: 50%; right: -1em; transform: translateY(-50%); border-radius: 50%; clear: both; }.genres-list li:last-child::after { content: none; }.genres-list li a { font-size: 0.875em; color: var(--bs-body-color); }.genres-list li a:hover { color: var(--bs-primary); }@keyframes trailorPlay { 0% { transform: translate(0px); } 30% { transform: translate(-0.3125em); } 50% { transform: translate(0.3125em); } 70% { transform: translate(-0.125em); } 100% { transform: translate(0px); } }@-webkit-keyframes RightAnimate { 0% { transform: translate(50px); opacity: 0; } 100% { transform: translate(0px); opacity: 1; } }@keyframes RightAnimate { 0% { transform: translate(50px); opacity: 0; } 100% { transform: translate(0px); opacity: 1; } }@-webkit-keyframes BottomAnimate { 0% { transform: translateY(50px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } }@keyframes BottomAnimate { 0% { transform: translateY(50px); opacity: 0; } 100% { transform: translateY(0px); opacity: 1; } }.episode-season .episode-nav-btn li { position: relative; padding-top: 1.3rem; }.episode-season .episode-nav-btn li .nav-link { background-color: var(--bs-gray-900); color: var(--bs-white); border-radius: var(--bs-border-radius); border: 2px solid transparent; display: flex; align-items: center; gap: 0.3rem; }.episode-season .episode-nav-btn li .nav-link.active { border-color: var(--bs-primary); background: var(--bs-primary-bg-subtle); }.episode-card { position: relative; overflow: hidden; border-radius: var(--bs-border-radius); transition: 0.3s ease-in; }.episode-card .episode-overlay { position: absolute; inset: 0px; z-index: 2; }.episode-card .episode-image { position: relative; z-index: 1; }.episode-card .episode-image::after { content: ""; background-image: linear-gradient(180deg,transparent 30%,rgba(var(--bs-black-rgb),.8)); position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; z-index: -1; opacity: 0; transition: 0.3s ease-in; }.episode-card .episode-image img { height: 100%; aspect-ratio: 3 / 2; object-position: center top; width: 100%; border-radius: var(--bs-border-radius); mix-blend-mode: overlay; transition: 0.3s ease-in; }.episode-card .episode-detail { font-weight: 500; position: absolute; left: 0px; right: 0px; padding: 0px 0.5em; bottom: 0px; z-index: 99; transform: translateY(100%); transition: 0.3s ease-in; display: flex; align-items: end; justify-content: space-between; line-height: normal; }.episode-card:hover .episode-detail { transform: translateY(-1em); }.episode-card:hover .episode-image::after { opacity: 1; }.episode-card:hover .episode-image img { transform: scale(1.1); }@media (max-width: 768px){.episode-card .episode-image::after { display: none; }.episode-card .episode-detail { display: none; }}.detail-page { position: relative; }.detail-page .actions-list li .action-btn { height: 2.5em; width: 2.5em; line-height: 2.5em; text-align: center; padding: 0px; border-radius: 50%; font-size: 1.1em; letter-spacing: 0px; }.detail-page .actions-list li .action-btn::after { border-radius: 50%; }.detail-page .video-section { position: relative; padding-bottom: calc(42% + var(--header-height, 5em)); height: 0px; }.detail-page .video-section .video-banner-image-container { position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; }.detail-page .video-section .video-banner-image-container .video-banner-image { height: 100%; width: 100%; object-fit: cover; }.detail-page .video-section .streamit-trailer-player-ctrl { display: none; position: absolute; left: 0px; bottom: 0px; height: 100%; width: 100%; }.detail-page .video-section::before { position: absolute; content: ""; inset: 0px; background: linear-gradient(177.7deg,rgba(var(--bs-black-rgb),0) 59.45%,var(--bs-black) 99.15%),linear-gradient(262.75deg,rgba(var(--bs-black-rgb),0) 47.55%,rgba(var(--bs-black-rgb),.95) 89.36%),linear-gradient(1.68deg,rgba(var(--bs-black-rgb),0) 54.79%,var(--bs-black) 98.09%); z-index: 1; }.detail-page .video-section .detail-part { position: absolute; top: auto; bottom: 3em; padding: 0px 4em; width: 50%; z-index: 2; }.detail-page .video-section .detail-part .movie-geners li, .detail-page .video-section .detail-part .video-geners li, .detail-page .video-section .detail-part .tvshow-geners li { padding-right: 1.725em; font-size: 0.875em; }.detail-page .video-section .detail-part .movie-geners li a, .detail-page .video-section .detail-part .video-geners li a, .detail-page .video-section .detail-part .tvshow-geners li a { color: var(--bs-heading-color); }.detail-page .video-section .detail-part .movie-geners li::before, .detail-page .video-section .detail-part .video-geners li::before, .detail-page .video-section .detail-part .tvshow-geners li::before { content: ""; height: 0.375em; width: 0.375em; background: var(--bs-body-color); position: absolute; top: 50%; transform: translateY(-50%); right: 0.5625em; border-radius: 50%; }.detail-page .video-section .detail-part .movie-geners li:last-child, .detail-page .video-section .detail-part .video-geners li:last-child, .detail-page .video-section .detail-part .tvshow-geners li:last-child { padding-right: 0px; }.detail-page .video-section .detail-part .movie-geners li:last-child::before, .detail-page .video-section .detail-part .video-geners li:last-child::before, .detail-page .video-section .detail-part .tvshow-geners li:last-child::before { content: none; }.detail-page .video-section .detail-part .imdb-logo img { height: 2.5em; }.detail-page .video-section .detail-part .tvshow-language, .detail-page .video-section .detail-part .movie-language, .detail-page .video-section .detail-part .video-language { margin-top: 0.5em; }.share-modal { z-index: 9999999; }.share-modal .modal-content { border: none; }.share-modal .modal-header { border: none; padding: 2em 2em 0px; }.share-modal .modal-header .modal-title { margin: 0px; }.share-modal .modal-body { padding: 2em; }.share-modal .modal-body .share-media-box { display: flex; align-items: center; justify-content: space-between; gap: 1em; }.share-modal .modal-body .share-media-box .media-box a { display: block; text-align: center; }.share-modal .modal-body .share-media-box .media-box a .image-icon { height: 3.438em; width: 3.438em; line-height: 3.438em; border-radius: 100%; text-align: center; display: block; background: var(--bs-body-bg); color: var(--bs-body-color); font-size: 1.2em; margin: 0px auto; }.share-modal .modal-body .share-media-box .media-box a .title { color: var(--bs-body-color); display: block; margin: 0.5em 0px 0px; }.share-modal .modal-body .copy-link { margin-top: 1.5em; }.share-modal .modal-body .copy-link .input-group .form-control { background-color: var(--bs-body-bg); border: none; border-radius: var(--bs-border-radius) 0 0 var(--bs-border-radius); }.share-modal .modal-body .copy-link .input-group .input-group-text { background-color: var(--bs-body-bg); border: none; border-radius: 0 var(--bs-border-radius) var(--bs-border-radius) 0; }.item-list-tabs { display: flex; align-items: center; gap: 1em; overflow: hidden; }.item-list-tabs .custom-tab-slider { display: flex; align-items: center; flex-wrap: nowrap; white-space: nowrap; overflow-x: auto; flex-grow: 1; scrollbar-width: none; }.item-list-tabs .left, .item-list-tabs .right { flex-shrink: 0; cursor: pointer; }.cast-crew-list li { position: relative; }.cast-crew-list li::after { content: ","; }.cast-crew-list li:last-child::after { content: none; }@media (max-width: 1432.98px){.detail-page .video-section .detail-part { padding: 0px 2em; }}@media (max-width: 1399.98px){.detail-page .video-section { padding-bottom: calc(50% + var(--header-height, 5em)); }}@media (max-width: 1199.98px){.detail-page .video-section .detail-part { width: 80%; padding: 0px 2em; }}@media (max-width: 991.98px){.admin-bar .detail-page .video-section, .detail-page .video-section { padding-bottom: calc(58% + var(--header-height, 5em) + 2em); }.detail-page .video-section .detail-part { width: 100%; padding: 0px 2em; }}@media (max-width: 767.98px){.detail-page .video-section { margin-top: calc(var(--header-height, 5em)); height: auto; padding: 0px; }.detail-page .video-section::before { content: none; }.detail-page .video-section .video-plus-image { position: relative; width: 100%; height: 0px; padding-bottom: 50%; }.detail-page .video-section .video-plus-image::before { position: absolute; content: ""; inset: 0px; background: linear-gradient(177.7deg,rgba(var(--bs-black-rgb),0) 59.45%,var(--bs-black) 99.15%),linear-gradient(262.75deg,rgba(var(--bs-black-rgb),0) 47.55%,rgba(var(--bs-black-rgb),.95) 89.36%),linear-gradient(1.68deg,rgba(var(--bs-black-rgb),0) 54.79%,var(--bs-black) 98.09%); z-index: 1; }.detail-page .video-section .detail-part { position: relative; inset: 0px; padding: 0px 1em; }}@media (max-width: 575.98px){.share-modal .modal-body .share-media-box .media-box a .image-icon { height: 2.8em; width: 2.8em; line-height: 2.8em; font-size: 0.9em; }.share-modal .modal-body .share-media-box .media-box a .title { font-size: 0.8em; }}.streamit-trailer-mute-btn { position: absolute; bottom: 1.25rem; right: 1.25rem; z-index: 8; background: var(--bs-gray-900); color: var(--bs-white); border: none; border-radius: 50%; align-items: center; justify-content: center; cursor: pointer; width: 2.5rem !important; height: 2.5rem !important; }.streamit-trailer-mute-btn + .streamit-trailer-fullscreen-btn { right: 4.25rem; }.streamit-trailer-fullscreen-btn { position: absolute; bottom: 1.25rem; right: 4.25rem; z-index: 8; background: var(--bs-gray-900); color: var(--bs-white); border: none; border-radius: 50%; align-items: center; justify-content: center; cursor: pointer; width: 2.5rem !important; height: 2.5rem !important; }.ppv-details-modal .ppv-details-value { color: var(--bs-heading-color); }.ppv-details-modal .ppv-details-desc strong { color: var(--bs-success); }.section-spacing { padding: 3.75em 0px; }.section-spacing-top { padding: 3.75em 0px 0px; }.section-spacing-bottom { padding: 0px 0px 3.75em; }.line-count-1 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }.line-count-3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }.font-size-14 { font-size: 0.875em; }.font-size-37 { font-size: 2.313em; }:is(.streamit, .css_prefix) :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) { margin-top: 0px; }.color-inherit { color: inherit; }.texture-text { background-clip: text; color: transparent; line-height: normal; }.cursor-pointer { cursor: pointer; }@media (max-width: 1024px){.section-spacing { padding: 2em 0px; }.section-spacing-top { padding: 2em 0px 0px; }.section-spacing-bottom { padding: 0px 0px 2em; }}@media (max-width: 575.98px){.section-spacing { padding: 1.5em 0px; }.section-spacing-top { padding: 1.5em 0px 0px; }.section-spacing-bottom { padding: 0px 0px 1.5em; }}.rtl-switcher-box { position: fixed; top: 12em; right: -6.25em; width: 6.25em; z-index: 100; transition: 0.3s; background: var(--bs-white); }.rtl-switcher-box .btn-setting { font-size: 1.25em; padding: 0px; height: 2.5em; width: 2.5em; line-height: 2.5em; color: var(--bs-white); cursor: pointer; display: block; position: absolute; left: -2.5em; text-align: center; top: 0px; background: var(--bs-gray-800); }.rtl-switcher-box .rtl-switcher-options { background: var(--bs-gray-800); height: auto; top: 12em; bottom: auto; width: 10em; }.rtl-switcher-box .rtl-switcher-options .offcanvas-body { padding: 1em; }.rtl-switcher-box .rtl-switcher-options .offcanvas-body .btn-close { height: 1.5em; width: 1.5em; font-size: 0.75em; background: var(--bs-primary); color: var(--bs-white); padding: 0px; filter: none; position: absolute; top: -0.625em; left: -0.625em; opacity: 1; }.rtl-switcher-box .rtl-switcher-options .offcanvas-body .modes .mode-option .btn-box { display: inline-block; width: 100%; padding: 0.5em 1em; border: .0635em solid var(--bs-border-color); text-align: center; cursor: pointer; border-radius: 0.25em 0.25em 0px 0px; }.rtl-switcher-box .rtl-switcher-options .offcanvas-body .modes .mode-option .btn-check.active + .btn-box { background-color: var(--bs-primary); color: var(--bs-white); border-color: var(--bs-primary); }.rtl-switcher-box .rtl-switcher-options .offcanvas-body .modes .mode-option:last-child .btn-box { border-radius: 0px 0px 0.25em 0.25em; }@keyframes shine { 0% { left: -100%; } 50%, 100% { left: 100%; } }.form-control:invalid, .form-control.is-invalid { appearance: none; background-image: none !important; }@keyframes fadeIn { 0% { opacity: 0; transform: translateY(-5px); } 100% { opacity: 1; transform: translateY(0px); } }.texture-text, .top-ten .top_ten_numbers { background: url(//2bii.net/wp-content/swift-ai/images/__e/streamit-wordpress.iqonic.design/wp-content/themes/streamit/admin/assets/images/redux/texture-jpg.webp) text; }:root { --content-width: 87.5em !important; }.product-premium { background: #ffd81c !important; }.product-ppv { background: #1e73be !important; }.product-upcoming { background: #e50914 !important; }.subscribe-btn { color: #000000 !important; }header .subscribe-btn.btn.btn-warning-subtle::after { border: #dd3333 !important; }header .subscribe-btn.btn.btn-warning-subtle::after { background: #dd3333 !important; }header .subscribe-btn.btn-warning-subtle:hover { background: #ffffff !important; }.mhcookie-dialog-wrapper, .mhcookie-functional-blocked { position: fixed; z-index: 2147483647; display: flex; visibility: hidden; opacity: 0; transition: 0.4s; }.mhcookie-dialog-wrapper { top: 0px; left: 0px; justify-content: center; align-items: center; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.25); }.mhcookie-functional-blocked { bottom: 0px; left: 0px; display: flex; flex-flow: wrap; justify-content: space-around; align-items: center; gap: 10px; width: 100vw; padding: 20px; background-color: #000000; color: #ffffff; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px; font-family: Arial; font-size: 14px; }.mhcookie-functional-blocked .mhcookie-buttons { flex-flow: wrap; justify-content: center; margin: 0px; }.mhcookie-functional-blocked .mhcookie-btn { padding: 6px 12px; white-space: nowrap; }.mhcookie-box { position: relative; background-color: #000000; color: #ffffff; width: 600px; max-width: 100vw; max-height: 100vh; padding: 20px; border-radius: 8px; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px; box-sizing: border-box; font-family: Arial; font-size: 14px; animation: 1s ease-in-out 0s 1 normal forwards running mhcookie_show; }.mhcookie-box label { margin: 0px; font-family: inherit; font-weight: 800; font-size: 14px; text-transform: initial; }.mhcookie-header { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; margin-bottom: 20px; }.mhcookie-title { margin: 0px; font-family: inherit; font-size: 20px; font-weight: 600; text-transform: initial; color: #ffffff; }.mhcookie-close { position: absolute; top: 1em; right: 1em; background: none; color: #dd3333; border: none; font-family: inherit; font-weight: 400; font-size: 22px; cursor: pointer; text-decoration: none; line-height: 0; }.mhcookie-details-wrapper { height: 300px; max-height: 40vh; overflow-y: scroll; padding-bottom: 20px; }.mhcookie-details-after { content: ""; display: block; position: sticky; bottom: 0px; width: 100%; height: 40px; background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%); pointer-events: none; transform: translateY(-100%); }.mhcookie-text { margin: 0px 0px 30px; font-family: inherit; font-weight: 400; font-size: 13px; text-transform: initial; }.mhcookie-details { display: flex; flex-direction: column; gap: 20px; }.mhcookie-group-wrapper { position: relative; display: flex; flex-direction: column; align-items: flex-start; }.mhcookie-group { display: flex; align-items: center; gap: 20px; }.mhcookie-group-inner { display: flex; flex-direction: column; font-family: Arial; font-weight: 400; font-size: 13px; text-transform: initial; }.mhcookie-group-inner label { font-weight: 800; cursor: pointer; }.mhcookie-box input[type="checkbox"] { accent-color: #dd3333; }.mhcookie-group-show-details { text-decoration: none; font-size: 0.85em; align-self: center; margin: 5px 0px 10px; color: #dd3333; }.mhcookie-group-details { width: 100%; max-height: 0px; overflow: hidden; transition:max-height 0.5s ease; }.mhcookie-group--list { display: flex; flex-direction: column; align-items: center; gap: 10px; margin: 10px 0px 30px; padding: 10px; box-sizing: border-box; background: rgba(255, 255, 255, 0.024); }.mhcookie-group--list-item { display: flex; gap: 20px; justify-content: space-between; width: 100%; font-size: 0.9em; padding-bottom: 10px; font-style: italic; }.mhcookie-group--list-item:not(:last-child) { border-bottom: 1px solid rgba(255, 255, 255, 0.2); }.mhcookie-group--list-name { display: flex; width: 100%; justify-content: space-between; }.mhcookie-entity-info { opacity: 0.8; }.mhcookie-buttons { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; }.mhcookie-btn { display: block; background: transparent; border: 1px solid #dd3333; color: #dd3333; padding: 10px 20px; border-radius: 5px; font-family: inherit; font-size: 14px; font-weight: 400; text-decoration: none; text-transform: initial; text-align: center; cursor: pointer; white-space: nowrap; }.mhcookie-btn:hover, .mhcookie-btn:active, .mhcookie-btn:focus { color: #dd3333; opacity: 0.75; }.mhcookie-btn-primary { background: #dd3333; color: #000000; }.mhcookie-btn-primary:hover, .mhcookie-btn-primary:active, .mhcookie-btn-primary:focus { color: #000000; opacity: 0.75; }.mhcookie-checkbox, .mhcookie-iab-vendor-checkbox { display: none !important; }.mhcookie-pseudo-checkbox { display: block; min-width: 16px; min-height: 16px; aspect-ratio: 1 / 1; border: 2px solid #ffffff; background: #000000; position: relative; transition:opacity 0.2s ease; cursor: pointer; box-sizing: border-box; }.mhcookie-pseudo-checkbox::before { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0; mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMjAuMjg1IDYuNzFhMSAxIDAgMCAxIDAgMS40MmwtMTAgMTBhMSAxIDAgMCAxLTEuNDIgMGwtNS01YTEgMSAwIDAgMSAxLjQyLTEuNDJsNC4yOSA0LjI5TDE4Ljg3IDYuNzFhMSAxIDAgMCAxIDEuNDE1IDB6IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo="); mask-size: contain; mask-repeat: no-repeat; width: 100%; height: 100%; background-color: #000000; transition: opacity 0.6s; }:checked + .mhcookie-pseudo-checkbox { background: #dd3333; border-color: #dd3333; }:checked + .mhcookie-pseudo-checkbox::before { display: inline-block; opacity: 1; }[disabled] + .mhcookie-pseudo-checkbox { filter: grayscale(1); opacity: 0.75; }.mhcookie-dialog-wrapper .mhcookie-consent-history { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0px 10px; }.mhcookie-dialog-wrapper .mhcookie-consent-history-element { font-weight: 800; font-size: 12px; }.mhcookie-consent-date, .mhcookie-deviceID { font-weight: 400; font-size: 12px; }.mhcookie-hidden { display: none !important; }.mhcookie-privacy-policy-wrapper { display: flex; justify-content: center; margin: 20px 0px 0px; font-size: 0.85em; }.mhcookie-privacy-policy-wrapper a { color: #dd3333; }.mhcookie-banner { position: fixed; bottom: 0px; left: 0px; z-index: 2147483647; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-around; gap: 20px; padding: 10px 20px; width: 100%; background: #ffffff; color: #1d2327; font-family: Arial; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px; visibility: hidden; opacity: 0; }.mhcookie-banner.mhcookie-show { visibility: visible; opacity: 1; transition: 0.8s; }.mhcookie-banner .mhcookie-text { margin: 0px; width: 100%; }.mhcookie-banner .mhcookie-buttons { flex-flow: wrap; justify-content: center; margin: 0px; }.mhcookie-banner .mhcookie-btn { width: 100%; }.mhcookie-banner .mhcookie-btn { padding: 3px 16px; border: 1px solid #dd3333; color: #dd3333; }.mhcookie-banner .mhcookie-btn:hover, .mhcookie-banner .mhcookie-btn:active, .mhcookie-banner .mhcookie-btn:focus { color: #dd3333; opacity: 0.75; }.mhcookie-banner .mhcookie-btn-primary { background: #dd3333; color: #ffffff; }.mhcookie-banner .mhcookie-btn-primary:hover, .mhcookie-banner .mhcookie-btn-primary:active, .mhcookie-banner .mhcookie-btn-primary:focus { color: #ffffff; opacity: 0.75; }:root { --pmpro--color--base: #ffffff; --pmpro--color--contrast: #222222; --pmpro--color--accent: #0c3d54; --pmpro--color--accent--variation: hsl( 199,75%,28.5% ); --pmpro--color--border--variation: hsl( 0,0%,91% ); }@keyframes plyr-progress { 100% { background-position: var(--plyr-progress-loading-size,25px) 0; } }@keyframes plyr-popup { 0% { opacity: 0.5; transform: translateY(10px); } 100% { opacity: 1; transform: translateY(0px); } }@keyframes plyr-fade-in { 0% { opacity: 0; } 100% { opacity: 1; } }.plyr__menu__container .plyr__control[role="menuitemradio"]:focus-visible::before, .plyr__menu__container .plyr__control[role="menuitemradio"]:hover::before { background: rgba(35, 40, 47, 0.1); }.plyr--full-ui input[type="range"]:focus-visible::-webkit-slider-runnable-track { outline: 2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))); outline-offset: 2px; }@keyframes wc-skeleton-shimmer { 100% { transform: translateX(100%); } }.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); border: 0px; clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0px; width: 1px; overflow-wrap: normal !important; position: absolute !important; }.screen-reader-text:focus { background-color: #ffffff; border-radius: 3px; box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 2px 2px; clip-path: none; color: #2b2d2f; display: block; font-size: 0.875rem; font-weight: 700; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; clip: auto !important; }@keyframes wc-skeleton-shimmer { 100% { transform: translateX(100%); } }@keyframes tooltipster-fading { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes tooltipster-rotating { 25% { transform: rotate(-2deg); } 75% { transform: rotate(2deg); } 100% { transform: rotate(0deg); } }@keyframes tooltipster-scaling { 50% { transform: scale(1.1); } 100% { transform: scale(1); } }.irs-disabled { opacity: 0.4; }:root { --woof-fb-section-width: 100%; }.ui-slideouttab-panel, .ui-slideouttab-handle { background-color: #ffffff; padding: 0.4em; box-sizing: border-box; }.ui-slideouttab-panel { display: block; position: fixed; border: 1px solid #f9f9f9; }.ui-slideouttab-ready { transition: transform 0.5s; }.ui-slideouttab-handle { display: block; position: absolute; cursor: pointer; color: white; background-color: grey; }.ui-slideouttab-handle-image { transform: rotate(0deg); }.woocommerce-product-gallery{opacity:1!important;} .woocommerce-product-gallery figure{max-width:1000%} .woocommerce-product-gallery figure[style*="3d(0px"]{max-width: 100%;} body:not(.swift-ui) .woocommerce-product-gallery [data-thumb]:not(:first-of-type){display:none!important;}body.swift-nojs [data-s3cid="4"]{min-width: 100vw;}body.swift-nojs [data-s3cid="5"]{min-width: 100vw;}body.swift-nojs [data-s3cid="6"]{min-width: 100vw;}body.swift-nojs [data-s3cid="7"]{min-width:369px;}body.swift-nojs [data-s3cid="34"]{min-width: 100vw;}body.swift-nojs [data-s3cid="35"]{min-width: 100vw;}body.swift-nojs [data-s3cid="36"]{min-width: 100vw;}body.swift-nojs [data-s3cid="37"]{min-width: 100vw;}body.swift-nojs [data-s3cid="38"]{min-width: 100vw;}body.swift-nojs [data-s3cid="39"]{min-width: 100vw;max-height:595.625px;}body.swift-nojs [data-s3cid="40"]{min-width: 100vw;min-height:200.5px;}body.swift-nojs [data-s3cid="41"]{min-width: 100vw;min-height:200.5px;}body.swift-nojs [data-s3cid="44"]{min-width: 100vw;max-height:363.125px;}body.swift-nojs [data-s3cid="45"]{min-width:369px;}body.swift-nojs [data-s3cid="46"]{min-width:369px;max-height:45.375px;}body.swift-nojs [data-s3cid="49"]{min-width: 100vw;min-height:409.65625px;}body.swift-nojs [data-s3cid="50"]{min-width: 100vw;min-height:385.65625px;}body.swift-nojs [data-s3cid="51"]{min-width:369px;min-height:385.65625px;}body.swift-nojs [data-s3cid="52"]{min-width:369px;min-height:385.65625px;}body.swift-nojs [data-s3cid="53"]{min-width:369px;}body.swift-nojs [data-s3cid="54"]{min-width:369px;min-height:346.796875px;}body.swift-nojs [data-s3cid="55"]{min-width:369px;}body.swift-nojs [data-s3cid="56"]{min-width:369px;}body.swift-nojs [data-s3cid="59"]{min-width:369px;min-height:250px;}body.swift-nojs [data-s3cid="60"]{min-width:369px;min-height:250px;}body.swift-nojs [data-s3cid="61"]{min-width:369px;min-height:250px;}body.swift-nojs [data-s3cid="62"]{min-width:369px;min-height:250px;}body.swift-nojs [data-s3cid="63"]{min-width:369px;min-height:250px;}body.swift-nojs [data-s3cid="64"]{min-width:389px;min-height:250px;}body.swift-nojs [data-s3cid="65"]{min-width:375px;min-height:250px;}body.swift-nojs [data-s3cid="66"]{min-width:375px;min-height:250px;}body.swift-nojs [data-s3cid="71"]{min-width:389px;min-height:250px;}body.swift-nojs [data-s3cid="72"]{min-width:375px;min-height:250px;}body.swift-nojs [data-s3cid="73"]{min-width:375px;min-height:250px;}body.swift-nojs [data-s3cid="78"]{min-width:389px;min-height:250px;}body.swift-nojs [data-s3cid="79"]{min-width:375px;min-height:250px;}body.swift-nojs [data-s3cid="80"]{min-width:375px;min-height:250px;}body.swift-nojs [data-s3cid="85"]{min-width:389px;min-height:250px;}body.swift-nojs [data-s3cid="86"]{min-width:375px;min-height:250px;}body.swift-nojs [data-s3cid="87"]{min-width:375px;min-height:250px;}body.swift-nojs [data-s3cid="92"]{min-width:389px;min-height:250px;}body.swift-nojs [data-s3cid="93"]{min-width:375px;min-height:250px;}body.swift-nojs [data-s3cid="94"]{min-width:375px;min-height:250px;}body.swift-nojs [data-s3cid="99"]{min-width:389px;min-height:250px;}body.swift-nojs [data-s3cid="100"]{min-width:375px;min-height:250px;}body.swift-nojs [data-s3cid="101"]{min-width:375px;min-height:250px;}body.swift-nojs [data-s3cid="106"]{min-width: 100vw;}body.swift-nojs [data-s3cid="107"]{min-width: 100vw;}body.swift-nojs [data-s3cid="108"]{min-width:369px;}body.swift-nojs [data-s3cid="109"]{min-width:369px;min-height:308.375px;}body.swift-nojs [data-s3cid="110"]{min-width:369px;min-height:308.375px;}body.swift-nojs [data-s3cid="111"]{min-width:369px;min-height:308.375px;}body.swift-nojs [data-s3cid="112"]{min-width:369px;}body.swift-nojs [data-s3cid="113"]{min-width:369px;}body.swift-nojs [data-s3cid="114"]{min-width:369px;min-height:253.390625px;}body.swift-nojs [data-s3cid="115"]{min-width:369px;min-height:253.390625px;}body.swift-nojs [data-s3cid="116"]{min-width:195px;min-height:253.390625px;}body.swift-nojs [data-s3cid="117"]{min-width:181px;min-height:253.390625px;}body.swift-nojs [data-s3cid="118"]{min-width:181px;min-height:253.390625px;}body.swift-nojs [data-s3cid="125"]{min-width:195px;min-height:253.390625px;}body.swift-nojs [data-s3cid="126"]{min-width:181px;min-height:253.390625px;}body.swift-nojs [data-s3cid="127"]{min-width:181px;min-height:253.390625px;}body.swift-nojs [data-s3cid="134"]{min-width:195px;min-height:253.390625px;}body.swift-nojs [data-s3cid="135"]{min-width:181px;min-height:253.390625px;}body.swift-nojs [data-s3cid="136"]{min-width:181px;min-height:253.390625px;}body.swift-nojs [data-s3cid="143"]{min-width:195px;min-height:253.390625px;}body.swift-nojs [data-s3cid="144"]{min-width:181px;min-height:253.390625px;}body.swift-nojs [data-s3cid="145"]{min-width:181px;min-height:253.390625px;}body.swift-nojs [data-s3cid="152"]{min-width:195px;min-height:253.390625px;}body.swift-nojs [data-s3cid="153"]{min-width:181px;min-height:253.390625px;}body.swift-nojs [data-s3cid="154"]{min-width:181px;min-height:253.390625px;}body.swift-nojs [data-s3cid="161"]{min-width:195px;min-height:253.390625px;}body.swift-nojs [data-s3cid="162"]{min-width:181px;min-height:253.390625px;}body.swift-nojs [data-s3cid="163"]{min-width:181px;min-height:253.390625px;}body.swift-nojs [data-s3cid="170"]{min-width:195px;min-height:253.390625px;}body.swift-nojs [data-s3cid="171"]{min-width:181px;min-height:253.390625px;}body.swift-nojs [data-s3cid="172"]{min-width:181px;min-height:253.390625px;}body.swift-nojs [data-s3cid="179"]{min-width:195px;min-height:253.390625px;}body.swift-nojs [data-s3cid="180"]{min-width:181px;min-height:253.390625px;}body.swift-nojs [data-s3cid="181"]{min-width:181px;min-height:253.390625px;}body.swift-nojs [data-s3cid="187"]{min-width:195px;min-height:253.390625px;}body.swift-nojs [data-s3cid="188"]{min-width:181px;min-height:253.390625px;}body.swift-nojs [data-s3cid="189"]{min-width:181px;min-height:253.390625px;}body.swift-nojs [data-s3cid="195"]{min-width:195px;min-height:253.390625px;}body.swift-nojs [data-s3cid="196"]{min-width:181px;min-height:253.390625px;}body.swift-nojs [data-s3cid="197"]{min-width:181px;min-height:253.390625px;}body.swift-nojs [data-s3cid="204"]{min-width:369px;max-height:261.46875px;}body.swift-nojs [data-s3cid="205"]{min-width:369px;max-height:261.46875px;}body.swift-nojs [data-s3cid="206"]{min-width:369px;max-height:261.46875px;}body.swift-nojs [data-s3cid="207"]{min-width:369px;}body.swift-nojs [data-s3cid="208"]{min-width:369px;}body.swift-nojs [data-s3cid="209"]{min-width:369px;max-height:206.484375px;}body.swift-nojs [data-s3cid="210"]{max-width:130px;max-height:206.484375px;}body.swift-nojs [data-s3cid="211"]{max-width:116px;max-height:206.484375px;}body.swift-nojs [data-s3cid="212"]{max-width:116px;max-height:150.796875px;}body.swift-nojs [data-s3cid="213"]{max-width:116px;}body.swift-nojs [data-s3cid="214"]{max-width:130px;max-height:206.484375px;}body.swift-nojs [data-s3cid="215"]{max-width:116px;max-height:206.484375px;}body.swift-nojs [data-s3cid="216"]{max-width:116px;max-height:150.796875px;}body.swift-nojs [data-s3cid="217"]{max-width:116px;}body.swift-nojs [data-s3cid="218"]{max-width:130px;max-height:206.484375px;}body.swift-nojs [data-s3cid="219"]{max-width:116px;max-height:206.484375px;}body.swift-nojs [data-s3cid="220"]{max-width:116px;max-height:150.796875px;}body.swift-nojs [data-s3cid="221"]{max-width:116px;}body.swift-nojs [data-s3cid="222"]{max-width:130px;max-height:206.484375px;}body.swift-nojs [data-s3cid="223"]{max-width:116px;max-height:206.484375px;}body.swift-nojs [data-s3cid="224"]{max-width:116px;max-height:150.796875px;}body.swift-nojs [data-s3cid="225"]{max-width:116px;}body.swift-nojs [data-s3cid="226"]{max-width:130px;max-height:206.484375px;}body.swift-nojs [data-s3cid="227"]{max-width:116px;max-height:206.484375px;}body.swift-nojs [data-s3cid="228"]{max-width:116px;max-height:150.796875px;}body.swift-nojs [data-s3cid="229"]{max-width:116px;}body.swift-nojs [data-s3cid="230"]{max-width:130px;max-height:206.484375px;}body.swift-nojs [data-s3cid="231"]{max-width:116px;max-height:206.484375px;}body.swift-nojs [data-s3cid="232"]{max-width:116px;max-height:150.796875px;}body.swift-nojs [data-s3cid="233"]{max-width:116px;}body.swift-nojs [data-s3cid="234"]{max-width:130px;max-height:206.484375px;}body.swift-nojs [data-s3cid="235"]{max-width:116px;max-height:206.484375px;}body.swift-nojs [data-s3cid="236"]{max-width:116px;max-height:150.796875px;}body.swift-nojs [data-s3cid="237"]{max-width:116px;}body.swift-nojs [data-s3cid="238"]{max-width:130px;max-height:206.484375px;}body.swift-nojs [data-s3cid="239"]{max-width:116px;max-height:206.484375px;}body.swift-nojs [data-s3cid="240"]{max-width:116px;max-height:150.796875px;}body.swift-nojs [data-s3cid="241"]{max-width:116px;}body.swift-nojs [data-s3cid="242"]{max-width:130px;max-height:206.484375px;}body.swift-nojs [data-s3cid="243"]{max-width:116px;max-height:206.484375px;}body.swift-nojs [data-s3cid="244"]{max-width:116px;max-height:150.796875px;}body.swift-nojs [data-s3cid="245"]{max-width:116px;}body.swift-nojs [data-s3cid="246"]{max-width:130px;max-height:206.484375px;}body.swift-nojs [data-s3cid="247"]{max-width:116px;max-height:206.484375px;}body.swift-nojs [data-s3cid="248"]{max-width:116px;max-height:150.796875px;}body.swift-nojs [data-s3cid="249"]{max-width:116px;}body.swift-nojs [data-s3cid="250"]{max-width:130px;max-height:206.484375px;}body.swift-nojs [data-s3cid="251"]{max-width:116px;max-height:206.484375px;}body.swift-nojs [data-s3cid="252"]{max-width:116px;max-height:150.796875px;}body.swift-nojs [data-s3cid="253"]{max-width:116px;}body.swift-nojs [data-s3cid="254"]{max-width:130px;max-height:206.484375px;}body.swift-nojs [data-s3cid="255"]{max-width:116px;max-height:206.484375px;}body.swift-nojs [data-s3cid="256"]{max-width:116px;max-height:150.796875px;}body.swift-nojs [data-s3cid="257"]{max-width:116px;}body.swift-nojs [data-s3cid="258"]{min-width:369px;max-height:261.46875px;}body.swift-nojs [data-s3cid="259"]{min-width:369px;max-height:261.46875px;}body.swift-nojs [data-s3cid="260"]{min-width:369px;max-height:261.46875px;}body.swift-nojs [data-s3cid="261"]{min-width:369px;}body.swift-nojs [data-s3cid="262"]{min-width:369px;}body.swift-nojs [data-s3cid="263"]{min-width:369px;max-height:206.484375px;}body.swift-nojs [data-s3cid="264"]{max-width:130px;max-height:206.484375px;}body.swift-nojs [data-s3cid="265"]{max-width:116px;max-height:206.484375px;}body.swift-nojs [data-s3cid="266"]{max-width:116px;max-height:150.796875px;}body.swift-nojs [data-s3cid="267"]{max-width:116px;}body.swift-nojs [data-s3cid="268"]{max-width:130px;max-height:206.484375px;}body.swift-nojs [data-s3cid="269"]{max-width:116px;max-height:206.484375px;}body.swift-nojs [data-s3cid="270"]{max-width:116px;max-height:150.796875px;}body.swift-nojs [data-s3cid="271"]{max-width:116px;}body.swift-nojs [data-s3cid="272"]{max-width:130px;max-height:206.484375px;}body.swift-nojs [data-s3cid="273"]{max-width:116px;max-height:206.484375px;}body.swift-nojs [data-s3cid="274"]{max-width:116px;max-height:150.796875px;}body.swift-nojs [data-s3cid="275"]{max-width:116px;}body.swift-nojs [data-s3cid="276"]{max-width:130px;max-height:206.484375px;}body.swift-nojs [data-s3cid="277"]{max-width:116px;max-height:206.484375px;}body.swift-nojs [data-s3cid="278"]{max-width:116px;max-height:150.796875px;}body.swift-nojs [data-s3cid="279"]{max-width:116px;}body.swift-nojs [data-s3cid="280"]{max-width:130px;max-height:206.484375px;}body.swift-nojs [data-s3cid="281"]{max-width:116px;max-height:206.484375px;}body.swift-nojs [data-s3cid="282"]{max-width:116px;max-height:150.796875px;}body.swift-nojs [data-s3cid="283"]{max-width:116px;}body.swift-nojs [data-s3cid="284"]{max-width:130px;max-height:206.484375px;}body.swift-nojs [data-s3cid="285"]{max-width:116px;max-height:206.484375px;}body.swift-nojs [data-s3cid="286"]{max-width:116px;max-height:150.796875px;}body.swift-nojs [data-s3cid="287"]{max-width:116px;}body.swift-nojs [data-s3cid="288"]{max-width:130px;max-height:206.484375px;}body.swift-nojs [data-s3cid="289"]{max-width:116px;max-height:206.484375px;}body.swift-nojs [data-s3cid="290"]{max-width:116px;max-height:150.796875px;}body.swift-nojs [data-s3cid="291"]{max-width:116px;}body.swift-nojs [data-s3cid="292"]{max-width:130px;max-height:206.484375px;}body.swift-nojs [data-s3cid="293"]{max-width:116px;max-height:206.484375px;}body.swift-nojs [data-s3cid="294"]{max-width:116px;max-height:150.796875px;}body.swift-nojs [data-s3cid="295"]{max-width:116px;}body.swift-nojs [data-s3cid="296"]{max-width:130px;max-height:206.484375px;}body.swift-nojs [data-s3cid="297"]{max-width:116px;max-height:206.484375px;}body.swift-nojs [data-s3cid="298"]{max-width:116px;max-height:150.796875px;}body.swift-nojs [data-s3cid="299"]{max-width:116px;}body.swift-nojs [data-s3cid="300"]{max-width:130px;max-height:206.484375px;}body.swift-nojs [data-s3cid="301"]{max-width:116px;max-height:206.484375px;}body.swift-nojs [data-s3cid="302"]{max-width:116px;max-height:150.796875px;}body.swift-nojs [data-s3cid="303"]{max-width:116px;}body.swift-nojs [data-s3cid="304"]{max-width:130px;max-height:206.484375px;}body.swift-nojs [data-s3cid="305"]{max-width:116px;max-height:206.484375px;}body.swift-nojs [data-s3cid="306"]{max-width:116px;max-height:150.796875px;}body.swift-nojs [data-s3cid="307"]{max-width:116px;}body.swift-nojs [data-s3cid="308"]{min-width:369px;min-height:308.375px;}body.swift-nojs [data-s3cid="309"]{min-width:369px;min-height:308.375px;}body.swift-nojs [data-s3cid="310"]{min-width:369px;min-height:308.375px;}body.swift-nojs [data-s3cid="311"]{min-width:369px;}body.swift-nojs [data-s3cid="312"]{min-width:369px;}body.swift-nojs [data-s3cid="313"]{min-width:369px;min-height:253.390625px;}body.swift-nojs [data-s3cid="314"]{min-width:369px;min-height:253.390625px;}body.swift-nojs [data-s3cid="315"]{min-width:195px;min-height:253.390625px;}body.swift-nojs [data-s3cid="316"]{min-width:181px;min-height:253.390625px;}body.swift-nojs [data-s3cid="317"]{min-width:181px;min-height:253.390625px;}body.swift-nojs [data-s3cid="324"]{min-width:369px;}body.swift-nojs [data-s3cid="325"]{min-width:369px;}body.swift-nojs [data-s3cid="328"]{min-width:369px;}body.swift-nojs [data-s3cid="329"]{min-width:369px;}body.swift-nojs [data-s3cid="330"]{min-width:369px;}body.swift-nojs [data-s3cid="374"]{min-width: 100vw;}body.swift-nojs [data-s3cid="375"]{min-width: 100vw;}body.swift-nojs [data-s3cid="376"]{min-width: 100vw;}body.swift-nojs [data-s3cid="377"]{min-width: 100vw;}body.swift-nojs [data-s3cid="378"]{min-width: 100vw;}body.swift-nojs [data-s3cid="379"]{min-width:369px;}body.swift-nojs [data-s3cid="380"]{min-width:369px;}body.swift-nojs [data-s3cid="381"]{min-width:369px;}body.swift-nojs [data-s3cid="382"]{min-width:369px;}body.swift-nojs [data-s3cid="383"]{min-width: 100vw;}body.swift-nojs [data-s3cid="384"]{min-width:369px;}body.swift-nojs [data-s3cid="385"]{min-width:369px;}body.swift-nojs [data-s3cid="386"]{min-width: 100vw;}body.swift-nojs [data-s3cid="387"]{min-width:369px;}body.swift-nojs [data-s3cid="388"]{min-width:369px;}body.swift-nojs [data-s3cid="389"]{min-width: 100vw;}body.swift-nojs [data-s3cid="390"]{min-width:369px;}body.swift-nojs [data-s3cid="391"]{min-width:369px;}body.swift-nojs [data-s3cid="392"]{min-width: 100vw;}body.swift-nojs [data-s3cid="393"]{min-width:369px;}body.swift-nojs [data-s3cid="394"]{min-width:369px;}body.swift-nojs [data-s3cid="395"]{min-width:369px;}body.swift-nojs [data-s3cid="396"]{min-width:369px;}body.swift-nojs [data-s3cid="398"]{min-width: 100vw;}body.swift-nojs [data-s3cid="399"]{min-width: 100vw;}body.swift-nojs [data-s3cid="400"]{min-width: 100vw;}body.swift-nojs [data-s3cid="401"]{min-width: 100vw;max-height:96px;}body.swift-nojs [data-s3cid="402"]{min-width:369px;max-height:96px;}body.swift-nojs [data-s3cid="403"]{min-width: 100vw;min-height:83px;}body.swift-nojs [data-s3cid="404"]{min-width:369px;min-height:83px;}body.swift-nojs [data-s3cid="405"]{min-width:282px;min-height:48px;}body.swift-nojs [data-s3cid="406"]{min-width: 100vw;}body.swift-nojs [data-s3cid="408"]{min-width:369px;}body.swift-nojs [data-s3cid="409"]{max-width:0px;}html{opacity:1}}