/**************************
@yellow			: #dbbd40;
@black          : #000;
**************************/
/*****************************************************************************************

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

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
html {
  background: white;
}
.home-cards {
  float: none !important;
  width: 98% !important;
  background: #eeeeee !important;
  margin: 0 auto;
}
#sierra-home-card * {
  font-family: "latoregular", sans-serif;
}
.sierra-home-game:not(:first-of-type) .sierra-logo-container .sierra-game-logo {
  width: 100%;
}
#sierra-home-card .sierra-our-games {
  width: 100%;
  position: relative;
}
#sierra-home-card .sierra-our-games .sierra-home-game {
  background-color: #eeeeee !important;
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center !important;
  margin-bottom: 8rem;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  #sierra-home-card .sierra-our-games .sierra-home-game {
    flex-direction: row;
    height: 550px;
  }
}
#sierra-home-card .sierra-our-games .sierra-home-game .sierra-home-game-content {
  width: 100%;
  height: 100%;
  border-top: 10px solid #00aeef;
  border-bottom: 10px solid #00aeef;
  padding-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  #sierra-home-card .sierra-our-games .sierra-home-game .sierra-home-game-content {
    width: 570px;
    height: 570px;
    background: rgba(0, 0, 0, 0.9);
  }
}
#sierra-home-card .sierra-our-games .sierra-home-game .sierra-home-game-content .sierra-logo-container {
  width: 100%;
  height: 150px;
  padding: 1px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  background-position: bottom;
  background-size: 3px 1px;
  background-repeat: repeat-x;
  position: relative;
}
#sierra-home-card .sierra-our-games .sierra-home-game .sierra-home-game-content .sierra-logo-container::after {
  content: "";
  display: none;
  background: repeating-linear-gradient(90deg, #ffffff, #ffffff 20%, transparent 20%, transparent 100%) top left;
  background-size: 8px 8px;
  height: 2px;
  opacity: 0.75;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #sierra-home-card .sierra-our-games .sierra-home-game .sierra-home-game-content .sierra-logo-container::after {
    display: block;
  }
}
#sierra-home-card .sierra-our-games .sierra-home-game .sierra-home-game-content .mobile-image-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
#sierra-home-card .sierra-our-games .sierra-home-game .sierra-home-game-content .mobile-image-cta .sierra-home-game-image {
  display: block;
  width: auto;
}
#sierra-home-card .sierra-our-games .sierra-home-game .sierra-home-game-content .mobile-image-cta .sierra-cta-label {
  display: block !important;
  margin: 30px 0;
  font-size: 18px;
  letter-spacing: 4px;
}
@media screen and (min-width: 1024px) {
  #sierra-home-card .sierra-our-games .sierra-home-game .sierra-home-game-content .mobile-image-cta {
    display: none;
  }
}
#sierra-home-card .sierra-our-games .sierra-home-game .sierra-home-game-content .sierra-game-description {
  color: white;
}
#sierra-home-card .sierra-our-games .sierra-home-game .sierra-home-game-content .sierra-game-description p {
  padding-top: 1rem;
  font-family: "latoregular", sans-serif !important;
  line-height: 30px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #sierra-home-card .sierra-our-games .sierra-home-game .sierra-home-game-content .sierra-game-description {
    text-align: left;
  }
}
#sierra-home-card .sierra-our-games .sierra-home-game .sierra-home-game-content .sierra-home-cta-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  margin-top: 2rem;
  gap: 20px;
}
#sierra-home-card .sierra-our-games .sierra-home-game .sierra-home-game-content .sierra-home-cta-container .sierra-cta {
  background: none;
  border: 2px solid #fff;
  color: #fff;
  outline: none;
  padding: 20px 40px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 15px;
  letter-spacing: 2px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
  transition: all ease-in-out 0.2s;
}
#sierra-home-card .sierra-our-games .sierra-home-game .sierra-home-game-content .sierra-home-cta-container .sierra-cta:hover {
  background: #00aeef;
  border: 2px solid #00aeef;
  transition: all ease-in-out 0.2s;
}
#sierra-home-card .sierra-our-games .sierra-home-game .sierra-cta-label {
  color: #00aeef;
  font-size: 22px;
  font-family: "latoblack", sans-serif !important;
  text-transform: uppercase;
  display: none;
}
@media screen and (min-width: 1024px) {
  #sierra-home-card .sierra-our-games .sierra-home-game .sierra-cta-label {
    display: block;
  }
}
#sierra-home-card .sierra-our-games .sierra-home-game .sierra-home-game-image {
  border: 5px solid white;
  width: 446px;
  max-height: 338px;
  min-height: 0px;
  display: none;
}
@media screen and (min-width: 1024px) {
  #sierra-home-card .sierra-our-games .sierra-home-game .sierra-home-game-image {
    display: block;
  }
}
#sierra-home-card .sierra-our-games .sierra-home-game::after {
  content: "";
  background: repeating-linear-gradient(0deg, #232323, #232323 20%, transparent 20%, transparent 100%) top left;
  background-size: 8px 8px;
  width: 2px;
  height: 45px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-bottom: -90px;
  opacity: 0.5;
}
