:root{--color-primary: #E50914;--color-primary-dark: #C11119;--color-primary-light: #f55a62;--color-secondary: #414258;--color-secondary-dark: #2d2f4b;--color-gradient-blue: #161d52;--color-gradient-purple: #482566;--default-transition: .3s ease-in-out;--res-padding: 20px;--header-height: 75px}:root{--theme-bg: #000;--theme-bg-trans: #0000009d;--theme-bg-trans-darker: #000000de;--theme-text: white;--theme-text-trans: #ffffff83;--theme-text-trans-darker: #ffffffe8}html.light{--theme-bg: white;--theme-bg-trans: #ffffffbe;--theme-bg-trans-darker: #ffffffe8;--theme-text: #000;--theme-text-trans: #0000008a;--theme-text-trans-darker: #000000de}html{width:100dvw;max-width:100%;font-family:Work Sans,Arial,sans-serif;font-size:16px;line-height:1;scroll-behavior:smooth;background-color:var(--theme-bg);color:var(--theme-text);-webkit-text-size-adjust:100%;transition:color .3s ease-in-out,background .3s ease-in-out}*,*:after,*:before{margin:0;padding:0;box-sizing:border-box}p,h1,h2,h3,h4,h5,h6,body{margin:0;padding:0}body{max-width:100%;overflow-x:hidden}ul,ol,li{list-style:none}a{text-decoration:none;color:inherit}button,input,textarea,select{font-family:inherit;font-size:inherit}h1{font-weight:800;text-wrap:balance;font-size:1.9rem}h2{text-wrap:balance;font-size:1.2rem}@media screen and (min-width: 800px){h1{font-size:2.6rem}h2{font-size:1.5rem}}@media screen and (min-width: 1200px){h1{font-size:3rem}h2{font-size:1.8rem}}@media screen and (min-width: 500px){:root{--res-padding: 5%}}@media screen and (min-width: 1024px){:root{--res-padding: 7%}}@media screen and (min-width: 1200px){:root{--res-padding: 10%}}@media screen and (min-width: 1400px){:root{--res-padding: 12%}}@media screen and (min-width: 1900px){:root{--res-padding: 22.125rem}}a.inlineLink{color:var(--color-primary);transition:color .2s ease-in-out}a.inlineLink:hover{color:var(--color-primary-light)}@keyframes fadeInFromBottom{0%{transform:translateY(20px);opacity:0}80%{transform:translateY(-5px);opacity:1}to{transform:translateY(0)}}
