:root {
  --color-primary: #0e5389;
  --font-fillip: "Fillip", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  --font-turnip: "turnip-re", geneva, Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  --color-black:	#151515;
  --color-white:	#FFFFFF;
  --color-gray-50:	hsl(0, 0%, 50%);
  --color-gray: #252627;
  --unit: 2.4rem;
}

footer * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "gimlet-micro-narrow", serif;
  font-weight: 400;
  font-style: normal;
}

h1,
h2,
h3 {
  font-family: var(--font-fillip);
}

#primary-navigation {
  background-color: var(--color-primary);
  color: white;
  display: flex;
  font-family: var(--font-fillip);
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 999;
}
#primary-navigation ul {
  display: none;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
#primary-navigation ul.is-active {
  background-color: #4faade;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 60px;
  width: 100%;
}
#primary-navigation ul.is-active li a {
  text-align: right;
}
@media screen and (min-width: 640px) {
  #primary-navigation ul {
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#primary-navigation a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 1em;
}
#primary-navigation button#primary-navigation__menu-button {
  background-color: var(--color-primary);
  border: 2px solid white;
  border-radius: 999px;
  color: white;
  cursor: pointer;
  font-family: inherit;
  margin: 0.5rem;
  margin-left: auto;
  padding: 4px 4rem 0;
}
@media screen and (min-width: 640px) {
  #primary-navigation button#primary-navigation__menu-button {
    display: none;
  }
}

#primary-header .container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 4rem;
}

main > section {
  margin: 4rem 0;
}

section p {
  line-height: 1.5em;
  font-size: 1.1em;
}

.button-group {
  display: flex;
  flex-direction: column;
  gap: 1em;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 640px) {
  .button-group {
    flex-direction: row;
  }
}

.container {
  margin: 0 auto;
  max-width: 768px;
  --gap: 4rem;
  padding: 0 calc(var(--gap) / 4);
}
.container.container-640 {
  max-width: 640px;
}
.container.container-fluid {
  max-width: none;
}
.container .row {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}
.container .col.one-quarter {
  width: 25%;
}
.container .col.one-half {
  width: 50%;
}
@media screen and (min-width: 640px) {
  .container {
    padding: 0 calc(var(--gap) / 2);
  }
}
@media screen and (min-width: 1280px) {
  .container {
    padding: 0 calc(var(--gap));
  }
}

@media screen and (max-width: 860px) {
  #synopsis .row {
    display: block;
  }
  #synopsis .row .col:first-child {
    float: right;
    padding: 2rem;
    width: 25%;
  }
  #synopsis .row .col:first-child img {
    width: 100%;
  }
}

#special-features .row {
  align-items: center;
}
#special-features .box--blue {
  background-color: var(--color-primary);
  border-radius: 1rem;
  color: white;
  padding: 2rem;
  max-width: fit-content;
}
#special-features .box--blue ul {
  padding: 0 0 0 1rem;
}
#special-features .box--blue ul li {
  margin: 0.5rem 0;
}
@media screen and (min-width: 680px) {
  #special-features .row {
    flex-direction: column;
  }
}
@media screen and (min-width: 1280px) {
  #special-features .row {
    flex-direction: row;
  }
  #special-features .row .box--blue {
    width: 475px;
  }
}

.button {
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
  border-radius: 999px;
  display: inline-block;
  color: white;
  font-family: var(--font-fillip);
  text-decoration: none;
  min-width: 100px;
  padding: 0.8em 2.4em;
  text-align: center;
}
.button.button-secondary {
  background-color: white;
  color: var(--color-primary);
}

