@import url('https://fonts.googleapis.com/css?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://use.typekit.net/icr6zmq.css');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700');
#spyro-footer {
  background: #0e0a1b;
  padding-block-end: 40px;
}
#spyro-footer .spyro-footer_inner-container {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1024px) {
  #spyro-footer .spyro-footer_inner-container {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  #spyro-footer .spyro-footer_inner-container {
    max-width: 600px;
    padding-inline: 16px;
  }
}
#spyro-footer .spyro-footer_legal-links,
#spyro-footer .spyro-footer_logos.studio-logo-list {
  position: relative;
  width: 100%;
}
#spyro-footer .spyro-footer_legal-links::before,
#spyro-footer .spyro-footer_logos.studio-logo-list::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(270deg, rgba(88, 88, 88, 0) -0.36%, #707070 47.69%, rgba(68, 68, 68, 0) 99.14%);
}
#spyro-footer .spyro-footer_legal-links {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 32px;
  padding-bottom: 24px;
  position: relative;
}
#spyro-footer .spyro-footer_legal-links li {
  position: relative;
}
#spyro-footer .spyro-footer_legal-links li:not(:first-child)::before {
  content: '|';
  color: #adabab;
  position: absolute;
  left: -18px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#spyro-footer .spyro-footer_legal-links li.privacy-check a::after {
  position: unset;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  display: inline-block;
}
#spyro-footer .spyro-footer_legal-links a {
  font-family: 'Josefin Sans', sans-serif;
  color: #adabab;
  font-size: 14px;
  padding-inline: 5px;
  text-decoration: none;
  text-transform: uppercase;
}
#spyro-footer .spyro-footer_logos {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}
#spyro-footer .spyro-footer_logos a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#spyro-footer .spyro-footer_logos a .studio-logo {
  width: 115px;
}
#spyro-footer .spyro-footer_logos.studio-logo-list {
  gap: 70px;
  padding-block: 40px 64px;
}
#spyro-footer .spyro-footer_logos.rating-logos {
  gap: 24px;
}
#spyro-footer .spyro-footer_logos.rating-logos img {
  height: 105px;
}
#spyro-footer .spyro-footer_copyright {
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 14.4px;
}
#spyro-footer .spyro-footer_copyright b {
  font-size: 21px;
  font-weight: normal;
  position: relative;
  line-height: 0;
  top: 7px;
}
#spyro-footer .spyro-footer_cookie-settings #ot-sdk-btn {
  font-family: 'Josefin Sans', sans-serif;
  border-radius: 2px;
  border: 1px solid #858585;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 12px 24px;
}
