@font-face {
font-family:"house-script";
src:url("https://use.typekit.net/af/3f430a/000000000000000000015558/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/3f430a/000000000000000000015558/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/3f430a/000000000000000000015558/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

.tk-house-script { font-family: "house-script",sans-serif; }

#header_bottom_text {
  width: 40%;
}
.slottt-machine-recipe__item,
.recipe_if, .recipe_then {
  font-family: house-script,sans-serif;
  font-weight: 400;
  padding-left: 0;
  text-transform: capitalize;
}
.header_bottom .slottt-machine-recipe__item {
  min-height: 65px;
  max-height: 65px;
  white-space: nowrap;
  font-size: 45px;
}
#allcontent .header_bottom .changing_text {
  margin-top: 9px;
  width: 50%;
}
.header_bottom .slottt-machine-recipe__mask {
  height: 65px;
}
.header_bottom .slottt-machine-recipe {
  height: 65px;
}

@media (max-width: 1199px), (max-width: 1199.33px) {
  #header_bottom_text {
    font-size: 26px;
    margin-top: 4px;
    width: 38%;
  }
  .header_bottom .slottt-machine-recipe__item {
    min-height: 50px;
    max-height: 50px;
    font-size: 36px;
  }
  #allcontent .header_bottom .changing_text {
    margin-top: 0px
  }
  .header_bottom .slottt-machine-recipe__mask {
    height: 50px;
  }
  .header_bottom .slottt-machine-recipe {
    height: 50px;
  }
}

@media (max-width: 991px), (max-width: 991.33px) {
  #header_bottom_text {
    font-size: 26px;
    width: 100%;
    margin-top: 0;
  }
  .header_bottom .slottt-machine-recipe__item {
    min-height: 50px;
    max-height: 50px;
    font-size: 36px;
  }
  #allcontent .header_bottom .changing_text {
    margin: 5px auto;
    width: 100%;
  }
  .header_bottom .slottt-machine-recipe__mask {
    height: 46px;
  }
  .header_bottom .slottt-machine-recipe {
    height: 46px;
  }
}

@media (max-width: 767px), (max-width: 767.33px) {
  .header_bottom .slottt-machine-recipe__item {
    min-height: 45px;
    max-height: 45px;
  }
}

@media (max-width: 470px), (max-width: 470.33px) {
  #header_bottom_text {
    font-size: 20px;
  }
  .header_bottom .slottt-machine-recipe__item {
    font-size: 32px;
  }
}

@media (max-width: 370px), (max-width: 370.33px) {
  .header_bottom .slottt-machine-recipe__item {
    min-height: 45px;
    max-height: 45px;
    font-size: 24px;
  }
  .header_bottom .slottt-machine-recipe__mask {
    height: 30px;
  }
  .header_bottom .slottt-machine-recipe {
    height: 30px;
  }
}

.header_bottom .h4 {
    display: inline-block;
    color: #fff;
    font-size: 32px;
    text-align: right;
    font-weight: 600;
    vertical-align: top;
    padding-top: 15px;
    margin-bottom: 0;
}
@media (max-width: 1199px) {
    .header_bottom .h4 {
        padding-top: 0;
    }
}
@media (max-width: 991px) {
    .header_bottom .h4 {
        text-align: center;
        display: block;
        margin: 0 auto;
        padding: 0;
    }
}