hr.hr--rainbow {
  --stripe-width: 5px;
  background: linear-gradient(0deg, #9f78b0 calc(var(--stripe-width) * 0), #9f78b0 calc(var(--stripe-width) * 1), #0064a9 calc(var(--stripe-width) * 1), #0064a9 calc(var(--stripe-width) * 2), #4faade calc(var(--stripe-width) * 2), #4faade calc(var(--stripe-width) * 3), #23a758 calc(var(--stripe-width) * 3), #23a758 calc(var(--stripe-width) * 4), #f2d549 calc(var(--stripe-width) * 4), #f2d549 calc(var(--stripe-width) * 5), #e78a3c calc(var(--stripe-width) * 5), #e78a3c calc(var(--stripe-width) * 6), #db3b32 calc(var(--stripe-width) * 6), #db3b32 calc(var(--stripe-width) * 7));
  height: calc(var(--stripe-width) * 7);
}

.hr--dots {
  display: flex;
  justify-content: space-around;
}
.hr--dots div:nth-child(1) {
  background-color: #0f0;
  height: 10px;
  width: 10px;
  transition: 0.2s ease all;
  border-radius: 999px;
}
@media screen and (min-width: 720px) {
  .hr--dots div:nth-child(1) {
    height: 20px;
    width: 20px;
  }
}
.hr--dots div:nth-child(2) {
  background-color: #0f0;
  height: 10px;
  width: 10px;
  transition: 0.2s ease all;
  border-radius: 999px;
}
@media screen and (min-width: 720px) {
  .hr--dots div:nth-child(2) {
    height: 20px;
    width: 20px;
  }
}
.hr--dots div:nth-child(3) {
  background-color: #0f0;
  height: 10px;
  width: 10px;
  transition: 0.2s ease all;
  border-radius: 999px;
}
@media screen and (min-width: 720px) {
  .hr--dots div:nth-child(3) {
    height: 20px;
    width: 20px;
  }
}
.hr--dots div:nth-child(4) {
  background-color: #0f0;
  height: 10px;
  width: 10px;
  transition: 0.2s ease all;
  border-radius: 999px;
}
@media screen and (min-width: 720px) {
  .hr--dots div:nth-child(4) {
    height: 20px;
    width: 20px;
  }
}
.hr--dots div:nth-child(5) {
  background-color: #0f0;
  height: 10px;
  width: 10px;
  transition: 0.2s ease all;
  border-radius: 999px;
}
@media screen and (min-width: 720px) {
  .hr--dots div:nth-child(5) {
    height: 20px;
    width: 20px;
  }
}
.hr--dots div:nth-child(6) {
  background-color: #0f0;
  height: 10px;
  width: 10px;
  transition: 0.2s ease all;
  border-radius: 999px;
}
@media screen and (min-width: 720px) {
  .hr--dots div:nth-child(6) {
    height: 20px;
    width: 20px;
  }
}
.hr--dots div:nth-child(7) {
  background-color: #0f0;
  height: 10px;
  width: 10px;
  transition: 0.2s ease all;
  border-radius: 999px;
}
@media screen and (min-width: 720px) {
  .hr--dots div:nth-child(7) {
    height: 20px;
    width: 20px;
  }
}
.hr--dots div:nth-child(8) {
  background-color: #0f0;
  height: 10px;
  width: 10px;
  transition: 0.2s ease all;
  border-radius: 999px;
}
@media screen and (min-width: 720px) {
  .hr--dots div:nth-child(8) {
    height: 20px;
    width: 20px;
  }
}
.hr--dots div:nth-child(9) {
  background-color: #0f0;
  height: 10px;
  width: 10px;
  transition: 0.2s ease all;
  border-radius: 999px;
}
@media screen and (min-width: 720px) {
  .hr--dots div:nth-child(9) {
    height: 20px;
    width: 20px;
  }
}
.hr--dots div:nth-child(10) {
  background-color: #0f0;
  height: 10px;
  width: 10px;
  transition: 0.2s ease all;
  border-radius: 999px;
}
@media screen and (min-width: 720px) {
  .hr--dots div:nth-child(10) {
    height: 20px;
    width: 20px;
  }
}
.hr--dots div:nth-child(11) {
  background-color: #0f0;
  height: 10px;
  width: 10px;
  transition: 0.2s ease all;
  border-radius: 999px;
}
@media screen and (min-width: 720px) {
  .hr--dots div:nth-child(11) {
    height: 20px;
    width: 20px;
  }
}
.hr--dots div:nth-child(12) {
  background-color: #0f0;
  height: 10px;
  width: 10px;
  transition: 0.2s ease all;
  border-radius: 999px;
}
@media screen and (min-width: 720px) {
  .hr--dots div:nth-child(12) {
    height: 20px;
    width: 20px;
  }
}
.hr--dots div:nth-child(1),
.hr--dots div:nth-child(2) {
  background-color: #db3b32;
}
.hr--dots div:nth-child(3),
.hr--dots div:nth-child(4) {
  background-color: #e78a3c;
}
.hr--dots div:nth-child(5),
.hr--dots div:nth-child(6) {
  background-color: #f2d549;
}
.hr--dots div:nth-child(7),
.hr--dots div:nth-child(8) {
  background-color: #23a758;
}
.hr--dots div:nth-child(9),
.hr--dots div:nth-child(10) {
  background-color: #0064a9;
}
.hr--dots div:nth-child(11),
.hr--dots div:nth-child(12) {
  background-color: #9f78b0;
}

.section__header {
  font-weight: normal;
  font-size: 2rem;
  color: var(--color-primary);
  text-align: center;
}

#video-gallery {
  background-color: black;
  color: white;
}
#video-gallery #trailer-gallery,
#video-gallery #trailer-gallery__thumbnail-carousel {
  max-width: 640px;
  margin: 1rem auto;
}
#video-gallery #trailer-gallery .splide__slide img,
#video-gallery #trailer-gallery__thumbnail-carousel .splide__slide img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  #video-gallery #trailer-gallery {
    background-color: #4a96d2;
    border-radius: 1rem;
    padding: 2rem;
    margin: 4rem auto 0;
    max-width: 640px;
  }
  #video-gallery #trailer-gallery .splide__track {
    border-radius: 0.25rem;
  }
  #video-gallery #trailer-gallery .splide__arrow {
    width: 4rem;
    height: 4rem;
    height: 60%;
    border-radius: 1rem;
    background-color: var(--color-primary);
    opacity: 1;
  }
  #video-gallery #trailer-gallery .splide__arrow svg {
    fill: white;
  }
  #video-gallery #trailer-gallery .splide__arrow:hover {
    background-color: #4a96d2;
  }
  #video-gallery #trailer-gallery .splide__arrow.splide__arrow--next {
    right: -4.8em;
    border-radius: 0 1rem 1rem 0;
  }
  #video-gallery #trailer-gallery .splide__arrow.splide__arrow--prev {
    left: -4.8em;
    border-radius: 1rem 0rem 0rem 1rem;
  }
  #video-gallery #trailer-gallery .splide__slide img {
    width: 100%;
    height: auto;
  }
  #video-gallery #trailer-gallery .splide__pagination__page {
    background-color: white;
    opacity: 1;
  }
  #video-gallery #trailer-gallery .splide__pagination__page.is-active {
    background-color: #ffea00;
    outline: 2px solid var(--color-primary);
    transform: none;
  }
  #video-gallery #trailer-gallery__thumbnail-carousel {
    max-width: 820px;
    margin: 2rem auto;
  }
  #video-gallery #trailer-gallery__thumbnail-carousel .splide__slide img {
    width: 100%;
    height: auto;
  }
}

