/**************************
@green			 : green;
@black           : #000;
@white           : #FFF;

@link-color      : #000;
@link-hover-color: #000; 

@accent-color    : @green;
**************************/
/*****************************************************************************************

*IMPORT FONTS IN CORE FONTS.LESS file 
*Only create mixins of font families in here

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
@keyframes popIn {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes popOut {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes progressRing {
  from {
    stroke-dashoffset: 339;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes cycle1 {
  0% {
    top: 0px;
  }
  15% {
    top: 0px;
  }
  20% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  32% {
    top: 38.4px;
    opacity: 0;
    z-index: 0;
  }
  43% {
    top: -38.4px;
    opacity: 0;
    z-index: -1;
  }
  74% {
    top: -38.4px;
    opacity: 0;
    z-index: 0;
  }
  88% {
    top: -38.4px;
    opacity: 0;
  }
  100% {
    top: 0px;
    opacity: 1;
  }
}
@keyframes cycle2 {
  0% {
    top: -38.4px;
    opacity: 0;
  }
  15% {
    top: -38.4px;
    opacity: 0;
  }
  20% {
    top: -38.4px;
    opacity: 0;
  }
  32% {
    top: 0px;
    opacity: 1;
  }
  43% {
    top: 0px;
    opacity: 1;
  }
  51% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  66% {
    top: 38.4px;
    opacity: 0;
    z-index: 0;
  }
  96% {
    top: -38.4px;
    opacity: 0;
    z-index: -1;
  }
  100% {
    top: -38.4px;
    opacity: 0;
    z-index: -1;
  }
}
@keyframes cycle3 {
  0% {
    top: -38.4px;
    opacity: 0;
  }
  43% {
    top: -38.4px;
    opacity: 0;
  }
  51% {
    top: -38.4px;
    opacity: 0;
  }
  61% {
    top: 0px;
    opacity: 1;
  }
  76% {
    top: 0px;
    opacity: 1;
  }
  88% {
    top: 0px;
    opacity: 1;
    z-index: 0;
  }
  100% {
    top: 38.4px;
    opacity: 0;
    z-index: 0;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes radar {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
#raven-footer {
  background-image: url('../../../../../../../content/dam/atvi/Raven/raven-2025/common/footer-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  overflow: hidden;
  font-family: 'Roboto';
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  #raven-footer {
    align-items: center;
    padding: 64px 16px;
    flex-direction: row;
  }
}
@media screen and (min-width: 1440px) {
  #raven-footer {
    padding: 64px 10px;
  }
}
#raven-footer .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  #raven-footer .container {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
  }
}
#raven-footer .icon-and-logos {
  display: flex;
  padding: 0 16px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  justify-content: space-between;
  width: 100%;
  gap: 64px;
}
@media screen and (min-width: 1024px) {
  #raven-footer .icon-and-logos {
    padding: 0 0;
    gap: 24px;
    width: 50%;
  }
}
#raven-footer .icon-and-logos #atvi-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
#raven-footer .icon-and-logos #atvi-logo img {
  width: 140px;
  height: 102px;
  aspect-ratio: 1.37254902;
}
#raven-footer .icon-and-logos #atvi-logo p {
  color: #b3b8b8;
  font-size: 12px;
  font-style: normal;
  line-height: 140%;
  letter-spacing: 0.24px;
}
#raven-footer .icon-and-logos .social-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #raven-footer .icon-and-logos .social-links {
    gap: 32px;
    justify-content: flex-start;
  }
}
#raven-footer .icon-and-logos .social-links a {
  display: block;
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
  transition: all 0.1s ease-in-out;
}
#raven-footer .icon-and-logos .social-links a:hover {
  opacity: 50%;
}
#raven-footer #footer-links {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  padding: 64px 16px;
}
@media screen and (min-width: 1024px) {
  #raven-footer #footer-links {
    gap: 24px;
    flex: 1 0 0;
    padding: 0 0;
  }
}
#raven-footer #footer-links #footer-nav {
  color: #ffffff;
  font-family: 'Roboto', 'Agency FB', Arial;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.28px;
}
#raven-footer #footer-links #footer-nav h5 {
  color: #b3b8b8;
}
#raven-footer #footer-links #footer-nav .nav-links {
  list-style-type: none;
}
#raven-footer #footer-links #footer-nav .nav-links a {
  text-transform: none;
  font-size: 14px;
  font-style: normal;
  line-height: 140%;
}
#raven-footer #footer-links .legal-links {
  font-family: 'Roboto', 'Agency FB', Arial;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.28px;
  color: #ffffff;
}
#raven-footer #footer-links .legal-links h5 {
  color: #b3b8b8;
}
#raven-footer #footer-links .legal-links a {
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 400;
  color: #ffffff;
}
#raven-footer #footer-links .legal-links a:visited {
  color: #ffffff;
}
#raven-footer #footer-links .footer-link-effect {
  overflow-x: visible;
  overflow-y: clip;
}
#raven-footer #footer-links .footer-link-effect a {
  color: #ffffff;
}
#raven-footer #footer-links .footer-link-effect button,
#raven-footer #footer-links .footer-link-effect span {
  position: relative;
  display: inline-block;
  transition: all 0.3s;
}
#raven-footer #footer-links .footer-link-effect button::before,
#raven-footer #footer-links .footer-link-effect span::before {
  color: #f1b946;
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  transform: translate3d(0, 0, 0);
}
#raven-footer #footer-links .footer-link-effect:hover button,
#raven-footer #footer-links .footer-link-effect:hover span {
  transform: translateY(-100%);
}
.footer-text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
}
.footer-inner-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.footer-inner-container .privacy-check a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
