.Navbar-module-scss-module__oKtSGG__navbar{color:#fff;z-index:1000;background:linear-gradient(#000000e6 0%,#0000 100%);width:100%;padding:1rem 1.5rem;font-weight:500;transition:background-color .3s,padding .3s;position:fixed}.Navbar-module-scss-module__oKtSGG__navbar.Navbar-module-scss-module__oKtSGG__scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#000000f2}.Navbar-module-scss-module__oKtSGG__logo{cursor:pointer;font-size:1.5rem;font-weight:700;transition:transform .3s}.Navbar-module-scss-module__oKtSGG__logo span{color:#af0511;transition:color .3s}.Navbar-module-scss-module__oKtSGG__nav-container{align-items:center;gap:2rem;display:flex}.Navbar-module-scss-module__oKtSGG__links{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#000000bf;border:1px solid #ffffff0d;border-radius:15px;gap:2rem;padding:10px 20px;list-style:none;transition:all .3s;display:flex;box-shadow:0 4px 30px #0000001a}.Navbar-module-scss-module__oKtSGG__links li{cursor:pointer;padding-top:7px;transition:color .3s;position:relative}.Navbar-module-scss-module__oKtSGG__links li:after{content:"";background:#af0511;width:0;height:2px;transition:width .3s;position:absolute;bottom:-10px;left:0}.Navbar-module-scss-module__oKtSGG__links li:hover:after{width:100%}.Navbar-module-scss-module__oKtSGG__links li:hover{color:#af0511}.Navbar-module-scss-module__oKtSGG__links a{color:inherit;padding:.25rem 0;text-decoration:none;display:block}.Navbar-module-scss-module__oKtSGG__links a:hover{color:#af0511}.Navbar-module-scss-module__oKtSGG__links .Navbar-module-scss-module__oKtSGG__active{color:#af0511;border-top:3px solid #af0511;border-radius:3px;font-weight:700}.Navbar-module-scss-module__oKtSGG__links .Navbar-module-scss-module__oKtSGG__active:after{display:none}.Navbar-module-scss-module__oKtSGG__buttons{align-items:center;gap:1.2rem;display:flex}.Navbar-module-scss-module__oKtSGG__searchBtn{color:#af0511;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);cursor:pointer;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;padding:.6rem;transition:all .3s;display:flex}.Navbar-module-scss-module__oKtSGG__searchBtn:hover{color:#4b0001;background:#ff333733;border-color:#ff33374d;transform:scale(1.1)}.Navbar-module-scss-module__oKtSGG__searchBtn svg{width:1.5rem;height:1.5rem;transition:transform .3s}.Navbar-module-scss-module__oKtSGG__loginBtn{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);color:#fff;cursor:pointer;font-size:inherit;background:#9003;border:1px solid #af0511;border-radius:10px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.Navbar-module-scss-module__oKtSGG__loginBtn:hover{color:#fff;background:#af0511;border-color:#4b0001;transform:translateY(-2px);box-shadow:0 4px 12px #af051166}.Navbar-module-scss-module__oKtSGG__loginBtn .Navbar-module-scss-module__oKtSGG__desktop{display:inline-block}.Navbar-module-scss-module__oKtSGG__loginBtn .Navbar-module-scss-module__oKtSGG__mobile{display:none}.Navbar-module-scss-module__oKtSGG__loginBtn svg{width:1.2rem;height:1.2rem}.Navbar-module-scss-module__oKtSGG__openMenuBTN{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:8px;padding:.5rem;transition:all .3s;display:none}.Navbar-module-scss-module__oKtSGG__openMenuBTN:hover{background:#fff3;transform:scale(1.1)}.Navbar-module-scss-module__oKtSGG__openMenuBTN svg{width:1.75rem;height:1.75rem}.Navbar-module-scss-module__oKtSGG__closeMenuBTN{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:8px;padding:.5rem;transition:all .3s;display:none;position:absolute;top:1.5rem;right:1.5rem}.Navbar-module-scss-module__oKtSGG__closeMenuBTN:hover{color:#4b0001;background:#ff333733;transform:scale(1.1)}.Navbar-module-scss-module__oKtSGG__closeMenuBTN svg{width:1.75rem;height:1.75rem}.Navbar-module-scss-module__oKtSGG__MobileMenu{z-index:1100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e1efa;border-right:1px solid #ffffff1a;flex-direction:column;gap:2rem;width:280px;height:100vh;padding:2rem;transition:left .3s;display:flex;position:fixed;top:0;left:-280px;box-shadow:2px 0 20px #00000080}.Navbar-module-scss-module__oKtSGG__MobileMenu.Navbar-module-scss-module__oKtSGG__open{left:0}.Navbar-module-scss-module__oKtSGG__menuLinks{margin-top:2rem;list-style:none}.Navbar-module-scss-module__oKtSGG__menuLinks li{cursor:pointer;border-bottom:1px solid #ffffff1a;margin-bottom:.5rem;padding:.75rem 0;font-size:1.2rem;transition:all .3s}.Navbar-module-scss-module__oKtSGG__menuLinks li:hover{color:#af0511;transform:translate(5px)}.Navbar-module-scss-module__oKtSGG__menuLinks li a{color:inherit;width:100%;text-decoration:none;display:block}.Navbar-module-scss-module__oKtSGG__menuLinks .Navbar-module-scss-module__oKtSGG__active{color:#af0511;border-bottom:2px solid #af0511;font-weight:700}@media (max-width:1024px){.Navbar-module-scss-module__oKtSGG__navbar{padding:.875rem 1.25rem}.Navbar-module-scss-module__oKtSGG__logo{font-size:1.3rem}.Navbar-module-scss-module__oKtSGG__links{gap:1.5rem;padding:8px 16px;font-size:.9rem}.Navbar-module-scss-module__oKtSGG__nav-container{gap:1.5rem}.Navbar-module-scss-module__oKtSGG__loginBtn{padding:.5rem 1rem;font-size:.9rem}}@media (max-width:768px){.Navbar-module-scss-module__oKtSGG__navbar{padding:.75rem 1rem}.Navbar-module-scss-module__oKtSGG__navbar.Navbar-module-scss-module__oKtSGG__scrolled{padding:.5rem 1rem}.Navbar-module-scss-module__oKtSGG__logo{font-size:1.1rem}.Navbar-module-scss-module__oKtSGG__links{display:none}.Navbar-module-scss-module__oKtSGG__openMenuBTN,.Navbar-module-scss-module__oKtSGG__closeMenuBTN{display:inline-flex}.Navbar-module-scss-module__oKtSGG__loginBtn{padding:.4rem .8rem;font-size:.85rem}.Navbar-module-scss-module__oKtSGG__loginBtn .Navbar-module-scss-module__oKtSGG__mobile{display:inline-block}.Navbar-module-scss-module__oKtSGG__loginBtn .Navbar-module-scss-module__oKtSGG__desktop{display:none}.Navbar-module-scss-module__oKtSGG__searchBtn{padding:.4rem}.Navbar-module-scss-module__oKtSGG__searchBtn svg{width:1.5rem;height:1.5rem}}@media (max-width:480px){.Navbar-module-scss-module__oKtSGG__navbar{padding:.5rem .75rem}.Navbar-module-scss-module__oKtSGG__logo{font-size:1rem}.Navbar-module-scss-module__oKtSGG__buttons{gap:.5rem}.Navbar-module-scss-module__oKtSGG__loginBtn{padding:.3rem .6rem;font-size:.8rem}.Navbar-module-scss-module__oKtSGG__searchBtn{padding:.3rem}.Navbar-module-scss-module__oKtSGG__searchBtn svg{width:1.4rem;height:1.4rem}.Navbar-module-scss-module__oKtSGG__MobileMenu{width:240px;padding:1.5rem}.Navbar-module-scss-module__oKtSGG__menuLinks li{margin-bottom:.5rem;font-size:1rem}}
@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b53057dbf91a7acf-s.c55744ae.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/798ea22d9983e047-s.b460e02c.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/47fe1b7cd6e6ed85-s.p.855a563b.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins Fallback;src:local(Arial);ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.poppins_d5ba35a8-module__bOXniW__className{font-family:Poppins,Poppins Fallback;font-style:normal;font-weight:700}
*{box-sizing:border-box;margin:0;padding:0}html,body{color:#fff;background-color:#0f0f0f;margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}h1{font-size:2.5rem}@media (max-width:768px){h1{font-size:2rem}}p{color:#b3b3b3;margin-bottom:1rem;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width:1024px){.container{padding:0 1rem}}.grid{gap:var(--gap,1rem);display:grid}.card{background:#1f1f1f;border-radius:8px;padding:1.5rem;transition:transform .2s ease-in-out}.card:hover{transform:translateY(-5px)}.btn{cursor:pointer;text-align:center;border:none;border-radius:4px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .2s ease-in-out;display:inline-block}.btn--primary{color:#fff;background-color:#9f0712}.btn--primary:hover{background-color:#6e050c}.btn--secondary{color:#fff;background-color:#0000;border:1px solid #b3b3b3}.btn--secondary:hover{border-color:#fff}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background-color:#1a1a1af2;padding:1rem 0;position:sticky;top:0}.movies-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:2rem;padding:2rem 0;display:grid}@media (max-width:768px){.movies-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}}.input{color:#fff;background:#1f1f1f;border:1px solid #333;border-radius:4px;width:100%;padding:.75rem}.input:focus{border-color:#9f0712;outline:none}.text-center{text-align:center}.mt-1{margin-top:1rem}.mb-1{margin-bottom:1rem}.p-1{padding:1rem}.hidden{display:none}@keyframes spin{to{transform:rotate(360deg)}}.loading{border:4px solid #333;border-left-color:#9f0712;border-radius:50%;width:40px;height:40px;margin:2rem auto;animation:1s linear infinite spin}
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-font-weight:initial;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--spacing:.25rem;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--font-weight-bold:700;--ease-in-out:cubic-bezier(.4,0,.2,1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}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;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.flex{display:flex}.size-6{width:calc(var(--spacing)*6);height:calc(var(--spacing)*6)}.size-8{width:calc(var(--spacing)*8);height:calc(var(--spacing)*8)}.w-full{width:100%}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-1{gap:calc(var(--spacing)*1)}.gap-2{gap:calc(var(--spacing)*2)}.px-2\!{padding-inline:calc(var(--spacing)*2)!important}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.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,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}
.Footer-module-scss-module__kqmR4W__footer{background:linear-gradient(#0a0a0a 0%,#111 100%);border-top:1px solid #ffffff1a}.Footer-module-scss-module__kqmR4W__container{max-width:1280px;margin:0 auto;padding:0 2rem}.Footer-module-scss-module__kqmR4W__footerTop{background:#0000004d;padding:2rem 0 3rem}.Footer-module-scss-module__kqmR4W__footerTop .Footer-module-scss-module__kqmR4W__logo{justify-content:center;align-items:center;margin-bottom:3rem;display:flex}.Footer-module-scss-module__kqmR4W__footerTop .Footer-module-scss-module__kqmR4W__logo__text{background:linear-gradient(30deg,#8b0000,red,#8b0000);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:3rem;font-weight:800}.Footer-module-scss-module__kqmR4W__footerTop .Footer-module-scss-module__kqmR4W__footerContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:3rem;display:flex}.Footer-module-scss-module__kqmR4W__footerTop .Footer-module-scss-module__kqmR4W__newsletter{flex-direction:column;flex:60%;max-width:700px;display:flex}.Footer-module-scss-module__kqmR4W__footerTop .Footer-module-scss-module__kqmR4W__newsletter__title{color:#fff;letter-spacing:.5px;text-transform:uppercase;margin:0;font-size:1.1rem;font-weight:700}.Footer-module-scss-module__kqmR4W__footerTop .Footer-module-scss-module__kqmR4W__newsletter__description{color:#aaa;margin:0 0 15px;font-size:.95rem;line-height:1.6}.Footer-module-scss-module__kqmR4W__footerTop .Footer-module-scss-module__kqmR4W__newsletter__form{flex-wrap:wrap;gap:.5rem;display:flex}.Footer-module-scss-module__kqmR4W__footerTop .Footer-module-scss-module__kqmR4W__newsletter__input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;flex:1;min-width:200px;padding:.875rem 1rem;font-size:.95rem;transition:all .3s}.Footer-module-scss-module__kqmR4W__footerTop .Footer-module-scss-module__kqmR4W__newsletter__input::placeholder{color:#777}.Footer-module-scss-module__kqmR4W__footerTop .Footer-module-scss-module__kqmR4W__newsletter__input:disabled{opacity:.5;cursor:not-allowed}.Footer-module-scss-module__kqmR4W__footerTop .Footer-module-scss-module__kqmR4W__newsletter__button{color:#fff;cursor:pointer;background:linear-gradient(30deg,#8b0000,red,#8b0000);border:none;border-radius:6px;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s}.Footer-module-scss-module__kqmR4W__footerTop .Footer-module-scss-module__kqmR4W__newsletter__button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #ff53534d}.Footer-module-scss-module__kqmR4W__footerTop .Footer-module-scss-module__kqmR4W__appStores{flex-direction:column;flex:0 250px;gap:.75rem;margin-top:1rem;display:flex}.Footer-module-scss-module__kqmR4W__footerTop .Footer-module-scss-module__kqmR4W__appStores__link{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:1.1rem;padding:.75rem 1.25rem;font-weight:600;transition:all .3s;display:flex}.Footer-module-scss-module__kqmR4W__footerTop .Footer-module-scss-module__kqmR4W__appStores__link:hover{background:#ffffff1a;border-color:#ff00004d;transform:translateY(-2px)}.Footer-module-scss-module__kqmR4W__footerTop .Footer-module-scss-module__kqmR4W__appStores__icon{max-width:40px;max-height:40px;object-fit:contain!important;position:static!important}@media (max-width:768px){.Footer-module-scss-module__kqmR4W__footerTop .Footer-module-scss-module__kqmR4W__footerContent{flex-direction:column;gap:2rem}.Footer-module-scss-module__kqmR4W__footerTop .Footer-module-scss-module__kqmR4W__newsletter,.Footer-module-scss-module__kqmR4W__footerTop .Footer-module-scss-module__kqmR4W__appStores{flex:100%;max-width:100%}.Footer-module-scss-module__kqmR4W__footerTop .Footer-module-scss-module__kqmR4W__appStores{margin-top:0}}@media (max-width:480px){.Footer-module-scss-module__kqmR4W__footerTop .Footer-module-scss-module__kqmR4W__newsletter__form{flex-direction:column}.Footer-module-scss-module__kqmR4W__footerTop .Footer-module-scss-module__kqmR4W__newsletter__input,.Footer-module-scss-module__kqmR4W__footerTop .Footer-module-scss-module__kqmR4W__newsletter__button{width:100%}}.Footer-module-scss-module__kqmR4W__footerMiddle{background:#0006;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;padding:2rem 0}.Footer-module-scss-module__kqmR4W__footerMiddle .Footer-module-scss-module__kqmR4W__socialMedia{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.Footer-module-scss-module__kqmR4W__footerMiddle .Footer-module-scss-module__kqmR4W__socialMedia .Footer-module-scss-module__kqmR4W__socialTitle{text-transform:uppercase;letter-spacing:1px;margin:0;font-size:1rem;font-weight:600}.Footer-module-scss-module__kqmR4W__footerMiddle .Footer-module-scss-module__kqmR4W__socialMedia .Footer-module-scss-module__kqmR4W__socialLinks{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;display:flex}.Footer-module-scss-module__kqmR4W__footerMiddle .Footer-module-scss-module__kqmR4W__socialMedia .Footer-module-scss-module__kqmR4W__socialLinks .Footer-module-scss-module__kqmR4W__socialLink{color:#aaa;flex-direction:column;align-items:center;gap:.5rem;text-decoration:none;transition:all .3s;display:flex}.Footer-module-scss-module__kqmR4W__footerMiddle .Footer-module-scss-module__kqmR4W__socialMedia .Footer-module-scss-module__kqmR4W__socialLinks .Footer-module-scss-module__kqmR4W__socialLink:hover{color:#af0511;transform:translateY(-3px)}.Footer-module-scss-module__kqmR4W__footerMiddle .Footer-module-scss-module__kqmR4W__socialMedia .Footer-module-scss-module__kqmR4W__socialLinks .Footer-module-scss-module__kqmR4W__socialLink .Footer-module-scss-module__kqmR4W__icon{justify-content:center;align-items:center;max-width:30px;display:flex;max-height:30px!important}.Footer-module-scss-module__kqmR4W__footerMiddle .Footer-module-scss-module__kqmR4W__socialMedia .Footer-module-scss-module__kqmR4W__socialLinks .Footer-module-scss-module__kqmR4W__socialLink .Footer-module-scss-module__kqmR4W__socialPlatform{font-size:.85rem;font-weight:500}.Footer-module-scss-module__kqmR4W__footerBottom{background:#00000080;padding:2rem 0}.Footer-module-scss-module__kqmR4W__footerBottom .Footer-module-scss-module__kqmR4W__bottomContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.Footer-module-scss-module__kqmR4W__footerBottom .Footer-module-scss-module__kqmR4W__copyright{flex-direction:column;gap:.5rem;display:flex}.Footer-module-scss-module__kqmR4W__footerBottom .Footer-module-scss-module__kqmR4W__copyright p{color:#777;margin:0;font-size:.9rem}.Footer-module-scss-module__kqmR4W__footerBottom .Footer-module-scss-module__kqmR4W__disclaimer{max-width:600px;line-height:1.4;color:#555!important;font-size:.8rem!important}.Footer-module-scss-module__kqmR4W__footerBottom .Footer-module-scss-module__kqmR4W__ratings{flex-wrap:wrap;gap:1rem;display:flex}.Footer-module-scss-module__kqmR4W__footerBottom .Footer-module-scss-module__kqmR4W__ratingBadge{color:#aaa;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;display:flex}.Footer-module-scss-module__kqmR4W__footerBottom .Footer-module-scss-module__kqmR4W__ratingIcon{color:#af0511;background:#ff00001a;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:700;display:flex}.Footer-module-scss-module__kqmR4W__footerBottom .Footer-module-scss-module__kqmR4W__bottomLinks{border-top:1px solid #ffffff14;width:100%;margin-top:25px;padding-top:24px}.Footer-module-scss-module__kqmR4W__footerBottom .Footer-module-scss-module__kqmR4W__sectionLinks{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px 32px;margin:0;padding:0;list-style:none;display:flex}.Footer-module-scss-module__kqmR4W__footerBottom .Footer-module-scss-module__kqmR4W__link:focus-visible{outline:none;text-decoration:underline}.Footer-module-scss-module__kqmR4W__footerBottom .Footer-module-scss-module__kqmR4W__linkItem:not(:last-child):after{content:"•";color:#ffffff40;margin-left:14px}.Footer-module-scss-module__kqmR4W__footerBottom .Footer-module-scss-module__kqmR4W__link{color:#aaa;font-size:.875rem;text-decoration:none}.Footer-module-scss-module__kqmR4W__footerBottom .Footer-module-scss-module__kqmR4W__link:hover{color:#af0511}@media (max-width:768px){.Footer-module-scss-module__kqmR4W__container{padding:0 1.5rem}.Footer-module-scss-module__kqmR4W__bottomContent{text-align:center;flex-direction:column;gap:1.5rem}.Footer-module-scss-module__kqmR4W__ratings{justify-content:center}.Footer-module-scss-module__kqmR4W__ratingBadge{padding:.4rem .7rem;font-size:.7rem}}@media (max-width:480px){.Footer-module-scss-module__kqmR4W__container{padding:0 1rem}.Footer-module-scss-module__kqmR4W__newsletterForm{flex-direction:column}.Footer-module-scss-module__kqmR4W__socialIcons{gap:1rem}.Footer-module-scss-module__kqmR4W__ratingBadge{gap:.3rem;padding:.4rem .7rem;font-size:.7rem}}@media (max-width:640px){.Footer-module-scss-module__kqmR4W__sectionLinks{gap:0 20px}}