.box-nav {
  display: flex;
  flex-direction: column-reverse;
}
.box-nav .box-nav__cover img {
  width: 100%;
}
.box-nav .box-nav__cover .box-nav__instructions {
  font-weight: bold;
  text-align: center;
  margin: 2rem 0;
}
.box-nav .box-nav__bd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.box-nav .box-nav__bd .disc button {
  clip-path: circle(40px);
  display: block;
  line-height: 0;
  transition: 0.2s ease transform;
  will-change: transform;
  cursor: pointer;
}
.box-nav .box-nav__bd .disc button:hover {
  transform: scale(1.1);
}
.box-nav .box-nav__bd .disc img {
  background-color: #0064a9;
  width: 80px;
  height: 80px;
  clip-path: circle(40px);
}

#biography .figure {
  display: none;
}
@media screen and (min-width: 860px) {
  #biography .figure {
    display: block;
    width: 150px;
  }
}

@media screen and (min-width: 860px) {
  .container .row {
    flex-direction: row;
  }
  .box-nav {
    position: relative;
  }
  .box-nav .box-nav__bd {
    position: absolute;
    inset: 0;
  }
  .box-nav .box-nav__bd .disc {
    position: absolute;
    right: -30px;
  }
  .box-nav .box-nav__bd .disc:nth-child(2) {
    top: calc(56px * 1);
  }
  .box-nav .box-nav__bd .disc:nth-child(3) {
    top: calc(56px * 2);
  }
  .box-nav .box-nav__bd .disc:nth-child(4) {
    top: calc(56px * 3);
  }
  .box-nav .box-nav__bd .disc:nth-child(5) {
    top: calc(56px * 4);
  }
  .box-nav .box-nav__bd .disc:nth-child(6) {
    top: calc(56px * 5);
  }
  .box-nav .box-nav__bd .disc button:hover {
    transform: translateX(24px) rotate(10deg);
  }
  .box-nav .box-nav__cover {
    position: relative;
    z-index: 7;
    pointer-events: none;
  }
  .box-nav .box-nav__cover img {
    height: 400px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
  }
  #box-nav__display {
    background-color: var(--color-primary);
    box-sizing: border-box;
    border-radius: 1rem;
    color: white;
    padding: 2rem;
    width: 352px;
  }
  #box-nav__display .splide__slide h4 {
    margin-bottom: 0.5rem;
  }
  #box-nav__display .splide__slide .disc-description {
    font-size: 0.8rem;
  }
  #box-nav__display .splide__slide .bonus-list {
    overflow-y: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
  }
  #box-nav__display .splide__slide .bonus-list li {
    margin: 0.5rem 0;
  }
}
/* 
#==============================#
+          Container           +
#==============================#
*/
.gk23-container {
  max-width: 1140px;
  margin-inline: auto;
  padding: 24px;
}

