.ui-how-to-play {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: 810px;
  font-weight: 500;
  color: white;
  text-align: center;
  pointer-events: none;
  opacity: 0;
}

.ui-how-to-play--show {
  pointer-events: all;
  opacity: 1;
  transition: opacity 0.3s;
}

.ui-how-to-play__heading {
  margin-top: 65px;
}

.ui-how-to-play__heading h1 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.78px;
}

@media screen and (min-width: 927px) {
  .ui-how-to-play__heading {
    margin-top: 163px;
  }
  
  .ui-how-to-play__heading h1 {
    font-size: 60px;
    letter-spacing: 5.33px;
  } 
}

.ui-how-to-play__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 429px) {
  .ui-how-to-play__content {
    flex-direction: row;
    padding: 0 20px;
  }
}

.ui-how-to-play__point-values {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid white;
}

@media screen and (min-width: 429px) {
  .ui-how-to-play__point-values {
    width: 50%;
    padding-top: 10px;
    padding-right: 8%;
    border-right: 1px solid white;
    border-bottom: none;
  }
}

@media screen and (min-width: 927px) {
  .ui-how-to-play__point-values {
    padding-top: 30px;
    padding-right: 10%;
  }
}

.ui-how-to-play__point-value-row {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

@media screen and (min-width: 927px) {
  .ui-how-to-play__point-value-row {
    margin-bottom: 45px;
  }
}

.ui-how-to-play__sprite {
  position: relative;
  width: 30px;
  margin: 0 20px;
}

.ui-how-to-play__sprite img {
  max-width: 30px;
}

@media screen and (min-width: 927px) {
  .ui-how-to-play__sprite {
    width: 50px;
  } 

  .ui-how-to-play__sprite img {
    max-width: 50px;
  }
}

.ui-how-to-play__sprite span {
  position: absolute;
  bottom: -10px;
  left: 50%;
  font-size: 8px;
  font-weight: normal;
  line-height: 10px;
  text-align: center;
  letter-spacing: 0.8px;
  transform: translateX(-50%);
}

@media screen and (min-width: 927px) {
  .ui-how-to-play__sprite span {
    bottom: -10px;
    left: 50%;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0.8px;
  } 
}

.ui-how-to-play__points {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 2.13px;
}

@media screen and (min-width: 927px) {
  .ui-how-to-play__points {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 2.84px;
  } 
}

.ui-how-to-play__points span {
  margin: 0 15px 0 0;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.9px;
}

@media screen and (min-width: 927px) {
  .ui-how-to-play__points span {
    margin: 0 35px;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 1.35px;
  } 
}

.ui-how-to-play__points sup {
  font-size: 8px;
  font-weight: normal;
  line-height: 8px;
  letter-spacing: 0.8px;
}

@media screen and (min-width: 927px) {
  .ui-how-to-play__points sup {
    margin-left: 5px;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0.8px;
  } 
}

.ui-how-to-play__controls {
  padding-top: 30px;
}

@media screen and (min-width: 429px) {
  .ui-how-to-play__controls {
    width: 50%;
    padding-top: 10px;
    padding-left: 8%;
  } 
}

@media screen and (min-width: 927px) {
  .ui-how-to-play__controls {
    padding-top: 30px;
    padding-left: 10%;
  } 
}

.ui-how-to-play__controls-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.ui-how-to-play__controls-row--desktop {
  display: none;
}

.ui-how-to-play__controls-row--mobile {
  display: flex;
}

@media screen and (min-width: 927px) {
  .ui-how-to-play__controls-row--desktop {
    display: flex;
  }
  
  .ui-how-to-play__controls-row--mobile {
    display: none;
  }

  .ui-how-to-play__controls-row {
    margin-bottom: 45px;
  } 
}

.ui-how-to-play__controls-image {
  width: 68px;
}

.ui-how-to-play__controls-image img {
  max-width: 68px;
}

@media screen and (min-width: 927px) {
  .ui-how-to-play__controls-image {
    width: 96px;
  }

  .ui-how-to-play__controls-image img {
    max-width: 96px;
  }
}

.ui-how-to-play__controls-description {
  display: flex;
  align-items: center;
  max-width: 180px;
  font-size: 10px;
  line-height: 14px;
  text-align: left;
  letter-spacing: 0.29px;
}

@media screen and (min-width: 927px) {
  .ui-how-to-play__controls-description {
    max-width: 300px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.4px;
  } 
}

.ui-how-to-play__controls-description span {
  margin: 0 15px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.9px;
}

@media screen and (min-width: 927px) {
  .ui-how-to-play__controls-description span {
    margin: 0 35px;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 1.35px;
  } 
}