@font-face {
  font-family: 'Roc Grotesk';
  src: url('/fonts/roc-grotesk/RocGrotesk-Black.woff2') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Neue Plak Condensed';
  src: url('/fonts/neue-plak/NeuePlakCondensedBold_normal_condensed.woff')
    format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Neue Plak Text';
  src: url('/fonts/neue-plak/NeuePlakTextRegular_normal_normal.woff2')
    format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Neue Plak Text Bold';
  src: url('/fonts/neue-plak/NeuePlakTextBold.woff2')
    format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Neue Plak Bold';
  src: url('/fonts/neue-plak/NeuePlakTextBold_normal_normal.woff')
    format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Neue Plak Regular';
  src: url('/fonts/neue-plak/NeuePlakRegular_normal_normal.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Neue Plak Black';
  src: url('/fonts/neue-plak/NeuePlakBlack_normal_normal.woff2') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Neue Plak Semi Bold';
  src: url('/fonts/neue-plak/NeuePlakTextSemiBold_normal_normal.woff2')
    format('woff');
  font-weight: 500;
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body {
  margin: 0;
  overscroll-behavior-y: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
a,
a:focus,
a:hover {
  text-decoration: none;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
button {
  background: none;
  border: none;
  border-width: 0;
  outline: none;
  overflow: visible;
  padding: 0;
  -moz-appearance: none;
}
button:focus,
button::-moz-focus-inner {
  outline: none;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: inherit;
  font-style: inherit;
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  max-width: 100%;
}
legend {
  border: 0;
  padding: 0;
}
pre {
  overflow: auto;
}
small {
  font-size: 80%;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  overflow: auto;
}
.cookie-details-cursor:hover {
  cursor: pointer;
  color: var(--color-nav-01-link-hover, #ffffff);
}
td,
th {
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
}
ul.swiper-wrapper {
  list-style: none;
}
::selection {
  background: var(--color-support-01);
  color: contrast-color(var(--color-support-01));
}
:focus-visible {
  outline: auto 1px;
  outline-color: var(--color-brand-01);
}
@media (min-width: 1440px) {
  body[class^='paladin'] footer > div {
    padding-left: 60px;
    padding-right: 60px;
  }
}
/* Layout Shift Tweaks */
img {
  content-visibility: auto;
}
main {
  min-block-size: calc(100dvh - 304px);
}
.paladin-header {
  height: 64px;
  top: 48px;
}
[data-display-name='TertiaryData'] {
  padding-inline-start: 0;
}
.swiper-slide
  [data-display-name='PaladinButton']
  ~ [data-display-name='PaladinButton'] {
  margin-left: 8px;
}
.swiper-slide [data-display-name='Meta'] {
  opacity: 0;
  transition: 0.3s opacity ease-in;
}
.swiper-initialized
  .swiper-slide.swiper-slide-visible
  [data-display-name='Meta'] {
  opacity: 1;
}
[data-display-name='PaladinCarouselWrapper'] .swiper,
[data-display-name='PaladinVideoBackground'] {
  opacity: 0;
  transition: 0.3s opacity ease-in;
}
[data-display-name='PaladinCarouselWrapper'] .swiper.swiper-initialized {
  opacity: 1;
}
[data-display-name='PaladinModuleWrapper']
  > [data-display-name='PaladinCarouselWrapper']:first-of-type {
  margin-top: 40px;
}
/* Temporary fix for the chromecast & video playlist page */
body.video-playlist-page footer {
  display: none;
}
body.video-playlist-page #app main > div:first-child > :first-child {
  height: 100dvh;
}
body.skybox-expanded #header {
  margin-bottom: -64px;
}
:root{--color-brand-01:#501267;--color-brand-02:#FFFFFF;--color-brand-03:#F66300;--color-text-01:#FFFFFF;--color-text-02:#090632;--color-text-03:#090632;--color-text-04:#090632;--color-ui-01:#FFFFFF;--color-ui-01-transparent:rgba(86,23,134,0);--color-ui-02:#F7F5F9;--color-ui-03:#F0EAF2;--color-ui-04:#EBE2ED;--color-ui-04-transparent:rgba(64,17,100,0);--color-ui-05:#E5DAE9;--color-ui-06:#501267;--color-support-01:#1FE51F;--color-support-02:#1FE51F;--color-support-03:#1FE51F;--color-support-04:#F21489;--color-support-05:#FFFFFF;--color-support-06:#090632;--color-support-07:#FF9500;--color-support-08:#000000;--color-support-09:#5E9ED6;--gradient-01:0.5;--ui-shadow-01:0 6px 0px 0 #E93807;--ui-shadow-02:0 2px 0px 0 #E93807;--ui-shadow-03:0 2px 0px 0 #E93807;--page-background:var(--color-brand-03);--page-background-size:cover;--header-v2-logo-image:url(/kids-choice-awards/svg/nick_orange.svg);--header-v2-logo-image-mobile:url(/kids-choice-awards/svg/nick_orange.svg);--header-v2-logo-content:"";--header-v2-logo-content-mobile:"";--header-v2-logo-font-size:0;--header-v2-logo-font-size-mobile:0;--header-v2-logo-width:111px;--header-v2-logo-width-mobile:58px;--header-v2-logo-height:46px;--header-v2-logo-height-mobile:24px;--header-v2-logo-background-color:transparent;--header-v2-logo-container-height:110px;--header-v2-logo-color:var(--color-text-01);--header-v2-leaderboard-background-color:var(--color-ui-05);--header-v2-background:var(--color-support-05);--header-v2-title-text-color:var(--color-brand-02);--header-v2-text-color:var(--color-support-06);--header-v2-text-color-hover:var(--color-brand-02);--header-v2-sub-nav-background-color:var(--color-ui-05);--header-v2-sub-nav-text-color:var(--color-support-05);--header-v2-divider-color:var(--color-ui-06);--svod-header-background:linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);--svod-header-background-sticky:var(--color-brand-01);--svod-nav-button-background:var(--color-brand-02);--svod-nav-text-color:var(--color-text-01);--superhero-slideshow-gradient-color:rgba(0, 0, 0, var(--gradient-01));--massive-header-image-height:100px;--massive-header-image-height-mobile:75px;--spacer:6px;--ui-transition-time-01:0.2s;--ui-transition-time-02:0.3s;--ui-transition-01:all var(--ui-transition-time-01) ease-in-out;--ui-transition-02:all var(--ui-transition-time-02) ease-in-out;--ui-transition-03:all var(--ui-transition-time-01) ease-in-out;--ui-transition-04:transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);--font-family-primary:"Galano", sans-serif;--font-family-secondary:"Galano", sans-serif;--font-tera-family:"Roc Grotesk", sans-serif;--font-tera-size:4.2rem;--font-tera-weight:700;--font-tera-style:normal;--font-tera-line-height:.9;--font-tera-text-transform:uppercase;--font-tera:var(--font-tera-style) var(--font-tera-weight) var(--font-tera-size)/var(--font-tera-line-height) var(--font-tera-family);--font-giga-family:"Roc Grotesk", sans-serif;--font-giga-size:3.4rem;--font-giga-weight:700;--font-giga-style:normal;--font-giga-line-height:1.25;--font-giga-text-transform:uppercase;--font-giga:var(--font-giga-style) var(--font-giga-weight) var(--font-giga-size)/var(--font-giga-line-height) var(--font-giga-family);--font-mega-family:"Roc Grotesk", sans-serif;--font-mega-size:2.8rem;--font-mega-weight:700;--font-mega-style:normal;--font-mega-line-height:1.25;--font-mega-text-transform:none;--font-mega:var(--font-mega-style) var(--font-mega-weight) var(--font-mega-size)/var(--font-mega-line-height) var(--font-mega-family);--font-kilo-family:"Roc Grotesk", sans-serif;--font-kilo-size:2rem;--font-kilo-weight:700;--font-kilo-style:normal;--font-kilo-line-height:1.25;--font-kilo-text-transform:none;--font-kilo:var(--font-kilo-style) var(--font-kilo-weight) var(--font-kilo-size)/var(--font-kilo-line-height) var(--font-kilo-family);--font-milli-family:"Roc Grotesk", sans-serif;--font-milli-size:2.4rem;--font-milli-weight:700;--font-milli-style:normal;--font-milli-line-height:1.25;--font-milli-text-transform:none;--font-milli:var(--font-milli-style) var(--font-milli-weight) var(--font-milli-size)/var(--font-milli-line-height) var(--font-milli-family);--font-micro-family:"Neue Plak", sans-serif;--font-micro-size:1.8rem;--font-micro-weight:700;--font-micro-style:normal;--font-micro-line-height:1.25;--font-micro-text-transform:uppercase;--font-micro:var(--font-micro-style) var(--font-micro-weight) var(--font-micro-size)/var(--font-micro-line-height) var(--font-micro-family);--font-nano-family:"Neue Plak", sans-serif;--font-nano-size:1.6rem;--font-nano-weight:700;--font-nano-style:normal;--font-nano-line-height:1.35;--font-nano-text-transform:uppercase;--font-nano:var(--font-nano-style) var(--font-nano-weight) var(--font-nano-size)/var(--font-nano-line-height) var(--font-nano-family);--font-pico-family:"Neue Plak", sans-serif;--font-pico-size:1.4rem;--font-pico-weight:700;--font-pico-style:normal;--font-pico-line-height:1.35;--font-pico-text-transform:uppercase;--font-pico:var(--font-pico-style) var(--font-pico-weight) var(--font-pico-size)/var(--font-pico-line-height) var(--font-pico-family);--font-p1-family:"Neue Plak", sans-serif;--font-p1-size:1.6rem;--font-p1-weight:400;--font-p1-style:normal;--font-p1-line-height:1.5;--font-p1-text-transform:none;--font-p1:var(--font-p1-style) var(--font-p1-weight) var(--font-p1-size)/var(--font-p1-line-height) var(--font-p1-family);--font-p2-family:"Neue Plak", sans-serif;--font-p2-size:1.6rem;--font-p2-weight:400;--font-p2-style:normal;--font-p2-line-height:1.5;--font-p2-text-transform:none;--font-p2:var(--font-p2-style) var(--font-p2-weight) var(--font-p2-size)/var(--font-p2-line-height) var(--font-p2-family);--font-caption-family:"Neue Plak", sans-serif;--font-caption-size:1.2rem;--font-caption-weight:400;--font-caption-style:normal;--font-caption-line-height:1.5;--font-caption-text-transform:none;--font-caption:var(--font-caption-style) var(--font-caption-weight) var(--font-caption-size)/var(--font-caption-line-height) var(--font-caption-family);--grid-columns:3;--grid-columns-only-one-item:var(--grid-columns);--grid-columns-only-two-items:var(--grid-columns);--grid-columns-only-three-items:var(--grid-columns);--grid-margin:.05;--grid-min-width:288px;--grid-max-width:1440px;--module-spacing:calc(var(--spacer) * 6);--module-inner-spacing:calc(var(--spacer) * 6);--module-outer-spacing:0;--section-header-font:var(--font-tera);--section-header-weight:700;--section-header-color:var(--color-text-02);--section-header-line-height:.95;--section-header-text-transform:uppercase;--section-header-text-align:center;--section-header-letter-spacing:0px;--button-font:var(--font-nano);--button-line-height:normal;--button-text-transform:uppercase;--button-padding:.85em 2em 1.18em 2em;--button-transition-property:background-color, border, color, opacity;--button-hover-transition-duration:0.3s;--button-border-radius:80px;--button-color:var(--color-text-01);--button-background-color:linear-gradient(0deg, #581371 0%, #581371 50%, #8E55EB 100%);--button-color-hover:var(--color-text-01);--button-background-color-hover:linear-gradient(0deg, #711FC2 0%, #711FC2 50%, #8A58EA 100%);--button-background-color-hover-layer:var(--color-brand-01);--button-background-color-hover-layer-opacity:0;--button-secondary-color:var(--color-text-01);--button-secondary-background-color:linear-gradient(0deg, #1F2E60 0%, #1F2E60 50%, #3273DF 100%);--button-secondary-color-hover:var(--color-text-01);--button-secondary-background-color-hover:linear-gradient(0deg, #063EB6 0%, #063EB6 50%, #3D71DF 100%);--button-secondary-background-color-hover-layer:var(--color-brand-01);--button-secondary-background-color-hover-layer-opacity:0;--button-secondary-color-inverse:var(--color-text-01);--button-secondary-background-color-inverse:linear-gradient(0deg, #1F2E60 0%, #1F2E60 50%, #3273DF 100%);--button-secondary-color-hover-inverse:var(--color-text-01);--button-secondary-background-color-hover-inverse:linear-gradient(0deg, #063EB6 0%, #063EB6 50%, #3D71DF 100%);--button-secondary-background-color-hover-layer-inverse:var(--color-brand-01);--button-secondary-background-color-hover-layer-opacity-inverse:0;--button-outline-color-focus:var(--color-support-09);--label-line-height:normal;--label-text-transform:uppercase;--label-letter-spacing:normal;--label-padding:1px 5px 4px 5px;--label-color:var(--color-text-01);--label-category-color:var(--color-text-02);--label-alert-color:var(--color-text-02);--label-tag-color:var(--color-text-02);--border-radius:8px;}
@media screen and (max-width:660px) {:root{--font-tera-family:"Roc Grotesk", sans-serif;--font-tera-size:3.6rem;--font-tera-weight:900;--font-tera-style:normal;--font-tera-line-height:1;--font-tera-text-transform:uppercase;--font-giga-family:"Roc Grotesk", sans-serif;--font-giga-size:2.8rem;--font-giga-weight:700;--font-giga-style:normal;--font-giga-line-height:1;--font-giga-text-transform:uppercase;--font-mega-family:var(--font-family-secondary);--font-mega-size:2.4rem;--font-mega-weight:900;--font-mega-style:normal;--font-mega-line-height:1;--font-mega-text-transform:uppercase;--font-kilo-family:"Roc Grotesk", sans-serif;--font-kilo-size:2.0rem;--font-kilo-weight:700;--font-kilo-style:normal;--font-kilo-line-height:1;--font-kilo-text-transform:none;--font-milli-family:"Roc Grotesk", sans-serif;--font-milli-size:2.0rem;--font-milli-weight:900;--font-milli-style:normal;--font-milli-line-height:1;--font-milli-text-transform:uppercase;--font-micro-family:"Roc Grotesk", sans-serif;--font-micro-size:1.8rem;--font-micro-weight:900;--font-micro-style:normal;--font-micro-line-height:1;--font-micro-text-transform:uppercase;--font-nano-family:"Neue Plak", sans-serif;--font-nano-size:1.6rem;--font-nano-weight:700;--font-nano-style:normal;--font-nano-line-height:1;--font-nano-text-transform:uppercase;}}