.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #000;
}

.container {
  max-width: 920px;
  background-image: url('../images/0dd8ec65e5e0f81d2c3dfd8acc3b9f5382880894.jpg');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: 920px;
}

.header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.link {
  color: #ff0;
  -webkit-text-stroke-width: .1px;
  -webkit-text-stroke-color: #000;
  text-transform: lowercase;
  font-family: gnomechild, sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
}

.link.absolute {
  display: inline;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link.contract {
  color: #fff;
}

.link.ca {
  color: #fff;
  font-size: 25px;
  line-height: 25px;
}

.div-block {
  position: relative;
}

.text-block {
  color: #ff0;
  -webkit-text-stroke-width: .2px;
  -webkit-text-stroke-color: #000;
  font-family: gnomechild, sans-serif;
  font-size: 16px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.contract {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-2 {
  width: 519px;
  height: 142px;
  background-image: url('../images/osrsbox.png');
  background-position: 50%;
  background-size: auto;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  display: block;
}

.textbox {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.columns {
  margin-left: 0;
  margin-right: 0;
}

.text-block-2 {
  color: #da0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #da0000;
  text-shadow: 0 0 20px rgba(0, 0, 0, .2);
  font-family: gnomechild, sans-serif;
  font-size: 23px;
  line-height: 25px;
}

.text-block-2.smlr {
  color: #000;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-size: 20px;
  font-weight: 400;
}

.text-block-2.smlr.diff {
  color: #ff0;
}

.text-block-2.smlr.head {
  text-transform: lowercase;
  font-size: 25px;
}

.text-block-2.smlr.nahds {
  -webkit-text-stroke-width: .3px;
  text-transform: lowercase;
}

.column {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-2 {
  color: #0062ff;
  -webkit-text-stroke-width: .5px;
  font-family: gnomechild, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.scroll {
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.dscroll {
  width: 457px;
  position: relative;
}

.centerscroll {
  background-image: url('../images/f36c32b6331ee9f335cf50a29187b835633ca4cc.gif');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 20px;
  display: flex;
  position: relative;
}

.topscroll {
  max-width: 110%;
  background-image: url('../images/2299c15516b50df9d74dd0806957a450aa34301a.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 0;
  position: absolute;
  top: -1%;
  bottom: auto;
  left: -1%;
  right: 0%;
}

.bottomscroll {
  max-width: 110%;
  position: absolute;
  top: auto;
  bottom: -1%;
  left: -1%;
  right: 0%;
}

.gnomemaptitle {
  color: #ff0;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ff0;
  text-shadow: 0 0 20px #000;
  padding-bottom: 10px;
  font-family: gnomechild, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.gnomemaptitle.smlr {
  color: #000;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-size: 20px;
  font-weight: 400;
}

.gnomemaptitle.smlr.diff {
  color: #ff0;
}

.grid {
  grid-column-gap: 5px;
  grid-row-gap: 15px;
  grid-template-columns: 1fr .25fr;
}

.grid._22d {
  margin-top: 15px;
}

.footer {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.image {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 9%;
}

@media screen and (max-width: 479px) {
  .header {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .link {
    font-size: 15px;
  }

  .link.ca {
    font-size: 13px;
    line-height: 13px;
  }

  .text-block {
    display: none;
  }

  .div-block-2 {
    background-size: cover;
  }

  .textbox {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .text-block-2.smlr {
    font-size: 15px;
    line-height: 15px;
  }

  .text-block-2.smlr.head {
    line-height: 25px;
  }

  .column {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .link-2 {
    font-size: 16px;
    line-height: 16px;
  }

  .scroll {
    padding-left: 10px;
    padding-right: 10px;
  }

  .topscroll, .bottomscroll {
    max-width: 100%;
    left: 0%;
  }

  .image {
    display: none;
  }
}

#w-node-c21c4ae5-ffee-7d06-bec6-e8b15cb7d352-3669a84c, #w-node-_20edb012-95ae-bfa4-bf8f-2cd1df96c453-3669a84c, #w-node-_1af4a27b-c521-0f40-c77e-bbfe6500a6e9-3669a84c, #w-node-a622cd91-fc45-44e0-8124-eece12b9a11c-3669a84c, #w-node-a622cd91-fc45-44e0-8124-eece12b9a11d-3669a84c, #w-node-_262d009f-80c0-a6ec-926c-2dafd4b49588-3669a84c, #w-node-_95a8b69b-cb4c-de32-5918-4cba325e4b8b-3669a84c, #w-node-_95a8b69b-cb4c-de32-5918-4cba325e4b8c-3669a84c, #w-node-e18c8164-d60e-feb2-37ef-30b119e75596-3669a84c, #w-node-d9ab89f8-d2c0-11de-e577-59322b34599e-3669a84c, #w-node-eee930fb-1cf8-5686-130f-0675f8ea7dcf-3669a84c, #w-node-_0bc36612-b8b2-3049-41b0-9bcdd7a0ffa5-3669a84c, #w-node-_0bc36612-b8b2-3049-41b0-9bcdd7a0ffa6-3669a84c, #w-node-_0bc36612-b8b2-3049-41b0-9bcdd7a0ffaa-3669a84c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'gnomechild';
  src: url('../fonts/runescape-chat-07.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}