/**************************
@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;
  }
}
.ravens-wings-social .container {
  margin-inline: auto;
  padding-inline: 60px;
  max-width: 1440px;
  width: 100%;
  height: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 1024px) {
  .ravens-wings-social .container {
    max-width: 1024px;
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  .ravens-wings-social .container {
    max-width: 600px;
    padding-inline: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .ravens-wings-social .container {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.ravens-wings-social .ravens-wings-social-content {
  height: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ravens-wings-social .ravens-wings-social-content__title h1 {
  font-family: 'Agency FB', Arial;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  line-height: 90%;
  letter-spacing: 0;
  margin-bottom: 48px;
}
@media (min-width: 1440px) {
  .ravens-wings-social .ravens-wings-social-content__title h1 {
    font-size: 5rem;
    line-height: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .ravens-wings-social .ravens-wings-social-content__title h1 {
    margin-bottom: 96px;
  }
}
.ravens-wings-social .ravens-wings-social-content .card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .ravens-wings-social .ravens-wings-social-content .card {
    flex-direction: row;
  }
}
.ravens-wings-social .ravens-wings-social-content .card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ravens-wings-social .ravens-wings-social-content .card__image {
  margin-bottom: 32px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .ravens-wings-social .ravens-wings-social-content .card__image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;
    max-height: 400px;
    width: 50%;
    margin-bottom: 0;
  }
  .ravens-wings-social .ravens-wings-social-content .card__image img {
    border: 4px solid #f1b946;
    max-height: 400px;
  }
  .ravens-wings-social .ravens-wings-social-content .card__image:before,
  .ravens-wings-social .ravens-wings-social-content .card__image::after {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    z-index: 2;
    line-height: 0;
  }
  .ravens-wings-social .ravens-wings-social-content .card__image:before {
    content: url("../../../../../../../../content/dam/atvi/Raven/raven-2025/common/frame-top.svg");
    top: 7%;
  }
  .ravens-wings-social .ravens-wings-social-content .card__image:after {
    content: url("../../../../../../../../content/dam/atvi/Raven/raven-2025/common/frame-bottom.svg");
    bottom: 7%;
  }
}
@media screen and (min-width: 1024px) {
  .ravens-wings-social .ravens-wings-social-content .card__body {
    padding-left: 72px;
    width: 50%;
  }
}
.ravens-wings-social .ravens-wings-social-content .card__logo {
  margin-bottom: 4px;
  max-width: 370px;
  margin: 0 auto;
}
.ravens-wings-social .ravens-wings-social-content .card__description {
  font-family: 'Roboto', Arial;
  font-style: normal;
  font-weight: 500;
  font-size: 1.13rem;
  line-height: 140%;
  font-weight: 400;
  text-transform: none;
  color: #b3b8b8;
}