.gk23-container-640 {
  max-width: 640px;
}

.gk23-row {
  display: flex;
  flex-direction: column;
  gap: calc(var(--unit) / 2);
}

@media (min-width: 640px) {
  .gk23-row {
    flex-direction: row;
  }
  .gk23-column-sm-50 {
    width: 50%;
  }
}
/* 
#==============================#
+           Footer             +
#==============================#
*/
footer#primary-footer {
  background-color: var(--color-black);
  color: var(--color-white);
  font-size: 0.875rem;
}

footer#primary-footer .footer-navigation {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.2rem;
  gap: var(--unit);
  text-transform: uppercase;
}

.footer-navigation ul {
  list-style: none;
  margin: 0;
}

#primary-footer .footer-navigation ul li:not(:last-child) {
  margin-bottom: calc(var(--unit) / 4);
}

#primary-footer .footer-navigation ul li a {
  color: var(--color-white);
  text-decoration: none;
}

#primary-footer .gk23-row {
  flex-direction: column;
  gap: var(--unit);
}

#primary-footer .footer-left {
  flex-grow: 1;
  width: auto;
}

#primary-footer .footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(var(--unit) / 2);
  text-align: left;
  width: auto;
}

#secondary-footer {
  font-size: 0.875rem;
}

#secondary-footer .gk23-container {
  padding-block: calc(var(--unit) / 2);
}

#secondary-footer #gkids-logo-footer svg {
  height: 36px;
  width: 36px;
}

#secondary-footer .footer-left {
  display: flex;
  flex-direction: column;
  gap: calc(var(--unit) / 2);
  align-items: center;
}

#secondary-footer .footer-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#secondary-footer .footer-navigation ul {
  align-items: center;
  display: flex;
  gap: calc(var(--unit) / 2);
}

