:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (min-width:309px){.container{max-width:309px}}@media (min-width:324px){.container{max-width:324px}}@media (min-width:473px){.container{max-width:473px}}@media (min-width:500px){.container{max-width:500px}}@media (min-width:610px){.container{max-width:610px}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1270px){.container{max-width:1270px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.bottom-0{bottom:0}.bottom-2{bottom:.5rem}.bottom-\[-5px\]{bottom:-5px}.bottom-\[0px\]{bottom:0}.bottom-\[10px\]{bottom:10px}.bottom-\[2px\]{bottom:2px}.bottom-\[5px\]{bottom:5px}.left-0{left:0}.left-\[-20px\]{left:-20px}.left-\[-301\%\]{left:-301%}.left-\[10px\]{left:10px}.left-\[44px\]{left:44px}.right-0{right:0}.right-5{right:1.25rem}.right-\[-20px\]{right:-20px}.right-\[-23px\]{right:-23px}.right-\[10px\]{right:10px}.right-\[30px\]{right:30px}.right-\[42px\]{right:42px}.right-\[7px\]{right:7px}.top-0{top:0}.top-1\/2{top:50%}.top-\[-24px\]{top:-24px}.top-\[-45px\]{top:-45px}.top-\[-7px\]{top:-7px}.top-\[10px\]{top:10px}.top-\[16px\]{top:16px}.top-\[5px\]{top:5px}.top-\[7px\]{top:7px}.top-\[8px\]{top:8px}.top-\[90px\]{top:90px}.top-\[9px\]{top:9px}.top-full{top:100%}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[9999\]{z-index:9999}.z-\[9\]{z-index:9}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.col-start-1{grid-column-start:1}.col-start-2{grid-column-start:2}.col-end-2{grid-column-end:2}.col-end-3{grid-column-end:3}.row-start-1{grid-row-start:1}.row-start-3{grid-row-start:3}.row-start-4{grid-row-start:4}.row-start-5{grid-row-start:5}.row-end-3{grid-row-end:3}.row-end-4{grid-row-end:4}.row-end-5{grid-row-end:5}.row-end-7{grid-row-end:7}.float-right{float:right}.m-0{margin:0}.m-auto{margin:auto}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-\[10px\]{margin-left:10px;margin-right:10px}.mx-\[16px\]{margin-left:16px;margin-right:16px}.mx-\[2px\]{margin-left:2px;margin-right:2px}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-\[10px\]{margin-top:10px;margin-bottom:10px}.my-\[20px\]{margin-top:20px;margin-bottom:20px}.my-\[30px\]{margin-top:30px;margin-bottom:30px}.my-\[50px\]{margin-top:50px;margin-bottom:50px}.\!mt-\[50px\]{margin-top:50px!important}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-\[10px\]{margin-bottom:10px}.mb-\[14px\]{margin-bottom:14px}.mb-\[15px\]{margin-bottom:15px}.mb-\[16px\]{margin-bottom:16px}.mb-\[18px\]{margin-bottom:18px}.mb-\[20px\]{margin-bottom:20px}.mb-\[27px\]{margin-bottom:27px}.mb-\[2px\]{margin-bottom:2px}.mb-\[30px\]{margin-bottom:30px}.mb-\[3px\]{margin-bottom:3px}.mb-\[40px\]{margin-bottom:40px}.mb-\[50px\]{margin-bottom:50px}.mb-\[5px\]{margin-bottom:5px}.mb-\[6px\]{margin-bottom:6px}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-\[10px\]{margin-left:10px}.ml-\[2px\]{margin-left:2px}.ml-\[30px\]{margin-left:30px}.ml-\[5px\]{margin-left:5px}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-\[10px\]{margin-right:10px}.mr-\[15px\]{margin-right:15px}.mr-\[3px\]{margin-right:3px}.mr-\[4px\]{margin-right:4px}.mr-\[6px\]{margin-right:6px}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[10px\]{margin-top:10px}.mt-\[16px\]{margin-top:16px}.mt-\[18px\]{margin-top:18px}.mt-\[1px\]{margin-top:1px}.mt-\[20px\]{margin-top:20px}.mt-\[25px\]{margin-top:25px}.mt-\[2px\]{margin-top:2px}.mt-\[30px\]{margin-top:30px}.mt-\[36px\]{margin-top:36px}.mt-\[40px\]{margin-top:40px}.mt-auto{margin-top:auto}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-2,.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-4{-webkit-line-clamp:4}.line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.\!grid{display:grid!important}.grid{display:grid}.contents{display:contents}.list-item{display:list-item}.hidden{display:none}.aspect-\[16\/9\]{aspect-ratio:16/9}.aspect-\[3\/2\]{aspect-ratio:3/2}.h-1{height:.25rem}.h-10{height:2.5rem}.h-2\.5{height:.625rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[0px\]{height:0}.h-\[100vh\]{height:100vh}.h-\[10px\]{height:10px}.h-\[11px\]{height:11px}.h-\[12\.5px\]{height:12.5px}.h-\[120px\]{height:120px}.h-\[12px\]{height:12px}.h-\[14px\]{height:14px}.h-\[16px\]{height:16px}.h-\[174px\]{height:174px}.h-\[1px\]{height:1px}.h-\[200px\]{height:200px}.h-\[20px\]{height:20px}.h-\[24px\]{height:24px}.h-\[250px\]{height:250px}.h-\[26px\]{height:26px}.h-\[300px\]{height:300px}.h-\[30px\]{height:30px}.h-\[32px\]{height:32px}.h-\[362px\]{height:362px}.h-\[36px\]{height:36px}.h-\[40px\]{height:40px}.h-\[46px\]{height:46px}.h-\[48px\]{height:48px}.h-\[54px\]{height:54px}.h-\[8px\]{height:8px}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.max-h-60{max-height:15rem}.max-h-\[100px\]{max-height:100px}.max-h-\[197px\]{max-height:197px}.max-h-\[250px\]{max-height:250px}.max-h-\[300px\]{max-height:300px}.max-h-\[40px\]{max-height:40px}.max-h-\[610px\]{max-height:610px}.min-h-\[150px\]{min-height:150px}.min-h-\[160px\]{min-height:160px}.min-h-\[24px\]{min-height:24px}.min-h-\[250px\]{min-height:250px}.min-h-\[280px\]{min-height:280px}.min-h-\[400px\]{min-height:400px}.min-h-\[40px\]{min-height:40px}.min-h-\[54px\]{min-height:54px}.min-h-\[60px\]{min-height:60px}.min-h-\[80px\]{min-height:80px}.min-h-\[90px\]{min-height:90px}.min-h-screen{min-height:100vh}.\!w-fit{width:-moz-fit-content!important;width:fit-content!important}.w-1{width:.25rem}.w-2\.5{width:.625rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-\[100\%\]{width:100%}.w-\[105px\]{width:105px}.w-\[10px\]{width:10px}.w-\[120px\]{width:120px}.w-\[1232px\]{width:1232px}.w-\[12px\]{width:12px}.w-\[140px\]{width:140px}.w-\[159px\]{width:159px}.w-\[160px\]{width:160px}.w-\[162px\]{width:162px}.w-\[16px\]{width:16px}.w-\[1px\]{width:1px}.w-\[20px\]{width:20px}.w-\[210px\]{width:210px}.w-\[221px\]{width:221px}.w-\[24px\]{width:24px}.w-\[280px\]{width:280px}.w-\[300px\]{width:300px}.w-\[301px\]{width:301px}.w-\[32px\]{width:32px}.w-\[330px\]{width:330px}.w-\[395px\]{width:395px}.w-\[40\%\]{width:40%}.w-\[48px\]{width:48px}.w-\[500px\]{width:500px}.w-\[8px\]{width:8px}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.min-w-0{min-width:0}.min-w-\[105px\]{min-width:105px}.min-w-\[107px\]{min-width:107px}.min-w-\[136px\]{min-width:136px}.min-w-\[150px\]{min-width:150px}.min-w-\[200px\]{min-width:200px}.min-w-\[224px\]{min-width:224px}.min-w-\[240px\]{min-width:240px}.min-w-\[40px\]{min-width:40px}.min-w-\[50px\]{min-width:50px}.min-w-\[60px\]{min-width:60px}.min-w-\[70px\]{min-width:70px}.min-w-\[80px\]{min-width:80px}.min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.min-w-max{min-width:-moz-max-content;min-width:max-content}.\!max-w-\[235px\]{max-width:235px!important}.max-w-\[1232px\]{max-width:1232px}.max-w-\[180px\]{max-width:180px}.max-w-\[200px\]{max-width:200px}.max-w-\[224px\]{max-width:224px}.max-w-\[235px\]{max-width:235px}.max-w-\[297px\]{max-width:297px}.max-w-\[300px\]{max-width:300px}.max-w-\[320px\]{max-width:320px}.max-w-\[395px\]{max-width:395px}.max-w-\[40px\]{max-width:40px}.max-w-\[410px\]{max-width:410px}.max-w-\[475px\]{max-width:475px}.max-w-\[500px\]{max-width:500px}.max-w-\[600px\]{max-width:600px}.max-w-\[610px\]{max-width:610px}.max-w-\[700px\]{max-width:700px}.max-w-\[728px\]{max-width:728px}.max-w-\[800px\]{max-width:800px}.max-w-\[824px\]{max-width:824px}.max-w-\[852px\]{max-width:852px}.max-w-\[904px\]{max-width:904px}.max-w-\[962px\]{max-width:962px}.max-w-full{max-width:100%}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.origin-top-right{transform-origin:top right}.-translate-y-\[100\%\]{--tw-translate-y:-100%}.-translate-y-\[100\%\],.translate-y-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y:0px}.translate-y-full{--tw-translate-y:100%}.rotate-0,.translate-y-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-0{--tw-rotate:0deg}.rotate-180{--tw-rotate:180deg}.rotate-180,.rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate:90deg}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes fadeInScale{0%{opacity:0;background-color:#eee}to{opacity:1;background-color:#4990e0}}.animate-fadeInScale{animation:fadeInScale .9s ease-out}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.list-none{list-style-type:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-1{gap:.25rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-7{gap:1.75rem}.gap-8{gap:2rem}.gap-\[10px\]{gap:10px}.gap-\[15px\]{gap:15px}.gap-\[16px\]{gap:16px}.gap-\[18px\]{gap:18px}.gap-\[20px\]{gap:20px}.gap-\[2px\]{gap:2px}.gap-\[30px\]{gap:30px}.gap-\[35px\]{gap:35px}.gap-\[4px\]{gap:4px}.gap-\[5px\]{gap:5px}.gap-\[6px\]{gap:6px}.gap-\[8px\]{gap:8px}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-\[20px\]{-moz-column-gap:20px;column-gap:20px}.gap-x-\[25px\]{-moz-column-gap:25px;column-gap:25px}.gap-x-\[6px\]{-moz-column-gap:6px;column-gap:6px}.gap-y-1{row-gap:.25rem}.gap-y-\[10px\]{row-gap:10px}.gap-y-\[40px\]{row-gap:40px}.gap-y-\[8px\]{row-gap:8px}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-scroll{overflow-y:scroll}.scroll-smooth{scroll-behavior:smooth}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.break-words{overflow-wrap:break-word}.\!rounded-\[12px\]{border-radius:12px!important}.\!rounded-none{border-radius:0!important}.rounded{border-radius:.25rem}.rounded-\[100px\]{border-radius:100px}.rounded-\[10px\]{border-radius:10px}.rounded-\[11px\]{border-radius:11px}.rounded-\[16px\]{border-radius:16px}.rounded-\[18px\]{border-radius:18px}.rounded-\[20px\]{border-radius:20px}.rounded-\[4px\]{border-radius:4px}.rounded-\[5px\]{border-radius:5px}.rounded-\[6px\]{border-radius:6px}.rounded-\[8px\]{border-radius:8px}.rounded-\[999px\]{border-radius:999px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-none{border-radius:0}.rounded-b-\[10px\]{border-bottom-right-radius:10px;border-bottom-left-radius:10px}.rounded-t-\[10px\]{border-top-left-radius:10px;border-top-right-radius:10px}.border,.border-\[1px\]{border-width:1px}.border-b,.border-b-\[1px\]{border-bottom-width:1px}.border-l-\[1px\]{border-left-width:1px}.border-r,.border-r-\[1px\]{border-right-width:1px}.border-t{border-top-width:1px}.\!border-borderColor{border-color:var(--color-border)!important}.border-\[\#DDD8D8\]{--tw-border-opacity:1;border-color:rgb(221 216 216/var(--tw-border-opacity))}.border-\[\#ddd\]{--tw-border-opacity:1;border-color:rgb(221 221 221/var(--tw-border-opacity))}.border-borderColor{border-color:var(--color-border)}.border-grayColor{border-color:var(--color-gray)}.border-b-borderColor{border-bottom-color:var(--color-border)}.border-r-primary{border-right-color:var(--color-primary)}.border-r-secondary{border-right-color:var(--color-secondary)}.\!bg-\[\#D6B481\]{--tw-bg-opacity:1!important;background-color:rgb(214 180 129/var(--tw-bg-opacity))!important}.bg-\[\#066DA3\]{--tw-bg-opacity:1;background-color:rgb(6 109 163/var(--tw-bg-opacity))}.bg-\[\#128C7E\]{--tw-bg-opacity:1;background-color:rgb(18 140 126/var(--tw-bg-opacity))}.bg-\[\#BBBBBB\]{--tw-bg-opacity:1;background-color:rgb(187 187 187/var(--tw-bg-opacity))}.bg-\[\#E53935\]{--tw-bg-opacity:1;background-color:rgb(229 57 53/var(--tw-bg-opacity))}.bg-\[\#EEEEEE\]{--tw-bg-opacity:1;background-color:rgb(238 238 238/var(--tw-bg-opacity))}.bg-\[\#F2F2F24D\]{background-color:#f2f2f24d}.bg-\[\#e3e3e3\]{--tw-bg-opacity:1;background-color:rgb(227 227 227/var(--tw-bg-opacity))}.bg-\[\#fda712\]{--tw-bg-opacity:1;background-color:rgb(253 167 18/var(--tw-bg-opacity))}.bg-\[--color-white\]{background-color:var(--color-white)}.bg-\[rgba\(0\2c 0\2c 0\2c 0\.72\)\]{background-color:rgba(0,0,0,.72)}.bg-adBackground{background-color:var(--color-adBackground)}.bg-bgColor{background-color:var(--color-background)}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity))}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity))}.bg-borderColor{background-color:var(--color-border)}.bg-cardMobileBg{background-color:var(--color-cardMobileBg)}.bg-grayColor{background-color:var(--color-gray)}.bg-light{background-color:var(--color-white)}.bg-primary{background-color:var(--color-primary)}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity))}.bg-redColor{background-color:var(--color-red)}.bg-transparent{background-color:transparent}.bg-tvFooterAccent{background-color:var(--color-tvFooterAccent)}.bg-tvShellBg{background-color:var(--color-tvShellBg)}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-cover{background-size:cover}.bg-center{background-position:50%}.bg-no-repeat{background-repeat:no-repeat}.fill-current{fill:currentColor}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-1{padding:.25rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-\[10px\]{padding:10px}.p-\[16px\]{padding:16px}.p-\[20px\]{padding:20px}.p-\[50px\]{padding:50px}.p-\[5px\]{padding:5px}.px-0{padding-left:0;padding-right:0}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-\[10px\]{padding-left:10px;padding-right:10px}.px-\[12px\]{padding-left:12px;padding-right:12px}.px-\[15px\]{padding-left:15px;padding-right:15px}.px-\[16px\]{padding-left:16px;padding-right:16px}.px-\[20px\]{padding-left:20px;padding-right:20px}.px-\[30px\]{padding-left:30px;padding-right:30px}.px-\[40px\]{padding-left:40px;padding-right:40px}.px-\[42px\]{padding-left:42px;padding-right:42px}.px-\[50px\]{padding-left:50px;padding-right:50px}.px-\[6px\]{padding-left:6px;padding-right:6px}.px-\[8px\]{padding-left:8px;padding-right:8px}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-\[10px\]{padding-top:10px;padding-bottom:10px}.py-\[12px\]{padding-top:12px;padding-bottom:12px}.py-\[15px\]{padding-top:15px;padding-bottom:15px}.py-\[17px\]{padding-top:17px;padding-bottom:17px}.py-\[20px\]{padding-top:20px;padding-bottom:20px}.py-\[24px\]{padding-top:24px;padding-bottom:24px}.py-\[2px\]{padding-top:2px;padding-bottom:2px}.py-\[30px\]{padding-top:30px;padding-bottom:30px}.py-\[36px\]{padding-top:36px;padding-bottom:36px}.py-\[3px\]{padding-top:3px;padding-bottom:3px}.py-\[4px\]{padding-top:4px;padding-bottom:4px}.py-\[58px\]{padding-top:58px;padding-bottom:58px}.py-\[5px\]{padding-top:5px;padding-bottom:5px}.py-\[6px\]{padding-top:6px;padding-bottom:6px}.py-\[9px\]{padding-top:9px;padding-bottom:9px}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-\[10px\]{padding-bottom:10px}.pb-\[16px\]{padding-bottom:16px}.pb-\[20px\]{padding-bottom:20px}.pb-\[28px\]{padding-bottom:28px}.pb-\[2px\]{padding-bottom:2px}.pl-\[10px\]{padding-left:10px}.pl-\[13px\]{padding-left:13px}.pl-\[3px\]{padding-left:3px}.pl-\[40px\]{padding-left:40px}.pl-\[4px\]{padding-left:4px}.pr-2{padding-right:.5rem}.pr-\[10px\]{padding-right:10px}.pr-\[40px\]{padding-right:40px}.pr-\[4px\]{padding-right:4px}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-8{padding-top:2rem}.pt-\[15px\]{padding-top:15px}.pt-\[16px\]{padding-top:16px}.pt-\[20px\]{padding-top:20px}.pt-\[22px\]{padding-top:22px}.pt-\[26px\]{padding-top:26px}.pt-\[30px\]{padding-top:30px}.pt-\[35px\]{padding-top:35px}.pt-\[63px\]{padding-top:63px}.pt-\[7px\]{padding-top:7px}.text-left{text-align:left}.text-center{text-align:center}.text-start{text-align:start}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.\!text-\[12px\]{font-size:12px!important}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[24px\]{font-size:24px}.text-\[26px\]{font-size:26px}.text-\[32px\]{font-size:32px}.text-\[36px\]{font-size:36px}.text-\[40px\]{font-size:40px}.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-\[400\]{font-weight:400}.font-\[700\]{font-weight:700}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.ordinal{--tw-ordinal:ordinal;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-10{line-height:2.5rem}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-\[1\.4\]{line-height:1.4}.leading-\[11px\]{line-height:11px}.leading-\[12px\]{line-height:12px}.leading-\[13px\]{line-height:13px}.leading-\[14px\]{line-height:14px}.leading-\[15px\]{line-height:15px}.leading-\[16\.41px\]{line-height:16.41px}.leading-\[16px\]{line-height:16px}.leading-\[17\.58px\]{line-height:17.58px}.leading-\[17px\]{line-height:17px}.leading-\[18\.75px\]{line-height:18.75px}.leading-\[18px\]{line-height:18px}.leading-\[19px\]{line-height:19px}.leading-\[20px\]{line-height:20px}.leading-\[21px\]{line-height:21px}.leading-\[22px\]{line-height:22px}.leading-\[24px\]{line-height:24px}.leading-\[25px\]{line-height:25px}.leading-\[26px\]{line-height:26px}.leading-\[27px\]{line-height:27px}.leading-\[34px\]{line-height:34px}.leading-\[36px\]{line-height:36px}.leading-\[38px\]{line-height:38px}.leading-\[42px\]{line-height:42px}.leading-none{line-height:1}.leading-normal{line-height:1.5}.tracking-\[3px\]{letter-spacing:3px}.tracking-wider{letter-spacing:.05em}.\!text-primary{color:var(--color-primary)!important}.text-\[\#1A1A1A\]{--tw-text-opacity:1;color:rgb(26 26 26/var(--tw-text-opacity))}.text-\[\#2C2B2B\]{--tw-text-opacity:1;color:rgb(44 43 43/var(--tw-text-opacity))}.text-\[\#4990E0\]{--tw-text-opacity:1;color:rgb(73 144 224/var(--tw-text-opacity))}.text-\[\#666666\]{--tw-text-opacity:1;color:rgb(102 102 102/var(--tw-text-opacity))}.text-\[\#8D57DD\]{--tw-text-opacity:1;color:rgb(141 87 221/var(--tw-text-opacity))}.text-\[\#D6B481\]{--tw-text-opacity:1;color:rgb(214 180 129/var(--tw-text-opacity))}.text-\[\#FFFFFF\],.text-\[\#fff\],.text-\[\#ffffff\]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-\[--color-border\]{color:var(--color-border)}.text-accent{color:var(--color-accent)}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.text-grayColor{color:var(--color-gray)}.text-light{color:var(--color-white)}.text-primary{color:var(--color-primary)}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.text-redColor{color:var(--color-red)}.text-secondary{color:var(--color-secondary)}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.no-underline{text-decoration-line:none}.placeholder-primary::-moz-placeholder{color:var(--color-primary)}.placeholder-primary::placeholder{color:var(--color-primary)}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-50{opacity:.5}.opacity-90{opacity:.9}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-\[0_-4px_6px_-1px_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_-4px_6px_-1px_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{--tw-shadow:0 -4px 6px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 -4px 6px -1px var(--tw-shadow-color)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 8px 0 hsla(0,0%,7%,.1);--tw-shadow-colored:0 4px 8px 0 var(--tw-shadow-color)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.blur{--tw-blur:blur(8px)}.blur,.invert{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--tw-invert:invert(100%)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-150,.transition-transform{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.hide-scrollbar{-webkit-overflow-scrolling:touch;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}html body{margin:0;overflow:hidden;background-color:var(--color-mobileBg);padding:0}@media (min-width:500px){html body{background-color:var(--color-white)}}html body{word-break:break-word}body:has(.article),body:has(.author-page),body:has(.media-page),body:has(.search-page),body:has(.section-page),body:has(.topics-page){.page{background-color:var(--color-white)!important}}body:has(.ama-page),body:has(.article),body:has(.author-page),body:has(.media-page),body:has(.search-page),body:has(.section-page),body:has(.topics-page){.ama-page,.article,.author-page,.media-page,.search-page,.section-page,.topics-page{margin-left:auto;margin-right:auto;max-width:1232px}}body:has(.home-page) .trending-topics-container{display:block}.titillium{font-family:Titillium Web,sans-serif}.lato{font-family:Lato,sans-serif}.thumbnail{overflow:hidden;border-radius:10px}.thumbnail img{transition-property:transform;transition-duration:1s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.page-footer{margin-top:20px}html.dark body #drawer-bottom-example svg path{fill:#ffffffd9}.live-dot{animation:blinker 1s linear infinite}@keyframes blinker{0%,to{opacity:0}50%{opacity:1}}:root{--color-primary:#121212;--color-secondary:#666;--color-gray:#999;--color-border:#eee;--color-background:#f7f7f7;--color-white:#fff;--color-accent:#4990e0;--color-premium:#fbbc04;--color-logoblue:#176fa4;--color-red:#e53935;--color-redDark:#d32f2f;--color-cardMobileBg:#fff;--color-mobileBg:#f7f7f7;--color-tvSection:#ff7f00;--color-tvHeaderAccent:#ff7f00;--color-tvFooterAccent:#ddb97b;--color-adBackground:#f2f2f2;--color-tvShellBg:#f7f7f7;--color-tvBg:#f5f5f5;--color-tvBgHover:#eaeaea;--color-tvBorder:#e5e5e5;--color-tvDivider:#ccc}.dark{--color-primary:#ffffffcc;--color-secondary:#ffffff99;--color-gray:#ffffff66;--color-border:#ffffff14;--color-background:#ffffff0d;--color-white:#121212;--color-accent:#4990e0;--color-premium:#fbbc04;--color-logoblue:#176fa4;--color-red:#e53935;--color-redDark:#d32f2f;--color-cardMobileBg:#ffffff0d;--color-mobileBg:#121212;--color-tvSection:#ff7f00;--color-tvHeaderAccent:#d6b481;--color-tvFooterAccent:#ddb97b;--color-adBackground:#1e1e1e;--color-tvShellBg:#0a0a0a;--color-tvBg:#1a1a1a;--color-tvBgHover:#222;--color-tvBorder:#ffffff1a;--color-tvDivider:#ffffff33}.page{padding-top:16px}.page.tv-homepage{padding-top:0!important}@media print{.page-footer{display:none}}body:has(.home-page) .ace-times-origins-layout>.slot{margin-left:auto;margin-right:auto;width:100%;max-width:1232px}body:has(.home-page) .ace-times-origins-layout>.slot:empty{display:none}.page-sidebar{margin-left:auto;margin-right:auto;max-width:1232px}.ace-times-origins-layout>.slot:has(.tv_live_element):has(.vertical_slider_tv){width:100%;max-width:100%!important}@media (min-width:1024px){.ace-times-origins-layout>.slot:has(.tv_live_element):has(.vertical_slider_tv){background-color:var(--color-border)}}.ace-times-origins-layout>.slot:has(.tv_live_element):has(.vertical_slider_tv){.three_column_grid{margin-left:auto;margin-right:auto;max-width:1232px}@media (min-width:1024px){.three_column_grid{padding-top:55px;padding-bottom:41px}}.three_column_grid .slot-heading-div{margin-bottom:1.25rem;display:flex;height:40px;width:100%;align-items:center;justify-content:center;background-color:var(--color-border);padding-bottom:0;font-family:Titillium Web,sans-serif}@media (min-width:1024px){.three_column_grid .slot-heading-div{display:none}}.three_column_grid .slot-heading-div .slot-heading{font-size:24px;font-weight:400;color:var(--color-primary)}}.page-sidebar{gap:24px}@media (min-width:1270px){.page-sidebar{gap:44px}}.article-content{padding-top:1rem}.slot-heading-div{display:flex;align-items:center;justify-content:space-between;border-color:var(--color-border);padding-bottom:1.25rem}@media (min-width:1024px){.slot-heading-div{margin-bottom:15px;border-bottom-width:1px}}.slot-heading{font-size:21px;line-height:1.5rem}.two_by_one_column_grid .grid-view{gap:1rem}@media (min-width:1270px){.two_by_one_column_grid .grid-view{gap:2.25rem}}.two_by_one_column_grid .grid-view .column-0{min-width:336px}@media (min-width:1024px){.two_by_one_column_grid .grid-view .column-1{max-width:356px}}@media (min-width:1270px){.two_by_one_column_grid .grid-view .column-1{min-width:336px;max-width:336px}}.two_by_one_column_grid .carousel_element .slot-heading-div,.two_by_one_column_grid .local_news_element .slot-heading-div,.two_by_one_column_grid .local_news_home .slot-heading-div,.two_by_one_column_grid .more_stories_element .slot-heading-div,.two_by_one_column_grid .news_in_pics_element .slot-heading-div,.two_by_one_column_grid .two_row_slider .slot-heading-div,.two_by_one_column_grid .vertical_list_element .slot-heading-div,.two_by_one_column_grid .vertical_list_five .slot-heading-div,.two_by_one_column_grid .vertical_list_three_revised .slot-heading-div,.two_by_one_column_grid .web_story_element .slot-heading-div{margin-left:0!important}.local_news_element,.local_news_home{padding-left:10px;padding-right:10px}@media (min-width:1270px){.local_news_element,.local_news_home{padding-left:0;padding-right:0}}.local_news_element .slot-heading-div,.local_news_home .slot-heading-div{display:flex;align-items:center;justify-content:space-between;border-color:var(--color-border);padding-bottom:18px}@media (min-width:1024px){.local_news_element .slot-heading-div,.local_news_home .slot-heading-div{margin-bottom:16px;border-bottom-width:1px}}.local_news_element .slot-heading-div .local-heading,.local_news_home .slot-heading-div .local-heading{display:block}.local_news_element .slot-heading,.local_news_home .slot-heading{font-size:21px;line-height:1.5rem}.local_news_element .feature-nav,.local_news_element .filter-dropdown,.local_news_home .feature-nav,.local_news_home .filter-dropdown{display:none!important}.local_news_element .keyword-line,.local_news_element .keyword-main,.local_news_home .keyword-line,.local_news_home .keyword-text{display:none}.local_news_home .keyword-main{color:var(--color-gray)!important}.local_news_home .keyword-main:hover{color:var(--color-accent)!important}.local_news_element .keyword-text{padding-left:0}.local_news_home .teaser-sub-text{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.carousel_element{padding-left:10px;padding-right:10px}@media (min-width:1270px){.carousel_element{padding-left:0;padding-right:0}}.carousel_element .slot-heading-div{border-color:var(--color-border);padding-bottom:1.25rem}@media (min-width:1024px){.carousel_element .slot-heading-div{margin-bottom:15px;border-bottom-width:1px}}.carousel_element .slot-heading{font-size:21px;line-height:1.5rem}.carousel-element{position:relative}.carousel-element .swiper-wrapper{height:353px}@media (min-width:1024px){.carousel-element .swiper-wrapper{height:375px}}.carousel-element .swiper-slide{margin-right:10px;background-color:var(--color-cardMobileBg)}@media (min-width:1024px){.carousel-element .swiper-slide{margin-right:30px}}.carousel-element .teasers{margin-left:0;margin-right:0;border-bottom-width:0;background-color:transparent;padding-bottom:0;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.carousel-element .teasers:hover img{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.carousel-element .thumbnail,.cartoon_horizontal_element .thumbnail{order:1}.carousel-element .thumbnail,.carousel-element .thumbnail img{border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0}.carousel-element .content,.cartoon_horizontal_element .content{order:2;padding:10px}@media (min-width:1024px){.carousel-element .content,.cartoon_horizontal_element .content{padding:10px 1rem 1rem}}.carousel-element .content .over-title-div{margin-bottom:10px;margin-top:0}.carousel-element .content .over-title{padding-top:2.5px;padding-bottom:2.5px}.carousel-element .content .teaser-sub-text{margin-top:10px}.carousel-element .content .teaser-footer{position:absolute;bottom:1rem;margin-top:0;width:202px}@media (min-width:1024px){.carousel-element .content .teaser-footer{width:230px}}.carousel-element .swiper-pagination{position:static;margin-top:20px;display:none}@media (min-width:1024px){.carousel-element .swiper-pagination{display:block}}.carousel-element .swiper-pagination-bullet{margin-left:5px;margin-right:5px;height:.75rem;width:.75rem;background-color:var(--color-border);opacity:1}.carousel-element .swiper-pagination-bullet-active{background-color:var(--color-accent)}.carousel-element .posted-time,.carousel-element .teaser-tag,.carousel_element .keyword-line,.carousel_element .keyword-main{display:none}.carousel_element .keyword-text{padding-left:0}.vertical_list_element .slot-heading-div,.vertical_list_five .slot-heading-div,.vertical_list_three_revised .slot-heading-div{margin-bottom:11px;border-bottom-width:0;padding-bottom:0}.vertical_list_element .slot-heading,.vertical_list_five .slot-heading,.vertical_list_three_revised .slot-heading{font-size:16px;line-height:1.25rem}.single_carousel_element,.vertical_list_3_tv,.vertical_list_element,.vertical_list_five,.vertical_list_three_revised{padding-left:10px;padding-right:10px}@media (min-width:1024px){.single_carousel_element,.vertical_list_3_tv,.vertical_list_element,.vertical_list_five,.vertical_list_three_revised{max-width:356px}}@media (min-width:1270px){.single_carousel_element,.vertical_list_3_tv,.vertical_list_element,.vertical_list_five,.vertical_list_three_revised{max-width:336px;padding-left:0;padding-right:0}}.vertical-list-element{border-radius:10px;background-color:var(--color-cardMobileBg);padding:16px;--tw-shadow:0 4px 8px 0 hsla(0,0%,7%,.1);--tw-shadow-colored:0 4px 8px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}@media (min-width:1024px){.vertical-list-element{border-width:1px;border-color:var(--color-border);--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}}.vertical-list-element .vertical-list-col{gap:1rem}.vertical-list-element img{border-radius:10px}.vertical-list-element .molecule-1:not(:last-child){border-bottom-width:1px;border-color:var(--color-border);padding-bottom:1rem}.vertical-list-element .teasers{border-bottom-width:0;background-color:transparent;padding-bottom:0;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.vertical-list-element .teasers:hover img{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.vertical-list-element .teasers .content{padding-left:0;padding-right:0}.vertical-list-element .teasers .teaser-content{padding-bottom:0}.vertical-list-element .teaser-footer{display:none}.vertical-list-element .over-title-div{margin-top:0!important}.vertical-list-element .title-div .title{display:flex;flex-direction:row-reverse}.vertical-list-element .image-inside{margin-left:0;margin-right:1rem;min-width:120px;max-width:120px}.vertical-list-element .image-inside img{max-height:80px;min-height:80px}.vertical-list-element .title{justify-content:left}.vertical-list-element.kids-vertical-list .over-title-div{display:none}.more_stories_element{padding-left:10px;padding-right:10px}@media (min-width:1270px){.more_stories_element{padding-left:0;padding-right:0}}.more_stories_element{max-width:852px}.more_stories_element img{border-radius:10px}.more_stories_element .molecule-3 .teasers{margin-bottom:18px;display:flex;flex-direction:row;border-bottom-width:1px;border-bottom-color:var(--color-border);padding-bottom:16px}@media (min-width:1024px){.more_stories_element .molecule-3 .teasers{margin-bottom:40px;flex-direction:row-reverse;justify-content:flex-end;padding-bottom:20px}}.more_stories_element .molecule-3 .atom-3:last-child .teasers{margin-bottom:0;border-width:0}.more_stories_element .teasers:hover img{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.more_stories_element .molecule-3 .teasers .content{flex:1 1 0%}@media (min-width:1024px){.more_stories_element .molecule-3 .teasers .content{margin-left:30px}}.more_stories_element .molecule-3 .teasers .wider-format{height:164px;max-width:246px}.more_stories_element .molecule-3 .teasers .teaser-text{margin-top:4px;display:none}@media (min-width:1024px){.more_stories_element .molecule-3 .teasers .teaser-text{display:block}}.more_stories_element .molecule-3 .teasers .teaser-content .teaser-head-text{font-size:16px;line-height:20px}@media (min-width:1024px){.more_stories_element .molecule-3 .teasers .teaser-content .teaser-head-text{font-size:19px;line-height:25px}}.more_stories_element .molecule-3 .teasers .teaser-content{position:relative;height:100%}.more_stories_element .over-title-div{margin-bottom:6px}.more_stories_element .molecule-3 .teasers .teaser-footer{position:relative;right:0;bottom:0;margin-top:1rem!important;width:100%}@media (min-width:1024px){.more_stories_element .molecule-3 .teasers .teaser-footer{position:absolute}}.more_stories_element .molecule-3 .teasers .teaser-content .teaser-image-small{display:block;height:80px;width:80px}@media (min-width:1024px){.more_stories_element .molecule-3 .teasers .teaser-content .teaser-image-small{display:none}}.more_stories_element .molecule-3 .teaser-image-small img{min-height:80px}.more_stories_element .molecule-3 .teasers .teaser-image-small{display:none}@media (min-width:1024px){.more_stories_element .molecule-3 .teasers .teaser-image-small{display:block;min-width:246px}}.more_stories_element .molecule-3 .teasers .teaser-title-limit{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.more_stories_local .teaser-sub-text{overflow:hidden!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important}.top_news_11{padding-left:10px;padding-right:10px}@media (min-width:1270px){.top_news_11{padding-left:0;padding-right:0}}.top-news{margin:0}.top-news img{border-radius:10px}.top-news .top-news-row{justify-content:center}@media (min-width:1024px){.top-news .top-news-row{gap:40px}}.top-news .top-news-col{gap:1rem}@media (min-width:1024px){.top-news .top-news-col{gap:1.25rem}}.top-news .top-news-col .right-col{gap:1rem}@media (min-width:1024px){.top-news .top-news-col .right-col{gap:1.5rem}.top-news .top-news-col .top-news-group:not(:last-child){border-bottom-width:1px;border-color:var(--color-border)}}.top-news .molecule-15 .thumbnail{border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:0;border-bottom-left-radius:0}@media (min-width:1024px){.top-news .molecule-15 .thumbnail{border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px}}.top-news .molecule-15 img{border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:0;border-bottom-left-radius:0}@media (min-width:1024px){.top-news .molecule-15 img{border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px}}.top-news .top-news-col .top-news-group:last-child{padding-bottom:1rem}@media (min-width:1024px){.top-news .top-news-col .top-news-group:last-child{padding-bottom:0}}.top-news .molecule-15 .teasers{padding-bottom:1rem}@media (min-width:1024px){.top-news .molecule-15 .teasers{padding-bottom:1.25rem}}.top-news .teasers:hover img{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.top-news .molecule-14 .teasers{padding-bottom:1rem}@media (min-width:1024px){.top-news .molecule-14 .teasers{padding-bottom:1.25rem}}.top-news .molecule-14 .teaser-sub-text{display:none}.top-news .molecule-14 .teaser-footer{margin-top:1rem}.top-news .molecule-14 .teaser-image-link{display:none}.top-news .molecule-14 .image-inside .thumbnail{height:80px;width:80px}@media (min-width:1024px){.top-news .molecule-14 .image-inside .thumbnail{width:120px}}.top-news .molecule-14 .image-container,.top-news .molecule-14 .teaser-image-link{height:100%}.top-news .molecule-14 .teasers .teaser-content .teaser-image-link{display:block}.top-news .molecule-16{background-color:var(--color-cardMobileBg)}@media (min-width:1024px){.top-news .molecule-16{max-width:336px;background-color:var(--color-white)}}.top-news .molecule-16 .teasers{background-color:transparent}.top-news .molecule-16{border-radius:10px;padding:1rem;--tw-shadow:0 4px 8px 0 hsla(0,0%,7%,.1);--tw-shadow-colored:0 4px 8px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}@media (min-width:1024px){.top-news .molecule-16{border-radius:0;padding:0 10px;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}}.top-news .molecule-16 .ad{padding-left:0;padding-right:0}.top-news .molecule-16 .ad,.top-news .molecule-16 .teasers{border-radius:0;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.top-news .molecule-16 .atom-3:not(:last-child){margin-bottom:1.25rem;border-bottom-width:1px;border-color:var(--color-border);padding-bottom:1.25rem}.top-news .molecule-16 .teaser-footer{display:none}.top-news .molecule-16 .teasers .content{padding-left:0;padding-right:0}.section_top_element{padding-left:10px;padding-right:10px}@media (min-width:1270px){.section_top_element{padding-left:0;padding-right:0}}.main-header .topmenu .navigation-date{font-size:12px;font-weight:400;line-height:14px;color:var(--color-secondary)}.main-header .navmenu{position:relative;top:0;left:0;z-index:10;background-color:var(--color-white);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.main-header .navmenu.sticky-nav{position:fixed;top:0;left:0;z-index:30}.mobile-logo-container svg{width:100%}.main-header .mobile-logo-container a img,.main-header .topmenu-logo a img,.mega-menu-content .mega-menu-logo img{position:relative!important;border-radius:0}.mega-menu .header-search-box{display:none}.main-header .topmenu-links ul{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px}.main-header .topmenu-links ul li{margin-right:0}@media (min-width:1024px){body:has(.mega-menu.open) .navmenu{visibility:hidden}}body:has(.mega-menu) .megamenu-overlay{visibility:hidden;z-index:50;opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s}body:has(.mega-menu.open) .megamenu-overlay{visibility:visible;z-index:50;opacity:1}.main-header .dropdown-menu .down-icon{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.main-header .dropdown-menu[aria-expanded=true] .down-icon{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.main-header .mega-menu{background-color:var(--color-white)}.main-header .mega-menu .active-link svg path{fill:#4990e0}.mega-menu .topmenu-hamburger svg#mega-menu-close-icon--normal{display:none}.mega-menu.open .topmenu-hamburger svg#mega-menu-close-icon--normal{visibility:visible;display:block;height:24px;width:24px}.mega-menu.open .topmenu-hamburger svg#megamenu-open-icon--normal{visibility:hidden;display:none}.main-header .mega-menu{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.3s!important}.main-header .mega-menu .section-title .list-item{margin-top:10px}.main-header .mega-menu .section-title .list-item a{font-size:14px;font-weight:400;line-height:16px;color:var(--color-secondary)}.main-header .mega-menu .section-title .list-item a:hover{color:var(--color-primary)}.main-header .topmenu-links .submenu-toolbar ul li{border-radius:4px;background-color:var(--color-white)}.main-header .topmenu-links .submenu-toolbar ul li:last-child{display:none}.main-header .topmenu-links .submenu-toolbar ul li a{display:block;padding:.25rem 1rem;font-size:14px;font-weight:400;line-height:16px;color:var(--color-secondary);text-decoration-line:none}.main-header .topmenu-links .submenu-toolbar ul li a:hover{color:var(--color-primary)}.main-header .mega-menu footer{margin:0;max-width:100%}.main-header .mega-menu footer .footer-wrapper{margin-left:auto;margin-right:auto;max-width:1232px;background-color:var(--color-white)}.sidebar-content .close-btn svg{height:24px;width:24px}.sidebar-content .dropdown-wrapper{width:100%}.sidebar-content .sidebar-toplinks nav ul{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px}.sidebar-content .sidebar-toplinks nav ul li{border-radius:4px;background-color:var(--color-white)}.sidebar-content .sidebar-toplinks nav ul li a{padding:.25rem 1rem;font-size:14px;font-weight:400;line-height:16px;color:var(--color-secondary);text-decoration-line:none}.sidebar-content .sidebar-toplinks nav ul li a:hover{color:var(--color-primary)}.sidebar-content footer .footer-wrapper{background-color:var(--color-white);padding:40px 0 87px}.accordion-wrapper svg rect{fill:var(--color-white)}.accordion-wrapper svg rect:is(.dark *){fill:hsla(0,0%,100%,.05)}.accordion-wrapper svg path{fill:var(--color-primary)}.accordion-wrapper svg path:is(.dark *){fill:#fff}.sidebar-content .accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;opacity:0}.sidebar-content .accordion-content.open{max-height:500px;opacity:1}.sidebar-content .accordion-wrapper button span{text-transform:uppercase}.sidebar-menu .active-link svg path{fill:var(--color-accent)}.sidebar-menu .header-search-box{display:none}.article footer{margin-top:30px!important}.article .article-main-image{padding-bottom:30px}.article .article-image img{border-radius:0}@media (min-width:1024px){.article .article-image img{border-radius:10px}}.article .article-lead{margin-bottom:1.25rem;font-size:15px;font-weight:400;line-height:22px;color:var(--color-secondary)}.article .footer-bottom .slot-heading-div{margin-bottom:1rem;border-style:none;padding-bottom:0}@media (min-width:1024px){.article .footer-bottom .slot-heading-div{margin-bottom:19px}}.article .footer-bottom .slot-heading{font-size:16px;font-weight:500;text-transform:uppercase;line-height:1.25rem}.article .feature-nav{margin-bottom:1.25rem;padding-left:0;padding-right:0}@media (min-width:1024px){.article .feature-nav{margin-bottom:30px}}@media (max-width:1024px){.article .end-column{margin-left:auto;margin-right:auto;max-width:610px}.article .vertical_list_element,.article .vertical_list_five,.article .vertical_list_three_revised{max-width:610px}}.article-body .image-embed.fullwidth img{border-radius:0}@media (min-width:1024px){.article-body .image-embed.fullwidth img{border-radius:10px}}@media not all and (min-width:500px){.article-body .image-embed.noAlign .caption-embed{padding-left:10px;padding-right:10px}}@media (min-width:610px){.article-body .image-embed.noAlign{padding-left:10px;padding-right:10px}}@media (min-width:1270px){.article-body .image-embed.noAlign{padding-left:0;padding-right:0}}@media not all and (min-width:500px){.article-body .image-embed.noAlign img{border-radius:0}}.article-body .image-embed.noAlign .full-screen{right:20px}@media (min-width:1270px){.article-body .image-embed.noAlign .full-screen{right:10px}}.article-body .image-embed.fullwidth{padding-left:0;padding-right:0}@media (min-width:1024px){.article-body .image-embed.fullwidth{padding-left:10px;padding-right:10px}}.article-body .image-embed .full-screen{right:20px}@media (min-width:1024px){.article-body .image-embed .full-screen{right:10px}}.article-body .image-embed.center .full-screen{right:20px}@media (min-width:1024px){.article-body .image-embed.center .full-screen{right:10px}}.article-body .image-embed.floatleft .full-screen{right:30px}.article-body .image-embed.floatright .full-screen{right:10px}.article-body .image-embed.floatright{padding-left:20px!important;padding-right:0!important;padding-bottom:20px!important;max-width:50%!important}.article-body .image-embed.floatleft{padding-right:20px!important;padding-left:0!important;padding-bottom:20px!important;max-width:50%!important}@media (min-width:1024px){.article-body polopolyfigure .image-embed.floatleft{padding-left:10px!important}}@media (max-width:510px){.article-body .image-embed.floatright{padding-right:10px!important}.article-body .image-embed.floatright .full-screen{right:20px!important}.article-body .image-embed.floatleft{padding-left:10px!important}}.article footer,.article-body .iframe-embed,.article-body .image-embed.center,.article-body .image-embed.floatleft,.article-body .image-embed.floatright,.article-body .image-embed.left,.article-body .image-embed.right,.article-body address,.article-body audio,.article-body blockquote,.article-body div:has(figure.floatleft),.article-body div:has(figure.floatright),.article-body div:has(h2),.article-body div:has(sup),.article-body em,.article-body h3,.article-body ol,.article-body table,.article-body ul{margin-left:auto;margin-right:auto;max-width:610px;padding-left:10px;padding-right:10px}@media (min-width:610px){.article footer,.article-body .iframe-embed,.article-body .image-embed.center,.article-body .image-embed.floatleft,.article-body .image-embed.floatright,.article-body .image-embed.left,.article-body .image-embed.right,.article-body address,.article-body audio,.article-body blockquote,.article-body div:has(figure.floatleft),.article-body div:has(figure.floatright),.article-body div:has(h2),.article-body div:has(sup),.article-body em,.article-body h3,.article-body ol,.article-body table,.article-body ul{padding-left:0;padding-right:0}}.article-body .embedcode-widget,.article-body .twitter-tweet,.article-body div[data-oembed-url]{margin-left:auto!important;margin-right:auto!important;max-width:610px!important}.article-body div:has(figure.floatleft) p,.article-body div:has(figure.floatright) p{padding-left:0;padding-right:0}.article-body figure:has(figcaption),.article-body polopolyfigure figcaption{margin-top:.5rem;padding-left:10px;padding-right:10px;font-size:13px;font-weight:400;line-height:18px;color:var(--color-secondary)}@media (min-width:610px){.article-body figure:has(figcaption),.article-body polopolyfigure figcaption{padding-left:0;padding-right:0}}.article-body polopolyfigure figcaption{display:none}.article-body blockquote{padding:30px}.article-body blockquote hr{margin-top:15px;margin-bottom:15px;height:1px!important;width:150px!important;background-color:var(--color-border)}.article-body address,.article-body p{margin:auto auto 1.25rem;max-width:610px;padding-left:10px;padding-right:10px;font-size:17px;font-weight:400;line-height:26px;color:var(--color-primary)}@media (min-width:610px){.article-body address,.article-body p{padding-left:0;padding-right:0}}.article-body address:has(p){padding-left:0;padding-right:0}.article-body h2{margin-bottom:30px;border-radius:10px;border-width:1px;border-color:var(--color-border);padding:30px;font-size:21px;font-weight:600;line-height:1.75rem;color:var(--color-primary)}.article-body h3,.article-body sub,.article-body sup{margin-bottom:30px;font-size:18px;font-weight:600;line-height:22px;color:var(--color-primary)}.article-body blockquote{position:relative;margin-left:10px;margin-right:10px;margin-bottom:30px!important;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;border-radius:10px;border-width:1px;border-color:var(--color-border);padding:30px 30px 30px 82px;color:var(--color-primary)}@media (min-width:610px){.article-body blockquote{margin:auto}}.article-body blockquote p{margin:0}.article-body blockquote:before{content:"";background-image:url(/icons/QuotesIcon.svg);position:absolute;top:35%;left:30px;height:32px;width:32px;border-radius:10px;background-size:cover;background-position:50%}.article-body hr{border-style:none}.article-body strong{font-weight:600}.article-body a,.article-bottom a,.author-wrap a{color:var(--color-accent);text-decoration-line:none}.article-body img,.article-bottom img{border-radius:10px}.article-body pre{display:none}.article-body .space-ad iframe{position:relative!important}.article-body div[data-oembed-url],.article-body ol,.article-body ul{margin-bottom:20px}.article-body li{margin-bottom:1rem;margin-left:1.5rem;font-size:17px;font-weight:400;line-height:26px;color:var(--color-primary)}.article-body ul{list-style-type:disc}.article-body ul li::marker{font-size:35px;--tw-text-opacity:1;color:rgb(217 217 217/var(--tw-text-opacity))}.article-body ol{list-style-type:decimal}.article-body table{margin-bottom:30px;width:100%!important;padding-left:10px;padding-right:10px}@media (min-width:610px){.article-body table{min-width:610px}}.article-body table caption{margin-bottom:10px;border-bottom-width:1px;border-color:var(--color-border);padding:10px;text-align:left;font-size:16px;font-weight:700;line-height:22px;color:var(--color-primary)}.article-body tr{height:2.5rem;padding-left:10px}.article-body table tbody tr:first-child{height:2.25rem}.article-body table tbody tr:first-child p,.article-body table tbody tr:first-child td{font-size:13px;font-weight:700;line-height:18px;color:var(--color-primary)}.article-body table tbody tr:nth-child(2n):not(:first-child),.article-body table thead tr:first-child{background-color:var(--color-background);color:var(--color-primary)}.article-body table tbody p,.article-body table tbody td{margin-bottom:0;padding:0;font-size:14px;font-weight:400;line-height:19px;color:var(--color-primary)}.article-body table tr td:first-child{padding-left:10px}.article-body .also-read img{max-height:68px;min-height:68px;min-width:68px;max-width:68px}@media (min-width:1024px){.article-body .also-read img{min-width:102px;max-width:102px}}.article-body .swiper-slide{margin-right:1rem;max-width:297px}.article-body .also-read .swiper-button-next,.article-body .also-read .swiper-button-prev{display:none}.article-body audio{margin-bottom:1.25rem}.mathrubhumi-tv-article .article-body address,.mathrubhumi-tv-article .article-body p,.mathrubhumi-tv-article .article-bottom,.mathrubhumi-tv-article .footer-bottom{width:100%!important;max-width:870px!important}.mathrubhumi-tv-article .article-bottom{margin-bottom:50px}.mathrubhumi-tv-article .footer-bottom .tv-four-column-section-list{display:flex;flex-direction:column}@media (min-width:1024px){.mathrubhumi-tv-article .footer-bottom .tv-four-column-section-list{flex-direction:row}}.mathrubhumi-tv-article .detailed-buttons a,.mathrubhumi-tv-article .posted-time{display:none}.mathrubhumi-tv-article .share-icon{border-width:0}.mathrubhumi-tv-article .article-body{margin-bottom:70px;border-bottom-width:1px;border-color:var(--color-border)}.footer-slot-container .simple_list_element .teasers:first-child{border-width:0;--tw-shadow:0 4px 8px 0 hsla(0,0%,7%,.1);--tw-shadow-colored:0 4px 8px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}@media (min-width:1024px){.footer-slot-container .simple_list_element .teasers:first-child{border-bottom-width:1px;border-color:var(--color-border);--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}}.footer-slot-container .tv_four_column_1_row:first-child,.footer-slot-container .tv_four_column_1_row_small:first-child{position:relative;top:0}@media (min-width:1024px){.footer-slot-container .tv_four_column_1_row:first-child,.footer-slot-container .tv_four_column_1_row_small:first-child{top:-39px}}.footer-slot-container .tv_four_column_1_row:last-child .tv-four-column-section-list,.footer-slot-container .tv_four_column_1_row_small:last-child .tv-four-column-section-list{gap:20px}.footer-slot-container .tv_four_column_1_row .teaser-image-link,.footer-slot-container .tv_four_column_1_row_small .teaser-image-link{height:100%}@media (min-width:1024px){.footer-slot-container .tv_four_column_1_row .teaser-image-link,.footer-slot-container .tv_four_column_1_row_small .teaser-image-link{height:112px}}.article-bottom .author-details img{max-height:48px;min-height:48px;max-width:48px}.article-bottom .about-author p,.article-wrap p{font-size:14px;font-weight:400;line-height:21px;color:var(--color-secondary)}.detailed-buttons .book-icon,.detailed-buttons .comment-icon,.detailed-buttons .like-icon,.detailed-buttons .print-icon,.detailed-buttons .share-icon,.detailed-buttons .topics-share{border-radius:1rem;padding:6px .5rem}.detailed-buttons .book-icon:hover,.detailed-buttons .comment-icon:hover,.detailed-buttons .like-icon:hover,.detailed-buttons .print-icon:hover,.detailed-buttons .share-icon:hover,.detailed-buttons .topics-share:hover{border-color:var(--color-gray)}.detailed-buttons .comment-icon .count,.detailed-buttons .like-icon .count,.detailed-buttons .topics-share h4{margin-left:.25rem}.article-footer iframe{margin-bottom:30px;width:100%!important}@media (min-width:1024px){.article .article-video div[data-oembed-url]{overflow:hidden;border-radius:10px}}.author-wrap p{display:inline}#image-viewer .swiper-slide{position:relative;display:flex;align-items:center;justify-content:center}#image-viewer .swiper{height:100%}#image-viewer .swiper-wrapper{display:flex;align-items:center}#image-viewer .caption-text{transform:translate(-50%,-50%)}.whatsapp-banner a{color:#fff!important}.article-body div[class=product-block]{margin-bottom:1.25rem;padding-left:10px;padding-right:10px}@media (min-width:610px){.article-body div[class=product-block]{padding-left:0;padding-right:0}}.article-body div[class=productCard]{position:relative;margin:auto;display:flex;max-width:610px;flex-direction:column;align-items:flex-start;--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}@media (min-width:1024px){.article-body div[class=productCard]{flex-direction:row}}.productCard .full-screen,.productCard figcaption{display:none}.productCard{gap:.75rem;border-radius:16px;border-width:1px;border-color:var(--color-border);--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity));padding:1rem}.productCard:is(.dark *){background-color:var(--color-background)}@media (min-width:1024px){.productCard{gap:1.25rem;padding:10px}}.productCard .productImage{pointer-events:none;margin-left:auto;margin-right:auto;max-height:150px;width:100%;min-width:150px;max-width:150px;border-radius:10px;border-width:1px;border-color:var(--color-border);background-color:var(--color-mobileBg)}@media (min-width:1024px){.productCard .productImage{max-width:140px}}.productCard .productImage figure{max-height:212px;padding:0!important}@media (min-width:1024px){.productCard .productImage figure{height:120px;max-height:100%}}.productCard .productImage img{max-height:150px;width:100%;cursor:default;-o-object-fit:contain!important;object-fit:contain!important}.productCard .productCardDetails{width:100%;flex:1 1 0%}@media (min-width:1024px){.productCard .productCardDetails{position:relative;min-height:150px}}.productCard .productCardDetails .d-flex button{margin-bottom:.5rem;height:1.25rem;border-radius:100px;--tw-bg-opacity:1;background-color:rgb(251 188 5/var(--tw-bg-opacity));padding-left:.75rem;padding-right:.75rem;font-size:11px;font-weight:400;line-height:1.25rem;--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}@media (min-width:1024px){.productCard .productCardDetails .d-flex button{margin-bottom:14px}}.productCard .productCardDetails h3{margin-bottom:13px;padding-left:0;padding-right:0;font-size:16px;font-weight:400;line-height:1.5rem;color:var(--color-secondary)}.productCard .productCardDetails h3 a{color:var(--color-primary)}.productCard .productCardDetails p{bottom:0;margin-bottom:0;display:flex;width:100%;align-items:center;justify-content:space-between;gap:1rem;padding-left:0;padding-right:0}@media (min-width:1024px){.productCard .productCardDetails p{position:absolute;align-items:flex-end}}.productCard .productCardDetails p a{display:flex;width:100%;align-items:center;justify-content:space-between}.productCard .productCardDetails p span.button{margin-right:.5rem;display:inline-block;cursor:pointer;border-radius:8px;background-color:var(--color-accent);padding:.5rem 1rem;font-size:13px;line-height:1.5rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.productCard .productCardDetails p span.button:hover{--tw-bg-opacity:1;background-color:rgb(55 119 184/var(--tw-bg-opacity))}.productCard .productCardDetails p button{white-space:nowrap;border-radius:8px;background-color:var(--color-accent);padding:.25rem .75rem;font-size:13px;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.productCard .productCardDetails p button:hover{--tw-bg-opacity:1;background-color:rgb(55 119 184/var(--tw-bg-opacity))}.productCard .productCardDetails p span.prod-rate{font-size:18px;font-weight:500;line-height:1.5rem;color:var(--color-primary)}.productCard .productCardDetails p span.prod-rate:before{content:"?";margin-right:2px}.productCard .productCardDetails p span.prod-rate:after{content:".00"}.article-body div[id=live-id]{position:relative!important;margin-left:auto;margin-right:auto;max-width:825px;padding-left:10px;padding-right:10px}@media (min-width:1270px){.article-body div[id=live-id]{padding-left:0;padding-right:0}}.mpp-story-live-content-details{margin:0}.mpp-story-live-content-details .d-flex{margin-top:0;display:flex;flex-direction:column;align-items:baseline;justify-content:space-between}@media (min-width:1024px){.mpp-story-live-content-details .d-flex{flex-direction:row;align-items:center}}.mpp-story-live-content-details .d-flex .mpp-story-live-date .btn{margin-bottom:15px;min-width:120px;cursor:pointer;border-radius:20px;--tw-bg-opacity:1!important;background-color:rgb(229 57 53/var(--tw-bg-opacity))!important;padding:8px 1.25rem 7px;font-size:12px;line-height:18px}@media (min-width:1024px){.mpp-story-live-content-details .d-flex .mpp-story-live-date .btn{margin-bottom:0;min-width:140px;padding-top:12px;padding-bottom:8px;font-size:15px}}.mpp-story-live-content-details .mpp-story-live-filter{display:flex;width:100%;justify-content:flex-start;gap:10px}@media (min-width:1024px){.mpp-story-live-content-details .mpp-story-live-filter{justify-content:flex-end}}.mpp-story-live-content-details .mpp-story-live-filter .btn{border-radius:20px;padding:6px 1.25rem;font-size:12px;font-weight:400;line-height:16px}@media (min-width:1024px){.mpp-story-live-content-details .mpp-story-live-filter .btn{font-size:15px;line-height:22.5px}}.mpp-story-live-content-details .mpp-story-live-filter .mpp-btn-active{background-color:var(--color-primary);color:var(--color-white)}.mpp-story-live-content-details .mpp-story-live-filter .mpp-btn-stable{background-color:var(--color-border);color:var(--color-primary)}.mpp-story-live-content-details .mpp-story-live-updates{margin-top:1rem}.mpp-story-live-content-details .mpp-story-live-updates-news-content{margin-bottom:15px;align-items:flex-start;border-radius:10px;border-width:1px;border-color:var(--color-border)}@media (min-width:1024px){.mpp-story-live-content-details .mpp-story-live-updates-news-content{border-style:none}}.mpp-story-live-content-details .mpp-story-live-updates-time{margin-bottom:-5px}.mpp-story-live-content-details .mpp-story-live-updates-time.d-flex{align-items:center;justify-content:center;border-radius:10px;padding-left:38px;padding-top:1.25rem}@media (min-width:1024px){.mpp-story-live-content-details .mpp-story-live-updates-time.d-flex{height:82px;width:150px;background-color:var(--color-background);padding-left:0;padding-top:0}}.mpp-story-live-content-details .mpp-story-live-updates-time>span{display:flex;max-height:14px;align-items:center;gap:5px;font-size:12px;font-weight:400;line-height:14px;color:var(--color-secondary)}@media (min-width:1024px){.mpp-story-live-content-details .mpp-story-live-updates-time>span{display:block;max-height:100%;gap:0;font-size:16px;line-height:1.5rem}}.mpp-story-live-content-details .mpp-story-live-updates-time p{margin-bottom:0;margin-top:3px;display:flex;max-height:14px;align-items:center;border-left-width:1px;border-color:var(--color-secondary);padding-left:5px;font-weight:400;color:var(--color-secondary)}@media (min-width:1024px){.mpp-story-live-content-details .mpp-story-live-updates-time p{margin-top:5px;display:block;max-height:100%;border-style:none;padding-left:0}}.mpp-story-live-content-details .mpp-red-dot{position:absolute;top:-8px;left:21px;height:.75rem;width:.75rem;border-radius:20px;--tw-bg-opacity:1;background-color:rgb(255 1 0/var(--tw-bg-opacity))}@media (min-width:1024px){.mpp-story-live-content-details .mpp-red-dot{top:35px;left:-6px}}.mpp-story-live-content-details .mpp-story-live-updates-news{position:relative;flex:1 1 0%;border-radius:10px;border-color:var(--color-border)}@media (min-width:1024px){.mpp-story-live-content-details .mpp-story-live-updates-news{margin-left:30px;border-width:1px}}.mpp-story-live-content-details .mpp-story-live-updates-news p{margin:0 0 1rem;max-width:550px;padding-top:10px;padding-bottom:10px;padding-left:0;font-size:15px;line-height:19px;color:var(--color-secondary)}@media (min-width:1024px){.mpp-story-live-content-details .mpp-story-live-updates-news p{padding-left:1.25rem}}.mpp-story-live-content-details .mpp-story-live-updates-news p strong{font-weight:500;color:var(--color-primary)}.mpp-story-live-content-details .mpp-story-live-updates-news img{margin-top:1.25rem}@media (min-width:1024px){.mpp-story-live-content-details .mpp-story-live-updates-news img{margin-top:0}}.mpp-story-live-content-details iframe{position:relative;width:100%}@media (max-width:1023px){.mpp-story-live-content-details iframe{height:100%}}#live-id>.d-flex{margin-bottom:20px;display:flex;cursor:pointer;justify-content:flex-end}#live-id>.d-flex .btn{margin:0;display:inline-block;border-radius:20px;background-color:var(--color-border);padding:12px 1.25rem 8px;font-size:15px;font-weight:400;line-height:19px}.news_in_pics_element{max-width:852px;padding-left:10px;padding-right:10px}@media (min-width:1270px){.news_in_pics_element{padding-left:0;padding-right:0}}.news_in_pics_element .slot-heading-div{border-color:var(--color-border)}@media (min-width:1024px){.news_in_pics_element .slot-heading-div{margin-bottom:15px;border-bottom-width:1px}}.news_in_pics_element .slot-heading{font-size:16px;font-weight:500;line-height:18px}@media (min-width:1024px){.news_in_pics_element .slot-heading{font-size:21px;line-height:1.5rem}}.news_in_pics_element .swiper-wrapper{height:363px}@media (min-width:1024px){.news_in_pics_element .swiper-wrapper{height:420px}}.news_in_pics_element .swiper-slide{max-width:320px;border-width:0;background-color:var(--color-white)}.news_in_pics_element .swiper-slide:is(.dark *){background-color:var(--color-cardMobileBg)}@media (min-width:1024px){.news_in_pics_element .swiper-slide{max-width:403px;background-color:transparent}.news_in_pics_element .swiper-slide:is(.dark *){background-color:transparent}}.news_in_pics_element .content .teaser-footer{width:300px}@media (min-width:1024px){.news_in_pics_element .content .teaser-footer{width:403px}}.news_in_pics_element .thumbnail{height:180px;overflow:hidden}@media (min-width:1024px){.news_in_pics_element .thumbnail{height:226px;border-radius:10px}}@media (max-width:768px){.news_in_pics_element .thumbnail{border-radius:10px 10px 0 0}}.news_in_pics_element .thumbnail a{display:block;height:100%}.news_in_pics_element .thumbnail a .image-container{height:100%}.news_in_pics_element .swiper-wrapper .content{padding-left:10px;padding-right:10px;padding-top:10px}@media (min-width:1024px){.news_in_pics_element .swiper-wrapper .content{padding-left:0;padding-right:0}}.news_in_pics_element .teaser-title-limit h2{font-size:18px;line-height:24px}.news_in_pics_element .content .teaser-text{margin-top:13px;display:none;line-height:22px}@media (min-width:1024px){.news_in_pics_element .content .teaser-text{display:block}}.news_in_pics_element .content .over-title-div{margin-bottom:13px}.news_in_pics_element .over-title .keyword-text{font-size:12px;line-height:14px}@media (min-width:1024px){.news_in_pics_element .over-title .keyword-text{font-size:13px;line-height:15px}}.news_in_pics_element .teaser-footer .teaser-published-date{font-size:12px}.news_in_pics_element .teasers .time-text{display:none}.news_in_pics_element .teasers .image-data-text{display:flex}.news_in_pics_element .posted-time{display:block!important}.web_story_element{margin-bottom:1.25rem;padding-left:10px;padding-right:10px}@media (min-width:1270px){.web_story_element{padding-left:0;padding-right:0}}.web_story_element .slot-heading-div{border-color:var(--color-border);padding-bottom:1.25rem}@media (min-width:1024px){.web_story_element .slot-heading-div{margin-bottom:15px;border-bottom-width:1px}}.web_story_element .slot-heading{font-size:21px;line-height:1.5rem}.web-story-element{position:relative}.web-story-element .swiper-wrapper{height:381px}@media (min-width:1024px){.web-story-element .swiper-wrapper{height:450px}}.web-story-element .swiper-slide{margin-right:10px;background-color:var(--color-cardMobileBg)}@media (min-width:1024px){.web-story-element .swiper-slide{margin-right:30px}}.web-story-element .teasers{margin-left:0;margin-right:0;border-bottom-width:0;background-color:transparent;padding-bottom:0;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.web-story-element .teasers:hover img{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.web-story-element .thumbnail img{min-height:336px}@media (min-width:1024px){.web-story-element .thumbnail img{min-height:396px}}.web-story-element .thumbnail,.web-story-element .thumbnail img{border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:0}.web-story-element .content .over-title-div,.web-story-element .crown-icon,.web-story-element .specials-tag,.web-story-element .teaser-tag{display:none}.web-story-element .content{order:2;padding:10px}@media (min-width:1024px){.web-story-element .content{padding-top:10px}}.web-story-element .title{text-align:center}.web-story-element .teaser-title-limit{width:100%;text-align:center}.web-story-element .teaser-head-text{font-size:14px;line-height:19px}@media (min-width:1024px){.web-story-element .teaser-head-text{font-size:16px;line-height:21px}}.web-story-element .content .teaser-footer{position:absolute;bottom:10px;margin-top:0;width:204px}@media (min-width:1024px){.web-story-element .content .teaser-footer{width:243px}}.web-story-element .web-story-icon{display:block}.web-story-element .thumb-icon{bottom:10px}.web-story-element .swiper-pagination{position:static;margin-top:9px;display:none}@media (min-width:1024px){.web-story-element .swiper-pagination{display:block}}.web-story-element .swiper-pagination-bullet{margin-left:5px;margin-right:5px;height:.75rem;width:.75rem;background-color:var(--color-border);opacity:1}.web-story-element .swiper-pagination-bullet-active{background-color:var(--color-accent)}.mega_slot_simple_list,.mega_slot_simple_list_author,.mega_slot_simple_list_search,.mega_slot_simple_list_tag,.section_megaslot{position:relative}.mega_slot_simple_list,.mega_slot_simple_list_author,.mega_slot_simple_list_search,.mega_slot_simple_list_tag,.section_megaslot,.simple_list_element{max-width:852px;padding-left:10px;padding-right:10px}@media (min-width:1270px){.mega_slot_simple_list,.mega_slot_simple_list_author,.mega_slot_simple_list_search,.mega_slot_simple_list_tag,.section_megaslot,.simple_list_element{padding-left:0;padding-right:0}}.mega_slot_simple_list .teasers,.mega_slot_simple_list_author .teasers,.mega_slot_simple_list_search .teasers,.mega_slot_simple_list_tag .teasers,.section_megaslot .teasers,.simple_list_element .teasers{display:flex;flex-direction:row-reverse;justify-content:flex-end;padding-bottom:16px}@media (min-width:1024px){.mega_slot_simple_list .teasers,.mega_slot_simple_list_author .teasers,.mega_slot_simple_list_search .teasers,.mega_slot_simple_list_tag .teasers,.section_megaslot .teasers,.simple_list_element .teasers{padding-bottom:22px}}.mega_slot_simple_list .molecule-9 .teasers:not(:last-child),.mega_slot_simple_list_author .molecule-9 .teasers:not(:last-child),.mega_slot_simple_list_search .molecule-9 .teasers:not(:last-child),.mega_slot_simple_list_tag .molecule-9 .teasers:not(:last-child),.section_megaslot .molecule-9 .teasers:not(:last-child),.simple_list_element .molecule-9 .teasers:not(:last-child){margin-bottom:22px;border-width:0;--tw-shadow:0 4px 8px 0 hsla(0,0%,7%,.1);--tw-shadow-colored:0 4px 8px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}@media (min-width:1024px){.mega_slot_simple_list .molecule-9 .teasers:not(:last-child),.mega_slot_simple_list_author .molecule-9 .teasers:not(:last-child),.mega_slot_simple_list_search .molecule-9 .teasers:not(:last-child),.mega_slot_simple_list_tag .molecule-9 .teasers:not(:last-child),.section_megaslot .molecule-9 .teasers:not(:last-child),.simple_list_element .molecule-9 .teasers:not(:last-child){border-bottom-width:1px;border-color:var(--color-border);--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}}.first-teaser .mega_slot_simple_list .teasers:last-child,.first-teaser .mega_slot_simple_list_author .teasers:last-child,.first-teaser .mega_slot_simple_list_search .teasers:last-child,.first-teaser .mega_slot_simple_list_tag .teasers:last-child,.first-teaser .section_megaslot .teasers:last-child,.first-teaser .simple_list_element .teasers:last-child{margin-bottom:22px!important;border-width:0!important;--tw-shadow:0 4px 8px 0 hsla(0,0%,7%,.1)!important;--tw-shadow-colored:0 4px 8px 0 var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}@media (min-width:1024px){.first-teaser .mega_slot_simple_list .teasers:last-child,.first-teaser .mega_slot_simple_list_author .teasers:last-child,.first-teaser .mega_slot_simple_list_search .teasers:last-child,.first-teaser .mega_slot_simple_list_tag .teasers:last-child,.first-teaser .section_megaslot .teasers:last-child,.first-teaser .simple_list_element .teasers:last-child{border-bottom-width:1px!important;border-color:var(--color-border)!important;--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}}.mega_slot_simple_list .teasers:hover img,.mega_slot_simple_list_author .teasers:hover img,.mega_slot_simple_list_search .teasers:hover img,.mega_slot_simple_list_tag .teasers:hover img,.section_megaslot .teasers:hover img,.simple_list_element .teasers:hover img{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.mega_slot_simple_list .teasers .content,.mega_slot_simple_list_author .teasers .content,.mega_slot_simple_list_search .teasers .content,.mega_slot_simple_list_tag .teasers .content,.section_megaslot .teasers .content,.simple_list_element .teasers .content{position:relative;min-height:100%;width:100%}@media (min-width:1024px){.mega_slot_simple_list .teasers .content,.mega_slot_simple_list_author .teasers .content,.mega_slot_simple_list_search .teasers .content,.mega_slot_simple_list_tag .teasers .content,.section_megaslot .teasers .content,.simple_list_element .teasers .content{margin-left:23px}}.mega_slot_simple_list .teasers .teaser-content,.mega_slot_simple_list_author .teasers .teaser-content,.mega_slot_simple_list_search .teasers .teaser-content,.mega_slot_simple_list_tag .teasers .teaser-content,.section_megaslot .teasers .teaser-content,.simple_list_element .teasers .teaser-content{height:100%}.mega_slot_simple_list .teasers .content .teaser-footer,.mega_slot_simple_list_author .teasers .content .teaser-footer,.mega_slot_simple_list_search .teasers .content .teaser-footer,.mega_slot_simple_list_tag .teasers .content .teaser-footer,.section_megaslot .teasers .content .teaser-footer{bottom:0;margin-top:1rem;width:100%}@media (min-width:1024px){.mega_slot_simple_list .teasers .content .teaser-footer,.mega_slot_simple_list_author .teasers .content .teaser-footer,.mega_slot_simple_list_search .teasers .content .teaser-footer,.mega_slot_simple_list_tag .teasers .content .teaser-footer,.section_megaslot .teasers .content .teaser-footer{position:absolute}}.mega_slot_simple_list .teasers .content .title-div,.mega_slot_simple_list_author .teasers .content .title-div,.mega_slot_simple_list_search .teasers .content .title-div,.mega_slot_simple_list_tag .teasers .content .title-div,.section_megaslot .teasers .content .title-div,.simple_list_element .teasers .content .title-div{margin-bottom:6px}.mega_slot_simple_list .teasers .content .over-title-div,.mega_slot_simple_list_author .teasers .content .over-title-div,.mega_slot_simple_list_search .teasers .content .over-title-div,.mega_slot_simple_list_tag .teasers .content .over-title-div,.section_megaslot .teasers .content .over-title-div,.simple_list_element .teasers .content .over-title-div{margin-bottom:1rem}@media (min-width:1024px){.mega_slot_simple_list .teasers .content .over-title-div,.mega_slot_simple_list_author .teasers .content .over-title-div,.mega_slot_simple_list_search .teasers .content .over-title-div,.mega_slot_simple_list_tag .teasers .content .over-title-div,.section_megaslot .teasers .content .over-title-div,.simple_list_element .teasers .content .over-title-div{margin-bottom:10px}}.mega_slot_simple_list .teasers .thumbnail .image-container,.mega_slot_simple_list_author .teasers .thumbnail .image-container,.mega_slot_simple_list_search .teasers .thumbnail .image-container,.mega_slot_simple_list_tag .teasers .thumbnail .image-container,.section_megaslot .teasers .thumbnail .image-container,.simple_list_element .teasers .thumbnail .image-container{height:100%}.mega_slot_simple_list .teasers>.thumbnail,.mega_slot_simple_list_author .teasers>.thumbnail,.mega_slot_simple_list_search .teasers>.thumbnail,.mega_slot_simple_list_tag .teasers>.thumbnail,.section_megaslot .teasers>.thumbnail,.simple_list_element .teasers>.thumbnail{display:none}@media (min-width:1024px){.mega_slot_simple_list .teasers>.thumbnail,.mega_slot_simple_list_author .teasers>.thumbnail,.mega_slot_simple_list_search .teasers>.thumbnail,.mega_slot_simple_list_tag .teasers>.thumbnail,.section_megaslot .teasers>.thumbnail,.simple_list_element .teasers>.thumbnail{display:block;height:100px;min-width:150px;max-width:150px}.tv-four-column-section-list .teasers>.thumbnail{display:block;height:auto;min-width:150px;max-width:295px}}.mega_slot_simple_list .teaser-content .thumbnail,.mega_slot_simple_list_author .teaser-content .thumbnail,.mega_slot_simple_list_search .teaser-content .thumbnail,.mega_slot_simple_list_tag .teaser-content .thumbnail,.section_megaslot .teaser-content .thumbnail,.simple_list_element .teaser-content .thumbnail{display:block;height:80px;width:80px}@media (min-width:1024px){.mega_slot_simple_list .teaser-content .thumbnail,.mega_slot_simple_list_author .teaser-content .thumbnail,.mega_slot_simple_list_search .teaser-content .thumbnail,.mega_slot_simple_list_tag .teaser-content .thumbnail,.section_megaslot .teaser-content .thumbnail,.simple_list_element .teaser-content .thumbnail{display:none}}.mega_slot_simple_list .teaser-text,.mega_slot_simple_list_author .teaser-text,.mega_slot_simple_list_search .teaser-text,.mega_slot_simple_list_tag .teaser-text,.section_megaslot .teaser-text,.simple_list_element .teaser-text{display:none}@media (min-width:1024px){.mega_slot_simple_list .teaser-text,.mega_slot_simple_list_author .teaser-text,.mega_slot_simple_list_search .teaser-text,.mega_slot_simple_list_tag .teaser-text,.section_megaslot .teaser-text,.simple_list_element .teaser-text{display:block}.mega_slot_simple_list .filter-btn,.mega_slot_simple_list_author .filter-btn,.mega_slot_simple_list_search .filter-btn,.mega_slot_simple_list_tag .filter-btn{margin-top:-12px}}.photo_story_element{position:relative;max-width:852px;padding-left:10px;padding-right:10px}@media (min-width:1270px){.photo_story_element{padding-left:0;padding-right:0}}.photo_story_element .slot-heading-div{margin-bottom:10px;border-style:none;padding-bottom:0}.photo_story_element .slot-heading{font-size:16px;line-height:19px}@media (min-width:1024px){.photo_story_element .slot-heading{font-size:21px;line-height:1.5rem}}.photo_story_element .teasers{background-color:transparent;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.photo_story_element .teaser-head-text{font-size:16px;line-height:21px}@media (min-width:1024px){.photo_story_element .teaser-head-text{font-size:18px;line-height:1.5rem}}.photo_story_element .teaser-sub-text{font-size:13px;line-height:18px}@media (min-width:1024px){.photo_story_element .teaser-sub-text{font-size:14px;line-height:19px}}.photo_story_element .teasers .content{padding:0}.photo_story_element img{max-height:277px;border-radius:10px}.photo_story_element .large-grid img{max-height:420px}.photo_story_element .over-title-div{display:none}.photo_story_element .title-div{margin-bottom:14px}.two_row_slider{max-width:852px;padding-left:10px;padding-right:10px}@media (min-width:1270px){.two_row_slider{padding-left:0;padding-right:0}}.two_row_slider .slot-heading-div{border-color:var(--color-border);padding-bottom:1.25rem}@media (min-width:1024px){.two_row_slider .slot-heading-div{margin-bottom:15px;border-bottom-width:1px}}.two_row_slider .slot-heading{font-size:21px;line-height:1.5rem}.two_row_slider .carousel{border-radius:10px;background-color:var(--color-cardMobileBg);padding:1rem;--tw-shadow:0 4px 8px 0 hsla(0,0%,7%,.1);--tw-shadow-colored:0 4px 8px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}@media (min-width:1024px){.two_row_slider .carousel{border-radius:0;background-color:transparent;padding:0;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}}.two_row_slider .teasers{display:flex;max-height:60px;flex-direction:row-reverse;align-items:flex-start;justify-content:flex-end;background-color:transparent;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}@media (min-width:1024px){.two_row_slider .teasers{max-height:68px}}.two_row_slider .teasers .content{flex:1 1 0%;padding-left:0;padding-right:0}.two_row_slider .teasers:hover img{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.two_row_slider .swiper-slide{margin-right:1.5rem;min-width:280px;border-style:none}@media (min-width:1024px){.two_row_slider .swiper-slide{margin-right:30px;min-width:403px}}.two_row_slider .teaser-footer{display:none}.two_row_slider .thumbnail{margin-right:10px;height:60px;max-width:60px}@media (min-width:1024px){.two_row_slider .thumbnail{margin-right:15px;height:68px;min-width:102px}}.two_row_slider .thumbnail img{min-height:60px;min-width:60px}.two_row_slider .teaser-head-text{font-size:14px;line-height:19px}@media (min-width:1024px){.two_row_slider .teaser-head-text{font-size:15px;line-height:19px}}.two_row_slider .over-title-div{margin-top:0;margin-bottom:4px}.two_row_slider .swiper-pagination{position:static;margin-top:20px;display:none}@media (min-width:1024px){.two_row_slider .swiper-pagination{display:block}}.two_row_slider .swiper-pagination-bullet{margin-left:5px;margin-right:5px;height:.75rem;width:.75rem;background-color:var(--color-border);opacity:1}.two_row_slider .swiper-pagination-bullet-active{background-color:var(--color-accent)}.two_row_slider .posted-time{display:none}.media-page .section-heading .slot-heading{margin-top:25px;font-size:40px;font-weight:800;line-height:2.5rem}.media-page .slot-heading-div{margin-bottom:10px;border-style:none;padding-bottom:0}.media-page .posted-time{display:none}.media-page .feature-nav{margin-bottom:1.25rem;padding-left:0;padding-right:0}@media (min-width:1024px){.media-page .feature-nav{margin-bottom:30px}}.media-page .footer-bottom .slot-heading-div{margin-bottom:1rem;border-style:none;padding-bottom:0}@media (min-width:1024px){.media-page .footer-bottom .slot-heading-div{margin-bottom:19px}}.media-page .footer-bottom .slot-heading{font-size:16px;font-weight:500;text-transform:uppercase;line-height:1.25rem}.image-gallery-slider .swiper,.image-gallery-slider .swiper-wrapper{border-radius:0}@media (min-width:473px){.image-gallery-slider .swiper,.image-gallery-slider .swiper-wrapper{border-radius:10px}}.image-gallery-slider .swiper-slide{max-width:100%;border-style:none}.image-gallery-slider .swiper-slide h4{border-style:none;padding-left:0;font-weight:500}.section-page .section-heading .slot-heading{margin-top:20px;padding-left:10px;padding-right:10px;font-size:36px;font-weight:700;line-height:40px}@media (min-width:1024px){.section-page .section-heading .slot-heading{margin-top:25px}}@media (min-width:1270px){.section-page .section-heading .slot-heading{padding-left:0;padding-right:0}}.section-page .section-heading,.section-page .section-heading .slot-heading-div,.section-page .slot-heading-div .slot-wrapper{width:100%}.section-page .breadcrumb-container .section-title{color:var(--color-secondary)}@media (min-width:610px){.section-page .breadcrumb-container{padding-left:10px;padding-right:10px}}@media (min-width:1270px){.section-page .breadcrumb-container{padding-left:0;padding-right:0}}.section-page .section-heading.rokkitt .slot-heading-div{position:relative;margin-bottom:0;align-items:flex-start;border-width:0;padding-bottom:0}.section-page .feature-nav{margin-top:0;margin-bottom:10px;display:none}.section-page .section-heading.rokkitt .feature-nav,.section-page .section-heading.rokkitt .filter-dropdown{display:block}.section-page .ace-times-origins-layout{padding-top:8px}@media (min-width:1024px){.section-page .ace-times-origins-layout{padding-top:15px}}.section-page .ace-times-origins-layout .slot-heading-div{padding-left:10px}@media (min-width:1024px){.section-page .ace-times-origins-layout .slot-heading-div{padding-left:0}}.filter-dropdown{width:100%;padding-left:0;padding-right:0}.filter-dropdown #dropdown{width:100%;border-radius:10px;--tw-shadow:0 4px 8px 0 hsla(0,0%,7%,.1);--tw-shadow-colored:0 4px 8px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}@media (min-width:1024px){.filter-dropdown #dropdown{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}}.filter-dropdown #dropdown{transition:.3s}.section_megaslot .filter-btn{top:-90px}.filter-btn .red-dot{position:absolute;top:-1px;right:-1px}.most_commented_element{margin-bottom:1rem;width:100%;padding-left:10px;padding-right:10px}@media (min-width:1024px){.most_commented_element{max-width:336px}}@media (min-width:1270px){.most_commented_element{padding-left:0;padding-right:0}}.content_recommendations_element .slot-heading-div,.most_commented_element .slot-heading-div{margin-bottom:11px;border-width:0;padding:0}.content_recommendations_element .slot-heading-div h2,.most_commented_element .slot-heading-div h2{font-size:16px;font-weight:500;line-height:20px;color:var(--color-primary)}.content_recommendations_element .teasers h2,.most_commented_element .teasers h2,.vertical_list_element .teasers h2,.vertical_list_five .teasers h2,.vertical_list_three_revised .teasers h2{font-size:14px;line-height:20px}.qikz_element{padding-left:10px}@media (min-width:1270px){.qikz_element{padding-left:0}}.qikz_element .slot-heading-div{margin-bottom:16px;border-width:0;padding-bottom:0}@media (min-width:1024px){.qikz_element .slot-heading-div{margin-bottom:26px}}.qikz_element .slot-heading-div h2{font-size:16px;line-height:24px}@media (min-width:1024px){.qikz_element .slot-heading-div h2{font-size:21px;line-height:18px}}.qikz_element .swiper-slide{margin-right:16px;height:384px;min-width:216px;max-width:216px;border-width:0}.qikz_element .carousel-element .swiper-wrapper{height:384px}.qikz_element .overlay-top{position:absolute;top:0;left:0;height:72px;width:100%;background:linear-gradient(180deg,#121212cc,transparent)}.qikz_element .overlay-bottom{position:absolute;bottom:0;left:0;height:148px;width:100%;background:linear-gradient(0deg,#121212cc,transparent)}.qikz_element .swiper-pagination{display:none}.qikz_element .swiper-slide>div{height:100%}.qikz-bottomsheet img{-o-object-fit:contain!important;object-fit:contain!important}@media (max-width:1023px){.qikz_element .swiper-slide-active .qikz-card .background-image{opacity:0}.qikz_element .swiper-slide-active .qikz-card .qikz-video{opacity:1}.section-page .content_recommendations_element .vertical-list-element{background:var(--color-cardMobileBg);padding-left:15px}.section-page .content_recommendations_element .teasers h2{font-size:16px;line-height:21px}.section-page .content_recommendations_element .vertical-list-element .title-div .title{align-items:flex-start}}.section-page:has(.qikz-detail-page) .end-column{display:none}.qikz_detail .slot-heading-div{display:none}.breaking_news_element{padding-left:10px;padding-right:10px}@media (min-width:1270px){.breaking_news_element{padding-left:0;padding-right:0}}.breaking_news_element .crown-icon,.breaking_news_element .over-title-div,.breaking_news_element .slot-heading-div,.breaking_news_element .specials-tag,.breaking_news_element .thumb-icon,.breaking_news_element .title-div{display:none}.breaking_news_element .with-image .teasers{display:flex;height:80px;flex-direction:row-reverse;background-color:transparent;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}@media (min-width:1024px){.breaking_news_element .with-image .teasers{height:126px}}.breaking_news_element .with-image .teaser-sub-text{display:none}.breaking_news_element .with-image .teaser-content{display:flex;flex-direction:column}.breaking_news_element .with-image .teaser-footer{order:1;margin-top:0;margin-bottom:.25rem}@media (min-width:1024px){.breaking_news_element .with-image .teaser-footer{margin-bottom:.5rem}}.breaking_news_element .thumbnail{margin-right:10px;min-width:80px;max-width:80px}@media (min-width:1024px){.breaking_news_element .thumbnail{margin-right:1.25rem;min-width:224px;max-width:224px}}.breaking_news_element .thumbnail img{min-height:80px}.breaking_news_element .teasers:hover img{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.breaking_news_element .with-image .content{flex:1 1 0%;border-radius:10px;border-width:1px;border-color:var(--color-border);background-color:var(--color-cardMobileBg);padding:10px}@media (min-width:1024px){.breaking_news_element .with-image .content{padding:17px 1.25rem}}.breaking_news_element .with-image .teaser-footer{align-items:flex-start}.breaking_news_element .with-image .slider-text{margin-top:.5rem;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:16px;font-weight:400;line-height:1.25rem;color:var(--color-primary)}@media (min-width:1024px){.breaking_news_element .with-image .slider-text{margin-top:10px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;font-size:28px;font-weight:500;line-height:36px}}.breaking_news_element .with-image .slider-text-sub{order:3;display:none;font-size:16px;font-weight:400;line-height:20px;color:var(--color-secondary)}@media (min-width:1024px){.breaking_news_element .with-image .slider-text-sub{margin-top:.5rem;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}}.breaking_news_element .without-image .teaser-sub-text,.breaking_news_element .without-image .thumbnail,.breaking_news_element .without-image .title-div{display:none}.breaking_news_element .without-image .breaking-text{margin-bottom:.25rem;display:inline-block;height:20px}@media (min-width:1024px){.breaking_news_element .without-image .breaking-text{margin-top:-4px;margin-bottom:0;margin-right:10px}}.breaking_news_element .without-image .content{padding:0}.breaking_news_element .without-image .teasers{background-color:transparent;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.breaking_news_element .without-image .teaser-footer{margin-top:0;overflow:hidden}.breaking_news_element .without-image .slider-text{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:16px;font-weight:400;line-height:1.25rem;color:var(--color-primary)}@media (min-width:1024px){.breaking_news_element .without-image .slider-text{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;font-size:18px;line-height:1.5rem}}.breaking_news_element .without-image .swiper-wrapper{max-height:40px}@media (min-width:1024px){.breaking_news_element .without-image .swiper-wrapper{max-height:24px}}.breaking_news_element .without-image .swiper-slide{min-width:100%;max-width:100%;border-style:none;padding-right:20px}@media (min-width:1024px){.breaking_news_element .without-image .breaking-div{display:flex;flex-direction:row;align-items:center}}.breaking_news_element .swiper-pagination,.breaking_news_element .without-image .breaking-share{display:none}.news_headline_element{padding-left:10px;padding-right:10px}@media (min-width:1270px){.news_headline_element{padding-left:0;padding-right:0}}.news_headline_element .crown-icon,.news_headline_element .news-headline .teaser-sub-text,.news_headline_element .news-headline .thumbnail,.news_headline_element .news-headline .title-div,.news_headline_element .over-title-div,.news_headline_element .slot-heading-div,.news_headline_element .specials-tag,.news_headline_element .thumb-icon,.news_headline_element .title-div{display:none}.news_headline_element .news-headline .content{padding:0}.news_headline_element .news-headline .teasers{background-color:transparent;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.news_headline_element .news-headline .teaser-footer{margin-top:0;overflow:hidden}.news_headline_element .news-headline{--news-headline-slide-height:40px}@media (min-width:1024px){.news_headline_element .news-headline{--news-headline-slide-height:32px}}.news_headline_element .news-headline .news-headline-title-carousel{height:40px;max-height:40px;overflow:hidden}@media (min-width:1024px){.news_headline_element .news-headline .news-headline-title-carousel{height:32px;max-height:32px;overflow:hidden}}.news_headline_element .news-headline .news-headline-title-carousel{height:var(--news-headline-slide-height,40px);max-height:var(--news-headline-slide-height,40px)}.news_headline_element .news-headline .news-headline-ticker-track{animation-duration:var(--news-headline-duration,9s);animation-iteration-count:infinite;animation-timing-function:ease-in-out;will-change:transform}.news_headline_element .news-headline .news-headline-ticker-count-2{animation-name:news-headline-title-swipe-2}.news_headline_element .news-headline .news-headline-ticker-count-3{animation-name:news-headline-title-swipe-3}.news_headline_element .news-headline .news-headline-ticker-count-4{animation-name:news-headline-title-swipe-4}.news_headline_element .news-headline .news-headline-ticker-count-5{animation-name:news-headline-title-swipe-5}.news_headline_element .breaking-share,.news_headline_element .swiper-button-next,.news_headline_element .swiper-button-prev,.news_headline_element .swiper-pagination{display:none}@keyframes news-headline-title-swipe-2{0%,35%{transform:translateZ(0)}50%,85%{transform:translate3d(0,calc(-1 * var(--news-headline-slide-height, 32px)),0)}to{transform:translate3d(0,calc(-2 * var(--news-headline-slide-height, 32px)),0)}}@keyframes news-headline-title-swipe-3{0%,20%{transform:translateZ(0)}30%,45%{transform:translate3d(0,calc(-1 * var(--news-headline-slide-height, 32px)),0)}55%,70%{transform:translate3d(0,calc(-2 * var(--news-headline-slide-height, 32px)),0)}80%,to{transform:translate3d(0,calc(-3 * var(--news-headline-slide-height, 32px)),0)}}@keyframes news-headline-title-swipe-4{0%,15%{transform:translateZ(0)}25%,35%{transform:translate3d(0,calc(-1 * var(--news-headline-slide-height, 32px)),0)}45%,55%{transform:translate3d(0,calc(-2 * var(--news-headline-slide-height, 32px)),0)}65%,75%{transform:translate3d(0,calc(-3 * var(--news-headline-slide-height, 32px)),0)}85%,to{transform:translate3d(0,calc(-4 * var(--news-headline-slide-height, 32px)),0)}}@keyframes news-headline-title-swipe-5{0%,12%{transform:translateZ(0)}20%,28%{transform:translate3d(0,calc(-1 * var(--news-headline-slide-height, 32px)),0)}36%,44%{transform:translate3d(0,calc(-2 * var(--news-headline-slide-height, 32px)),0)}52%,60%{transform:translate3d(0,calc(-3 * var(--news-headline-slide-height, 32px)),0)}68%,76%{transform:translate3d(0,calc(-4 * var(--news-headline-slide-height, 32px)),0)}84%,to{transform:translate3d(0,calc(-5 * var(--news-headline-slide-height, 32px)),0)}}.cartoon_horizontal_element .cartoon_horizontal_element,.cartoon_horizontal_fixed .cartoon_horizontal_element{max-width:852px}@media (min-width:1024px){.cartoon_horizontal_element .cartoon_horizontal_element,.cartoon_horizontal_fixed .cartoon_horizontal_element{padding-left:10px;padding-right:10px}}@media (min-width:1270px){.cartoon_horizontal_element .cartoon_horizontal_element,.cartoon_horizontal_fixed .cartoon_horizontal_element{padding-left:0;padding-right:0}}.cartoon_horizontal_element .teasers{max-width:100%;flex-direction:column;border-width:0;border-color:var(--color-border);background-color:var(--color-cardMobileBg)}@media (min-width:1024px){.cartoon_horizontal_element .teasers{border-width:0;background-color:transparent}}.cartoon_horizontal_element .teasers .image-container{width:100%;overflow:hidden;border-width:0}@media (min-width:1024px){.cartoon_horizontal_element .teasers .image-container{border-radius:10px;border-width:1px;border-color:var(--color-border)}}.cartoon_horizontal_element .teasers .content{padding:1rem 10px}@media (min-width:1024px){.cartoon_horizontal_element .teasers .content{padding:10px 0}}.cartoon_horizontal_element .teasers .title-div h2{font-size:16px;line-height:24px}@media (min-width:1024px){.cartoon_horizontal_element .teasers .title-div h2{font-size:18px}}.cartoon_horizontal_element .teasers .teaser-sub-text{display:none}.cartoon_horizontal_element .teasers .teaser-footer{position:relative;bottom:0;margin-top:1rem;width:100%}.cartoon_horizontal_element .over-title-div{margin-top:0}@media not all and (min-width:1024px){.cartoon_horizontal_element .over-title-div{margin-bottom:10px!important}}.cartoon_horizontal_element .teasers .teaser-footer .teaser-published-date span{font-size:11px}@media (min-width:1024px){.cartoon_horizontal_element .teasers .teaser-footer .teaser-published-date span{font-size:12px}}.cartoon_horizontal_element .teasers .title-div{height:70px}.cartoon_horizontal_element .teasers .time-text{display:none}.cartoon_horizontal_element .teasers:hover img{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cartoon_horizontal_element .teasers .image-data-text{display:flex}.cartoon_horizontal_element .thumb-icon,.cartoon_horizontal_element .web-story-icon{display:block}.cartoon_vertical_element{max-width:852px}@media (min-width:1024px){.cartoon_vertical_element{padding-left:10px;padding-right:10px}}@media (min-width:1270px){.cartoon_vertical_element{padding-left:0;padding-right:0}}.cartoon_vertical_element .teasers{width:100%;border-radius:10px;border-width:1px;border-color:var(--color-border);background-color:var(--color-cardMobileBg)}.cartoon_vertical_element .teasers .thumbnail{height:336px}@media (min-width:1024px){.cartoon_vertical_element .teasers .thumbnail{height:361px}}.cartoon_vertical_element .teasers .thumbnail img{height:100%;border-radius:0}.cartoon_vertical_element .teasers .thumbnail a{display:block;height:100%}.cartoon_vertical_element .teasers .thumbnail .image-container{height:100%}.cartoon_vertical_element .teasers .content{padding-bottom:14px}.cartoon_vertical_element .teasers .over-title-div{display:none}.cartoon_vertical_element .teasers .title-div{display:flex;height:42px;justify-content:center}.cartoon_vertical_element .teasers .crown-icon,.cartoon_vertical_element .teasers .title-div .specials-tag{display:none}.cartoon_vertical_element .teasers .title-div h2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-align:center}.cartoon_vertical_element .teasers .teaser-sub-text{display:none}.cartoon_vertical_element .content .teaser-footer{position:relative;bottom:auto;margin-top:23px;width:100%}.cartoon_vertical_element .teasers:hover img{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cartoon_vertical_element .thumb-icon,.cartoon_vertical_element .web-story-icon{display:block}.also-watch-wrapper .also-watch-video{position:relative}.also-watch-wrapper .play-btn{position:absolute;left:50%;top:50%;--tw-translate-x:-50%;--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.also-watch-wrapper button svg rect:is(.dark *){fill:var(--color-border)}.also-watch-wrapper .ace-image,.also-watch-wrapper .narrow-format{height:100%}@media (min-width:500px) and (max-width:1023px){.page{margin-left:auto!important;margin-right:auto!important;max-width:500px!important}.sidebar-menu .sidebar-content .mega-menu-content{margin-left:auto;margin-right:auto;max-width:500px;padding-left:10px;padding-right:10px}.qikz_element,.special_slider_element{padding-right:10px}.footer-top-bottom{margin-left:auto;margin-right:auto;max-width:500px}}.special_slider_element{padding-left:10px}@media (min-width:1270px){.special_slider_element{padding-left:0;padding-right:0}}.special_slider_element .over-title-div,.special_slider_element .teaser-footer{display:none}.special_slider_element .teasers{flex-direction:row;padding:10px}@media (min-width:1024px){.special_slider_element .teasers{padding:1rem}}.special_slider_element .teasers .content{display:flex;padding:0 0 0 18px}.special_slider_element .teasers:hover .teaser-sponser img{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.special_slider_element .teaser-sponser{margin-left:18px;min-width:70px;max-width:70px}.special_slider_element .teaser-sponser img{max-height:35px}@media (min-width:1024px){.special_slider_element .teaser-sponser img{max-height:45px}}.special_slider_element .thumbnail{max-height:60px;min-height:60px;min-width:60px;max-width:60px;border-radius:6px}@media (min-width:1024px){.special_slider_element .thumbnail{max-height:68px;min-height:68px;min-width:68px;max-width:68px;border-radius:10px}}.special_slider_element .thumbnail img{min-height:60px;border-radius:6px}@media (min-width:1024px){.special_slider_element .thumbnail img{min-height:68px;border-radius:10px}}.special_slider_element .swiper-slide{margin-right:10px;min-width:0;max-width:-moz-fit-content;max-width:fit-content;--tw-shadow:0 4px 8px 0 hsla(0,0%,7%,.1);--tw-shadow-colored:0 4px 8px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}@media not all and (min-width:1024px){.special_slider_element .swiper-slide{max-width:85%}}@media (min-width:1024px){.special_slider_element .swiper-slide{margin-right:1rem}}.special_slider_element .swiper-wrapper{height:90px;padding-bottom:10px}@media (min-width:1024px){.special_slider_element .swiper-wrapper{height:100px}}.special_slider_element .teaser-head-text{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:15px;line-height:18px}@media (min-width:1024px){.special_slider_element .teaser-head-text{font-size:16px;line-height:20px}}.special_slider_element .swiper-pagination{display:none}.trending-topics-container{overflow-x:scroll;background-color:var(--color-background)}.trending-topics-container .trending-topics{margin-left:auto;margin-right:auto;width:200%;max-width:1232px;padding-left:10px;padding-right:10px}@media (min-width:1024px){.trending-topics-container .trending-topics{padding-left:0;padding-right:0}}@media (min-width:1280px){.trending-topics-container .trending-topics{width:100%}}.trending-topics-container .trending-topics .inline-navigation-list{display:flex;justify-content:flex-start;gap:10px;padding:10px 0}@media (min-width:1280px){.trending-topics-container .trending-topics .inline-navigation-list{overflow-x:scroll}}.trending-topics-container .trending-topics .inline-navigation-list li{cursor:pointer;border-radius:10px;border-width:1px;border-color:var(--color-border);background-color:var(--color-white);padding:3px 10px}.trending-topics-container .trending-topics .inline-navigation-list li:hover{--tw-border-opacity:1;border-color:rgb(136 136 136/var(--tw-border-opacity))}.trending-topics-container .trending-topics .inline-navigation-list li a:before{display:none}.trending-topics-container .trending-topics .inline-navigation-list li a span{margin:0;width:-moz-fit-content;width:fit-content}.trending-topics-container .trending-topics .inline-navigation-list li a .link-label{width:-moz-max-content;width:max-content;font-size:12px;font-weight:400;line-height:14px;color:var(--color-primary)}.three_column_element .three_column_element,.three_column_fixed .three_column_element{max-width:852px}@media not all and (min-width:610px){.three_column_element .three_column_element,.three_column_fixed .three_column_element{padding-left:10px;padding-right:10px}}@media (min-width:1024px){.three_column_element .three_column_element,.three_column_fixed .three_column_element{padding-left:10px;padding-right:10px}}@media (min-width:1270px){.three_column_element .three_column_element,.three_column_fixed .three_column_element{padding-left:0;padding-right:0}}.three_column_element .teasers{border-width:1px;border-color:var(--color-border)}@media (min-width:1024px){.three_column_element .teasers{border-width:0}}.three_column_element .teasers .content{padding:1rem 10px}@media (min-width:1024px){.three_column_element .teasers .content{padding:10px 0}}.three_column_element .teasers .image-container{height:220px;width:100%;overflow:hidden;border-radius:0}@media (min-width:1024px){.three_column_element .teasers .image-container{height:176px;border-radius:10px}}.three_column_element .teasers .teaser-content .teaser-footer{position:relative;bottom:auto;margin-top:1rem;width:100%}.three_column_element .teasers .teaser-footer .teaser-published-date span{font-size:11px}@media (min-width:1024px){.three_column_element .teasers .teaser-footer .teaser-published-date span{font-size:12px}}.three_column_element .teasers .teaser-sub-text{display:none}.three_column_element .three_column_element .posted-time,.three_column_fixed .three_column_element .posted-time{display:block!important}.content_recommendations_element{margin-bottom:1rem;width:100%;padding-left:10px;padding-right:10px}@media (min-width:1024px){.content_recommendations_element{max-width:852px}}@media (min-width:1270px){.content_recommendations_element{padding-left:0;padding-right:0}}.section-page .content_recommendations_element .vertical-list-element{background:var(--color-white);border:none;padding-left:0}.section-page .content_recommendations_element .slot-heading-div{display:none}.section-page .content_recommendations_element .teasers h2{font-size:15px;font-weight:400;line-height:20px}@media (min-width:1024px){.section-page .content_recommendations_element .teasers h2{font-size:17px;line-height:22px}}.section-page .content_recommendations_element.three_column_element{background:var(--color-white);border:none;padding-left:0}.section-page .content_recommendations_element.three_column_element .teasers h2{font-size:16px;line-height:21px}.section-page .content_recommendations_element.three_column_element .title-div .title{align-items:center}.section-page .content_recommendations_element.three_column_element .teasers .teaser-content .title-div{height:auto}.section-page .content_recommendations_element.three_column_element .teasers .teaser-content .teaser-footer{margin-top:0}.content_recommendations_element.three_column_element{padding:0}.section-page .content_recommendations_element.three_column_element .teasers .image-container{height:auto}.topics-page{width:100%}.topics-page .breadcrumb-container{margin-bottom:1.25rem}@media (min-width:1024px){.topics-page .breadcrumb-container{margin-bottom:25px}}.topics-page .section-heading .slot-heading{overflow-wrap:break-word;font-size:24px;font-weight:800;line-height:2rem;font-family:Roboto,Noto Sans Malayalam,sans-serif;text-transform:capitalize}.topics-page .slot-heading-div{margin-bottom:20px;max-width:80%;padding-bottom:0}@media (min-width:1024px){.topics-page .slot-heading-div{margin-bottom:30px;max-width:50%;padding-bottom:15px}}@media (min-width:1270px){.topics-page .slot-heading-div{max-width:65%}}.topics-page .mega_slot_simple_list .filter-btn,.topics-page .mega_slot_simple_list_author .filter-btn,.topics-page .mega_slot_simple_list_search .filter-btn,.topics-page .mega_slot_simple_list_tag .filter-btn{margin-top:-7px}@media (min-width:1024px){.topics-page .mega_slot_simple_list .filter-btn,.topics-page .mega_slot_simple_list_author .filter-btn,.topics-page .mega_slot_simple_list_search .filter-btn,.topics-page .mega_slot_simple_list_tag .filter-btn{margin-top:-32px}}.topics-page .detailed-buttons{margin-top:-55px;display:block}@media (min-width:1024px){.topics-page .detailed-buttons{margin-top:-82px}}.author-page .byline-image .round-img{height:120px;width:120px}.author-page .mega_slot_simple_list,.author-page .mega_slot_simple_list_author,.author-page .mega_slot_simple_list_search,.author-page .mega_slot_simple_list_tag{margin-top:1.25rem}@media (min-width:1024px){.author-page .mega_slot_simple_list,.author-page .mega_slot_simple_list_author,.author-page .mega_slot_simple_list_search,.author-page .mega_slot_simple_list_tag{margin-top:30px}}.author-page .mega_slot_simple_list .molecule-9 .teasers:not(:last-child),.author-page .mega_slot_simple_list_author .molecule-9 .teasers:not(:last-child),.author-page .mega_slot_simple_list_search .molecule-9 .teasers:not(:last-child),.author-page .mega_slot_simple_list_tag .molecule-9 .teasers:not(:last-child){margin-bottom:6px}@media (min-width:1024px){.author-page .mega_slot_simple_list .molecule-9 .teasers:not(:last-child),.author-page .mega_slot_simple_list_author .molecule-9 .teasers:not(:last-child),.author-page .mega_slot_simple_list_search .molecule-9 .teasers:not(:last-child),.author-page .mega_slot_simple_list_tag .molecule-9 .teasers:not(:last-child){margin-bottom:22px}}.author-page .mega_slot_simple_list .teasers .content .teaser-footer,.author-page .mega_slot_simple_list_author .teasers .content .teaser-footer,.author-page .mega_slot_simple_list_search .teasers .content .teaser-footer,.author-page .mega_slot_simple_list_tag .teasers .content .teaser-footer{padding-left:0;padding-right:0}.author-page .mega_slot_simple_list .filter-dropdown,.author-page .mega_slot_simple_list_author .filter-dropdown,.author-page .mega_slot_simple_list_search .filter-dropdown,.author-page .mega_slot_simple_list_tag .filter-dropdown{display:none}.author-page .author-details-byline{border-bottom-width:1px;border-color:var(--color-border);padding-bottom:1rem}@media (min-width:1024px){.author-page .author-details-byline{padding-bottom:1.25rem}}.search-page{margin-left:auto;margin-right:auto;max-width:1232px;padding-left:10px;padding-right:10px}@media (min-width:1270px){.search-page{padding-left:0;padding-right:0}}.search-page .search-form-heading{font-size:40px;line-height:40px;color:var(--color-primary)}.search-page .menu-search-form{position:relative;margin-top:20px}.search-page .menu-search-inner{width:81%;padding-bottom:18px}@media (min-width:1024px){.search-page .menu-search-inner{width:91%}}.search-page .menu-search-form input{border-radius:0;border-width:0 0 1px;border-bottom-color:var(--color-gray);background-color:var(--color-white);padding-left:0;padding-right:0;font-size:14px;font-weight:400;line-height:18px;color:var(--color-primary)}@media (min-width:1024px){.search-page .menu-search-form input{font-size:16px}}.search-page .menu-search-form input::-moz-placeholder{font-size:14px;font-weight:400;line-height:18px;color:var(--color-secondary)}.search-page .menu-search-form input::placeholder{font-size:14px;font-weight:400;line-height:18px;color:var(--color-secondary)}@media (min-width:1024px){.search-page .menu-search-form input::-moz-placeholder{font-size:16px}.search-page .menu-search-form input::placeholder{font-size:16px}}.search-page .menu-search-inner button{right:0}.search-form .menu-search-form .filter-by-date,.search-page .menu-search-form .clear-filter,.search-page .menu-search-form select{margin:0}.search-page .menu-search-form .date-picker-wrapper .clear-filter,.search-page .menu-search-form .filter-by-date{height:30px;width:102px;border-radius:10px;border-width:1px;border-color:var(--color-border)}@media (min-width:1024px){.search-page .menu-search-form .date-picker-wrapper .clear-filter,.search-page .menu-search-form .filter-by-date{width:107px}}.search-page .menu-search-form .filter-by-date{display:flex;align-items:center;justify-content:space-between;background-color:var(--color-white)}.search-page .search-form{margin-bottom:10px;max-width:852px}.search-page .search-page-results-slot{max-width:852px;border-top-width:1px;border-top-color:var(--color-border);padding-top:20px}.search-page #input-search-button,.search-page .filter-dropdown{display:none}.search-page .date-filter-container{z-index:50}.search-page .breadcrumb-container,.search-page .mega_slot_simple_list,.search-page .mega_slot_simple_list_author,.search-page .mega_slot_simple_list_search,.search-page .mega_slot_simple_list_tag{padding-left:0;padding-right:0}.tv_first_column,.tv_five_column,.tv_four_column,.tv_one_column,.tv_second_column,.tv_third_column{padding-left:10px;padding-right:10px}@media (min-width:1270px){.tv_first_column,.tv_five_column,.tv_four_column,.tv_one_column,.tv_second_column,.tv_third_column{padding-left:0;padding-right:0}}.tv_first_column .slot-heading-div,.tv_four_column .slot-heading-div,.tv_second_column .slot-heading-div,.tv_third_column .slot-heading-div{margin-bottom:1.25rem;display:flex;height:40px;width:100%;align-items:center;justify-content:center;background-color:var(--color-border);padding-bottom:0;font-family:Titillium Web,sans-serif}.tv_first_column .slot-heading-div .slot-heading,.tv_second_column .slot-heading-div .slot-heading,.tv_third_column .slot-heading-div .slot-heading{font-size:24px;font-weight:400;color:var(--color-primary)}.tv_first_column .molecule-18 .teasers,.tv_second_column .molecule-18 .teasers,.tv_third_column .molecule-18 .teasers{margin-bottom:10px;min-height:250px!important;width:100%;border-radius:0!important;--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.tv_first_column .molecule-18 .teasers:is(.dark *),.tv_second_column .molecule-18 .teasers:is(.dark *),.tv_third_column .molecule-18 .teasers:is(.dark *){background-color:transparent}@media (min-width:1024px){.tv_first_column .molecule-18 .teasers,.tv_second_column .molecule-18 .teasers,.tv_third_column .molecule-18 .teasers{margin-bottom:0}}.tv_first_column .molecule-18 .teasers .over-title-div,.tv_second_column .molecule-18 .teasers .over-title-div,.tv_third_column .molecule-18 .teasers .over-title-div{margin-left:0;margin-right:0}.tv_first_column .molecule-18 .teasers .title-div,.tv_second_column .molecule-18 .teasers .title-div,.tv_third_column .molecule-18 .teasers .title-div{order:3;margin:10px 0 6px}.tv_first_column .molecule-18 .teasers .title-div h2,.tv_second_column .molecule-18 .teasers .title-div h2,.tv_third_column .molecule-18 .teasers .title-div h2{font-size:16px;line-height:18px;color:var(--color-primary)}@media (min-width:1024px){.tv_first_column .molecule-18 .teasers .title-div h2,.tv_second_column .molecule-18 .teasers .title-div h2,.tv_third_column .molecule-18 .teasers .title-div h2{font-size:20px;line-height:25px}}.tv_first_column .molecule-18 .teasers .title-div .crown-icon,.tv_first_column .molecule-18 .teasers .title-div .specials-tag,.tv_second_column .molecule-18 .teasers .title-div .crown-icon,.tv_second_column .molecule-18 .teasers .title-div .specials-tag,.tv_third_column .molecule-18 .teasers .title-div .crown-icon,.tv_third_column .molecule-18 .teasers .title-div .specials-tag{display:none}.tv_first_column .molecule-18 .teasers .content,.tv_second_column .molecule-18 .teasers .content,.tv_third_column .molecule-18 .teasers .content{margin-left:0;margin-right:0;margin-top:0}.tv_first_column .molecule-18 .teasers .content .teaser-sub-text,.tv_second_column .molecule-18 .teasers .content .teaser-sub-text,.tv_third_column .molecule-18 .teasers .content .teaser-sub-text{margin-bottom:10px;font-size:15px;line-height:20px;color:var(--color-secondary)}@media (min-width:1024px){.tv_first_column .molecule-18 .teasers .content .teaser-sub-text,.tv_second_column .molecule-18 .teasers .content .teaser-sub-text,.tv_third_column .molecule-18 .teasers .content .teaser-sub-text{margin-bottom:0}}.tv_first_column .molecule-18 .teasers .teaser-footer,.tv_second_column .molecule-18 .teasers .teaser-footer,.tv_third_column .molecule-18 .teasers .teaser-footer{display:none}.tv_first_column .molecule-18 .teasers .thumbnail .image-container,.tv_second_column .molecule-18 .teasers .thumbnail .image-container,.tv_third_column .molecule-18 .teasers .thumbnail .image-container{height:100%;width:100%}.tv_first_column .molecule-17 .teasers,.tv_second_column .molecule-17 .teasers,.tv_third_column .molecule-17 .teasers{margin-bottom:10px;width:100%;border-radius:0!important;--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.tv_first_column .molecule-17 .teasers:is(.dark *),.tv_second_column .molecule-17 .teasers:is(.dark *),.tv_third_column .molecule-17 .teasers:is(.dark *){background-color:transparent}@media (min-width:1024px){.tv_first_column .molecule-17 .teasers,.tv_second_column .molecule-17 .teasers,.tv_third_column .molecule-17 .teasers{margin-bottom:0}}.tv_first_column .molecule-17 .teasers .over-title-div,.tv_second_column .molecule-17 .teasers .over-title-div,.tv_third_column .molecule-17 .teasers .over-title-div{margin-left:0;margin-right:0}.tv_first_column .molecule-17 .teasers .thumbnail .image-container,.tv_second_column .molecule-17 .teasers .thumbnail .image-container,.tv_third_column .molecule-17 .teasers .thumbnail .image-container{height:100%}.tv_first_column .molecule-17 .teasers .teaser-footer,.tv_second_column .molecule-17 .teasers .teaser-footer,.tv_third_column .molecule-17 .teasers .teaser-footer{display:none}.tv_first_column .molecule-17 .teasers .title-div,.tv_second_column .molecule-17 .teasers .title-div,.tv_third_column .molecule-17 .teasers .title-div{order:3;margin:5px 0 0}.tv_first_column .molecule-17 .teasers .title-div .teaser-head-text,.tv_second_column .molecule-17 .teasers .title-div .teaser-head-text,.tv_third_column .molecule-17 .teasers .title-div .teaser-head-text{font-size:15px;line-height:19px;color:var(--color-primary)}.tv_first_column .keyword-line,.tv_first_column .molecule-17 .teasers .title-div .crown-icon,.tv_first_column .molecule-17 .teasers .title-div .specials-tag,.tv_first_column .over-title .keyword-main,.tv_second_column .keyword-line,.tv_second_column .molecule-17 .teasers .title-div .crown-icon,.tv_second_column .molecule-17 .teasers .title-div .specials-tag,.tv_second_column .over-title .keyword-main,.tv_third_column .keyword-line,.tv_third_column .molecule-17 .teasers .title-div .crown-icon,.tv_third_column .molecule-17 .teasers .title-div .specials-tag,.tv_third_column .over-title .keyword-main{display:none}.tv_first_column .over-title .keyword-text,.tv_second_column .over-title .keyword-text,.tv_third_column .over-title .keyword-text{padding-left:0;font-size:15px;font-weight:400;text-transform:none;line-height:22.5px;color:var(--color-tvSection);font-family:Titillium Web,sans-serif}.tv_first_column .keyword-text .keyword-link:hover,.tv_second_column .keyword-text .keyword-link:hover,.tv_third_column .keyword-text .keyword-link:hover{color:var(--color-tvSection)}.tv_first_column .keyword-tv-line,.tv_second_column .keyword-tv-line,.tv_third_column .keyword-tv-line{margin-right:6px;display:block;border-color:var(--color-tvSection);padding-left:6px}.tv_first_column .over-title-div,.tv_second_column .over-title-div,.tv_third_column .over-title-div{margin-bottom:0;margin-top:5px;justify-content:flex-start}.tv_first_column .over-title-div .posted-time .time-text,.tv_second_column .over-title-div .posted-time .time-text,.tv_third_column .over-title-div .posted-time .time-text{display:none}.tv_first_column .over-title-div .date-text,.tv_second_column .over-title-div .date-text,.tv_third_column .over-title-div .date-text{display:block;font-size:14px;line-height:21px;font-family:Titillium Web,sans-serif}.tv_first_column .teaser-head-text,.tv_second_column .teaser-head-text,.tv_third_column .teaser-head-text{font-size:15px;line-height:19px}.tv_first_column .molecule-19 .teasers,.tv_second_column .molecule-19 .teasers,.tv_third_column .molecule-19 .teasers{border-radius:0!important;background-color:transparent;--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.tv_first_column .molecule-19 .atom-3:not(:last-child),.tv_second_column .molecule-19 .atom-3:not(:last-child),.tv_third_column .molecule-19 .atom-3:not(:last-child){margin-bottom:10px;border-bottom-width:1px!important;border-bottom-color:var(--color-border)!important;padding-bottom:5px}.tv_first_column .molecule-19 .teasers .content,.tv_second_column .molecule-19 .teasers .content,.tv_third_column .molecule-19 .teasers .content{padding-left:0;padding-right:0}.tv_first_column .molecule-19 .teasers .teaser-footer,.tv_second_column .molecule-19 .teasers .teaser-footer,.tv_third_column .molecule-19 .teasers .teaser-footer{display:none}.tv_first_column .molecule-19 .teasers .title-div,.tv_second_column .molecule-19 .teasers .teaser-footer,.tv_third_column .molecule-19 .teasers .teaser-footer{margin-top:5px}.tv_first_column .molecule-19 .teasers .title-div .crown-icon,.tv_first_column .molecule-19 .teasers .title-div .specials-tag,.tv_second_column .molecule-19 .teasers .title-div .crown-icon,.tv_second_column .molecule-19 .teasers .title-div .specials-tag,.tv_third_column .molecule-19 .teasers .title-div .crown-icon,.tv_third_column .molecule-19 .teasers .title-div .specials-tag{display:none}.tv_first_column .molecule-19 .teasers .title-div .teaser-head-text,.tv_second_column .molecule-19 .teasers .title-div .teaser-head-text,.tv_third_column .molecule-19 .teasers .title-div .teaser-head-text{font-size:15px;font-weight:400;line-height:19px;color:var(--color-primary)}.tv_first_column .molecule-17 .teasers .teaser-head-text,.tv_first_column .molecule-19 .teasers .teaser-head-text,.tv_second_column .molecule-17 .teasers .teaser-head-text,.tv_second_column .molecule-19 .teasers .teaser-head-text,.tv_third_column .molecule-17 .teasers .teaser-head-text,.tv_third_column .molecule-19 .teasers .teaser-head-text{font-weight:400}.tv_four_column .molecule-21 .teasers{min-height:250px;width:100%;border-radius:0!important;--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.tv_four_column .molecule-21 .teasers:is(.dark *){background-color:transparent}@media (min-width:1280px){.tv_four_column .molecule-21 .teasers{width:280px}}.tv_four_column .molecule-21 .teasers .over-title-div{margin-left:0;margin-right:0;margin-top:5px}.tv_four_column .molecule-21 .teasers .title-div{order:3;margin:0 0 6px}.tv_four_column .molecule-21 .teasers .title-div h2{font-size:16px;line-height:20px;color:var(--color-primary)}.tv_four_column .molecule-21 .teasers .title-div .crown-icon,.tv_four_column .molecule-21 .teasers .title-div .specials-tag{display:none}.tv_four_column .molecule-21 .teasers .content{margin-left:0;margin-right:0;margin-top:0}.tv_four_column .molecule-21 .teasers .content .teaser-sub-text{margin-bottom:10px;font-size:15px;line-height:20px;color:var(--color-secondary)}@media (min-width:1024px){.tv_four_column .molecule-21 .teasers .content .teaser-sub-text{margin-bottom:0}}.tv_four_column .molecule-21 .teasers .teaser-footer{display:none}.tv_four_column .molecule-21 .teasers .thumbnail .image-container{height:100%;width:100%}.tv_four_column .keyword-line,.tv_four_column .keyword-main{display:none}.tv_four_column .over-title .keyword-text{padding-left:0;font-size:15px;font-weight:400;text-transform:none;line-height:22.5px;color:var(--color-tvSection);font-family:Titillium Web,sans-serif}.tv_four_column .keyword-text .keyword-link:hover{color:var(--color-tvSection)}.tv_four_column .keyword-tv-line{margin-right:6px;display:block;border-color:var(--color-tvSection);padding-left:6px}.tv_four_column .over-title-div{margin-bottom:0;margin-top:0;justify-content:flex-start;padding-bottom:.25rem}.tv_four_column .over-title-div .posted-time .time-text{display:none}.tv_four_column .over-title-div .date-text{display:block;font-size:14px;line-height:21px;font-family:Titillium Web,sans-serif}.tv_four_column .teaser-head-text{font-size:15px;font-weight:400;line-height:19px}.tv_five_column{padding-left:10px;padding-right:10px}@media (min-width:1024px){.tv_five_column{padding:0}}.tv_five_column .molecule-28{min-width:0;flex:1 1 0%}.tv_five_column .molecule-28 .teasers{min-height:220px;width:100%;overflow:hidden;border-radius:10px;background-color:transparent;--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.tv_five_column .molecule-28 .teasers .over-title-div{margin-left:0;margin-right:0}.tv_five_column .molecule-28 .teasers .title-div{order:3;margin:10px 0 0}.tv_five_column .molecule-28 .teasers .title-div h2{font-size:16px;font-weight:500;line-height:20px;color:var(--color-primary)}.tv_five_column .molecule-28 .teasers .content{margin-left:0;margin-right:0;margin-top:0}.tv_five_column .molecule-28 .teasers .content .teaser-sub-text{margin-bottom:10px;font-size:15px;line-height:20px;color:var(--color-secondary)}@media (min-width:1024px){.tv_five_column .molecule-28 .teasers .content .teaser-sub-text{margin-bottom:0}}.tv_five_column .over-title-div{order:5;margin-top:5px;margin-bottom:0;display:flex;align-items:center;justify-content:flex-start;gap:6px;padding-bottom:0}.tv_five_column .keyword-main{display:none}.tv_five_column .keyword-text{display:inline-block;padding-left:0;font-size:14px;font-weight:400;text-transform:none;line-height:20px;color:var(--color-gray)}.tv_five_column .keyword-line,.tv_five_column .keyword-tv-line{display:none}.tv_five_column .over-title-div>:not(:last-child):after{content:" . ";color:var(--color-gray);font-size:4em;line-height:.1em;margin-left:.05em;margin-right:.05em;position:relative;bottom:.27em}.tv_five_column .molecule-28 .teasers .teaser-footer{display:none}.tv_five_column .molecule-28 .teasers .thumbnail .image-container{height:100%;width:100%}.tv_five_column .molecule-28 .teasers .thumbnail,.tv_five_column .molecule-28 .teasers .thumbnail img{border-radius:10px}.tv_five_column .over-title-div .posted-time .time-text{display:none}.tv_five_column .over-title-div .posted-time{display:block}.tv_five_column .over-title-div .date-text{display:block;font-size:14px;line-height:21px;color:var(--color-gray);font-family:Titillium Web,sans-serif}.slot.tv_one_column{margin:0!important;width:100%!important;padding:0}@media (min-width:1024px){.slot.tv_one_column{max-width:23.13%!important}}.tv_one_column{margin:0!important;width:100%!important;padding-left:10px;padding-right:10px}@media (min-width:1024px){.tv_one_column{max-width:289px!important;padding:0}}.tv_one_column .teasers{border-radius:0!important;background-color:transparent;--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.tv_one_column .content{padding:0}.tv_one_column .molecule-25 .content{order:2}.tv_one_column .molecule-25 a.teaser-image-link.thumbnail.teaser-image-small{order:1}.tv_one_column .molecule-25 .title-div{margin-top:15px}.tv_one_column .molecule-26 .teaser-title-limit{order:2;margin-left:14px;padding-bottom:3px}.tv_one_column .molecule-26 .image-inside{order:1;margin-left:0;width:100%;max-width:80px}.tv_one_column .molecule-25 a.teaser-image-link.thumbnail.teaser-image-small img,.tv_one_column .molecule-26 .image-inside img{border-radius:10px}.tv_one_column .teaser-footer{display:none}.tv_one_column{margin-bottom:25px}@media (min-width:1024px){.tv_one_column{margin-bottom:0}}.tv_one_column .teaser-content{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:5px}.tv_one_column .molecule-26 .teaser-content{gap:0}.tv-one-column .molecule-25,.tv-one-column .molecule-26:not(:last-child){margin-bottom:15px;border-bottom-width:1px!important;border-bottom-color:var(--color-border)!important;padding-bottom:5px}.tv-one-column .over-title-div{margin-bottom:5px}.tv-one-column h2{font-size:15px;font-weight:500;line-height:20px}.tv_one_column .over-title-div{margin-bottom:0;margin-top:0;padding-bottom:.25rem}.tv_one_column .molecule-25 .over-title-div{justify-content:flex-start}.tv_one_column .molecule-26 .over-title-div{margin-left:94px;justify-content:flex-start}.tv_one_column .over-title-div>:not(:last-child):after{content:" . ";color:var(--color-gray);font-size:4em;line-height:.1em;margin-left:.05em;margin-right:.05em;position:relative;bottom:.27em}.tv_one_column .over-title-div .date-text{display:block;font-size:13px}.tv_one_column .keyword-line,.tv_one_column .keyword-main,.tv_one_column .teaser-byline{display:none}.tv_four_column_1_row,.tv_four_column_1_row_small,.tv_four_column_section_fixed,.tv_four_column_section_list{padding-left:10px;padding-right:10px}@media (min-width:1024px){.tv_four_column_1_row,.tv_four_column_1_row_small,.tv_four_column_section_fixed,.tv_four_column_section_list{padding:0}}.tv-four-column-section-list .molecule-27,.tv-two-column .molecule-22{width:100%}@media (min-width:1024px){.tv-four-column-section-list .molecule-27,.tv-two-column .molecule-22{max-width:300px}}.tv-four-column-section-list .molecule-27 .teasers,.tv-two-column .molecule-22 .teasers{display:flex;width:100%;flex-direction:column;border-radius:0!important;background-color:transparent;--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.tv-four-column-section-list .teaser-image-link,.tv-two-column .teaser-image-link{order:1}.tv-four-column-section-list .content,.tv-two-column .content{position:relative;order:2;display:flex}.tv-four-column-section-list .teaser-content{display:flex;flex-direction:column}.tv-four-column-section-list .title-div,.tv-two-column .title-div{order:1;margin-bottom:0;margin-top:12px}@media (min-width:1024px){.tv-four-column-section-list .title-div,.tv-two-column .title-div{margin-bottom:8px}}.tv-four-column-section-list .title-div h2,.tv-two-column .title-div h2{font-size:16px;font-weight:500;line-height:21px}.tv-four-column-section-list .over-title-div,.tv-two-column .over-title-div{order:2}.tv-four-column-section-list .molecule-27 .over-title-div,.tv-two-column .molecule-22 .over-title-div{margin-top:10px!important;justify-content:flex-start}@media (min-width:1024px){.tv-four-column-section-list .molecule-27 .over-title-div,.tv-two-column .molecule-22 .over-title-div{margin-top:0!important}}.tv-four-column-section-list .over-title-div>:not(:last-child):after,.tv-two-column .over-title-div>:not(:last-child):after{content:" . ";color:var(--color-gray);font-size:4em;line-height:.1em;margin-left:.05em;margin-right:.05em;position:relative;bottom:.27em}.tv-four-column-section-list .over-title-div .date-text,.tv-two-column .over-title-div .date-text{display:block;font-size:13px;line-height:21px;color:var(--color-gray);font-family:Titillium Web,sans-serif}.mathrubhumi-tv-article .tv_four_column_1_row .over-title,.mathrubhumi-tv-article .tv_four_column_1_row_small .over-title,.tv-four-column-section-list .breaking-share,.tv-four-column-section-list .keyword-line,.tv-four-column-section-list .keyword-main,.tv-four-column-section-list .teaser-byline,.tv-four-column-section-list .teaser-footer,.tv-two-column .breaking-share,.tv-two-column .keyword-line,.tv-two-column .keyword-main,.tv-two-column .teaser-byline,.tv-two-column .teaser-footer,.tv_four_column_section_fixed .over-title{display:none}.tv-two-column .teaser-content.teaser-interlaced-position-2{display:flex;flex-direction:column}.tv-four-column-section-list .molecule-27 .content,.tv-four-column-section-list .molecule-27 .teaser-footer{margin:0;padding:0}.tv-four-column-section-list .over-title .keyword-text,.tv-two-column .over-title .keyword-text,.tv_one_column .over-title .keyword-text{padding-left:0!important;font-weight:400!important;text-transform:none!important}.vertical_list_3_tv{margin-left:10px;margin-right:10px;border-radius:10px;background-color:var(--color-cardMobileBg);padding-left:10px;padding-right:10px}.vertical_list_3_tv:is(.dark *){border-style:none}@media (min-width:1024px){.vertical_list_3_tv{border-width:1px;border-color:var(--color-border)}}@media (min-width:1270px){.vertical_list_3_tv{margin-left:0;margin-right:0}}.vertical_list_3_tv .content{padding:10px 5px}.vertical_list_3_tv .vertical-list-element .teasers .content{padding-top:0;padding-bottom:0}.tv_four_column_1_row_small .teasers .content h2,.vertical_list_3_tv .vertical-list-element .teasers .content h2{font-size:15px;font-weight:500;line-height:20px}.vertical_list_3_tv .vertical-list-element .over-title-div{display:none}.vertical_list_3_tv .vertical-list-element{border-style:none;background-color:transparent;padding:0;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tv_four_column_1_row_small .slot-heading,.vertical_list_3_tv .slot-heading{font-size:16px!important;font-weight:700}.tv_five_column .slot-heading-div,.tv_four_column_1_row .slot-heading-div,.tv_four_column_1_row_small .slot-heading-div,.tv_one_column .slot-heading-div,.vertical_list_3_tv .slot-heading-div{margin-bottom:15px;border-style:none;padding:0}.tv_four_column_1_row_small{padding-left:10px;padding-right:10px}@media (min-width:1270px){.tv_four_column_1_row_small{padding-left:0;padding-right:0}}.tv_four_column_1_row .slot-heading{font-size:18px;font-weight:700}@media (min-width:500px) and (max-width:1232px){.tv_five_column,.tv_four_column_1_row,.tv_four_column_1_row_small,.tv_four_column_section_fixed,.tv_four_column_section_list,.tv_one_column{padding-left:10px;padding-right:10px}}.iframe_container{padding-left:10px;padding-right:10px}@media (min-width:1270px){.iframe_container{padding-left:0;padding-right:0}}.iframe_container .slot-heading-div{margin-bottom:.5rem;border-style:none;padding-bottom:0}.iframe_container .slot-heading-div .slot-heading{font-size:19px;font-weight:700}@media (min-width:1024px){.iframe_container .slot-heading-div .slot-heading{font-size:24px}}.vertical_slider_tv{padding-left:15px;padding-right:15px}@media (min-width:1270px){.vertical_slider_tv{padding-left:0;padding-right:0}}.vertical_slider_tv .crown-icon,.vertical_slider_tv .keyword-line,.vertical_slider_tv .over-title .keyword-main,.vertical_slider_tv .slot-heading-div,.vertical_slider_tv .specials-tag,.vertical_slider_tv .swiper-pagination,.vertical_slider_tv .teaser-byline,.vertical_slider_tv .teaser-footer{display:none}.vertical_slider_tv .over-title .keyword-text{padding-left:0;font-size:15px;font-weight:400;text-transform:none;line-height:22.5px;color:var(--color-tvSection);font-family:Titillium Web,sans-serif}.vertical_slider_tv .keyword-text .keyword-link:hover{color:var(--color-tvSection)}.vertical_slider_tv .keyword-tv-line{margin-right:6px;display:block;border-color:var(--color-tvSection);padding-left:6px}.vertical_slider_tv .swiper-wrapper{max-height:340px}@media (min-width:1024px){.vertical_slider_tv .swiper-wrapper{max-height:394px}}.vertical_slider_tv .swiper-slide{min-width:100%;border-style:none}.vertical_slider_tv .teasers{flex-direction:row-reverse;justify-content:flex-end}.vertical_slider_tv .teasers .thumbnail{min-width:35%}@media (min-width:1024px){.vertical_slider_tv .teasers .thumbnail{min-width:189px;max-width:189px}}.vertical_slider_tv .thumbnail img{min-height:118px}.vertical_slider_tv .teasers .content{padding:10px 10px 10px 12.5px}.vertical_slider_tv .over-title-div{margin-bottom:0;margin-top:0;justify-content:flex-start;padding-bottom:.25rem}.vertical_slider_tv .over-title-div .posted-time .time-text{display:none}.vertical_slider_tv .over-title-div .date-text{display:block;font-size:14px;line-height:21px;font-family:Titillium Web,sans-serif}.vertical_slider_tv .teaser-head-text{font-size:15px;font-weight:400;line-height:19px}.vertical_slider_tv .tv-vertical-icons svg{height:1.5rem;width:1.5rem}.single-carousel{width:100%}.single-carousel__heading{margin-bottom:1rem;font-size:16px;font-weight:700;text-transform:uppercase;line-height:100%;color:var(--color-tvHeaderAccent)}.single-carousel__viewport{overflow:hidden;border-radius:10px;background-color:var(--color-tvBg);padding:1rem}.single-carousel__swiper{width:100%}.single-carousel__swiper .swiper-wrapper{align-items:stretch}.single-carousel__swiper .swiper-slide{height:auto}.molecule-29,.single-carousel__card{display:flex;height:100%;flex-direction:column;overflow:hidden;border-top-left-radius:10px;border-top-right-radius:10px}.molecule-29{background-color:var(--color-tvBg)}.single-carousel__link{display:flex;height:100%;flex-direction:column;gap:1rem;color:var(--color-primary);text-decoration-line:none}.single-carousel__media{position:relative;background-color:var(--color-background)}.single-carousel__image-container,.single-carousel__media{overflow:hidden;border-radius:10px}.single-carousel__image{transition-property:transform;transition-duration:1s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.single-carousel__duration{position:absolute;bottom:.75rem;right:.75rem;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(17 17 17/var(--tw-bg-opacity));padding:.25rem .75rem;font-size:12px;font-weight:600;line-height:1;color:var(--color-white);--tw-shadow:0 4px 16px rgba(0,0,0,.35);--tw-shadow-colored:0 4px 16px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.single-carousel__content{display:flex;flex:1 1 0%;flex-direction:column;gap:1rem;padding-left:0;padding-right:0;padding-top:0}.single-carousel__title{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-family:Noto Sans Malayalam,Roboto,sans-serif;font-size:13px;font-weight:500;line-height:1.3;color:var(--color-primary)}@media (min-width:1024px){.single-carousel__title{font-size:15px}}.single-carousel__meta{display:flex;align-items:center;gap:.25rem;font-size:13px;font-weight:400;line-height:100%;color:var(--color-gray)}.single-carousel__footer{margin-top:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.single-carousel__pagination{display:flex;min-height:10px;align-items:center;gap:.25rem}.single-carousel__pagination .swiper-pagination-bullet{margin:0!important;height:6px;width:6px;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(59 59 59/var(--tw-bg-opacity));opacity:1;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.single-carousel__pagination .swiper-pagination-bullet-active{width:.75rem;--tw-bg-opacity:1;background-color:rgb(199 199 199/var(--tw-bg-opacity))}.single-carousel__nav{display:flex;align-items:center;gap:.75rem}.single-carousel__nav-button{display:flex;height:2rem;width:2.5rem;align-items:center;justify-content:center;border-radius:15px;border-width:1px;border-color:var(--color-tvDivider);background-color:transparent;color:var(--color-secondary);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.single-carousel__nav-button:hover{--tw-border-opacity:1;border-color:rgb(139 139 139/var(--tw-border-opacity));color:var(--color-primary)}.single-carousel__nav-button.swiper-button-disabled{cursor:not-allowed;opacity:.4}.slot:has(.tv_two_column_element):has(.tv_numbered_list){.grid-view{gap:20px}@media (min-width:1270px){.grid-view{gap:40px}}}.slot:has(.tv_live_element):has(.vertical_slider_tv){.grid-view{gap:25px}@media (min-width:1024px){.grid-view{gap:5px}}@media (min-width:1270px){.grid-view{gap:25px}}}.numbered_list,.tv_numbered_list{padding-left:10px;padding-right:10px}@media (min-width:1270px){.numbered_list,.tv_numbered_list{padding-left:0;padding-right:0}}.tv_numbered_list .crown-icon,.tv_numbered_list .over-title-div,.tv_numbered_list .specials-tag,.tv_numbered_list .teaser-footer{display:none}.tv_numbered_list .teaser-head-text{font-size:15px;font-weight:400;line-height:19px}.tv_numbered_list .teasers{background-color:transparent;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tv_numbered_list .teasers .content{padding-left:.5rem;padding-right:.5rem}@media (min-width:1024px){.tv_numbered_list .teasers .content{padding-left:0;padding-right:0}}.tv_two_column_element{padding-left:10px;padding-right:10px}@media (min-width:1270px){.tv_two_column_element{padding-left:0;padding-right:0}}.tv_two_column_element .crown-icon,.tv_two_column_element .specials-tag,.tv_two_column_element .teaser-footer{display:none}.tv_two_column_element .teasers{flex-direction:column-reverse;background-color:transparent;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tv_two_column_element .teaser-head-text{font-size:15px;font-weight:400;line-height:19px}.tv_live_element,.tv_two_column_element .teasers .content{padding-left:0;padding-right:0}.tv_live_element iframe{width:100%}.tv_live_element .content,.tv_live_element .content .tv-live-element{height:100%}.tv_live_element .content .tv-live-element iframe{height:270px}@media (min-width:1024px){.tv_live_element .content .tv-live-element iframe{height:100%}}.tv_live_element video{-o-object-fit:cover;object-fit:cover}.tv_simple_list{padding-left:10px;padding-right:10px}@media (min-width:1270px){.tv_simple_list{padding-left:0;padding-right:0}}.tv_simple_list .simple-list-view .teasers{display:flex;flex-direction:column-reverse;justify-content:flex-end;background-color:transparent;padding-top:0;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}@media (min-width:1024px){.tv_simple_list .simple-list-view .teasers{margin-bottom:25px;flex-direction:row-reverse;border-top-width:1px;border-top-color:var(--color-border);padding-top:20px}}.tv_simple_list .simple-list-view .teaser-content{max-width:605px}@media (min-width:1024px){.tv_simple_list .simple-list-view .teaser-content{margin-left:12.5px;padding-left:12.5px;padding-right:12.5px}}.tv_simple_list .simple-list-view .teasers>.content,.tv_simple_list .tv-top-column .teasers>.content{padding-left:0;padding-right:0}.tv_simple_list .simple-list-view .teasers .thumbnail{width:100%}@media (min-width:1024px){.tv_simple_list .simple-list-view .teasers .thumbnail{max-width:290px}}.tv_simple_list .simple-list-view .thumbnail .teaser-image-link{display:block;height:100%}.tv_simple_list .simple-list-view .thumbnail .image-container{height:100%}.tv_simple_list .simple-list-view .over-title .keyword-text{padding-left:0;font-size:14px;font-weight:400;text-transform:none;line-height:22.5px;color:var(--color-tvSection);font-family:Titillium Web,sans-serif}.tv_simple_list .simple-list-view .keyword-link:hover{color:var(--color-tvSection)}.tv_simple_list .simple-list-view .keyword-tv-line{margin-right:6px;display:block;border-color:var(--color-tvSection);padding-left:6px}.tv_simple_list .simple-list-view .over-title-div{margin-bottom:0;margin-top:0;justify-content:flex-start;padding-top:.25rem;padding-bottom:5px}@media (min-width:1024px){.tv_simple_list .simple-list-view .over-title-div{padding-top:0}}.tv_simple_list .simple-list-view .teaser-sub-text{display:none;font-size:15px;font-weight:400;line-height:19px}@media (min-width:1024px){.tv_simple_list .simple-list-view .teaser-sub-text{display:block}}.tv_simple_list .keyword-line,.tv_simple_list .keyword-main,.tv_simple_list .over-title-div .posted-time .time-text,.tv_simple_list .slot-heading-div,.tv_simple_list .teasers .teaser-content .teaser-footer,.tv_simple_list .teasers .thumbnail .thumb-icon,.tv_simple_list .title-div .crown-icon,.tv_simple_list .title-div .specials-tag{display:none}.tv_simple_list .over-title-div .date-text{display:block;font-size:14px;line-height:21px;font-family:Titillium Web,sans-serif}.tv_simple_list .title-div{margin-bottom:5px}.tv_simple_list .teaser-head-text{padding-top:5px;font-size:14px;font-weight:400;line-height:18px}@media (min-width:1024px){.tv_simple_list .teaser-head-text{padding-top:0;font-size:21px;line-height:26px}}.tv_simple_list .tv-top-column .over-title-div{display:none}.tv_simple_list .simple-list-column .teasers{margin:0}.tv_simple_list .simple-list-column .teaser-content,.tv_simple_list .simple-list-row .teaser-content{margin-left:0;padding:0}.tv_simple_list .tv-top-column .molecule-23 .teasers,.tv_simple_list .tv-top-column .molecule-24 .teasers{display:flex;flex-direction:column-reverse;background-color:transparent;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tv_simple_list .tv-top-column .molecule-23 .teaser-text{display:none}.tv_simple_list .molecule-23 .thumbnail,.tv_simple_list .simple-list-column .molecule-24 .thumbnail{width:100%}.tv_simple_list .simple-list-column .molecule-24 .thumbnail img{height:100%}.tv_simple_list .molecule-24 .title-div{margin-top:10px;margin-bottom:6px}.tv_simple_list .tv-top-column .molecule-23 .title-div{margin-bottom:0;margin-top:.5rem}.tv_simple_list .molecule-24 .teaser-head-text{font-size:16px;line-height:21px}@media (min-width:1024px){.tv_simple_list .molecule-24 .teaser-head-text{font-size:20px;line-height:25px}}.tv_simple_list .tv-top-column .molecule-23 .teaser-head-text{font-size:14px;line-height:18px}.tv_simple_list .tv-top-column .teaser-sub-text{display:block;font-size:14px;font-weight:400;line-height:19px}@media (min-width:1024px){.tv_simple_list .tv-top-column .teaser-sub-text{font-size:15px}}.tv-homepage .slot-heading,.tv-homepage .slot-heading-div,.tv-sections .slot-heading,.tv-sections .slot-heading-div{font-size:18px;font-weight:700!important;font-family:Lato,sans-serif}.tv-homepage .over-title-div,.tv-sections .over-title-div{font-weight:400!important;font-family:Lato,sans-serif}.tv_numbered_list .slot-heading-div,.tv_two_column_element .slot-heading-div{margin-bottom:15px;border-style:none;padding:0;font-size:20px}.tv_numbered_list .slot-heading,.tv_one_column .slot-heading,.tv_two_column_element .slot-heading{font-size:20px}.key-updates .swiper-slide{margin-right:10px;height:180px;min-width:320px;max-width:320px;border-width:1px;border-color:var(--color-border);background-color:var(--color-background);padding:1.25rem}@media (min-width:1024px){.key-updates .swiper-slide{margin-right:1rem}.live-blog-event-date .ist-label{font-size:11px!important}}.live-blog-event-date .time-text{font-size:12px;line-height:14px}@media (min-width:1024px){.live-blog-event-date .time-text{font-weight:500}.live-blog-event-date .border-line{display:none}}.live-blog-body ol,.live-blog-body p,.live-blog-body ul{font-size:15px;font-weight:400;line-height:22px;color:var(--color-secondary)}.live-blog-body ol,.live-blog-body ul{margin-left:.75rem;list-style-type:disc}.live-blog-body figure{padding-left:0;padding-right:0;padding-bottom:1.25rem}.live-blog-body .full-screen,.live-blog-body figcaption{display:none}.ama-page .swiper-slide{min-width:90px!important;max-width:100px;border-style:none}.ama-page .swiper-pagination{display:none}.ama-page .ama-card:hover .ama-image{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.mobile-logo-container{width:235px}@media (max-width:1024px){.grihalakshmi .mobile-logo-container{width:140px!important}}@media (min-width:320px) and (max-width:355px){.mobile-logo-container{width:200px!important}}@media (min-width:200px) and (max-width:319px){.mobile-logo-container{width:150px!important}}.placeholder{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;z-index:1}.placeholder-img{background-image:url(/images/placeholderimg.webp)}.ace-image-inner{display:block;box-sizing:border-box;padding:0;width:100%;height:100%}.yarl__toolbar .yarl__button svg{width:24px!important;height:24px!important;color:#999!important}.yarl__toolbar .yarl__button:hover{svg{color:#fff!important}}@media (max-width:767px){.lightbox-caption{left:0!important;right:0!important;width:100%!important;transform:translateX(0)!important;padding-inline:10px!important;text-align:center!important}}.interstital-ad{position:fixed;top:1%;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;pointer-events:none;z-index:999999}.interstital-ad>*{pointer-events:auto;position:relative}#shoskele_div1{float:none!important}.numbered_list_25_week .most-read,.numbered_list_day .most-read,.numbered_list_month .most-read,.numbered_list_week .most-read{align-items:center;border-bottom-width:1px;border-color:var(--color-border);padding-top:1rem!important;padding-bottom:1rem!important}.numbered_list_25_week,.numbered_list_day,.numbered_list_month,.numbered_list_week{padding-left:10px;padding-right:10px}@media (min-width:1270px){.numbered_list_25_week,.numbered_list_day,.numbered_list_month,.numbered_list_week{padding-left:0;padding-right:0}}.numbered_list_25_week{max-width:852px}.tv_numbered_list .most-read:not(:last-child){margin-bottom:.5rem!important;border-bottom-width:1px;border-color:var(--color-border);padding-bottom:.75rem!important}

/*!* Responsive positioning based on screen width *!
@media (max-width: 768px) {
  .interstital-ad {
    left: 0%;
    margin-left: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .interstital-ad {
    left: 6%;
    margin-left: -60px;
  }
}

@media (min-width: 1024px) and (max-width: 1123px) {
  .interstital-ad {
    left: 7%;
    margin-left: -60px;
  }
}

@media (min-width: 1124px) and (max-width: 1319px) {
  .interstital-ad {
    left: 10%;
    margin-left: -60px;
  }
}

@media (min-width: 1320px) and (max-width: 1499px) {
  .interstital-ad {
    left: 18%;
    margin-left: -60px;
  }
}

@media (min-width: 1500px) {
  .interstital-ad {
    left: 45%;
    margin-left: -400px;
    top: 215px;
  }
}*/.custom-scrollbar::-webkit-scrollbar{height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#9ca3af;border-radius:9999px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#6b7280}#jw-vertical-video.vertical-video-wrapper{margin:0!important;padding:10px 0!important}.qikz_same_window{padding:0 10px}#jw-vertical-video .player-wrapper .jw-title-primary.jw-reset-text,.jw-vertical-video-fullscreen .vertical-video-element .jw-title-primary.jw-reset-text,.jw-vertical-video-fullscreen .vertical-video-element .jw-title-secondary.jw-reset-text{font-family:Noto Sans Malayalam,Roboto,sans-serif!important}.jw-vertical-video-fullscreen .vertical-video-element .jw-title-primary.jw-reset-text{line-clamp:4!important;-webkit-line-clamp:4!important}.jw-vertical-video-fullscreen .vertical-video-element .jw-title-secondary.jw-reset-text{display:none!important}#jw-vertical-video-overlay{z-index:9999999999!important}#jw-vertical-video .navigation-button{color:#fff!important;background:#000!important;opacity:.9;box-shadow:0 2px 5px rgba(0,0,0,.2)}#jw-vertical-video .navigation-icon{width:10px!important;height:10px!important}#jw-vertical-video .swiper-button-next{right:-4px!important}#jw-vertical-video .swiper-button-prev{left:-4px!important}.jw-shelf-widget .jw-related-shelf-item .jw-related-shelf-item-title{font-family:Noto Sans Malayalam,Roboto,sans-serif!important}div.navmenu-links nav.navbar ul li a,div.topmenu-links nav ul li a{display:flex!important;align-items:center;gap:2px}div.navmenu-links nav.navbar ul li a.SPECIAL_COVERAGE:after,div.topmenu-links nav ul li a.SPECIAL_COVERAGE:after{content:"New";font-size:10px;font-weight:500;text-transform:uppercase;color:#fff;background-color:#e53935;width:30px;border-radius:8px;height:15px;display:flex;align-items:center;justify-content:center;line-height:normal}.home-page.tv-sections .ace-times-origins-layout{width:100%;max-width:1232px;margin:auto;flex-direction:row!important;flex-wrap:wrap;justify-content:center;gap:1.8rem!important}@media (max-width:1154px){.home-page.tv-sections .ace-times-origins-layout{gap:1rem!important}}@media (min-width:1024px){.one_by_two_column_grid .grid-view .column-0{width:100%;max-width:28%}.one_by_two_column_grid .grid-view .column-1{width:100%;max-width:72%}}@media (max-width:1023px){.home-page.tv-sections .ace-times-origins-layout{max-width:500px;margin:auto}.one_by_two_column_grid .grid-view .column-0,.one_by_two_column_grid .grid-view .column-1{max-width:100%}}.placeholder\:text-secondary::-moz-placeholder{color:var(--color-secondary)}.placeholder\:text-secondary::placeholder{color:var(--color-secondary)}.last\:mb-0:last-child{margin-bottom:0}.last\:border-none:last-child{border-style:none}.hover\:border-accent:hover{border-color:var(--color-accent)}.hover\:border-grayColor:hover{border-color:var(--color-gray)}.hover\:bg-\[\#005c91\]:hover{--tw-bg-opacity:1;background-color:rgb(0 92 145/var(--tw-bg-opacity))}.hover\:bg-accent:hover{background-color:var(--color-accent)}.hover\:bg-bgColor:hover{background-color:var(--color-background)}.hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity))}.hover\:bg-borderColor:hover{background-color:var(--color-border)}.hover\:bg-transparent:hover{background-color:transparent}.hover\:text-accent:hover{color:var(--color-accent)}.hover\:text-primary:hover{color:var(--color-primary)}.hover\:text-secondary:hover{color:var(--color-secondary)}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-90:hover{opacity:.9}.focus\:border-primary:focus{border-color:var(--color-primary)}.focus\:bg-light:focus{background-color:var(--color-white)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.group:hover .group-hover\:scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:bg-redDark{background-color:var(--color-redDark)}.group:active .group-active\:scale-\[0\.98\]{--tw-scale-x:0.98;--tw-scale-y:0.98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.dark\:block:is(.dark *){display:block}.dark\:hidden:is(.dark *){display:none}.dark\:border:is(.dark *){border-width:1px}.dark\:bg-\[\#121212\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(18 18 18/var(--tw-bg-opacity))}.dark\:bg-\[\#212529\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(33 37 41/var(--tw-bg-opacity))}.dark\:bg-bgColor:is(.dark *){background-color:var(--color-background)}@media not all and (min-width:1270px){.max-psd\:px-\[10px\]{padding-left:10px;padding-right:10px}}@media not all and (min-width:1024px){.max-lg\:hidden{display:none}.max-lg\:max-w-\[200px\]{max-width:200px}}@media not all and (min-width:768px){.max-md\:hidden{display:none}}@media not all and (min-width:610px){.max-arb\:px-\[10px\]{padding-left:10px;padding-right:10px}}@media (min-width:324px){.ssd\:block{display:block}}@media (min-width:610px){.arb\:right-\[20px\]{right:20px}.arb\:rounded-\[10px\]{border-radius:10px}.arb\:px-0{padding-left:0;padding-right:0}.arb\:px-\[10px\]{padding-left:10px;padding-right:10px}}@media (min-width:640px){.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:mr-4{margin-right:1rem}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:w-\[60\%\]{width:60%}.sm\:flex-1{flex:1 1 0%}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:px-4{padding-left:1rem;padding-right:1rem}}@media (min-width:768px){.md\:block{display:block}.md\:h-\[655px\]{height:655px}.md\:text-base{font-size:1rem;line-height:1.5rem}}@media (min-width:1024px){.lg\:absolute{position:absolute}.lg\:bottom-\[5px\]{bottom:5px}.lg\:left-0{left:0}.lg\:left-\[174\.5px\]{left:174.5px}.lg\:left-\[95px\]{left:95px}.lg\:right-\[20px\]{right:20px}.lg\:right-\[82px\]{right:82px}.lg\:top-\[35px\]{top:35px}.lg\:top-\[37px\]{top:37px}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:order-3{order:3}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:mb-0{margin-bottom:0}.lg\:mb-\[15px\]{margin-bottom:15px}.lg\:mb-\[16px\]{margin-bottom:16px}.lg\:mb-\[20px\]{margin-bottom:20px}.lg\:mb-\[25px\]{margin-bottom:25px}.lg\:mb-\[30px\]{margin-bottom:30px}.lg\:mb-\[50px\]{margin-bottom:50px}.lg\:ml-2{margin-left:.5rem}.lg\:ml-\[20px\]{margin-left:20px}.lg\:ml-\[25px\]{margin-left:25px}.lg\:ml-\[30px\]{margin-left:30px}.lg\:mr-0{margin-right:0}.lg\:mt-0{margin-top:0}.lg\:mt-1{margin-top:.25rem}.lg\:mt-2{margin-top:.5rem}.lg\:mt-6{margin-top:1.5rem}.lg\:mt-8{margin-top:2rem}.lg\:mt-\[16px\]{margin-top:16px}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:h-8{height:2rem}.lg\:h-\[145px\]{height:145px}.lg\:h-\[32px\]{height:32px}.lg\:h-\[60px\]{height:60px}.lg\:h-\[80px\]{height:80px}.lg\:h-full{height:100%}.lg\:max-h-\[122px\]{max-height:122px}.lg\:max-h-\[32px\]{max-height:32px}.lg\:max-h-\[60px\]{max-height:60px}.lg\:max-h-\[655px\]{max-height:655px}.lg\:min-h-\[122px\]{min-height:122px}.lg\:min-h-\[250px\]{min-height:250px}.lg\:min-h-\[60px\]{min-height:60px}.lg\:min-h-\[655px\]{min-height:655px}.lg\:w-8{width:2rem}.lg\:w-\[150px\]{width:150px}.lg\:w-\[163px\]{width:163px}.lg\:w-\[22\%\]{width:22%}.lg\:w-\[450px\]{width:450px}.lg\:w-\[60px\]{width:60px}.lg\:w-\[610px\]{width:610px}.lg\:w-max{width:-moz-max-content;width:max-content}.lg\:\!min-w-\[300px\]{min-width:300px!important}.lg\:min-w-\[242px\]{min-width:242px}.lg\:min-w-\[264px\]{min-width:264px}.lg\:min-w-\[350px\]{min-width:350px}.lg\:\!max-w-\[300px\]{max-width:300px!important}.lg\:max-w-\[100px\]{max-width:100px}.lg\:max-w-\[1024px\]{max-width:1024px}.lg\:max-w-\[1232px\]{max-width:1232px}.lg\:max-w-\[240px\]{max-width:240px}.lg\:max-w-\[260px\]{max-width:260px}.lg\:max-w-\[264px\]{max-width:264px}.lg\:max-w-\[289px\]{max-width:289px}.lg\:max-w-\[300px\]{max-width:300px}.lg\:max-w-\[326px\]{max-width:326px}.lg\:max-w-\[336px\]{max-width:336px}.lg\:max-w-\[60px\]{max-width:60px}.lg\:max-w-\[728px\]{max-width:728px}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-\[1fr_1fr_1fr_1fr\]{grid-template-columns:1fr 1fr 1fr 1fr}.lg\:grid-cols-\[2fr_1fr\]{grid-template-columns:2fr 1fr}.lg\:grid-cols-\[minmax\(0\2c 1\.1fr\)_minmax\(0\2c 1\.9fr\)\]{grid-template-columns:minmax(0,1.1fr) minmax(0,1.9fr)}.lg\:flex-row{flex-direction:row}.lg\:flex-col{flex-direction:column}.lg\:items-end{align-items:flex-end}.lg\:items-center{align-items:center}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:gap-0{gap:0}.lg\:gap-40{gap:10rem}.lg\:gap-\[10px\]{gap:10px}.lg\:gap-\[25px\]{gap:25px}.lg\:gap-\[30px\]{gap:30px}.lg\:gap-\[31px\]{gap:31px}.lg\:gap-\[50px\]{gap:50px}.lg\:gap-\[60px\]{gap:60px}.lg\:gap-\[7px\]{gap:7px}.lg\:gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.lg\:gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.lg\:overflow-hidden,.lg\:truncate{overflow:hidden}.lg\:truncate{text-overflow:ellipsis}.lg\:truncate,.lg\:whitespace-nowrap{white-space:nowrap}.lg\:rounded-\[10px\]{border-radius:10px}.lg\:rounded-none{border-radius:0}.lg\:border-\[1px\]{border-width:1px}.lg\:border-b{border-bottom-width:1px}.lg\:border-l,.lg\:border-l-\[1px\]{border-left-width:1px}.lg\:border-t{border-top-width:1px}.lg\:border-none{border-style:none}.lg\:\!border-\[\#8D57DD\]{--tw-border-opacity:1!important;border-color:rgb(141 87 221/var(--tw-border-opacity))!important}.lg\:border-borderColor{border-color:var(--color-border)}.lg\:\!bg-\[\#8D57DD\]{--tw-bg-opacity:1!important;background-color:rgb(141 87 221/var(--tw-bg-opacity))!important}.lg\:bg-bgColor{background-color:var(--color-background)}.lg\:bg-light{background-color:var(--color-white)}.lg\:p-0{padding:0}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-3{padding-left:.75rem;padding-right:.75rem}.lg\:px-\[10px\]{padding-left:10px;padding-right:10px}.lg\:px-\[40px\]{padding-left:40px;padding-right:40px}.lg\:px-\[60px\]{padding-left:60px;padding-right:60px}.lg\:px-\[7\.5px\]{padding-left:7.5px;padding-right:7.5px}.lg\:py-0{padding-top:0;padding-bottom:0}.lg\:py-\[2px\]{padding-top:2px;padding-bottom:2px}.lg\:py-\[30px\]{padding-top:30px;padding-bottom:30px}.lg\:py-\[5px\]{padding-top:5px;padding-bottom:5px}.lg\:py-\[62\.75px\]{padding-top:62.75px;padding-bottom:62.75px}.lg\:pb-0{padding-bottom:0}.lg\:pb-4{padding-bottom:1rem}.lg\:pb-6{padding-bottom:1.5rem}.lg\:pb-\[10px\]{padding-bottom:10px}.lg\:pb-\[18px\]{padding-bottom:18px}.lg\:pl-\[15px\]{padding-left:15px}.lg\:pl-\[25px\]{padding-left:25px}.lg\:pl-\[50px\]{padding-left:50px}.lg\:pt-9{padding-top:2.25rem}.lg\:pt-\[25px\]{padding-top:25px}.lg\:pt-\[32px\]{padding-top:32px}.lg\:text-\[12px\]{font-size:12px}.lg\:text-\[13px\]{font-size:13px}.lg\:text-\[14px\]{font-size:14px}.lg\:text-\[15px\]{font-size:15px}.lg\:text-\[16px\]{font-size:16px}.lg\:text-\[18px\]{font-size:18px}.lg\:text-\[21px\]{font-size:21px}.lg\:text-\[27px\]{font-size:27px}.lg\:text-\[40px\]{font-size:40px}.lg\:text-\[72px\]{font-size:72px}.lg\:leading-\[12px\]{line-height:12px}.lg\:leading-\[19px\]{line-height:19px}.lg\:leading-\[22px\]{line-height:22px}.lg\:leading-\[24px\]{line-height:24px}.lg\:leading-\[27px\]{line-height:27px}.lg\:leading-\[32px\]{line-height:32px}.lg\:leading-\[35px\]{line-height:35px}.lg\:leading-\[47px\]{line-height:47px}.lg\:leading-\[72px\]{line-height:72px}.lg\:shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}}@media (min-width:1270px){.psd\:right-\[10px\]{right:10px}.psd\:mx-0{margin-left:0;margin-right:0}.psd\:min-h-\[400px\]{min-height:400px}.psd\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.psd\:px-0{padding-right:0}.psd\:pl-0,.psd\:px-0{padding-left:0}}@media (min-width:1280px){.xl\:max-w-\[377px\]{max-width:377px}.xl\:max-w-\[440px\]{max-width:440px}}@media (min-width:1536px){.\32xl\:block{display:block}}@media print{.print\:hidden{display:none}}