#secondary-footer .footer-navigation ul li a {
  color: var(--color-black);
  text-decoration: none;
}

@media (min-width: 720px) {
  #primary-footer .gk23-row {
    flex-direction: row;
  }
  footer#primary-footer .footer-navigation {
    flex-wrap: nowrap;
    font-size: inherit;
  }
  #primary-footer .footer-right {
    align-items: flex-end;
    text-align: right;
  }
  #secondary-footer .gk23-container {
    padding-block: calc(var(--unit) / 4);
  }
  #secondary-footer .footer-left {
    flex-direction: row;
    justify-content: flex-start;
  }
}
/* 
#==============================#
+           Klaviyo            +
#==============================#
*/
.klaviyo-form-Y9YFkG.klaviyo-form {
  margin: calc(var(--unit) / 4) 0 0;
  position: relative;
  z-index: 100;
}

.klaviyo-form-Y9YFkG.klaviyo-form input[type=email] {
  border-radius: 999px 0 0 999px !important;
}

.klaviyo-form-Y9YFkG.klaviyo-form button {
  border-radius: 0 999px 999px 0 !important;
  border-left-width: 0px !important;
  padding: 0 calc(var(--unit) / 2) !important;
}

.go3176171171 > p {
  color: #FFF !important;
  text-align: right !important;
}

/* 
#==============================#
+           Utility            +
#==============================#
*/
.inline-block {
  display: inline-block;
}

.display-flex {
  display: flex;
}

/* 
#==============================#
+    Header - Social Media     +
#==============================#
*/
.social-media-list {
  display: flex;
  list-style: none;
  gap: 0.75rem;
}

.social-media-list li a {
  background-color: var(--color-gray);
  display: flex;
  align-items: center;
  border-radius: 999px;
  justify-content: center;
  padding: 9px;
  position: relative;
  width: 36px;
  height: 36px;
}

.social-media-list li a:hover,
.social-media-list li a:focus {
  background-color: #333;
}

.social-media-list li.social-media-list__youtube a:hover,
.social-media-list li.social-media-list__youtube a:focus {
  background-color: #F00;
}

.social-media-list li.social-media-list__tiktok svg:nth-child(3),
.social-media-list li.social-media-list__tiktok svg:nth-child(2),
.social-media-list li.social-media-list__tiktok svg:last-child {
  position: absolute;
}

.social-media-list li.social-media-list__tiktok svg:nth-child(3) {
  fill: #ff0050;
  transform: translate(1px, 1px);
  opacity: 0;
}

.social-media-list li.social-media-list__tiktok svg:nth-child(2) {
  fill: #00f2ea;
  transform: translate(-1px, -1px);
  opacity: 0;
}

.social-media-list li.social-media-list__tiktok a:hover,
.social-media-list li.social-media-list__tiktok a:focus {
  background-color: #000000;
  position: relative;
}

.social-media-list li.social-media-list__tiktok a:hover svg:nth-child(2),
.social-media-list li.social-media-list__tiktok a:focus svg:nth-child(2),
.social-media-list li.social-media-list__tiktok a:hover svg:nth-child(3),
.social-media-list li.social-media-list__tiktok a:focus svg:nth-child(3) {
  opacity: 1;
}

.social-media-list li.social-media-list__twitter a:hover,
.social-media-list li.social-media-list__twitter a:focus {
  background-color: #1DA1F2;
}

.social-media-list li.social-media-list__instagram a:hover,
.social-media-list li.social-media-list__instagram a:focus {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-media-list li.social-media-list__facebook a:hover,
.social-media-list li.social-media-list__facebook a:focus {
  background-color: #4267B2;
}

.social-media-list svg {
  fill: white;
  height: 18px;
  width: 18px;
}

/* 
#==============================#
+             A11y             +
#==============================#
*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: var(--color-black);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: var(--color-white);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}/*# sourceMappingURL=styles.css.map */